body {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0;
  padding: 0;
}

.top-right {
  display: flex;
  justify-content: end;
  height: fit-content;
  align-items: center;
  padding: 25px 0;
}

.top-search {
  height: fit-content;
  margin-right: 33px;
  padding-right: 15px;
  margin-bottom: 0;
}

.top-search input {
  visibility: hidden;
  width: 0;
  padding: 0;
}

.top-search button {
  border: none;
  background: none;
  padding: 0;
  position: relative;
}

.top-search button i.fa {
  color: #83898f;
}

.multilang {
  display: flex;
  height: fit-content;
}

.multilang .eng {
  font-size: 12px;
  font-weight: 900;
  line-height: 14.4px;
  text-align: left;
  margin-right: 15px;
  color: #6b203e;
  font-family: sans-serif;
}

.china {
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: 900;
  line-height: 14.4px;
  text-align: left;
  margin-right: 0;
  padding-right: 15px;
  border-right: 1px solid #4c4c4c;
  padding-left: 15px;
  border-left: 1px solid #4c4c4c;
}

.top-search button:after {
  content: "\f078";
  font-family: "FontAwesome";
  position: relative;
  right: -10px;
  color: #83898f;
}

.menu-section {
  background: #349776;
  position: relative;
  z-index: 9999;
}

.navbar-nav a.nav-link {
  padding: 0 30px 0 0 !important;
  font-family: Lato;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  color: #fff;
}

.donate-btn {
  background: #bf165e;
  font-family: Lato;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  color: #fff;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 5px;
}

.menu-section nav.navbar {
  padding: 0;
}

.hero-section {
  height: 845px;
  border-radius: 0;
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.hero-section h2 {
  font-family: Lato;
  font-size: 27px;
  font-weight: 600;
  line-height: normal;
  text-align: left;
  font-style: italic;
  color: #9e0b0f;
  margin-bottom: 25px;
}

.hero-section h1 {
  font-family: Lato;
  font-size: 60px;
  font-weight: 900;
  line-height: 72px;
  text-align: left;
  margin-bottom: 25px;
}

.hero-section p {
  font-family: Lato;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  max-width: 520px;
  margin-bottom: 56px;
}

.hero-btns a {
  display: inline-block;
}

.hero-btns a.donate-btn {
  background: linear-gradient(87.08deg, #e47000 0%, #bf165e 100%);
  padding: 8px 43px;
  border-radius: 5px;
  margin-right: 15px;
  box-shadow: 0px 4px 16px 0px #bf165e40;
}

.hero-btns .vdo-btn {
  border: 1px solid #2e2e2e80;
  padding: 8px 43px;
  border-radius: 5px;
  margin-right: 15px;
  font-family: Lato;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  color: #2e2e2e;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  background: none !important;
  box-shadow: none !important;
}

.hero-btns a.vdo-btn i.fa-solid {
  font-size: 24px;
  margin-left: 5px;
}

a.donate-btn:hover {
  background: #e47000;
  color: #fff;
}

.hero-section:after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../image/overlay.png);
  z-index: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left top;
  display: none;
}

.hero-section .container {
  z-index: 9;
}

.wrapper {
  background-image: url("../image/wrapper-bg.png");
  position: relative;
  background-size: cover;
}

.wrapper:before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../image/ZRjilR.png);
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background-repeat: no-repeat;
  right: 0;
}

.wrapper section {
  z-index: 9;
  position: relative;
}

.quote-section {
  padding: 85px 0;
  text-align: center;
}

.quote h3 {
  font-family: Lato;
  font-size: 24px;
  font-weight: 900;
  line-height: 28.8px;
  text-align: center;
  max-width: 1140px;
  margin: 15px auto;
}

.quote p {
  font-family: Lato;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
}

.info-text {
  max-width: 75%;
  margin-left: auto;
  text-align: left;
  position: relative;
}

.head-btn {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
    position: relative;
    z-index: 99999;
}

.head-btn h2 {
  font-family: Lato;
  font-size: 48px;
  font-weight: 900;
  line-height: 57.6px;
  text-align: left;
  color: #bf165e;
}

a.btn-no-bg {
  color: #bf165e;
  font-family: Lato;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  text-decoration: none;
  display: flex;
  align-items: center;
  position: relative;
  padding-right: 20px;
  width: fit-content;
}

.info-text:after {
  content: "";
  width: 100%;
  position: absolute;
  height: 266px;
  left: -45px;
  top: -90px;
  /* background-image: url(../image/1.gif);*/
  z-index: 9999;
  background-repeat: no-repeat;
  background-size: contain;
}

.new-slider .owl-nav button {
  border: 1px solid #2e2e2e80 !important;
  width: 40px;
  height: 40px;
  position: relative;
}

.new-slider .owl-nav button span {
  font-size: 34px;
  line-height: 24px;
}

.new-header {
  display: flex;
  margin-bottom: 15px;
}

.new-header .rate {
  font-family: Lato;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  color: #bf165e;
}

.date {
  font-family: Lato;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  padding-left: 15px;
  margin-left: 15px;
  border-left: 1px solid #83898f;
}

.new-slider h2 {
  font-family: Lato;
  font-size: 32px;
  font-weight: 900;
  line-height: 38.4px;
  text-align: left;
  margin-bottom: 40px;
}

