:root {
  --orange-color: #f97316;
  --green-light: #99cc00;
  --green-dark: #004f00;
  --gray-dark: #666666;
  --black-dark: #1e2329;
}
.text-F60 {
  color: #f60;
}

body {
  margin: 0;
  padding: 0;
  font-weight: 400;
  background-color: #fff;
  overflow-x: hidden;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  margin: 0;
  padding: 0;
}
h1 {
  font-size: 40px;
  line-height: 48px;
  margin-top: 16px;
  margin-bottom: 16px;
  color: #fff;
  font-weight: 600;
}
h2 {
  color: #fff;
  font-size: 32px;
  line-height: 42px;
  margin-top: 16px;
  margin-bottom: 16px;
  font-weight: 600;
}
h3 {
  font-size: 28px;
  line-height: 39px;
  margin-top: 12px;
  margin-bottom: 12px;
  font-weight: 600;
}
h4 {
  font-size: 24px;
  line-height: 34px;
  margin-top: 12px;
  margin-bottom: 12px;
  font-weight: 600;
}
h5 {
  font-size: 20px;
  line-height: 30px;
  margin-top: 12px;
  margin-bottom: 12px;
  font-weight: 600;
}
h6 {
  font-size: 18px;
  line-height: 28px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 600;
}
.g-10 {
  gap: 10px;
}
.g-5 {
  gap: 5px;
}
.g-15 {
  gap: 15px;
}
button {
  background-color: transparent;
  outline: none;
}
.primary-btn.nav-link.active {
  color: #fff !important;
}
.form-group input,
.form-group select,
.form-group textarea {
  outline: none;
  border: none;
  background-color: transparent;
  background: #f8f8f8;
  font-size: 16px;
  font-weight: 400;
  color: #3c3c3c;
  border: 1px solid #d6d8e396;
  border-radius: 10px;
  padding: 14px 20px;
}
.form-group input::placeholder {
  opacity: 1;
  color: #3c3c3c;
}
.form-group input:focus {
  color: #fff;
}
.form-control:focus {
  border-color: #6d6d6d;
  background-color: #f8f8f8;
  color: #000;
  box-shadow: 0 0 0 0 transparent;
}
input {
  font-size: 16px;
  font-weight: 500;
}
input:focus {
  box-shadow: 0 0 0 0 transparent;
}
p {
  font-size: 16px;
  line-height: 28px;
  color: #fff;
}
.container {
  max-width: 1320px;
}
input {
  outline: none;
}
a,
a:hover {
  text-decoration: none;
}
ul,
p {
  list-style: none;
  margin: 0;
  padding: 0;
}
.navbar-nav .nav-link.active {
  color: #e3394ad9;
}
button:focus:not(:focus-visible) {
  color: inherit !important;
  box-shadow: 0 0 0 rgba(13, 109, 253, 0);
}
.navbar-toggler {
  border: none;
  padding: 0;
}
/* .icon-bar {
  color: #fff;
  padding: 6px 10px;
  border: 1px solid #fff;
  border-radius: 5px;
  display: inline-block;
}
.icon-bar i {
  font-size: 22px;
  color:#000;
} */
.g-20 {
  gap: 20px;
}
.rotate-50,
.rotate-50 i {
  transform: rotate(-50deg);
}
.menu-bg {
  background-color: #fff;
  /* background: linear-gradient(to bottom, #25174c, #342169);
  border-bottom: 1px solid #242323; */
  position: sticky;
  top: 0;
  z-index: 999;
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}
.nav-item > a {
  font-weight: 400;
  font-size: 15px;
  color: #666666;
  padding: 0px;
  transition: 0.5s;
}
.nav-item .nav-link.active,
.nav-item > a:hover,
.nav-item > a:focus,
.dropdown-menu ul li a:hover {
  color: #004f00;
}
.navbar-brand img {
  max-width: 148px;
  width: 100%;
  height: 47px;
}
.cursor {
  cursor: pointer;
}
.primary-btn,
.outline-btn {
  padding: 12px 26px;
  background: var(--green-light);
  border-radius: 40px;
  font-weight: 500;
  font-size: 18px;
  cursor: pointer;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid transparent;
}
.outline-btn {
  color: #000;
  background-color: white;
  border-color: var(--green-light);
}
.outline-btn-bg {
  background: #ffffff26;
  border-color: #fff;
}
.secondary-btn {
  padding: 12px 26px;
  background: #fff;
  border-radius: 40px;
  font-weight: 500;
  font-size: 18px;
  cursor: pointer;
  color: #000;
  display: flex;
  align-items: center;
  gap: 10px;
}
.secondary-btn img {
  width: 26px;
  height: auto;
}
.header-right .primary-btn,
.header-right .outline-btn {
  font-size: 16px;
}
.header-right .outline-btn {
  color: #666666;
}

