@charset "UTF-8";
.flex-center {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

.position-auto {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

* {
  margin: 0;
  padding: 0;
}

*:focus-visible {
  outline: none !important;
}

a {
  text-decoration: none;
  outline: 0;
  cursor: pointer;
  color: #00AFD7;
}
a:hover {
  text-decoration: none;
  color: #00AFD7;
}
a:focus {
  outline: 0;
}

p {
  font-size: 16px;
}

ul {
  padding: 0;
}
ul li {
  list-style: none;
}

html,
body {
  overflow-x: hidden;
}

body {
  font-family: "Roboto", sans-serif;
  color: #000000;
  background-color: #000000;
  font-size: 16px;
  font-weight: 400;
}

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1140px;
  }
}
@media (max-width: 565.98px) {
  .container {
    padding: 0 15px;
  }
}

.form-control {
  background-color: transparent;
  height: 50px;
  min-height: 50px;
  border-radius: 5px;
  color: #000000;
  font-weight: 400;
  border: 1px solid #aaaaaa;
}
.form-control:focus {
  box-shadow: inherit;
}
.form-control::-webkit-input-placeholder {
  font-size: 16px;
  color: #999999;
}
.form-control ::-moz-placeholder {
  font-size: 16px;
  color: #999999;
}
.form-control :-ms-input-placeholder {
  font-size: 16px;
  color: #999999;
}
.form-control :-moz-placeholder {
  font-size: 16px;
  color: #999999;
}

.what-alumini-say {
  background-color: #ffffff;
  border: 1px solid #F2F3F6;
  padding: 100px 40px 80px;
  border-radius: 45px;
}
.what-alumini-say-slider {
  position: relative;
}
.what-alumini-say-slider:before {
  content: "";
  width: 35px;
  height: 35px;
  background-size: 35px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  top: -55px;
}
.what-alumini-say-slider-item .top {
  margin-bottom: 20px;
}
.what-alumini-say-slider-item .top p {
  margin: 0;
  font-size: 20px;
  font-weight: 400;
  margin: 0;
}
.what-alumini-say-slider-item .bottom {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: end;
  -moz-justify-content: end;
  -ms-justify-content: end;
  justify-content: end;
  -ms-flex-pack: end;
}
.what-alumini-say-slider-item .bottom div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  gap: 10px;
}
.what-alumini-say-slider-item .bottom div figure {
  flex: 0 0 34px;
  height: 34px;
  max-width: 34px;
  border-radius: 50%;
  margin: 0;
}
.what-alumini-say-slider-item .bottom div figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.what-alumini-say-slider-item .bottom div figcaption h3 {
  font-size: 20px;
  color: #000000;
  margin: 0;
  font-weight: 500;
}
.what-alumini-say-slider-item .bottom div figcaption p {
  color: #999999;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  text-transform: uppercase;
  white-space: nowrap;
}
.what-alumini-say .slick-dots {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  gap: 5px;
  margin: 0;
  position: relative;
  top: 35px;
}
.what-alumini-say .slick-dots li {
  width: 10px;
  height: 10px;
  flex: 0 0 10px;
  max-width: 10px;
}
.what-alumini-say .slick-dots li button {
  border: 0;
  width: 10px;
  height: 10px;
  background-color: #D9D9D9;
  border-radius: 50%;
  text-indent: -9999px;
}
.what-alumini-say .slick-dots li.slick-active {
  width: 45px;
  flex: 0 0 45px;
  max-width: 45px;
}
.what-alumini-say .slick-dots li.slick-active button {
  width: 45px;
  border-radius: 7px;
  background-color: #4364F7;
}

.modalVideo-close-btn {
  filter: invert(1);
  opacity: 1;
  z-index: 99;
  right: -50px;
  top: -35px;
}

input[type=text]:focus {
  border: 1px solid #aaaaaa !important;
}

input[type=email]:focus {
  border: 1px solid #aaaaaa !important;
}

input[type=number]:focus {
  border: 1px solid #aaaaaa !important;
}

input[type=date]:focus {
  border: 1px solid #aaaaaa !important;
}

textarea:focus, select:focus {
  border: 1px solid #aaaaaa !important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

#subscribeForm .form-group .form-control {
  color: #ffffff;
}
#subscribeForm .form-group .form-control:focus {
  background-color: #000000;
}

.sdg-img-dull {
  filter: opacity(0.15);
}

.btn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  border-radius: 8px;
  border: 0;
}
.btn.btn-white {
  background-color: #ffffff;
  color: #000000;
}
.btn.btn-white:hover {
  background-color: #000000;
  color: #ffffff;
}
.btn.btn-primary {
  background-color: #F57A47;
  color: #ffffff;
}
.btn.btn-primary:hover {
  background-color: #4364F7;
}
.btn.btn-green {
  background-color: #186D4D;
  color: #ffffff;
}
.btn.btn-green:hover {
  background-color: #4364F7;
}
.btn.btn-blue {
  background-color: #0B99FF;
  color: #ffffff;
}
.btn.btn-blue:hover {
  background-color: #F57A47;
}
.btn.btn-dark {
  background-color: #06070A;
  color: #ffffff;
}
.btn.btn-dark:hover {
  background-color: #F57A47;
}
.btn.btn-darkblue {
  background-color: #000957;
  color: #ffffff;
}
.btn.btn-darkblue:hover {
  background-color: #F57A47;
}
.btn.btn-outline-black {
  background-color: transparent;
  border: 1px solid #000000;
  color: #000000;
}
.btn.btn-outline-black.with-arrow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.btn.btn-outline-black:hover {
  background-color: #000000;
  color: #ffffff;
}
.btn.btn-outline-black:hover.with-arrow img {
  filter: brightness(0) invert(1);
}

@media all and (min-width: 992px) {
  .mega-submenu {
    left: 100%;
    top: 0;
    min-width: 25rem;
  }
  .ktm-mega-menu {
    position: static;
  }
  .mega-menu {
    right: 0;
    left: 0;
  }
  .dropdown-menu.mega-menu li {
    position: relative;
  }
  .dropdown-menu.mega-menu .submenu {
    display: none;
    left: 100%;
    top: 0;
  }
  .dropdown-menu.mega-menu > li:hover > .submenu,
  .dropdown:hover > .dropdown-menu.mega-menu {
    display: block;
  }
}
.header-upcoming-place {
  display: none;
  background-color: #000000;
  padding: 15px;
}
@media (max-width: 575px) {
  .header-upcoming-place {
    padding: 10px 15px;
  }
}
.header-upcoming-place p {
  color: #ffffff;
  margin: 0;
  text-align: center;
}
@media (max-width: 575px) {
  .header-upcoming-place p {
    font-size: 14px;
  }
}
.header-upcoming-place p a {
  color: #ffffff;
  text-decoration: underline;
  margin-left: 30px;
}
@media (max-width: 575px) {
  .header-upcoming-place p a {
    margin-left: 0;
  }
}
.header-upcoming-place p a:hover {
  color: #4364F7;
}

nav.navbar {
  background-color: #fff;
}

.navbar-expand-lg .navbar-nav .dropdown-toggle:after {
  display: none;
}
.navbar-expand-lg .navbar-nav .nav-link {
  color: #000000;
}
@media (max-width: 575px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }
}
.navbar-expand-lg .navbar-nav .nav-link i {
  width: 11px;
  height: 7px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/common/menu-down-arrow.svg);
  background-size: 100%;
  display: inline-block;
  position: relative;
  top: -1px;
  transform: rotate(0deg);
  transition: all 0.2s ease-in-out;
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #0B99FF;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link:hover i {
    width: 11px;
    height: 7px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/common/menu-down-arrow-blue.svg);
    background-size: 100%;
    display: inline-block;
    position: relative;
    top: -1px;
    transform: rotate(180deg);
    transition: all 0.2s ease-in-out;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.navbar-expand-lg .navbar-nav .nav-link:focus {
  box-shadow: inherit;
}
@media (max-width: 575px) {
  .navbar-expand-lg .navbar-nav .nav-item:not(:last-child) {
    border-bottom: 1px solid #E1E1E1;
  }
}

.header-action {
  display: none;
}
@media (min-width: 1200px) {
  .header-action {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    gap: 10px;
  }
}
.header-action .btn-primary {
  height: 40px;
  border-radius: 8px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  gap: 5px;
}

@media (min-width: 991.98px) {
  .selctLanguagedropdown-lap-none {
    display: none;
  }
}
.selctLanguagedropdown button {
  background-color: transparent;
  border: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  gap: 5px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
}
.selctLanguagedropdown button:after {
  display: none;
}
.selctLanguagedropdown .dropdown-menu {
  transform: inherit !important;
  bottom: 20px;
  top: 54px;
  right: 0;
  border-radius: 12px;
  height: 70px;
  left: -90px;
  right: 0;
  background: #f8f9fa;
  overflow: hidden;
  padding: 0;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}
.selctLanguagedropdown .dropdown-menu li {
  margin: 0;
}
.selctLanguagedropdown .dropdown-menu li .dropdown-item {
  display: flex;
  align-items: center;
  padding: 5px;
  color: #000000;
  text-decoration: none;
  transition: all 0.3s ease;
}
.selctLanguagedropdown .dropdown-menu li .dropdown-item:hover {
  background-color: rgba(0, 123, 255, 0.1);
  color: #000000;
}
.selctLanguagedropdown .dropdown-menu li .dropdown-item.active {
  background-color: #F57A47 !important;
  color: #ffffff !important;
}

.navbar-toggler {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
}
.navbar-toggler:focus {
  border: 0;
  box-shadow: none;
}
.navbar-toggler[aria-expanded=true] span {
  background-image: url(../images/common/close.svg);
  background-size: 70%;
}

.bottom-mega-dropdown-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  border-top: 1px solid #E1E1E1;
  padding-top: 15px;
  margin-top: 20px;
}
.bottom-mega-dropdown-item .left {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  gap: 35px;
  margin: 0;
  padding: 0;
}
.bottom-mega-dropdown-item .left a {
  color: #0B99FF;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  gap: 4px;
}
.bottom-mega-dropdown-item .left a:hover {
  text-decoration: underline;
}
.bottom-mega-dropdown-item .right {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0;
}
.bottom-mega-dropdown-item .right li a img {
  width: auto;
  height: 20px;
}

.mega-dropdown-menu {
  border-radius: 20px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  background-color: #ffffff;
  padding: 30px;
  margin: 0 auto;
}

@media (min-width: 992px) {
  .about-mega-menu {
    width: 630px;
  }
}

.about-mega-dropdown-menu {
  width: 630px;
}
@media (max-width: 991.98px) {
  .about-mega-dropdown-menu {
    width: 100%;
  }
}
.about-mega-dropdown-menu .top-mega-dropdown-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: start;
  -moz-align-items: start;
  -ms-align-items: start;
  align-items: start;
  gap: 40px;
}
@media (max-width: 767.98px) {
  .about-mega-dropdown-menu .top-mega-dropdown-item {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }
}
.about-mega-dropdown-menu .top-mega-dropdown-item .figure-links {
  flex: 0 0 210px;
  max-width: 210px;
}
@media (max-width: 767.98px) {
  .about-mega-dropdown-menu .top-mega-dropdown-item .figure-links {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.about-mega-dropdown-menu .top-mega-dropdown-item .figure-links a {
  display: block;
  background-color: #000000;
  border-radius: 13px;
}
.about-mega-dropdown-menu .top-mega-dropdown-item .figure-links a img {
  width: 100%;
  height: 118px;
  object-fit: cover;
  border-top-left-radius: 13px;
  border-top-right-radius: 13px;
}
.about-mega-dropdown-menu .top-mega-dropdown-item .figure-links a p {
  font-size: 13px;
  font-weight: 400;
  padding: 15px 10px;
  color: #ffffff;
  line-height: 17px;
}
.about-mega-dropdown-menu .top-mega-dropdown-item .subnav-links {
  flex: 0 0 calc(100% - 240px);
  max-width: calc(100% - 240px);
}
@media (max-width: 767.98px) {
  .about-mega-dropdown-menu .top-mega-dropdown-item .subnav-links {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.about-mega-dropdown-menu .top-mega-dropdown-item .subnav-links ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.about-mega-dropdown-menu .top-mega-dropdown-item .subnav-links ul li {
  flex: 0 0 50%;
  max-width: 50%;
  margin-bottom: 15px;
}
.about-mega-dropdown-menu .top-mega-dropdown-item .subnav-links ul li a {
  display: block;
  line-height: 20px;
}
.about-mega-dropdown-menu .top-mega-dropdown-item .subnav-links ul li a strong {
  font-size: 14px;
  color: #000000;
  font-weight: 500;
  display: block;
  margin-bottom: 0;
}
.about-mega-dropdown-menu .top-mega-dropdown-item .subnav-links ul li a small {
  font-size: 13px;
  font-weight: 400;
  color: #999999;
  display: block;
  white-space: wrap;
}
.about-mega-dropdown-menu .top-mega-dropdown-item .subnav-links ul li a:hover strong {
  color: #0B99FF;
}
.about-mega-dropdown-menu .top-mega-dropdown-item .subnav-links ul li:nth-last-child(1), .about-mega-dropdown-menu .top-mega-dropdown-item .subnav-links ul li:nth-last-child(2) {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 992px) {
  .resources-mega-menu {
    width: 695px;
  }
}

@media (min-width: 992px) {
  .programs-mega-menu {
    width: 815px;
  }
}

.programs-mega-dropdown-menu {
  width: 815px;
}
@media (max-width: 991.98px) {
  .programs-mega-dropdown-menu {
    width: 100%;
  }
}
.programs-mega-dropdown-menu .top-mega-dropdown-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: start;
  -moz-align-items: start;
  -ms-align-items: start;
  align-items: start;
  gap: 40px;
}
@media (max-width: 767.98px) {
  .programs-mega-dropdown-menu .top-mega-dropdown-item {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }
}
.programs-mega-dropdown-menu .top-mega-dropdown-item .subnav-links-left {
  flex: 0 0 180px;
  max-width: 180px;
}
@media (max-width: 767.98px) {
  .programs-mega-dropdown-menu .top-mega-dropdown-item .subnav-links-left {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    margin-bottom: 20px;
  }
}
.programs-mega-dropdown-menu .top-mega-dropdown-item .subnav-links-left h6 {
  color: #999999;
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.programs-mega-dropdown-menu .top-mega-dropdown-item .subnav-links-left ul {
  width: 100%;
}
.programs-mega-dropdown-menu .top-mega-dropdown-item .subnav-links-left ul li {
  width: 100%;
}
.programs-mega-dropdown-menu .top-mega-dropdown-item .subnav-links-left ul li a {
  display: block;
  font-size: 14px;
  color: #000000;
  padding: 5px 0;
  border-bottom: 1px solid #E1E1E1;
}
.programs-mega-dropdown-menu .top-mega-dropdown-item .subnav-links-left ul li a:hover {
  color: #0B99FF;
}
.programs-mega-dropdown-menu .top-mega-dropdown-item .subnav-links-right {
  flex: 0 0 calc(100% - 240px);
  max-width: calc(100% - 240px);
}
@media (max-width: 767.98px) {
  .programs-mega-dropdown-menu .top-mega-dropdown-item .subnav-links-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.programs-mega-dropdown-menu .top-mega-dropdown-item .subnav-links-right ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.programs-mega-dropdown-menu .top-mega-dropdown-item .subnav-links-right ul li {
  flex: 0 0 50%;
  max-width: 50%;
  margin-bottom: 15px;
}
@media (max-width: 575px) {
  .programs-mega-dropdown-menu .top-mega-dropdown-item .subnav-links-right ul li {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
}
.programs-mega-dropdown-menu .top-mega-dropdown-item .subnav-links-right ul li a {
  display: block;
  line-height: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: start;
  -moz-align-items: start;
  -ms-align-items: start;
  align-items: start;
  gap: 10px;
}
.programs-mega-dropdown-menu .top-mega-dropdown-item .subnav-links-right ul li a i {
  flex: 0 0 39px;
  max-width: 39px;
}
.programs-mega-dropdown-menu .top-mega-dropdown-item .subnav-links-right ul li a strong {
  font-size: 14px;
  color: #000000;
  font-weight: 500;
  display: block;
  margin-bottom: 0;
}
.programs-mega-dropdown-menu .top-mega-dropdown-item .subnav-links-right ul li a small {
  font-size: 13px;
  font-weight: 400;
  line-height: normal;
  color: #999999;
  display: block;
  white-space: wrap;
}
@media (min-width: 992px) {
  .programs-mega-dropdown-menu .top-mega-dropdown-item .subnav-links-right ul li a small {
    max-width: 85%;
  }
}
.programs-mega-dropdown-menu .top-mega-dropdown-item .subnav-links-right ul li a:hover strong {
  color: #0B99FF;
}
.programs-mega-dropdown-menu.same-as-resources {
  width: 695px;
}
@media (max-width: 991.98px) {
  .programs-mega-dropdown-menu.same-as-resources {
    width: 100%;
  }
}
.programs-mega-dropdown-menu.same-as-resources .subnav-links-right {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 992px) {
  .getinvolved-mega-menu {
    width: 815px;
  }
}

.getinvolved-mega-dropdown-menu {
  width: 815px;
}
@media (max-width: 991.98px) {
  .getinvolved-mega-dropdown-menu {
    width: 100%;
  }
}
.getinvolved-mega-dropdown-menu .international-volunteer-divider {
  background-color: #F9F9F9;
  padding: 7px 15px;
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  margin: 10px 0;
  border-radius: 4px;
  color: #000000;
}
.getinvolved-mega-dropdown-menu .international-volunteer-divider strong {
  font-weight: 500;
}
.getinvolved-mega-dropdown-menu .international-volunteer-divider img {
  margin-left: 5px;
}
.getinvolved-mega-dropdown-menu .top-mega-dropdown-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: start;
  -moz-align-items: start;
  -ms-align-items: start;
  align-items: start;
  gap: 40px;
}
@media (max-width: 767.98px) {
  .getinvolved-mega-dropdown-menu .top-mega-dropdown-item {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }
}
.getinvolved-mega-dropdown-menu .top-mega-dropdown-item .figure-links {
  flex: 0 0 210px;
  max-width: 210px;
}
@media (max-width: 767.98px) {
  .getinvolved-mega-dropdown-menu .top-mega-dropdown-item .figure-links {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.getinvolved-mega-dropdown-menu .top-mega-dropdown-item .figure-links .top {
  width: 100%;
  height: 205px;
  background-color: #11E993;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  border-radius: 13px;
  padding: 20px 10px;
  margin-bottom: 25px;
  overflow: hidden;
  cursor: pointer;
}
.getinvolved-mega-dropdown-menu .top-mega-dropdown-item .figure-links .top .profile-pic {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}
.getinvolved-mega-dropdown-menu .top-mega-dropdown-item .figure-links .top p, .getinvolved-mega-dropdown-menu .top-mega-dropdown-item .figure-links .top a {
  position: relative;
  z-index: 1;
}
.getinvolved-mega-dropdown-menu .top-mega-dropdown-item .figure-links .top p {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}
.getinvolved-mega-dropdown-menu .top-mega-dropdown-item .figure-links .top a {
  width: 100%;
  display: block;
  height: 32px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  gap: 5px;
  font-size: 14px;
  font-weight: 500;
}
@media (min-width: 575px) {
  .getinvolved-mega-dropdown-menu .top-mega-dropdown-item .figure-links .top a {
    white-space: nowrap;
  }
}
.getinvolved-mega-dropdown-menu .top-mega-dropdown-item .figure-links .top:hover a {
  background-color: #4364F7;
}
@media (max-width: 575px) {
  .getinvolved-mega-dropdown-menu .top-mega-dropdown-item .figure-links .bottom {
    margin-bottom: 20px;
  }
}
.getinvolved-mega-dropdown-menu .top-mega-dropdown-item .figure-links .bottom a {
  flex: 0 0 48%;
  max-width: 100%;
  height: 97px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: space-around;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 13px;
}
.getinvolved-mega-dropdown-menu .top-mega-dropdown-item .figure-links .bottom a h6 {
  font-size: 13px;
  font-weight: 500;
  color: #000000;
  text-align: center;
  margin: 0;
}
.getinvolved-mega-dropdown-menu .top-mega-dropdown-item .figure-links .bottom a.vol-sto {
  background-color: #95DBFA;
}
.getinvolved-mega-dropdown-menu .top-mega-dropdown-item .figure-links .bottom a.vol-lead {
  background-color: #FFCE6D;
  display: none;
}
.getinvolved-mega-dropdown-menu .top-mega-dropdown-item .subnav-links-right {
  flex: 0 0 calc(100% - 240px);
  max-width: calc(100% - 240px);
}
@media (max-width: 767.98px) {
  .getinvolved-mega-dropdown-menu .top-mega-dropdown-item .subnav-links-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.getinvolved-mega-dropdown-menu .top-mega-dropdown-item .subnav-links-right ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.getinvolved-mega-dropdown-menu .top-mega-dropdown-item .subnav-links-right ul li {
  flex: 0 0 50%;
  max-width: 50%;
  margin-bottom: 15px;
}
@media (max-width: 575px) {
  .getinvolved-mega-dropdown-menu .top-mega-dropdown-item .subnav-links-right ul li {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
}
.getinvolved-mega-dropdown-menu .top-mega-dropdown-item .subnav-links-right ul li a {
  display: block;
  line-height: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: start;
  -moz-align-items: start;
  -ms-align-items: start;
  align-items: start;
  gap: 10px;
}
.getinvolved-mega-dropdown-menu .top-mega-dropdown-item .subnav-links-right ul li a i {
  flex: 0 0 44px;
  max-width: 44px;
}
.getinvolved-mega-dropdown-menu .top-mega-dropdown-item .subnav-links-right ul li a strong {
  font-size: 14px;
  color: #000000;
  font-weight: 500;
  display: block;
  margin-bottom: 0;
}
.getinvolved-mega-dropdown-menu .top-mega-dropdown-item .subnav-links-right ul li a small {
  font-size: 13px;
  font-weight: 400;
  line-height: normal;
  color: #999999;
  display: block;
  white-space: wrap;
}
@media (min-width: 992px) {
  .getinvolved-mega-dropdown-menu .top-mega-dropdown-item .subnav-links-right ul li a small {
    max-width: 85%;
  }
}
.getinvolved-mega-dropdown-menu .top-mega-dropdown-item .subnav-links-right ul li a:hover strong {
  color: #0B99FF;
}
.getinvolved-mega-dropdown-menu .top-mega-dropdown-item .subnav-links-right ul li:nth-last-child(1), .getinvolved-mega-dropdown-menu .top-mega-dropdown-item .subnav-links-right ul li:nth-last-child(2) {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  .getinvolved-mega-dropdown-menu .top-mega-dropdown-item .subnav-links-right ul li:nth-last-child(1) a small, .getinvolved-mega-dropdown-menu .top-mega-dropdown-item .subnav-links-right ul li:nth-last-child(2) a small {
    max-width: 50%;
  }
}

@media (min-width: 992px) {
  .dropdown:hover > .dropdown-menu.mega-menu {
    background-color: transparent;
    border: 0;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    background-color: transparent;
    top: 55px;
    border: 0;
    margin: 0 auto;
  }
}
@media (max-width: 991.98px) {
  .mega-menu {
    padding: 0;
    border: 0;
  }
  .mega-menu .mega-dropdown-menu {
    border-radius: 0;
    padding: 0;
    margin: 0;
    box-shadow: inherit;
  }
  .mega-menu .mega-dropdown-menu .bottom-mega-dropdown-item {
    display: none;
  }
}
.banner {
  height: 90vh;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .banner {
    height: auto;
    min-height: 80vh;
  }
}
.banner .slick-slide {
  height: 90vh;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 767.98px) {
  .banner .slick-slide {
    height: auto;
    min-height: 80vh;
  }
}
.banner .slick-slide .container {
  position: relative;
  z-index: 2;
}
.banner .slick-slide .container .content {
  max-width: 700px;
}
.banner .slick-slide .container .content h5 {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 400;
  text-transform: uppercase;
  color: #ffffff;
}
@media (max-width: 991.98px) {
  .banner .slick-slide .container .content h5 {
    font-size: 18px;
  }
}
.banner .slick-slide .container .content h1 {
  font-size: 60px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  .banner .slick-slide .container .content h1 {
    font-size: 30px;
    font-weight: 600;
  }
}
.banner .slick-slide .container .content p {
  font-size: 25px;
  color: #ffffff;
  font-weight: 300;
}
@media (max-width: 991.98px) {
  .banner .slick-slide .container .content p {
    font-size: 20px;
  }
}
.banner .slick-slide .container .content .banner-cta {
  width: 150px;
}
.banner .slick-slide .container .content .banner-cta a {
  padding: 15px;
  gap: 10px;
}
.banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.banner .slick-dots {
  position: absolute;
  bottom: 20px;
  width: 100%;
  display: flex !important;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style: none;
  z-index: 3;
}
.banner .slick-dots li {
  margin: 0 5px;
}
.banner .slick-dots li button {
  border: none;
  background: transparent;
  font-size: 0;
  line-height: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}
.banner .slick-dots li.slick-active button {
  background-color: white;
}

.volunteers-experience {
  background-color: #F2F3F6;
  padding: 135px 0 150px;
  width: 100%;
}
@media (max-width: 991.98px) {
  .volunteers-experience {
    padding: 90px 0 0px;
  }
}
@media (max-width: 565.98px) {
  .volunteers-experience {
    padding-top: 45px;
  }
}
.volunteers-experience-tile {
  font-size: 30px;
  font-weight: 700;
  color: #000000;
  max-width: 575px;
  text-align: center;
  margin: 0 auto 70px;
}
.volunteers-experience-slide {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.volunteers-experience-slide .slick-list {
  padding: 0 100px 0 0 !important;
}
.volunteers-experience-slide-item {
  width: 330px;
  margin: 0 10px;
  background-color: #ffffff;
  padding: 30px 30px 50px;
  border: 1px solid rgba(73, 60, 43, 0.14);
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 370px; /* Force cards to be same height */
  position: relative;
}
.volunteers-experience-slide-item .head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.volunteers-experience-slide-item .head figure {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #D9D9D9;
  overflow: hidden;
  flex-shrink: 0;
}
.volunteers-experience-slide-item .head figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  display: block;
}
.volunteers-experience-slide-item .head figcaption h6 {
  font-weight: 700;
  margin: 0;
  font-size: 16px;
  color: #000000;
}
.volunteers-experience-slide-item .head figcaption p {
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  margin: 0;
}
.volunteers-experience-slide-item .body {
  font-size: 15px;
  line-height: 1.6;
  color: #000000;
  flex-grow: 1;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 15px;
  position: relative;
}
.gallery img {
  width: 98px;
  height: 125px;
  border-radius: 15px;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.gallery img:hover {
  transform: scale(1.05);
}
.gallery img:nth-child(1) {
  grid-column: 1;
  grid-row: 1;
}
.gallery img:nth-child(2) {
  grid-column: 1;
  grid-row: 2;
}
.gallery img:nth-child(3) {
  grid-column: 2;
  grid-row: 1;
}
.gallery img:nth-child(4) {
  grid-column: 2;
  grid-row: 2;
}
.gallery img:nth-child(5) {
  grid-column: 3;
  grid-row: 1;
}
.gallery img:nth-child(6) {
  grid-column: 4;
  grid-row: 1;
}
.gallery img:nth-child(7) {
  grid-column: 5;
  grid-row: 1;
}
.gallery img:nth-child(8) {
  grid-column: 6;
  grid-row: 1;
}
.gallery img:nth-child(9) {
  grid-column: 7;
  grid-row: 1;
}
.gallery img:nth-child(10) {
  grid-column: 8;
  grid-row: 1;
}
.gallery img:nth-child(11) {
  grid-column: 8;
  grid-row: 2;
}
.gallery img:nth-child(12) {
  grid-column: 9;
  grid-row: 1;
}
.gallery img:nth-child(13) {
  grid-column: 9;
  grid-row: 2;
}
.gallery img:nth-child(3), .gallery img:nth-child(4), .gallery img:nth-child(6), .gallery img:nth-child(8), .gallery img:nth-child(10), .gallery img:nth-child(11) {
  position: relative;
  top: -45px;
}
@media (max-width: 1000px) {
  .gallery {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: start;
    -moz-align-items: start;
    -ms-align-items: start;
    align-items: start;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    flex-wrap: wrap;
  }
  .gallery img:nth-child(3), .gallery img:nth-child(4), .gallery img:nth-child(6), .gallery img:nth-child(8), .gallery img:nth-child(10), .gallery img:nth-child(11) {
    position: inherit;
    top: 0;
  }
}

.home-welcome-description {
  background-color: #F2F3F6;
  padding: 100px 0 60px;
}
@media (max-width: 575px) {
  .home-welcome-description {
    padding: 45px 0 45px;
  }
}
.home-welcome-description .home-profile-warp {
  max-height: 420px;
  max-width: 420px;
  border-radius: 60px;
  overflow: hidden;
}
@media (max-width: 1000px) {
  .home-welcome-description .home-profile-warp {
    margin: 0 auto 20px auto;
  }
}
.home-welcome-description .home-profile-warp .home-welcome-profile {
  width: 100%;
  object-fit: cover;
}
.home-welcome-description .home-welcome-content-warp .home-welcome-logo {
  width: 225px;
  margin-bottom: 30px;
}
@media (max-width: 1000px) {
  .home-welcome-description .home-welcome-content-warp .home-welcome-logo {
    margin: 0 auto 20px auto;
    display: flex;
  }
}
.home-welcome-description .home-welcome-content-warp h2 {
  font-size: 30px;
  color: #000000;
  font-weight: 700;
  margin-bottom: 30px;
  max-width: 535px;
  text-align: left;
}
@media (max-width: 575px) {
  .home-welcome-description .home-welcome-content-warp h2 {
    font-size: 30px;
    margin-bottom: 30px;
    max-width: 100%;
  }
}
.home-welcome-description .home-welcome-content-warp h2 span {
  color: #F57A47;
}
.home-welcome-description .home-welcome-content-warp p {
  max-width: 645px;
  margin-bottom: 20px;
  color: #444444;
  line-height: 24px;
  font-weight: 400;
}

.home-our-impact {
  background-color: #000000;
  padding: 20px 0;
}
.home-our-impact .our-impact-info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  gap: 50px;
}
@media (max-width: 595px) {
  .home-our-impact .our-impact-info {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 5px 0;
  }
}
.home-our-impact .our-impact-info img {
  flex: 0 0 122px;
  max-width: 122px;
}
.home-our-impact .our-impact-info div {
  flex: 0 0 calc(100% - 122px);
  max-width: calc(100% - 122px);
}
@media (max-width: 595px) {
  .home-our-impact .our-impact-info div {
    flex: 0 100%;
    max-width: 100%;
  }
}
.home-our-impact .our-impact-info div h3 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #ffffff;
}
.home-our-impact .our-impact-info div p {
  font-weight: 400;
  margin-bottom: 40px;
  color: #ffffff;
  max-width: 85%;
}
@media (max-width: 991.98px) {
  .home-our-impact .our-impact-info div p {
    margin-bottom: 25px;
  }
}
@media (max-width: 595px) {
  .home-our-impact .our-impact-info div p {
    margin-bottom: 20px;
    max-width: 100%;
  }
}
.home-our-impact .our-impact-info div a {
  display: inline;
  text-decoration: underline;
  color: #ffffff;
}
.home-our-impact .our-impact-info div a:hover {
  color: #4364F7;
}

.impact-statistics {
  position: relative;
  background-color: #F2F3F6;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
}
.impact-statistics .impact-statistics-description {
  background-color: #ffffff;
  padding: 50px 20px 60px;
  margin-top: 200px;
}
@media (max-width: 575px) {
  .impact-statistics .impact-statistics-description {
    padding-bottom: 10px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 145px;
  }
}
@media (min-width: 768px) {
  .impact-statistics .impact-statistics-description {
    padding: 50px 110px 100px;
  }
}
@media (min-width: 992px) {
  .impact-statistics .impact-statistics-description {
    margin-top: 400px;
  }
}
@media (min-width: 1200px) {
  .impact-statistics .impact-statistics-description {
    margin-top: 515px;
  }
}
@media (min-width: 1300px) {
  .impact-statistics .impact-statistics-description {
    margin-top: 615px;
  }
}
@media (min-width: 1400px) {
  .impact-statistics .impact-statistics-description {
    margin-top: 715px;
  }
}
.impact-statistics .impact-statistics-description .head {
  padding-bottom: 65px;
  margin-bottom: 65px;
  border-bottom: 1px solid #E1E1E1;
}
@media (max-width: 767.98px) {
  .impact-statistics .impact-statistics-description .head {
    padding-bottom: 35px;
    margin-bottom: 35px;
  }
}
@media (max-width: 575px) {
  .impact-statistics .impact-statistics-description .head {
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
}
@media (min-width: 1200px) {
  .impact-statistics .impact-statistics-description .head-left {
    padding-left: 50px;
  }
}
.impact-statistics .impact-statistics-description .head-left p {
  color: #999999;
  font-weight: 400;
  margin-bottom: 20px;
}
.impact-statistics .impact-statistics-description .head-left h3 {
  margin: 0;
  font-size: 27px;
  font-weight: 600;
  line-height: 38px;
  color: #000000;
}
@media (max-width: 575px) {
  .impact-statistics .impact-statistics-description .head-left h3 {
    line-height: 32px;
  }
}
@media (min-width: 1200px) {
  .impact-statistics .impact-statistics-description .head-right {
    padding-top: 50px;
  }
}
.impact-statistics .impact-statistics-description .head-right p {
  color: #212529;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 40px;
}
@media (max-width: 575px) {
  .impact-statistics .impact-statistics-description .head-right p {
    margin-bottom: 15px;
  }
}
.impact-statistics .impact-statistics-description .head-right a {
  display: inline-block;
  color: #F57A47;
  text-decoration: underline;
}
.impact-statistics .impact-statistics-description .head-right a:hover {
  color: #4364F7;
}
@media (max-width: 575px) {
  .impact-statistics .impact-statistics-item {
    margin-bottom: 30px;
  }
}
.impact-statistics .impact-statistics-item img {
  display: block;
  margin-bottom: 20px;
  min-height: 46px;
}
@media (max-width: 575px) {
  .impact-statistics .impact-statistics-item img {
    margin-bottom: 5px;
  }
}
.impact-statistics .impact-statistics-item h3 {
  font-size: 33px;
  line-height: 42px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .impact-statistics .impact-statistics-item h3 {
    margin-bottom: 0;
  }
}
.impact-statistics .impact-statistics-item h4 {
  font-size: 24px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 20px;
  line-height: 42px;
}
@media (max-width: 575px) {
  .impact-statistics .impact-statistics-item h4 {
    margin-bottom: 0;
  }
}
.impact-statistics .impact-statistics-item p {
  color: #212529;
  font-size: 14px;
  font-weight: 400;
}

.conscious-constituency-approach {
  background-color: #F2F3F6;
  padding: 45px 0 0;
}
@media (min-width: 575px) {
  .conscious-constituency-approach {
    padding: 60px 0 0;
  }
}
@media (min-width: 768px) {
  .conscious-constituency-approach {
    padding: 90px 0 0;
  }
}
@media (min-width: 992px) {
  .conscious-constituency-approach {
    padding: 105px 0 0;
  }
}
.conscious-constituency-approach .conscious-title {
  text-align: left;
  font-size: 30px;
  margin-bottom: 25px;
  margin-left: 45px;
  font-weight: 700;
}
.conscious-constituency-approach .conscious-constituency-approach-info {
  background-color: #ECE3F2;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding: 40px 40px 100px;
}
@media (max-width: 767.98px) {
  .conscious-constituency-approach .conscious-constituency-approach-info {
    padding: 40px 40px;
  }
}
@media (max-width: 575px) {
  .conscious-constituency-approach .conscious-constituency-approach-info {
    padding: 20px 20px 40px;
  }
}
.conscious-constituency-approach .conscious-constituency-approach-info .head figcaption h3 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #000000;
}
@media (max-width: 991.98px) {
  .conscious-constituency-approach .conscious-constituency-approach-info .head figcaption h3 {
    font-size: 32px;
  }
}
@media (max-width: 575px) {
  .conscious-constituency-approach .conscious-constituency-approach-info .head figcaption h3 {
    margin-bottom: 15px;
    font-size: 26px;
  }
}
.conscious-constituency-approach .conscious-constituency-approach-info .head figcaption p {
  font-weight: 400;
  color: #000000;
}
@media (max-width: 1199.98px) {
  .conscious-constituency-approach .conscious-constituency-approach-info .head figure img {
    width: 100%;
    height: auto;
  }
}
.conscious-constituency-approach .conscious-constituency-approach-info .body h5 {
  color: #999999;
  margin-bottom: 20px;
  font-weight: 400;
}
.conscious-constituency-approach .conscious-constituency-approach-info .body .conscious-constituency-approach-item {
  margin-bottom: 35px;
}
.conscious-constituency-approach .conscious-constituency-approach-info .body .conscious-constituency-approach-item i {
  width: 101px;
  height: 101px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.conscious-constituency-approach .conscious-constituency-approach-info .body .conscious-constituency-approach-item img {
  display: block;
  margin-bottom: 20px;
  min-width: 101px;
}
.conscious-constituency-approach .conscious-constituency-approach-info .body .conscious-constituency-approach-item h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #000000;
}
@media (max-width: 575px) {
  .conscious-constituency-approach .conscious-constituency-approach-info .body .conscious-constituency-approach-item h4 {
    margin-bottom: 10px;
  }
}
.conscious-constituency-approach .conscious-constituency-approach-info .body .conscious-constituency-approach-item p {
  color: #000000;
}
.conscious-constituency-approach .conscious-constituency-approach-info .wheel {
  position: relative;
  width: 350px;
  height: 350px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  border: 4px solid #fff;
}
@media (max-width: 575px) {
  .conscious-constituency-approach .conscious-constituency-approach-info .wheel {
    width: 300px;
    height: 300px;
  }
}
.conscious-constituency-approach .conscious-constituency-approach-info .wheel .segment {
  position: absolute;
  width: 50%;
  height: 50%;
  transform-origin: 100% 100%;
  clip-path: polygon(0 170px, 0% -200%, 99% 100%);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  font-weight: bold;
}
.conscious-constituency-approach .conscious-constituency-approach-info .wheel .segment:hover {
  transform: scale(1.05) rotate(var(--rotate));
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  opacity: 0.9;
}
.conscious-constituency-approach .conscious-constituency-approach-info .wheel .segment:hover .community_engagement img {
  transform: scale(1.15);
}
.conscious-constituency-approach .conscious-constituency-approach-info .wheel .segment .community_engagement {
  display: flex;
}
.conscious-constituency-approach .conscious-constituency-approach-info .wheel .segment .community_engagement img {
  transition: transform 0.5s ease;
}
.conscious-constituency-approach .conscious-constituency-approach-info .wheel .segment:nth-child(1) {
  background: #F29C1F;
  transform: rotate(0deg);
  --rotate: 0deg;
}
.conscious-constituency-approach .conscious-constituency-approach-info .wheel .segment:nth-child(1) .community_engagement img {
  width: auto;
  height: 75px;
  position: relative;
  transform: rotate(0deg);
  left: 75px;
  top: 35px;
}
.conscious-constituency-approach .conscious-constituency-approach-info .wheel .segment:nth-child(1) .community_engagement span {
  font-size: 14px;
  font-weight: bold;
  color: white;
  max-width: 100px;
  margin: 10px 60px 0 0;
}
.conscious-constituency-approach .conscious-constituency-approach-info .wheel .segment:nth-child(2) {
  background: #2D9C9C;
  transform: rotate(72deg);
  --rotate: 72deg;
}
.conscious-constituency-approach .conscious-constituency-approach-info .wheel .segment:nth-child(2) .community_engagement {
  display: flex;
  flex-direction: row-reverse;
  align-items: baseline;
  justify-content: center;
  text-align: left;
}
.conscious-constituency-approach .conscious-constituency-approach-info .wheel .segment:nth-child(2) .community_engagement img {
  width: 50px;
  position: relative;
  top: 35px;
  right: 35px;
  transition: transform 0.5s ease;
}
.conscious-constituency-approach .conscious-constituency-approach-info .wheel .segment:nth-child(2) .community_engagement span {
  font-size: 14px;
  font-weight: bold;
  color: white;
}
.conscious-constituency-approach .conscious-constituency-approach-info .wheel .segment:nth-child(3) {
  background: #F2C94C;
  transform: rotate(144deg);
  --rotate: 144deg;
}
.conscious-constituency-approach .conscious-constituency-approach-info .wheel .segment:nth-child(3) .community_engagement {
  display: flex;
  flex-direction: column;
}
.conscious-constituency-approach .conscious-constituency-approach-info .wheel .segment:nth-child(3) .community_engagement img {
  width: 50px;
  position: relative;
  top: 75px;
  transform: rotate(215deg);
  left: 0;
  opacity: 0.4;
}
.conscious-constituency-approach .conscious-constituency-approach-info .wheel .segment:nth-child(3) .community_engagement span {
  font-size: 14px;
  font-weight: bold;
  color: white;
  max-width: 100px;
  margin: 0 -10px 10px 10px;
}
.conscious-constituency-approach .conscious-constituency-approach-info .wheel .segment:nth-child(4) {
  background: #D82C2C;
  transform: rotate(216deg);
  --rotate: 216deg;
}
.conscious-constituency-approach .conscious-constituency-approach-info .wheel .segment:nth-child(4) .community_engagement {
  display: flex;
  flex-direction: column;
}
.conscious-constituency-approach .conscious-constituency-approach-info .wheel .segment:nth-child(4) .community_engagement img {
  width: 50px;
  position: relative;
  transform: rotate(145deg);
  left: 10px;
  top: 20px;
}
.conscious-constituency-approach .conscious-constituency-approach-info .wheel .segment:nth-child(4) .community_engagement span {
  font-size: 14px;
  font-weight: bold;
  color: white;
  max-width: 100px;
  margin: 20px 0 0 0;
}
.conscious-constituency-approach .conscious-constituency-approach-info .wheel .segment:nth-child(5) {
  background: #2D5AA3;
  transform: rotate(288deg);
  --rotate: 288deg;
}
.conscious-constituency-approach .conscious-constituency-approach-info .wheel .segment:nth-child(5) .community_engagement {
  display: flex;
}
.conscious-constituency-approach .conscious-constituency-approach-info .wheel .segment:nth-child(5) .community_engagement img {
  width: auto;
  height: 50px;
  position: relative;
  transform: rotate(72deg);
  left: 28px;
  top: 40px;
}
.conscious-constituency-approach .conscious-constituency-approach-info .wheel .segment:nth-child(5) .community_engagement span {
  font-size: 14px;
  font-weight: bold;
  color: white;
  max-width: 100px;
  margin: 20px 10px 0 0;
}
.conscious-constituency-approach .conscious-constituency-approach-info .wheel .segment span {
  transform: rotate(calc(-1 * var(--rotate)));
  display: block;
}
.conscious-constituency-approach .conscious-constituency-approach-info .wheel .center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.conscious-constituency-approach .conscious-constituency-approach-info .wheel .center img {
  width: 80px !important;
  position: absolute;
  top: 0;
  right: 2px;
}

.choose-want-contribute {
  background-color: #EFEEED;
  padding: 60px 0;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding-left: calc((100% - 1118px) / 2);
}
@media (max-width: 991.98px) {
  .choose-want-contribute {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    display: none;
  }
}
.choose-want-contribute .choose-want-contribute-video {
  position: relative;
  top: 0;
  bottom: 0;
  margin: 0 auto;
  right: 0;
  width: calc(100% - 350px);
  height: 550px;
}
@media (max-width: 1199.98px) {
  .choose-want-contribute .choose-want-contribute-video {
    height: 400px;
  }
}
@media (max-width: 991.98px) {
  .choose-want-contribute .choose-want-contribute-video {
    height: 350px;
    width: 100%;
  }
}
.choose-want-contribute .choose-want-contribute-video .image-wrapper {
  position: relative;
}
.choose-want-contribute .choose-want-contribute-video .image-wrapper::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
}
.choose-want-contribute .choose-want-contribute-video .video-wrapper {
  position: relative;
  width: 100%;
  height: 550px;
  overflow: hidden;
}
@media (max-width: 1199.98px) {
  .choose-want-contribute .choose-want-contribute-video .video-wrapper {
    height: 400px;
  }
}
@media (max-width: 991.98px) {
  .choose-want-contribute .choose-want-contribute-video .video-wrapper {
    height: 350px;
  }
}
@media (max-width: 575px) {
  .choose-want-contribute .choose-want-contribute-video .video-wrapper {
    border-radius: 15px;
  }
}
.choose-want-contribute .choose-want-contribute-video .video-wrapper:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}
.choose-want-contribute .choose-want-contribute-video .video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  object-fit: cover;
  height: 550px;
}
@media (max-width: 1199.98px) {
  .choose-want-contribute .choose-want-contribute-video .video-wrapper video {
    height: 400px;
  }
}
@media (max-width: 991.98px) {
  .choose-want-contribute .choose-want-contribute-video .video-wrapper video {
    height: 350px;
  }
}
.choose-want-contribute .choose-want-contribute-video .contribute-image {
  max-height: 550px;
  width: 100%;
  object-fit: cover;
}
.choose-want-contribute .choose-want-contribute-video .info {
  max-width: 440px;
  position: absolute;
  bottom: 100px;
  left: 50px;
  z-index: 2;
}
@media (max-width: 575px) {
  .choose-want-contribute .choose-want-contribute-video .info {
    left: 20px;
    max-width: 90%;
  }
}
.choose-want-contribute .choose-want-contribute-video .info h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #ffffff;
}
.choose-want-contribute .choose-want-contribute-video .info p {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 30px;
}
.choose-want-contribute .choose-want-contribute-video .info .btn {
  height: 60px;
  max-width: 390px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 575px) {
  .choose-want-contribute .choose-want-contribute-video .info .btn {
    font-size: 16px;
  }
}
.choose-want-contribute .choose-want-contribute-video .info .btn img {
  margin-left: 20px;
  width: 16px;
  height: 17px;
}
.choose-want-contribute .choose-want-contribute-info {
  max-width: 350px;
  margin-right: 50px;
}
@media (max-width: 991.98px) {
  .choose-want-contribute .choose-want-contribute-info {
    max-width: 100%;
    margin-right: 0;
  }
}
.choose-want-contribute .choose-want-contribute-info h3 {
  font-size: 30px;
  color: #000000;
  font-weight: 700;
  margin-bottom: 15px;
}
.choose-want-contribute .choose-want-contribute-info p {
  color: #000000;
  font-weight: 400;
  margin-bottom: 20px;
}
.choose-want-contribute .choose-want-contribute-info ul li a {
  font-size: 20px;
  font-weight: 400;
  color: #000000;
  padding: 10px 0;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #E1E1E1;
  gap: 5px;
  overflow: hidden;
}
.choose-want-contribute .choose-want-contribute-info ul li a img {
  transform: translateX(-30px);
  transition: all 0.5s ease-in-out;
}
.choose-want-contribute .choose-want-contribute-info ul li a span {
  transform: translateX(-20px);
  transition: all 0.5s ease-in-out;
}
.choose-want-contribute .choose-want-contribute-info ul li a:hover, .choose-want-contribute .choose-want-contribute-info ul li a.active {
  font-weight: 600;
  color: #F57A47;
}
.choose-want-contribute .choose-want-contribute-info ul li a:hover img, .choose-want-contribute .choose-want-contribute-info ul li a.active img {
  transform: translateX(10px);
  transition: all 0.5s ease-in-out;
}
.choose-want-contribute .choose-want-contribute-info ul li a:hover span, .choose-want-contribute .choose-want-contribute-info ul li a.active span {
  transform: translateX(10px);
  transition: all 0.5s ease-in-out;
}
@media (max-width: 1199.98px) {
  .choose-want-contribute {
    padding-left: 20px;
  }
}
@media (max-width: 991.98px) {
  .choose-want-contribute {
    padding: 40px 20px;
  }
}

.home-real-impact {
  background-color: #F2F3F6;
  padding: 45px 0 45px;
}
@media (min-width: 992px) {
  .home-real-impact {
    padding: 100px 0 70px;
  }
}
@media (min-width: 1200px) {
  .home-real-impact {
    padding: 170px 0 70px;
  }
}
.home-real-impact .top {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .home-real-impact .top {
    margin-bottom: 70px;
  }
}
.home-real-impact .top .title {
  font-size: 30px;
  max-width: 460px;
  font-weight: 600;
  margin: 0 auto 15px;
  text-align: center;
}
.home-real-impact .top .title span {
  color: #999999;
}
.home-real-impact .top .small-title {
  max-width: 610px;
  margin: 0 auto;
  color: #232323;
  text-align: center;
  font-weight: 400;
  margin-bottom: 30px;
}
@media (min-width: 1100px) {
  .home-real-impact .top .rounded-boxes {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: start;
    -moz-align-items: start;
    -ms-align-items: start;
    align-items: start;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
}
.home-real-impact .top .rounded-boxes .round-info {
  width: 100%;
  height: 100%;
  flex: 0 0 100%;
  max-width: 100%;
  border-radius: 10px;
  background-color: #E5E5E5;
  padding: 20px;
  margin-bottom: 20px;
}
.home-real-impact .top .rounded-boxes .round-info:first-child, .home-real-impact .top .rounded-boxes .round-info:last-child {
  position: relative;
}
@media (min-width: 1100px) {
  .home-real-impact .top .rounded-boxes .round-info:first-child {
    left: 40px;
  }
}
@media (min-width: 1100px) {
  .home-real-impact .top .rounded-boxes .round-info {
    width: 610px;
    height: 610px;
    flex: 0 0 610px;
    max-width: 610px;
    border-radius: 50%;
    padding: 100px 70px 0;
    margin-bottom: 0;
  }
}
.home-real-impact .top .rounded-boxes .round-info h6 {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
.home-real-impact .top .rounded-boxes .round-info p {
  max-width: 285px;
  margin: 0 auto;
  text-align: center;
  font-weight: 400;
  color: #000000;
  margin-bottom: 20px;
  line-height: 20px;
}
.home-real-impact .top .rounded-boxes .round-info p strong {
  font-weight: 600;
}
.home-real-impact .top .rounded-boxes .round-info ul {
  margin: 0 auto;
  padding: 0;
}
.home-real-impact .top .rounded-boxes .round-info ul li {
  background-color: #D9D9D9;
  height: 60px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  color: #000000;
  font-weight: 400;
  width: 100%;
  padding: 20px;
}
.home-real-impact .top .rounded-boxes .round-info ul li:not(:last-child) {
  margin-bottom: 15px;
}
.home-real-impact .bottom .title {
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 30px;
  text-align: center;
}
.home-real-impact .bottom .round-info {
  width: 100%;
  border-radius: 20px;
  background-color: #332626;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-evenly;
  -moz-justify-content: space-evenly;
  -ms-justify-content: space-evenly;
  justify-content: space-evenly;
  -ms-flex-pack: space-evenly;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 0 auto;
  padding: 20px 15px;
}
@media (min-width: 1100px) {
  .home-real-impact .bottom .round-info {
    width: 610px;
    height: 610px;
    border-radius: 50%;
    padding: 0;
  }
}
.home-real-impact .bottom .round-info h6, .home-real-impact .bottom .round-info strong {
  font-size: 20px;
  font-weight: 700;
  margin: 0 auto;
  max-width: 285px;
  text-align: center;
}
.home-real-impact .bottom .round-info h6 {
  color: #ffffff;
}
.home-real-impact .bottom .round-info strong {
  color: #F57A47;
}
.home-real-impact .bottom .round-info ul {
  margin: 20px auto;
  padding: 0;
}
@media (min-width: 1100px) {
  .home-real-impact .bottom .round-info ul {
    min-width: 460px;
    margin: 0 auto;
  }
}
.home-real-impact .bottom .round-info ul li {
  background-color: #D9D9D9;
  height: 60px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  color: #000000;
  font-weight: 400;
  width: 100%;
  padding: 20px;
}
.home-real-impact .bottom .round-info ul li:not(:last-child) {
  margin-bottom: 15px;
}

.sgc-dashboard {
  background-color: #EFEEED;
  padding: 50px 0;
}
.sgc-dashboard .sgc-dashboard-top {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.sgc-dashboard .sgc-dashboard-top p {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 15px;
}
.sgc-dashboard .sgc-dashboard-top p span {
  background: linear-gradient(45deg, #59C173, #A17FE0, #5D26C1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sgc-dashboard .sgc-dashboard-items {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding-left: calc((100% - 1118px) / 2);
  flex-wrap: wrap;
  justify-content: start;
}
@media (max-width: 767.98px) {
  .sgc-dashboard .sgc-dashboard-items {
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px;
  }
  .sgc-dashboard .sgc-dashboard-items::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    border-radius: 0;
    background-color: transparent;
  }
  .sgc-dashboard .sgc-dashboard-items::-webkit-scrollbar {
    width: 0;
    background-color: transparent;
  }
  .sgc-dashboard .sgc-dashboard-items::-webkit-scrollbar-thumb {
    border-radius: 0;
    -webkit-box-shadow: inherit;
    background-color: transparent;
  }
}

.contribute-accordion {
  background-color: #EFEEED;
  padding: 50px 0 0 0;
}
@media (min-width: 991.98px) {
  .contribute-accordion {
    display: none;
  }
}
.contribute-accordion .accordion-item {
  border: 0px;
}
.contribute-accordion .accordion-item .btn-primary {
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
}
.contribute-accordion .accordion-button {
  background-color: #EFEEED;
  box-shadow: none !important;
  outline: none !important;
  border-bottom: 1px solid transparent;
  transition: border-bottom 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-weight: 500;
  position: relative;
}
.contribute-accordion .accordion-button::after {
  content: "";
  background-image: url("../images/common/accordion_icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  margin-left: auto;
  transition: transform 0.3s ease-in-out;
}
.contribute-accordion .accordion-button:not(.collapsed) {
  color: #F57A47;
  border-bottom: 1px solid #E1E1E1;
}
.contribute-accordion .accordion-button:not(.collapsed)::after {
  background-image: url("../images/common/minus_icon.png");
}
.contribute-accordion .accordion-button:hover, .contribute-accordion .accordion-button:focus {
  background-color: #EFEEED;
}
.contribute-accordion .accordion-body {
  background-color: #EFEEED;
}

.volunteers-experience-slide .slick-dots {
  bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0px;
  margin-top: 15px;
}
.volunteers-experience-slide .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 5px;
}
.volunteers-experience-slide .slick-dots li button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ffffff;
  border: none;
  font-size: 0;
}
.volunteers-experience-slide .slick-dots li.slick-active button {
  background-color: #4364F7;
}

#home-real-impact {
  position: relative;
  height: 1100px;
}
@media (max-width: 991.98px) {
  #home-real-impact {
    height: 772px;
  }
}

/* Common bubble styles */
.bubble {
  position: absolute;
  width: 610px;
  height: 610px;
  border-radius: 50%;
  opacity: 0; /* Start with no opacity */
  display: none; /* Hidden by default */
}
@media (max-width: 991.98px) {
  .bubble {
    width: 360px;
    height: 360px;
    border-radius: 50%;
  }
}

/* Third bubble (after merge) */
#bubble3 {
  opacity: 0; /* Initially hidden */
  transform: scale(0); /* Start with 0 scale */
  left: 0; /* Initially center it */
  right: 0;
  margin: 0 auto;
}
@media (min-width: 992px) {
  #bubble3 {
    width: 610px;
    height: 610px;
  }
}

/* Keyframes for the first bubble moving from left to right */
@keyframes moveLeftToRight {
  0% {
    left: -200px;
    opacity: 1;
  }
  100% {
    left: 50%;
    opacity: 1;
    transform: translateX(-50%);
  }
}
/* Keyframes for the second bubble moving from right to left */
@keyframes moveRightToLeft {
  0% {
    right: -200px;
    opacity: 1;
  }
  100% {
    right: 50%;
    opacity: 1;
    transform: translateX(50%);
  }
}
/* Keyframes for the third bubble (merged) */
@keyframes bubble3Appear {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
#home-real-impact .bigtitle {
  font-size: 30px;
  max-width: 460px;
  font-weight: 600;
  margin: 0 auto 15px;
  text-align: center;
}
#home-real-impact .bigtitle span {
  color: #999999;
}
#home-real-impact .small-title {
  max-width: 610px;
  margin: 0 auto;
  color: #232323;
  text-align: center;
  font-weight: 400;
  margin-bottom: 30px;
}