.view-deatails {
  border: 1px solid #2e2e2e80;
  padding: 8px 43px;
  border-radius: 5px;
  margin-right: 15px;
  font-family: Lato;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  color: #2e2e2e;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}

.new-slider .owl-nav {
  width: fit-content;
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0;
}

.new-slider .owl-dots {
  display: none;
}

.initiatives-images {
  padding: 50px 0 5px 0;
  /*    background-image: url(../image/step1-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom left;*/
}

img.step-1 {
  position: absolute;
  top: -30px;
}

.initiatives-images .container {
  z-index: 9;
  position: relative;
}

.image-row {
  margin-top: 55px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.image-row img {
  width: 100%;
}

.new-slider .owl-nav button:hover {
  background: #bf165e !important;
  border-color: #bf165e !important;
}

.research-development {
  margin: 125px 0 60px;
}

.research-development .info-text {
  margin-left: 0;
  max-width: 906px;
}

section.research-development-images {
  padding-bottom: 100px;
}

.research-development .info-text {
  position: relative;
}

.research-development .info-text::after {
  background-image: url(../image/step-2.png);
  left: auto;
  right: -45px !important;
  background-position: right;
  display: none;
}

/*section.research-development-images:after {
    content: '';
    position: absolute;
    background-image: url(../image/plant.png);
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    top: -10%;
    right: 0%;
    background-size: contain;
    max-width: 420px;
    z-index: -1;
    background-position: right;
}*/
img.step-2 {
  position: absolute;
  right: 0;
  top: -10%;
  max-width: 300px;
}

section.research-development-images {
  position: relative;
}

.step-3 .info-text:after {
  background-image: url(../image/step-3.png);
  display: none;
}

.step-3-image {
  background: none;
  position: relative;
}

/*.step-3-image:after {
    background-image: url(../image/plant1.png);
    background-repeat: no-repeat;
    background-position: top left;
    content:'';
    position:absolute;
    left: 0;
    z-index: -1;
    top: -130px;
    width: 100%;
    height: 100%;
}*/
img.step-3-after {
  position: absolute;
  top: -130px;
  left: 0;
}

.community-images::after {
  background-image: url(../image/plant2.png) !important;
  top: auto !important;
  bottom: -25%;
}

.carousel-content {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: end;
}

.carousel-content .text-content {
  width: 30%;
  padding-right: 5%;
}

.image-content {
  display: flex;
  align-items: end;
  width: 70%;
  justify-content: end;
}

.image-content img {
  width: 100%;
  max-width: 273px;
  height: 326px;
  padding: 0 10px;
}

.image-content img:first-child {
  height: 500px;
  max-width: 370px;
  object-fit: cover;
}

.member-section {
  background-image: none;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  padding-top: 200px;
  padding-bottom: 100px;
  overflow: hidden;
}

.member-section:before {
  content: "";
  height: 80%;
  width: 100%;
  position: absolute;
  left: 0;
  background: linear-gradient(180deg, #41bd94 0.92%, #009fe8 98.24%);
  top: 250px;
  opacity: 0.8;
}

.wrapper section .text-content h3 {
  font-family: Lato;
  font-size: 24px;
  font-weight: 900;
  line-height: 28.8px;
  text-align: left;
  color: #fff;
}

.wrapper section .text-content h2 {
  font-family: Lato;
  font-size: 32px;
  font-weight: 900;
  line-height: 38.4px;
  text-align: left;
  color: #fff;
}

.wrapper section .text-content p {
  font-family: Lato;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #fff;
  margin-top: 25px;
}

.wrapper section .text-content a.btn {
  box-shadow: 0px 4px 15px 0px #006fa140;
  padding: 8px 43px;
  border-radius: 5px;
  margin-right: 15px;
  background: #fff;
  color: #006fa1;
  font-family: Lato;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
}

.carousel-content h6 {
  margin: 24px 0 40px 0;
  font-family: Lato;
  font-size: 16px;
  font-weight: 900;
  line-height: 24px;
  text-align: left;
  color: #fff;
}

.slick-next,
.slick-prev {
  position: absolute;
  bottom: 0 !important;
  top: auto;
  left: 20%;
}

.slick-next {
  left: 25%;
  bottom: -20px !important;
}

button.slick-prev.slick-arrow {
  left: 21% !important;
  z-index: 99;
}

.slick-next,
.slick-prev {
  border: 1px solid #2e2e2e80 !important;
  width: 40px;
  height: 40px;
  background: #0000001a;
  margin: 0;
}

button.slick-prev.slick-arrow {
  bottom: -20px !important;
}

.bg-image-section {
  padding-top: 360px;
  text-align: center;
  padding-bottom: 40px;
  background-image: url(../image/studentbg.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
}


.bg-image-section:after {
  content: "";
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0;
  background: linear-gradient(180deg, #11a6e9 0%, rgba(17, 166, 233, 0) 100%);
  z-index: 999;
  height: 80px;
}

.bg-image-section:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(180deg,
      #ffffff 0%,
      rgba(255, 255, 255, 0.8) 50%,
      rgba(255, 255, 255, 0) 100%);
  width: 100%;
  height: 250px;
  transform: rotate(180deg);
}

section.member-section:after {
  content: "";
  position: absolute;
  height: 60px;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(180deg, #11a6e9 0%, rgba(17, 166, 233, 0) 100%);
  transform: rotate(180deg);
}

.bg-image-section .container {
  z-index: 9999;
  position: relative;
}

.bg-image-section h2 {
  font-family: Lato;
  font-size: 48px;
  font-weight: 900;
  line-height: 57.6px;
  text-align: center;
  color: #2e2e2e;
  margin-bottom: 32px;
}

.bg-image-section a.donate-btn {
  background: linear-gradient(87.08deg, #e47000 0%, #bf165e 100%);
  padding: 8px 43px;
  border-radius: 5px;
  margin-right: 15px;
  box-shadow: 0px 4px 16px 0px #bf165e40;
}

.newsletter {
  background: linear-gradient(90.36deg,
      rgba(65, 189, 148, 0.25) 0%,
      rgba(0, 159, 232, 0.25) 100%);
  padding: 25px 0;
}

.newsletter h2 {
  font-family: Lato;
  font-size: 32px;
  font-weight: 900;
  line-height: 38.4px;
  color: #00496a;
  text-align: left;
  margin: 0;
}

.newsletter p {
  //
  stylename: Body Text/Body 1 Regular, 1rem;
  font-family: Lato;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  margin: 0;
}

.newsletter a.btn {
  box-shadow: 0px 4px 15px 0px #006fa140;
  padding: 8px 43px;
  border-radius: 5px;
  margin-right: 15px;
  background: #fff;
  color: #006fa1;
  font-family: Lato;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
}

.newsletter .col-sm-3 {
  display: flex;
  align-items: center;
  justify-content: end;
}

section.footer {
  background: #00496a;
  padding: 60px 0;
  color: #fff;
}

section.footer h3 {
  font-family: Lato;
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
}

section.footer p {
  font-family: Lato;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
}

.info .info-item {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}

.info .info-item p {
  margin-left: 10px;
  margin: 0;
}

.info .info-item p a {
  color: #fff;
  text-decoration: none;
}

section.footer ul {
  padding: 0;
}

section.footer ul li,
section.footer ul li a {
  list-style: none;
  font-family: Lato;
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  margin-bottom: 15px;
  color: #fff;
  text-decoration: none;
}

.copywrite-section ul {
  display: flex;
  padding: 0;
  gap: 15px;
}

.copywrite-section ul li {
  list-style: none;
}

.copywrite-section {
  background: #fff;
  padding: 25px 0;
}

.copywrite-section p {
  margin: 0;
}

.copywrite-section a.top-btn {
  position: fixed;
  right: 50px;
  font-family: Lato;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  color: #006fa1;
  text-decoration: none;
  bottom: 0;
  z-index: 99;
}

.copywrite-section .container {
  position: relative;
}

.copywrite-section a.top-btn:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background: #fff;
  border: 1px solid #006fa180;
  top: -45px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-image: url(../image/arrow_upward.png);
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: 0px 2px 8px 0px #006fa140;
}

html {
  scroll-behavior: smooth;
}

.member-section .slick-next::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background-image: url(../image/icon_arrow_forward.png);
  top: 7px;
  left: 7px;
}

.member-section .slick-prev::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background-image: url(../image/icon_arrow_forward.png);
  top: 7px;
  left: 7px;
  transform: rotate(181deg);
}

.new-slider .owl-nav button span {
  display: none;
}

.new-slider .owl-nav button.owl-next:after {
  content: "" !important;
  position: absolute;
  width: 24px;
  height: 24px;
  background-image: url(../image/icon_arrow_bg.png);
  top: 7px;
  left: 7px;
  z-index: 999;
  background-repeat: no-repeat;
  background-size: contain;
}

.new-slider .owl-nav button.owl-prev:after {
  content: "" !important;
  position: absolute;
  width: 24px;
  height: 24px;
  background-image: url(../image/icon_arrow_bg.png);
  top: 7px;
  left: 7px;
  z-index: 999;
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(181deg);
}

.dropdown-menu {
  position: absolute !important;
  width: 100%;
  border: none;
  top: 42px !important;
  min-width: 100% !important;
  left: 0 !important;
  max-width: 100% !important;
  padding: 40px 0;
}

.menu-section .container {
  position: unset;
}

.dropdown-menu h3 {
  font-family: Lato;
  font-size: 24px;
  font-weight: 900;
  line-height: 28.8px;
  text-align: left;
}

.dropdown-menu ul {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  gap: 0;
}

.dropdown-menu li {
  width: 50%;
  list-style: none;
  padding: 10px 0;
}

.dropdown-menu li a {
  font-family: Lato;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  color: #2e2e2e;
  text-decoration: none;
}

.dropdown-menu li a img {
  margin-left: 10px;
}

.menu-section nav.navbar {
  padding: 0;
  position: unset;
}

.navbar-nav li.nav-item:last-child a::after {
  display: none;
}

.all-item .container {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}

.all-item .container ul {
  width: 33%;
  justify-content: space-between;
  font-size: 0;
}

.all-item .container ul li {
  width: 100%;
}

.all-item .container ul h3 {
  margin-bottom: 25px;
}

.campaign-priorities {
  padding: 80px 0;
}

.campaign-priorities h2 {
  font-family: Lato;
  font-size: 60px;
  font-weight: 900;
  line-height: 72px;
  text-align: left;
}

.campaign-priorities p {
  font-family: Lato;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
}

.campaign-priorities .col-sm-6 {
  display: flex;
}

.campaign-priorities .col-sm-6 div {
  margin-top: 50px;
  padding-right: 10%;
}

.col-content {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.col-content .top-left {
  width: fit-content;
  position: relative;
  height: fit-content;
}

.col-content .top-right {
  width: 50%;
  flex-wrap: wrap;
  align-items: center;
  justify-content: end;
  height: 160px;
  position: relative;
  max-width: 240px;
  margin-left: auto;
  padding: 0;
  border-radius: 100px 0 100px 0;
  overflow: hidden;
  box-shadow: 0px 4px 16px 0px #34977680;
}

.bottom-left {
  width: 50%;
  height: fit-content;
  position: relative;
}

.bottom-right {
  width: 50%;
  height: fit-content;
  position: relative;
}

.col-content .top-left .small-content {
  position: absolute;
  bottom: 15px;
  right: 30px;
  color: #fff;
}

.small-content {
  position: absolute;
  bottom: 0;
  max-width: max-content;
}

.col-content .top-right .small-content {
  left: 15px;
  bottom: 0;
  color: #fff;
  z-index: 9;
}

.bottom-left .small-content {
  left: 30px;
  bottom: 15px;
  color: #fff;
}

.bottom-right .small-content {
  left: 30px;
  bottom: 61px;
  display: none;
}

.bottom-left img {
  max-width: max-content;
  width: 100%;
}

.col-content .top-right img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0px 4px 16px 0px #34977680;
}

.col-content .top-left img {
  width: 100%;
  max-width: 100%;
}

.community-engagement {
  padding: 0 0 100px 0;
}

.community-engagement .col-content {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: fit-content;
}

.col-sm-6 {
  position: relative;
}

.col-bg img {
  max-width: 100%;
  width: 100%;
}

.community-content {
  max-width: 370px;
  margin-left: auto;
}

.community-content h2 {
  font-family: Lato;
  font-size: 48px;
  font-weight: 900;
  line-height: 57.6px;
  text-align: right;
  color: #bf165e;
}

.community-content p {
  font-family: Lato;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: right;
  margin: 25px 0;
}

.btn-row {
  display: flex;
  justify-content: end;
}

.community-content .btn-row a.learnmore {
  border: 1px solid #2e2e2e80;
  font-family: Lato;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  color: #2e2e2e;
  text-decoration: none;
  padding: 10px 20px;
  margin-left: 20px;
  border-radius: 5px;
}

.col-content .top-right:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 50px;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}

section.stragic {
  background-image: url(../image/Endowment.png);
  background-size: cover;
  padding: 66px 0 88px 0;
  position: relative;
}

section.stragic h2 {
  font-family: Lato;
  font-size: 60px;
  font-weight: 900;
  line-height: 72px;
  text-align: left;
  margin-bottom: 25px;
}

section.stragic p {
  font-family: Lato;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
}

section.stragic a.donate-btn {
  background: linear-gradient(87.08deg, #e47000 0%, #bf165e 100%);
  padding: 8px 43px;
  border-radius: 5px;
  margin-right: 15px;
  margin-top: 50px;
  display: block;
  width: fit-content;
}

section.stragic .col-sm-6 {
  display: flex;
  align-items: center;
}

section.stragic:after {
  content: "";
  position: absolute;
  right: 0;
  width: 100%;
  top: 0;
  background-image: url(../image/Isolation_Mode.png);
  height: 100%;
  z-index: 9;
  background-repeat: no-repeat;
  background-position: right bottom;
}

section.stragic .container {
  position: relative;
  z-index: 99;
}

.strategic-posts {
  padding: 60px 0 0;
}

.strategic-posts .col-sm-6 div a {
  display: block;
  position: absolute;
  bottom: 32px;
  right: 32px;
  box-shadow: 0px 4px 15px 0px #006fa140;
  padding: 8px 43px;
  border-radius: 5px;
  margin-right: 15px;
  background: #fff;
  color: #006fa1;
  font-family: Lato;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  text-decoration: none;
}

.strategic-posts .col-sm-6 div h3 {
  //
  stylename: Heading/H3. Black, 2rem;
  font-family: Lato;
  font-size: 32px;
  font-weight: 900;
  line-height: 38.4px;
  text-align: left;
  background: #eef7c9;
  padding: 32px 32px 10px 32px;
  margin: 0;
  border-radius: 0 80px 0 0;
  position: relative;
}

.strategic-posts .col-sm-6 div img {
  width: 100%;
}

.strategic-posts .col-sm-6 div h3:after {
  content: "";
  position: absolute;
  height: 50px;
  width: 100%;
  background: linear-gradient(180deg, #eef7c9 0%, rgba(238, 247, 201, 0) 100%);
  top: 100%;
  left: 0;
}

.strategic-posts .col-sm-6:nth-child(2) h3 {
  background: #c4e9f380;
}

.strategic-posts .col-sm-6:nth-child(2) h3::after {
  background: linear-gradient(180deg, #e1f4f9 0%, rgba(225, 244, 249, 0) 100%);
}

.strategic-posts .col-sm-6:nth-child(3) h3 {
  background: #c4e9f380;
}

.strategic-posts .col-sm-6:nth-child(3) h3::after {
  background: linear-gradient(180deg, #e1f4f9 0%, rgba(225, 244, 249, 0) 100%);
}

.strategic-posts .row {
  gap: 25px 0;
}

section.stragic:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 124px;
  background: linear-gradient(0deg,
      #ffffff 21.68%,
      rgba(255, 255, 255, 0.7) 65%,
      rgba(255, 255, 255, 0) 100%);
  width: 100%;
  z-index: 9;
}

section.bottom-para {
  background: linear-gradient(90.36deg,
      rgba(65, 189, 148, 0.25) 0%,
      rgba(0, 159, 232, 0.25) 100%);
  padding: 110px 0 50px 0;
  position: relative;
}

section.bottom-para p {
  margin: 0;
  font-family: Lato;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
}

section.bottom-para:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 120px;
  background: linear-gradient(0deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  width: 100%;
  transform: rotate(180deg);
}

.newsletter-2 {
  background: linear-gradient(90.36deg, #41bd94 0%, #009fe8 100%);
}

.newsletter-2 h2 {
  color: #fff;
}

.newsletter-2 p {
  color: #fff;
}

.dropdown-menu h3 a {
  text-decoration: none;
  color: #000;
}

section.student-dev-hero:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 124px;
  background: linear-gradient(0deg,
      #ffffff 21.68%,
      rgba(255, 255, 255, 0.7) 65%,
      rgba(255, 255, 255, 0) 100%);
  width: 100%;
  z-index: 9;
}

section.student-dev-hero {
  background-image: url(../image/Endowment.png);
  background-size: cover;
  padding: 66px 0 88px 0;
  position: relative;
}

section.student-dev-hero h2 {
  font-family: Lato;
  font-size: 60px;
  font-weight: 900;
  line-height: 72px;
  text-align: left;
  margin-bottom: 25px;
}

section.student-dev-hero p {
  font-family: Lato;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
}

section.student-dev-hero a.donate-btn {
  background: linear-gradient(87.08deg, #e47000 0%, #bf165e 100%);
  padding: 8px 43px;
  border-radius: 5px;
  margin-right: 15px;
  margin-top: 50px;
  display: block;
  width: fit-content;
}

section.student-dev-hero .col-sm-6 {
  display: flex;
  align-items: center;
}

section.student-dev-hero:after {
  content: "";
  position: absolute;
  right: 0;
  width: 100%;
  bottom: -30%;
  background-image: url(../image/dev-plant.png);
  height: 100%;
  z-index: 9;
  background-repeat: no-repeat;
  background-position: top right;
}

section.student-dev-hero .container {
  position: relative;
  z-index: 99;
}

.student-dev-posts {
  padding: 60px 0 60px 0;
}

.student-dev-posts .col-sm-4 div a {
  display: block;
  position: absolute;
  bottom: 32px;
  right: 32px;
  box-shadow: 0px 4px 15px 0px #006fa140;
  padding: 8px 43px;
  border-radius: 5px;
  margin-right: 15px;
  background: #fff;
  color: #006fa1;
  font-family: Lato;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  text-decoration: none;
}

.student-dev-posts .col-sm-4 div h3 {
  font-family: Lato;
  font-size: 32px;
  font-weight: 900;
  line-height: 38.4px;
  text-align: left;
  background: #eef7c9;
  padding: 32px 32px 10px 32px;
  margin: 0;
  border-radius: 0 80px 0 0;
  position: relative;
  min-height: 118px;
}

.student-dev-posts .col-sm-4 div img {
  width: 100%;
}

.student-dev-posts .col-sm-4 div h3:after {
  content: "";
  position: absolute;
  height: 50px;
  width: 100%;
  background: linear-gradient(180deg, #eef7c9 0%, rgba(238, 247, 201, 0) 100%);
  top: 100%;
  left: 0;
}

.student-dev-posts .col-sm-4:nth-child(2) h3 {
  background: #c4e9f380;
}

.student-dev-posts .col-sm-4:nth-child(2) h3::after {
  background: linear-gradient(180deg, #e1f4f9 0%, rgba(225, 244, 249, 0) 100%);
}

.student-dev-posts .col-sm-4:nth-child(3) h3 {
  background: #eef7c9;
}

.student-dev-posts .col-sm-4:nth-child(3) h3::after {
  background: linear-gradient(180deg, #eef7c9 0%, rgba(238, 247, 201, 0) 100%);
}

.student-dev-posts .col-sm-4:nth-child(4) h3 {
  background: #c4e9f380;
}

.student-dev-posts .col-sm-4:nth-child(4) h3::after {
  background: linear-gradient(180deg, #e1f4f9 0%, rgba(225, 244, 249, 0) 100%);
}

.student-dev-posts .col-sm-4:nth-child(5) h3 {
  background: #eef7c9;
}

.student-dev-posts .col-sm-4:nth-child(5) h3::after {
  background: linear-gradient(180deg, #eef7c9 0%, rgba(238, 247, 201, 0) 100%);
}

.student-dev-posts .col-sm-4:nth-child(6) h3 {
  background: #c4e9f380;
}

.student-dev-posts .col-sm-4:nth-child(6) h3::after {
  background: linear-gradient(180deg, #e1f4f9 0%, rgba(225, 244, 249, 0) 100%);
}

.student-dev-posts .row {
  gap: 25px 0;
}

.student-dev-posts .col-sm-4 div {
  position: relative;
}

.research-hero::after {
  background-image: url(../image/1researchplant.png) !important;
  background-position: bottom right !important;
  bottom: -15% !important;
}

.engagement-hero h2 {
  font-size: 55px !important;
}

.engagement-hero::after {
  background-image: url(../image/eng-plant.png) !important;
  bottom: -30% !important;
  background-position: bottom right !important;
  width: 50% !important;
}

.news-hero .owl-item .item {
  background-image: url(../image/nwebg.png);
  width: 100%;
  height: fit-content;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 202px 0 40px 0;
  position: relative;
}

.news-hero .owl-item .item .date {
  font-family: "Lato";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #fff;
  padding: 0;
  margin: 0;
  border: none;
}

.news-hero .owl-item .item h2 {
  font-family: Lato;
  font-size: 32px;
  font-weight: 900;
  line-height: 38.4px;
  text-align: left;
  color: #fff;
  margin: 16px 0 0 0;
}

.news-hero .owl-item .item a.details-btn {
  background: linear-gradient(87.08deg, #e47000 0%, #bf165e 100%);
  padding: 8px 43px;
  border-radius: 5px;
  margin-right: 15px;
  margin-top: 50px;
  display: block;
  width: fit-content;
  text-decoration: none;
  font-family: Lato;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  color: #fff;
}

.news-hero .owl-item .item:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}

.news-hero .owl-item .item .container {
  position: relative;
  z-index: 9;
}

.news-hero .owl-nav {
  display: none;
}

.news-hero .owl-dots {
  right: 0 !important;
  position: absolute;
  width: 100%;
  bottom: 40px;
  max-width: 1320px;
  left: 0;
  margin: 0 auto;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: end;
  padding: 0 15px;
}

.news-hero .owl-dots button span {
  width: 12px !important;
  height: 12px !important;
  background: none !important;
  border: 2px solid #fff !important;
}

.news-hero .owl-dots button.owl-dot.active span {
  background: #fff !important;
  width: 16px !important;
  height: 16px !important;
}

section.news-section {
  padding: 100px 0;
}

.news-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 40px 0;
  gap: 40px 20px;
}

.news-grid .news-item {
  width: 32%;
}

.news-filer {
  display: flex;
  justify-content: space-between;
}

.news-filer h2 {
  color: #bf165e;
  font-family: Lato;
  font-size: 48px;
  font-weight: 900;
  line-height: 57.6px;
  text-align: left;
}

.filter-bar {
  display: flex;
}

.filter-bar select {
  background: #349776;
  font-family: Lato;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  padding: 0 15px;
  color: #fff;
  outline: none !important;
  width: 176px;
  border: none !important;
  height: 39px;
}

.filter-bar input {
  padding: 0 15px;
  height: 40px;
  margin-left: 15px;
  outline: none !important;
  width: 370px;
}

.news-grid .news-item p.date {
  margin: 0;
  border: none;
  font-family: Lato;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  padding: 15px 0;
}

.news-grid .news-item h3 {
  font-family: Lato;
  font-size: 24px;
  font-weight: 900;
  line-height: 28.8px;
  text-align: left;
}

.news-grid .news-item .tags {
  margin-top: 32px;
}

.news-grid .news-item .tags span {
  border: 1px solid #41bd94;
  padding: 4px 16px 4px 16px;
  margin-right: 10px;
  border-radius: 50px;
  color: #349776;
}

.news-grid .news-item img {
  width: 100%;
}

button#loadMoreBtn {
  border: 1px solid #2e2e2e80;
  padding: 8px 43px;
  border-radius: 5px;
  background: #fff;
  color: #2e2e2e;
  font-family: Lato;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  width: fit-content;
  margin: 0 auto;
  display: block;
}

.wrapper.news-wrapper {
  background-image: url(../image/news-bg-1.png) !important;
  background-position: right top !important;
}

.wrapper.news-wrapper::before {
  background: url(../image/news-bg.png) !important;
  background-position: bottom !important;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  right: 0;
  background-size: cover !important;
}

.wrapper.news-wrapper::after {
  background: url(../image/news-bg-3.png) !important;
  background-position: left;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  right: 0;
}

.navbar-nav li.nav-item:last-child a {
  margin: 10px 0;
}

.navbar-expand-lg .navbar-nav {
  align-items: center;
}

section.explore-section {
  padding: 60px 0;
  background: linear-gradient(90deg,
      rgba(65, 189, 148, 0.1) 0%,
      rgba(0, 159, 232, 0.1) 100%);
  text-align: center;
}

section.explore-section ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
  margin-top: 25px;
}

section.explore-section ul li {
  list-style: none;
  border: 1px solid #246a53;
  padding: 4px 16px 4px 16px;
  margin-right: 10px;
  border-radius: 50px;
  color: #246a53;
}

section.explore-section h2 {
  font-family: Lato;
  font-size: 32px;
  font-weight: 900;
  line-height: 38.4px;
  text-align: center;
}

.impact-story {
  background-image: url(../image/banner-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0px;
  position: relative;
}

.impact-story .col-sm-6 {
  display: flex;
  align-items: center;
  position: relative;
}

.impact-story h2 {
  font-family: Lato;
  font-size: 60px;
  font-weight: 900;
  line-height: 72px;
  text-align: left;
  color: #000;
}

.impact-story img {
  width: 100%;
  max-width: 550px;
}

.impact-story:after {
  content: "";
  position: absolute;
  height: 124px;
  background: linear-gradient(0deg,
      #ffffff 21.68%,
      rgba(255, 255, 255, 0.7) 65%,
      rgba(255, 255, 255, 0) 100%);
  left: 0;
  width: 100%;
  transform: rotate(0);
  bottom: -35px;
}

.story-tabs {
  padding: 100px 0;
}

.story-tabs .nav-tabs .nav-link {
  font-family: Lato;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  color: #83898f;
  border: none;
  padding: 15px 0;
  margin-right: 35px;
  background: none;
  border-bottom: 3px solid transparent;
}

.story-tabs .nav-tabs {
  border-bottom: 1px solid #83898f80;
}

.story-tabs .nav-tabs .nav-link.active {
  color: #349776;
  border-bottom: 3px solid #349776;
}

.member-box {
  display: flex;
  background: linear-gradient(180deg,
      rgba(0, 111, 161, 0.3) 0%,
      rgba(0, 128, 208, 0.05) 100%);
  border-radius: 0px 80px 0px 80px;
  position: relative;
  padding: 32px;
}

.about-member h3 {
  font-family: Lato;
  font-size: 24px;
  font-weight: 900;
  line-height: 28.8px;
  text-align: left;
  min-height: 90px;
}

.about-member h4 {
  font-family: Lato;
  font-size: 16px;
  font-weight: 900;
  line-height: 24px;
  text-align: left;
}

.about-member p {
  font-family: Lato;
  font-size: 12px;
  font-style: italic;
  font-weight: 700;
  line-height: 14.4px;
  text-align: left;
  min-height: 60px;
}

.about-member a {
  font-family: Lato;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  color: #bf165e;
  position: relative;
  text-decoration: none;
}

.story-tabs div#myTabContent {
  margin-top: 80px;
}

.member-box .member-img {
  width: 45%;
  position: relative;
}

.about-member {
  width: 65%;
}

.member-box .member-img img {
  width: 100%;
  position: absolute;
  left: -60px;
  top: -60px;
  border-radius: 0px 80px 0px 80px;
}

.about-member {
  padding: 0;
  position: relative;
}

.about-member a:after {
  content: "\f061";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  right: -20px;
  top: 0;
}

.story-tabs .tab-content>.tab-pane {
  padding: 0 0 0 30px;
}

.story-tabs .tab-content>.tab-pane .col-sm-6:last-child .member-box {
  margin-right: 0;
  margin-left: 16px;
}

.story-tabs .tab-content>.tab-pane .col-sm-6:first-child .member-box {
  margin-right: 16px;
}

.member-box.light {
  background: linear-gradient(180deg,
      rgba(196, 233, 243, 0.5) 0%,
      rgba(188, 223, 198, 0.1) 100%);
}

.member-box.light .about-member:after {
  content: "";
  position: absolute;
  width: 48px;
  height: 48px;
  top: -59px;
  background-repeat: no-repeat;
  background-image: url(../image/q-light.png);
  left: 0;
}

.member-box.dark .about-member:after {
  content: "";
  position: absolute;
  width: 48px;
  background-repeat: no-repeat;
  height: 48px;
  top: -59px;
  background-image: url(../image/Vector.png);
  left: 0;
}

.about-member {
  position: relative;
}

.story-tabs .tab-content>.tab-pane .row {
  margin-bottom: 64px;
}

.view-more {
  border: 1px solid #2e2e2e80;
  text-decoration: none;
  color: #000 !important;
  padding: 10px 50px;
  width: fit-content;
  margin: 0 auto;
  display: block;
  border-radius: 4px;
}

.member-box.green {
  background: linear-gradient(180deg,
      rgba(65, 189, 148, 0.3) 0%,
      rgba(188, 223, 198, 0.1) 100%);
}

.member-box.ylo {
  background: linear-gradient(180deg,
      rgba(238, 247, 201, 0.75) 0%,
      rgba(246, 243, 169, 0.2) 100%);
}

.member-box.ylo .about-member:after {
  content: "";
  position: absolute;
  width: 48px;
  background-repeat: no-repeat;
  height: 48px;
  top: -59px;
  background-image: url(../image/ylo-quote.png);
  left: 0;
}

.member-box.green .about-member:after {
  content: "";
  position: absolute;
  width: 48px;
  background-repeat: no-repeat;
  height: 48px;
  top: -59px;
  background-image: url(../image/green-quote.png);
  left: 0;
}

.member-box.green h3,
.member-box.ylo h3 {
  font-family: Lato;
  font-size: 16px;
  font-weight: 900;
  line-height: 24px;
  text-align: left;
}

.member-box.green h4,
.member-box.ylo h4 {
  font-family: Lato;
  font-size: 16px;
  font-weight: 900;
  line-height: 24px;
  text-align: left;
}

.about-story {
  padding: 32px 0;
}

.share-story ul {
  display: flex;
  margin: 0;
  padding: 0;
}

.share-story {
  display: flex;
  justify-content: end;
}

.share-story ul li {
  list-style: none;
  padding-left: 15px;
}

.share-story img {
  width: 16px;
}

.date-story {
  display: flex;
}

.date-story p:first-child {
  padding-right: 15px;
  margin-right: 15px;
  border-right: 1px solid #83898f;
}

.date-story p {
  line-height: normal;
}

.about-story h1 {
  font-family: Lato;
  font-size: 48px;
  font-weight: 900;
  line-height: 57.6px;
  text-align: left;
  color: #2e2e2e;
}

section.member-info {
  background-image: url(../image/banner-bg.png);
  padding: 50px 0px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

section.member-info img {
  width: 100%;
  max-width: 450px;
}

.quote-icon img {
  max-width: 48px !important;
}

section.member-info h2 {
  font-family: Lato;
  font-size: 48px;
  font-weight: 900;
  line-height: 57.6px;
  text-align: left;
}

section.member-info h4 {
  font-family: Lato;
  font-size: 20px;
  font-weight: 900;
  line-height: 24px;
  text-align: left;
}

section.member-info p {
  font-family: Lato;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
}

section.member-info .col-sm-6 {
  display: flex;
  align-items: center;
}

.quote-icon {
  margin-bottom: 25px;
}

section.member-info:after {
  content: "";
  height: 120px;
  position: absolute;
  left: 0;
  background: linear-gradient(0deg,
      #ffffff 21.68%,
      rgba(255, 255, 255, 0.7) 65%,
      rgba(255, 255, 255, 0) 100%);
  top: -30px;
  width: 100%;
  transform: rotate(180deg);
}

section.member-info:before {
  content: "";
  height: 120px;
  position: absolute;
  left: 0;
  background: linear-gradient(0deg,
      #ffffff 21.68%,
      rgba(255, 255, 255, 0.7) 65%,
      rgba(255, 255, 255, 0) 100%);
  bottom: 0;
  width: 100%;
  transform: rotate(0deg);
}

.full-story h2 {
  font-family: Lato;
  font-size: 48px;
  font-weight: 900;
  line-height: 57.6px;
  text-align: left;
  color: #bf165e;
}

.full-story p {
  font-family: Lato;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
}

section.full-story {
  position: relative;
  padding: 60px 0;
}

section.full-story:after {
  content: "";
  position: absolute;
  width: 300px;
  right: 0;
  height: 100%;
  background-image: url(../image/pa.png);
  background-repeat: no-repeat;
  left: 0;
  bottom: 0;
  background-position: bottom left;
  background-size: contain;
}

section.full-story:before {
  content: "";
  position: absolute;
  width: 300px;
  height: 100%;
  background-image: url(../image/pb.png);
  background-repeat: no-repeat;
  right: 0;
  top: -75%;
  background-position: top right;
  background-size: contain;
}

.pagination-slider {
  background: linear-gradient(90.36deg,
      rgba(65, 189, 148, 0.1) 0%,
      rgba(0, 159, 232, 0.1) 100%);
  padding: 32px 0;
}

.pagination-slider .member-box .member-img img {
  position: unset;
}

.pagination-slider .member-box {
  background: none;
  padding: 0;
}

.pagination-slider .member-box .member-img {
  padding-right: 0;
}

.pagination-slider .slick-arrow {
  position: unset;
}

.pagination-slider .about-member a.slick-prev.slick-arrow {
  font-family: Lato;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  color: #bf165e;
  text-decoration: none;
  width: fit-content;
  background: none !important;
  height: fit-content;
  border: none !important;
  margin: 0 !important;
  float: unset;
  position: unset !important;
  transform: unset !important;
  padding-left: 25px;
}

.pagination-slider .about-member a.slick-prev.slick-arrow::before {
  display: none;
}

.pagination-slider .about-member a.slick-next.slick-arrow {
  font-family: Lato;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  color: #bf165e;
  text-decoration: none;
  width: fit-content;
  background: none !important;
  height: fit-content;
  border: none !important;
  margin: 0 !important;
  float: unset;
  position: relative;
  transform: unset !important;
  left: 0;
  top: 0;
}

.pagination-slider .about-member a.slick-next.slick-arrow::before {
  display: none;
}

.pagination-slider .about-member a.slick-prev.slick-arrow::after {
  left: 0;
  top: 0;
  transform: rotate(180deg);
  width: 20px;
}

.pagination-slider .about-member a.slick-next.slick-arrow::after {
  right: -20px;
}

.pagination-slider .about-member h3 {
  margin-top: 10px;
}

section.about-section {
  padding: 250px 0;
  background-image: url(../image/about-bg.png);
  background-size: cover;
  background-position: top center;
  position: relative;
  margin-bottom: 50px;
}

section.about-section:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -30px;
  height: 90px;
  width: 100%;
  background: linear-gradient(0deg,
      #ffffff 21.68%,
      rgba(255, 255, 255, 0.7) 65%,
      rgba(255, 255, 255, 0) 100%);
}

section.about-section h2 {
  font-family: Lato;
  font-size: 60px;
  font-weight: 900;
  line-height: 72px;
  text-align: left;
  margin-bottom: 25px;
}

section.about-section p {
  font-family: Lato;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
}

.donation-boxes h3 {
  font-family: Lato;
  font-size: 32px;
  font-weight: 900;
  line-height: 38.4px;
  text-align: center;
  margin-bottom: 25px;
}

.donation-boxes p {
  font-family: Lato;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
}

.donation-boxes .round-image {
  background: linear-gradient(180deg,
      rgba(238, 247, 201, 0.75) 0%,
      rgba(246, 243, 169, 0.2) 100%);
  display: flex;
  align-items: center;
  width: 260px;
  height: 260px;
  border-radius: 100%;
  justify-content: center;
  margin: 0 auto 15px;
}

.donation-boxes h2 {
  font-family: Lato;
  font-size: 24px;
  font-weight: 900;
  line-height: 28.8px;
  text-align: center;
}

.donation-boxes .row:first-child {
  margin-bottom: 50px;
}

section.donation-boxes {
  padding: 0 0 50px 0;
}

.round-image.round2 {
  background: linear-gradient(180deg,
      rgba(196, 233, 243, 0.5) 0%,
      rgba(188, 223, 198, 0.1) 100%);
}

.planed-giving {
  padding: 80px 0;
  background-image: url(../image/panned.jpg);
  background-size: cover;
  position: relative;
  background-position: center;
}

.planed-giving h2 {
  font-family: Lato;
  font-size: 60px;
  font-weight: 900;
  line-height: 72px;
  text-align: left;
}

.planed-giving p {
  font-family: Lato;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
}

.planed-giving:after {
  content: "";
  position: absolute;
  left: 0;
  height: 60px;
  background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  width: 100%;
  top: 0;
}

.planed-giving:before {
  content: "";
  width: 50%;
  position: absolute;
  background: radial-gradient(47.22% 50% at 50% 50%,
      #ffffff 0%,
      rgba(255, 255, 255, 0) 100%);
  height: 100%;
  left: 0;
  top: 0;
}

section.faq-banner {
  background-image: url(../image/Endowment.png);
  background-size: cover;
  position: relative;
}

section.faq-banner .col-sm-6 {
  display: flex;
  align-items: center;
}

section.faq-banner h2 {
  font-family: Lato;
  font-size: 60px;
  font-weight: 900;
  line-height: 72px;
  text-align: left;
}

section.faq-banner:after {
  content: "";
  width: 100%;
  position: absolute;
  height: 124px;
  bottom: 0;
  background: linear-gradient(0deg,
      #ffffff 21.68%,
      rgba(255, 255, 255, 0.7) 65%,
      rgba(255, 255, 255, 0) 100%);
  z-index: 0;
}

section.faq-banner .container {
  position: relative;
  z-index: 9;
}

section.faq-main .accordion-item {
  border-width: 1px 0 1px 0;
  border-bottom: 1px solid #83898f80;
}

button.accordion-button {
  font-family: Lato;
  font-size: 24px;
  font-weight: 900;
  line-height: 28.8px;
  text-align: left;
  padding: 20px 0;
  outline: none !important;
  box-shadow: none !important;
}

section.faq-main {
  padding-bottom: 60px;
}

section.faq-main .accordion-button:not(.collapsed) {
  color: #349776;
  background: none;
  border-bottom: 4px solid #349776;
}

section.faq-main .accordion-body {
  background: linear-gradient(180deg,
      rgba(238, 247, 201, 0.75) 0%,
      rgba(246, 243, 169, 0.2) 100%);
}

section.faq-main .accordion-item .accordion-button::after {
  content: "\f054";
  background: none !important;
  font-family: "FontAwesome";
  font-size: 18px;
}

section.faq-main .accordion-button:not(.collapsed)::after {
  transform: rotate(90deg);
}

section.faq-main .accordion-item span {
  margin-right: 15px;
}

.made-possible {
  padding: 70px 0 60px 0;
}

.made-possible h2 {
  font-family: Lato;
  font-size: 60px;
  font-weight: 900;
  line-height: 72px;
  text-align: center;
  color: #2e2e2e;
}

.made-possible p {
  font-family: Lato;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
}

section.made-possible-sliders {
  padding: 60px 0;
  position: relative;
  background: url(../image/news-bg-1.png);
  background-size: cover;
}

section.made-possible-sliders:before {
  content: "";
  background-image: url(../image/ZRjilR-1.png);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
}

.man .item {
  display: flex;
  flex-wrap: wrap;
}

.men-content {
  width: 60%;
  padding-left: 30px;
}

.man.owl-drag {
  margin-bottom: 150px;
}

.man.owl-drag .mem-img {
  width: 40%;
}

.man.owl-drag .owl-nav {
  left: 40%;
  padding-left: 30px;
}

.men-content h3 {
  font-family: Lato;
  font-size: 32px;
  font-weight: 900;
  line-height: 38.4px;
  text-align: left;
  color: #bf165e;
}

.men-content h2 {
  font-family: Lato;
  font-size: 40px;
  font-weight: 900;
  line-height: 48px;
  text-align: left;
  margin: 25px 0;
}

section.made-possible-sliders .new-header {
  flex-wrap: wrap;
}

section.made-possible-sliders .new-header h2 {
  width: 100%;
  margin: 0 0 20px 0;
  font-family: Lato;
  font-size: 32px;
  font-weight: 900;
  line-height: 38.4px;
  text-align: left;
  color: #bf165e;
}

.sqr-box {
  background: #00496a40;
  padding: 25px 20px;
  text-align: center;
  border-radius: 8px;
}

section.acknowledgment {
  background: linear-gradient(180deg, #41bd94 0.92%, #009fe8 98.24%);
  color: #fff;
  padding: 60px 0;
}

section.acknowledgment h2 {
  font-family: Lato;
  font-size: 48px;
  font-weight: 900;
  line-height: 57.6px;
  text-align: center;
  margin-bottom: 25px;
}

section.acknowledgment p {
  font-family: Lato;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
}

.sqr-box h3 {
  font-family: Lato;
  font-size: 14px;
  font-weight: 700;
  line-height: 16.8px;
  text-align: center;
  margin-top: 10px;
}

section.acknowledgment .row:first-child {
  margin-bottom: 25px;
}

p.bottomtext {
  margin-top: 30px;
}

.animated-banner ul {
  display: flex;
  flex-wrap: wrap;
  max-width: 1258px;
  margin: 0 auto;
  justify-content: center;
}

.animated-banner ul li {
  list-style: none !important;
  padding: 5px 15px;
  display: flex;
  align-items: center;
}

.animated-banner ul li.small {
  font-family: Lato;
  font-size: 28px;
  font-weight: 900;
  line-height: 33.6px;
  text-align: left;
}

.animated-banner ul li.large {
  font-family: Lato;
  font-size: 48px;
  font-weight: 900;
  line-height: 57.6px;
  text-align: left;
}

.animated-banner ul li.medium {
  font-family: Lato;
  font-size: 32px;
  font-weight: 900;
  line-height: 38.4px;
  text-align: left;
}

.animated-banner ul li.thin {
  font-family: Lato;
  font-size: 28px;
  font-weight: 900;
  line-height: 33.6px;
  text-align: left;
}

.animated-banner .owl-nav {
  display: none;
}

.donor-faded-banner {
  background-image: url(../image/Endowment-Key.png);
  background-size: cover;
  padding: 25px 0 100px 0;
  position: relative;
}

.donor-faded-banner:after {
  content: "";
  position: absolute;
  background-image: url(../image/tree-banner.png);
  height: 100%;
  width: 100%;
  bottom: -131px;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
}

.donor-faded-banner:before {
  content: "";
  position: absolute;
  bottom: -80px;
  height: 124px;
  background: linear-gradient(0deg,
      #ffffff 21.68%,
      rgba(255, 255, 255, 0.7) 65%,
      rgba(255, 255, 255, 0) 100%);
  z-index: 99;
  width: 100%;
}

.animated-banner .owl-dots {
  bottom: -60px;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.animated-banner .owl-dots span {
  border: 1px solid #2e2e2e80;
}

.animated-banner .owl-dots .active span {
  background: #349776 !important;
  opacity: 1;
  width: 16px !important;
  height: 16px !important;
}

.animated-banner .owl-dots span {
  width: 12px !important;
  height: 12px !important;
  background: #fff !important;
}

.hover-content {
  position: absolute;
  top: 100%;
  display: none;
}


.hover-box:hover .hover-content {
  z-index: 999;
  top: 0;
  height: 100%;
  background: linear-gradient(180deg,
      rgba(36, 106, 83, 0.8) 0%,
      rgba(0, 111, 161, 0.8) 100%);
  border-radius: 0 90px 0 90px;
  display: block;
}

.hover-box:hover .hover-content h3 {
  background: transparent !important;
  color: #fff;
}

.hover-box:hover .hover-content h3:after {
  display: none;
}

.hover-box:hover .hover-content p {
  color: #fff;
  padding: 32px;
}

.hover-box:hover .hover-content .hover-btns {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: end;
  padding: 32px 47px;
  bottom: 0;
}

.hover-box:hover .hover-content .hover-btns a {
  position: unset;
  width: fit-content;
}

.hover-box:hover .hover-content .hover-btns a:last-child {
  margin-right: 0;
}

.step-row {
  background-image: url(../image/banner-bg.png);
  padding: 60px 0;
  position: relative;
  background-size: cover;
}

.step-indicator {
  display: flex;
  justify-content: end;
  margin: 15px 0;
}

.step-indicator span {
  width: 40px;
  height: 40px;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #349776;
  border-radius: 50px;
  margin: 0 auto 10px auto;
  border: 2px solid #349776;
  font-family: Lato;
  font-size: 20px;
  font-weight: 900;
  line-height: 24px;
  text-align: left;
  position: relative;
}

.step-indicator div br {
  display: none;
}

.step-indicator div {
  max-width: 130px;
  width: 100%;
  text-align: center;
  margin-left: 30px;
  position: relative;
}

.step-indicator div.step-active span {
  background: #349776;
  color: #fff;
}

.step-indicator div:first-child span:after {
  content: "";
  position: absolute;
  width: 125px;
  top: 15px;
  left: 100%;
  border: 3px solid #3497764d;
}

.step-indicator div:nth-child(2) span:after {
  content: "";
  position: absolute;
  width: 125px;
  top: 15px;
  left: 100%;
  border: 3px solid #3497764d;
}

.step-row h2 {
  font-family: Lato;
  font-size: 60px;
  font-weight: 900;
  line-height: 72px;
  text-align: left;
}

.donation-amount {
  padding: 50px 0;
}

.donation-amount h2 {
  font-family: Lato;
  font-size: 32px;
  font-weight: 900;
  line-height: 38.4px;
  text-align: left;
  color: #bf165e;
}

.donation-amount p {
  margin: 15px 0 0 0;
}

.donation-amount .form-group label {
  font-family: Lato;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  margin: 0 0 5px 0;
}

.donation-amount .form-group input {
  border: 1px solid #83898f61;
  box-shadow: none !important;
}

.step-row:after {
  content: "";
  position: absolute;
  bottom: -40px;
  height: 124px;
  width: 100%;
  background: linear-gradient(0deg,
      #ffffff 21.68%,
      rgba(255, 255, 255, 0.7) 65%,
      rgba(255, 255, 255, 0) 100%);
}

.donation-amount .row {
  border-bottom: 1px solid #83898f36;
  padding-bottom: 25px;
  margin-bottom: 25px;
}

.donation-amount .row .form-group:last-child {
  margin: 0;
}

.donation-amount .row .form-group {
  margin-bottom: 20px;
}

.flex-row {
  display: flex;
  gap: 0 15px;
}

.flex-row .form-group {
  width: 100%;
}

.donation-amount ul li {
  list-style: auto;
  margin: 0 0 10px 0;
  padding-left: 15px;
}

.donation-amount ul {
  padding-left: 20px;
}

.donation-amount button {
  background: linear-gradient(87.08deg, #e47000 0%, #bf165e 100%);
  border: none !important;
  outline: none !important;
  padding: 8px 43px;
  float: right;
  margin: 15px 0 0;
  box-shadow: none !important;
  font-family: Lato;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
}

.donation-amount .row:last-child {
  border: none;
  margin: 0;
}

.donation-amount .row .form-group textarea {
  height: 120px;
  box-shadow: none;
}

.student-dev-posts .hover-content {
  position: absolute !important;
  top: 100%;
}

.student-dev-posts .hover-btns a.learn {
  padding: 8px 30px !important;
}

.hover-btns button.btn.btn-primary {
  display: block;
  box-shadow: 0px 4px 15px 0px #006fa140;
  padding: 8px 43px;
  border-radius: 5px;
  margin-right: 15px;
  background: #fff;
  color: #006fa1;
  font-family: Lato;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  text-decoration: none;
  border: none !important;
}

div#exampleModal .modal-dialog {
  max-width: 1140px;
  height: 100%;
  display: flex;
  align-items: center;
}

div#exampleModal .modal-dialog .modal-header {
  border: none !important;
  padding: 0;
}

div#exampleModal .modal-dialog .modal-header button.btn-close {
  padding: 0;
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 999;
}

div#exampleModal .modal-dialog h2 {
  font-family: Lato;
  font-size: 32px;
  font-weight: 900;
  line-height: 38.4px;
  text-align: left;
  margin: 20px 0 10px 0;
}

div#exampleModal .modal-body {
  padding: 25px;
}

div#exampleModal .modal-body img {
  width: 100%;
}

div#exampleModal .modal-body .col-sm-6 {
  position: relative;
}

div#exampleModal .modal-body .col-sm-6 a.support {
  position: unset;
  background: linear-gradient(87.08deg, #e47000 0%, #bf165e 100%);
  padding: 8px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  display: block;
  width: 98%;
  margin: 0 auto;
  border-radius: 5px;
}

.social_bar {
  display: flex;
  justify-content: space-between;
  margin: 25px 0;
}

.social_bar .date {
  margin: 0;
  padding: 0;
  border: none;
}

ul.social_icons {
  padding: 0;
  margin: 0;
  display: flex;
}

ul.social_icons li {
  list-style: none;
  padding: 0 7px;
}

.news-detail {
  padding: 40px 0;
}

.news-detail h2 {
  font-family: Lato;
  font-size: 48px;
  font-weight: 900;
  line-height: 57.6px;
  text-align: left;
}

ul.social_icons img {
  width: 16px;
}

.news-img img {
  width: 100%;
}

.news-img p.em {
  margin: 15px 0;
  font-family: Lato;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
}

.news-tags ul {
  padding: 0;
  margin: 0;
  display: flex;
  gap: 15px;
}

.news-tags ul li {
  list-style: none;
  border: 1px solid #41bd94;
  padding: 6px 15px;
  color: #349776;
  font-family: Lato;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  border-radius: 50px;
}

.news-tags {
  margin-top: 60px;
}

.news-pag-slider .member-box {
  flex-wrap: wrap;
  width: 100%;
  border-radius: 0;
}

.news-pag-slider .member-box .member-img {
  width: 40%;
}

.news-pag-slider .member-box .about-news {
  width: 60%;
  padding: 0 20px;
}

.news-pag-slider .member-box a.slick-arrow {
  display: block;
  font-family: Lato;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  color: #bf165e;
  text-decoration: none;
  margin-bottom: 15px !important;
  background: none !important;
  height: fit-content;
  border: none !important;
  margin: 0;
  float: unset;
  position: unset !important;
  transform: unset !important;
  padding-left: 0;
  width: 100%;
}

.news-pag-slider .member-box a.slick-arrow::before {
  display: none;
}

.news-pag-slider .member-box span.date {
  margin: 0 0 15px 0;
  padding: 0;
  border: none;
  display: block;
}

.news-pag-slider .member-box p {
  font-family: Lato;
  font-size: 24px;
  font-weight: 900;
  line-height: 28.8px;
}

.news-pag-slider .member-box.next {
  justify-content: end;
  border-left: 1px solid #ccc;
  border-radius: 0;
}

.news-pag-slider .member-box.next span.date {
  text-align: right;
}

.news-pag-slider .member-box.next p {
  text-align: right;
}

.news-pag-slider .member-box.next a.slick-next.slick-arrow {
  text-align: right;
}

.news-pag-slider .member-box.next .member-img {
  order: 2;
  padding-left: 0;
  padding-right: 0;
}

.donation-amount .row .form-group p {
  font-family: Lato;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #2e2e2e;
}

section.thankuu {
  background-image: url(../image/Endowment-Key.png);
  background-size: cover;
  padding: 60px 0;
  position: relative;
}

section.thankuu .col-sm-12 {
  text-align: center;
}

section.thankuu .col-sm-12 h3 {
  font-family: Cormorant Garamond;
  font-size: 60px;
  font-style: italic;
  font-weight: 700;
  line-height: 72.66px;
  letter-spacing: -0.05em;
  text-align: center;
  margin-bottom: 25px;
  margin-top: 40px;
}

a.Back {
  border: 1px solid #2e2e2e80;
  padding: 8px 40px;
  font-family: Lato;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  color: #2e2e2e;
  text-decoration: none;
  border-radius: 5px;
  display: block;
  width: fit-content;
  margin: 40px auto 0;
}

section.thankuu .col-sm-12 img {
  width: 100%;
  max-width: max-content;
}

section.thankuu:after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../image/circle.png);
  position: absolute;
  top: 0;
  z-index: 0;
  left: 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

section.thankuu .container {
  z-index: 999;
  position: relative;
}

.animated-banner .image-layout-left img {
  max-width: 225px;
}

.image-layout-left {
  width: 30%;
  position: relative;
  height: 450px;
  display: flex;
  align-items: end;
  padding-bottom: 90px;
}

.image-layout-left ul {
  display: block;
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 450px;
  right: 0;
  top: 0;
}

.image-layout-left ul li.first-top {
  position: absolute;
  right: 160px;
  top: 0;
  padding: 0;
}

.image-layout-left ul li.second-top {
  position: absolute;
  top: 60px;
  right: 25px;
  padding: 0;
}

.image-layout-left ul li.third-top {
  position: absolute;
  right: 25px;
  top: 195px;
  padding: 0;
}

.image-layout-left ul li.four-top {
  position: absolute;
  top: 325px;
  right: 25px;
  padding: 0;
}

.animated-banner .owl-item {
  height: 100%;
}

.animated-banner ul li img {
  width: 150px;
}

.image-layout-center {
  max-width: 30%;
}

.image-layout-center img {
  max-width: 100%;
}

.image-layout-center ul {
  padding: 0;
}

.image-layout-center ul li {
  padding: 0;
}

.animated-banner .item {
  display: flex;
  justify-content: center;
}

.image-layout-right img {
  max-width: max-content;
}

.image-layout-right ul {
  position: absolute;
  width: 100%;
  height: 450px;
  top: 0;
  left: 10px;
  padding: 0 !important;
}

.image-layout-right {
  position: relative;
  width: 40%;
  display: flex;
  align-items: end;
  justify-content: center;
  padding-bottom: 60px;
  padding-left: 25px;
}

.image-layout-right ul li.first-top-right {
  position: absolute;
  bottom: -20px;
  left: 0;
  padding: 0;
}

.image-layout-right ul li.second-top-right {
  position: absolute;
  left: 0;
  top: 195px;
  padding: 0 !important;
}

.image-layout-right ul li.third-top-right {
  position: absolute;
  top: 60px;
  left: 0;
  padding: 0;
}

.image-layout-right ul li.four-top-right {
  position: absolute;
  padding: 0;
  left: 120px;
}

.image-layout-right ul li.five-top-right {
  position: absolute;
  top: 0;
  right: 115px;
  padding: 0;
}

.image-layout-right ul li.six-top-right {
  position: absolute;
  right: -20px;
  top: 115px;
}

.image-layout-right ul li.seven-top-right {
  position: absolute;
  top: 250px;
  right: -20px;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-20px);
    /* Optional: Adds a slight upward motion */
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-section h1 {
  opacity: 0;
  /* Start hidden */
  animation: fadeIn 1s ease forwards;
  /* Animate with 1s duration */
  animation-delay: 0.5s;
  /* Delay of 0.5s before starting */
}

.hero-section p {
  opacity: 0;
  /* Start hidden */
  animation: fadeIn 1s ease forwards;
  /* Animate with 1s duration */
  animation-delay: 1.5s;
  /* Delay of 1.5s before starting */
}

.hero-section .hero-btns {
  opacity: 0;
  /* Start hidden */
  animation: fadeIn 1s ease forwards;
  /* Animate with 1s duration */
  animation-delay: 2.5s;
  /* Delay of 2.5s before starting */
}

.fade-in {
  opacity: 0;
  /* Start hidden */
}

.fade-in-show {
  opacity: 0;
  animation: fadeIn 0.5s ease forwards;
  /* Animate with 1s duration */
}

/*...........*/
section.images-tab .align-items-start {
  width: 100%;
  align-items: end !important;
}

section.images-tab .align-items-start div#v-pills-tab {
  width: 60%;
  height: 460px;
  position: relative;
  background-position: center;
  max-width: 45%;
}

section.images-tab .align-items-start div#v-pills-tab button#v-pills-home-tab {
  width: 50%;
  max-width: 240px;
  position: absolute;
  height: 160px;
  padding: 0;
  border-radius: 0 100px 0 100px;
  overflow: hidden;
  box-shadow: 0 0 10px #34977675;
  z-index: 9;
  margin-top: 30px;
}

section.images-tab .align-items-start div#v-pills-tab button#v-pills-profile-tab {
  position: absolute;
  right: 0;
  width: 50%;
  max-width: 240px;
  height: 160px;
  padding: 0;
}

section.images-tab .align-items-start div#v-pills-tab button#v-pills-messages-tab {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 240px;
  width: 50%;
  height: 160px;
  padding: 0;
}