.primary-btn:hover,
.outline-btn:hover {
  background-color: var(--orange-color);
  color: #fff;
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}

.primary-btn i {
  font-size: 18px;
  transition: 0.5s;
}
.primary-btn:hover i {
  transform: rotate(-45deg);
}
.g-30 {
  gap: 30px;
}
.mt-40 {
  margin-top: 40px;
}
.ptb-100 {
  padding: 100px 0;
}
.mt-30 {
  margin-top: 30px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-18 {
  margin-top: 18px;
}
.common-heading p {
  font-size: 18px;
  line-height: 30px;
  margin-top: 20px;
}
.common-heading h1 {
  font-size: 62px;
  font-weight: 600;
  line-height: 80px;
}
.common-heading h2 {
  font-size: 48px;
  line-height: 60px;
  font-weight: 600;
}
.common-heading h3 {
  font-size: 45px;
  line-height: 49px;
}
.common-heading h4 {
  font-size: 22px;
  line-height: 30px;
  color: #fff;
  font-weight: 500;
}
/* start core css */
.pre-header ul li a {
  font-weight: 500;
  transition: 0.5s;
  color: #fff;
}
.pre-header ul li a:hover {
  color: var(--green-dark);
}
.pre-header {
  background-color: var(--orange-color);
  padding: 17px 0;
}
.pre-header ul li a i {
  font-size: 22px;
}
.hero-section {
  /* background: var(--green-dark); */
  padding: 100px 0;
  background: url("../images/bg/bg-2.jpeg");
  background-size: cover;
  background-position: center center;
}
/* .hero-section:after{
  content:"";
  position: absolute;
  left: 0;
  bottom: 0;
  background: url('../images/shape/1.png');
  background-size:100% 100%;
  max-height:626px;
  max-width: 823px;
  width: 100%;
  height: 100%;
  background-position: center center;
} */
.hero-thumbnails-1:after {
  content: "";
  position: absolute;
  right: -52px;
  top: -35px;
  background: url("../images/shape/2.png");
  background-size: 100% 100%;
  max-height: 103px;
  max-width: 132px;
  width: 100%;
  height: 100%;
  background-position: center center;
}
.mission-thumbnails:after {
  content: "";
  position: absolute;
  right: -70px;
  bottom: -85px;
  background: url("../images/shape/3.png");
  background-size: 100% 100%;
  max-height: 133px;
  max-width: 133px;
  width: 100%;
  height: 100%;
  background-position: center center;
  animation: bounce 2s infinite;
}
/* Bounce keyframes */
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(30px);
  }
  60% {
    transform: translateY(8px);
  }
}
.hero-thumbnails-2 {
  position: absolute;
  right: 0;
  bottom: 0;
}
.hero-thumbnails {
  height: 550px;
}
.hero-thumbnails-2 img {
  max-width: 306px;
}
.hero-thumbnails-1 img {
  max-width: 387px;
}
.badge-title {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 34px;
}
.color-666 {
  color: #666666 !important;
}
.ptb-150 {
  padding: 150px 0;
}
.font-semibold {
  font-weight: 600;
}
.apply-option-card {
  margin-top: 100px;
  background-color: #bedbbf;
  box-shadow: 20px 30px 80px 5px #00000008;
  border-radius: 30px;
  padding: 80px 80px;
}
.card-1-icon {
  height: 80px;
  background-color: #fff;
  width: 80px;
  border-radius: 50%;
  padding: 20px;
  transition: 0.5s;
}
.card-1 {
  transition: 0.5s;
  padding: 72px 60px;
  box-shadow: 0px 14px 24px 0px #00000012;
  border-radius: 20px;
}
.card-1:hover,
.card-1:hover .card-1-icon {
  box-shadow: 0px 14px 24px 0px #eeeeee;
}
.card-1-content p {
  margin-top: 16px;
  font-size: 20px;
}
.card-1-content h6 {
  font-size: 26px;
  line-height: 34px;
  margin-top: 20px;
}
.bg-FF6 {
  background-color: #ff6600;
}
.bg-99C {
  background-color: #99cc00;
}
.text-99C {
  color: #99cc00 !important;
}
.mt-150 {
  margin-top: 60px;
}
.mt-15 {
  margin-top: 15px;
}
header.header-area {
  padding: 10px 0;
}