.bubble .round-info {
  width: 100%;
  height: 100%;
  flex: 0 0 100%;
  max-width: 100%;
  background-color: #E5E5E5;
  padding: 20px;
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  .bubble .round-info {
    border-radius: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-evenly;
    -moz-justify-content: space-evenly;
    -ms-justify-content: space-evenly;
    justify-content: space-evenly;
    -ms-flex-pack: space-evenly;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
}
@media (min-width: 992px) {
  .bubble .round-info {
    width: 610px;
    height: 610px;
    flex: 0 0 610px;
    max-width: 610px;
    border-radius: 50%;
    padding: 100px 70px 0;
    margin-bottom: 0;
  }
}
.bubble .round-info h6 {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  .bubble .round-info h6 {
    font-size: 14px;
  }
}
.bubble .round-info p {
  max-width: 285px;
  margin: 0 auto;
  text-align: center;
  font-weight: 400;
  color: #000000;
  margin-bottom: 20px;
  line-height: 20px;
}
@media (max-width: 991.98px) {
  .bubble .round-info p {
    margin-bottom: 5px;
    font-size: 12px;
    max-width: 70%;
    line-height: 19px;
  }
}
.bubble .round-info p strong {
  font-weight: 600;
}
.bubble .round-info ul {
  margin: 0 auto;
  padding: 0;
}
.bubble .round-info ul li {
  background-color: #D9D9D9;
  height: 60px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  color: #000000;
  font-weight: 400;
  padding: 20px;
}
@media (max-width: 991.98px) {
  .bubble .round-info ul li {
    height: 45px;
    padding: 15px;
    font-size: 11px;
    line-height: 16px;
    width: 75%;
    margin: 0 auto;
  }
}
.bubble .round-info ul li:not(:last-child) {
  margin-bottom: 15px;
}
@media (max-width: 991.98px) {
  .bubble .round-info ul li:not(:last-child) {
    margin-bottom: 5px;
  }
}
.bubble#bubble3 .title {
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 30px;
  text-align: center;
}
.bubble#bubble3 .round-info {
  width: 100%;
  background-color: #332626;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-evenly;
  -moz-justify-content: space-evenly;
  -ms-justify-content: space-evenly;
  justify-content: space-evenly;
  -ms-flex-pack: space-evenly;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 0 auto;
  padding: 20px 15px;
}
@media (max-width: 991.98px) {
  .bubble#bubble3 .round-info {
    border-radius: 50%;
  }
}
@media (min-width: 992px) {
  .bubble#bubble3 .round-info {
    width: 610px;
    height: 610px;
    border-radius: 50%;
    padding: 0;
  }
}
.bubble#bubble3 .round-info h6, .bubble#bubble3 .round-info strong {
  font-size: 20px;
  font-weight: 700;
  margin: 0 auto;
  max-width: 285px;
  text-align: center;
}
@media (max-width: 991.98px) {
  .bubble#bubble3 .round-info h6, .bubble#bubble3 .round-info strong {
    font-size: 12px;
    max-width: 50%;
  }
}
.bubble#bubble3 .round-info h6 {
  color: #ffffff;
}
.bubble#bubble3 .round-info strong {
  color: #F57A47;
}
.bubble#bubble3 .round-info ul {
  margin: 20px auto;
  padding: 0;
}
@media (max-width: 991.98px) {
  .bubble#bubble3 .round-info ul {
    margin: 10px auto;
  }
}
@media (min-width: 1100px) {
  .bubble#bubble3 .round-info ul {
    min-width: 460px;
    margin: 0 auto;
  }
}
.bubble#bubble3 .round-info ul li {
  background-color: #D9D9D9;
  height: 60px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  color: #000000;
  font-weight: 400;
  width: 100%;
  padding: 20px;
}
@media (max-width: 991.98px) {
  .bubble#bubble3 .round-info ul li {
    height: 45px;
    padding: 15px;
    font-size: 12px;
  }
}
.bubble#bubble3 .round-info ul li:not(:last-child) {
  margin-bottom: 15px;
}
@media (max-width: 991.98px) {
  .bubble#bubble3 .round-info ul li:not(:last-child) {
    margin-bottom: 5px;
  }
}