section.images-tab .align-items-start button#v-pills-settings-tab {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 240px;
  height: 160px;
  width: 50%;
  padding: 0;
}

section.images-tab .align-items-start div#v-pills-tab button#v-pills-home-tab .small-content {
  position: absolute;
  bottom: 15px;
  max-width: 160px;
  right: 15px;
  color: #fff;
  z-index: 99999;
}

section.images-tab .align-items-start p {
  margin: 0;
  color: #fff;
}

section.images-tab .align-items-start div#v-pills-tab button#v-pills-profile-tab {
  width: 50%;
  max-width: 240px;
  position: absolute;
  height: 160px;
  padding: 0;
}

section.images-tab .align-items-start div#v-pills-tab button#v-pills-profile-tab {
  position: absolute;
  right: 25px;
  width: 50%;
  max-width: 240px;
  height: 160px;
  padding: 0;
}

section.images-tab .align-items-start div#v-pills-tab button#v-pills-messages-tab {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 240px;
  width: 50%;
  height: 160px;
  padding: 0;
  border-radius: 100px 0;
  overflow: hidden;
  box-shadow: 0 0 10px #34977675;
}

section.images-tab .align-items-start button#v-pills-settings-tab {
  position: absolute;
  right: -40px;
  bottom: 0;
  max-width: 240px;
  height: 160px;
  width: 50%;
  padding: 0;
  border-radius: 0 100px 0 100px;
  overflow: hidden;
  box-shadow: 0 0 10px #34977675;
}