.bg-007 {
  background-color: #007f00 !important;
}
.ptb-100 {
  padding: 100px 0;
}
.applicants-list ul li a img {
  width: 100%;
  border-radius: 50%;
}
.applicants-list ul li a {
  color: #fff;
  display: flex;
  margin-left: -15px;
  align-items: center;
  justify-content: center;
  height: 44px;
  width: 44px;
  border-radius: 50%;
  box-shadow: 0px 4.35px 4.35px 0px #00000014;
  border: 1.7px solid #ffffff;
}
.applicants-list ul li:last-child a {
  background-color: var(--green-dark);
  font-size: 11px;
  font-weight: 600;
}
.applicants-list p {
  color: #fff;
  font-size: 18px;
  margin-top: 18px;
}
.card-2 {
  padding: 50px 30px;
  border-radius: 30px;
}
.applicants-list h2 {
  font-size: 60px;
}
.rating-list li i {
  font-size: 20px;
  color: var(--orange-color);
}
.testimonial-body p {
  color: var(--gray-dark);
  font-size: 18px;
  line-height: 32px;
}
.author-logo img {
  width: 68px;
  height: 68px;
  border-radius: 50%;
}
.author-info p {
  color: var(--gray-dark);
}
.author-info h6 {
  font-size: 20px;
  line-height: 32px;
}
.box-shadow {
  box-shadow: 0px 14px 24px 0px #00000012;
  padding-top: 20px;
  padding-bottom: 40px;
  padding-left: 60px;
  padding-right: 60px;
  border-radius: 20px;
}
.box-shadow-sm {
  padding: 40px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 14px 24px 0px rgba(0, 0, 0, 0.07);
}
.arrow-icon i {
  color: #999999;
  font-size: 20px;
}
.arrow-icon {
  position: absolute;
  pointer-events: none;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.contact-section .primary-btn {
  padding: 20px 10px;
}
.address-icon i {
  font-size: 20px;
}
.slider-btn i {
  font-size: 22px;
  color: #666666;
}
.slider-btn:hover,
.arrow-right {
  box-shadow: 0px 16px 20px -6px #84b5ff30;
  background: var(--green-light);
}
.slider-btn:hover i,
.arrow-right i {
  color: #fff;
}
.overflow-x {
  overflow-x: hidden;
}
.slider-btn {
  cursor: pointer;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  border-radius: 50%;
  border: 1px solid #999999;
}
.address-icon {
  height: 50px;
  width: 50px;
  min-width: 50px;
  color: #fff;
  border-radius: 50%;
  background: var(--green-light);
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.address-info a {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: 34px;
  margin-top: 6px;
  display: inline-block;
}
.address-info p {
  color: #999999;
  font-size: 18px;
}
.text-1E2 {
  color: #1e2329;
}
.subscribe-section {
  background: #bedbbf;
  padding: 70px 50px;
  border-radius: 20px;
}
.footer-section {
  padding-top: 100px;
  background: #000;
}
.subscribe-section .primary-btn,
.subscribe-section .form-group input {
  padding: 15px 30px;
  font-size: 18px;
  border-radius: 40px;
}
.widget-title {
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 30px;
}

.footer-pagination li a {
  opacity: 0.6;
  color: #fff;
  line-height: 26px;
  transition: 0.5s;
}
.footer-description p {
  opacity: 0.6;
  color: #fff;
  line-height: 30px;
}
.footer-logo img {
  max-width: 196px;
  width: 100%;
}
.footer-logo {
  margin-bottom: 30px;
}

.footer-description {
  max-width: 408px;
  width: 100%;
}
.footer-area {
  margin-top: 80px;
  padding-bottom: 80px;
}
.copyright-section li {
  opacity: 0.6;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
}
.copyright-section li a {
  color: #fff;
}
.copyright-section {
  padding: 30px 0;
  border-top: 1px solid #272626;
}
.footer-pagination li a:hover,
.copyright-section li a:hover {
  color: #99cc00;
  opacity: 1;
}
.text-white-6 {
  color: rgba(255, 255, 255, 0.6);
}
.contact-widgets ul li a {
  transition: 0.5s;
}
.contact-widgets ul li a i {
  font-size: 22px;
}
.contact-widgets ul li a:hover {
  color: var(--green-light);
}
.contact-widgets {
  max-width: 230px;
  width: 100%;
}
.g-12 {
  gap: 12px;
}
.social-menu li a i {
  color: #fff;
  font-size: 16px;
}
.social-menu li a {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--green-light);
  padding: 10px;
  transition: 0.5s;
}
.social-menu li a:hover {
  background: var(--orange-color);
}
.nav-link i {
  display: none;
}
.nav-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page-heading h5 {
  color: #fff;
  font-size: 48px;
  font-weight: 600;
  line-height: 80px;
  margin: 0;
}
.page-heading-section {
  background-image: url("../images/bg/bg-1-1.png");
  padding: 90px 0;
  background-size: cover;
  background-position: center center;
}
.breadcrumbs ul li a.active {
  color: #8fc259;
  transition: 0.5s;
}
.breadcrumbs ul li a.active:hover {
  color: #fff;
}
.breadcrumbs ul li a {
  color: #fff;
  font-size: 18px;
}
.google-map iframe {
  width: 100%;
  height: 700px;
}
.accordion-button::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: linear-gradient(90deg, #000 0%, #000 100.01%);
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23ffffff' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
  mask-size: cover;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' fill='%23ffffff' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E"); /* For WebKit browsers */
  transition: all 0.5s;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23ffffff' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}

.accordion-button:not(.collapsed) {
  box-shadow: 0 0 0 transparent !important;
}
.accordion-button::after {
  transition: all 0.5s;
}
.accordion-button::after {
  transition: all 0.5s;
}
.accordion-button:not(.collapsed) {
  background: var(--green-light);
  font-size: 18px;
  font-weight: 500;
  border-radius: 10px 10px 0 0;
  color: #fff;
}
.frequently-ans .accordion-item {
  background: #ffffff0d;
  border: 1px solid #dde6f8;
  border-radius: 10px;
  box-shadow: 10px 20px 80px 0px rgba(0, 0, 0, 0.06);
}

.accordion-item {
  margin-bottom: 15px;
}
.accordion-body p {
  color: var(--gray-dark);
}
.accordion-button.collapsed {
  border-radius: 10px;
  color: #000;
  font-size: 18px;
}
.login-thumbnails img {
  height: 100%;
  object-fit: cover;
}
.login-thumbnails {
  position: absolute;
  right: 0;
  top: 0;
  width: 45%;
  height: 100%;
}

.login-left-side {
  position: absolute;
  left: 0;
  top: 0;
  background: #bedbbf;
  height: 100%;
  width: 55%;
  z-index: -2;
}
.login-top-info p {
  color: #666;
  font-size: 16px;
  line-height: 25px;
}
.login-top-info h4 {
  color: #000;
  font-size: 38px;
  line-height: 58px;
  text-transform: capitalize;
}
.login-info-area {
  max-width: 652px;
  padding: 40px 45px;
  margin-top: 100px;
  margin-bottom: 100px;
  background: #fff;
  border-radius: 20px;
  border: 1px solid rgba(143, 194, 89, 0.4);
  box-shadow: 0px 14px 24px 0px rgba(0, 0, 0, 0.07);
}
.label span {
  font-weight: 400;
}
.label {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 12px;
  display: inline-block;
}
.login-info-area .form-group input {
  border-radius: 6px;
  border: 1px solid #d6d8e3;
  color: #666;
}
.form-bottom li a {
  transition: 0.5s;
  color: var(--green-light);
  font-weight: 500;
}
.form-bottom li a:hover {
  color: var(--orange-color);
}
.goal-item-icon {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  padding: 20px;
  background: var(--green-light);
}
.goal-item-card {
  border-radius: 20px;
  padding: 40px;
  background: #fff;
  box-shadow: 0px 14px 24px 0px rgba(0, 0, 0, 0.07);
}
.goal-section {
  background: #bedbbf;
}
.quotes-box p {
  margin: 0;
  font-weight: 500;
  font-size: 20px;
  font-style: italic;
}
.quotes-box {
  border-radius: 20px;
  background: #fbdb65;
  padding: 20px;
}
.mt-100 {
  margin-top: 60px;
}
.mb-150 {
  margin-bottom: 60px;
}
.requirement-thumbnails-2 {
  margin-bottom: 60px;
  margin-left: 60px;
  max-width: 585px;
}
.requirement-thumbnails-1 {
  position: absolute;
  left: 0;
  max-width: 357px;
  bottom: 0;
}
.award-section {
  background: var(--green-dark);
}

.masonry-gallery {
  column-count: 3;
  column-gap: 15px;
}

.masonry-gallery img {
  width: 100%;
  margin-bottom: 15px;
  border-radius: 12px;
  display: block;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.masonry-gallery img:hover {
  transform: scale(1.03);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}
.testimonial-group-view {
  gap: 50px;
}
.testimonial-body p a {
  text-decoration: underline;
  font-weight: 700;
  font-size: 18px;
  color: #666;
  transition: 0.5s;
}
.testimonial-body p a:hover {
  color: var(--orange-color);
}
.list-option li {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  font-style: italic;
}
.spacing-0 {
  letter-spacing: 0;
}
.experience-list p {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  text-transform: uppercase;
  font-style: normal;
}

.bg-BED {
  background: #bedbbf;
}
.experience-list ul li {
  padding: 18px 20px;
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  background: #fff;
  border-radius: 20px;
}
.volunteer-work-card {
  transition: 0.2s;
  padding: 40px;
  border-radius: 20px;
  border: 1px solid var(--orange-color);
  background-color: #fff;
  box-shadow: 0px 14px 24px 0px rgba(0, 0, 0, 0.07);
}
.experience-list ul li i {
  font-size: 6px;
}
.volunteer-work-card p,
.volunteer-work-card ul li {
  color: black;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 16px;
}
.volunteer-work-card ul li {
  font-size: 18px;
  margin-bottom: 0;
}
.volunteer-work-card h6 {
  font-size: 24px;
  line-height: 32px;
  text-transform: capitalize;
  color: #f60;
}
ol li {
  font-size: 18px;
  font-weight: 600;
  color: #000;
}
.unsuccessful-applicants li {
  display: flex;
  gap: 8px;
  color: #000;
  font-size: 20px;
  line-height: 32px;
  text-transform: capitalize;
}
.unsuccessful-applicants li i {
  font-size: 14px;
  color: #000;
  margin-top: 8px;
}
.text-black {
  color: #000 !important;
}
.animation-image {
  animation: float 3s ease-in-out infinite;
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
}
/* data-aos-duration="1500" */
.program-container{
  background:#BEDBBF;
  border-radius:40px;
  padding: 100px 10px;
}
.program-content p{
      color: #1e2329;
      font-size: 16px;
      font-weight: 500;
}
.program-content{
  font-size: 24px;
  color:black;
  font-weight: 700;
}
.other-programs-section .container-fluid{
  padding-left: 50px;
  padding-right: 50px;
}
.program-container .volunteer-work-card:hover{
  transform: translateY(-12px);
}