.sdg-banner .sdg-banner-top {
  background-color: #584848;
  padding: 25px 0 15px;
}
.sdg-banner .sdg-banner-top .sdg-banner-top-title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  gap: 25px;
  border-bottom: 1px solid #999999;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.sdg-banner .sdg-banner-top .sdg-banner-top-title figure {
  flex: 0 0 75px;
  max-width: 75px;
  margin: 0;
}
.sdg-banner .sdg-banner-top .sdg-banner-top-title figure img {
  width: 100%;
  height: 100%;
}
.sdg-banner .sdg-banner-top .sdg-banner-top-title figcaption h3 {
  font-size: 20px;
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 5px;
}
.sdg-banner .sdg-banner-top .sdg-banner-top-title figcaption p {
  color: #999999;
  font-weight: 400;
  font-size: 14px;
  margin: 0;
}
.sdg-banner .sdg-banner-top .sdg-banner-top-links ul {
  padding: 0;
  margin: 0;
  overflow: scroll;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  gap: 5px;
}
@media (max-width: 575px) {
  .sdg-banner .sdg-banner-top .sdg-banner-top-links ul {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .sdg-banner .sdg-banner-top .sdg-banner-top-links ul {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 998px) {
  .sdg-banner .sdg-banner-top .sdg-banner-top-links ul {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.sdg-banner .sdg-banner-top .sdg-banner-top-links ul::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  border-radius: 0;
  background-color: transparent;
}
.sdg-banner .sdg-banner-top .sdg-banner-top-links ul::-webkit-scrollbar {
  width: 0;
  background-color: transparent;
}
.sdg-banner .sdg-banner-top .sdg-banner-top-links ul::-webkit-scrollbar-thumb {
  border-radius: 0;
  -webkit-box-shadow: inherit;
  background-color: transparent;
}
.sdg-banner .sdg-banner-top .sdg-banner-top-links ul li a {
  position: relative;
  display: block;
}
.sdg-banner .sdg-banner-top .sdg-banner-top-links ul li a.active:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 3px solid #0B99FF;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.sdg-banner .sdg-banner-bottom {
  padding: 20px 0 50px;
}
@media (min-width: 992px) {
  .sdg-banner .sdg-banner-bottom {
    padding: 20px 0 50px;
  }
}
.sdg-banner .sdg-banner-bottom .breadcrumb {
  margin-bottom: 40px;
}
@media (max-width: 575px) {
  .sdg-banner .sdg-banner-bottom .breadcrumb {
    margin-bottom: 25px;
  }
}
.sdg-banner .sdg-banner-bottom .breadcrumb .breadcrumb-item {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  font-weight: 300;
}
.sdg-banner .sdg-banner-bottom .breadcrumb .breadcrumb-item a {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  font-weight: 300;
  text-decoration: underline;
}
.sdg-banner .sdg-banner-bottom figcaption h3 {
  font-size: 34px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 35px;
}
@media (max-width: 575px) {
  .sdg-banner .sdg-banner-bottom figcaption h3 {
    font-size: 28px;
    margin-bottom: 25px;
  }
}
.sdg-banner .sdg-banner-bottom figcaption p {
  color: #ffffff;
  line-height: 25px;
  margin-bottom: 40px;
}
@media (max-width: 575px) {
  .sdg-banner .sdg-banner-bottom figcaption p {
    margin-bottom: 25px;
  }
}
.sdg-banner .sdg-banner-bottom figcaption .client-activities-category {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: start;
  -moz-align-items: start;
  -ms-align-items: start;
  align-items: start;
  width: 100%;
}
.sdg-banner .sdg-banner-bottom figcaption .client-activities-category div {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
}
.sdg-banner .sdg-banner-bottom figcaption .client-activities-category div p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 5px;
}
@media (max-width: 575px) {
  .sdg-banner .sdg-banner-bottom figcaption .client-activities-category div p {
    font-size: 14px;
    line-height: 20px;
  }
}
.sdg-banner .sdg-banner-bottom figcaption .client-activities-category div h6 {
  color: #ffffff;
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
  margin-bottom: 5px;
}
@media (max-width: 575px) {
  .sdg-banner .sdg-banner-bottom figcaption .client-activities-category div h6 {
    font-size: 20px;
    line-height: 30px;
  }
}
.sdg-banner .sdg-banner-bottom figcaption .client-activities-category div small {
  color: #ffffff;
  font-size: 13px;
  font-weight: 400;
}
@media (max-width: 575px) {
  .sdg-banner .sdg-banner-bottom figcaption .client-activities-category div small {
    font-size: 12px;
  }
}
.sdg-banner .sdg-banner-bottom figure {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: end;
  -moz-justify-content: end;
  -ms-justify-content: end;
  justify-content: end;
  -ms-flex-pack: end;
}
@media (max-width: 767.98px) {
  .sdg-banner .sdg-banner-bottom figure {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    margin: 0;
  }
}
@media (max-width: 575px) {
  .sdg-banner .sdg-banner-bottom figure {
    height: 230px;
  }
}

.sdg-main-wrapper {
  background-color: #ffffff;
  padding: 145px 0 50px;
}
@media (max-width: 991.98px) {
  .sdg-main-wrapper {
    padding: 50px 0 70px;
  }
}
@media (max-width: 991.98px) {
  .sdg-main-wrapper {
    padding: 35px 0 50px;
  }
}
.sdg-main-wrapper .title-medium {
  font-weight: 500;
  font-size: 26px;
  margin-bottom: 45px;
}
@media (max-width: 991.98px) {
  .sdg-main-wrapper .title-medium {
    margin-bottom: 25px;
  }
}
@media (max-width: 767.98px) {
  .sdg-main-wrapper .title-medium {
    margin-bottom: 20px;
    font-size: 20px;
  }
}
.sdg-main-wrapper .sdg-champions, .sdg-main-wrapper .leadingthechange-sdg-champions, .sdg-main-wrapper .sdg-experts, .sdg-main-wrapper .sdg-successstories, .sdg-main-wrapper .sdg-advancing {
  margin-bottom: 100px;
}
@media (max-width: 991.98px) {
  .sdg-main-wrapper .sdg-champions, .sdg-main-wrapper .leadingthechange-sdg-champions, .sdg-main-wrapper .sdg-experts, .sdg-main-wrapper .sdg-successstories, .sdg-main-wrapper .sdg-advancing {
    margin-bottom: 50px;
  }
}
@media (max-width: 767.98px) {
  .sdg-main-wrapper .sdg-champions, .sdg-main-wrapper .leadingthechange-sdg-champions, .sdg-main-wrapper .sdg-experts, .sdg-main-wrapper .sdg-successstories, .sdg-main-wrapper .sdg-advancing {
    margin-bottom: 30px;
  }
}
.sdg-main-wrapper .sdg-champions-box {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  height: 278px;
  border-radius: 10px;
  padding: 30px 20px;
}
@media (max-width: 991.98px) {
  .sdg-main-wrapper .sdg-champions-box {
    height: 245px;
  }
  .sdg-main-wrapper .sdg-champions-box:first-of-type {
    margin-bottom: 25px;
  }
}
@media (max-width: 575px) {
  .sdg-main-wrapper .sdg-champions-box {
    background-size: cover;
    padding: 15px 20px;
    height: 220px;
  }
}
@media (max-width: 575px) and (max-width: 575px) {
  .sdg-main-wrapper .sdg-champions-box {
    height: 220px;
  }
}
.sdg-main-wrapper .sdg-champions-box.box-1 {
  background-image: url(../images/sdg/sdg-champions-bg-1.svg);
}
.sdg-main-wrapper .sdg-champions-box.box-2 {
  background-image: url(../images/sdg/sdg-champions-bg-2.svg);
}
.sdg-main-wrapper .sdg-champions-box .sdg-champions-box-title {
  font-size: 30px;
  color: #ffffff;
  margin-bottom: 0;
}
.sdg-main-wrapper .sdg-champions-box .sdg-champions-box-category {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: start;
  -moz-align-items: start;
  -ms-align-items: start;
  align-items: start;
  width: 100%;
  margin: 20px 0;
}
@media (min-width: 1200px) {
  .sdg-main-wrapper .sdg-champions-box .sdg-champions-box-category {
    margin: 32px 0;
  }
}
.sdg-main-wrapper .sdg-champions-box .sdg-champions-box-category div {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
}
.sdg-main-wrapper .sdg-champions-box .sdg-champions-box-category div p {
  color: #ffffff;
  font-size: 17px;
  font-weight: 300;
  margin-bottom: 0;
  max-width: 80%;
  line-height: 25px;
}
@media (min-width: 1200px) {
  .sdg-main-wrapper .sdg-champions-box .sdg-champions-box-category div p {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .sdg-main-wrapper .sdg-champions-box .sdg-champions-box-category div p {
    font-size: 14px;
    line-height: 20px;
  }
}
.sdg-main-wrapper .sdg-champions-box .sdg-champions-box-category div h6 {
  color: #ffffff;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 5px;
}
@media (min-width: 1200px) {
  .sdg-main-wrapper .sdg-champions-box .sdg-champions-box-category div h6 {
    font-size: 30px;
  }
}
.sdg-main-wrapper .sdg-champions-box ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  gap: 15px;
}
.sdg-main-wrapper .sdg-champions-box ul li a {
  height: 28px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  background-color: #000957;
  border: 1px solid #ffffff;
  padding: 0 10px;
  border-radius: 20px;
}
.sdg-main-wrapper .sdg-champions-box ul li a:hover {
  background-color: #F57A47;
  color: #000957;
}
@media (max-width: 575px) {
  .sdg-main-wrapper .sdg-champions-box ul li a {
    padding: 5px;
  }
}
.sdg-main-wrapper .sdg-experts-card {
  border: 1px solid #E1E1E1;
  padding: 20px;
  border-radius: 5px;
}
@media (max-width: 991.98px) {
  .sdg-main-wrapper .sdg-experts-card {
    margin-bottom: 25px;
  }
}
.sdg-main-wrapper .sdg-experts-card .profile-pic {
  width: 85px;
  height: 85px;
  border-radius: 50%;
  margin-bottom: 40px;
  display: block;
}
.sdg-main-wrapper .sdg-experts-card .profile-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  object-position: top;
}
.sdg-main-wrapper .sdg-experts-card .profile-name {
  font-size: 20px;
  color: #000000;
  margin-bottom: 25px;
  font-weight: 500;
}
.sdg-main-wrapper .sdg-experts-card .profile-description {
  color: #999999;
  font-weight: 400;
  margin-bottom: 10px;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
}
.sdg-main-wrapper .sdg-experts-card .social-icon {
  display: inline-block;
  margin-bottom: 25px;
}
.sdg-main-wrapper .sdg-experts-card ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
.sdg-main-wrapper .sdg-experts-card ul li a {
  height: 28px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  font-size: 14px;
  font-weight: 400;
  color: #395E44;
  background-color: #E4E8DC;
  border: 1px solid transparent;
  padding: 0 10px;
  border-radius: 20px;
  white-space: nowrap;
}
.sdg-main-wrapper .sdg-experts-card ul li a:hover {
  background-color: #395E44;
  color: #fff;
}
.sdg-main-wrapper .sdg-successstories-card {
  border: 1px solid #E1E1E1;
  padding: 20px;
  border-radius: 5px;
}
@media (max-width: 767.98px) {
  .sdg-main-wrapper .sdg-successstories-card {
    margin-bottom: 25px;
  }
}
.sdg-main-wrapper .sdg-successstories-card img {
  margin-bottom: 10px;
  display: block;
}
.sdg-main-wrapper .sdg-successstories-card .profile-name {
  font-size: 20px;
  color: #000957;
  font-weight: 500;
}
.sdg-main-wrapper .sdg-successstories-card .profile-description {
  color: #000957;
  font-weight: 400;
  margin-bottom: 0;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
}
.sdg-main-wrapper .dsc-advancing-card {
  margin-bottom: 20px;
}
.sdg-main-wrapper .dsc-advancing-card figure {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 178px;
  width: 100%;
  position: relative;
  margin: 0;
}
.sdg-main-wrapper .dsc-advancing-card figure img.card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.sdg-main-wrapper .dsc-advancing-card figure ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  gap: 5px;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 15px;
  top: 15px;
}
.sdg-main-wrapper .dsc-advancing-card figure ul li a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 25px;
  gap: 3px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  background-color: red;
  border-radius: 5px;
  white-space: nowrap;
  padding: 0 5px;
}
.sdg-main-wrapper .dsc-advancing-card figure ul li a.weekly {
  background-color: #000957;
}
.sdg-main-wrapper .dsc-advancing-card figure ul li a.hours {
  background-color: #4364F7;
}
.sdg-main-wrapper .dsc-advancing-card figcaption {
  border: 1px solid #E1E1E1;
  border-top: 0;
  padding: 15px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.sdg-main-wrapper .dsc-advancing-card figcaption h3 {
  font-size: 20px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 30px;
}
.sdg-main-wrapper .dsc-advancing-card figcaption label {
  height: 35px;
  background-color: rgba(25, 37, 147, 0.08);
  color: #000000;
  font-size: 14px;
  display: none;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  gap: 10px;
  padding: 0 10px;
  border-radius: 35px;
  margin-bottom: 10px;
}
.sdg-main-wrapper .dsc-advancing-card figcaption .bottom-info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  width: 100%;
}
.sdg-main-wrapper .dsc-advancing-card figcaption .bottom-info .left {
  margin: 0;
  flex: 0 0 calc(100% - 100px);
  max-width: calc(100% - 100px);
}
.sdg-main-wrapper .dsc-advancing-card figcaption .bottom-info .left li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  gap: 5px;
  font-weight: 500;
  font-size: 14px;
  white-space: nowrap;
}
.sdg-main-wrapper .dsc-advancing-card figcaption .bottom-info .left li:not(:last-child) {
  margin-bottom: 7px;
}
.sdg-main-wrapper .dsc-advancing-card figcaption .bottom-info .left li img {
  max-width: 24px;
  flex: 0 0 24px;
}
.sdg-main-wrapper .dsc-advancing-card figcaption .bottom-info span {
  background-color: #E26C5A;
  height: 25px;
  border-radius: 25px;
  padding: 0 10px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.leadingthechange-sdg-champions-table table thead td, .leadingthechange-sdg-champions-table table thead th, .leadingthechange-sdg-champions-table table tbody td, .leadingthechange-sdg-champions-table table tbody th {
  border: 0;
  border-bottom: 1px solid #E1E1E1;
}
.leadingthechange-sdg-champions-table table thead tr {
  border: 0;
}
.leadingthechange-sdg-champions-table table thead tr th {
  font-weight: 700;
  color: #000000;
}
.leadingthechange-sdg-champions-table table tbody tr td {
  font-size: 14px;
  color: #000000;
  padding: 15px 5px;
}
.leadingthechange-sdg-champions-table table tbody tr td .active-status {
  gap: 7px;
}
.leadingthechange-sdg-champions-table table tbody tr td .active-status i {
  width: 12px;
  height: 12px;
  flex: 0 0 12px;
  max-width: 12px;
  display: inline-block;
  border-radius: 50%;
}
.leadingthechange-sdg-champions-table table tbody tr td .active-status.has-green i {
  background-color: #36C01B;
}

.sdgfilter-dropdown {
  gap: 10px;
  margin-bottom: 25px;
}
.sdgfilter-dropdown label {
  font-size: 14px;
  color: #999999;
  text-transform: uppercase;
}

.sdgchampion-filterdropdown {
  position: relative;
  z-index: 1;
}
.sdgchampion-filterdropdown button {
  background-color: transparent;
  border: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  gap: 5px;
  color: #000000;
  font-size: 14px;
  font-weight: 500;
}
.sdgchampion-filterdropdown button:after {
  display: none;
}
.sdgchampion-filterdropdown .dropdown-menu {
  transform: inherit !important;
  bottom: 20px;
  right: 0;
  border-radius: 15px;
  z-index: 99;
  top: 30px !important;
}

.programs-banner {
  background-color: #F9EABC;
  height: 620px;
  position: relative;
}
@media (max-width: 767.98px) {
  .programs-banner {
    height: auto;
    padding-bottom: 30px;
  }
}
.programs-banner .banner-figure {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  object-fit: cover;
  z-index: 0;
}
@media (max-width: 767.98px) {
  .programs-banner .banner-figure {
    width: calc(100% - 30px);
    position: inherit;
    height: 250px;
    border-radius: 12px;
    display: block;
    width: 100%;
    margin-top: 20px;
  }
}
.programs-banner .banner-info {
  margin: 80px 0;
}
@media (max-width: 991.98px) {
  .programs-banner .banner-info {
    margin: 30px 0;
  }
}
.programs-banner .banner-info h6 {
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 15px;
}
.programs-banner .banner-info h3 {
  font-size: 40px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 25px;
}
@media (max-width: 991.98px) {
  .programs-banner .banner-info h3 {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .programs-banner .banner-info h3 {
    font-size: 25px;
  }
}
@media (max-width: 575px) {
  .programs-banner .banner-info h3 {
    font-size: 20px;
  }
}
.programs-banner .banner-info p {
  line-height: 25px;
  color: #000000;
  margin-bottom: 30px;
}
.programs-banner .banner-info a {
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  width: 250px;
  height: 50px;
  border-radius: 5px;
  font-weight: 500;
}

.programs-green-info {
  background-color: #045645;
  border-radius: 20px;
  padding: 30px 30px 40px;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 991.98px) {
  .programs-green-info {
    padding: 20px;
  }
}
@media (max-width: 767.98px) {
  .programs-green-info {
    flex-wrap: wrap;
    gap: 10px;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
}
@media (max-width: 575px) {
  .programs-green-info {
    flex-wrap: wrap;
    gap: 10px;
    padding: 12px;
    padding-bottom: 10px;
  }
}
.programs-green-info-box {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 30px;
  padding-bottom: 0;
  position: relative;
}
@media (max-width: 991.98px) {
  .programs-green-info-box {
    padding: 15px;
  }
}
@media (max-width: 767.98px) {
  .programs-green-info-box {
    flex: 0 0 calc(50% - 5px);
    max-width: calc(50% - 5px);
    background: rgba(255, 255, 255, 0.1);
    border-radius: 5px;
  }
}
@media (max-width: 575px) {
  .programs-green-info-box {
    flex: 0 0 48%;
    max-width: 48%;
    border-radius: 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-evenly;
    -moz-justify-content: space-evenly;
    -ms-justify-content: space-evenly;
    justify-content: space-evenly;
    -ms-flex-pack: space-evenly;
  }
}
.programs-green-info-box:not(:last-child):after {
  content: "";
  height: 60%;
  width: 1.5px;
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 767.98px) {
  .programs-green-info-box:not(:last-child):after {
    display: none;
  }
}
.programs-green-info-box h4,
.programs-green-info-box h3,
.programs-green-info-box p {
  color: #ffffff;
}
.programs-green-info-box h4 {
  font-weight: 700;
  font-size: 20px;
  margin: 0;
  min-height: 50px;
}
@media (max-width: 991.98px) {
  .programs-green-info-box h4 {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .programs-green-info-box h4 {
    font-size: 18px;
    min-height: inherit;
  }
}
.programs-green-info-box h3 {
  font-weight: 700;
  font-size: 40px;
  margin: 10px 0 10px;
  min-height: 50px;
}
@media (min-width: 1024px) {
  .programs-green-info-box h3 {
    margin: 25px 0 20px;
    font-size: 50px;
  }
}
@media (max-width: 991.98px) {
  .programs-green-info-box h3 {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .programs-green-info-box h3 {
    font-size: 35px;
  }
}
.programs-green-info-box p {
  margin: 0;
  font-weight: 400;
}
@media (max-width: 991.98px) {
  .programs-green-info-box p {
    font-size: 15px;
  }
}
@media (max-width: 575px) {
  .programs-green-info-box p {
    font-size: 16px;
  }
}
.programs-green-info-box ul {
  margin: 0;
}
.programs-green-info-box ul li a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
}
.programs-green-info-box ul li:last-child a {
  text-decoration: underline;
}

.medium-title {
  font-size: 30px;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .medium-title {
    font-size: 25px;
  }
}
@media (max-width: 575px) {
  .medium-title {
    font-size: 20px;
  }
}

.programs-main {
  background-color: #F2F3F6;
  padding-top: 200px;
}
@media (max-width: 991.98px) {
  .programs-main {
    padding-top: 80px;
  }
}
@media (max-width: 575px) {
  .programs-main {
    padding-top: 50px;
  }
}

.program-features {
  margin-bottom: 70px;
  margin-top: 70px;
}
@media (max-width: 991.98px) {
  .program-features {
    margin-bottom: 40px;
    margin-top: 150px;
  }
}
@media (max-width: 575px) {
  .program-features {
    margin-bottom: 25px;
    margin-top: 150px;
  }
}
.program-features-info .medium-title {
  margin-bottom: 25px;
}
.program-features-info p {
  color: rgba(0, 0, 0, 0.9);
  margin-bottom: 45px;
}
.program-features-info .btn {
  height: 50px;
  max-width: 130px;
  border-radius: 10px;
  display: inline-flex;
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 575px) {
  .program-features-info .btn {
    margin-bottom: 30px;
  }
}
.program-features-info .profile {
  border: 1px solid #E1E1E1;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 15px;
  max-width: 280px;
}
.program-features-info .profile li:first-child {
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.program-features-info .profile li:not(:last-child) {
  border-bottom: 1px solid #E1E1E1;
}
.program-features-info .profile li h6 {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 5px;
}
.program-features-info .profile li p {
  font-size: 14px;
  color: #999999;
  text-transform: uppercase;
  margin: 0;
}
.program-features-info .profile li small {
  display: block;
  color: #444444;
  font-size: 14px;
}
.program-features-info .profile li small a {
  color: #444444;
}
.program-features-info .profile li small a:hover {
  color: #4364F7;
  text-decoration: underline;
}
.program-features-external-links {
  margin-bottom: 40px;
}
@media (max-width: 575px) {
  .program-features-external-links {
    margin-bottom: 20px;
  }
}
.program-features-external-links .title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .program-features-external-links .title {
    margin-bottom: 10px;
  }
}
.program-features-external-links ul {
  margin: 0;
}
.program-features-external-links ul li {
  border-bottom: 1px solid #E1E1E1;
  padding: 10px 0;
}
.program-features-external-links ul li a {
  color: #142464;
  font-size: 20px;
  font-weight: 300;
}
.program-features-external-links ul li a:hover {
  color: #F57A47;
}
@media (max-width: 575px) {
  .program-features-external-links ul li a {
    font-size: 16px;
  }
}

.program-mentors {
  padding-bottom: 160px;
}
@media (max-width: 991.98px) {
  .program-mentors {
    padding-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .program-mentors {
    padding-bottom: 25px;
  }
}
.program-mentors .medium-title {
  margin-bottom: 50px;
}
@media (max-width: 575px) {
  .program-mentors .medium-title {
    margin-bottom: 25px;
  }
}
.program-mentors-card {
  width: 100%;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .program-mentors-card {
    width: 100%;
    margin: auto;
  }
}
.program-mentors-card figure {
  width: 100%;
  height: 335px;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .program-mentors-card figure {
    height: 160px;
  }
}
.program-mentors-card figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  border-radius: 8px;
}
@media (max-width: 575px) {
  .program-mentors-card figure img {
    height: 175px;
  }
}
.program-mentors-card h6 {
  font-size: 20px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 5px;
}
@media (max-width: 575px) {
  .program-mentors-card h6 {
    font-size: 17px;
  }
}
.program-mentors-card p {
  color: #999999;
  text-transform: uppercase;
  font-weight: 400;
  max-width: 75%;
  font-size: 16px;
}
@media (max-width: 575px) {
  .program-mentors-card p {
    max-width: 100%;
    font-size: 12px;
  }
}

.program-success-stories {
  background-color: #ffffff;
  padding: 50px 0 100px;
}
@media (max-width: 991.98px) {
  .program-success-stories {
    padding: 30px 0 40px;
  }
}
@media (max-width: 575px) {
  .program-success-stories {
    padding: 20px 0 20px;
  }
}
.program-success-stories .medium-title {
  margin-bottom: 20px;
}
.program-success-stories .nav {
  border: 0;
  background-color: #F2F4F7;
  border-radius: 32px;
  display: inline-flex;
  margin-bottom: 80px;
}
@media (max-width: 575px) {
  .program-success-stories .nav {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    overflow: scroll;
    margin-bottom: 50px;
    background-color: transparent;
    border-radius: 0;
  }
  .program-success-stories .nav::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    border-radius: 0;
    background-color: transparent;
  }
  .program-success-stories .nav::-webkit-scrollbar {
    width: 0;
    background-color: transparent;
  }
  .program-success-stories .nav::-webkit-scrollbar-thumb {
    border-radius: 0;
    -webkit-box-shadow: inherit;
    background-color: transparent;
  }
}
.program-success-stories .nav li button {
  height: 55px;
  border: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  color: #000000;
  font-size: 20px;
  font-weight: 500;
  border-radius: 30px;
  padding-left: 20px;
  padding-right: 20px;
}
.program-success-stories .nav li button.active {
  background-color: #000000;
  color: #ffffff;
}
@media (max-width: 575px) {
  .program-success-stories .nav li button {
    height: 50px;
    white-space: nowrap;
    font-size: 17px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.program-success-stories .mysuccessStories-card figure {
  background-image: url(../images/program/gradient-bg.svg);
  background-size: 200px;
  background-repeat: no-repeat;
  background-position: center;
  width: 200px;
  height: 200px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin-bottom: 50px;
}
@media (max-width: 991.98px) {
  .program-success-stories .mysuccessStories-card figure {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .program-success-stories .mysuccessStories-card figure {
    margin-bottom: 5px;
    width: 100%;
    background-size: 150px;
  }
}
.program-success-stories .mysuccessStories-card figure img {
  width: 170px;
  height: 170px;
  object-fit: cover;
  border-radius: 20px;
  object-position: top;
}
@media (max-width: 575px) {
  .program-success-stories .mysuccessStories-card figure img {
    height: 130px;
    width: 130px;
  }
}
.program-success-stories .mysuccessStories-card .profile-name {
  font-size: 20px;
  color: #000000;
  margin-bottom: 25px;
  font-weight: 500;
}
@media (max-width: 575px) {
  .program-success-stories .mysuccessStories-card .profile-name {
    font-size: 18px;
    min-width: 200px;
  }
}
.program-success-stories .mysuccessStories-card .profile-description {
  color: #999999;
  font-weight: 400;
  margin-bottom: 10px;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
}
.program-success-stories .mysuccessStories-card .social-icon {
  display: inline-block;
  margin-bottom: 25px;
}

.programs-alumini-enrollsuccess {
  padding: 115px 0 200px;
}
@media (max-width: 991.98px) {
  .programs-alumini-enrollsuccess {
    padding: 30px 0 40px;
  }
}
@media (max-width: 575px) {
  .programs-alumini-enrollsuccess {
    padding: 20px 0 20px;
  }
}
.programs-alumini-enrollsuccess .medium-title {
  margin-bottom: 30px;
}
.programs-alumini-enrollsuccess .what-alumini-say {
  margin-bottom: 80px;
}
@media (max-width: 991.98px) {
  .programs-alumini-enrollsuccess .what-alumini-say {
    margin-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .programs-alumini-enrollsuccess .what-alumini-say {
    margin-bottom: 25px;
  }
}

.enroll-for-success {
  background-color: #000000;
  padding: 70px 35px;
  border-radius: 20px;
  margin-bottom: 25px;
}
@media (max-width: 575px) {
  .enroll-for-success {
    padding: 20px;
  }
}
.enroll-for-success .notes {
  font-size: 14px;
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
}
.enroll-for-success h4 {
  color: #ffffff;
  margin-bottom: 55px;
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 575px) {
  .enroll-for-success h4 {
    margin-bottom: 25px;
    font-size: 20px;
  }
}
.enroll-for-success form {
  margin-bottom: 40px;
}
@media (max-width: 575px) {
  .enroll-for-success form {
    margin-bottom: 25px;
  }
}
.enroll-for-success .title {
  color: #999999;
  margin: 50px 0 20px;
}
@media (max-width: 575px) {
  .enroll-for-success .title {
    margin: 15px 0 10px;
  }
}
.enroll-for-success .btn {
  height: 50px;
  width: 250px;
}
.enroll-for-success .form-label {
  color: #ffffff;
  margin-bottom: 10px;
}
.enroll-for-success .form-control {
  height: 50px;
  border: 1px solid #999999;
  background-color: #D9D9D9;
}
.enroll-for-success select {
  background-color: #D9D9D9;
  height: 50px;
  width: auto;
}
.enroll-for-success input[type=checkbox] {
  width: 17px;
  height: 17px;
  accent-color: #ffffff;
  background-color: transparent;
}
.enroll-for-success textarea.form-control {
  border: 1px solid #999999;
  background-color: #D9D9D9;
  height: 175px;
  resize: none;
}
.enroll-for-success-bottom-info {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
}
.enroll-for-success-bottom-info strong {
  font-weight: 600;
  margin: 0 4px;
}
.enroll-for-success-bottom-info span {
  margin: 0 3px;
  color: #999999;
}

.program-in-mind {
  background-color: #2C25EB;
  padding: 10px 0;
}
@media (max-width: 575px) {
  .program-in-mind {
    padding-top: 30px;
  }
}
@media (max-width: 575px) {
  .program-in-mind figure img {
    width: 70%;
    height: auto;
    display: block;
    margin: 0 auto;
  }
}
.program-in-mind-info h3 {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 20px;
}
.program-in-mind-info p {
  color: #ffffff;
  margin-bottom: 50px;
}
@media (max-width: 575px) {
  .program-in-mind-info p {
    margin-bottom: 25px;
  }
}
.program-in-mind-info .btn {
  height: 50px;
  display: inline-flex;
  padding-left: 30px;
  padding-right: 30px;
}

textarea {
  resize: none !important;
}

.form-control:focus {
  box-shadow: inherit !important;
}

#volunteerRequestModal #volunteerRequestModalLabel {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 60px;
}
#volunteerRequestModal .program-volunteer {
  margin-bottom: 45px;
}
#volunteerRequestModal .program-volunteer .program-names {
  font-weight: 500;
}
#volunteerRequestModal .program-volunteers {
  margin-bottom: 30px;
}
#volunteerRequestModal .program-volunteers .program-names {
  font-weight: 500;
}
#volunteerRequestModal .program-location {
  margin-bottom: 40px;
  color: #999999;
}
#volunteerRequestModal .modal-header {
  border-bottom: none !important;
  display: block !important;
}
#volunteerRequestModal .modal-header .btn-close {
  float: right !important;
  margin-top: -100px !important;
  outline: none;
  box-shadow: inherit;
}

.join-us-volunteer {
  background-color: #F2F3F6;
  padding: 95px 0 0;
}
@media (max-width: 575px) {
  .join-us-volunteer {
    padding-top: 45px;
  }
}
.join-us-volunteer_welcome {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
@media (min-width: 1200px) {
  .join-us-volunteer_welcome figcaption {
    padding-right: 130px;
  }
}
.join-us-volunteer_welcome figcaption h5 {
  text-align: left;
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 15px;
  color: #000000;
}
.join-us-volunteer_welcome figcaption p {
  font-size: 20px;
}
.join-us-volunteer_welcome figure {
  margin: 0;
}
@media (max-width: 767.98px) {
  .join-us-volunteer_welcome figure {
    margin-bottom: 30px;
  }
}
.join-us-volunteer_welcome figure img {
  width: 281px;
  height: auto;
}
.join-us-volunteer_form .small-title {
  color: #000000;
  margin-bottom: 35px;
}
.join-us-volunteer_form form {
  margin-bottom: 25px;
}
.join-us-volunteer_form form .form-control, .join-us-volunteer_form form select {
  background-color: transparent;
  height: 50px;
  min-height: 50px;
  border: 1px solid #E1E1E1;
}
.join-us-volunteer_form form .form-control:focus, .join-us-volunteer_form form select:focus {
  box-shadow: inherit;
  border: 1px solid #aaaaaa;
}
.join-us-volunteer_form form label {
  color: #999999;
  font-weight: 400;
  background-color: transparent;
}
.join-us-volunteer_form form label:after {
  background-color: transparent;
}
.join-us-volunteer_form form .btn {
  height: 50px;
  width: 100%;
  border: 1px solid #aaaaaa;
  font-size: 16px;
}
.join-us-volunteer_form .partner-with-us h6 {
  font-weight: 600;
  margin: 0;
}
.join-us-volunteer_form .partner-with-us p {
  color: #999999;
}
.join-us-volunteer_form .partner-with-us p a {
  color: #4364F7;
}
.join-us-volunteer_form .partner-with-us p a:hover {
  text-decoration: underline;
}

footer {
  background-color: #000000;
  padding: 60px 0 0;
}

.footer-items {
  margin-bottom: 30px;
}
@media (min-width: 576px) {
  .footer-items {
    margin-bottom: 50px;
  }
}
.footer-items-title {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 15px;
}
.footer-items .footer-nav-item:not(:last-child) {
  margin-bottom: 15px;
}
.footer-items .footer-nav-item .footer-nav-links {
  color: rgba(255, 255, 255, 0.5);
}
.footer-items .footer-nav-item .footer-nav-links:hover {
  color: #00AFD7;
  text-decoration: underline;
}

.footer-items-socialmedia .title {
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 15px;
}
.footer-items-socialmedia .phone_no {
  margin-bottom: 30px;
}
@media (max-width: 576px) {
  .footer-items-socialmedia .phone_no {
    margin-bottom: 20px;
  }
}
.footer-items-socialmedia .phone_no a {
  color: #ffffff;
  font-weight: 500;
}
.footer-items-socialmedia .phone_no a:hover {
  color: #00AFD7;
  text-decoration: underline;
}
.footer-items-socialmedia ul {
  gap: 15px;
}
@media (max-width: 576px) {
  .footer-items-socialmedia ul {
    gap: 6px;
  }
}
.footer-items-socialmedia ul li a {
  opacity: 0.5;
}
.footer-items-socialmedia ul li a:hover {
  opacity: 1;
}
.footer-items-socialmedia ul li a img {
  height: 25px;
  width: auto;
}
@media (max-width: 576px) {
  .footer-items-socialmedia ul li a img {
    height: 25px;
    width: auto;
  }
}

.footer-subscription .title {
  line-height: 24px;
  color: #ffffff;
  margin-bottom: 15px;
  font-weight: 500;
}
.footer-subscription .info {
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 20px;
}
.footer-subscription form {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
  align-items: flex-start;
}
.footer-subscription form input {
  height: 40px;
  flex: 0 0 210px;
  max-width: 210px;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  padding: 10px;
  background-color: transparent;
}
.footer-subscription form input:focus {
  box-shadow: inherit;
}
.footer-subscription form input::-webkit-input-placeholder {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
}
.footer-subscription form input ::-moz-placeholder {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
}
.footer-subscription form input :-ms-input-placeholder {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
}
.footer-subscription form input :-moz-placeholder {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
}
.footer-subscription form .btn {
  height: 50px;
  flex: 0 0 105px;
  max-width: 105px;
  font-weight: 500;
}
.footer-subscription form .btn:hover {
  border: 1px solid #ffffff;
}
.footer-subscription .small-info {
  font-size: 12px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
}
@media (min-width: 992px) {
  .footer-subscription .small-info {
    max-width: 80%;
  }
}
.footer-subscription .small-info a {
  color: #ffffff;
}
.footer-subscription .small-info a:hover {
  color: #00AFD7;
  text-decoration: underline;
}

.tamil-quote {
  font-size: 40px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.2);
  margin-top: 30px;
  min-height: 120px;
  white-space: nowrap;
}
@media (min-width: 575px) {
  .tamil-quote {
    font-size: 50px;
  }
}
@media (min-width: 768px) {
  .tamil-quote {
    font-size: 77px;
    margin-top: 50px;
  }
}
@media (min-width: 992px) {
  .tamil-quote {
    font-size: 100px;
  }
}

.copyrights-wrap {
  background-color: #2F2626;
  padding: 15px 0;
}
.copyrights-wrap .copyrights-info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.copyrights-wrap .copyrights-info_links {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: start;
  -moz-align-items: start;
  -ms-align-items: start;
  align-items: start;
  gap: 0;
}
@media (max-width: 991.98px) {
  .copyrights-wrap .copyrights-info_links {
    flex-direction: column;
  }
}
@media (min-width: 992px) {
  .copyrights-wrap .copyrights-info_links {
    gap: 80px;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
}
.copyrights-wrap .copyrights-info_links p {
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  .copyrights-wrap .copyrights-info_links p {
    margin: 0;
  }
}
.copyrights-wrap .copyrights-info_links ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 0;
}
@media (min-width: 576px) {
  .copyrights-wrap .copyrights-info_links ul {
    gap: 15px;
  }
}
.copyrights-wrap .copyrights-info_links ul li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.copyrights-wrap .copyrights-info_links ul li a {
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  gap: 5px;
}
.copyrights-wrap .copyrights-info_links ul li a:hover {
  color: #00AFD7;
  text-decoration: underline;
}
.copyrights-wrap .copyrights-info_links ul li a img {
  display: none;
}
@media (min-width: 576px) {
  .copyrights-wrap .copyrights-info_links ul li a {
    font-size: 14px;
  }
  .copyrights-wrap .copyrights-info_links ul li a img {
    display: block;
  }
}

.selctCountrydropdown button {
  background-color: transparent;
  border: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  gap: 5px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
}
.selctCountrydropdown button:after {
  display: none;
}
.selctCountrydropdown .dropdown-menu {
  transform: inherit !important;
  bottom: 20px;
  right: 0;
  border-radius: 15px;
}

.form-start {
  background-color: #F2F3F6;
}
.form-start .form-volunteer {
  margin: 0px 25px 0px 30px;
  background-color: #ffffff;
  padding: 0px 20px 0px;
  padding-top: 40px;
}
@media (max-width: 768px) {
  .form-start .form-volunteer {
    margin: 0px 0px 0px 0px;
  }
}
.form-start .form-volunteer .details-form {
  margin-bottom: 45px;
  margin-top: 0px;
}
.form-start .form-volunteer .details-form form .volunteer-row {
  margin-bottom: 45px;
  margin-top: 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media (max-width: 768px) {
  .form-start .form-volunteer .details-form form .volunteer-row {
    margin-bottom: 10px;
    margin-top: 0px;
    gap: 10px;
  }
}
.form-start .form-volunteer .details-form form .volunteer-row .col-md-6 {
  flex: 1 1 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .form-start .form-volunteer .details-form form .volunteer-row .col-md-6 {
    flex: 0 0 48%;
    max-width: 48%;
  }
}
.form-start .form-volunteer .details-form form .volunteer-row .volunteer-name {
  margin-bottom: 10px;
  margin-top: 0px;
  font-weight: 500;
}
.form-start .form-volunteer .details-form form .volunteer-row .form-control,
.form-start .form-volunteer .details-form form .volunteer-row .form-select {
  width: 100%;
  max-width: 100%;
  height: 50px;
  border-radius: 5px;
  border: 1px solid #E1E1E1;
  background-color: transparent;
  padding: 10px 15px;
}
.form-start .form-volunteer .your-skill {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .form-start .form-volunteer .your-skill {
    margin-bottom: 0px;
    margin-top: 0px;
  }
}
.form-start .form-volunteer .your-skill .skill {
  margin-bottom: 30px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .form-start .form-volunteer .your-skill .skill {
    margin-bottom: 15px;
    margin-top: 0px;
  }
}
.form-start .form-volunteer .your-skill .your-skill-img {
  margin-bottom: 15px;
  margin-top: 0px;
}
.form-start .form-volunteer .your-skill .your-skill-img input {
  height: 40px;
  width: 230px;
  border-radius: 5px;
  border: 1px solid #E1E1E1;
  background-color: transparent;
  padding: 5px;
}
.form-start .form-volunteer .linkedin-profile {
  margin-bottom: 30px;
  margin-top: 0px;
}
@media (max-width: 768px) {
  .form-start .form-volunteer .linkedin-profile {
    margin-bottom: 10px;
    margin-top: 0px;
  }
}
.form-start .form-volunteer .linkedin-profile .profile {
  margin-bottom: 10px;
  margin-top: 0px;
}
.form-start .form-volunteer .linkedin-profile input {
  height: 50px;
  border: 1px solid #E1E1E1;
  background-color: transparent;
  border-radius: 5px;
}
.form-start .form-volunteer .resume {
  margin-bottom: 60px;
  margin-top: 0px;
}
@media (max-width: 768px) {
  .form-start .form-volunteer .resume {
    margin-bottom: 10px;
    margin-top: 0px;
  }
}
.form-start .form-volunteer .resume .drag-resume {
  border: 1px dashed #E1E1E1;
  background-color: transparent;
  height: 115px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.form-start .form-volunteer .resume .drag-resume p {
  font-weight: 500;
  color: #000000;
}
.form-start .form-volunteer .resume .drag-resume .click-here {
  color: #4364F7;
  font-weight: 600;
  cursor: pointer;
  margin: 0 4px;
}
.form-start .form-volunteer .availability {
  color: #999999 !important;
  height: 20px;
  margin-bottom: 45px;
  margin-top: 0px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .form-start .form-volunteer .availability {
    margin-bottom: 20px;
    margin-top: 0px;
  }
}
.form-start .form-volunteer .volunteer-projects {
  margin-bottom: 40px;
  margin-top: 0px;
}
.form-start .form-volunteer .volunteer-projects .meetings {
  margin-bottom: 30px;
  font-weight: 500;
  margin-top: 0px;
}
.form-start .form-volunteer .volunteer-projects .your-skill-img {
  margin-top: 0px;
  margin-bottom: 17px;
}
.form-start .form-volunteer .volunteer-projects .your-skill-img span {
  font-weight: 400;
  color: #000000;
  margin-left: 8px;
  margin-bottom: 17px;
  margin-top: 0px;
  display: inline-block;
}
.form-start .form-volunteer .available-period-form {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 100px;
  margin-top: 0px;
}
@media (max-width: 768px) {
  .form-start .form-volunteer .available-period-form {
    margin-bottom: 20px;
    margin-top: 0px;
    gap: 10px;
  }
}
.form-start .form-volunteer .available-period-form label {
  font-weight: 400;
  color: #000000;
  margin-right: 10px;
}
.form-start .form-volunteer .available-period-form input[type=text] {
  width: 240px;
  height: 40px;
  border: 1px solid #E1E1E1;
  border-radius: 5px;
  background-color: #F9F9F9;
  padding: 0 10px;
  color: #000000;
}
.form-start .form-volunteer .available-period-form input[type=date] {
  width: 240px;
  height: 40px;
  border: 1px solid #E1E1E1;
  border-radius: 5px;
  background-color: #F9F9F9;
  padding: 0 10px;
  color: #000000;
}
.form-start .form-volunteer .available-period-form .month-label,
.form-start .form-volunteer .available-period-form .to-text {
  font-weight: 400;
  color: #000000;
  margin: 0 5px;
}
.form-start .form-volunteer .button-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 45px;
  margin-top: 0px;
}
@media (max-width: 768px) {
  .form-start .form-volunteer .button-container {
    padding-bottom: 20px;
  }
}
.form-start .form-volunteer .submit-request-btn {
  background-color: #F57A47;
  color: #ffffff;
  border: none;
  border-radius: 5px;
  padding: 10px 20px;
  width: 165px;
  height: 45px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin-bottom: 70px;
  margin-top: 0px;
  margin-right: 10px;
}
@media (max-width: 768px) {
  .form-start .form-volunteer .submit-request-btn {
    margin-bottom: 0px;
    margin-top: 0px;
  }
}
.form-start .form-volunteer .submit-request-btn:hover {
  background-color: #F57A47;
}
.form-start .form-volunteer .submit-request-btn:active {
  background-color: #F57A47;
}
.form-start .form-volunteer .form-volunteer {
  background-color: #F2F3F6 !important;
}
.form-start .custom-checkbox label {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  cursor: pointer;
  font-size: 16px;
}
.form-start .custom-checkbox input[type=checkbox] {
  display: none;
}
.form-start .custom-checkbox .checkmark {
  width: 20px;
  height: 20px;
  border: 2px solid #aaa;
  border-radius: 2px;
  display: inline-block;
  margin-right: 10px;
  position: relative;
}
.form-start .custom-checkbox input[type=checkbox]:checked + .checkmark::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 3px;
  width: 4px;
  height: 9px;
  border: solid #555;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.form-start .volunteer-guide-card {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  gap: 20px;
  padding: 35px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  background-color: #FAFAFA;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
  flex-wrap: wrap;
  margin-bottom: 60px;
  margin-top: 0px;
}
@media (max-width: 786px) {
  .form-start .volunteer-guide-card {
    margin-bottom: 35px;
  }
}
.form-start .volunteer-guide-card .guide-icon {
  flex: 0 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.form-start .volunteer-guide-card .guide-icon img {
  width: 105px;
  height: 105px;
  border-radius: 50px;
  transform: translateY(50px);
}
.form-start .volunteer-guide-card .guide-content {
  flex: 1 1 300px;
}
.form-start .volunteer-guide-card .guide-content p {
  margin: 0 0 20px 0;
  color: #444;
  line-height: 1.6;
}
.form-start .volunteer-guide-card .guide-content .guide-button {
  display: inline-block;
  padding: 10px 16px;
  border: 1px solid #2196f3;
  border-radius: 4px;
  color: #2196f3;
  text-decoration: none;
  font-weight: 500;
  transition: background 0.3s;
  margin-left: 20px;
}
.form-start .volunteer-guide-card .guide-content .guide-button:hover {
  background: #e3f2fd;
}
@media (max-width: 600px) {
  .form-start .volunteer-guide-card {
    flex-direction: column;
    align-items: center;
  }
  .form-start .volunteer-guide-card .guide-icon {
    margin-bottom: 16px;
    margin-top: 0px;
  }
  .form-start .volunteer-guide-card .guide-icon img {
    margin-top: 0;
    transform: translateY(15px);
  }
  .form-start .volunteer-guide-card .guide-content .guide-button {
    margin-top: 12px;
    margin-left: 0px;
  }
}
.form-start .office-hours {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.volunteer-banner {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-bottom: 10px solid #516CBC;
}
.volunteer-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1550ED;
  opacity: 0.5;
  z-index: 1;
}
.volunteer-banner .sdg-banner-bottom {
  position: relative;
  z-index: 2;
  padding: 20px 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199.98px) {
  .volunteer-banner .sdg-banner-bottom {
    flex-direction: column;
    text-align: center;
  }
}
.volunteer-banner .sdg-banner-bottom .sdg-banner-info {
  width: 50%;
}
@media (max-width: 1199.98px) {
  .volunteer-banner .sdg-banner-bottom .sdg-banner-info {
    width: 100%;
  }
}
.volunteer-banner .sdg-banner-bottom .sdg-banner-info figcaption {
  max-width: 75%;
}
@media (max-width: 1199.98px) {
  .volunteer-banner .sdg-banner-bottom .sdg-banner-info figcaption {
    max-width: 100%;
    padding: 10px 20px;
  }
}
.volunteer-banner .sdg-banner-bottom .breadcrumb {
  margin-bottom: 40px;
}
.volunteer-banner .sdg-banner-bottom .breadcrumb .breadcrumb-item {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  font-weight: 300;
}
.volunteer-banner .sdg-banner-bottom .breadcrumb .breadcrumb-item a {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  font-weight: 300;
  text-decoration: underline;
}
.volunteer-banner .sdg-banner-bottom figcaption h3 {
  font-size: 34px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 65px;
}
@media (max-width: 1200px) {
  .volunteer-banner .sdg-banner-bottom figcaption h3 {
    margin-bottom: 20px;
  }
}
.volunteer-banner .sdg-banner-bottom figcaption p {
  color: #fff;
  font-size: 16px;
  opacity: 0.8;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 10px;
}
.volunteer-banner .sdg-banner-bottom .banner-image {
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  max-width: 750px;
  width: auto;
}
@media (max-width: 1200px) {
  .volunteer-banner .sdg-banner-bottom .banner-image {
    position: static;
    right: auto;
    top: auto;
    transform: none;
    max-width: 100%;
    text-align: center;
  }
}
.volunteer-banner .sdg-banner-bottom .banner-image figure {
  margin: 0;
}
.volunteer-banner .sdg-banner-bottom .banner-image img {
  width: 100%;
  max-width: none;
  display: block;
  height: 380px;
}
@media (max-width: 1200px) {
  .volunteer-banner .sdg-banner-bottom .banner-image img {
    height: auto;
    border-radius: 5px;
  }
}

.first-name {
  margin-bottom: 35px;
}
@media (max-width: 786px) {
  .first-name {
    margin-bottom: 0px;
  }
}
@media (max-width: 991px) {
  .first-name .col-lg-6 {
    margin-bottom: 15px;
  }
}
.first-name #inputfirstname,
.first-name #inputlastname {
  border: 1px solid #E1E1E1;
}