section.images-tab .align-items-start div#v-pills-tab button#v-pills-profile-tab .small-content {
  position: absolute;
  bottom: 15px;
  max-width: 160px;
  left: 15px;
  color: #fff;
}

section.images-tab .align-items-start div#v-pills-tab img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

section.images-tab {
  padding-bottom: 170px;
}

section.images-tab .align-items-start div#v-pills-tab button#v-pills-messages-tab .small-content {
  position: absolute;
  bottom: 15px;
  max-width: 160px;
  left: 15px;
  color: #fff;
}

section.images-tab .align-items-start button.active {
  max-width: 310px !important;
  background: none !important;
  height: 200px !important;
  border: 7px solid #009688;
}

section.images-tab .align-items-start button#v-pills-settings-tab .small-content {
  bottom: 15px;
  right: 15px;
}

section.images-tab .align-items-start button {
  transition: 0.5s ease;
}

.community-content p {
  color: #000 !important;
  margin-bottom: 15px !important;
}

section.images-tab .align-items-start a.donate-btn {
  background: linear-gradient(87.08deg, #e47000 0%, #bf165e 100%);
}

section.images-tab .align-items-start div#v-pills-tab button#v-pills-home-tab:after {
  content: "";
  position: absolute;
  height: 50px;
  width: 100%;
  bottom: 0;
  z-index: 99;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #00000069 100%);
}