.phone-number {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .phone-number {
    margin-bottom: 10px;
  }
  .phone-number .col-lg-6 {
    margin-bottom: 15px;
  }
}
.phone-number #inputemail,
.phone-number #inputmobile {
  border: 1px solid #E1E1E1;
}

.gender {
  margin-bottom: 40px;
}

.professional-background {
  color: #999999 !important;
  height: 20px;
  margin-bottom: 30px;
  font-weight: 400;
  margin-top: 0px;
}

.your-skill-custom {
  margin-bottom: 0px !important;
}

#form-start {
  background-color: #F2F3F6;
}
#form-start .form-volunteer {
  background-color: #ffffff;
}
#form-start .form-volunteer .custom-alert {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background-color: #FFF9E9;
  border: 1px solid #ffc22b;
  border-radius: 6px;
  padding: 34px 30px;
  margin-bottom: 150px;
  font-size: 15px;
  color: #333;
}
#form-start .form-volunteer .custom-alert .alert-icon {
  margin-right: 15px;
  flex-shrink: 0;
}
#form-start .form-volunteer .custom-alert .alert-icon img {
  width: 64px;
  height: 62px;
  border-radius: 13px;
  transform: translateY(5px);
}
#form-start .form-volunteer .custom-alert .alert-text {
  margin: 0;
  line-height: 1.2;
}
@media (max-width: 576px) {
  #form-start .form-volunteer .custom-alert {
    flex-direction: column;
    align-items: center;
    text-align: justify;
    padding: 20px;
    margin-bottom: 50px;
  }
  #form-start .form-volunteer .custom-alert .alert-icon {
    margin-right: 0;
    margin-bottom: 12px;
  }
  #form-start .form-volunteer .custom-alert .alert-icon img {
    width: 48px;
    height: 48px;
    border-radius: 13px;
    transform: none;
  }
  #form-start .form-volunteer .custom-alert .alert-text {
    font-size: 14px;
    line-height: 1.5;
  }
}
#form-start .form-volunteer #donation-instructions-note {
  font-style: italic;
  color: #999999;
}
#form-start .form-volunteer .donation-instructions {
  font-style: italic;
  color: #999999;
}
#form-start .form-volunteer .donor-acknowledge {
  color: #999999;
}
@media (max-width: 576px) {
  #form-start .form-volunteer .custom-checkbox .donating-resources {
    width: 7%;
  }
}
#form-start .form-volunteer .checkbox-with-input {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  flex-wrap: wrap;
}
#form-start .form-volunteer .checkbox-with-input .responsive-break {
  margin-left: 8px;
}
@media (max-width: 576px) {
  #form-start .form-volunteer .checkbox-with-input .responsive-break {
    flex: 1 1 100%;
    margin-left: 0;
    margin-top: 8px;
  }
}

.volunteer-banner {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-bottom: 10px solid #516CBC;
}
.volunteer-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1550ED;
  opacity: 0.5;
  z-index: 1;
}
.volunteer-banner .sdg-banner-bottom {
  position: relative;
  z-index: 2;
  padding: 20px 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199.98px) {
  .volunteer-banner .sdg-banner-bottom {
    flex-direction: column;
    text-align: center;
  }
}
.volunteer-banner .sdg-banner-bottom .sdg-banner-info {
  width: 50%;
}
@media (max-width: 1199.98px) {
  .volunteer-banner .sdg-banner-bottom .sdg-banner-info {
    width: 100%;
  }
}
.volunteer-banner .sdg-banner-bottom .sdg-banner-info figcaption {
  max-width: 75%;
}
@media (max-width: 1199.98px) {
  .volunteer-banner .sdg-banner-bottom .sdg-banner-info figcaption {
    max-width: 100%;
    padding: 10px 20px;
  }
}
.volunteer-banner .sdg-banner-bottom .breadcrumb {
  margin-bottom: 40px;
}
.volunteer-banner .sdg-banner-bottom .breadcrumb .breadcrumb-item {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  font-weight: 300;
}
.volunteer-banner .sdg-banner-bottom .breadcrumb .breadcrumb-item a {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  font-weight: 300;
  text-decoration: underline;
}
.volunteer-banner .sdg-banner-bottom figcaption h3 {
  font-size: 34px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 65px;
}
@media (max-width: 1200px) {
  .volunteer-banner .sdg-banner-bottom figcaption h3 {
    margin-bottom: 20px;
  }
}
.volunteer-banner .sdg-banner-bottom figcaption p {
  color: #fff;
  font-size: 16px;
  opacity: 0.8;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 10px;
}
.volunteer-banner .sdg-banner-bottom .banner-image {
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  max-width: 750px;
  width: auto;
}
@media (min-width: 1200px) {
  .volunteer-banner .sdg-banner-bottom .banner-image {
    position: static;
    right: auto;
    top: auto;
    transform: none;
    max-width: 100%;
    text-align: center;
  }
}
.volunteer-banner .sdg-banner-bottom .banner-image figure {
  margin: 0;
}
.volunteer-banner .sdg-banner-bottom .banner-image img {
  width: 100%;
  max-width: none;
  display: block;
  height: 380px;
}
@media (max-width: 1200px) {
  .volunteer-banner .sdg-banner-bottom .banner-image img {
    height: auto;
    border-radius: 5px;
  }
}

.donor-deatails {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .donor-deatails {
    margin-bottom: 20px;
  }
}

.donation-interest {
  color: #999999;
  height: 20px;
  margin-bottom: 30px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .donation-interest {
    margin-bottom: 10px;
  }
}

.our-values {
  background-color: #1B3862;
  padding: 110px 0 130px;
}
@media (max-width: 991.98px) {
  .our-values {
    padding: 60px 0;
  }
}
@media (max-width: 575px) {
  .our-values {
    padding: 30px 0;
  }
}
.our-values .medium-title {
  color: #ffffff;
  margin-bottom: 65px;
}
@media (max-width: 991.98px) {
  .our-values .medium-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .our-values .medium-title {
    font-size: 28px;
  }
}
@media (max-width: 991.98px) {
  .our-values-box {
    margin-bottom: 30px;
  }
}
.our-values-box figure {
  max-width: 270px;
  height: 200px;
  border-radius: 25px;
  overflow: hidden;
  margin-bottom: 30px;
}
@media (max-width: 991.98px) {
  .our-values-box figure {
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .our-values-box figure {
    margin: 0 auto 25px;
  }
}
@media (min-width: 992px) {
  .our-values-box figure {
    height: 225px;
  }
}
@media (min-width: 1200px) {
  .our-values-box figure {
    height: 255px;
  }
}
.our-values-box figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 25px;
}
.our-values-box figcaption h5 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
  color: #ffffff;
}
.our-values-box figcaption p {
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}

.backed-by {
  background-color: #ffffff;
  padding: 35px 0;
}
@media (max-width: 767.98px) {
  .backed-by {
    padding: 20px 0;
  }
}
.backed-by-info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  gap: 15px;
}
@media (max-width: 767.98px) {
  .backed-by-info {
    flex-direction: column;
  }
}
.backed-by-info h4 {
  margin: 0;
  font-size: 20px;
  color: #000000;
  font-weight: 500;
}
.backed-by-info ul {
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  gap: 20px;
}
@media (max-width: 575px) {
  .backed-by-info ul {
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
}

.our-mission-vission {
  background-color: #ffffff;
  padding: 60px 0 100px;
}
@media (max-width: 767.98px) {
  .our-mission-vission {
    padding: 25px 0 50px;
  }
}
@media (max-width: 575px) {
  .our-mission-vission {
    padding-bottom: 30px;
  }
}
.our-mission-vission-title {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 0;
  color: rgba(0, 0, 0, 0.8);
}
@media (max-width: 767.98px) {
  .our-mission-vission-title {
    margin-bottom: 15px;
  }
}
.our-mission-vission-info {
  font-size: 20px;
  color: rgba(0, 0, 0, 0.8);
}
@media (min-width: 992px) {
  .our-mission-vission-divider {
    margin-bottom: 100px;
  }
}

.five-core-focus-areas {
  background-color: #F2F3F6;
  padding: 70px 0 0;
}
.five-core-focus-areas .medium-title {
  margin-bottom: 80px;
}
@media (min-width: 1024px) {
  .five-core-focus-areas .medium-title {
    max-width: 45%;
  }
}
.five-core-focus-areas-card {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  margin-bottom: 70px;
}
@media (min-width: 1024px) {
  .five-core-focus-areas-card figcaption {
    padding-right: 20px;
  }
}
.five-core-focus-areas-card figcaption h4 {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 500;
}
.five-core-focus-areas-card figcaption p {
  margin: 0;
  color: #999999;
}
.five-core-focus-areas-card figure {
  margin: 0;
  flex: 0 0 125px;
  max-width: 125px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.five-core-focus-areas-card figure img {
  width: 100%;
  height: auto;
}

.measuring-our-impact {
  background-color: #F9EABC;
  padding: 60px 0;
}
@media (max-width: 767.98px) {
  .measuring-our-impact {
    padding: 30px 0;
  }
}
.measuring-our-impact .medium-title {
  margin-bottom: 80px;
}
@media (min-width: 1100px) {
  .measuring-our-impact .medium-title {
    max-width: 45%;
  }
}
@media (max-width: 767.98px) {
  .measuring-our-impact .medium-title {
    margin-bottom: 40px;
  }
}
.measuring-our-impact-card {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  gap: 25px;
}
@media (max-width: 991.98px) {
  .measuring-our-impact-card {
    margin-bottom: 25px;
  }
}
.measuring-our-impact-card figure {
  margin: 0;
  margin: 0;
  max-width: 129px;
  flex: 0 0 129px;
}
.measuring-our-impact-card figcaption {
  margin: 0;
}
.measuring-our-impact-card figcaption h3 {
  font-size: 20px;
  margin-bottom: 15px;
}
.measuring-our-impact-card figcaption ul {
  margin: 0;
}
.youtube-wrapper {
  background-color: #ffffff;
  padding: 70px 0;
}
@media (max-width: 991.98px) {
  .youtube-wrapper {
    padding: 45px 0;
  }
}
@media (max-width: 575px) {
  .youtube-wrapper {
    padding: 35px 0;
  }
}
.youtube-wrapper-info {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  padding: 40px 80px;
  border-radius: 5px;
}
@media (max-width: 991.98px) {
  .youtube-wrapper-info {
    padding: 45px 20px;
  }
}
@media (max-width: 575px) {
  .youtube-wrapper-info {
    padding: 35px 15px;
  }
}
.youtube-wrapper-info .medium-title {
  margin-bottom: 30px;
  max-width: 100%;
}
@media (min-width: 1100px) {
  .youtube-wrapper-info .medium-title {
    max-width: 45%;
  }
}
@media (max-width: 575px) {
  .youtube-wrapper-info .medium-title {
    margin-bottom: 20px;
  }
}
.youtube-wrapper-info .youtube-video-container {
  width: 100%;
  height: 375px;
  border-radius: 10px;
  overflow: hidden;
}
.youtube-wrapper-info .youtube-video-container iframe {
  width: 100%;
  height: 100%;
}

.impact-report {
  background-color: #1B3862;
  padding: 70px 0;
}
.impact-report-info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
@media (max-width: 767.98px) {
  .impact-report-info {
    flex-direction: column;
  }
}
.impact-report-info-left, .impact-report-info-right {
  flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 767.98px) {
  .impact-report-info-left, .impact-report-info-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.impact-report-info-left {
  height: 490px;
  background-image: url(../images/about-us/impact-report-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  padding: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: start;
  -moz-align-items: start;
  -ms-align-items: start;
  align-items: start;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  flex-direction: column;
}
.impact-report-info-left h3 {
  margin: 0;
  color: #ffffff;
  font-size: 40px;
  text-align: left;
}
.impact-report-info-right {
  background-color: #ffffff;
  padding: 50px 30px;
  position: relative;
  left: -50px;
}
@media (max-width: 767.98px) {
  .impact-report-info-right {
    left: 0;
    padding: 30px;
  }
}
.impact-report-info-right h3 {
  font-size: 30px;
  margin-bottom: 20px;
  font-weight: 700;
  color: #000000;
}
@media (max-width: 767.98px) {
  .impact-report-info-right h3 {
    font-size: 25px;
  }
}
.impact-report-info-right p {
  margin-bottom: 80px;
}
@media (max-width: 767.98px) {
  .impact-report-info-right p {
    margin-bottom: 40px;
  }
}
.impact-report-info-right .btn {
  height: 50px;
  width: 200px;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 767.98px) {
  .programs-banner.in-aboutus {
    padding-top: 30px;
  }
}
.programs-banner.in-aboutus .breadcrumb-item:first-child a {
  text-decoration: underline;
}
.programs-banner.in-aboutus .breadcrumb-item:first-child a:hover {
  color: #4364F7;
}
.programs-banner.in-aboutus .breadcrumb-item a {
  color: rgba(0, 0, 0, 0.8);
}
.programs-banner.in-aboutus .banner-info {
  margin-top: 0;
}
.programs-banner .breadcrumb-padding {
  padding-bottom: 100px;
}
@media (max-width: 767.98px) {
  .programs-banner .breadcrumb-padding {
    padding-bottom: 0px;
  }
}

#newRegisterModal .modal-dialog {
  max-width: 700px;
  width: 100%;
}
#newRegisterModal .modal-header {
  padding: 40px 20px 50px 35px;
  display: block !important;
  position: relative;
}
@media (max-width: 768px) {
  #newRegisterModal .modal-header {
    padding: 30px 15px 40px 15px;
  }
}
#newRegisterModal .modal-header .modal-title {
  font-size: 30px;
  text-align: start;
  text-transform: uppercase;
  margin-bottom: 18px;
}
@media (max-width: 768px) {
  #newRegisterModal .modal-header .modal-title {
    font-size: 24px;
  }
}
#newRegisterModal .modal-header .custom-close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
#newRegisterModal .modal-header .custom-close-btn img {
  width: 25px;
  height: 25px;
}
#newRegisterModal .model-description {
  text-align: left;
  color: #444444;
  margin-bottom: 0;
}
#newRegisterModal .modal-body {
  padding: 5px 40px 50px 38px;
}
@media (max-width: 768px) {
  #newRegisterModal .modal-body {
    padding: 0px 20px 40px 20px;
  }
}
#newRegisterModal .modal-body .btn-primary {
  padding: 15px 35px;
  border-radius: 5px;
  border: 1px solid #AAAAAA;
}
#newRegisterModal .register-modal-form input {
  border: 1px solid #E1E1E1;
  border-radius: 0px;
  padding: 10px;
}
#newRegisterModal .register-modal-form input::placeholder {
  color: #E1E1E1;
  font-size: 16px;
}
#newRegisterModal .register-modal-form input::-webkit-input-placeholder {
  color: #E1E1E1;
  font-size: 16px;
}
#newRegisterModal .register-modal-form input::-moz-placeholder {
  color: #E1E1E1;
  font-size: 16px;
}
#newRegisterModal .register-modal-form input:-ms-input-placeholder {
  color: #E1E1E1;
  font-size: 16px;
}
#newRegisterModal .register-modal-form input:-moz-placeholder {
  color: #E1E1E1;
  font-size: 16px;
}
@media (max-width: 768px) {
  #newRegisterModal .register-modal-form input {
    width: 100%;
  }
}
#newRegisterModal .register-modal-form .district-warp {
  margin-bottom: 65px;
}
#newRegisterModal hr {
  border: 1px solid #E1E1E1;
  margin: 0 0 25px 0;
}

.partnership-form {
  background-color: #F2F3F6;
  padding-bottom: 180px;
}
@media (max-width: 1024px) {
  .partnership-form {
    padding-bottom: 120px;
  }
}
@media (max-width: 768px) {
  .partnership-form {
    padding-bottom: 80px;
  }
}
@media (max-width: 480px) {
  .partnership-form {
    padding-bottom: 50px;
  }
}
.partnership-form .container {
  padding: 0 45px;
}
@media (max-width: 1024px) {
  .partnership-form .container {
    padding: 0 30px;
  }
}
@media (max-width: 768px) {
  .partnership-form .container {
    padding: 0 20px;
  }
}
@media (max-width: 480px) {
  .partnership-form .container {
    padding: 0 15px;
  }
}
.partnership-form .partnership-form-body {
  padding: 40px 15px;
  background-color: #ffffff;
}
@media (max-width: 1024px) {
  .partnership-form .partnership-form-body {
    padding: 30px 10px;
  }
}
@media (max-width: 768px) {
  .partnership-form .partnership-form-body {
    padding: 20px 10px;
  }
}
@media (max-width: 480px) {
  .partnership-form .partnership-form-body {
    padding: 15px 10px;
  }
}
.partnership-form .partnership-form-body .partnership-form-discrip {
  background-color: #FFF9E9;
  padding: 35px 30px 30px 20px;
  border: 1px solid #FFC22B;
  border-radius: 5px;
  margin-bottom: 65px;
}
.partnership-form .partnership-form-body .partnership-form-discrip figure {
  display: flex;
  gap: 20px;
  align-items: center;
  margin: 0;
}
.partnership-form .partnership-form-body .partnership-form-discrip figure img {
  width: 64px;
  height: 62px;
  border-radius: 13px;
}
.partnership-form .partnership-form-body .partnership-form-discrip figure figcaption p {
  color: #000000;
}
@media (max-width: 1024px) {
  .partnership-form .partnership-form-body .partnership-form-content .contact-details-warp {
    margin-bottom: 25px;
  }
}
.partnership-form .partnership-form-body .partnership-form-content .input-wrapper {
  margin-bottom: 45px;
}
@media (max-width: 1024px) {
  .partnership-form .partnership-form-body .partnership-form-content .input-wrapper {
    margin-bottom: 25px;
  }
}
.partnership-form .partnership-form-body .partnership-form-content .input-wrapper input {
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  padding: 8px 10px;
}
.partnership-form .partnership-form-body .partnership-form-content input[type=checkbox] {
  width: 20px;
  height: 20px;
  background: transparent;
  appearance: none;
  border: 2px solid #aaa;
  border-radius: 3px;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.partnership-form .partnership-form-body .partnership-form-content input[type=checkbox]::before {
  content: "✔";
  font-size: 14px;
  color: gray;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}
.partnership-form .partnership-form-body .partnership-form-content input[type=checkbox]:checked::before {
  display: block;
}
.partnership-form .partnership-form-body .partnership-form-content .small-input {
  width: 235px;
  background: #FAFAFA;
  border: 1px solid #e1e1e1;
}
.partnership-form .partnership-form-body .partnership-form-content .organization-type {
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .partnership-form .partnership-form-body .partnership-form-content .organization-type {
    margin-bottom: 30px;
  }
}
.partnership-form .partnership-form-body .partnership-form-content .form-contact-details {
  margin-bottom: 40px;
  color: #999999;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .partnership-form .partnership-form-body .partnership-form-content .form-contact-details {
    margin-bottom: 25px;
  }
}
.partnership-form .partnership-form-body .partnership-form-content .areas-interest {
  margin-bottom: 30px;
}
.partnership-form .partnership-form-body .partnership-form-content .partnership-interest-options {
  display: flex;
  gap: 70px;
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .partnership-form .partnership-form-body .partnership-form-content .partnership-interest-options {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .partnership-form .partnership-form-body .partnership-form-content .partnership-interest-options {
    flex-direction: column;
    gap: 0px;
  }
}
.partnership-form .partnership-form-body .partnership-form-content .organization-mission {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 45px;
}
.partnership-form .partnership-form-body .partnership-form-content .organization-mission label {
  font-weight: 600;
  color: #000000;
}
.partnership-form .partnership-form-body .partnership-form-content .organization-mission textarea {
  width: 100%;
  min-height: 150px;
  padding: 10px;
  border: 1px solid #E1E1E1;
  border-radius: 5px;
  font-size: 14px;
  resize: vertical;
}
.partnership-form .partnership-form-body .partnership-form-content .social-initiative {
  margin-bottom: 20px;
}
.partnership-form .partnership-form-body .partnership-form-content .social-initiative .question-label {
  color: #000000;
  margin-bottom: 20px;
}
.partnership-form .partnership-form-body .partnership-form-content .social-initiative .radio-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.partnership-form .partnership-form-body .partnership-form-content .social-initiative .radio-group .radio-option {
  display: flex;
  align-items: center;
  gap: 8px;
}
.partnership-form .partnership-form-body .partnership-form-content .social-initiative .radio-group .radio-option input[type=radio] {
  appearance: none;
  background: transparent;
  width: 20px;
  height: 20px;
  margin-bottom: 0px;
  border: 2px solid gray;
  border-radius: 50%;
  position: relative;
  outline: none;
  cursor: pointer;
  display: inline-block;
}
.partnership-form .partnership-form-body .partnership-form-content .social-initiative .radio-group .radio-option input[type=radio]:checked::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: gray;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.partnership-form .partnership-form-body .partnership-form-content .social-initiative .radio-group .radio-option input[type=radio]:focus {
  outline: none;
  box-shadow: none;
}
.partnership-form .partnership-form-body .partnership-form-content .additional-info {
  margin-bottom: 40px;
}
.partnership-form .partnership-form-body .partnership-form-content .additional-info .input-label {
  display: block;
  color: #333;
  margin-bottom: 8px;
}
.partnership-form .partnership-form-body .partnership-form-content .additional-info .textarea-field {
  width: 100%;
  min-height: 150px;
  padding: 10px;
  border: 1px solid #E1E1E1;
  border-radius: 5px;
  font-size: 16px;
  resize: vertical;
}
.partnership-form .partnership-form-body .partnership-form-content .terms-conditions {
  margin-bottom: 80px;
}
.partnership-form .partnership-form-body .partnership-form-content .terms-conditions input[type=checkbox] {
  width: 20px;
  height: 20px;
  appearance: none;
  border: 2px solid #aaa;
  border-radius: 3px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  background-color: transparent;
  outline: none;
}
.partnership-form .partnership-form-body .partnership-form-content .terms-conditions input[type=checkbox]::before {
  content: "✔";
  font-size: 14px;
  color: gray;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}
.partnership-form .partnership-form-body .partnership-form-content .terms-conditions input[type=checkbox]:checked::before {
  display: block;
}
.partnership-form .partnership-form-body .partnership-form-content .terms-conditions input[type=checkbox]:focus {
  outline: none;
  box-shadow: none;
}
.partnership-form .partnership-form-body .partnership-form-content .form-footer {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 40px;
}
.partnership-form .partnership-form-body .partnership-form-content .form-footer button {
  padding: 15px 24px;
}
@media (max-width: 768px) {
  .partnership-form .partnership-form-content .form-footer {
    justify-content: center;
  }
}
@media (max-width: 480px) {
  .partnership-form .partnership-form-content input,
  .partnership-form .partnership-form-content textarea {
    width: 100%;
  }
  .partnership-form .partnership-form-content .form-footer button {
    width: 100%;
  }
}

.register-volunteer-form {
  background-color: #f2f3f6;
  padding-bottom: 180px;
}
@media (max-width: 1024px) {
  .register-volunteer-form {
    padding-bottom: 120px;
  }
}
@media (max-width: 768px) {
  .register-volunteer-form {
    padding-bottom: 80px;
  }
}
@media (max-width: 480px) {
  .register-volunteer-form {
    padding-bottom: 50px;
  }
}
.register-volunteer-form .container {
  padding: 0 45px;
}
@media (max-width: 1024px) {
  .register-volunteer-form .container {
    padding: 0 30px;
  }
}
@media (max-width: 768px) {
  .register-volunteer-form .container {
    padding: 0 20px;
  }
}
@media (max-width: 480px) {
  .register-volunteer-form .container {
    padding: 0 15px;
  }
}
.register-volunteer-form .volunteer-form-body {
  padding: 40px 15px;
  background-color: #ffffff;
}
@media (max-width: 1024px) {
  .register-volunteer-form .volunteer-form-body {
    padding: 30px 10px;
  }
}
@media (max-width: 768px) {
  .register-volunteer-form .volunteer-form-body {
    padding: 20px 10px;
  }
}
@media (max-width: 480px) {
  .register-volunteer-form .volunteer-form-body {
    padding: 15px 10px;
  }
}
.register-volunteer-form .volunteer-form-body .volunteer-form-discrip {
  background-color: #fafafa;
  padding: 35px 30px 30px 20px;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  margin-bottom: 75px;
}
.register-volunteer-form .volunteer-form-body .volunteer-form-discrip figure {
  display: flex;
  gap: 30px;
  align-items: center;
  margin: 0;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .register-volunteer-form .volunteer-form-body .volunteer-form-discrip figure {
    flex-direction: column;
    text-align: center;
  }
}
.register-volunteer-form .volunteer-form-body .volunteer-form-discrip figure img {
  width: 105px;
  height: 105px;
  border-radius: 50px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .register-volunteer-form .volunteer-form-body .volunteer-form-discrip figure img {
    width: 80px;
    height: 80px;
  }
}
.register-volunteer-form .volunteer-form-body .volunteer-form-discrip figure figcaption {
  flex: 1;
}
.register-volunteer-form .volunteer-form-body .volunteer-form-discrip figure figcaption p {
  color: #000000;
}
.register-volunteer-form .volunteer-form-body .volunteer-form-discrip figure figcaption p:nth-of-type(2) {
  margin-bottom: 32px;
}
.register-volunteer-form .volunteer-form-body .volunteer-form-discrip figure figcaption .volunteer-guide-download {
  display: inline-block;
  border: 1px solid #4364F7;
  padding: 15px 25px;
  color: #4364F7;
  border-radius: 5px;
  font-size: 16px;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .register-volunteer-form .volunteer-form-body .volunteer-form-discrip figure figcaption .volunteer-guide-download {
    display: block;
    margin: 0 auto;
    text-align: center;
    padding: 10px;
  }
}
@media (max-width: 1024px) {
  .register-volunteer-form .volunteer-form-body .volunteer-form-content .contact-details-warp {
    margin-bottom: 25px;
  }
}
.register-volunteer-form .volunteer-form-body .volunteer-form-content .resume-upload-container {
  margin-bottom: 65px;
}
.register-volunteer-form .volunteer-form-body .volunteer-form-content .resume-upload-container .upload-link {
  color: #007bff;
  text-decoration: none;
  cursor: pointer;
}
.register-volunteer-form .volunteer-form-body .volunteer-form-content .drop-zone {
  border: 2px dashed #E1E1E1;
  padding: 45px 20px;
  text-align: center;
  cursor: pointer;
  color: #000000;
  border-radius: 5px;
}
.register-volunteer-form .volunteer-form-body .volunteer-form-content .drop-zone:hover {
  border: 2px solid #aaaaaa;
}
.register-volunteer-form .volunteer-form-body .volunteer-form-content .input-wrapper {
  margin-bottom: 45px;
}
@media (max-width: 1024px) {
  .register-volunteer-form .volunteer-form-body .volunteer-form-content .input-wrapper {
    margin-bottom: 25px;
  }
}
.register-volunteer-form .volunteer-form-body .volunteer-form-content .input-wrapper .input-wrapper input,
.register-volunteer-form .volunteer-form-body .volunteer-form-content .input-wrapper .input-wrapper select,
.register-volunteer-form .volunteer-form-body .volunteer-form-content .input-wrapper .small-input {
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  padding: 8px 10px;
  width: 100%;
}
.register-volunteer-form .volunteer-form-body .volunteer-form-content input[type=checkbox] {
  width: 20px;
  height: 20px;
  appearance: none;
  border: 2px solid #aaa;
  border-radius: 3px;
  margin-bottom: 0px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  background-color: transparent;
  outline: none;
}
.register-volunteer-form .volunteer-form-body .volunteer-form-content input[type=checkbox]::before {
  content: "✔";
  font-size: 14px;
  color: gray;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}
.register-volunteer-form .volunteer-form-body .volunteer-form-content input[type=checkbox]:checked::before {
  display: block;
}
.register-volunteer-form .volunteer-form-body .volunteer-form-content input[type=checkbox]:focus {
  outline: none;
  box-shadow: none;
}
.register-volunteer-form .volunteer-form-body .volunteer-form-content .small-input {
  width: 235px;
  background: #fafafa;
}
.register-volunteer-form .volunteer-form-body .volunteer-form-content .organization-type {
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .register-volunteer-form .volunteer-form-body .volunteer-form-content .organization-type {
    margin-bottom: 30px;
  }
}
.register-volunteer-form .volunteer-form-body .volunteer-form-content .form-contact-details {
  margin-bottom: 40px;
  color: #999999;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .register-volunteer-form .volunteer-form-body .volunteer-form-content .form-contact-details {
    margin-bottom: 25px;
  }
}
.register-volunteer-form .volunteer-form-body .volunteer-form-content .areas-interest {
  margin-bottom: 30px;
}
.register-volunteer-form .volunteer-form-body .volunteer-form-content .partnership-interest-mb {
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .register-volunteer-form .volunteer-form-body .volunteer-form-content .partnership-interest-mb {
    margin-bottom: 30px;
  }
}
.register-volunteer-form .volunteer-form-body .volunteer-form-content .partnership-interest-mb .partnership-interest-options {
  display: flex;
  gap: 70px;
}
@media (max-width: 768px) {
  .register-volunteer-form .volunteer-form-body .volunteer-form-content .partnership-interest-mb .partnership-interest-options {
    flex-direction: column;
    gap: 0px;
  }
}
.register-volunteer-form .volunteer-form-body .volunteer-form-content .organization-mission {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 45px;
}
.register-volunteer-form .volunteer-form-body .volunteer-form-content .organization-mission label {
  font-weight: 600;
  color: #000000;
}
.register-volunteer-form .volunteer-form-body .volunteer-form-content .organization-mission textarea {
  width: 100%;
  min-height: 150px;
  padding: 10px;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  font-size: 14px;
  resize: vertical;
}
.register-volunteer-form .volunteer-form-body .volunteer-form-content .social-initiative {
  margin-bottom: 20px;
}
.register-volunteer-form .volunteer-form-body .volunteer-form-content .social-initiative .question-label {
  color: #000000;
  margin-bottom: 20px;
}
.register-volunteer-form .volunteer-form-body .volunteer-form-content .social-initiative .radio-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.register-volunteer-form .volunteer-form-body .volunteer-form-content .social-initiative .radio-group .radio-option {
  display: flex;
  align-items: center;
  gap: 8px;
}
.register-volunteer-form .volunteer-form-body .volunteer-form-content .social-initiative .radio-group .radio-option input[type=radio] {
  appearance: none;
  background: transparent;
  width: 20px;
  height: 20px;
  border: 2px solid gray;
  border-radius: 50%;
  position: relative;
  outline: none;
  cursor: pointer;
  margin-bottom: 0px;
  display: inline-block;
}
.register-volunteer-form .volunteer-form-body .volunteer-form-content .social-initiative .radio-group .radio-option input[type=radio]:checked::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: gray;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.register-volunteer-form .volunteer-form-body .volunteer-form-content .social-initiative .radio-group .radio-option input[type=radio]:focus {
  outline: none;
  box-shadow: none;
}
.register-volunteer-form .volunteer-form-body .volunteer-form-content .additional-comments-section,
.register-volunteer-form .volunteer-form-body .volunteer-form-content .volunteer-reason-section {
  margin-bottom: 40px;
}
.register-volunteer-form .volunteer-form-body .volunteer-form-content .additional-comments-section .input-label,
.register-volunteer-form .volunteer-form-body .volunteer-form-content .volunteer-reason-section .input-label {
  display: block;
  color: #333;
  margin-bottom: 8px;
}
.register-volunteer-form .volunteer-form-body .volunteer-form-content .additional-comments-section .textarea-field,
.register-volunteer-form .volunteer-form-body .volunteer-form-content .volunteer-reason-section .textarea-field {
  width: 100%;
  min-height: 150px;
  padding: 10px;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  font-size: 16px;
  resize: vertical;
}
.register-volunteer-form .volunteer-form-body .volunteer-form-content .terms-conditions {
  margin-bottom: 140px;
}
.register-volunteer-form .volunteer-form-body .volunteer-form-content .terms-conditions .terms-label {
  color: #333;
}
.register-volunteer-form .volunteer-form-body .volunteer-form-content .terms-conditions .checkbox-custom {
  width: 17px;
  height: 17px;
}
.register-volunteer-form .volunteer-form-body .volunteer-form-content .terms-conditions .terms-text {
  color: #999999;
}
.register-volunteer-form .volunteer-form-body .volunteer-form-content .form-footer {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 40px;
}
.register-volunteer-form .volunteer-form-body .volunteer-form-content .form-footer button {
  padding: 15px 24px;
}
.register-volunteer-form .volunteer-form-body .volunteer-form-content .available-period {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
@media (max-width: 576px) {
  .register-volunteer-form .volunteer-form-body .volunteer-form-content .available-period {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 768px) {
  .register-volunteer-form .volunteer-form-content .form-footer {
    justify-content: center;
  }
}
@media (max-width: 480px) {
  .register-volunteer-form .volunteer-form-content input,
  .register-volunteer-form .volunteer-form-content textarea {
    width: 100%;
  }
  .register-volunteer-form .volunteer-form-content .form-footer button {
    width: 100%;
  }
}
.register-volunteer-form .reg-input {
  border: 1px solid #E1E1E1;
}

.volunteer-banner {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
}
.volunteer-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1550ED;
  opacity: 0.5;
  z-index: 1;
}
.volunteer-banner .sdg-banner-bottom {
  position: relative;
  z-index: 2;
  padding: 20px 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199.98px) {
  .volunteer-banner .sdg-banner-bottom {
    flex-direction: column;
    text-align: center;
  }
}
.volunteer-banner .sdg-banner-bottom .sdg-banner-info {
  width: 50%;
}
@media (max-width: 1199.98px) {
  .volunteer-banner .sdg-banner-bottom .sdg-banner-info {
    width: 100%;
  }
}
.volunteer-banner .sdg-banner-bottom .sdg-banner-info figcaption {
  max-width: 75%;
}
@media (max-width: 1199.98px) {
  .volunteer-banner .sdg-banner-bottom .sdg-banner-info figcaption {
    max-width: 100%;
    padding: 10px 20px;
  }
}
.volunteer-banner .sdg-banner-bottom .breadcrumb {
  margin-bottom: 40px;
}
.volunteer-banner .sdg-banner-bottom .breadcrumb .breadcrumb-item {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  font-weight: 300;
}
.volunteer-banner .sdg-banner-bottom .breadcrumb .breadcrumb-item a {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  font-weight: 300;
  text-decoration: underline;
}
.volunteer-banner .sdg-banner-bottom figcaption h3 {
  font-size: 34px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 65px;
}
@media (max-width: 1200px) {
  .volunteer-banner .sdg-banner-bottom figcaption h3 {
    margin-bottom: 20px;
  }
}
.volunteer-banner .sdg-banner-bottom figcaption p {
  color: #fff;
  font-size: 16px;
  opacity: 0.8;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 10px;
}
.volunteer-banner .sdg-banner-bottom .banner-image {
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  max-width: 750px;
  width: auto;
}
@media (max-width: 1200px) {
  .volunteer-banner .sdg-banner-bottom .banner-image {
    position: static;
    right: auto;
    top: auto;
    transform: none;
    max-width: 100%;
    text-align: center;
  }
}
.volunteer-banner .sdg-banner-bottom .banner-image figure {
  margin: 0;
}
.volunteer-banner .sdg-banner-bottom .banner-image img {
  width: 100%;
  max-width: none;
  display: block;
  height: 380px;
}
@media (max-width: 1200px) {
  .volunteer-banner .sdg-banner-bottom .banner-image img {
    height: auto;
    border-radius: 5px;
  }
}

.volunteer-leader-board {
  background-color: #f2f3f6;
  padding: 60px;
}
@media (max-width: 1024px) {
  .volunteer-leader-board {
    padding: 90px 20px;
  }
}
@media (max-width: 768px) {
  .volunteer-leader-board {
    padding: 30px 15px;
  }
}
@media (max-width: 480px) {
  .volunteer-leader-board {
    padding: 20px 10px;
  }
}
.volunteer-leader-board .container {
  padding: 0 45px;
}
@media (max-width: 1024px) {
  .volunteer-leader-board .container {
    padding: 0 30px;
  }
}
@media (max-width: 768px) {
  .volunteer-leader-board .container {
    padding: 0 20px;
  }
}
@media (max-width: 480px) {
  .volunteer-leader-board .container {
    padding: 0 15px;
  }
}
.volunteer-leader-board .leader-board-body {
  background-color: #ffffff;
  padding: 80px 50px 15px;
}
@media (max-width: 768px) {
  .volunteer-leader-board .leader-board-body {
    padding: 25px 20px;
  }
}
.volunteer-leader-board .leader-board-body h3 {
  margin-bottom: 40px;
  font-size: 26px;
  color: #000000;
  text-align: center;
}
@media (max-width: 1024px) {
  .volunteer-leader-board .leader-board-body h3 {
    margin-bottom: 25px;
  }
}
.volunteer-leader-board .leader-board-body .leader-board-br-bt {
  padding-bottom: 40px;
  margin-bottom: 55px;
  border-bottom: 1px solid #E1E1E1;
}
@media (max-width: 1024px) {
  .volunteer-leader-board .leader-board-body .leader-board-br-bt {
    padding-bottom: 20px;
    margin-bottom: 25px;
  }
}
.volunteer-leader-board .leader-board-body .col-12:last-of-type .leader-board-br-bt {
  border-bottom: none;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.volunteer-leader-board .leader-board-body figure {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: start;
}
@media (max-width: 768px) {
  .volunteer-leader-board .leader-board-body figure {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
}
.volunteer-leader-board .leader-board-body figure img {
  width: 215px;
  height: 285px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .volunteer-leader-board .leader-board-body figure img {
    width: 180px;
    height: 240px;
  }
}
@media (max-width: 480px) {
  .volunteer-leader-board .leader-board-body figure img {
    width: 150px;
    height: 200px;
  }
}
.volunteer-leader-board .leader-board-body figure figcaption {
  flex: 1;
}
.volunteer-leader-board .leader-board-body figure figcaption h4 {
  font-size: 20px;
  margin-bottom: 10px;
}
.volunteer-leader-board .leader-board-body figure figcaption p {
  color: #999999;
}
.volunteer-leader-board .leader-board-body figure figcaption p:first-of-type {
  font-size: 14px;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .volunteer-leader-board .leader-board-body figure figcaption p:first-of-type {
    margin-bottom: 15px;
  }
}
.volunteer-leader-board .leader-board-body figure figcaption p:nth-of-type(2) {
  font-size: 16px;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .volunteer-leader-board .leader-board-body figure figcaption p:nth-of-type(2) {
    margin-bottom: 15px;
  }
}
.volunteer-leader-board .leader-board-body figure figcaption p:nth-of-type(3) {
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 1024px) {
  .volunteer-leader-board .leader-board-body figure figcaption p:nth-of-type(3) {
    margin-bottom: 0px;
  }
}
.volunteer-leader-board .leader-board-body figure figcaption p:nth-of-type(3) span {
  color: #000000;
}

.volunteers-memberships {
  background-color: #f2f3f6;
  padding: 75px 0px 0px;
}
@media (max-width: 1024px) {
  .volunteers-memberships {
    padding: 30px 0px 0px;
  }
}
.volunteers-memberships .container {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .volunteers-memberships .container {
    padding: 0 40px;
  }
}
@media (max-width: 768px) {
  .volunteers-memberships .container {
    padding: 0 20px;
  }
}
.volunteers-memberships .container .register-btn-container {
  text-align: center;
}
.volunteers-memberships .container .register-btn-container a {
  border: 1px solid;
  padding: 15px;
  color: #ffffff;
  background: #4364F7;
  display: inline-block;
  text-decoration: none;
  border-radius: 5px;
  font-size: 16px;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.volunteers-memberships .container .register-btn-container a:hover {
  background: #ffffff;
  color: #4364F7;
  border: 1px solid #4364F7;
}
.volunteers-memberships .criteria-intro {
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .volunteers-memberships .criteria-intro {
    margin-bottom: 25px;
  }
}
.volunteers-memberships .criteria-intro h3 {
  color: #000957;
  font-size: 30px;
  margin-bottom: 25px;
}
@media (max-width: 1024px) {
  .volunteers-memberships .criteria-intro h3 {
    font-size: 24px;
  }
}
.volunteers-memberships .criteria-intro p {
  font-size: 18px;
  line-height: 32px;
  color: #000000;
}
@media (max-width: 1024px) {
  .volunteers-memberships .criteria-intro p {
    font-size: 16px;
    line-height: 28px;
  }
}
.volunteers-memberships .criteria-volunteers,
.volunteers-memberships .criteria-partners,
.volunteers-memberships .criteria-opportunities,
.volunteers-memberships .criteria-not-fit {
  margin-bottom: 60px;
}
.volunteers-memberships .criteria-volunteers h3,
.volunteers-memberships .criteria-partners h3,
.volunteers-memberships .criteria-opportunities h3,
.volunteers-memberships .criteria-not-fit h3 {
  color: #000957;
  font-size: 30px;
  margin-bottom: 25px;
}
@media (max-width: 1024px) {
  .volunteers-memberships .criteria-volunteers h3,
  .volunteers-memberships .criteria-partners h3,
  .volunteers-memberships .criteria-opportunities h3,
  .volunteers-memberships .criteria-not-fit h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.volunteers-memberships .criteria-volunteers p,
.volunteers-memberships .criteria-partners p,
.volunteers-memberships .criteria-opportunities p,
.volunteers-memberships .criteria-not-fit p {
  font-size: 18px;
  line-height: 32px;
  color: #000000;
}
@media (max-width: 1024px) {
  .volunteers-memberships .criteria-volunteers p,
  .volunteers-memberships .criteria-partners p,
  .volunteers-memberships .criteria-opportunities p,
  .volunteers-memberships .criteria-not-fit p {
    font-size: 16px;
    line-height: 28px;
  }
}
.volunteers-memberships .criteria-volunteers ul,
.volunteers-memberships .criteria-partners ul,
.volunteers-memberships .criteria-opportunities ul,
.volunteers-memberships .criteria-not-fit ul {
  padding-left: 25px;
}
@media (max-width: 1024px) {
  .volunteers-memberships .criteria-volunteers ul,
  .volunteers-memberships .criteria-partners ul,
  .volunteers-memberships .criteria-opportunities ul,
  .volunteers-memberships .criteria-not-fit ul {
    padding-left: 15px;
  }
}
.volunteers-memberships .criteria-volunteers ul li,
.volunteers-memberships .criteria-partners ul li,
.volunteers-memberships .criteria-opportunities ul li,
.volunteers-memberships .criteria-not-fit ul li {
  list-style: unset;
  font-size: 18px;
  line-height: 32px;
}
@media (max-width: 1024px) {
  .volunteers-memberships .criteria-volunteers ul li,
  .volunteers-memberships .criteria-partners ul li,
  .volunteers-memberships .criteria-opportunities ul li,
  .volunteers-memberships .criteria-not-fit ul li {
    font-size: 16px;
    line-height: 28px;
  }
}
.volunteers-memberships .criteria-volunteers .focus-areas,
.volunteers-memberships .criteria-partners .focus-areas,
.volunteers-memberships .criteria-opportunities .focus-areas,
.volunteers-memberships .criteria-not-fit .focus-areas {
  padding-left: 55px;
  font-size: 18px;
  line-height: 32px;
}
@media (max-width: 1024px) {
  .volunteers-memberships .criteria-volunteers .focus-areas,
  .volunteers-memberships .criteria-partners .focus-areas,
  .volunteers-memberships .criteria-opportunities .focus-areas,
  .volunteers-memberships .criteria-not-fit .focus-areas {
    padding-left: 30px;
    font-size: 16px;
    line-height: 28px;
  }
}
.volunteers-memberships .criteria-not-fit p:first-of-type {
  margin-bottom: 90px;
}
@media (max-width: 1024px) {
  .volunteers-memberships .criteria-not-fit p:first-of-type {
    margin-bottom: 25px;
  }
}

.volunteers-memberships-card {
  background-color: #f2f3f6;
  padding: 22px 0 100px;
}
@media (max-width: 992px) {
  .volunteers-memberships-card {
    padding: 22px 0 150px;
  }
}
@media (max-width: 768px) {
  .volunteers-memberships-card {
    padding: 22px 0 50px;
  }
}
.volunteers-memberships-card .container {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .volunteers-memberships-card .container {
    padding: 0 40px;
  }
}
@media (max-width: 768px) {
  .volunteers-memberships-card .container {
    padding: 0 20px;
  }
}
.volunteers-memberships-card .container .row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.volunteers-memberships-card .container .row figure {
  position: relative;
  display: flex;
  width: calc(50% - 10px);
  overflow: hidden;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .volunteers-memberships-card .container .row figure {
    width: calc(50% - 10px);
  }
}
@media (max-width: 576px) {
  .volunteers-memberships-card .container .row figure {
    width: 100%;
  }
}
.volunteers-memberships-card .container .row figure img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}
.volunteers-memberships-card .container .row figure figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
  max-width: 400px;
  text-align: left;
  border-radius: 0 0 10px 10px;
  margin: 0 25px;
}
@media (max-width: 768px) {
  .volunteers-memberships-card .container .row figure figcaption {
    padding: 10px;
  }
}
.volunteers-memberships-card .container .row figure figcaption h4 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 14px;
  color: #000000;
}
@media (max-width: 768px) {
  .volunteers-memberships-card .container .row figure figcaption h4 {
    font-size: 20px;
  }
}
.volunteers-memberships-card .container .row figure figcaption p {
  font-size: 14px;
  line-height: 1.5;
  color: #000000;
  margin-bottom: 50px;
}

.volunteering-hourslogged-card {
  background-color: #f2f3f6;
  padding: 40px 0;
}
.volunteering-hourslogged-card .container {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .volunteering-hourslogged-card .container {
    padding: 0 40px;
  }
}
@media (max-width: 768px) {
  .volunteering-hourslogged-card .container {
    padding: 0 20px;
  }
}
.volunteering-hourslogged-card .row {
  display: flex;
  flex-wrap: wrap;
  background: #000;
}
@media (max-width: 992px) {
  .volunteering-hourslogged-card .row {
    flex-direction: column;
  }
}
.volunteering-hourslogged-card .row .stats-section {
  background: #2C25EB;
  color: #fff;
  padding: 40px 25px 30px;
  text-align: left;
  flex: 1;
}
@media (max-width: 992px) {
  .volunteering-hourslogged-card .row .stats-section {
    padding: 15px;
    text-align: center;
  }
}
.volunteering-hourslogged-card .row .stats-section h3 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 5px;
}
.volunteering-hourslogged-card .row .stats-section .hours-logged {
  font-size: 20px;
  margin-bottom: 10px;
  opacity: 50%;
}
.volunteering-hourslogged-card .row .stats-section .impact-text {
  text-transform: uppercase;
  opacity: 50%;
}
.volunteering-hourslogged-card .row .stats-section hr {
  border: 1px solid #ffffff;
  opacity: 30%;
}
.volunteering-hourslogged-card .row .content-section {
  color: #fff;
  padding: 0px;
  text-align: left;
  flex: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.volunteering-hourslogged-card .row .content-section .opportunity-text {
  padding: 35px 0 0 40px;
}
@media (max-width: 992px) {
  .volunteering-hourslogged-card .row .content-section .opportunity-text {
    padding: 15px 0 0 20px;
  }
}
.volunteering-hourslogged-card .row .content-section .description {
  font-size: 16px;
  margin-bottom: 20px;
  max-width: 450px;
}
@media (max-width: 992px) {
  .volunteering-hourslogged-card .row .content-section .description {
    margin-bottom: 0px;
  }
}
.volunteering-hourslogged-card .row .content-section .cta-button {
  display: inline-block;
  background: #F57A47;
  color: #fff;
  text-decoration: none;
  padding: 15px;
  border-radius: 5px;
  transition: background 0.3s ease;
}
.volunteering-hourslogged-card .row .content-section .cta-button:hover {
  background: #4364F7;
}
@media (max-width: 992px) {
  .volunteering-hourslogged-card .stats-section,
  .volunteering-hourslogged-card .content-section {
    width: 100%;
    text-align: center;
  }
}

.volunteering-contact-us {
  position: relative;
  z-index: 10;
  background: #ffffff;
}
.volunteering-contact-us .container {
  padding: 0 80px;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .volunteering-contact-us .container {
    padding: 0 40px;
  }
}
@media (max-width: 768px) {
  .volunteering-contact-us .container {
    padding: 0 20px;
  }
}
.volunteering-contact-us .container .volunteering-form {
  padding: 60px 50px;
  border-radius: 12px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  background: #ffffff;
  width: 100%;
  margin-top: -30px;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .volunteering-contact-us .container .volunteering-form {
    margin-top: 30px;
    padding: 60px 20px;
  }
}
.volunteering-contact-us .container .volunteering-form .row .form-control {
  border: 1px solid #E1E1E1;
  border-radius: 5px;
}
.volunteering-contact-us .container .volunteering-form .row textarea {
  min-height: 200px;
}
@media (max-width: 992px) {
  .volunteering-contact-us .container .volunteering-form .row textarea {
    min-height: 150px;
  }
}
.volunteering-contact-us .container .volunteering-form .row .contact-us-ip-warp {
  margin-bottom: 45px;
}
@media (max-width: 992px) {
  .volunteering-contact-us .container .volunteering-form .row .contact-us-ip-warp {
    margin-bottom: 25px;
  }
}
.volunteering-contact-us .container .volunteering-form .row .contact-us-ip-warp .small {
  color: #999999;
}
.volunteering-contact-us .container .volunteering-form .btn-primary {
  background-color: #4364F7;
  padding: 17px 60px;
}
.volunteering-contact-us .container .volunteering-form .btn-primary:hover {
  background-color: #F57A47;
}
.volunteering-contact-us .container .volunteering-form .CTA-cancel {
  background-color: transparent;
  border: none;
  margin-right: 25px;
  color: #999999;
}
.volunteering-contact-us .container .volunteering-form .CTA-cancel:hover {
  color: #F57A47;
}

.volunteering-contact-info {
  background-color: #ffffff;
}
.volunteering-contact-info .container {
  padding: 40px 10px 0px;
}
@media (max-width: 991.98px) {
  .volunteering-contact-info .container {
    padding: 20px 10px 0px;
  }
}
.volunteering-contact-info .container .contact-card h3 {
  font-size: 40px;
  color: #000000;
}
@media (max-width: 991.98px) {
  .volunteering-contact-info .container .contact-card h3 {
    font-size: 30px;
  }
}
@media (max-width: 768.98px) {
  .volunteering-contact-info .container .contact-card h3 {
    font-size: 25px;
  }
}
.volunteering-contact-info .container .contact-card {
  margin: 0px 50px 20px 50px;
  padding-bottom: 20px;
  border-bottom: 1px solid #E1E1E1;
}
@media (max-width: 767.98px) {
  .volunteering-contact-info .container .contact-card {
    flex-direction: column;
    white-space: nowrap;
  }
}
@media (max-width: 991.98px) {
  .volunteering-contact-info .container .contact-card {
    margin: 0px 0px 20px 0px;
  }
}
.volunteering-contact-info .container .contact-card figure {
  gap: 22px;
  background-color: #FAFAFA;
  border-radius: 10px;
  padding: 18px 20px;
  max-width: 335px;
  width: 100%;
  margin-bottom: 0px;
}
@media (max-width: 991.98px) {
  .volunteering-contact-info .container .contact-card figure {
    padding: 10px 15px;
  }
}
.volunteering-contact-info .container .contact-card figure .volunteering-contact-profile {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  overflow: hidden;
  object-fit: contain;
}
.volunteering-contact-info .container .contact-card figure figcaption a {
  text-decoration: none;
  color: #000000;
}
.volunteering-contact-info .container .contact-card figure figcaption a:hover {
  color: #4364F7;
  text-decoration: underline;
}

.volunteering-contact-location {
  background: #ffffff;
  padding-bottom: 100px;
}
.volunteering-contact-location .location-warp {
  margin: 0px 50px 20px 50px;
  border-bottom: 1px solid #E1E1E1;
  padding-bottom: 20px;
}
@media (max-width: 991.98px) {
  .volunteering-contact-location .location-warp {
    margin: 0px 10px 20px 10px;
  }
}
@media (max-width: 991.98px) {
  .volunteering-contact-location .location-warp .volunteering-contact-info-warp {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 767.98px) {
  .volunteering-contact-location .location-warp .volunteering-contact-info-warp {
    flex-direction: column;
    margin-bottom: 20px;
    align-items: start;
  }
}
.volunteering-contact-location .location-warp .mapouter {
  position: relative;
  text-align: right;
  height: 300px;
  width: 100%;
}
.volunteering-contact-location .location-warp .gmap_canvas {
  overflow: hidden;
  background: none !important;
  height: 300px;
  width: 100%;
}
.volunteering-contact-location .location-warp h3 {
  margin-bottom: 26px;
  color: #000000;
  font-size: 40px;
  white-space: nowrap;
}
@media (max-width: 991.98px) {
  .volunteering-contact-location .location-warp h3 {
    font-size: 30px;
    margin-bottom: 15px;
  }
}
@media (max-width: 768.98px) {
  .volunteering-contact-location .location-warp h3 {
    font-size: 25px;
  }
}
.volunteering-contact-location .location-warp address {
  margin-bottom: 18px;
}
.volunteering-contact-location .location-warp address p {
  color: #000000;
  margin: 0;
}
.volunteering-contact-location .location-warp figure {
  gap: 22px;
  background-color: #FAFAFA;
  border-radius: 10px;
  padding: 18px 20px 18px 20px;
  max-width: 335px;
  width: 100%;
  margin-bottom: 0px;
}
@media (max-width: 991.98px) {
  .volunteering-contact-location .location-warp figure {
    padding: 10px 15px;
  }
}
.volunteering-contact-location .location-warp figure .volunteering-contact-profile {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  overflow: hidden;
  object-fit: contain;
}
.volunteering-contact-location .location-warp figure figcaption a {
  text-decoration: none;
  color: #000000;
}
.volunteering-contact-location .location-warp figure figcaption a:hover {
  color: #4364F7;
  text-decoration: underline;
}

.volunteering-coordinator-office {
  background: #ffffff;
}
.volunteering-coordinator-office .ltc-card {
  background-color: #F2F3F6;
  padding: 40px;
  margin: 0 50px 200px 50px;
  border-radius: 5px;
}
@media (max-width: 991.98px) {
  .volunteering-coordinator-office .ltc-card {
    padding: 20px;
    margin: 0 5px 80px 5px;
  }
}
.volunteering-coordinator-office .ltc-card .ltc-card-content {
  display: flex;
  gap: 80px;
  align-items: center;
}
@media (max-width: 991.98px) {
  .volunteering-coordinator-office .ltc-card .ltc-card-content {
    flex-direction: column-reverse;
    gap: 20px;
  }
}
.volunteering-coordinator-office .ltc-card .ltc-card-content figcaption h4 {
  font-size: 20px;
  margin-bottom: 22px;
  color: #000000;
}
.volunteering-coordinator-office .ltc-card .ltc-card-content figcaption p {
  color: #000000;
  margin-bottom: 35px;
}
@media (max-width: 991.98px) {
  .volunteering-coordinator-office .ltc-card .ltc-card-content figcaption p {
    margin-bottom: 20px;
  }
}
.volunteering-coordinator-office .ltc-card .ltc-card-content figcaption button {
  padding: 15px 25px;
  color: #ffffff;
  font-size: 20px;
}
.volunteering-coordinator-office .ltc-card .ltc-card-content figure img {
  width: 160px;
  height: 160px;
  overflow: hidden;
  object-fit: cover;
}

.volunteer-graduated-leaders {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  padding-bottom: 20px;
  min-height: 317px;
}
.volunteer-graduated-leaders::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1550ED;
  opacity: 0.6;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .volunteer-graduated-leaders {
    height: auto;
    padding-bottom: 30px;
  }
}
.volunteer-graduated-leaders .banner-info {
  position: relative;
  z-index: 2;
  margin: 20px 0;
}
.volunteer-graduated-leaders .banner-info .volunteer-title {
  margin-bottom: 60px;
  font-size: 34px;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .volunteer-graduated-leaders .banner-info .volunteer-title {
    margin-bottom: 30px;
  }
}
.volunteer-graduated-leaders .banner-info .breadcrumb {
  margin-bottom: 40px;
}
.volunteer-graduated-leaders .banner-info .breadcrumb .breadcrumb-item {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  font-weight: 300;
}
.volunteer-graduated-leaders .banner-info .breadcrumb .breadcrumb-item a {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  font-weight: 300;
  text-decoration: underline;
}
.volunteer-graduated-leaders .banner-info h6, .volunteer-graduated-leaders .banner-info h3, .volunteer-graduated-leaders .banner-info p {
  color: #ffffff;
}
.volunteer-graduated-leaders .banner-info h6, .volunteer-graduated-leaders .banner-info p {
  opacity: 0.6;
}
.volunteer-graduated-leaders .banner-figure {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  object-fit: cover;
  z-index: 2;
}
@media (max-width: 991.98px) {
  .volunteer-graduated-leaders .banner-figure {
    width: calc(100% - 30px);
    margin: 20px auto 0;
    position: relative;
    height: auto;
    border-radius: 15px;
    display: block;
    transform: none;
  }
}
.volunteer-graduated-leaders .video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}
.volunteer-graduated-leaders .video-background video {
  width: 55%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991.98px) {
  .volunteer-graduated-leaders .video-background video {
    width: 100%;
  }
}

.volunteer-border-bottom {
  border-bottom: 10px solid #516CBC;
}

.leader-alumini-enrollsuccess {
  background-color: #F5F5F5;
  padding: 115px 0 60px;
}
@media (max-width: 991.98px) {
  .leader-alumini-enrollsuccess {
    padding: 30px 0 40px;
  }
}
@media (max-width: 575px) {
  .leader-alumini-enrollsuccess {
    padding: 20px 0 20px;
  }
}
.leader-alumini-enrollsuccess .medium-title {
  margin-bottom: 30px;
}
.leader-alumini-enrollsuccess .what-alumini-say {
  margin-bottom: 80px;
}
@media (max-width: 991.98px) {
  .leader-alumini-enrollsuccess .what-alumini-say {
    margin-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .leader-alumini-enrollsuccess .what-alumini-say {
    margin-bottom: 25px;
  }
}

.careers-intership {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background-color: #FFF9E9;
  border: 1px solid #ffc22b;
  border-radius: 5px;
  padding: 34px 30px;
  margin-bottom: 50px;
}
.careers-intership .alert-icon {
  margin-right: 15px;
  flex-shrink: 0;
}
.careers-intership .alert-icon img {
  width: 64px;
  height: 62px;
  border-radius: 13px;
}
.careers-intership .alert-text {
  font-size: 16px;
  line-height: 1.6;
}
@media (max-width: 576px) {
  .careers-intership {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px;
  }
  .careers-intership .alert-icon {
    margin-right: 0;
    margin-bottom: 12px;
  }
  .careers-intership .alert-icon img {
    width: 48px;
    height: 48px;
    transform: none;
  }
  .careers-intership .alert-text {
    font-size: 14px;
    line-height: 1.5;
  }
}

.career-name {
  margin-bottom: 35px !important;
}
@media (max-width: 768px) {
  .career-name {
    margin-bottom: 10px !important;
  }
}

.carrer-state .form-control {
  width: 390px;
  margin-bottom: 90px;
}
@media (max-width: 576px) {
  .carrer-state .form-control {
    width: 100% !important;
    margin-bottom: 10px;
  }
}

.professional-background,
.education-info,
.coursework {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .professional-background,
  .education-info,
  .coursework {
    margin-bottom: 40px !important;
  }
}

.education-info .form-control {
  width: 96%;
}

.experience-work {
  margin-bottom: 65px;
}
@media (max-width: 768px) {
  .experience-work {
    margin-bottom: 10px;
  }
}

.internship-prefernces {
  color: #999999 !important;
  height: 20px;
  margin-bottom: 30px;
  font-weight: 400;
}

.preferred-intership {
  margin-bottom: 30px;
}

.intern-info {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .intern-info {
    margin-bottom: 0px;
  }
}

.available-period {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 45px;
}
@media (max-width: 768px) {
  .available-period {
    margin-bottom: 5px;
  }
}
.available-period label {
  font-weight: 400;
  color: #000000;
  margin-right: 10px;
}
.available-period input[type=date] {
  width: 240px;
  height: 40px;
  border: 1px solid #E1E1E1;
  border-radius: 5px;
  background-color: #F9F9F9;
  padding: 0 10px;
  color: #000000;
}
.available-period .month-label,
.available-period .to-text {
  font-weight: 400;
  color: #000000;
  margin: 0 5px;
}

.available-week {
  margin-bottom: 110px;
}
@media (max-width: 768px) {
  .available-week {
    margin-bottom: 10px;
  }
}

.why-you {
  color: #999999 !important;
  height: 20px;
  margin-bottom: 25px;
  font-weight: 400;
}

.contributing-mission {
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .contributing-mission {
    margin-bottom: 10px;
  }
}

.application-reach {
  margin-bottom: 25px;
}

.available-week select.form-select {
  width: 390px;
}
@media (max-width: 576px) {
  .available-week select.form-select {
    width: 100%;
  }
}

@media (max-width: 576px) {
  .intern-info .form-control {
    width: 100%;
  }
}

.volunteer-banner {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-bottom: 10px solid #516CBC;
}
.volunteer-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1550ED;
  opacity: 0.5;
  z-index: 1;
}
.volunteer-banner .sdg-banner-bottom {
  position: relative;
  z-index: 2;
  padding: 20px 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199.98px) {
  .volunteer-banner .sdg-banner-bottom {
    flex-direction: column;
    text-align: center;
  }
}
.volunteer-banner .sdg-banner-bottom .sdg-banner-info {
  width: 51%;
}
@media (max-width: 1199.98px) {
  .volunteer-banner .sdg-banner-bottom .sdg-banner-info {
    width: 100%;
  }
}
.volunteer-banner .sdg-banner-bottom .sdg-banner-info figcaption {
  max-width: 75%;
}
@media (max-width: 1199.98px) {
  .volunteer-banner .sdg-banner-bottom .sdg-banner-info figcaption {
    max-width: 100%;
    padding: 10px 20px;
  }
}
.volunteer-banner .sdg-banner-bottom .breadcrumb {
  margin-bottom: 40px;
}
.volunteer-banner .sdg-banner-bottom .breadcrumb .breadcrumb-item {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  font-weight: 300;
}
.volunteer-banner .sdg-banner-bottom .breadcrumb .breadcrumb-item a {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  font-weight: 300;
  text-decoration: underline;
}
.volunteer-banner .sdg-banner-bottom figcaption h3 {
  font-size: 34px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 65px;
}
@media (max-width: 1200px) {
  .volunteer-banner .sdg-banner-bottom figcaption h3 {
    margin-bottom: 20px;
  }
}
.volunteer-banner .sdg-banner-bottom figcaption p {
  color: #fff;
  font-size: 16px;
  opacity: 0.8;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 10px;
}
.volunteer-banner .sdg-banner-bottom .banner-image {
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  max-width: 750px;
  width: auto;
}
@media (max-width: 1200px) {
  .volunteer-banner .sdg-banner-bottom .banner-image {
    position: static;
    right: auto;
    top: auto;
    transform: none;
    max-width: 100%;
    text-align: center;
  }
}
.volunteer-banner .sdg-banner-bottom .banner-image figure {
  margin: 0;
}
.volunteer-banner .sdg-banner-bottom .banner-image img {
  width: 100%;
  max-width: none;
  display: block;
  height: 380px;
}
@media (max-width: 1200px) {
  .volunteer-banner .sdg-banner-bottom .banner-image img {
    height: auto;
    border-radius: 5px;
  }
}

.carrer-date {
  margin-bottom: 85px !important;
}
@media (max-width: 768px) {
  .carrer-date {
    margin-bottom: 15px !important;
  }
}

#motivate-apply:focus,
#current-education:focus,
#course-work:focus,
#internship-work:focus,
#contribute-mission:focus {
  outline: none;
  box-shadow: none;
  border-color: #ccc;
}

.available-meetings {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .available-meetings {
    margin-bottom: 0px;
  }
}
.available-meetings .meetings {
  margin-bottom: 30px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .available-meetings .meetings {
    margin-bottom: 0px;
  }
}

#preferred-intership:focus,
#internship_hours:focus {
  outline: none !important;
  box-shadow: none;
  border: 1px solid #ccc;
}

.state-select-option, .gender-select-option {
  border: 1px solid #E1E1E1;
  height: 50px;
}
.state-select-option:focus, .gender-select-option:focus {
  box-shadow: inherit;
  border: 1px solid #E1E1E1;
}

.pir-check-warp .form-label {
  margin-bottom: 30px;
}
.pir-check-warp .form-check {
  margin-bottom: 18px;
}
.pir-check-warp .form-check .form-check-label {
  color: #000000 !important;
}
.pir-check-warp .form-check .form-check-input {
  appearance: none;
  -webkit-appearance: none;
  background-color: #fff !important;
  font: inherit;
  color: currentColor;
  width: 18px;
  height: 18px;
  border: 2px solid #999999 !important;
  display: inline-grid;
  place-content: center;
  cursor: pointer;
}
.pir-check-warp .form-check .form-check-input::before {
  content: "";
  width: 10px;
  height: 10px;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em #555;
  transform-origin: center;
  clip-path: polygon(14% 44%, 0% 65%, 50% 100%, 100% 14%, 80% 0%, 43% 62%);
  background-color: transparent;
}
.pir-check-warp .form-check .form-check-input:checked::before {
  transform: scale(1);
}
.pir-check-warp .form-check .form-check-input:focus {
  outline: none !important;
  box-shadow: none !important;
}

.volunteer-form-container {
  background: white;
  font-family: Arial, sans-serif;
}
.volunteer-form-container form .form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}
.volunteer-form-container form .form-row.submit-row {
  justify-content: flex-end;
}
.volunteer-form-container form .form-group {
  flex: 1;
  min-width: 260px;
}
.volunteer-form-container form .form-group.full-width {
  flex: 100%;
}
.volunteer-form-container form .form-group label {
  display: block;
  margin-bottom: 10px;
  font-weight: 500;
}
.volunteer-form-container form .form-group .full-name {
  margin-top: 0px;
  margin-bottom: 45px;
  width: 49%;
}
@media (max-width: 768px) {
  .volunteer-form-container form .form-group .full-name {
    margin-top: 0px;
    width: 100%;
    margin-bottom: 5px;
  }
}
.volunteer-form-container form .form-group input,
.volunteer-form-container form .form-group select,
.volunteer-form-container form .form-group textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #E1E1E1;
  border-radius: 5px;
  margin-top: 5px;
}
.volunteer-form-container .volunteer-emailaddress {
  margin-bottom: 30px;
}
.volunteer-form-container .volunteer-row {
  margin-bottom: 40px;
  gap: 4px;
}

.submit-request-btn {
  background-color: #F57A47;
  color: #ffffff;
  border: none;
  border-radius: 5px;
  padding: 10px 20px;
  width: 165px;
  height: 45px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin-bottom: 70px;
  margin-right: 10px;
}
.submit-request-btn:hover {
  background-color: #F57A47;
}
.submit-request-btn:active {
  background-color: #F57A47;
}

.custom-checkbox .checkmark {
  width: 20px;
  height: 20px;
  border: 2px solid #aaa;
  border-radius: 2px;
  display: inline-block;
  margin-right: 10px;
  position: relative;
}

.custom-checkbox input[type=checkbox] {
  display: none;
}

.motivates-internship {
  margin-bottom: 35px;
}

.button-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 25px;
}

.submit-requests-btn {
  background-color: #F57A47;
  color: #ffffff;
  border: none;
  border-radius: 5px;
  padding: 10px 20px;
  width: 165px;
  height: 45px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin-right: 10px;
}
.submit-requests-btn:hover {
  background-color: #F57A47;
}
.submit-requests-btn:active {
  background-color: #F57A47;
}

.leadership-request {
  display: flex;
  align-items: center;
}

.internship-role {
  margin-bottom: 20px;
  margin-top: 0px;
}

.other-skill-input {
  width: 200px;
  height: 35px;
  padding: 6px 10px;
  border-radius: 4px;
}

.volunteer-request-form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 45px;
}

.program-name {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .program-name {
    margin-bottom: 0px;
    gap: 10px;
  }
}

.custom-checkbox label.leadership-request {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  cursor: pointer;
  font-size: 16px;
  color: #333;
  position: relative;
  padding-left: 30px;
  line-height: 1.5;
}
.custom-checkbox label.leadership-request input[type=checkbox] {
  display: none;
}
.custom-checkbox label.leadership-request .checkmark {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 2px solid #aaa;
  border-radius: 2px;
  background-color: transparent;
  transition: all 0.2s ease;
}
.custom-checkbox label.leadership-request input[type=checkbox]:checked + .checkmark {
  background-color: #999999;
  border-color: #999999;
}
.custom-checkbox label.leadership-request input[type=checkbox]:checked + .checkmark::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 2px;
  width: 4px;
  height: 9px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.request-card {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px;
  padding: 24px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  background-color: #FAFAFA;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
  margin-bottom: 60px;
  margin-top: 0px;
}
.request-card .request-img {
  flex: 0 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.request-card .request-img img {
  width: 125px;
  height: 125px;
  transform: translateY(20px);
  object-fit: contain;
}
.request-card .request-content {
  flex: 1 1 300px;
}
.request-card .request-content p {
  margin: 0 0 20px;
  color: #444;
  line-height: 1.6;
}
.request-card .request-content .request-button {
  display: inline-block;
  padding: 10px 16px;
  border: 1px solid #2196f3;
  border-radius: 4px;
  color: #2196f3;
  text-decoration: none;
  font-weight: 500;
  transition: background 0.3s;
  margin-left: 20px;
}
.request-card .request-content .request-button:hover {
  background: #e3f2fd;
}
@media (max-width: 600px) {
  .request-card {
    flex-direction: column;
    align-items: center;
  }
  .request-card .request-img {
    margin-top: 0px;
    margin-bottom: 16px;
  }
  .request-card .request-img img {
    transform: translateY(15px);
  }
  .request-card .request-content {
    text-align: center;
  }
  .request-card .request-content .request-button {
    margin-top: 12px;
    margin-left: 0;
  }
}

#volunteers-need:focus,
#required-expertise:focus,
#duration-engagement:focus,
#social-initiative:focus,
#urgency-level:focus,
#project-details:focus {
  outline: none;
  box-shadow: none;
  border-color: #ccc;
}

.social-initiatives {
  margin-top: 0px;
  margin-bottom: 50px !important;
}

.details-objectives {
  margin-bottom: 50px;
  margin-top: 0px;
}
@media (max-width: 768px) {
  .details-objectives {
    margin-top: 0px;
    margin-bottom: 10px !important;
  }
}

.budget-allocation {
  margin-top: 0px;
  margin-bottom: 35px;
  margin-top: 0px;
}

.urgency-levels {
  margin-bottom: 65px;
  margin-top: 0px;
}
@media (max-width: 768px) {
  .urgency-levels {
    margin-top: 0px;
    margin-bottom: 10px;
  }
}

.custom-alert {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  background-color: #FFF9E9;
  border: 1px solid #ffc22b;
  border-radius: 6px;
  padding: 34px 30px;
  margin-bottom: 60px;
  font-size: 15px;
  color: #333;
}
.custom-alert .alert-icon {
  margin-right: 15px;
  flex-shrink: 0;
}
.custom-alert .alert-icon img {
  width: 64px;
  height: 62px;
  border-radius: 13px;
}
.custom-alert .alert-text {
  margin: 0;
  line-height: 1.2;
}
@media (max-width: 576px) {
  .custom-alert {
    flex-direction: column;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    text-align: justify;
    padding: 20px;
    margin-bottom: 50px;
  }
  .custom-alert .alert-icon {
    margin-right: 0;
    margin-bottom: 12px;
  }
  .custom-alert .alert-icon img {
    width: 48px;
    height: 48px;
    transform: none;
  }
  .custom-alert .alert-text {
    font-size: 14px;
    line-height: 1.5;
  }
}

.community-info {
  margin-bottom: 90px !important;
}
@media (max-width: 768px) {
  .community-info {
    margin-bottom: 30px !important;
  }
}

.contact-details {
  color: #999999;
  height: 20px;
  margin-bottom: 35px;
  font-weight: 400;
}

.community-contact {
  margin-bottom: 65px !important;
}
@media (max-width: 768px) {
  .community-contact {
    margin-bottom: 25px !important;
  }
}

.education-development {
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .education-development {
    margin-bottom: 5px;
  }
}

.large-input {
  height: 142px;
}
@media (max-width: 768px) {
  .large-input {
    height: auto;
  }
}
@media (min-width: 769px) {
  .large-input {
    height: 150px;
  }
}

.describe-issue {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .describe-issue {
    margin-bottom: 5px;
  }
}

.urgent-issue {
  margin-bottom: 30px;
}
.urgent-issue p {
  margin-bottom: 0px;
}
@media (max-width: 768px) {
  .urgent-issue {
    margin-bottom: 0px;
  }
  .urgent-issue p {
    margin-bottom: 0px;
  }
}