section.images-tab .align-items-start div#v-pills-tab button:after {
  content: "";
  position: absolute;
  height: 50px;
  width: 100%;
  bottom: 0;
  z-index: 99;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #00000069 100%);
}

section.images-tab .align-items-start div#v-pills-tab button .small-content {
  z-index: 999;
  text-align: left;
}

section.images-tab .align-items-start div#v-pills-tab button#v-pills-profile-tab {
  border-radius: 100px 0;
  overflow: hidden;
  box-shadow: 0 0 10px #34977675;
}

section.images-tab .align-items-start button {
  border: 7px solid #34977675;
  z-index: 9;
}

section.images-tab .align-items-start div#v-pills-tab button .small-content p {
  line-height: normal;
}

section.images-tab .align-items-start div#v-pills-tabContent {
  width: 40%;
}

.wrapper.inner-wraper::before {
  opacity: 0.3;
}

.wrapper.inner-wraper {
  background-position: center right;
}

section.images-tab .align-items-start div#v-pills-tab:after {
  background-image: url(/image/bg-tree.png);
  width: 100%;
  height: 100%;
  background-size: contain;
  position: absolute;
  top: 150px;
  left: 0;
  content: "";
  z-index: 0;
  background-repeat: no-repeat;
}

section.images-tab:before {
  content: "";
  height: 240px;
  position: absolute;
  width: 100%;
  background: linear-gradient(180deg,
      rgba(210, 234, 239, 0) 0.92%,
      #d2eaef 98.24%);
  bottom: 0;
  left: 0;
}

section.images-tab .container {
  position: relative;
}

section.bg-image-section.inner-bg-img:after {
  background: linear-gradient(180deg, #d2eaef 0%, rgba(210, 234, 239, 0) 100%);
}

img.after-image {
  position: absolute;
  top: -90px;
  left: -45px;
}

.hero-slider .owl-dots {
  display: flex;
  position: absolute;
  align-items: center;
  bottom: 80px;
  left: 0;
  z-index: 9;
  max-width: 1320px;
  margin: 0 auto;
  width: 100%;
  right: 0;
}

.hero-slider .owl-dots span {
  width: 12px !important;
  height: 12px !important;
  background: transparent !important;
  border: 1px solid #fff;
}

.hero-slider .owl-dots button.owl-dot.active span {
  background: #349776 !important;
  width: 16px !important;
  height: 16px !important;
  border-color: #349776 !important;
}

.mouse-btn {
  text-align: center;
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  width: fit-content;
  margin: 0 auto;
}

.mouse-btn:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 25px;
  background: #fff;
  left: 15px;
  bottom: -40px;
}

section.quote-section {
  position: relative;
}

section.images-tab .align-items-start button.active .small-content {
  display: none;
}

img.rd-after {
  position: absolute;
  top: -90px;
  right: -50px;
}

img.\33 rd-line {
  position: absolute;
  top: -90px;
  left: -53px;
}

img.g4image {
  position: absolute;
  left: 15%;
  bottom: -250px;
}

.gif-line {
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  z-index: 99;
}

img.step-4-after {
  position: absolute;
  right: 0;
  max-width: 400px;
  bottom: 50px;
}

section.research-development-images .container {
  position: relative;
  z-index: 9;
}

.member-section .member-sec-bg img {
  max-width: 100%;
  transform: scale(1);
  transition: 1.2s ease;
}

.member-sec-top img {
  position: absolute;
  top: 165px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.member-sec-top {
  text-align: center;
}

.member-sec-bg {
  text-align: left;
  position: relative;
}

.tree-div {
  width: 20%;
  position: absolute;
}

.tree-div.tree-show-grow img {
  transform: scale(1.5);
}

video.background-video {
  position: absolute;
  width: 100%;
  top: 0;
  left: -1px;
  border-radius: 0 0 150px 158px;
  height: 100%;
  object-fit: cover;
}

/*...main-slider...*/
.product__slider-main .slide {
  display: flex;
  margin: 0 10px;
}

.product__slider-main .slide .item {
  padding-left: 40px;
  width: 65%;
}

.product__slider-main .slide .item h2 {
  font-family: Lato;
  font-size: 32px;
  font-weight: 900;
  line-height: 38.4px;
  text-align: left;
  margin-bottom: 15px;
}

.product__slider-main .slick-arrow {
  left: auto;
  right: 0;
  top: 155px;
}

.product__slider-main .slick-arrow.slick-prev {
  right: 50px !important;
  left: auto !important;
}

.product__slider-main .slick-arrow {
  border: 1px solid #2e2e2e80 !important;
  background: none !important;
}

.product__slider-main .slick-arrow::before {
  content: "" !important;
  position: absolute;
  width: 24px;
  height: 24px;
  background-image: url(../image/icon_arrow_bg.png);
  top: 7px;
  left: 7px;
  z-index: 999;
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(181deg);
}

.product__slider-main .slick-arrow.slick-next::before {
  transform: unset;
}

.product__slider-main .slide .image-here img {
  box-shadow: 0px 4px 16px 0px #34977680;
  border-radius: 0 200px 0 200px;
}

.product__slider-thmb {
  width: 54%;
  margin-left: auto;
  position: absolute;
  right: 0;
  bottom: 0;
}

.product__slider-thmb .slick-slide img {
  max-width: 100%;
  width: 100%;
  padding: 0 0 0 15px;
}

.product__slider-main .slide .image-here {
  width: 45%;
}

.product__slider-thmb .slick-slide {
  padding: 0;
}

div#product__slider {
  position: relative;
  margin-bottom: 50px;
}

.product__slider-thmb .slick-arrow {
  display: none !important;
}

/*...main-slider..2.*/
.product__slider-main_2 .slide {
  display: flex;
  margin: 0 10px;
}

.product__slider-main_2 .slide .item {
  padding-right: 40px;
  width: 65%;
}

.product__slider-main_2 .slide .item h2 {
  font-family: Lato;
  font-size: 32px;
  font-weight: 900;
  line-height: 38.4px;
  text-align: left;
  margin-bottom: 15px;
}

.product__slider-main_2 .slick-arrow {
  left: auto;
  right: 46%;
  top: 150px;
  margin-right: 10px;
}

.product__slider-main_2 .slick-arrow.slick-prev {
  right: 51%;
  left: auto !important;
  margin-right: 0;
}

.product__slider-main_2 .slick-arrow {
  border: 1px solid #2e2e2e80 !important;
  background: none !important;
}

.product__slider-main_2 .slick-arrow::before {
  content: "" !important;
  position: absolute;
  width: 24px;
  height: 24px;
  background-image: url(../image/icon_arrow_bg.png);
  top: 7px;
  left: 7px;
  z-index: 999;
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(181deg);
}

.product__slider-main_2 .slick-arrow.slick-next::before {
  transform: unset;
}

.product__slider-main_2 .slide .image-here img {
  box-shadow: 0px 4px 16px 0px #34977680;
  border-radius: 200px 0 200px 0;
}

.product__slider-thmb_2 {
  width: 53%;
  margin-left: auto;
  position: absolute;
  left: 20px;
  bottom: 0;
}

.product__slider-thmb_2 .slick-slide img {
  max-width: 100%;
  width: 100%;
  padding: 0 15px 0 0;
}

.product__slider-main_2 .slide .image-here {
  width: 45%;
}

.product__slider-thmb_2 .slick-slide {
  padding: 0;
}

div#product__slider {
  position: relative;
  margin-bottom: 20px;
}

.product__slider-thmb_2 .slick-arrow {
  display: none !important;
}

.product__slider-main_2 .slide .item .new-header {
  justify-content: flex-end;
}

.product__slider-main_2 .slide .item .new-header .date {
  padding-right: 15px;
  margin-right: 15px;
  padding-left: 0;
  margin-left: 0;
  border-left: 0;
  border-right: 1px solid #83898f;
}

.product__slider-main_2 .slide .item {
  text-align: left;
  position: relative;
}

.product__slider-main_2 .slide .item a.view-deatails {
  margin: 0;
}

a.btn-no-bg:after {
  content: "\f061";
  position: absolute;
  font-family: "FontAwesome";
  right: 0;
}

a.view-more-news {
  color: #bf165e;
  font-family: Lato;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  text-decoration: none;
  display: flex;
  align-items: center;
  bottom: -10px;
  padding-right: 20px;
  position: absolute;
}

a.view-more-news:after {
  content: "\f061";
  position: absolute;
  font-family: "FontAwesome";
  right: 0;
}

.product__slider-main_2 a.view-more-news {
  left: 0;
}

div#product__slider .slick-list.draggable {
  padding-bottom: 30px;
}

.view-news-btn {
  width: 54%;
  margin-left: auto;
  padding-left: 15px;
}

div#product__slider_2 .view-news-btn {
  margin-left: 0;
}

div#product__slider_2 .slick-list.draggable {
  padding-bottom: 30px;
}

div#member__slider_2 {
  display: flex;
  margin-top: 0;
  align-items: end;
}

div#member__slider_2 .member__slider-main_2 {
  width: 35%;
  padding: 100px 40px 0;
}

div#member__slider_2 .member__slider-thmb_2 {
  width: 65%;
}

div#member__slider_2 .member__slider-main_2 h6 {
  font-family: Lato;
  font-size: 16px;
  font-weight: 900;
  line-height: 24px;
  text-align: left;
  color: #fff;
  margin-bottom: 40px;
}

div#member__slider_2 .member__slider-thmb_2 .slide img {
  max-width: 100%;
  height: 326px;
  width: 100%;
  object-fit: cover;
  transition: 0.5s ease;
  box-shadow: 0px 4px 16px 0px #34977680;
}

div#member__slider_2 .member__slider-thmb_2 .slick-arrow {
  display: none !important;
}

div#member__slider_2 .member__slider-thmb_2 .slick-current img {
  height: 500px;
  max-height: max-content;
}

div#member__slider_2 .member__slider-thmb_2 .slick-track {
  display: flex;
  align-items: end;
}

div#member__slider_2 .member__slider-main_2 .slick-arrow {
  right: 40px !important;
  left: auto;
}

div#member__slider_2 .member__slider-main_2 .slick-prev.slick-arrow {
  left: auto !important;
  right: 95px !important;
}

div#member__slider_2 .member__slider-thmb_2 .slide {
  padding: 0 8px;
}

.hero-btns .vdo-btn i {
  font-size: 24px;
  margin-left: 5px;
}

.video-popup.modal .modal-dialog {
  max-width: fit-content !important;
}

.video-popup.modal .modal-dialog .modal-body {
  padding: 35px !important;
}

.video-popup.modal .modal-dialog button.btn-close {
  position: absolute;
  top: 13px !important;
  background: none !important;
  right: 20px !important;
  font-size: 24px;
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .product__slider-main .slide .image-here img {
    max-width: 100%;
  }

  .product__slider-thmb {
    width: 100%;
    padding-left: 43%;
  }

  .product__slider-main .slide .item {
    padding-left: 40px;
    width: 65%;
    height: 350px;
  }

  .product__slider-main_2 .slide .item {
    height: 350px;
  }

  .product__slider-main_2 .slide .image-here img {
    max-width: 100%;
  }

  div#member__slider_2 .member__slider-main_2 {
    padding: 100px 40px 0;
  }

  img.step-1 {
    max-width: 500px;
    left: -73px;
    top: 0;
  }

  img.step-2 {
    max-width: 250px;
    top: 0;
    right: 0;
  }

  img.step-3-after {
    max-width: 300px;
  }

  img.step-4-after {
    max-width: 300px;
  }

  .product__slider-main_2 .slick-arrow.slick-prev {
    right: 52%;
  }
}

@media (min-width: 1025px) and (max-width: 1199px) {
  .product__slider-main .slide .image-here img {
    max-width: 100%;
  }

  .product__slider-thmb {
    width: 100%;
    padding-left: 43%;
  }

  .product__slider-main .slide .item {
    padding-left: 40px;
    width: 65%;
    height: 350px;
  }

  .product__slider-main_2 .slide .item {
    height: 350px;
  }

  .product__slider-main_2 .slide .image-here img {
    max-width: 100%;
  }

  div#member__slider_2 .member__slider-main_2 {
    padding: 100px 40px 0;
  }

  img.step-1 {
    max-width: 300px;
    left: 0;
    top: 0;
  }

  img.step-2 {
    max-width: 200px;
    top: 0;
    right: 0;
  }

  img.step-3-after {
    max-width: 200px;
  }

  img.step-4-after {
    max-width: 250px;
    bottom: 80px;
  }
}

@media (min-width: 991px) and (max-width: 1024px) {
  .product__slider-main .slide .image-here img {
    max-width: 100%;
  }

  .product__slider-thmb {
    width: 100%;
    padding-left: 43%;
  }

  .product__slider-main .slide .item {
    padding-left: 40px;
    width: 65%;
    height: 350px;
  }

  .product__slider-main_2 .slide .item {
    height: 350px;
  }

  .product__slider-main_2 .slide .image-here img {
    max-width: 100%;
  }

  div#member__slider_2 .member__slider-main_2 {
    padding: 100px 40px 0;
  }

  img.step-1 {
    max-width: 300px;
    left: 0;
    top: 0;
  }

  img.step-2 {
    max-width: 200px;
    top: 0;
    right: 0;
  }

  img.step-3-after {
    max-width: 200px;
  }

  img.step-4-after {
    max-width: 250px;
    bottom: 80px;
  }

  .hero-section {
    height: 650px;
  }

  .hero-section h1 {
    font-size: 40px;
    line-height: normal;
  }

  video.background-video {
    border-radius: 0 0 100px 100px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hero-section h1 {
    font-size: 40px;
    line-height: normal;
  }

  .product__slider-main .slide .image-here img {
    max-width: 100%;
  }

  .product__slider-thmb {
    width: 100%;
    padding-left: 43%;
  }

  .product__slider-main .slide .item {
    padding-left: 40px;
    width: 65%;
    height: 300px;
  }

  .product__slider-main_2 .slide .item {
    height: 300px;
  }

  .product__slider-main_2 .slide .image-here img {
    max-width: 100%;
  }

  div#member__slider_2 .member__slider-main_2 {
    padding: 100px 40px 0;
  }

  img.step-1 {
    max-width: 300px;
    left: 0;
    top: 0;
  }

  img.step-2 {
    max-width: 200px;
    top: 0;
    right: 0;
  }

  img.step-3-after {
    max-width: 200px;
  }

  img.step-4-after {
    max-width: 250px;
    bottom: 80px;
  }

  .hero-section {
    height: 650px;
  }

  .hero-section h1 {
    font-size: 40px;
    line-height: normal;
  }

  video.background-video {
    border-radius: 0 0 100px 100px;
  }

  .hero-section .item .col-sm-6 {
    width: 80%;
  }

  .head-btn h2 {
    font-size: 29px;
  }

  .hero-section .item .col-sm-6 {
    width: 80%;
  }

  .head-btn h2 {
    font-size: 29px;
  }

  .product__slider-main .slide .item h2 {
    font-size: 22px;
    line-height: normal;
  }

  .product__slider-main_2 .slide .item h2 {
    font-size: 24px;
    line-height: normal;
  }

  .product__slider-main_2 .slick-arrow.slick-prev {
    right: 55%;
  }

  .product__slider-main .slide .image-here img {
    border-radius: 0 70px 0 70px;
  }

  .product__slider-main_2 .slide .image-here img {
    border-radius: 50px 0 50px 0;
  }

  img.after-image {
    width: 100%;
    max-width: 250px;
  }

  img.rd-after {
    width: 100%;
    max-width: 400px;
    left: 0;
    top: -120px;
    height: 100px;
    right: 0;
    margin: 0 auto;
  }

  img.\33 rd-line {
    width: 100%;
    max-width: 400px;
  }

  img.g4image {
    max-width: 400px;
  }

  div#member__slider_2 .member__slider-thmb_2 {
    width: 100%;
  }

  div#member__slider_2 .member__slider-main_2 {
    width: 100%;
    padding: 50px 0 0 0;
    order: 2;
  }

  div#member__slider_2 {
    display: flex;
    flex-wrap: wrap;
  }

  div#member__slider_2 .member__slider-thmb_2 .slide img {
    height: 326px;
  }

  .tree-div {
    width: 20%;
    position: absolute;
    top: -35px;
  }

  .member-sec-top img {
    display: none;
  }

  .newsletter a.btn {
    white-space: nowrap;
  }

  .newsletter a.btn {
    white-space: nowrap;
  }

  section.footer .col-sm-2,
  section.footer .col-sm-5,
  section.footer .col-sm-3 {
    width: 50%;
    max-width: 50%;
  }

  section.footer .row {
    gap: 15px 0;
  }
}

body {
  overflow-x: hidden;
}

html {
  overflow-x: hidden;
}

div#member__slider_2 .member__slider-main_2 .slick-arrow {
  border-color: #fff !important;
  background: #0000001A !important;
  border-radius: 4px;
}

#yearFilter {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-repeat: no-repeat;
  background-position: right 10px center;
  /* Position the arrow */
  background-size: 10px;
  /* Size of the arrow */
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEwIDYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTAgMGw1IDUgNS01IiBmaWxsPSIjZmZmZmZmIi8+PC9zdmc+');
}

p#modal-description p {
  margin: 15px 0;
}

div#exampleModal .modal-body img {
  height: 100%;
  border-radius: 0;
}

@media (min-width: 768px) {

  .hide-desktop,
  .for-mobile,
  .mobile-gif {
    display: none;
  }

  .for-desktop {
    display: block;
  }

  .desktop-gif {
    display: inline-block;
  }

  .initiatives-images ul.slick-dots,
  .product__slider-main_2 ul.slick-dots {
    display: none !important;
  }

  div#member__slider_2 .member__slider-main_2 ul.slick-dots {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .flex-row {
    flex-wrap: wrap;
  }

  section.top-header img.hide-mobile {
    display: block;
    max-width: 120px;
  }

  section.top-header img {
    display: block;
    max-width: 120px;
  }

  section.top-header img.hide-desktop {
    display: none !important;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar-expand-lg .navbar-nav li.nav-item {
    width: 100%;
  }

  .navbar-expand-lg .navbar-nav li.nav-item a.nav-link {
    padding: 12px 16px !important;
    border-bottom: 1px solid #246A53;
    margin: 0;
    position: relative;
  }

  .navbar-expand-lg .navbar-nav {
    padding: 0 !important;
  }

  .menu-section .col-sm-12 {
    padding: 0 !important;
  }

  div#member__slider_2 .member__slider-main_2 ul.slick-dots button {
    border-color: #fff;
  }

  div#member__slider_2 .member__slider-main_2 ul.slick-dots li.slick-active button {
    background: #fff;
  }

  .tree-div {
    width: 40%;
    position: absolute;
    top: -30px;
  }

  .member-section {
    padding-top: 100px;
  }

  .member-section:before {
    top: 150px;
    height: 100%;
  }

  img.\33 rd-line {
    left: 25%;
    height: 65px;
    object-fit: cover;
    object-position: top;
    width: 145px;
  }

  .slick-dots li button {
    border: 1px solid #2E2E2E80;
    padding: 0 !important;
    border-radius: 50px;
    width: 12px;
    height: 12px;
  }

  .slick-dots li button:before {
    display: none;
  }

  .slick-dots li {
    width: fit-content;
    height: fit-content;
  }

  .slick-dots li.slick-active {
    width: 16px;
    height: 16px;
  }

  .slick-dots li.slick-active button {
    width: 16px;
    height: 16px;
    background: #349776;
    border-color: #349776;
  }

  .gif-line {
    top: 15px;
  }

  .desktop-gif {
    display: none;
  }

  .mobile-gif {
    display: inline-block;
  }

  .bg-image-section a.donate-btn {
    display: block;
    text-align: center;
    margin: 0;
  }

  div#member__slider_2 .member__slider-main_2 .slick-prev.slick-arrow {
    bottom: 10px !important;
    right: 55px !important;
  }

  div#member__slider_2 .member__slider-main_2 .slick-arrow {
    bottom: 10px !important;
    right: 0 !important;
  }

  div#member__slider_2 .member__slider-thmb_2 .slide img {
    height: 500px !important;
    max-height: max-content;
  }

  section.initiatives.step-3 a {
    position: absolute;
    bottom: 0;
    background: linear-gradient(87.08deg, #e47000 0%, #bf165e 100%);
    padding: 8px 43px;
    border-radius: 5px;
    margin-right: 15px;
    box-shadow: 0px 4px 16px 0px #bf165e40;
    color: #fff;
    width: 100%;
    justify-content: center;
    z-index: 999;
  }

  section.initiatives.step-3 a::after {
    display: none;
  }

  img.g4image {
    position: absolute;
    left: 20%;
    bottom: -120px;
    width: 155px;
    margin: 0;
    right: 0;
  }

  div#member__slider_2 {
    display: flex;
    flex-wrap: wrap;
  }

  div#member__slider_2 .member__slider-main_2 {
    width: 100%;
    padding: 30px 0;
    order: 2;
  }

  div#member__slider_2 .member__slider-thmb_2 {
    width: 100% !important;
    order: 1;
  }

  .research-development a.for-desktop {
    display: none;
  }

  .research-development a.for-mobile::after {
    display: none;
  }

  .for-desktop {
    display: none !important;
  }

  .for-mobile {
    display: block;
  }

  .hide-mobile,
  .for-desktop {
    display: none;
  }

  .hide-desktop {
    display: block !important;
  }

  section.top-header .col-sm-6 {
    display: flex;
    align-items: center;
  }

  section.top-header .col-sm-6:last-child {
    justify-content: end;
  }

  section.top-header .col-sm-6 {
    display: flex;
    align-items: center;
  }

  section.top-header .col-sm-6:last-child {
    justify-content: end;
  }

  .navbar-toggler span.navbar-toggler-icon {
    height: 2px !important;
    background: #83898f;
    width: 25px;
    position: relative;
  }

  .multilang {
    display: none;
  }

  .top-search button:after {
    display: none;
  }

  .donate-btn {
    display: none;
  }

  section.menu-section button.navbar-toggler {
    padding: 0;
    position: absolute;
    top: -65px;
    right: 15px;
    z-index: 999;
    width: 25px;
    height: 25px;
    border: none !important;
    text-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
  }

  .menu-section .container {
    position: relative;
    margin: 0 auto ! IMPORTANT;
    padding: 0;
  }

  .menu-section .container .row {
    margin: 0;
  }

  .navbar-toggler span.navbar-toggler-icon:after {
    content: "";
    height: 2px !important;
    background: #83898f;
    position: absolute;
    top: -10px;
    width: 100%;
    left: 0;
  }

  .navbar-toggler span.navbar-toggler-icon:before {
    content: "";
    height: 2px !important;
    background: #83898f;
    position: absolute;
    bottom: -10px;
    width: 100%;
    left: 0;
  }

  section.top-header .row {
    flex-wrap: nowrap;
  }

  section.top-header .col-sm-6 {
    width: 50%;
  }

  .top-search button i.fa {
    font-size: 20px;
  }

  .top-search {
    padding-right: 25px;
  }

  .hero-section-mobile img {
    width: 100%;
  }

  .banner-text-mobile h2 {
    font-family: Lato;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    text-align: left;
    font-style: italic;
    color: #9e0b0f;
    margin-bottom: 25px;
  }

  .banner-text-mobile h1 {
    stylename: Heading/H3. Black, 2rem;
    font-family: Lato;
    font-size: 32px;
    font-weight: 900;
    line-height: 38.4px;
    text-align: left;
    margin-bottom: 25px;
  }

  .hero-btns {
    margin-top: 25px;
  }

  .banner-text-mobile {
    padding-top: 60px;
    background-image: url(/image/banner-tree.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
  }

  .top-mob-banner {
    position: relative;
    text-align: center;
  }

  .top-mob-banner button {
    background: #ffffff;
    font-family: Lato;
    font-size: 16px;
    font-weight: 700;
    line-height: 29px;
    text-align: center;
    color: #006fa1;
    width: 240px;
    border-radius: 50px;
    margin: 0 auto;
    border: none !important;
    box-shadow: 0px 4px 15px 0px #006fa140;
    margin-top: -25px;
    display: flex;
    align-items: center;
    z-index: 999;
    position: relative;
    justify-content: center;
  }

  .top-mob-banner button i {
    font-size: 20px;
    margin-left: 15px;
  }

  .banner-text-mobile .hero-btns a.donate-btn {
    width: 100%;
    text-align: center;
  }

  .gif-line img.gif_image.ist-gif {
    height: 50px;
    object-fit: cover;
    object-position: top;
  }

  section.hero-section-mobile.hide-desktop {
    z-index: 99;
  }

  .info-text {
    max-width: 100%;
  }

  .head-btn h2 {
    font-size: 24px;
    line-height: 24px;
  }

  img.after-image {
    left: 20%;
    height: 65px;
    object-fit: cover;
    object-position: top;
    width: 145px;
  }

  .head-btn {
    display: block;
  }

  .info-text {
    position: relative;
    padding-bottom: 50px;
  }

  .initiatives .info-text .head-btn a.btn-no-bg {
    position: absolute;
    bottom: 0;
    background: linear-gradient(87.08deg, #e47000 0%, #bf165e 100%);
    padding: 8px 43px;
    border-radius: 5px;
    margin-right: 15px;
    box-shadow: 0px 4px 16px 0px #bf165e40;
    color: #fff;
    width: 100%;
    justify-content: center;
    z-index: 999;
  }

  .info-text .head-btn {
    position: unset;
  }

  .info-text .head-btn a.btn-no-bg::after {
    display: none;
  }

  .product__slider-thmb {
    display: none !important;
  }

  .product__slider-thmb {
    display: none !important;
  }

  .product__slider-main .slide {
    display: block;
  }

  .product__slider-main .slide .image-here {
    width: 100%;
  }

  .product__slider-main .slide .item {
    width: 100%;
    padding: 0;
  }

  .product__slider-main .slide .image-here img {
    width: 100%;
    border-radius: 0 100px;
    margin-bottom: 25px;
  }

  .product__slider-main .slick-arrow {
    top: auto !important;
    bottom: 10px !important;
  }

  .product__slider-main .slick-arrow.slick-prev {
    bottom: 10px !important;
  }

  .view-news-btn {
    display: none;
  }

  .product__slider-main .slide .item h2 {
    font-size: 24px;
    line-height: normal;
  }

  img.rd-after {
    position: absolute;
    top: -116px;
    right: 10%;
    left: auto;
    object-fit: cover;
    object-position: top;
    width: 150px;
  }

  .product__slider-main_2 .slide {
    display: block !important;
  }

  .product__slider-main_2 .slide .image-here {
    width: 100%;
  }

  .product__slider-main_2 .slide .image-here img {
    width: 100%;
    border-radius: 100px 0;
  }

  .product__slider-main_2 .slide .item {
    width: 100%;
    padding: 20px 0 0;
  }

  .product__slider-main_2 .slide .item h2 {
    font-size: 24px;
    line-height: normal;
  }

  .product__slider-thmb_2 {
    display: none !important;
  }

  img.step-2 {
    max-width: 150px;
    top: 150px;
  }

  img.step-1 {
    max-width: 150px;
    top: 0;
  }

  img.step-3-after {
    max-width: 150px;
    top: 0;
  }

  img.step-4-after {
    max-width: 150px;
    bottom: 60%;
  }

  .research-development a {
    position: absolute;
    bottom: 0;
    background: linear-gradient(87.08deg, #e47000 0%, #bf165e 100%);
    padding: 8px 43px;
    border-radius: 5px;
    margin-right: 15px;
    box-shadow: 0px 4px 16px 0px #bf165e40;
    color: #fff;
    width: 100%;
    justify-content: center;
    z-index: 999;
  }

  .bg-image-section h2 {
    font-family: Lato;
    font-size: 24px;
    font-weight: 900;
    line-height: 28.8px;
    text-align: center;
  }

  section.footer .col-sm-2 {
    padding-bottom: 15px;
  }

  .newsletter {
    text-align: center;
  }

  .newsletter h2 {
    text-align: center;
  }

  .newsletter p {
    text-align: center;
  }

  .newsletter .col-sm-3 {
    justify-content: center;
    margin-top: 25px;
  }

  .newsletter .col-sm-3 a.btn {
    width: 100%;
    text-align: center;
    margin: 0;
  }

  section.footer .col-sm-2,
  section.footer .col-sm-3 {
    width: 50% !important;
  }

  section.footer .col-sm-5 {
    margin: 15px 0;
  }

  section.footer .col-sm-5 p br {
    display: none;
  }

  .product__slider-main_2 .slick-arrow {
    top: auto !important;
    bottom: 10px !important;
    right: 0;
    margin: 0;
  }

  .product__slider-main_2 .slick-arrow.slick-prev {
    bottom: 10px !important;
    right: 50px;
  }

  .dropdown-menu {
    position: unset !important;
    height: 0;
    padding: 0;
    overflow: hidden;
    transition: 6s ease;
  }

  .dropdown-menu.show {
    height: 100%;
    border-radius: 0;
    margin: 0 !important;
  }

  .dropdown-menu h3 {
    display: none;
  }

  .dropdown-menu ul {
    margin: 0;
    display: block;
  }

  .dropdown-menu ul li {
    width: 100%;
    padding: 0;
  }

  .dropdown-menu .container {
    padding: 0;
  }

  .dropdown-menu ul li a {
    padding: 12px 16px !important;
    margin: 0 !important;
    display: block;
    background: #246A53;
    border-bottom: 1px solid #0000004D;
    color: #fff;
    font-weight: 400;
  }


  .dropdown-menu ul li a img {
    display: none;
  }

  .dropdown-toggle::after {
    position: absolute;
    right: 15px;
    top: 13px;
    border: none;
    content: '\f107';
    font-family: fontawesome;
    font-size: 18px;
  }

  .all-item .container {
    display: block;
  }

  .all-item .container ul {
    width: 100%;
  }

  .copywrite-section a.top-btn {
    right: 25px;
  }
}


.news-grid .news-item h3 a {
  color: #000;
  text-decoration: none;
}

.pagination-slider .member-box .member-img {
  padding-right: 20px;
  width: 30%;
}

select#contactType1 {
  border: 1px solid #83898f61;
  border-right: 0;
  padding: 0 10px;
  position: relative;
}

select#contactType2 {
  border: 1px solid #83898f61;
  border-right: 0;
  padding: 0 10px;
  position: relative;
}

select#faxType {
  border: 1px solid #83898f61;
  border-right: 0;
  padding: 0 10px;
  position: relative;
  outline: none !important;
}

.donation-amount ul li a {
  color: #BF165E;
  text-decoration: none;
  font-weight: 600;
}

.donation-amount .form-group input#anonymous {
  margin-right: 15px;
}

div#related-news h2 {
  font-family: Lato;
  font-size: 24px;
  font-weight: 900;
  line-height: 28.8px;
  text-align: left;
  color: #349776;
  border-bottom: 2px solid #349776;
  padding-bottom: 10px;
}

div#related-news-items .news-grid {
  display: block;
  margin-top: 15px;
}

div#related-news-items .news-grid .news-item {
  width: 100%;
}

div#related-news-items .news-grid .news-item .tags {
  display: none;
}

div#related-news-items .news-grid .news-item {
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #83898F4D;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

div#related-news-items .news-grid .news-item img {
  width: 25%;
  height: auto;
}

div#related-news-items .news-grid .news-item p.date {
  padding-top: 0;
  padding-bottom: 5px;
  line-height: normal;
  font-size: 12px;
}

div#related-news-items .news-grid .news-item h3 {
  font-size: 16px;
  line-height: normal;
}

.news-con {
  padding-left: 15px;
}

video {
  width: 100%;
}