.required {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .required {
    margin-bottom: 0px;
  }
}

.custom-radio-group {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 15px;
}
.custom-radio-group .custom-radio {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  gap: 6px;
}
.custom-radio-group .custom-radio input[type=radio] {
  accent-color: #777;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.custom-radio-group .custom-radio span {
  font-size: inherit;
}
@media (max-width: 768px) {
  .custom-radio-group {
    font-size: 14px;
    gap: 8px;
  }
}

.address-issue {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .address-issue {
    margin-bottom: 5px;
  }
}

.additional-issue {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .additional-issue {
    margin-bottom: 5px;
  }
}

.community-acknowledge {
  color: #999999;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .community-acknowledge {
    margin-bottom: 20px;
  }
}

.provide-address {
  margin-bottom: 135px;
}
@media (max-width: 768px) {
  .provide-address {
    margin-bottom: 40px;
  }
}

.volunteer-banner {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-bottom: 10px solid #516CBC;
}
.volunteer-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1550ED;
  opacity: 0.5;
  z-index: 1;
}
.volunteer-banner .video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}
.volunteer-banner .video-background video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991.98px) {
  .volunteer-banner .video-background video {
    width: 100%;
  }
}
.volunteer-banner .sdg-banner-bottom {
  position: relative;
  z-index: 2;
  padding: 20px 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199.98px) {
  .volunteer-banner .sdg-banner-bottom {
    flex-direction: column;
    text-align: center;
  }
}
.volunteer-banner .sdg-banner-bottom .sdg-banner-info {
  width: 50%;
}
@media (max-width: 1199.98px) {
  .volunteer-banner .sdg-banner-bottom .sdg-banner-info {
    width: 100%;
  }
}
.volunteer-banner .sdg-banner-bottom .sdg-banner-info figcaption {
  max-width: 75%;
}
@media (max-width: 1199.98px) {
  .volunteer-banner .sdg-banner-bottom .sdg-banner-info figcaption {
    max-width: 100%;
    padding: 10px 20px;
  }
}
.volunteer-banner .sdg-banner-bottom .breadcrumb {
  margin-bottom: 40px;
}
.volunteer-banner .sdg-banner-bottom .breadcrumb .breadcrumb-item {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  font-weight: 300;
}
.volunteer-banner .sdg-banner-bottom .breadcrumb .breadcrumb-item a {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  font-weight: 300;
  text-decoration: underline;
}
.volunteer-banner .sdg-banner-bottom figcaption h3 {
  font-size: 34px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 65px;
}
@media (max-width: 1200px) {
  .volunteer-banner .sdg-banner-bottom figcaption h3 {
    margin-bottom: 20px;
  }
}
.volunteer-banner .sdg-banner-bottom figcaption p {
  color: #fff;
  font-size: 16px;
  opacity: 0.8;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 10px;
}
.volunteer-banner .sdg-banner-bottom .banner-image {
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  max-width: 750px;
  width: auto;
}
@media (max-width: 1200px) {
  .volunteer-banner .sdg-banner-bottom .banner-image {
    position: static;
    right: auto;
    top: auto;
    transform: none;
    max-width: 100%;
    text-align: center;
  }
}
.volunteer-banner .sdg-banner-bottom .banner-image figure {
  margin: 0;
}
.volunteer-banner .sdg-banner-bottom .banner-image img {
  width: 100%;
  max-width: none;
  display: block;
  height: 380px;
}
@media (max-width: 1200px) {
  .volunteer-banner .sdg-banner-bottom .banner-image img {
    height: auto;
    border-radius: 5px;
  }
}

#additional-information:focus,
#describeIssue:focus,
#suggested-solution:focus {
  outline: none;
  box-shadow: none;
  border-color: #ccc;
}

.Issue-profile {
  margin-bottom: 30px;
  margin-top: 0px;
}
@media (max-width: 768px) {
  .Issue-profile {
    margin-bottom: 10px;
  }
}

.community-btn {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .community-btn {
    margin-bottom: 25px;
  }
}

#current-education:focus {
  outline: none;
  box-shadow: none;
  border-color: inherit;
}

.issue-checkbox-group .checkbox-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.issue-checkbox-group .checkbox-item input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  background-color: #fff !important;
  font: inherit;
  color: currentColor;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  border: 2px solid #999999 !important;
  display: inline-grid;
  place-content: center;
  cursor: pointer;
  margin-right: 8px;
}
.issue-checkbox-group .checkbox-item input[type=checkbox]:focus {
  outline: none !important;
  box-shadow: none !important;
}
.issue-checkbox-group .checkbox-item input[type=checkbox]::before {
  content: "";
  width: 10px;
  height: 10px;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em #555;
  transform-origin: center;
  clip-path: polygon(14% 44%, 0% 65%, 50% 100%, 100% 14%, 80% 0%, 43% 62%);
  background-color: transparent;
}
.issue-checkbox-group .checkbox-item input[type=checkbox]:checked::before {
  transform: scale(1);
}
.issue-checkbox-group .checkbox-item label {
  color: #000000 !important;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 0;
}
.issue-checkbox-group .others-wrapper label {
  flex-grow: 1;
}
.issue-checkbox-group .others-wrapper label .others-input {
  display: inline-block;
  min-width: 200px;
  height: 36px;
  padding: 4px 10px;
  border-radius: 6px;
  border: 1px solid #e1e1e1;
}

.thank-you-modal {
  position: fixed;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.thank-you-modal .modal-content {
  position: relative;
  background: #ffffff;
  padding: 40px 30px;
  border-radius: 14px;
  width: 635px;
  height: 410px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.thank-you-modal .check-icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.thank-you-modal .check-icon-wrapper .check-icon {
  height: 100px;
  width: 100px;
}
.thank-you-modal h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #000;
}
.thank-you-modal p {
  font-size: 14px;
  color: #444;
  line-height: 1.6;
  max-width: 80%;
  margin: 0 auto;
}
.thank-you-modal .close-btn {
  position: absolute;
  top: 30px;
  right: 30px;
  background: transparent;
  border: none;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
}

.community-open-alert {
  margin-bottom: 60px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background-color: #FFF9E9;
  border: 1px solid #ffc22b;
  border-radius: 5px;
  padding: 35px 30px;
  font-size: 15px;
  color: #333;
}
@media (max-width: 786px) {
  .community-open-alert {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
}

.space-available-right {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  margin-bottom: 45px;
}
.space-available-right .space-available-input {
  border: 1px solid #999999;
  border-radius: 5px;
  padding: 10px 10px;
  cursor: pointer;
  height: 50px;
  width: 170px;
}

.data-birth-wrap {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .data-birth-wrap {
    margin-bottom: 40px;
  }
}
.data-birth-wrap #date-birth:focus,
.data-birth-wrap #inputGender:focus {
  outline: none;
  box-shadow: none;
  border-color: #e1e1e1;
}

.location-details {
  color: #999999;
  height: 20px;
  margin-bottom: 40px;
  font-weight: 400;
}
@media (max-width: 991px) {
  .location-details {
    margin-bottom: 20px;
  }
}

.state-required {
  margin-bottom: 45px;
}
@media (max-width: 991px) {
  .state-required {
    margin-bottom: 5px;
  }
  .state-required .col-lg-6 {
    margin-bottom: 15px;
  }
}
.state-required select {
  height: 50px;
  min-height: 50px;
  border: 1px solid #E1E1E1;
}
.state-required select:focus {
  box-shadow: inherit;
  border: 1px solid #E1E1E1;
}

.number-active {
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .number-active {
    margin-bottom: 10px;
  }
  .number-active .col-lg-6 {
    margin-bottom: 15px;
  }
}
.number-active #active-volunteers:focus,
.number-active #initiatives-before:focus {
  outline: none;
  box-shadow: none;
  border-color: #E1E1E1;
}

.past-initiatives {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .past-initiatives {
    margin-bottom: 20px;
  }
}

.plan-volunteers {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .plan-volunteers {
    margin-bottom: 50px;
  }
}

.political {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  margin-bottom: 30px;
}
.political .space-available-input {
  border: 1px solid #999999;
  border-radius: 5px;
  padding: 10px 10px;
  cursor: pointer;
  height: 50px;
  width: 170px;
}

.apolitical-stance {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  margin-bottom: 90px;
}
@media (max-width: 768px) {
  .apolitical-stance {
    margin-bottom: 20px;
  }
}
.apolitical-stance .space-available-input {
  border: 1px solid #999999;
  border-radius: 5px;
  padding: 10px 10px;
  cursor: pointer;
  height: 50px;
  width: 170px;
}

.dedicate-coordination {
  margin-bottom: 45px;
}

.coordinator-office {
  margin-bottom: 140px;
}
@media (max-width: 768px) {
  .coordinator-office {
    margin-bottom: 40px;
  }
}

.community-issue-open {
  margin-bottom: 70px;
}
@media (max-width: 768px) {
  .community-issue-open .checkmark {
    padding: 10px !important;
  }
}

.no-focus:focus,
#coordination-week:focus {
  outline: none !important;
  box-shadow: none !important;
  border-color: #E1E1E1 !important;
}

@media (max-width: 768px) {
  .constituency-name {
    margin-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .space-availables {
    margin-bottom: 40px;
  }
}

.ops-check-warp .form-check-input {
  appearance: none;
  -webkit-appearance: none;
  background-color: #fff !important;
  font: inherit;
  color: currentColor;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  border: 2px solid #999999 !important;
  display: inline-grid;
  place-content: center;
  cursor: pointer;
}
.ops-check-warp .form-check-input::before {
  content: "";
  width: 10px;
  height: 10px;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em #555;
  transform-origin: center;
  clip-path: polygon(14% 44%, 0% 65%, 50% 100%, 100% 14%, 80% 0%, 43% 62%);
  background-color: transparent;
}
.ops-check-warp .form-check-input:checked::before {
  transform: scale(1);
}
.ops-check-warp .form-check-input:focus {
  outline: none !important;
  box-shadow: none !important;
}

#office-space:focus,
#political:focus,
#apolitical:focus {
  outline: none !important;
  box-shadow: none !important;
}

.driving-change {
  background-color: #0D4911;
  padding: 70px 0;
  z-index: 1;
  position: relative;
}
@media (max-width: 991.98px) {
  .driving-change {
    padding: 50px 0;
  }
}
.driving-change .medium-title {
  color: #ffffff;
  margin-bottom: 105px;
}
@media (max-width: 991.98px) {
  .driving-change .medium-title {
    margin-bottom: 45px;
  }
}
.driving-change-row {
  padding: 60px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}
@media (max-width: 767.98px) {
  .driving-change-row {
    padding: 25px 0;
  }
}
.driving-change-row:first-child {
  padding-top: 0;
}
.driving-change-row-title {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #ffffff;
}
.driving-change-row-info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
@media (max-width: 767.98px) {
  .driving-change-row-info {
    display: block;
  }
}
.driving-change-row-smalltitle {
  font-size: 30px;
  font-weight: 300;
  font-style: italic;
  color: #ffffff;
  flex: 0 0 375px;
  max-width: 375px;
}
@media (min-width: 992px) {
  .driving-change-row-smalltitle {
    padding-right: 50px;
  }
}
@media (max-width: 991.98px) {
  .driving-change-row-smalltitle {
    font-size: 25px;
    padding-right: 50px;
  }
}
@media (max-width: 767.98px) {
  .driving-change-row-smalltitle {
    margin-bottom: 30px;
  }
}
.driving-change-row-description {
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
}

.memberships-wrapper {
  background-color: #F2F3F6;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 1000px;
  padding-top: 150px;
  position: relative;
}
@media (max-width: 991.98px) {
  .memberships-wrapper {
    padding-top: 60px;
    background-size: 100% 870px;
  }
}
@media (max-width: 767.98px) {
  .memberships-wrapper {
    background-size: 100% 620px;
  }
}
.memberships-wrapper .memberships-round {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 95%;
  max-width: 95%;
  top: 300px;
  z-index: 0;
}
.memberships-wrapper-center, .memberships-wrapper-top, .memberships-wrapper-bottom {
  position: relative;
  z-index: 1;
}
.memberships-wrapper-center {
  background-color: #000000;
  padding: 40px 0;
}
@media (max-width: 767.98px) {
  .memberships-wrapper-center {
    padding: 20px 0;
  }
}
.memberships-wrapper-center p {
  color: #ffffff;
  font-size: 30px;
  text-align: center;
}
@media (max-width: 767.98px) {
  .memberships-wrapper-center p {
    font-size: 24px;
  }
}
.memberships-wrapper-bottom {
  padding: 45px 0 90px;
}
@media (max-width: 767.98px) {
  .memberships-wrapper-bottom {
    padding: 30px 0;
  }
}
.memberships-wrapper-top .welcome-description {
  text-align: center;
}
@media (max-width: 991.98px) {
  .memberships-wrapper-top .welcome-description {
    margin-bottom: 30px;
  }
}
.memberships-wrapper-top .welcome-description h2 {
  font-size: 60px;
  font-weight: 700;
  color: #000000;
}
@media (max-width: 767.98px) {
  .memberships-wrapper-top .welcome-description h2 {
    font-size: 45px;
  }
}
.memberships-wrapper-top .welcome-description p {
  font-size: 60px;
  font-weight: 300;
  max-width: 785px;
  margin: 0 auto 25px;
  line-height: 70px;
}
@media (max-width: 767.98px) {
  .memberships-wrapper-top .welcome-description p {
    font-size: 45px;
    line-height: 50px;
  }
}
.memberships-wrapper-top .welcome-description .btn {
  max-width: 295px;
  margin: 0 auto;
  height: 50px;
  border-radius: 30px;
  gap: 10px;
}
.memberships-wrapper-top .welcome-profile {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: end;
  -moz-align-items: end;
  -ms-align-items: end;
  align-items: end;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
@media (max-width: 767.98px) {
  .memberships-wrapper-top .welcome-profile {
    flex-direction: column;
  }
}
.memberships-wrapper-top .welcome-profile figure {
  flex: 0 0 476px;
  max-width: 476px;
  margin: 0;
}
@media (max-width: 1199.98px) {
  .memberships-wrapper-top .welcome-profile figure {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .memberships-wrapper-top .welcome-profile figure img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 991.98px) {
  .memberships-wrapper-top .welcome-profile figure {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .memberships-wrapper-top .welcome-profile figure img {
    width: 90%;
    height: auto;
  }
}
@media (max-width: 767.98px) {
  .memberships-wrapper-top .welcome-profile figure {
    position: absolute;
    left: 0;
    z-index: -1;
    flex: 0 0 40%;
    max-width: 40%;
    bottom: 0;
  }
  .memberships-wrapper-top .welcome-profile figure img {
    width: 90%;
    height: auto;
  }
}
.memberships-wrapper-top .welcome-profile figcaption {
  padding-bottom: 25px;
}
@media (max-width: 1199.98px) {
  .memberships-wrapper-top .welcome-profile figcaption {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767.98px) {
  .memberships-wrapper-top .welcome-profile figcaption {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.memberships-wrapper-top .welcome-profile figcaption p {
  font-size: 30px;
  margin-bottom: 20px;
  line-height: 40px;
}
@media (max-width: 1199.98px) {
  .memberships-wrapper-top .welcome-profile figcaption p {
    line-height: 32px;
    font-size: 22px;
  }
}
@media (max-width: 991.98px) {
  .memberships-wrapper-top .welcome-profile figcaption p {
    font-size: 18px;
  }
}
.memberships-wrapper-top .welcome-profile figcaption small {
  font-family: "Handlee", cursive;
  font-size: 30px;
  display: block;
  margin-right: auto;
  text-align: right;
}

.memberships-wrapper-bottom-card-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: start;
  -moz-align-items: start;
  -ms-align-items: start;
  align-items: start;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  gap: 35px;
  flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  .memberships-wrapper-bottom-card-wrapper {
    gap: 15px;
  }
}
.memberships-wrapper-bottom-card-wrapper .memberships-bottom-box {
  flex: 0 0 calc(33.3333% - 35px);
  max-width: calc(33.3333% - 35px);
  height: 405px;
  border-radius: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: start;
  -moz-align-items: start;
  -ms-align-items: start;
  align-items: start;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 30px;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 1199.98px) {
  .memberships-wrapper-bottom-card-wrapper .memberships-bottom-box {
    height: 345px;
  }
}
@media (max-width: 991.98px) {
  .memberships-wrapper-bottom-card-wrapper .memberships-bottom-box {
    flex: 0 0 calc(50% - 35px);
    max-width: calc(50% - 35px);
  }
}
@media (max-width: 767.98px) {
  .memberships-wrapper-bottom-card-wrapper .memberships-bottom-box {
    height: 300px;
    padding: 20px;
  }
}
@media (max-width: 575px) {
  .memberships-wrapper-bottom-card-wrapper .memberships-bottom-box {
    flex: 0 0 100%;
    max-width: 100%;
    background-size: cover;
  }
}
.memberships-wrapper-bottom-card-wrapper .memberships-bottom-box h4, .memberships-wrapper-bottom-card-wrapper .memberships-bottom-box h3 {
  font-size: 40px;
  font-weight: 500;
  font-style: italic;
}
@media (max-width: 1199.98px) {
  .memberships-wrapper-bottom-card-wrapper .memberships-bottom-box h4, .memberships-wrapper-bottom-card-wrapper .memberships-bottom-box h3 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 767.98px) {
  .memberships-wrapper-bottom-card-wrapper .memberships-bottom-box h4, .memberships-wrapper-bottom-card-wrapper .memberships-bottom-box h3 {
    font-size: 25px;
    line-height: 32px;
  }
}
.memberships-wrapper-bottom-card-wrapper .memberships-bottom-box h4 {
  color: rgba(255, 255, 255, 0.6);
}
.memberships-wrapper-bottom-card-wrapper .memberships-bottom-box h3 {
  color: #ffffff;
  margin: 0;
  line-height: 45px;
}
@media (max-width: 1199.98px) {
  .memberships-wrapper-bottom-card-wrapper .memberships-bottom-box h3 {
    font-size: 30px;
    line-height: 40px;
  }
}

.volunteering-hourslogged-card.in-membership-page {
  padding-top: 120px;
}
@media (max-width: 991.98px) {
  .volunteering-hourslogged-card.in-membership-page {
    padding-top: 50px;
  }
}

.dummy-desscription {
  text-align: center;
  max-width: 710px;
  margin: 0 auto;
}
.dummy-desscription img {
  display: block;
  text-align: center;
  margin: 0 auto 30px;
}
.dummy-desscription .medium-title {
  color: #000000;
  margin-bottom: 25px;
}
.dummy-desscription .btn {
  height: 50px;
  max-width: 295px;
  margin: 50px auto 0;
}

.ourpartners-wrapper {
  padding: 100px 0 120px;
  background-color: #ffffff;
}

.search-report {
  background-color: #F2F3F6;
  padding: 40px 0 60px;
}

.impact-report-card {
  background-color: #F3F1EA;
  padding: 30px 20px;
  border-radius: 5px;
  margin-bottom: 20px;
}
.impact-report-card h3 {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 700;
  color: #000000;
  min-height: 50px;
}
.impact-report-card p {
  color: #000000;
  margin-bottom: 12px;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
}
.impact-report-card a {
  background-color: #E4E8DC;
  color: #395E44;
  height: 35px;
  border-radius: 17.5px;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  padding: 0 20px;
}
.impact-report-card:hover {
  box-shadow: 0px 4px 10px rgba(57, 94, 68, 0.3) !important;
}

.need-specific-reports {
  background-image: url(../images/common/need-specific-reports.png);
  background-repeat: no-repeat;
  background-position: center;
  padding: 50px 0px;
}
.need-specific-reports h3 {
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
}
.need-specific-reports p {
  color: #ffffff;
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  .need-specific-reports p {
    max-width: 80%;
  }
}
.need-specific-reports .btn {
  height: 50px;
  font-size: 18px;
  font-weight: 500;
  max-width: 130px;
}

.search-report-filter {
  background-color: #e1e1e1;
  padding: 40px 25px;
  margin-bottom: 30px;
  margin-top: -30px;
  position: relative;
  z-index: 2;
}
.search-report-filter h3 {
  color: #000957;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}
.search-report-filter .btn {
  background-color: #000957;
}
.search-report-filter .form-control, .search-report-filter select {
  background-color: #ffffff;
  border: 0;
}
.search-report-filter .form-control, .search-report-filter select, .search-report-filter .btn {
  height: 50px;
  width: 100%;
  border-radius: 0;
}
.search-report-filter select {
  margin-bottom: 15px;
}
.search-report-filter .form-control-field {
  position: relative;
  height: 50px;
}
.search-report-filter .form-control-field input {
  padding-left: 45px;
}
.search-report-filter .form-control-field:before {
  content: "";
  position: absolute;
  top: 14px;
  left: 10px;
  bottom: 0;
  margin: 0 auto;
  background-image: url(../images/common/search-icon.svg);
  width: 25px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.search-opprtunity-banner {
  height: 300px;
  position: relative;
}
@media (max-width: 991.98px) {
  .search-opprtunity-banner {
    height: 75vh;
  }
}
.search-opprtunity-banner .search-report-filter {
  margin: 0;
  margin-bottom: 15px;
  padding: 25px 25px;
}
.search-opprtunity-banner .video-wrapper {
  border-bottom: 15px solid #000957;
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .search-opprtunity-banner .video-wrapper {
    height: 75vh;
  }
}
.search-opprtunity-banner .video-wrapper:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
}
.search-opprtunity-banner .video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
  object-fit: cover;
}
@media (max-width: 991.98px) {
  .search-opprtunity-banner .video-wrapper video {
    height: 100vh;
  }
}
.search-opprtunity-banner .container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
}
.search-opprtunity-banner .banner-info {
  margin-bottom: 52px;
}
.search-opprtunity-banner .banner-info h2, .search-opprtunity-banner .banner-info p {
  color: #ffffff;
  text-align: center;
}
.search-opprtunity-banner .banner-info h2 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 15px;
}

.search-opprtunity-description {
  background-color: #F2F3F6;
  padding: 40px 0 100px;
}
.search-opprtunity-description_filter {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  width: 100%;
  margin-bottom: 40px;
}
.search-opprtunity-description_filter--title {
  font-size: 20px;
  font-weight: 500;
  color: #000000;
}
.search-opprtunity-description_filter--title span {
  color: #000957;
}
.search-opprtunity-description_filter--items {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  gap: 20px;
}
.search-opprtunity-description_filter--items .form-select {
  height: 42px;
  border-radius: 0;
  background-color: #D9D9D9;
  color: #000000;
  margin: 0;
  border: 0;
  box-shadow: inherit;
}
.search-opprtunity-description_filter--items .form-select:focus {
  border: 0;
  box-shadow: inherit;
}
.search-opprtunity-description_filter--items ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 0;
}
.search-opprtunity-description_filter--items ul li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  gap: 12px;
  background-color: #D9D9D9;
  height: 42px;
  padding: 0 12px;
  font-size: 14px;
  cursor: pointer;
}
.search-opprtunity-description_filter--items ul li.active, .search-opprtunity-description_filter--items ul li:hover {
  background-color: #000957;
  color: #ffffff;
}

.sfo-card {
  margin-bottom: 20px;
  position: relative;
}
.sfo-card .links {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.sfo-card figure {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 178px;
  width: 100%;
  position: relative;
  margin: 0;
  overflow: hidden;
}
.sfo-card figure img.card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  transform: scale(1);
  transition: all 0.5s ease-in;
}
.sfo-card figure ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  gap: 5px;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 15px;
  top: 15px;
}
.sfo-card figure ul li a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 25px;
  gap: 3px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  background-color: red;
  border-radius: 5px;
  white-space: nowrap;
  padding: 0 5px;
}
.sfo-card figure ul li a.weekly {
  background-color: #000957;
  display: none;
}
.sfo-card figure ul li a.hours {
  background-color: #4364F7;
  display: none;
}
.sfo-card figcaption {
  border: 1px solid #E1E1E1;
  border-top: 0;
  padding: 15px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #ffffff;
  min-height: 200px;
}
.sfo-card figcaption h3 {
  font-size: 20px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 30px;
  min-height: 50px;
}
.sfo-card figcaption label {
  height: 35px;
  background-color: rgba(25, 37, 147, 0.08);
  color: #000000;
  font-size: 14px;
  display: none;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  gap: 10px;
  padding: 0 10px;
  border-radius: 35px;
  margin-bottom: 10px;
}
.sfo-card figcaption .bottom-info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  width: 100%;
}
.sfo-card figcaption .bottom-info .left {
  margin: 0;
  flex: 0 0 calc(100% - 100px);
  max-width: calc(100% - 100px);
}
.sfo-card figcaption .bottom-info .left li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  gap: 5px;
  font-weight: 400;
  font-size: 14px;
  white-space: nowrap;
}
.sfo-card figcaption .bottom-info .left li:not(:last-child) {
  margin-bottom: 7px;
}
.sfo-card figcaption .bottom-info .left li small {
  color: #999999;
  margin-left: 5px;
  display: none;
}
.sfo-card figcaption .bottom-info .left li img {
  max-width: 24px;
  flex: 0 0 24px;
}
.sfo-card figcaption .bottom-info span {
  background-color: #E26C5A;
  height: 25px;
  border-radius: 25px;
  padding: 0 10px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.sfo-card:hover {
  box-shadow: 0px 4px 10px rgba(128, 128, 128, 0.3) !important;
  border-radius: 10px;
}
.sfo-card:hover figure img.card-image {
  transform: scale(1.2);
  transition: all 0.5s ease-in;
}

.key-areas-banner {
  height: 745px;
  background: top center/cover no-repeat;
}
@media (max-width: 991.98px) {
  .key-areas-banner {
    height: 670px;
  }
}
@media (max-width: 575px) {
  .key-areas-banner {
    height: 550px;
  }
}
.key-areas-banner-info {
  max-width: 965px;
}
.key-areas-banner-info h5, .key-areas-banner-info h3, .key-areas-banner-info p {
  color: #ffffff;
}
.key-areas-banner-info h5 {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 400;
  text-transform: uppercase;
}
.key-areas-banner-info h3 {
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 25px;
}
@media (max-width: 575px) {
  .key-areas-banner-info h3 {
    font-size: 40px;
  }
}
.key-areas-banner-info p {
  font-size: 60px;
  font-weight: 300;
  line-height: 70px;
  max-width: 80%;
  margin-bottom: 100px;
}
@media (max-width: 991.98px) {
  .key-areas-banner-info p {
    max-width: 100%;
    font-size: 55px;
  }
}
@media (max-width: 767.98px) {
  .key-areas-banner-info p {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 575px) {
  .key-areas-banner-info p {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1400px) {
  .key-areas-banner .container, .key-areas-banner .container-lg, .key-areas-banner .container-md, .key-areas-banner .container-sm, .key-areas-banner .container-xl, .key-areas-banner .container-xxl {
    max-width: 965px;
  }
}

.keyareas-main {
  background-color: #F2F3F6;
  padding-bottom: 145px;
}
@media (max-width: 991.98px) {
  .keyareas-main {
    padding-bottom: 80px;
  }
}
@media (min-width: 1400px) {
  .keyareas-main .container, .keyareas-main .container-lg, .keyareas-main .container-md, .keyareas-main .container-sm, .keyareas-main .container-xl, .keyareas-main .container-xxl {
    max-width: 965px;
  }
}

.key-focus-area {
  top: -165px;
  position: relative;
}

.key-focus-area-card {
  max-width: 965px;
  margin: 0 auto;
  background-color: #ffffff;
  padding: 30px 25px;
  border-radius: 20px;
}
.key-focus-area-card-head {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: start;
  -moz-align-items: start;
  -ms-align-items: start;
  align-items: start;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  margin-bottom: 55px;
}
@media (max-width: 767.98px) {
  .key-focus-area-card-head {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 30px;
  }
}
.key-focus-area-card-head h3 {
  margin: 0;
  font-size: 30px;
  color: #000000;
  flex: 0 0 40%;
  max-width: 40%;
}
@media (max-width: 767.98px) {
  .key-focus-area-card-head h3 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 15px;
  }
}
.key-focus-area-card-head div {
  flex: 0 0 60%;
  max-width: 60%;
}
@media (max-width: 767.98px) {
  .key-focus-area-card-head div {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.key-focus-area-card-head div p {
  font-size: 14px;
  color: #000000;
  margin: 0;
}
.key-focus-area-card-body {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  gap: 15px;
}
@media (max-width: 991.98px) {
  .key-focus-area-card-body {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 991.98px) {
  .key-focus-area-card-body {
    overflow: scroll;
  }
  .key-focus-area-card-body::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    border-radius: 0;
    background-color: transparent;
  }
  .key-focus-area-card-body::-webkit-scrollbar {
    width: 0;
    background-color: transparent;
  }
  .key-focus-area-card-body::-webkit-scrollbar-thumb {
    border-radius: 0;
    -webkit-box-shadow: inherit;
    background-color: transparent;
  }
}
.key-focus-area-card-body .item {
  padding: 15px 20px 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background-color: #F8F8FA;
  border-radius: 15px;
  height: 230px;
  flex: 0 0 calc(25% - 10px);
  max-width: calc(25% - 10px);
}
@media (min-width: 1200px) {
  .key-focus-area-card-body .item {
    height: 260px;
  }
}
@media (max-width: 991.98px) {
  .key-focus-area-card-body .item {
    flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
    height: 215px;
  }
}
.key-focus-area-card-body .item h5 {
  font-size: 20px;
  font-weight: 500;
  margin: 0;
}
@media (max-width: 565.98px) {
  .key-focus-area-card-body .item h5 {
    font-size: 18px;
  }
}
@media (max-width: 991.98px) {
  .key-focus-area-card-body .item img {
    width: auto;
    height: 80px;
  }
}
@media (max-width: 565.98px) {
  .key-focus-area-card-body .item img {
    width: auto;
    height: 60px;
  }
}

.keyfocusarea-current-event {
  background-color: #FAFAFA;
  padding: 40px 0;
  margin-top: -90px;
}
@media (max-width: 575px) {
  .keyfocusarea-current-event {
    padding: 20px 0px 0px;
  }
}
@media (max-width: 575px) {
  .keyfocusarea-current-event {
    margin-top: -135px;
  }
}
.keyfocusarea-current-event .medium-title {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .keyfocusarea-current-event .medium-title {
    margin-bottom: 15px;
    font-size: 24px;
  }
}
.keyfocusarea-current-event-info {
  background-color: #ffffff;
  border-radius: 5px;
  padding: 30px 20px;
}
@media (max-width: 575px) {
  .keyfocusarea-current-event-info {
    padding: 30px 20px 0px;
  }
}
.keyfocusarea-current-event-info .top-label {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  margin-bottom: 20px;
}
.keyfocusarea-current-event-info .top-label label {
  height: 35px;
  background-color: rgba(25, 37, 147, 0.08);
  color: #000000;
  font-size: 14px;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  gap: 10px;
  padding: 0 10px;
  border-radius: 35px;
  margin-bottom: 10px;
}
.keyfocusarea-current-event-info .top-label .hours {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 25px;
  gap: 3px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  background-color: red;
  border-radius: 5px;
  white-space: nowrap;
  padding: 0 5px;
  background-color: #4364F7;
}
.keyfocusarea-current-event-info h3 {
  font-size: 20px;
  font-weight: 500;
}
.keyfocusarea-current-event-info .keyfocusarea-current-event-lists {
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 25px;
}
@media (max-width: 767.98px) {
  .keyfocusarea-current-event-info .keyfocusarea-current-event-lists {
    gap: 5px;
    margin-bottom: 15px;
  }
}
.keyfocusarea-current-event-info .keyfocusarea-current-event-lists li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  gap: 5px;
  font-weight: 500;
  font-size: 14px;
  white-space: nowrap;
}
.keyfocusarea-current-event-info .keyfocusarea-current-event-lists li:not(:last-child) {
  margin-bottom: 7px;
}
.keyfocusarea-current-event-info .keyfocusarea-current-event-lists li img {
  max-width: 24px;
  flex: 0 0 24px;
}
.keyfocusarea-current-event .keyfocusarea-current {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.keyfocusarea-current-event .keyfocusarea-current .submit-requests-btn:hover {
  background-color: #F57A47 !important;
  color: #ffffff;
}
@media (max-width: 767.98px) {
  .keyfocusarea-current-event .keyfocusarea-current {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-align-items: baseline;
    -moz-align-items: baseline;
    -ms-align-items: baseline;
    align-items: baseline;
    gap: 5px;
  }
}

.keyfocusarea-current-approach {
  padding: 50px 0;
}
@media (max-width: 575px) {
  .keyfocusarea-current-approach {
    padding: 25px 0;
  }
}
.keyfocusarea-current-approach-head {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: start;
  -moz-align-items: start;
  -ms-align-items: start;
  align-items: start;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  margin-bottom: 55px;
}
@media (max-width: 767.98px) {
  .keyfocusarea-current-approach-head {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 30px;
  }
}
.keyfocusarea-current-approach-head h3 {
  margin: 0;
  font-size: 30px;
  color: #000000;
  flex: 0 0 40%;
  max-width: 40%;
}
@media (min-width: 992px) {
  .keyfocusarea-current-approach-head h3 {
    padding-right: 50px;
  }
}
@media (max-width: 767.98px) {
  .keyfocusarea-current-approach-head h3 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .keyfocusarea-current-approach-head h3 {
    margin-bottom: 15px;
    font-size: 24px;
  }
}
.keyfocusarea-current-approach-head div {
  flex: 0 0 60%;
  max-width: 60%;
}
@media (max-width: 767.98px) {
  .keyfocusarea-current-approach-head div {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.keyfocusarea-current-approach-head div p {
  font-size: 14px;
  color: #000000;
  margin: 0;
}
.keyfocusarea-current-approach-body {
  margin: 0;
  padding: 0;
}
.keyfocusarea-current-approach-body li:not(:last-child) {
  margin-bottom: 30px;
}
.keyfocusarea-current-approach-body li a {
  background-color: #ffffff;
  padding: 30px 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  border-radius: 15px;
}
@media (max-width: 575px) {
  .keyfocusarea-current-approach-body li a {
    padding: 20px 15px;
  }
}
.keyfocusarea-current-approach-body li a div.info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  gap: 25px;
}
@media (max-width: 575px) {
  .keyfocusarea-current-approach-body li a div.info {
    gap: 10px;
  }
}
.keyfocusarea-current-approach-body li a div.info i {
  font-size: 20px;
  color: rgba(0, 0, 0, 0.5);
  font-style: normal;
  font-weight: medium;
}
.keyfocusarea-current-approach-body li a div.info div h4 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 5px;
  color: #000000;
}
@media (max-width: 575px) {
  .keyfocusarea-current-approach-body li a div.info div h4 {
    font-size: 18px;
  }
}
.keyfocusarea-current-approach-body li a div.info div p {
  font-size: 14px;
  margin: 0;
  color: #000000;
}
.keyfocusarea-current-approach-body li a label {
  flex: 0 0 50px;
  max-width: 50px;
  height: 28px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  background-color: #FFC8C8;
  color: #B90202;
  border-radius: 2px;
  font-size: 16px;
  font-weight: 500;
}

.how-can-getinvolved {
  background-color: #F9EABC;
  padding: 40px 0;
}
@media (max-width: 575px) {
  .how-can-getinvolved {
    padding: 25px 0;
  }
}
.how-can-getinvolved .how-can-getinvolved-warp {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
.how-can-getinvolved .medium-title {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 50px;
}
@media (max-width: 575px) {
  .how-can-getinvolved .medium-title {
    font-size: 24px;
    margin-bottom: 25px;
  }
}
.how-can-getinvolved-slider {
  width: 100%;
}
.how-can-getinvolved-slider .slick-list {
  padding: 0 30% 0 0 !important;
}
.how-can-getinvolved-slider-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  flex-direction: column;
  gap: 15px;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 20px;
  width: 100%;
  max-width: 350px;
}
@media (max-width: 992px) {
  .how-can-getinvolved-slider-item {
    max-width: 350px;
  }
}
@media (min-width: 1200px) {
  .how-can-getinvolved-slider-item {
    padding: 30px;
  }
}
.how-can-getinvolved-slider-item h3 {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 5px;
}
.how-can-getinvolved-slider-item p {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 20px;
  text-align: center;
  max-width: 90%;
  margin: 0 auto;
}
.how-can-getinvolved-slider-item strong {
  font-size: 70px;
  display: block;
  text-align: center;
}
.how-can-getinvolved .slick-dots {
  list-style: none;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.how-can-getinvolved .slick-dots li {
  width: 12px;
  height: 12px;
  margin: 0 5px;
  border-radius: 50%;
  background: #ffffff;
  transition: background 0.3s ease-in-out;
}
.how-can-getinvolved .slick-dots li button {
  display: none;
}
.how-can-getinvolved .slick-dots li.slick-active {
  background: #4364F7;
  transform: scale(1.2);
}

@media (min-width: 1400px) {
  .keyfocusarea-sdg-impact-dashboard .container, .keyfocusarea-sdg-impact-dashboard .container-lg, .keyfocusarea-sdg-impact-dashboard .container-md, .keyfocusarea-sdg-impact-dashboard .container-sm, .keyfocusarea-sdg-impact-dashboard .container-xl, .keyfocusarea-sdg-impact-dashboard .container-xxl {
    max-width: 1140px;
  }
}

.sdg-impact-dashboard-info {
  background-color: #F7F8FA;
  border-radius: 40px;
  padding: 60px 20px;
}
@media (max-width: 575px) {
  .sdg-impact-dashboard-info {
    padding: 25px 15px;
  }
}
.sdg-impact-dashboard-info-items {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: start;
  -moz-align-items: start;
  -ms-align-items: start;
  align-items: start;
  -webkit-justify-content: start;
  -moz-justify-content: start;
  -ms-justify-content: start;
  justify-content: start;
  -ms-flex-pack: start;
  flex-wrap: wrap;
  gap: 12px;
  max-width: 965px;
  margin: 0 auto;
}
@media (max-width: 575px) {
  .sdg-impact-dashboard-info-items {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
}
.sdg-impact-dashboard-info .sgc-dashboard-top {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  max-width: 965px;
  margin: 0 auto;
}
.sdg-impact-dashboard-info .sgc-dashboard-top p {
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 15px;
}
@media (max-width: 575px) {
  .sdg-impact-dashboard-info .sgc-dashboard-top p {
    font-size: 24px;
  }
}
.sdg-impact-dashboard-info .sgc-dashboard-top p span {
  background: linear-gradient(45deg, #59C173, #A17FE0, #5D26C1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 992px) {
  .sdg-impact-dashboard-info .sgc-dashboard-top p.left span {
    max-width: 60%;
  }
}
.sdg-impact-dashboard-info .sgc-dashboard-top p.right sub {
  position: relative;
  font-size: 18px;
  top: -2px;
  margin-left: 3px;
}

.keyfocusarea-current-approach-body li a:hover {
  transform: translateY(-5px);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.volunteer-FAQ {
  background-color: #F5F5F5;
  padding: 60px 0 120px 0;
}
@media (max-width: 991.98px) {
  .volunteer-FAQ {
    padding: 30px 0 60px 0;
  }
}
.volunteer-FAQ .faq-title {
  font-size: 30px;
  margin-bottom: 30px;
}
@media (max-width: 991.98px) {
  .volunteer-FAQ .faq-title {
    font-size: 25px;
    margin-bottom: 20px;
  }
}
.volunteer-FAQ .accordion {
  max-width: 950px;
  margin: auto;
}
.volunteer-FAQ .accordion .accordion-item {
  overflow: hidden;
  margin-bottom: 25px;
  border: none;
}
.volunteer-FAQ .accordion .accordion-button {
  font-size: 20px;
  background-color: #F5F5F5;
  color: #000000;
  padding: 15px;
  border: none;
  transition: background-color 0.3s ease-in-out;
}
@media (max-width: 991.98px) {
  .volunteer-FAQ .accordion .accordion-button {
    font-size: 18px;
    padding: 10px;
  }
}
.volunteer-FAQ .accordion .accordion-button:focus {
  box-shadow: none;
}
.volunteer-FAQ .accordion .accordion-button::after {
  content: "";
  background-image: url(../images/common/accordion_icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  margin-left: auto;
  transition: transform 0.3s ease-in-out;
}
.volunteer-FAQ .accordion .accordion-button:not(.collapsed)::after {
  background-image: url("../images/common/minus_icon.png"); /* Ensure correct path */
}
.volunteer-FAQ .accordion .accordion-button:not(.collapsed) {
  border-bottom: 1px solid #ddd;
}
.volunteer-FAQ .accordion .accordion-body {
  font-size: 16px;
  color: #000000;
  padding: 15px;
  background-color: #F5F5F5;
}

.servant-leadership-warp {
  background-color: #f2f3f6;
  padding: 75px 0px 0px;
}
.servant-leadership-warp .servant-leadership {
  margin-bottom: 70px;
}
.servant-leadership-warp .servant-leadership .leadership-intro {
  border-left: 4px solid #1550ED;
  padding-left: 8px;
  color: #000000;
  margin-bottom: 35px;
}
.servant-leadership-warp .servant-leadership .leader-details .leader-name {
  font-size: 20px;
  color: #000000;
  margin-bottom: 8px;
}
.servant-leadership-warp .servant-leadership .leader-details .leader-title {
  color: #999999;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.servant-leadership-warp .servant-leadership .leader-details .leader-description,
.servant-leadership-warp .servant-leadership .leader-details .leader-background,
.servant-leadership-warp .servant-leadership .leader-details .vision-description {
  color: #000000;
}
.servant-leadership-warp .servant-leadership .leader-image {
  max-width: 465px;
  height: 500px;
  overflow: hidden;
}
.servant-leadership-warp .servant-leadership .leader-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.servant-leadership-warp .program-mentors {
  padding-bottom: 100px;
}
.servant-leadership-warp .other-roles-section {
  padding-bottom: 95px;
}
@media (max-width: 991.98px) {
  .servant-leadership-warp .other-roles-section {
    padding-bottom: 70px;
  }
}
.servant-leadership-warp .other-roles-section .other-roles-title {
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 75px;
}
.servant-leadership-warp .other-roles-section .role-card {
  border: 1px solid #E1E1E1;
  border-radius: 10px;
  padding: 16px;
  margin-bottom: 20px;
}
.servant-leadership-warp .other-roles-section .role-card .role-name {
  font-size: 20px;
  margin-bottom: 7px;
  color: #000000;
}
.servant-leadership-warp .other-roles-section .role-card .role-description {
  color: #999999;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.servant-leadership-warp .join-our-team {
  padding: 40px 0 20px;
}
.servant-leadership-warp .join-our-team .join-content {
  max-width: 940px;
  margin: 0 auto;
}
.servant-leadership-warp .join-our-team .join-title {
  font-size: 30px;
  margin-bottom: 32px;
  color: #ffffff;
}
@media (max-width: 991.98px) {
  .servant-leadership-warp .join-our-team .join-title {
    font-size: 25px;
    margin-bottom: 25px;
  }
}
.servant-leadership-warp .join-our-team .join-description {
  color: #ffffff;
}
.servant-leadership-warp .join-our-team .join-btn {
  display: inline-block;
  padding: 15px 20px;
  font-size: 18px;
  border-radius: 10px;
  background-color: #000000;
  color: #ffffff;
  text-decoration: none;
  transition: 0.3s ease;
}
.servant-leadership-warp .join-our-team .join-btn:hover {
  background-color: #F57A47;
}

.program-details {
  position: relative;
  background-color: #F2F3F6;
}
.program-details:before {
  content: "";
  background-color: #FFEDB5;
  width: 100%;
  height: 495px;
  left: 0;
  right: 0;
  top: 0;
  position: absolute;
  z-index: 0;
}
.program-details .container {
  position: relative;
  z-index: 1;
}
.program-details .breadcrumbs-share-info {
  padding: 25px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
@media (max-width: 767.98px) {
  .program-details .breadcrumbs-share-info {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: self-end;
    -moz-align-items: self-end;
    -ms-align-items: self-end;
    align-items: self-end;
  }
}
.program-details .breadcrumbs-share-info .share-info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  gap: 10px;
  color: #0088CC;
  font-size: 14px;
  font-weight: 500;
}
.program-details .breadcrumbs-share-info .share-info:hover {
  text-decoration: underline;
}
.program-details .breadcrumbs-share-info .breadcrumbs-info {
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  gap: 30px;
}
.program-details .breadcrumbs-share-info .breadcrumbs-info li {
  position: relative;
}
@media (max-width: 767.98px) {
  .program-details .breadcrumbs-share-info .breadcrumbs-info li:last-child {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.program-details .breadcrumbs-share-info .breadcrumbs-info li:last-child a {
  pointer-events: none;
}
@media (max-width: 575px) {
  .program-details .breadcrumbs-share-info .breadcrumbs-info li:last-child a {
    width: 244px;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    text-overflow: ellipsis;
  }
}
.program-details .breadcrumbs-share-info .breadcrumbs-info li:not(:last-child):after {
  content: "";
  background-image: url(../images/program-details/program-right-arrow-icon.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  width: 6px;
  height: 10px;
  position: absolute;
  top: 2px;
  bottom: 0;
  right: -15px;
  margin: auto;
  display: inline-block;
}
.program-details .breadcrumbs-share-info .breadcrumbs-info li a {
  color: #999999;
  font-size: 14px;
}
.program-details .breadcrumbs-share-info .breadcrumbs-info li a.has-image {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  gap: 5px;
}
.program-details .breadcrumbs-share-info .breadcrumbs-info li a:hover {
  color: #0088CC;
}
.program-details-description {
  background-color: #ffffff;
  width: 100%;
  border: 1px solid #E1E1E1;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  padding: 40px 30px;
}
@media (max-width: 575px) {
  .program-details-description {
    padding: 25px 15px;
  }
}
.program-details-description .back-to-listing {
  margin-bottom: 35px;
}
@media (max-width: 575px) {
  .program-details-description .back-to-listing {
    margin-bottom: 20px;
  }
}
.program-details-description .back-to-listing a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 14px;
  color: #0B99FF;
  gap: 10px;
  position: relative;
  left: 0;
  transition: all 0.5s ease-in;
}
.program-details-description .back-to-listing a:hover {
  left: -10px;
  transition: all 0.5s ease-in;
}
.program-details-description .big-title {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 35px;
}
@media (max-width: 575px) {
  .program-details-description .big-title {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 25px;
  }
}
.program-details-description .support-cause {
  margin-bottom: 30px;
}
.program-details-description .support-cause h3 {
  font-size: 14px;
  color: #999999;
  margin-bottom: 15px;
}
.program-details-description .support-cause ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  gap: 20px;
}
@media (max-width: 575px) {
  .program-details-description .support-cause ul {
    flex-wrap: wrap;
  }
}
.program-details-description .support-cause ul li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  gap: 10px;
  font-size: 14px;
}
.program-details-description .key-skilLs-needed {
  margin-bottom: 35px;
}
.program-details-description .key-skilLs-needed h3 {
  font-size: 14px;
  color: #999999;
  margin-bottom: 15px;
}
.program-details-description .key-skilLs-needed ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap;
}
.program-details-description .key-skilLs-needed ul li {
  height: 40px;
  border: 1px solid #000000;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  font-size: 13px;
  font-weight: 500;
  color: #000000;
  white-space: nowrap;
  padding: 0 12px;
  border-radius: 20px;
}
.program-details-description .program-details-slider {
  position: relative;
  margin-bottom: 40px;
}
.program-details-description .program-details-slider .slick-arrow {
  position: absolute;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  background-color: #ffffff;
  text-indent: -9999px;
  border-radius: 50%;
  border: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: center;
}
.program-details-description .program-details-slider .slick-arrow.slick-prev {
  left: 10px;
  background-image: url(../images/program-details/program-sliderleft-icon.svg);
}
.program-details-description .program-details-slider .slick-arrow.slick-next {
  right: 10px;
  background-image: url(../images/program-details/program-sliderright-icon.svg);
}
.program-details-description .program-details-info {
  margin-bottom: 50px;
}
@media (max-width: 575px) {
  .program-details-description .program-details-info {
    margin-bottom: 30px;
  }
}
.program-details-description .program-details-info .gray-title {
  text-transform: uppercase;
  color: #999999;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 15px;
}
.program-details-description .program-details-info .gray-title.has-underline {
  text-decoration: underline;
}
.program-details-description .program-details-info ul {
  padding-left: 20px;
}
.program-details-description .program-details-info ul li {
  list-style: disc;
}
.program-details-description .program-details-info .left-right-description {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.program-details-description .program-details-info .left-right-description.has-small-figure {
  -webkit-align-items: start;
  -moz-align-items: start;
  -ms-align-items: start;
  align-items: start;
  gap: 20px;
}
.program-details-description .program-details-info .left-right-description.has-small-figure .left-description {
  flex: 0 0 50px;
  max-width: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: start;
  -moz-align-items: start;
  -ms-align-items: start;
  align-items: start;
}
.program-details-description .program-details-info.contactus-info {
  background-color: #FAFAFA;
  padding: 30px 20px;
}
.program-details-description .program-details-info.contactus-info .head {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  border-bottom: 1px solid #E1E1E1;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.program-details-description .program-details-info.contactus-info .head div h4 {
  margin: 0;
}
.program-details-description .program-details-info.contactus-info .head div p {
  font-size: 14px;
  color: #999999;
  margin: 0;
}
.program-details-description .program-details-info.contactus-info .body {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  gap: 10px;
}
@media (max-width: 767.98px) {
  .program-details-description .program-details-info.contactus-info .body {
    gap: 0;
    flex-wrap: wrap;
  }
}
.program-details-description .program-details-info.contactus-info .body .contact-item {
  flex: 0 0 calc(33.3333% - 10px);
  max-width: calc(33.3333% - 10px);
}
@media (max-width: 767.98px) {
  .program-details-description .program-details-info.contactus-info .body .contact-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.program-details-description .program-details-info.contactus-info .body .contact-item h5 {
  color: #999999;
  font-size: 14px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 400;
}
.program-details-description .program-details-info.contactus-info .body .contact-item figure {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: start;
  -moz-align-items: start;
  -ms-align-items: start;
  align-items: start;
  gap: 10px;
  margin: 0;
}
.program-details-description .program-details-info.contactus-info .body .contact-item figure img {
  flex: 0 0 24px;
  max-width: 24px;
  border-radius: 50%;
  object-fit: cover;
}
.program-details-description .program-details-info.contactus-info .body .contact-item figure figcaption p {
  margin: 0;
  font-size: 14px;
}
@media (min-width: 1200px) {
  .program-details-description_right {
    padding-left: 100px;
  }
}
.program-details-description_right--lists li {
  padding: 12px 0;
  margin-bottom: 0 !important;
}
.program-details-description_right--lists li:not(:last-child) {
  border-bottom: 1px solid #E1E1E1;
}
.program-details-description_right--lists li.where-info address {
  margin: 0;
}
.program-details-description_right--lists li.where-info address p {
  color: #000957;
  margin: 0;
  font-weight: 500;
}
.program-details-description_right--lists li.program-details-info p {
  color: #000957;
  margin: 0;
  font-weight: 500;
}
.program-details-description_right--lists li.program-details-info .partners {
  padding: 0;
  margin: 0;
}
.program-details-description_right--lists li.program-details-info .partners li {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #000957;
  border: 0;
  font-weight: 500;
}
.program-details-description_right--lists li.btn-wrap .btn {
  height: 50px;
  border-radius: 50px;
  margin-bottom: 10px;
}
.program-details-description_right--lists li.btn-wrap p {
  margin: 0;
  text-align: center;
  color: #999999;
}
.program-details-description_right--lists li.project-manager-info figure {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: start;
  -moz-align-items: start;
  -ms-align-items: start;
  align-items: start;
  gap: 10px;
  width: 100%;
}
.program-details-description_right--lists li.project-manager-info figure img {
  flex: 0 0 24px;
  max-width: 24px;
  border-radius: 50%;
  object-fit: cover;
}
.program-details-description_right--lists li.project-manager-info figure figcaption {
  flex: 0 0 calc(100% - 24px);
  max-width: calc(100% - 24px);
}
.program-details-description_right--lists li.project-manager-info figure figcaption p {
  color: #000000;
}
.program-details-description_right--lists li.project-manager-info figure figcaption > div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.program-details-description_right--lists li.project-manager-info figure figcaption > div label {
  height: 25px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  background-color: #FFEDB5;
  gap: 5px;
  font-size: 13px;
  white-space: nowrap;
  border-radius: 20px;
  padding: 0 10px;
}
.program-details-description_right--lists li.project-manager-info figure figcaption > div label img {
  width: 14px;
  height: auto;
  flex: 0 0 auto;
  max-width: none;
}
.program-details-description_right--lists li.project-manager-info figure figcaption > div small {
  font-size: 13px;
  color: #999999;
}

.joint-hands {
  background-color: #28D796;
  position: relative;
  min-height: 380px;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.joint-hands img {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}
.joint-hands > div {
  padding-left: 350px;
}
@media (min-width: 1024px) {
  .joint-hands > div {
    max-width: 85%;
  }
}
@media (max-width: 991.98px) {
  .joint-hands > div {
    padding: 20px;
    position: relative;
    z-index: 1;
  }
}
.joint-hands > div h3 {
  color: #000957;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 30px;
}
.joint-hands > div p {
  color: #000957;
}
.joint-hands > div .btn {
  height: 50px;
  max-width: 290px;
  border-radius: 50px;
  margin-top: 50px;
}

.other-way-to-give {
  background-color: #f8f8f8;
  padding: 45px 0;
}
@media (max-width: 565px) {
  .other-way-to-give {
    padding: 30px 0;
  }
}
.other-way-to-give .title {
  margin-bottom: 40px;
}
@media (max-width: 565px) {
  .other-way-to-give .title {
    margin-bottom: 25px;
  }
}
.other-way-to-give .other-way-to-give-slider {
  margin-bottom: 40px;
}
@media (max-width: 565px) {
  .other-way-to-give .other-way-to-give-slider {
    margin-bottom: 25px;
  }
}
.other-way-to-give .other-way-to-give-slideritem {
  width: 345px;
  background-color: #ffffff;
  padding: 20px;
  overflow: hidden;
  margin: 0 12px;
}
.other-way-to-give .other-way-to-give-slideritem .top-icon {
  margin-bottom: 20px;
  height: 42px;
  width: 42px;
}
.other-way-to-give .other-way-to-give-slideritem h5 {
  font-weight: 700;
  margin-bottom: 10px;
}
.other-way-to-give .other-way-to-give-slideritem p {
  max-width: 90%;
}
.other-way-to-give .other-way-to-give-slideritem a {
  display: inline-block;
  float: right;
}
.other-way-to-give .bottom-info {
  font-size: 16px;
}
.other-way-to-give .bottom-info a {
  font-weight: 600;
  color: #000000;
  text-decoration: underline;
}
.other-way-to-give .bottom-info a:hover {
  color: #F57A47;
}

.share-container {
  position: relative;
}
.share-container .share-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  background: none;
  border: none;
  color: #0088CC;
  cursor: pointer;
  font-weight: 500;
}
.share-container .share-btn:hover {
  text-decoration: underline;
}
.share-container .share-btn img {
  margin-right: 8px;
}
.share-container .share-popup {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  width: 320px;
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  z-index: 100;
  padding: 20px;
  margin-top: 10px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
}
.share-container .share-popup.active {
  display: block;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.share-container .share-popup .share-popup-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.share-container .share-popup .share-popup-header h4 {
  margin: 0;
  font-size: 16px;
  color: #333;
}
.share-container .share-popup .share-popup-header .close-btn {
  background: none;
  border: none;
  font-size: 24px;
  color: #999;
  cursor: pointer;
  line-height: 1;
  padding: 0;
}
.share-container .share-popup .share-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}
.share-container .share-popup .share-icons .share-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #333;
}
.share-container .share-popup .share-icons .share-icon i {
  width: 48px;
  height: 48px;
  background: #F5F5F5;
  border-radius: 50%;
  padding: 12px;
  margin-bottom: 8px;
  transition: transform 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
}
.share-container .share-popup .share-icons .share-icon span {
  font-size: 12px;
  text-transform: capitalize;
}
.share-container .share-popup .share-icons .share-icon:hover i {
  transform: scale(1.1);
}
.share-container .share-popup .share-link-section {
  text-align: center;
}
.share-container .share-popup .share-link-section p {
  color: #666;
  margin-bottom: 10px;
  font-size: 14px;
}
.share-container .share-popup .share-link-section .link-copy-container {
  display: flex;
  border: 1px solid #E0E0E0;
  border-radius: 8px;
  overflow: hidden;
}
.share-container .share-popup .share-link-section .link-copy-container input {
  flex-grow: 1;
  border: none;
  padding: 10px;
  background: #F5F5F5;
  font-size: 14px;
}
.share-container .share-popup .share-link-section .link-copy-container .copy-link-btn {
  background: #F57A47;
  color: white;
  border: none;
  padding: 0 15px;
  cursor: pointer;
  transition: background 0.3s ease;
}
.share-container .share-popup .share-link-section .link-copy-container .copy-link-btn:hover {
  background: #4364F7;
}
.share-container .share-popup .share-link-section .link-copy-container .copy-link-btn.copied {
  background: #28a745;
}
.share-container .share-popup .share-link-section .link-copy-container .copy-link-btn:hover {
  opacity: 0.9;
}
.share-container .pro-det-input {
  border: 1px solid #E1E1E1;
}

.vrf-confirm-warp .form-check-label {
  color: #000000 !important;
}
.vrf-confirm-warp .form-check-input {
  appearance: none;
  -webkit-appearance: none;
  background-color: #fff !important;
  font: inherit;
  color: currentColor;
  width: 18px;
  height: 18px;
  border: 2px solid #999999 !important;
  display: inline-grid;
  place-content: center;
  cursor: pointer;
}
.vrf-confirm-warp .form-check-input::before {
  content: "";
  width: 10px;
  height: 10px;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em #555;
  transform-origin: center;
  clip-path: polygon(14% 44%, 0% 65%, 50% 100%, 100% 14%, 80% 0%, 43% 62%);
  background-color: transparent;
}
.vrf-confirm-warp .form-check-input:checked::before {
  transform: scale(1);
}
.vrf-confirm-warp .form-check-input:focus {
  outline: none !important;
  box-shadow: none !important;
}

.other-way-to-give .slick-dots {
  position: absolute;
  bottom: -35px;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.other-way-to-give .slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 8px;
  padding: 0;
}
.other-way-to-give .slick-dots li button {
  width: 10px;
  height: 30px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: transparent !important;
  font-size: 0;
  line-height: 0;
  color: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
}
.other-way-to-give .slick-dots li button:before {
  content: "•" !important;
  color: #ccc;
  font-size: 50px;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}
.other-way-to-give .slick-dots li.slick-active button:before {
  color: #444444;
  font-size: 50px;
}
@media (max-width: 425px) {
  .other-way-to-give .confident-inclusive {
    white-space: normal !important;
  }
}

.issues-centers {
  background-color: #F5F5F5;
}
.issues-centers .volunteer-graduated-leaders {
  margin-bottom: 30px;
}
.issues-centers .issues-count-section {
  margin-bottom: 50px;
}
@media (max-width: 767.98px) {
  .issues-centers .issues-count-section {
    margin-bottom: 30px;
  }
}
.issues-centers .issues-count-section .issue-card {
  padding: 20px;
  background-color: #ffffff;
  border-radius: 5px;
  margin-bottom: 1px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 120px;
  width: 100%;
}
.issues-centers .issues-count-section .issue-card .issue-title {
  text-transform: uppercase;
  color: #999999;
}
.issues-centers .issues-count-section .issue-card .issue-count {
  font-size: 26px;
}
@media (max-width: 991.98px) {
  .issues-centers .issues-count-section .issue-card .issue-count {
    font-size: 20px;
  }
}
.issues-centers .issues-count-section .row .col-md-4,
.issues-centers .issues-count-section .row .col-lg-4,
.issues-centers .issues-count-section .row .col-6 {
  display: flex;
}
.issues-centers .issues-section-table {
  background-color: #ffffff;
  padding: 60px 0px 100px 0px;
  margin-bottom: 130px;
}
@media (max-width: 991.98px) {
  .issues-centers .issues-section-table {
    margin-bottom: 100px;
    padding: 40px 0px 90px 0px;
  }
}
@media (max-width: 767.98px) {
  .issues-centers .issues-section-table {
    margin-bottom: 100px;
    padding: 30px 0px 50px 0px;
  }
}
.issues-centers .issues-section-table .leadingthechange-sdg-champions {
  max-width: 960px;
  margin: auto;
}
.issues-centers .issues-section-table .leadingthechange-sdg-champions .issue-table-title {
  font-size: 20px;
  color: #000000;
  margin-bottom: 40px;
}
.issues-centers .issues-section-table .leadingthechange-sdg-champions-table table {
  width: 100%;
  table-layout: fixed;
}
.issues-centers .issues-section-table .leadingthechange-sdg-champions-table table th, .issues-centers .issues-section-table .leadingthechange-sdg-champions-table table td {
  padding: 12px;
  text-align: left;
  font-size: 12.8px;
}
.issues-centers .issues-section-table .leadingthechange-sdg-champions-table table th:nth-child(1), .issues-centers .issues-section-table .leadingthechange-sdg-champions-table table td:nth-child(1) {
  width: 25%;
}
.issues-centers .issues-section-table .leadingthechange-sdg-champions-table table th:nth-child(2), .issues-centers .issues-section-table .leadingthechange-sdg-champions-table table td:nth-child(2) {
  width: 15%;
  text-align: end;
}
.issues-centers .issues-section-table .leadingthechange-sdg-champions-table table th:nth-child(3), .issues-centers .issues-section-table .leadingthechange-sdg-champions-table table td:nth-child(3) {
  width: 15%;
  text-align: end;
}
.issues-centers .issues-section-table .leadingthechange-sdg-champions-table table th:nth-child(4), .issues-centers .issues-section-table .leadingthechange-sdg-champions-table table td:nth-child(4) {
  width: 40%;
  padding-left: 75px;
}
@media (max-width: 767.98px) {
  .issues-centers .gap-mobile {
    gap: 20px;
  }
}

.issues-detials-content {
  background-color: #F5F5F5;
}
.issues-detials-content .issue-describe-warp {
  padding: 60px 0px;
  border-bottom: 1px solid #E1E1E1;
  max-width: 960px;
  margin: 0 auto 65px;
  /* Number Formatting */
}
@media (max-width: 768.98px) {
  .issues-detials-content .issue-describe-warp {
    padding: 30px 0px;
    margin: 0 auto 30px;
  }
}
.issues-detials-content .issue-describe-warp .issue-location {
  font-size: 40px;
  margin-bottom: 87px;
}
@media (max-width: 991.98px) {
  .issues-detials-content .issue-describe-warp .issue-location {
    font-size: 30px;
    margin-bottom: 40px;
  }
}
.issues-detials-content .issue-describe-warp .poc-title, .issues-detials-content .issue-describe-warp .issue-stats-title, .issues-detials-content .issue-describe-warp .program-count-title {
  color: #999999;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.issues-detials-content .issue-describe-warp .poc-info {
  background-color: #ffffff;
  padding: 15px;
  border-radius: 5px;
  border: 1px solid #E1E1E1;
}
.issues-detials-content .issue-describe-warp .poc-name, .issues-detials-content .issue-describe-warp .poc-email, .issues-detials-content .issue-describe-warp .poc-phone {
  font-size: 14px;
  font-weight: 500;
  color: #333;
  margin: 0;
}
.issues-detials-content .issue-describe-warp .number-format {
  display: flex;
  align-items: baseline;
  justify-content: end;
}
@media (max-width: 991.98px) {
  .issues-detials-content .issue-describe-warp .number-format {
    float: left;
  }
}
.issues-detials-content .issue-describe-warp .big-number, .issues-detials-content .issue-describe-warp .slash {
  font-size: 40px;
}
@media (max-width: 768.98px) {
  .issues-detials-content .issue-describe-warp .big-number, .issues-detials-content .issue-describe-warp .slash {
    font-size: 30px;
  }
}
.issues-detials-content .issue-describe-warp .small-number {
  font-size: 16px;
  align-self: flex-end;
}
.issues-detials-content .issue-card-warp {
  max-width: 960px;
  margin: auto;
}
.issues-detials-content .issue-card-warp .issues-detials-card {
  border: 2px solid #1550ED;
  border-radius: 15px;
  background-color: #ffffff;
  padding: 30px 28px 38px 22px;
  display: flex;
  margin-bottom: 35px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 768.98px) {
  .issues-detials-content .issue-card-warp .issues-detials-card {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    padding: 20px;
  }
  .issues-detials-content .issue-card-warp .issues-detials-card .issue-priority {
    align-self: flex-end;
  }
}
.issues-detials-content .issue-card-warp .issues-detials-card .issue-index p {
  color: #000000;
  opacity: 50%;
  font-size: 20px;
}
.issues-detials-content .issue-card-warp .issues-detials-card .issue-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.issues-detials-content .issue-card-warp .issues-detials-card .issue-content h3 {
  font-size: 20px;
  color: #000000;
  margin-bottom: 5px;
}
.issues-detials-content .issue-card-warp .issues-detials-card .issue-content p, .issues-detials-content .issue-card-warp .issues-detials-card .issue-content a {
  color: #000000;
  font-size: 14px;
}
.issues-detials-content .issue-card-warp .issues-detials-card .issue-priority {
  background-color: #FFC8C8;
  padding: 4px 8px;
  border-radius: 2px;
  color: #B90202;
}
.issues-detials-content .issue-card-warp .issues-detials-card:hover {
  transform: translateY(-5px);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
}

.media-kit-section {
  background-color: #F5F5F5;
}
.media-kit-section .volunteer-graduated-leaders {
  margin-bottom: 80px;
}
@media (max-width: 991.98px) {
  .media-kit-section .volunteer-graduated-leaders {
    margin-bottom: 20px;
  }
}
.media-kit-section .mediakit-download-section {
  padding: 40px 0;
  margin-bottom: 80px;
}
@media (max-width: 991.98px) {
  .media-kit-section .mediakit-download-section {
    padding: 20px 0;
    margin-bottom: 30px;
  }
}
.media-kit-section .mediakit-download-section .mediakit-container {
  max-width: 1040px;
  margin: auto;
}
.media-kit-section .mediakit-download-section .mediakit-container .mediakit-item .mediakit-image-wrap {
  position: relative;
  width: 100%;
  max-width: 445px;
  height: auto;
  margin: 0 auto 38px;
  overflow: hidden;
  border-radius: 15px;
}
.media-kit-section .mediakit-download-section .mediakit-container .mediakit-item .mediakit-image-wrap .mediakit-image {
  width: 100%;
  max-width: 445px;
  height: auto;
  display: block;
  border-radius: 15px;
}
.media-kit-section .mediakit-download-section .mediakit-container .mediakit-item .mediakit-image-wrap .mediakit-title {
  position: absolute;
  top: 50%;
  left: 52px;
  transform: translateY(-50%);
  color: #000000;
  font-size: 30px;
  font-weight: bold;
}
.media-kit-section .mediakit-download-section .mediakit-container .mediakit-item .mediakit-caption {
  margin-left: 35px;
  text-align: left;
}
@media (max-width: 991.98px) {
  .media-kit-section .mediakit-download-section .mediakit-container .mediakit-item .mediakit-caption {
    text-align: center;
    margin-bottom: 20px;
  }
}
.media-kit-section .mediakit-download-section .mediakit-container .mediakit-item .mediakit-caption .mediakit-caption-title {
  font-size: 18px;
  color: #000000;
  margin-bottom: 15px;
}
.media-kit-section .mediakit-download-section .mediakit-container .mediakit-item .mediakit-caption .mediakit-link {
  text-decoration: underline;
  color: #000000;
  margin-bottom: 10px;
}
.media-kit-section .mediakit-latest-update {
  padding: 60px 0 110px 0;
  background-size: cover;
  background-position: center;
  margin-bottom: 55px;
}
.media-kit-section .mediakit-latest-update .latest-update-maxWidth {
  max-width: 1040px;
  margin: auto;
}
.media-kit-section .mediakit-latest-update .latest-update-maxWidth .latest-update-row {
  gap: 235px;
  display: flex;
  align-items: stretch;
}
@media (max-width: 991.98px) {
  .media-kit-section .mediakit-latest-update .latest-update-maxWidth .latest-update-row {
    flex-direction: column;
    gap: 50px;
  }
}
.media-kit-section .mediakit-latest-update .latest-update-maxWidth .latest-update-row .mediakit-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 20px;
}
.media-kit-section .mediakit-latest-update .latest-update-maxWidth .latest-update-row .mediakit-card .mediakit-update-image-wrap {
  width: 100%;
  max-width: 375px;
  height: 250px;
  overflow: hidden;
  margin-bottom: 15px;
}
.media-kit-section .mediakit-latest-update .latest-update-maxWidth .latest-update-row .mediakit-card .mediakit-update-image-wrap .mediakit-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.media-kit-section .mediakit-latest-update .latest-update-maxWidth .latest-update-row .mediakit-card .latest-mediakit-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.media-kit-section .mediakit-latest-update .latest-update-maxWidth .latest-update-row .mediakit-card .latest-mediakit-content .latest-mediakit-category,
.media-kit-section .mediakit-latest-update .latest-update-maxWidth .latest-update-row .mediakit-card .latest-mediakit-content .latest-mediakit-title,
.media-kit-section .mediakit-latest-update .latest-update-maxWidth .latest-update-row .mediakit-card .latest-mediakit-content .latest-mediakit-description,
.media-kit-section .mediakit-latest-update .latest-update-maxWidth .latest-update-row .mediakit-card .latest-mediakit-content .latest-mediakit-hashtags {
  color: #ffffff;
  margin-bottom: 8px;
}
.media-kit-section .mediakit-latest-update .latest-update-maxWidth .latest-update-row .mediakit-card .latest-mediakit-content .latest-mediakit-description {
  flex-grow: 1;
}
.media-kit-section .mediakit-latest-update .latest-update-maxWidth .latest-update-row .mediakit-card .latest-mediakit-content .latest-mediakit-hashtags {
  font-size: 20px;
}
.media-kit-section .mediakit-latest-update .latest-update-maxWidth .latest-update-row .mediakit-card .latest-mediakit-content .mediakit-btn {
  align-self: start;
  display: flex;
  align-items: center;
  background: #007bff;
  color: #ffffff;
  padding: 15px 25px;
  font-size: 20px;
  text-decoration: none;
  border-radius: 50px;
  transition: 0.3s;
}
@media (max-width: 991.98px) {
  .media-kit-section .mediakit-latest-update .latest-update-maxWidth .latest-update-row .mediakit-card .latest-mediakit-content .mediakit-btn {
    padding: 15px;
    font-size: 16px;
  }
}
.media-kit-section .mediakit-latest-update .latest-update-maxWidth .latest-update-row .mediakit-card .latest-mediakit-content .mediakit-btn img {
  margin-right: 5px;
  width: 24px;
  height: 24px;
}
@media (max-width: 991.98px) {
  .media-kit-section .mediakit-latest-update .latest-update-maxWidth .latest-update-row .mediakit-card .latest-mediakit-content .mediakit-btn img {
    width: 18px;
    height: 18px;
  }
}
.media-kit-section .mediakit-latest-update .latest-update-maxWidth .latest-update-row .mediakit-card .latest-mediakit-content .mediakit-btn:hover {
  background: #F57A47;
}
.media-kit-section .access-media-library {
  position: relative;
  overflow: hidden;
  margin-bottom: 150px;
}
@media (max-width: 991.98px) {
  .media-kit-section .access-media-library {
    margin-bottom: 50px;
  }
}
.media-kit-section .access-media-library .programs-banner {
  background-color: #F5F5F5;
  height: 460px;
  position: relative;
}
@media (max-width: 991.98px) {
  .media-kit-section .access-media-library .programs-banner {
    height: auto;
    padding-bottom: 30px;
  }
}
.media-kit-section .access-media-library .programs-banner .media-library-title {
  font-size: 30px;
  color: #000000;
  margin-bottom: 14px;
}
@media (max-width: 991.98px) {
  .media-kit-section .access-media-library .programs-banner .media-library-title {
    font-size: 25px;
  }
}
.media-kit-section .access-media-library .programs-banner .media-library-description {
  font-size: 20px;
  color: #000000;
  margin-bottom: 30px;
}
@media (max-width: 991.98px) {
  .media-kit-section .access-media-library .programs-banner .media-library-description {
    font-size: 16px;
  }
}
.media-kit-section .access-media-library .programs-banner .btn-dark {
  padding: 14px 20px;
  width: 150px;
  font-size: 18px;
  border-radius: 5px;
}
.media-kit-section .access-media-library .banner-figure {
  width: 50%;
  position: absolute;
  top: 0;
  right: 0;
  object-fit: cover;
  z-index: 0;
}
@media (max-width: 991.98px) {
  .media-kit-section .access-media-library .banner-figure {
    width: 100%;
    position: static;
    height: auto;
    border-radius: 15px;
    display: block;
    margin: 20px auto 0;
  }
}

.success-stories-warp {
  background-color: #F5F5F5;
}
.success-stories-warp .ss-news-card .container {
  background-color: #ffffff;
  padding-top: 40px;
  padding-bottom: 80px;
}
.success-stories-warp .ss-news-card .sfo-card {
  position: relative;
  margin-bottom: 50px;
  border-radius: 0px;
  overflow: hidden;
  background-color: #ffffff;
}
.success-stories-warp .ss-news-card .sfo-card .links {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.success-stories-warp .ss-news-card .sfo-card figure {
  width: 100%;
  height: 220px;
  overflow: hidden;
  margin: 0;
  border-radius: 0px;
}
.success-stories-warp .ss-news-card .sfo-card figure img.card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease-in-out;
  border-radius: 0px;
}
.success-stories-warp .ss-news-card .sfo-card figcaption {
  padding: 15px;
  border: 1px solid #E1E1E1;
  border-top: 0;
  border-radius: 0;
  min-height: 100px !important;
  height: 120px;
}
.success-stories-warp .ss-news-card .sfo-card figcaption h3 {
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 0;
}
.success-stories-warp .ss-news-card .sfo-card:hover figure img.card-image {
  transform: scale(1.1);
}
@media (min-width: 1400px) {
  .success-stories-warp .keyfocusarea-sdg-impact-dashboard .container, .success-stories-warp .keyfocusarea-sdg-impact-dashboard .container-lg, .success-stories-warp .keyfocusarea-sdg-impact-dashboard .container-md, .success-stories-warp .keyfocusarea-sdg-impact-dashboard .container-sm, .success-stories-warp .keyfocusarea-sdg-impact-dashboard .container-xl, .success-stories-warp .keyfocusarea-sdg-impact-dashboard .container-xxl {
    max-width: 1300px;
  }
}
.success-stories-warp .sdg-impact-dashboard-info {
  background-color: #F7F8FA;
  border-radius: 40px;
  padding: 60px 20px;
}
@media (max-width: 575px) {
  .success-stories-warp .sdg-impact-dashboard-info {
    padding: 25px 15px;
  }
}
.success-stories-warp .sdg-impact-dashboard-info-items {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: start;
  -moz-align-items: start;
  -ms-align-items: start;
  align-items: start;
  -webkit-justify-content: start;
  -moz-justify-content: start;
  -ms-justify-content: start;
  justify-content: start;
  -ms-flex-pack: start;
  flex-wrap: wrap;
  gap: 12px;
  max-width: 965px;
  margin: 0 auto;
}
@media (max-width: 575px) {
  .success-stories-warp .sdg-impact-dashboard-info-items {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
}
.success-stories-warp .sdg-impact-dashboard-info .sgc-dashboard-top {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  max-width: 965px;
  margin: 0 auto;
}
.success-stories-warp .sdg-impact-dashboard-info .sgc-dashboard-top p {
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 15px;
}
@media (max-width: 575px) {
  .success-stories-warp .sdg-impact-dashboard-info .sgc-dashboard-top p {
    font-size: 24px;
  }
}
.success-stories-warp .sdg-impact-dashboard-info .sgc-dashboard-top p span {
  background: linear-gradient(45deg, #59C173, #A17FE0, #5D26C1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 992px) {
  .success-stories-warp .sdg-impact-dashboard-info .sgc-dashboard-top p.left span {
    max-width: 60%;
  }
}
.success-stories-warp .sdg-impact-dashboard-info .sgc-dashboard-top p.right sub {
  position: relative;
  font-size: 18px;
  top: -2px;
  margin-left: 3px;
}
.success-stories-warp .bg-color-section .container {
  background-color: #ffffff;
  height: 150px;
}
@media (max-width: 991.98px) {
  .success-stories-warp .bg-color-section .container {
    height: 100px;
  }
}

.success-sub-heading {
  font-size: 14px;
}

.international-volunteering-section {
  background-color: #ffffff;
}
.international-volunteering-section .inter-vol-section {
  border-bottom: 10px solid #1B3862;
}
.international-volunteering-section .inter-vol-section .banner-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.international-volunteering-section .inter-vol-section .btn-primary {
  display: flex;
  padding: 20px 22px;
  align-items: center;
  gap: 24px;
}
.international-volunteering-section .our-values {
  margin-bottom: 100px;
}
@media (max-width: 991.98px) {
  .international-volunteering-section .our-values {
    margin-bottom: 60px;
  }
}
.international-volunteering-section .how-to-join {
  padding: 50px 0;
}
.international-volunteering-section .how-to-join h3 {
  font-size: 30px;
  color: #000000;
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  .international-volunteering-section .how-to-join h3 {
    font-size: 25px;
  }
}
.international-volunteering-section .how-to-join .step-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 30px;
}
@media (max-width: 991.98px) {
  .international-volunteering-section .how-to-join .step-box {
    margin-bottom: 20px;
  }
}
.international-volunteering-section .how-to-join .step-box .step-number {
  background-color: #D9D9D9;
  width: 56px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 26px;
}
.international-volunteering-section .how-to-join .step-box h4 {
  font-size: 30px;
  color: #000000;
}
@media (max-width: 991.98px) {
  .international-volunteering-section .how-to-join .step-box h4 {
    font-size: 25px;
  }
}
.international-volunteering-section .how-to-join .step-box p {
  font-size: 20px;
  color: #999999;
}
@media (max-width: 991.98px) {
  .international-volunteering-section .how-to-join .step-box p {
    font-size: 16px;
  }
}
.international-volunteering-section .volunteers-memberships-card {
  background-color: #ffffff;
  padding: 22px 0 130px;
}
@media (max-width: 991.98px) {
  .international-volunteering-section .volunteers-memberships-card {
    padding: 22px 0 50px;
  }
}
.international-volunteering-section .volunteers-memberships-card .guide-title {
  font-size: 30px;
  color: #000000;
  max-width: 515px;
  margin-bottom: 60px;
}
.international-volunteering-section .volunteers-memberships-card figure figcaption {
  padding: 20px 25px;
}
.international-volunteering-section .youtube-wrapper {
  padding: 130px 0px;
}
@media (max-width: 991.98px) {
  .international-volunteering-section .youtube-wrapper {
    padding: 70px 0px;
  }
}
.international-volunteering-section .youtube-wrapper .container-max-width {
  max-width: 1250px;
  margin: auto;
}
.international-volunteering-section .youtube-wrapper .container-max-width .youtube-wrapper-info h3 {
  margin-bottom: 20px;
  font-size: 30px;
  color: #000000;
}
@media (max-width: 991.98px) {
  .international-volunteering-section .youtube-wrapper .container-max-width .youtube-wrapper-info h3 {
    font-size: 25px;
  }
}

#feedbackModal {
  justify-content: center;
}
#feedbackModal .modal-dialog {
  max-width: 800px !important;
}

.feed-back-section {
  background-color: #ffffff;
  height: 100vh;
  max-width: 800px;
  padding: 30px 10px 20px;
  overflow: hidden;
  overflow-y: scroll;
}
@media (max-width: 575px) {
  .feed-back-section {
    padding: 25px;
  }
}
.feed-back-section .feed-back-container {
  width: 100%;
  margin: auto;
}
.feed-back-section .feed-back-container .form-control {
  border: 1px solid #E1E1E1;
  border-radius: 5px;
}
.feed-back-section .feedback-herder-warp {
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  .feed-back-section .feedback-herder-warp {
    margin-bottom: 15px;
  }
}
.feed-back-section .feedback-herder-warp h1 {
  font-size: 40px;
  color: #000000;
}
@media (max-width: 575px) {
  .feed-back-section .feedback-herder-warp h1 {
    font-size: 25px;
  }
}
.feed-back-section .feedback-herder-warp p {
  color: #999999;
  margin-bottom: 0px;
}
.feed-back-section .feedback-stepper-Form {
  max-width: 700px;
  width: 100%;
  margin: 0 auto 50px;
}
.feed-back-section .feedback-stepper-Form .name-option {
  color: #999999;
}
.feed-back-section .feedback-stepper-Form .form-text {
  font-size: 14px;
  color: #999999;
}
.feed-back-section .feedback-stepper-Form .feedback-input-warp {
  margin-bottom: 25px;
}
@media (max-width: 991.98px) {
  .feed-back-section .feedback-stepper-Form .feedback-input-warp {
    margin-bottom: 20px;
  }
}
.feed-back-section .feedback-stepper-Form .feedback-input-warp .satisfaction-emoji {
  display: flex;
  align-items: center;
}
.feed-back-section .feedback-stepper-Form .feedback-input-warp textarea {
  min-height: 150px;
  resize: none;
}
@media (max-width: 575px) {
  .feed-back-section .feedback-stepper-Form .feedback-input-warp .satisfied-emoji {
    width: 40px;
  }
}
.feed-back-section .feedback-stepper-Form .feedback-cancel-CTA {
  background: none;
  border: none;
  color: #999999;
  cursor: pointer;
  padding: 0;
}
.feed-back-section .feedback-stepper-Form .btn-primary {
  padding: 16px 42px;
  width: 160px;
  height: 50px;
}
.feed-back-section .stepper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  max-width: 600px;
  margin: 0 auto 65px;
}
@media (max-width: 991.98px) {
  .feed-back-section .stepper {
    margin: 0 auto 35px;
  }
}
.feed-back-section .stepper .line-container {
  position: absolute;
  top: 50%;
  left: 15%;
  width: 70%;
  height: 2px;
  z-index: 0;
  display: flex;
  justify-content: space-between;
}
.feed-back-section .stepper .line-container .line {
  flex: 1;
  height: 2px;
  border-top: 2px dashed #ccc;
  transition: background 0.3s ease-in-out;
}
.feed-back-section .stepper .line-container .line.active {
  border-top: 2px dashed #007bff;
}
.feed-back-section .stepper .step-indicator {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 80px;
  position: relative;
  z-index: 1;
}
.feed-back-section .stepper .step-indicator span {
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  border: 1px solid #ccc;
  transition: all 0.3s;
}
.feed-back-section .stepper .step-indicator .step-label {
  border: 2px solid #E1E1E1;
  padding: 15px 20px;
  width: max-content;
  border-radius: 35px;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 0;
  background: #fff;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 575px) {
  .feed-back-section .stepper .step-indicator .step-label {
    padding: 6px;
    border-radius: 10px;
  }
}
.feed-back-section .stepper .step-indicator .step-label span {
  width: 29px;
  height: 29px;
  border: 1px solid #E1E1E1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0px;
}
@media (max-width: 575px) {
  .feed-back-section .stepper .step-indicator .step-label span {
    display: none;
  }
}
.feed-back-section .stepper .step-indicator.active .step-label {
  border-color: #007bff;
}
.feed-back-section .stepper .step-indicator.active span {
  border-color: #007bff;
}
.feed-back-section .step {
  display: none;
}
.feed-back-section .step.active {
  display: block;
}
.feed-back-section .emoji-rating {
  border: 1px solid #E1E1E1;
  border-radius: 5px;
}
.feed-back-section .emoji-rating label span {
  font-size: 2rem;
  cursor: pointer;
  padding: 10px;
  border-radius: 10px;
  transition: background-color 0.3s;
}
.feed-back-section .emoji-rating label span:hover {
  background-color: #ffebcd;
}
.feed-back-section .emoji-rating input {
  display: none;
}
.feed-back-section .emoji-rating input:checked + span {
  background-color: #ffebcd;
}
.feed-back-section .emoji-rating label:hover span {
  background-color: #ffebcd;
}
.feed-back-section .toggle-switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
}
.feed-back-section .toggle-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.feed-back-section .toggle-switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 24px;
}
.feed-back-section .toggle-switch .slider::before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}
.feed-back-section .toggle-switch input:checked + .slider {
  background-color: #007bff;
}
.feed-back-section .toggle-switch input:checked + .slider:before {
  transform: translateX(26px);
}

#feedbackThankModal .modal-content {
  border-radius: 20px;
}

.feed-back-thankYou {
  display: flex;
  justify-content: center;
  align-items: center;
}
.feed-back-thankYou .feedBack-thank-card {
  max-width: 635px;
  width: 100%;
  text-align: center;
  background: #ffffff;
  padding: 95px 65px 55px;
  border: 1px solid #E1E1E1;
  border-radius: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .feed-back-thankYou .feedBack-thank-card {
    padding: 60px 30px;
  }
}
@media (max-width: 480px) {
  .feed-back-thankYou .feedBack-thank-card {
    padding: 40px 20px;
  }
}
.feed-back-thankYou figure img {
  margin-bottom: 55px;
  width: 120px;
  height: 120px;
}
@media (max-width: 480px) {
  .feed-back-thankYou figure img {
    width: 100px;
    height: 100px;
  }
}
.feed-back-thankYou figure figcaption h1 {
  margin-bottom: 12px;
  font-size: 32px;
  color: #000000;
}
@media (max-width: 480px) {
  .feed-back-thankYou figure figcaption h1 {
    font-size: 24px;
  }
}
.feed-back-thankYou figure figcaption p {
  font-size: 18px;
  color: #999999;
  margin-bottom: 100px;
}
@media (max-width: 480px) {
  .feed-back-thankYou figure figcaption p {
    font-size: 16px;
    margin-bottom: 50px;
  }
}
.feed-back-thankYou figure figcaption .btn-primary {
  padding: 14px 36px;
  width: 140px;
  height: 45px;
  margin: auto;
  font-size: 16px;
}
@media (max-width: 480px) {
  .feed-back-thankYou figure figcaption .btn-primary {
    width: 120px;
    height: 40px;
    font-size: 14px;
  }
}

.disclaimer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
@media (max-width: 991.98px) {
  .disclaimer {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }
}
.disclaimer p {
  font-size: 15px;
  color: #999999;
  margin-bottom: 0px;
}
.disclaimer .button-container {
  margin-bottom: 0px;
}
.disclaimer .button-container .submit-request-btn {
  margin-bottom: 0px;
}

.border-bottom {
  margin-bottom: 15px;
}

.impact-request-form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
@media (max-width: 991.98px) {
  .impact-request-form {
    margin-bottom: 25px;
  }
}

.volunteer-form-container .impact-address {
  margin-bottom: 35px;
}
@media (max-width: 991.98px) {
  .volunteer-form-container .impact-address {
    margin-bottom: 2px;
  }
  .volunteer-form-container .impact-address .col-lg-6 {
    margin-bottom: 10px;
  }
}
.volunteer-form-container .report-type {
  margin-bottom: 25px;
}
@media (max-width: 991.98px) {
  .volunteer-form-container .report-type {
    margin-bottom: 10px;
  }
}
.volunteer-form-container .reason-request {
  margin-bottom: 45px;
}
@media (max-width: 991.98px) {
  .volunteer-form-container .reason-request {
    margin-bottom: 15px;
  }
}
.volunteer-form-container .plan-skill {
  margin-bottom: 25px;
}
@media (max-width: 991.98px) {
  .volunteer-form-container .plan-skill {
    margin-bottom: 15px;
  }
}

.organization {
  margin-bottom: 50px;
}
@media (max-width: 991.98px) {
  .organization {
    margin-bottom: 5px;
  }
}

.year-in-review-wrapper {
  background-color: #F2F3F6;
  padding-bottom: 1px;
}
@media (max-width: 768px) {
  .year-in-review-wrapper {
    padding-top: 5px;
  }
}
.year-in-review-wrapper .hero {
  padding-top: 70px;
}
@media (max-width: 768px) {
  .year-in-review-wrapper .hero {
    padding-top: 40px;
  }
}
.year-in-review-wrapper .hero .hero-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin-bottom: 55px;
  gap: 15px;
}
@media (max-width: 991.98px) {
  .year-in-review-wrapper .hero .hero-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    margin-bottom: 25px;
  }
}
.year-in-review-wrapper .hero .hero-content h2 {
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 0px;
}
@media (max-width: 991.98px) {
  .year-in-review-wrapper .hero .hero-content h2 {
    font-size: 25px;
  }
}
.year-in-review-wrapper .hero .hero-btn {
  width: 150px;
  height: 40px;
  border-radius: 5px;
  background-color: #fcc89f;
  color: #000000;
  border: none;
}
.year-in-review-wrapper .hero .hero-para {
  text-align: center;
  line-height: 1.2;
  margin-bottom: 95px;
}
@media (max-width: 768px) {
  .year-in-review-wrapper .hero .hero-para {
    margin-bottom: 40px;
  }
}
.year-in-review-wrapper .hero .hero-para p {
  margin-bottom: 0px;
}
@media (max-width: 991.98px) {
  .year-in-review-wrapper .hero .hero-para p {
    text-align: start;
    line-height: 1.5;
  }
}
.year-in-review-wrapper .site-section {
  padding: 80px 100px 80px 110px;
  background-color: #ffffff;
  border-radius: 5px;
  margin-bottom: 70px;
  position: relative;
}
@media (max-width: 768px) {
  .year-in-review-wrapper .site-section {
    padding: 35px 5px 40px 15px;
  }
}
@media (min-width: 769px) and (max-width: 998px) {
  .year-in-review-wrapper .site-section {
    padding: 80px 100px 40px 60px;
  }
}
.year-in-review-wrapper .site-section .expand-info h2 {
  max-width: 51%;
  margin-bottom: 40px;
  font-size: 40px;
  font-weight: 300;
}
@media (max-width: 768px) {
  .year-in-review-wrapper .site-section .expand-info h2 {
    max-width: 100%;
    margin-bottom: 20px;
    font-size: 30px;
  }
}
@media (min-width: 769px) and (max-width: 998px) {
  .year-in-review-wrapper .site-section .expand-info h2 {
    margin-bottom: 20px;
    max-width: 100%;
  }
}
@media (min-width: 998px) and (max-width: 1200px) {
  .year-in-review-wrapper .site-section .expand-info h2 {
    max-width: 75%;
  }
}
.year-in-review-wrapper .site-section .expand-info p {
  max-width: 70%;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .year-in-review-wrapper .site-section .expand-info p {
    max-width: 85%;
    margin-bottom: 30px;
  }
}
@media (min-width: 769px) and (max-width: 998px) {
  .year-in-review-wrapper .site-section .expand-info p {
    max-width: 100%;
    margin-bottom: 50px;
  }
}
.year-in-review-wrapper .site-section .areas {
  padding-top: 30px;
}
.year-in-review-wrapper .site-section .areas li {
  color: #999999;
  line-height: 1;
  font-size: 30px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .year-in-review-wrapper .site-section .areas li {
    font-size: 20px;
    margin-bottom: 5px;
  }
}
.year-in-review-wrapper .site-section .areas-img img {
  height: 100px;
  width: 115px;
}
.year-in-review-wrapper .stats-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 20px;
}
@media (max-width: 768px) {
  .year-in-review-wrapper .stats-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 20px;
  }
}
@media (min-width: 769px) and (max-width: 998px) {
  .year-in-review-wrapper .stats-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}