@media (min-width: 768px) and (max-width: 991px) {
  .donate-btn {
    display: none;
  }

  .menu-section .col-sm-12 {
    padding: 0 !important;
  }

  .menu-section .container .row {
    margin: 0;
  }

  .menu-section .container {
    position: relative;
    margin: 0 !important;
    padding: 0;
  }

  section.menu-section button.navbar-toggler {
    padding: 0;
    position: absolute;
    top: -65px;
    right: -15px;
    z-index: 999;
    width: 25px;
    height: 25px;
    border: none !important;
    text-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
  }

  .navbar-toggler span.navbar-toggler-icon {
    height: 2px !important;
    background: #83898f;
    width: 25px;
    position: relative;
  }

  .navbar-toggler span.navbar-toggler-icon:after {
    content: "";
    height: 2px !important;
    background: #83898f;
    position: absolute;
    top: -10px;
    width: 100%;
    left: 0;
  }

  .navbar-toggler span.navbar-toggler-icon:before {
    content: "";
    height: 2px !important;
    background: #83898f;
    position: absolute;
    bottom: -10px;
    width: 100%;
    left: 0;
  }
}

.other {
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: 900;
  line-height: 14.4px;
  text-align: left;
  margin-right: 0;
  padding-right: 15px;
  border-right: 1px solid #4c4c4c;
  padding-left: 15px;
  border-left: none;
  color: #4c4c4c;
}

.li-toggle .dropdown-toggle::after {
  display: none;
}

.dropdown-menu h3 a {
  position: relative;
}

.dropdown-menu h3 a:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: url(https://cityu.xcelanceweb.com/image/red-aro.png);
  right: -25px;
  top: 10px;
}

section.newsletter.dark {
  background: linear-gradient(90.36deg, #41BD94 0%, #009FE8 100%);
  color: #fff;
}

section.newsletter.dark h2 {
  color: #fff;
}

@media (max-width: 767px) {
  .member-box.light .about-member:after {
    left: 15px;
  }

  .pagination-slider .about-member a.slick-next.slick-arrow {
    margin-left: auto !important;
    right: 0 !important;
  }

  .pagination-slider .slick-track {
    display: flex;
    align-items: center;
  }

  .pagination-slider {
    padding: 15px 0;
  }

  .pagination-slider .about-member a.slick-next.slick-arrow {
    margin-left: auto !important;
  }

  .strategic-posts .col-sm-6 div h3 {
    font-family: Lato;
    font-size: 24px;
    font-weight: 900;
    line-height: 28.8px;
    text-align: left;
    padding: 16px 40px 16px 16px;
  }

  section.student-dev-hero .col-sm-6:last-child {
    order: 1;
  }

  section.student-dev-hero .col-sm-6:first-child {
    order: 2;
  }

  section.student-dev-hero .col-sm-6:last-child img {
    width: 100%;
  }

  section.student-dev-hero .col-sm-6 a.donate-btn {
    width: 100%;
    text-align: center;
  }

  section.student-dev-hero:after {
    display: block;
    width: 95%;
    background-size: contain;
    background-position: top !important;
    bottom: 0 !important;
  }

  section.student-dev-hero {
    padding: 30px 0;
  }

  .student-dev-posts {
    padding: 30px 0;
  }

  .student-dev-posts .col-sm-4 div h3 {
    font-family: Lato;
    font-size: 24px;
    font-weight: 900;
    line-height: 28.8px;
    text-align: left;
    padding: 16px 40px 16px 16px;
  }

  .student-dev-posts .col-sm-4 div a {
    right: 0;
    bottom: 15px;
  }

  /*  .hover-box:hover .hover-content {
      display: none !important;
  }*/
  section.student-dev-hero h2 {
    font-family: Lato;
    font-size: 24px !important;
    font-weight: 900;
    line-height: 28.8px;
    text-align: left;
    color: #BF165E;
    margin-bottom: 15px !important;
  }

  section.student-dev-hero a.donate-btn {
    margin-top: 15px;
  }

  .strategic-posts .col-sm-6 div a {
    margin: 0;
    right: 15px;
    bottom: 15px;
  }

  section.bottom-para:after {
    height: 35px;
  }

  section.bottom-para {
    padding: 30px 0 30px 0;
  }

  .newsletter h2 {
    font-size: 24px;
  }

  .strategic-posts {
    padding: 0;
  }

  li.multilang-li {
    display: block !important;
    width: 100%;
  }

  li.mobile-menu-item {
    display: block !important;
  }

  li.multilang-li .multilang {
    display: flex !important;
    width: 100%;
    justify-content: space-between;
  }

  .other {
    border-style: solid;
    border-color: #4c4c4c;
    border-width: 0 0 0 1px;
    padding: 15px;
    margin: 0 !important;
    width: 50%;
    text-align: center !important;
    background: #83898f;
    color: #fff;
  }

  .eng,
  .china {
    border-style: solid;
    border-color: #4c4c4c;
    border-width: 0 0 0 1px;
    padding: 15px;
    margin: 0 !important;
    width: 50%;
    text-align: center !important;
    background: #83898f;
    color: #fff;
  }

  .multilang .eng {
    background: #fff;
    color: #4c4c4c;
    border-left: 0;
  }

  .news-filer {
    flex-wrap: wrap;
  }

  .news-filer .filter-bar {
    display: block;
    width: 100%;
  }

  .news-filer .filter-bar select#yearFilter {
    width: 100%;
    margin-bottom: 15px;
  }

  .news-filer .filter-bar input {
    width: 100% !important;
    margin: 0;
  }

  .news-filer h2 {
    font-family: Lato;
    font-size: 24px;
    font-weight: 900;
    line-height: 28.8px;
    text-align: left;
  }

  .news-hero .owl-item .item h2 {
    font-size: 24px;
    line-height: normal;
  }

  .news-grid {
    display: block;
  }

  .news-grid .news-item {
    width: 100%;
    margin-bottom: 32px;
  }

  .news-hero .owl-item .item {
    background-position: center;
    background-size: cover;
    padding-bottom: 90px;
  }

  .news-hero .owl-item .item a.details-btn {
    width: 100%;
    text-align: center;
    margin-top: 25px;
  }

  .news-hero .owl-dots {
    justify-content: center;
  }

  section.explore-section {
    display: none;
  }

  button#loadMoreBtn {
    width: 100%;
    text-align: center;
  }

  section.news-section {
    padding: 32px 0;
  }

  .news-detail h2 {
    font-family: Lato;
    font-size: 24px;
    font-weight: 900;
    line-height: 28.8px;
    text-align: left;
  }

  .news-detail .social_bar {
    flex-wrap: wrap;
  }

  .news-detail ul.social_icons li:first-child {
    padding-left: 0;
  }

  .pagination-slider .member-box .member-img {
    display: none;
  }

  .news-pag-slider .member-box .about-news {
    display: none;
  }

  .news-pag-slider .member-box a.slick-arrow {
    margin: 0 !important;
  }

  div#related-news {
    display: none;
  }

  .news-detail .col-sm-8 {
    width: 100%;
  }

  .news-pag-slider .member-box a.slick-arrow {
    color: #006fa1;
  }

  .impact-story h2 {
    font-size: 32px;
    line-height: normal;
  }

  .impact-story .col-sm-6:first-child {
    position: absolute;
    z-index: 99;
  }

  .impact-story img {
    max-width: 300px;
    margin-top: -32px;
  }

  section.impact-story {
    padding: 50px 0;
  }

  .impact-story .col-sm-6:last-child {
    justify-content: end;
  }

  .story-tabs {
    padding: 32px 0;
  }

  .story-tabs .nav-tabs {
    flex-wrap: nowrap;
    gap: 15px;
  }

  .story-tabs .nav-tabs .nav-link {
    font-size: 14px;
    padding: 10px 0;
    margin-right: 0;
  }

  .member-box {
    padding: 15px !important;
    display: block;
    border-radius: 0 115px;
  }

  .member-box .member-img {
    width: 100%;
  }

  .member-box .member-img img {
    position: unset;
    height: 240px;
    object-fit: cover;
    object-position: top;
    border-radius: 100px 0 0 0;
  }

  .story-tabs .tab-content>.tab-pane {
    padding: 0;
  }

  .about-member {
    width: 100%;
    padding: 15px 15px 20px 15px;
    bottom: 0;
    background: linear-gradient(180deg, rgba(196, 233, 243, 0.5) 0%, rgba(188, 223, 198, 0.1) 100%);
    border-radius: 0 0 100px 0;
    z-index: 99;
  }

  .member-box .member-img:before {
    content: '';
    position: absolute;
    height: 50px;
    width: 100%;
    background: linear-gradient(180deg, rgba(226, 244, 249, 0) 0%, #E2F4F9 100%);
    bottom: 0;
    z-index: 9;
  }

  .story-tabs .tab-content>.tab-pane .col-sm-6:first-child .member-box {
    margin-right: 0;
  }

  section.member-info .container {
    z-index: 99;
    position: relative;
  }

  .about-member h3 {
    min-height: auto;
  }

  .about-member p {
    display: none;
  }

  .about-member a {
    width: 50px;
    overflow: hidden;
  }

  .story-tabs .tab-content>.tab-pane .col-sm-6:last-child .member-box {
    margin: 0;
  }

  .view-more {
    width: 100%;
    text-align: center;
  }

  .member-box {
    background: none !important;
    padding: 0 !important;
  }

  .story-tabs .tab-content>.tab-pane .row {
    margin-bottom: 0;
  }

  .story-tabs .tab-content>.tab-pane .col-sm-6 {
    margin-bottom: 15px;
  }

  .about-story {
    position: relative;
    padding-bottom: 64px;
  }

  .about-story h1 {
    font-family: Lato;
    font-size: 24px;
    font-weight: 900;
    line-height: 28.8px;
    text-align: left;
  }

  .about-story .row .col-sm-6:last-child {
    position: absolute;
    bottom: 20px;
    left: 0;
  }

  .about-story .row .col-sm-6:last-child .share-story {
    justify-content: start;
    padding: 0 10px;
  }

  section.member-info .col-sm-6:first-child {
    order: 2;
  }

  section.member-info {
    z-index: 9;
    padding: 32px 0 100px;
    background-position: center top;
  }

  section.member-info h2 {
    font-family: Lato;
    font-size: 24px;
    font-weight: 900;
    line-height: 28.8px;
    text-align: left;
  }

  section.full-story {
    padding: 0 0 32px 0;
    margin-top: -50px;
    z-index: 999;
  }

  .pagination-slider .slick-current.slick-active {
    border-right: 1px solid #00496A;
  }

  .full-story h2 {
    font-family: Lato;
    font-size: 24px;
    font-weight: 900;
    line-height: 28.8px;
    text-align: left;
    padding-bottom: 23px;
  }

  section.full-story:after {
    display: none;
  }

  .pagination-slider .about-member h3 {
    display: none;
  }

  .pagination-slider .about-member h4 {
    display: none;
  }

  section.full-story:before {
    display: none;
  }

  section.member-info .container:after {
    content: "";
    position: absolute;
    width: 300px;
    height: 100%;
    background-image: url(../image/pb.png);
    background-repeat: no-repeat;
    right: -60px;
    top: auto;
    background-position: top right;
    background-size: contain;
    bottom: -115px;
  }

  section.member-info .container .row {
    z-index: 99;
    position: relative;
  }

  .pagination-slider .about-member a.slick-next.slick-arrow::after {
    right: 0;
  }

  .pagination-slider a.slick-next.slick-arrow {
    padding-right: 20px;
  }

  .pagination-slider .about-member a.slick-prev.slick-arrow::after {
    top: 0;
  }

  .pagination-slider .about-member {
    background: none !important;
    padding: 0;
    text-align: center !important;
  }

  .pagination-slider .about-member a.slick-arrow {
    color: #006fa1 !important;
    left: auto !important;
  }

  .campaign-priorities {
    padding: 30px 0 30px 0;
    position: relative !important;
  }

  .campaign-priorities h2 {
    font-family: Lato;
    font-size: 32px;
    font-weight: 900;
    line-height: 38.4px;
    text-align: left;
    margin-bottom: 25px;
  }

  .campaign-priorities img {
    width: 100%;
    max-width: 158px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
  }

  .campaign-priorities .col-sm-6:last-child {
    position: unset;
    z-index: 0;
  }

  .campaign-priorities .col-sm-6 {
    display: flex;
    position: relative;
    z-index: 9999;
  }

  .campaign-priorities .col-sm-6 div {
    margin: 0;
    padding: 0;
  }

  section.images-tab .align-items-start div#v-pills-tabContent {
    width: 100%;
  }

  section.images-tab .align-items-start div#v-pills-tab button .small-content p {
    color: #000;
    font-weight: 600;
    text-align: center;
  }

  section.images-tab .align-items-start div#v-pills-tab button .small-content {
    position: unset !important;
  }

  .community-content h2 {
    font-family: Lato;
    font-size: 24px;
    font-weight: 900;
    line-height: 28.8px;
    text-align: left;
  }

  section.images-tab .align-items-start {
    display: block !important;
  }

  section.images-tab .align-items-start div#v-pills-tab {
    width: 100% !important;
    max-width: 100%;
    margin: 0 !important;
    flex-direction: unset !important;
    height: fit-content;
    gap: 1px;
    flex-wrap: nowrap;
    overflow-x: scroll;
  }

  section.images-tab .align-items-start div#v-pills-tab button.active {
    background: #349776 !important;
    color: #fff !important;
  }

  section.images-tab .align-items-start div#v-pills-tab button.active .small-content p {
    color: #fff !important;
  }

  section.images-tab .align-items-start button.active .small-content {
    display: block;
  }

  section.images-tab .align-items-start div#v-pills-tab button {
    box-shadow: none !important;
  }

  section.images-tab .align-items-start div#v-pills-tab button#v-pills-profile-tab {
    position: unset !important;
    width: 25%;
  }

  section.images-tab .align-items-start div#v-pills-tab button {
    position: unset !important;
    margin: 0 !important;
    width: 25% !important;
    border: none !important;
    background: linear-gradient(180deg, #d2e9e6 0%, #bcdfc6 100%) !important;
    font-size: 10px;
    padding: 15px !important;
    height: 90px !important;
    border-radius: 5px !important;
  }

  section.images-tab .align-items-start div#v-pills-tab button img {
    display: none;
  }

  .community-content {
    max-width: 100%;
    text-align: left;
    margin-top: 30px;
  }

  section.images-tab .align-items-start p {
    text-align: left;
  }

  .btn-row {
    justify-content: flex-start;
  }

  .community-content .btn-row a.learnmore {
    margin: 0;
  }

  section.images-tab .align-items-start div#v-pills-tab:after {
    display: none;
  }

  section.stragic h2 {
    font-family: Lato;
    font-size: 24px;
    font-weight: 900;
    line-height: 28.8px;
    text-align: left;
    color: #BF165E;
    margin-bottom: 10px;
  }

  section.stragic a.donate-btn {
    margin: 0;
    width: 100%;
    text-align: center;
  }

  section.stragic {
    padding: 30px 0;
  }

  section.stragic img {
    width: 100%;
  }

  section.stragic .col-sm-6:first-child {
    order: 2;
  }

  section.stragic:after {
    width: 90%;
    background-size: contain;
    background-position: top;
  }

  .animated-banner ul {
    padding: 0;
    height: fit-content;
  }

  .animated-banner ul li.small {
    font-size: 11px;
    padding: 0 10px;
  }

  .animated-banner ul li.large {
    font-size: 18px;
    line-height: normal;
    padding: 0 5px;
    text-align: center;
  }

  .animated-banner ul li.medium {
    font-size: 14px;
    line-height: normal;
    PADDING: 0;
  }

  .animated-banner ul li.thin {
    font-size: 18px;
    padding: 0;
  }

  .animated-banner .image-layout-left img {
    max-width: 50px;
  }

  .image-layout-center img {
    max-width: 50px;
  }

  .image-layout-right img {
    max-width: 50px;
  }

  .image-layout-right {
    padding: 0;
  }

  .donor-faded-banner {
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
  }

  .donor-faded-banner:after {
    bottom: 0;
    background-size: contain;
    background-position: bottom;
  }

  .image-layout-left {
    justify-content: start;
    align-items: self-start;
  }

  .image-layout-left ul li.first-top {
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
    justify-content: center;
  }

  .image-layout-left ul li {
    position: unset !important;
    display: block !important;
  }

  .image-layout-center li {
    position: unset !important;
    display: block !important;
  }

  .animated-banner ul {
    display: flex;
    width: fit-content;
    position: unset;
    text-align: center;
    margin: 0;
  }

  .image-layout-right {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
  }

  .image-layout-right ul {
    position: unset !important;
  }

  .animated-banner ul li {
    position: unset !important;
    display: flex;
    line-height: normal !important;
  }

  .image-layout-left {
    flex-wrap: wrap;
    display: flex;
    width: 100%;
    height: auto;
    justify-content: center;
    padding: 0;
  }

  .animated-banner .item {
    display: flex;
    flex-wrap: wrap;
  }

  .made-possible h2 {
    font-family: Lato;
    font-size: 24px;
    font-weight: 900;
    line-height: 28.8px;
    text-align: center;
  }

  .made-possible {
    padding: 28px 0;
  }

  .man .item {
    display: block;
  }

  .man.owl-drag .mem-img {
    width: 100%;
  }

  .men-content {
    width: 100%;
    padding: 0;
  }

  .men-content h2 {
    font-family: Lato;
    font-size: 24px;
    font-weight: 900;
    line-height: 28.8px;
    text-align: left;
    margin: 0;
  }

  .men-content h3 {
    font-family: Lato;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
  }

  header#site-header .menu-bar nav.site-navigation ul ul.sub-menu {
    display: none !important;
  }

  .community-content .btn-row a {
    display: block;
    margin-right: 15px;
  }

  .bg-image-section {
    padding-top: 200px;
  }

  section.images-tab {
    padding-bottom: 50px;
  }

  section.images-tab .align-items-start div#v-pills-tab {
    padding-bottom: 5px;
    border-bottom: 3px solid #349776;
  }

  section.images-tab .align-items-start div#v-pills-tab button .small-content {
    text-align: center;
  }

  section.images-tab .align-items-start div#v-pills-tab button .small-content svg path {
    fill: #000;
  }

  section.images-tab .align-items-start div#v-pills-tab button.active svg path {
    fill: #fff;
  }

  .community-content img {
    display: block !important;
    width: 100%;
    border-radius: 0 100px;
    margin-bottom: 15px;
    box-shadow: 0px 4px 16px 0px #34977680;
  }

  .man.owl-drag .owl-nav {
    left: auto;
    bottom: 0;
  }

  .man.owl-drag .owl-dots {
    display: flex;
    align-items: center;
  }

  .man.owl-drag .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    border: 1px solid #2E2E2E80;
    background: none;
  }

  .man.owl-drag .owl-dots .owl-dot.active span {
    background: #349776;
    width: 16px;
    height: 16px;
  }

  .man.owl-drag {
    margin-bottom: 50px;
  }

  section.made-possible-sliders .new-slider .new-header h2 {
    display: none;
  }

  section.made-possible-sliders .image-row {
    display: none;
  }

  section.made-possible-sliders img {
    width: 100%;
  }

  section.made-possible-sliders .men-content {
    max-width: 80%;
  }

  section.made-possible-sliders .men-content {
    max-width: 80%;
  }

  section.made-possible-sliders .row:last-child .col-sm-6:first-child {
    order: 2;
    margin-top: 25px;
  }

  section.made-possible-sliders .row:last-child .col-sm-6:first-child .owl-dots {
    display: block;
  }

  section.made-possible-sliders .row:last-child .col-sm-6:first-child .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  section.made-possible-sliders .row:last-child .col-sm-6:first-child .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    border: 1px solid #2E2E2E80;
    background: none;
  }

  section.made-possible-sliders .row:last-child .col-sm-6:first-child .owl-dots .owl-dot.active span {
    background: #349776;
    width: 16px;
    height: 16px;
  }

  section.made-possible-sliders .row:last-child .col-sm-6:first-child .owl-stage {
    padding-bottom: 20px;
  }

  section.made-possible-sliders .owl-nav {
    bottom: 40px;
  }

  section.acknowledgment {
    padding: 32px 0;
  }

  section.acknowledgment h2 {
    font-family: Lato;
    font-size: 24px;
    font-weight: 900;
    line-height: 28.8px;
    text-align: center;
    margin-bottom: 10px;
  }

  section.acknowledgment p {
    margin: 0;
  }

  section.acknowledgment .col {
    width: 100% !important;
    flex: 100%;
    margin: 0 0 15px 0;
  }

  section.about-section {
    padding: 50px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }

  section.about-section h2 {
    font-family: Lato;
    font-size: 32px;
    font-weight: 900;
    line-height: 38.4px;
    text-align: left;
  }

  .donation-boxes h3 {
    font-family: Lato;
    font-size: 24px;
    font-weight: 900;
    line-height: 28.8px;
    text-align: center;
  }

  section.donation-boxes .col-sm-4 {
    margin-bottom: 20px;
  }

  .planed-giving {
    padding: 0 0 50px 0;
    background: none;
  }

  .planed-giving h2 {
    font-family: Lato;
    font-size: 24px;
    font-weight: 900;
    line-height: 28.8px;
    text-align: center;
  }

  .planed-giving img {
    display: block !important;
  }

  .planed-giving p {
    text-align: center;
  }

  section.faq-banner h2 {
    //
    styleName: Heading/H3. Black, 2rem;
    font-family: Lato;
    font-size: 32px;
    font-weight: 900;
    line-height: 38.4px;
    text-align: left;
  }

  section.faq-banner img {
    position: absolute;
    max-width: 200px;
    right: 0;
    top: -40px;
  }

  section.faq-banner {
    padding: 50px 0;
  }

  section.faq-banner .col-sm-6 {
    position: unset;
  }

  button.accordion-button {
    font-family: Lato;
    font-size: 16px;
    font-weight: 900;
    line-height: 24px;
    text-align: left;
  }

  button.accordion-button {
    padding: 15px 0;
  }

  .news-detail .social_bar .date {
    position: absolute;
    top: 0;
  }

  .news-detail .col-sm-8 {
    position: relative;
    padding-top: 30px;
  }

  .news-detail .social_bar {
    margin: 15px 0;
  }


  .hover-box:hover .hover-content h3 {
    padding: 0;
    display: none;
  }

  .hover-box:hover .hover-content p {
    padding: 5px 17px;
    font-size: 14px;
    margin-top: 10px;
  }

  .hover-box:hover .hover-content .hover-btns {
    padding: 15px;
  }

  .hover-box:hover .hover-content {
    border-radius: 0 60px 0 60px;
    overflow: hidden;
  }

  .strategic-posts .col-sm-6 div a {
    padding: 10px 20px;
  }

  .hover-btns button.btn.btn-primary {
    padding: 10px 20px;
  }

  .strategic-posts .col-sm-6 div img {
    height: 200px;
    object-fit: cover;
    border-radius: 0 0px 0 60px;
  }

  .strategic-posts .col-sm-6 div h3 {
    min-height: 90px;
  }

  div#exampleModal .modal-body {
    padding: 15px;
  }

  div#exampleModal .modal-body img {
    width: 100%;
    border-radius: 0;
    background: #ccc;
  }

  div#exampleModal .modal-dialog h2 {
    font-size: 24px;
    margin: 10px 0 10px;
    line-height: normal;
  }

  p#modal-description {
    margin-bottom: 25px;
  }


  .hover-box button {
    display: inline-block !important;
    right: 140px;
    bottom: 15px;
    position: absolute;
    box-shadow: 0px 4px 15px 0px #006fa140;
    padding: 10px 20px;
    border-radius: 5px;
    margin-right: 0;
    background: #fff;
    color: #006fa1;
    font-family: Lato;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    text-decoration: none;
    border: none !important;
  }

  .hover-box:hover .hover-content .learnmore-btn {
    position: unset;
  }


  .student-dev-posts .col-sm-6 div a {
    padding: 10px 20px;
  }

  .hover-btns button.btn.btn-primary {
    padding: 10px 20px;
  }

  .student-dev-posts .col-sm-4 div img {
    height: 200px;
    object-fit: cover;
    border-radius: 0 0px 0 60px;
  }

  .student-dev-posts .col-sm-4 div h3 {
    min-height: 90px;
  }

  section.about-section {
    background-image: url(../image/about-mobile.png);
  }


  .step-row h2 {
    font-family: Lato;
    font-size: 32px;
    font-weight: 900;
    line-height: 38.4px;
    text-align: left;
  }

  .step-indicator {
    justify-content: start !important;
  }

  .step-indicator div {
    margin: 0;
    overflow: hidden;
    font-size: 12px;
    font-weight: 800;
    color: #2e2e2e8f;
  }

  .step-indicator div.step-active2 {
    color: #000;
  }

  .step-indicator div.step-active1 {
    color: #000;
  }

  .step-indicator div.step-active {
    color: #000;
  }

  .step-indicator div:nth-child(2) span:before {
    content: "";
    position: absolute;
    width: 125px;
    top: 15px;
    right: 100%;
    border: 3px solid #3497764d;
  }

  .step-indicator div:nth-child(3) span:before {
    content: "";
    position: absolute;
    width: 125px;
    top: 15px;
    right: 100%;
    border: 3px solid #3497764d;
  }

  .step-row {
    padding: 32px 0;
  }

  .step-row:after {
    height: 100px;
  }

  .donation-amount {
    padding: 0 0 32px 0;
  }

  .donation-amount h2 {
    font-family: Lato;
    font-size: 24px;
    font-weight: 900;
    line-height: 28.8px;
    text-align: left;
  }

  .donation-amount .row .form-group textarea {
    width: 100%;
  }

  .donation-amount button {
    width: 100%;
    text-align: center;
    margin: 0;
  }

  section.thankuu .col-sm-12 h3 {
    font-size: 32px;
    line-height: normal;
  }

  a.Back {
    width: 100%;
    text-align: center;
    margin: 30px 0 0;
  }

  section.thankuu {
    padding: 50px 0;
  }

  section.thankuu .col-sm-12 img {
    max-width: 200px;
  }

  .image-layout-center {
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
  }

  .image-layout-right {
    width: 100%;
  }

  .navbar-collapse.show {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    background: #349776;
    z-index: 999;
    height: 100vh;
    padding-top: 95px;
    overflow: scroll;
  }

  .navbar-collapse.show img.hide-desktop {
    position: absolute;
    top: 30px;
    left: 15px;
    display: block !important;
  }

  .navbar-collapse img.hide-desktop {
    display: none !IMPORTANT;
  }

  .navbar-collapse.show img.hide-desktop {
    position: absolute;
    top: 17px;
    left: 15px;
    display: block !important;
    max-width: 150px;
    height: auto;
  }

  .navbar-collapse img.hide-desktop {
    display: none !important;
  }

  .navbar-toggler span.navbar-toggler-icon.opn {
    background: transparent;
    margin-top: 15px;
  }

  .navbar-toggler span.navbar-toggler-icon.opn::before {
    transform: rotate(45deg);
    background: #fff;
    bottom: 5px;
  }

  .navbar-toggler span.navbar-toggler-icon.opn::after {
    transform: rotate(135deg);
    background: #fff;
    top: -5px;
  }

  html.stop-ovrflow {
    overflow: hidden !important;
  }
}

@media(min-width: 767px) {
  section.images-tab .align-items-start div#v-pills-tab button#v-pills-home-tab .small-content svg {
    display: none;
  }

  section.about-section h2 br {
    display: none;
  }
}


.student-dev-posts .col-sm-4 div a {
  padding: 10px 30px;
}

.student-dev-posts .hover-btns button.btn.btn-primary {
  padding: 10px 30px;
}

.student-dev-posts .learnmore-btn {
  right: 160px;
}

section.explore-section ul li:hover {
  cursor: pointer;
}


.hero-section .container {
  max-width: 100%;
  height: 100%;
  padding: 0;
}

.hero-section .container .owl-carousel {
  height: 100%;
}

.hero-section .container .owl-carousel .owl-stage-outer {
  height: 100%;
}

.hero-section .container .owl-carousel .owl-stage-outer .owl-stage {
  height: 100%;
  display: flex;
}

.hero-section .container .owl-carousel .owl-stage-outer .owl-stage .owl-item {
  height: 100%;
  margin: 0 !important;
  float: unset;
}

.hero-section .container .owl-carousel .owl-stage-outer .owl-stage .owl-item .item {
  height: 100%;
}

.hero-section .container .owl-carousel .owl-stage-outer .owl-stage .owl-item .item .row {
  z-index: 999;
  position: relative;
  max-width: 1320px;
  height: 100%;
  align-items: center;
  margin: 0 auto;
}

video.background-video {
  left: 0;
  right: 0;
}

.overlay-gif {
  position: absolute;
  z-index: 99;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: .8;
}

.overlay-gif img {
  height: 100%;
}

.overlay-gif:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../image/line-bnr.gif);
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
}

.step2-indicaite.active span {
  background: #349776;
  color: #fff;
}


.custom-select-wrapper {
  position: relative;
  width: 100%;
}

.custom-select-wrapper select {
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 30px;
  /* Space for the icon */
  background: none;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.custom-arrow {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  width: 10px;
  height: 10px;
  background-image: url('https://cityu.xcelanceweb.com/image/keyboard_arrow_down.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}


.check-row {
  display: flex;
  gap: 15px;
}

.check-row input#anonymous {
  margin: 0 !important;
  width: 20%;
  max-width: 15px;
}

.check-row label.form-check-label {
  line-height: normal;
  margin: 0;
}

.error {
  color: red;
  font-size: 16px;
}


@media(max-width: 767px) {
  .member-box.dark .about-member:after {
    left: 15px;
  }

  .image-layout-right {
    padding: 0;
    width: 50%;
  }

  .animated-banner .item {
    display: flex;
  }

  .image-layout-left {
    width: 30%;
    height: 135px;
    padding-bottom: 0 !important;
    align-items: center;
    justify-content: flex-start;
  }

  .image-layout-center {
    max-width: 30%;
    flex-wrap: wrap;
    height: fit-content;
  }

  .image-layout-left ul img {
    max-width: 36px !important;
  }

  .animated-banner .image-layout-left img {
    max-width: 41px;
  }

  .image-layout-left ul li.second-top {
    top: 5px;
    position: absolute !important;
  }

  .image-layout-left ul li.third-top {
    top: 50px;
    position: absolute !important;
  }

  .image-layout-left ul li.four-top {
    top: 95px;
    position: absolute !important;
  }

  .image-layout-left ul li.first-top {
    right: 70px;
    position: absolute !important;
    margin: 0 !important;
    text-align: right !important;
    left: auto !important;
  }

  .image-layout-center img {
    max-width: 60px;
  }

  .image-layout-center ul img {
    max-width: 45px;
  }

  .image-layout-center ul {
    flex-wrap: nowrap;
  }

  .image-layout-right {
    width: 40%;
    flex-wrap: nowrap;
  }

  .image-layout-right img {
    max-width: 50px;
    margin: 0;
  }

  .image-layout-right ul {
    position: unset !important;
    height: 150px;
  }

  .image-layout-right ul img {
    width: 45px !important;
  }

  .image-layout-right ul li.first-top-right {
    bottom: 0;
    position: absolute !important;
  }

  .image-layout-right ul li.second-top-right {
    top: 60px;
    position: absolute !important;
  }

  .image-layout-right ul li.third-top-right {
    top: 15px;
    position: absolute !important;
  }

  .image-layout-right ul li.five-top-right {
    right: 0;
    position: absolute !important;
  }

  .image-layout-right ul li.six-top-right {
    right: 0;
    top: 50px;
    position: absolute !important;
    padding: 0;
  }

  .image-layout-right ul li.seven-top-right {
    top: auto;
    bottom: 0;
    right: 0;
    position: absolute !important;
    padding: 0;
  }

  .image-layout-right ul li.four-top-right {
    left: 45px;
    position: absolute !important;
    top: -4px;
  }
}



.step-indicator div.step-active2 span {
  background: #349776;
  color: #fff;
}

.step-indicator div.step-active1 span {
  background: #246A53;
  border-color: #246A53;
}

.step-indicator div.step-active1 span:after {
  background: #246a53;
}

.step-indicator div.step-active2 span::before {
  border-color: #28785d;
}
.modal-backdrop {
    z-index: 9999;
}
.modal {
    z-index: 99999;
}