@media (min-width: 998px) and (max-width: 1200px) {
  .year-in-review-wrapper .stats-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}
.year-in-review-wrapper .stat-card {
  background-color: #ffffff;
  padding: 15px 15px;
  width: 220px;
  border-radius: 10px;
  border: 1px solid #E1E1E1;
  min-width: 150px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
.year-in-review-wrapper .stat-number {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0px;
}
.year-in-review-wrapper .stat-text {
  font-size: 14px;
  color: #333;
  line-height: 1.4;
}
.year-in-review-wrapper .areas-wrapper {
  position: relative;
  min-height: 400px;
}
.year-in-review-wrapper .areas {
  padding-left: 20px;
  margin-bottom: 0;
  list-style: disc;
}
.year-in-review-wrapper .areas-img {
  position: absolute;
  bottom: 35px;
  right: 20px;
}
.year-in-review-wrapper .areas-img img {
  width: 116px;
  height: 100px;
  object-fit: contain;
}
.year-in-review-wrapper .supporting-wrapper {
  background-color: #ffffff;
  padding: 50px 0px 50px 110px;
  border-radius: 5px;
  margin-bottom: 65px;
}
@media (max-width: 768px) {
  .year-in-review-wrapper .supporting-wrapper {
    padding: 35px 25px 40px 15px;
  }
}
@media (min-width: 769px) and (max-width: 998px) {
  .year-in-review-wrapper .supporting-wrapper {
    padding: 80px 5px 40px 20px;
  }
}
@media (min-width: 998px) and (max-width: 1200px) {
  .year-in-review-wrapper .supporting-wrapper {
    background-color: #ffffff;
    padding: 47px 20px 50px 39px;
    border-radius: 5px;
  }
}
.year-in-review-wrapper .supporting-wrapper .expand-info {
  padding-top: 40px;
}
@media (max-width: 768px) {
  .year-in-review-wrapper .supporting-wrapper .expand-info {
    padding-top: 0px;
  }
}
.year-in-review-wrapper .supporting-wrapper .expand-info h2 {
  margin-bottom: 40px;
  font-size: 40px;
  font-weight: 300;
}
@media (max-width: 768px) {
  .year-in-review-wrapper .supporting-wrapper .expand-info h2 {
    max-width: 100%;
    margin-bottom: 15px;
    font-size: 30px;
  }
}
@media (min-width: 769px) and (max-width: 998px) {
  .year-in-review-wrapper .supporting-wrapper .expand-info h2 {
    margin-bottom: 20px;
    max-width: 85%;
    font-size: 28px;
    font-weight: 400;
  }
}
.year-in-review-wrapper .supporting-wrapper .expand-info p {
  margin-bottom: 120px;
}
@media (max-width: 768px) {
  .year-in-review-wrapper .supporting-wrapper .expand-info p {
    max-width: 100%;
    margin-bottom: 20px;
  }
}
@media (min-width: 769px) and (max-width: 998px) {
  .year-in-review-wrapper .supporting-wrapper .expand-info p {
    margin-bottom: 45px;
  }
}
.year-in-review-wrapper .supporting-wrapper .supporting-farming-img img {
  width: 530px;
  height: 530px;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 768px) {
  .year-in-review-wrapper .supporting-wrapper .supporting-farming-img img {
    width: 100%;
    height: 300px;
  }
}
.year-in-review-wrapper .empower-skil h2 {
  max-width: 80%;
}
.year-in-review-wrapper .empower-skil p {
  margin-bottom: 40px !important;
}
@media (max-width: 768px) {
  .year-in-review-wrapper .empower-skil p {
    margin-bottom: 15px !important;
  }
}
.year-in-review-wrapper .skill-wrapper {
  margin-bottom: 100px;
}

.client-section {
  background-color: #ffffff;
}
.client-section .client-banner {
  padding: 20px 0;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
}
@media (min-width: 992px) {
  .client-section .client-banner {
    padding-bottom: 70px;
  }
}
.client-section .client-banner .breadcrumb {
  padding-top: 30px;
  margin-bottom: 40px;
}
@media (max-width: 575px) {
  .client-section .client-banner .breadcrumb {
    margin-bottom: 25px;
  }
}
.client-section .client-banner .breadcrumb .breadcrumb-item {
  color: #170EAF;
  font-size: 14px;
  font-weight: 400;
}
.client-section .client-banner .breadcrumb .breadcrumb-item a {
  color: #170EAF;
  font-size: 14px;
  font-weight: 500;
  text-decoration: underline;
}
.client-section .client-banner figcaption h3 {
  font-size: 20px;
  font-weight: 400;
  color: #000000;
  margin-bottom: 15px;
  text-decoration: underline;
}
@media (max-width: 575px) {
  .client-section .client-banner figcaption h3 {
    font-size: 28px;
    margin-bottom: 25px;
  }
}
.client-section .client-banner figcaption p {
  color: #000000;
  font-size: 36px;
  line-height: 45px;
  font-weight: bold;
  margin-bottom: 40px;
}
@media (max-width: 575px) {
  .client-section .client-banner figcaption p {
    margin-bottom: 25px;
  }
}
.client-section .client-banner figcaption p span {
  font-size: 30px;
}
.client-section .client-banner figcaption .client-activities-category {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: start;
  -moz-align-items: start;
  -ms-align-items: start;
  align-items: start;
  width: 100%;
}
.client-section .client-banner figcaption .client-activities-category div {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
}
.client-section .client-banner figcaption .client-activities-category div p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 5px;
}
@media (max-width: 575px) {
  .client-section .client-banner figcaption .client-activities-category div p {
    font-size: 14px;
    line-height: 20px;
  }
}
.client-section .client-banner figcaption .client-activities-category div h6 {
  color: #ffffff;
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
  margin-bottom: 5px;
}
@media (max-width: 575px) {
  .client-section .client-banner figcaption .client-activities-category div h6 {
    font-size: 20px;
    line-height: 30px;
  }
}
.client-section .client-banner figcaption .client-activities-category div small {
  color: #ffffff;
  font-size: 13px;
  font-weight: 400;
}
@media (max-width: 575px) {
  .client-section .client-banner figcaption .client-activities-category div small {
    font-size: 12px;
  }
}
.client-section .client-banner figure {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: end;
  -moz-justify-content: end;
  -ms-justify-content: end;
  justify-content: end;
  -ms-flex-pack: end;
}
@media (max-width: 767.98px) {
  .client-section .client-banner figure {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    margin: 0;
  }
}
@media (max-width: 575px) {
  .client-section .client-banner figure {
    height: 230px;
  }
}
.client-section .client-banner .client-img {
  border-radius: 20px;
  transform: rotate(355deg);
  width: 480px;
  height: 345px;
}
@media (max-width: 768px) {
  .client-section .client-banner .client-img {
    transform: rotate(0deg);
  }
}
.client-section .client-wrapper {
  padding-top: 60px;
  background-color: #ffffff;
  border-top: 1px solid #E1E1E1;
}
.client-section .client-side-area {
  top: -150px;
  position: relative;
  color: #ffffff;
}
.client-section .client-side-area .client-side-card {
  margin: 0 auto;
  background-color: #045645;
  padding: 30px 30px;
  border-radius: 20px;
}
.client-section .client-side-area .client-side-card-head {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: start;
  -moz-align-items: start;
  -ms-align-items: start;
  align-items: start;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  margin-bottom: 55px;
}
@media (max-width: 767.98px) {
  .client-section .client-side-area .client-side-card-head {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 30px;
  }
}
.client-section .client-side-area .client-side-card-head h3 {
  margin: 0;
  font-size: 30px;
  color: #000000;
  flex: 0 0 40%;
  max-width: 40%;
}
@media (max-width: 767.98px) {
  .client-section .client-side-area .client-side-card-head h3 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 15px;
  }
}
.client-section .client-side-area .client-side-card-head div {
  flex: 0 0 60%;
  max-width: 60%;
}
@media (max-width: 767.98px) {
  .client-section .client-side-area .client-side-card-head div {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.client-section .client-side-area .client-side-card-head div p {
  font-size: 14px;
  color: #000000;
  margin: 0;
}
.client-section .client-side-area .client-side-card-body {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  gap: 15px;
}
@media (max-width: 991.98px) {
  .client-section .client-side-area .client-side-card-body {
    overflow: scroll;
  }
  .client-section .client-side-area .client-side-card-body::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    border-radius: 0;
    background-color: transparent;
  }
  .client-section .client-side-area .client-side-card-body::-webkit-scrollbar {
    width: 0;
    background-color: transparent;
  }
  .client-section .client-side-area .client-side-card-body::-webkit-scrollbar-thumb {
    border-radius: 0;
    -webkit-box-shadow: inherit;
    background-color: transparent;
  }
}
@media (max-width: 1198.98px) {
  .client-section .client-side-area .client-side-card-body {
    overflow: scroll;
  }
}
.client-section .client-side-area .client-side-card-body .item {
  padding: 15px 20px 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background-color: #F8F8FA;
  border-radius: 15px;
  height: 230px;
  flex: 0 0 calc(25% - 10px);
  max-width: calc(25% - 10px);
}
@media (min-width: 1200px) {
  .client-section .client-side-area .client-side-card-body .item {
    height: 260px;
  }
}
@media (max-width: 991.98px) {
  .client-section .client-side-area .client-side-card-body .item {
    flex: 0 0 215px;
    max-width: 215px;
  }
}
.client-section .client-side-area .client-side-card-body .item h5 {
  font-size: 20px;
  font-weight: 500;
  margin: 0;
}
.client-section .client-percentage {
  font-size: 50px;
  font-weight: bold;
}
.client-section .client-skill h5 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}
.client-section .divider {
  width: 1px;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.3);
  justify-self: center;
}
@media (max-width: 998px) {
  .client-section .divider {
    display: none;
  }
}
.client-section .key-focus-area-card-body {
  gap: 30px;
}
@media (max-width: 768px) {
  .client-section .key-focus-area-card-body {
    display: -webkit-box;
  }
}
@media (min-width: 769px) and (max-width: 998px) {
  .client-section .key-focus-area-card-body {
    display: -webkit-box;
  }
}
.client-section .arrow {
  display: flex;
  align-items: center;
  gap: 10px;
}
.client-section .zoho-parterns-section {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .client-section .zoho-parterns-section {
    height: auto;
    max-height: none;
    margin-bottom: 0px;
  }
}
@media (min-width: 769px) and (max-width: 998px) {
  .client-section .zoho-parterns-section {
    height: auto;
    max-height: none;
    margin-bottom: 0px;
  }
}
@media (max-width: 768px) {
  .client-section .zoho-parterns-section .zoho-wrapper {
    height: auto;
    max-height: none;
  }
}
@media (min-width: 769px) and (max-width: 998px) {
  .client-section .zoho-parterns-section .zoho-wrapper {
    height: auto;
    max-height: none;
  }
}
.client-section .zoho-parterns-section .zoho-wrapper .zoho-left {
  width: 350px;
  min-width: 350px;
  min-height: 200px;
  padding: 30px;
  background: white;
  border: 1px solid #E1E1E1;
  position: sticky;
  top: 0;
  overflow-y: auto;
}
@media (max-width: 768px) {
  .client-section .zoho-parterns-section .zoho-wrapper .zoho-left {
    height: auto;
    max-height: none;
    margin-bottom: 0px;
  }
}
@media (max-width: 1199.98px) {
  .client-section .zoho-parterns-section .zoho-wrapper .zoho-left {
    width: 100%;
    min-width: unset;
  }
}
.client-section .zoho-parterns-section .zoho-wrapper .zoho-left figure img {
  width: 100%;
  height: auto;
}
.client-section .zoho-parterns-section .zoho-wrapper .zoho-left figcaption p {
  font-size: 15px;
  line-height: 1.4;
}
.client-section .zoho-parterns-section .zoho-wrapper .zoho-right {
  flex: 1;
  margin: 0 auto;
  overflow-y: scroll;
  scroll-snap-type: y mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
@media (max-width: 768px) {
  .client-section .zoho-parterns-section .zoho-wrapper .zoho-right {
    height: auto;
    max-height: none;
  }
}
@media (min-width: 769px) and (max-width: 998px) {
  .client-section .zoho-parterns-section .zoho-wrapper .zoho-right {
    height: auto;
    max-height: none;
  }
}
.client-section .zoho-parterns-section .zoho-wrapper .zoho-right::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}
.client-section .zoho-parterns-section .zoho-wrapper .zoho-right .scroll-frame {
  margin-bottom: 60px;
  overflow-x: hidden;
}
@media (max-width: 768px) {
  .client-section .zoho-parterns-section .zoho-wrapper .zoho-right .scroll-frame {
    margin-bottom: 25px;
  }
}
.client-section .zoho-parterns-section .zoho-wrapper .zoho-right .scroll-frame h4 {
  font-size: 30px;
  font-weight: bold;
  color: #000957;
  margin-bottom: 10px;
}
.client-section .zoho-parterns-section .zoho-wrapper .zoho-right .scroll-frame p {
  margin-bottom: 10px;
}
.client-section .zoho-parterns-section .zoho-wrapper .zoho-right .scroll-frame ul.zoho-incom {
  padding-left: 5px;
}
.client-section .client-results {
  border: 1px solid #E1E1E1;
  padding: 17px 6px;
  border-radius: 15px;
  width: 228px;
  height: 100%;
}
@media (max-width: 1199.98px) {
  .client-section .client-results {
    width: 100%;
  }
}
.client-section .client-results .campaigns-img {
  gap: 5px;
  margin-bottom: 5px;
}
.client-section .client-results .campaigns-img figure {
  border: 1px solid #E1E1E1;
  padding: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  margin: 0px;
}
.client-section .client-results .campaigns-content {
  gap: 15px;
}
.client-section .client-results .campaigns-content h2 {
  font-size: 36px;
  font-weight: bold;
}
.client-section .client-results .campaigns-content p {
  color: #999999;
  font-size: 14px;
}

.leadership-social-impact-journey {
  background-color: #EFEEED;
  position: relative;
  max-height: 600px;
  height: 100%;
  overflow: hidden;
  padding: 40px 0;
  /* Top and bottom shadow effect */
  /* Infinite vertical scrolling */
}
@media (max-width: 767.98px) {
  .leadership-social-impact-journey {
    padding: 30px 15px;
  }
}
.leadership-social-impact-journey h3 {
  font-size: 30px;
  font-weight: 700;
  color: #000000;
  max-width: 400px;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .leadership-social-impact-journey h3 {
    max-width: 100%;
    text-align: center;
    font-size: 24px;
  }
}
.leadership-social-impact-journey .list-container {
  height: 500px;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
}
.leadership-social-impact-journey ul {
  list-style: none;
  padding: 0;
  margin: 0;
  animation: scrollUp 10s linear infinite;
}
.leadership-social-impact-journey li {
  padding: 10px 20px;
  margin: 15px 0;
  font-size: 27px;
  font-weight: 500;
  transition: all 0.3s ease;
  opacity: 0.8;
}
.leadership-social-impact-journey li a {
  text-decoration: none;
  color: #000000;
  transition: color 0.3s ease;
}
.leadership-social-impact-journey li a:hover {
  color: #4364F7;
}
@media (max-width: 575px) {
  .leadership-social-impact-journey li a {
    font-size: 20px;
  }
}
.leadership-social-impact-journey .list-container::before,
.leadership-social-impact-journey .list-container::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 100px;
  z-index: 1;
  pointer-events: none;
}
.leadership-social-impact-journey .list-container::before {
  top: 0;
  background: linear-gradient(to bottom, rgb(243, 239, 236) 10%, rgba(227, 224, 221, 0) 100%);
}
.leadership-social-impact-journey .list-container::after {
  bottom: 0;
  background: linear-gradient(to top, rgb(243, 239, 236) 10%, rgba(227, 224, 221, 0) 100%);
}
@keyframes scrollUp {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}

.privacy-policy-section {
  background-color: #F2F3F6;
  padding: 40px 0;
}
.privacy-policy-section .container {
  max-width: 800px;
}
.privacy-policy-section h1 {
  font-size: 50px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  color: #343a40;
}
.privacy-policy-section h2 {
  font-size: 35px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #212529;
}
.privacy-policy-section p {
  line-height: 1.6;
  color: #000000;
}
.privacy-policy-section .privacy-policy-links {
  padding-left: 30px;
}
.privacy-policy-section .privacy-policy-links li {
  list-style: disc;
  line-height: 1.6;
  color: #000000;
}

@media (max-width: 768px) {
  h1 {
    font-size: 2rem;
  }
  h2 {
    font-size: 1.5rem;
  }
  p {
    font-size: 0.95rem;
  }
}
.privacy-policy-section, .terms-of-use-section {
  background-color: #F2F3F6;
  padding: 40px 0;
}
.privacy-policy-section .container, .terms-of-use-section .container {
  max-width: 800px;
}
.privacy-policy-section h1, .terms-of-use-section h1 {
  font-size: 50px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  color: #343a40;
}
.privacy-policy-section h2, .terms-of-use-section h2 {
  font-size: 1.8rem;
  font-weight: 600;
  margin-top: 20px;
  color: #212529;
  padding-bottom: 5px;
}
.privacy-policy-section p, .terms-of-use-section p {
  line-height: 1.6;
  color: #000000;
  margin-bottom: 15px;
}
.privacy-policy-section .privacy-policy-links, .terms-of-use-section .privacy-policy-links {
  padding-left: 30px;
}
.privacy-policy-section .privacy-policy-links li, .terms-of-use-section .privacy-policy-links li {
  list-style: disc;
  line-height: 1.6;
  color: #000000;
}
@media (max-width: 768px) {
  .privacy-policy-section h1, .terms-of-use-section h1 {
    font-size: 2rem;
  }
  .privacy-policy-section h2, .terms-of-use-section h2 {
    font-size: 1.5rem;
  }
  .privacy-policy-section p, .terms-of-use-section p {
    font-size: 0.95rem;
  }
}

/*# sourceMappingURL=style.css.map */
