@font-face {
  font-family: Metropolis-ExtraBold;
  src: url("../fonts/Metropolis-ExtraBold.otf");
}
@font-face {
  font-family: Metropolis-Light;
  src: url("../fonts/Metropolis-Light.otf");
}
@font-face {
  font-family: Metropolis-Medium;
  src: url("../fonts/Metropolis-Medium.otf");
}

@font-face {
  font-family: Metropolis-Bold;
  src: url("../fonts/Metropolis-Bold.otf");
}

@font-face {
  font-family: Metropolis-SemiBold;
  src: url("../fonts/Metropolis-SemiBold.otf");
}

@font-face {
  font-family: Metropolis-Regular;
  src: url("../fonts/Metropolis-Regular.otf");
}

@font-face {
  font-family: Metropolis-Black;
  src: url("../fonts/Metropolis-Black.otf");
}

body {
  font-family: Metropolis-Regular;
  /* line-height: normal; */
  font-size: 15px;
}

body:has(.menu_open) {
  overflow: hidden;
}

header {
  background-image: url(../images/header_bg.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  padding: 10px 0 20px 0;
  position: relative;
  z-index: 5;
}

.logo_box {
  max-height: 180px;
}

.main_logo_img {
  max-width: 180px;
}

/* MAIN-MENU-START */
.mainmenu_box ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: auto;
  float: right;
  display: flex;
  gap: 5px;
}

.mainmenu_box ul li {
  margin: 0;
  padding: 0;
  float: left;
}

.mainmenu_box li a.main_anchore {
  margin: 0;
  padding: 8px 20px;
  font-size: 15px;
  color: #000;
  text-decoration: none;
  border-radius: 100px;
  transition-duration: 0.3s;
  border: 1px solid #fff;
  display: inline-block;
}

.mainmenu_box li a.main_anchore:hover {
  color: #d31881;
  border: 1px solid #d31881;
}

.mainmenu_box .selected a.main_anchore {
  color: #d31881;
  border: 1px solid #d31881;
}

/* MAIN-MENU-ENND */

/* BANNER-SECTION-START */
.banner_section {
  margin: -29px 0 0 0;
}

.home_banner_mainbox {
  display: grid;
  align-items: center;
}

.home_banner_mainbox>* {
  grid-area: 1/1;
}

.banner_img {
  /* background-position: center;
  background-size: cover;
  min-height: 500px;
  display: flex;
  align-items: center; */
}

.banner_textbox {
  font-family: Metropolis-ExtraBold;
  position: relative;
  color: #e7a576;
  font-size: 50px;
  line-height: normal;
  text-transform: uppercase;
}

.banner_secound_white {
  color: #fff;
  font-family: Metropolis-Bold;
  font-size: 30px;
}

.banner_btn {
  font-family: Metropolis-Bold;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  border: 1px solid #eab8b1;
  padding: 10px 30px;
  border-radius: 100px;
  transition-duration: 0.3s;
}

.banner_btn:hover {
  color: #fff;
  border: 1px solid #fff;
}

.owl-carousel_banner .owl-controls {
  float: right;
  position: relative;
  margin: -100px 20px 0 0;
  max-width: 90px;
  z-index: 50;
  right: 0;
}

.owl-carousel_banner .owl-controls .owl-nav div {
  float: left;
  background-image: url(../images/testi_arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 0;
  width: 40px;
  height: 40px;
  margin: 0;
}

.owl-carousel_banner .owl-controls .owl-nav .owl-next {
  transform: rotate(180deg);
  float: right;
  margin: 0;
}

.pink_box_heading {
  /* font-size: 25px; */
  font-size: 22px;
  line-height: normal;
  font-family: 'Metropolis-Bold';
  color: #fff;
  margin: 0 0 10px 0;
}

.pink_box_progrssbar {
  background-color: #ffffff;
  height: 3px;
}

.pink_box_sub_progrssbar {
  background-color: #EF884C;
  position: relative;
  height: 100%;
}

.pink_box_sub_progrssbar span {
  position: absolute;
  right: 0;
  padding: 5px 8px;
  background-color: #EF884C;
  color: #fff;
  font-size: 12px;
  top: 50%;
  line-height: normal;
  transform: translateY(-50%);
}

/* BANNER-SECTION-END */

/* INNER-BANNER-START */
.innrbanner_section {
  background-image: url(../images/inner-banner.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 320px;
  margin: -20px 0 0 0;
  text-align: center;
  padding: 90px 0 0 0;
  font-family: Metropolis-Bold;
  color: #fff;
  font-size: 60px;
}

.new_inner_banner_about .innrbanner_section {
  background-image: url("../images/banner-images/aboutus-banner.webp");
}

.neev_main .innrbanner_section {
  background-image: url("../images/banner-images/neev-banner.webp");
}

.marg_main .innrbanner_section {
  background-image: url("../images/banner-images/marg-banner.webp");
}

.giving_circle_main .innrbanner_section {
  background-image: url("../images/banner-images/givingcircle-banner.webp");
}

.our_impact_main .innrbanner_section {
  background-image: url("../images/banner-images/our-impact-banner.webp");
}

.join_us_main .innrbanner_section {
  background-image: url("../images/banner-images/joinus-banner.webp");
}

.new_inner_banner_in_the_news .innrbanner_section {
  background-image: url("../images/banner-images/news-banner.webp");
}

.sponsors_main .innrbanner_section {
  background-image: url("../images/banner-images/sponsors-banner.webp");
}

.about_main .innrbanner_section {
  background-image: url("../images/banner-images/ourstory-banner.webp");
}


/* INNER-BANNER-END */

/* BREADCRUMBS-START */
.breadcrumbs_box {
  font-size: 13px;
  font-family: Metropolis-Regular;
  line-height: normal;
  text-align: left;
}

.breadcrumbs_box a {
  color: #fff;
  text-decoration: none;
  margin: 0 10px;
}

.breadcrumbs_box span {
  color: #fff;
  background-color: #b36c36;
  padding: 6px 14px;
  border-radius: 30px;
}

/* BREADCRUMBS-END */

/* GREY-BOX-START */
.pinkgrey_section {
  margin: -40px 0 0 0;
  position: relative;
  z-index: 5;
}

.grey_box {
  background-color: #f0f0f0;
  width: 54%;
  border-radius: 0 100px 100px 0;
  padding: 20px 0;
  float: left;
  margin: 0 0 50px 0;
}

.grey_box_inner {
  width: 85%;
  float: right;
  padding: 0 20px 0 0;
}

.grey_box_inner span {
  font-family: Metropolis-Bold;
}

.pink_box {
  background-color: #ae0f68;
  width: 42%;
  border-radius: 100px 0 0 100px;
  padding: 20px 30px;
  float: right;
  min-height: 159px;
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 20px;
  justify-content: center;
}

.pink_box_inner {
  width: 90%;
  /* float: right; */
  display: flex;
  flex-direction: column;
  gap: 15px;
  position: relative;
  justify-self: center;
}

.pink_box_progress_content_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 5px 0 0 0;
}

.pink_box_progress_content_list {
  color: #fff;
}

.pink_box_progress_content_list span {
  color: #F0C246;
  font-weight: 600;
}

.pink_box_donate_btn {
  display: grid;
  grid-template-columns: 25px 1fr;
  gap: 10px;
  align-items: center;
  padding: 6px 20px;
  background-color: #F0C246;
  width: fit-content;
  border-radius: 20px;
}

.pink_box_inner a {
  text-decoration: none;
  font-family: Metropolis-Bold;
  color: #000000;
  width: fit-content;
  margin: 0 0 0 auto;
  position: absolute;
  right: 0;
  bottom: -35px;
}

/* GREY-BOX-END */

.whatwedo_line {
  position: absolute;
  right: 0;
  top: 0;
  width: 160px;
}

.pink_heading {
  font-family: Metropolis-Bold;
  color: #f8259b;
  font-size: 19px;
}

.heading60 {
  font-family: Metropolis-Bold;
  color: #000000;
  font-size: 50px;
  line-height: normal;
}

.heading40 {
  font-family: Metropolis-Bold;
  color: #000000;
  font-size: 40px;
  line-height: normal;
  margin: 0 0 20px 0;
}

.knowmore_btn {
  border: 1px solid #ae0f68;
  padding: 10px 20px 10px 40px;
  border-radius: 100px;
  text-decoration: none;
  color: #ae0f68;
  font-size: 15px;
  position: relative;
}

.knowmore_btn::before {
  content: "";
  background-image: url(../images/knowmore_btn.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 30px;
  height: 12px;
  position: absolute;
  left: 0;
  margin: 5px 0 0 7px;
}

/* WHAT-WE-BELIEVE-START */
.believe_box {
  background-color: #f5f5f5;
  color: #b36d37;
  font-family: Metropolis-Black;
  font-size: 24px;
  line-height: normal;
}

.believe_box span {
  color: #000;
  font-family: Metropolis-Bold;
  font-size: 16px;
}

/* WHAT-WE-BELIEVE-END */

/* IMPACT-START */
.impact_box {
  background-image: url(../images/impact_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: flex;
  justify-content: center;
  min-height: 240px;
}

.impact_list {
  background-color: #b36d37;
  width: 190px;
  height: 190px;
  border-radius: 300px;
  margin: 50px 20px 0 20px;
  text-align: center;
  color: #fff;
  font-family: Metropolis-ExtraBold;
  font-size: 41px;
  padding: 60px 0 0 0;
  line-height: normal;
}

.impact_list span.impact_span {
  font-size: 21px;
  float: left;
  width: 100%;
  font-family: Metropolis-Regular;
}

/* IMPACT-END */

/* ALSO-READ-START */
.alsoread_section {
  background-color: #f2f7f8;
}

.read_list {
  background-color: #ffffff;
  float: left;
  width: 23%;
  font-family: Metropolis-Bold;
  text-align: center;
  padding: 0;
  border-radius: 15px;
  margin: 0 2% 0 0;
  position: relative;
  transition-duration: 0.3s;
}

.read_list:hover {
  background-color: #c67e45;
  color: #fff;
}

.read_list:hover .readlist_heading span {
  color: #fff;
}

.read_list a {
  float: left;
  padding: 20px 0;
  color: inherit;
  text-decoration: none;
}

.readlist_heading {
  font-size: 22px;
  line-height: normal;
}

.readlist_heading span {
  color: #b36d37;
  
}

.readlist_date {
  font-size: 12px;
  font-family: Metropolis-Regular;
}

.read_list a::after {
  display: none;
  content: "";
  background-image: url(../images/readarrow.png);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain;
  width: 60px;
  height: 32px;
  position: absolute;
  right: 0;
  margin: 0;
  bottom: 0;
}

.read_list a:hover::after {
  display: block;
}

/* ALSO-READ-END */


/* TESTIMONIALS-START */
.testimonials_box {
  background-color: #f5faff;
  padding: 20px;
  border-radius: 20px;
}

.testimonials_box img {
  border-radius: 20px;
}

.testi_head {
  font-family: Metropolis-Black;
  color: #b36d37;
  font-size: 24px;
}

.testi_add {
  font-family: Metropolis-Bold;
  font-size: 16px;
  line-height: normal;
}

.owl-carousel_testimonials .owl-prev img,
.owl-carousel_testimonials .owl-next img {
  max-width: 28px;
}

.owl-carousel_testimonials .owl-next img {
  transform: rotate(180deg);
}

.owl-carousel_testimonials .owl-nav {
  display: flex;
  justify-content: space-between;
}

.owl-carousel_testimonials .owl-controls {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}

.owl-carousel_testimonials .owl-prev {
  margin: 0 0px 0 -80px;
  background-color: #efefef;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition-duration: 0.3s;
}

.owl-carousel_testimonials .owl-next {
  margin: 0 -80px 0 0px;
  background-color: #efefef;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition-duration: 0.3s;
}

/* .owl-carousel_testimonials .owl-prev:hover,
.owl-carousel_testimonials .owl-next:hover {
  background-color: #b36d37;
} */
/* TESTIMONIALS-END */


/* WE-RUN-START */
.werun_section {
  background-image: url(../images/werun_img.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 40px 0;
  text-align: center;
  font-family: Metropolis-ExtraBold;
  font-size: 41px;
  color: #fff;
  line-height: normal;
}

.werun_section span {
  color: #f0c246;
  font-size: 51px;
}

/* WE-RUN-END */


/* SPONSORS-TAB-START */
.sponsors_section {
  border-bottom: 5px solid #faeee4;
  padding: 0 0 40px 0;
}

.sponsors_tab .tab-link {
  background-color: #f1f1f1;
  width: auto;
  padding: 14px 50px;
  border-radius: 100px;
  font-family: Metropolis-Bold;
  font-size: 18px;
  margin: 0 10px;
  line-height: normal;
  color: #000;
  transition-duration: 0.3s;
  cursor: pointer;
  position: relative;
}

.sponsors_tab .tab-link::after {
  display: none;
  content: "";
  position: absolute;
  left: 0;
  width: 50px;
  height: 20px;
  background-color: #ff5913;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  bottom: -12px;
  margin: 0 auto;
  right: 0;
  transition-duration: 0.3s;
}

.sponsors_tab .current::after {
  display: block;
}

.sponsors_tab .current {
  background-color: #ff5913;
  color: #fff;
}

.sponsors_list {
  width: 20%;
  float: left;
}

.sponsors_deg {
  color: #b36d37;
}

.sponsors_section .tab-content {
  font-family: Metropolis-Bold;
  font-size: 16px;
}

.sponsors_section img {
  border-radius: 100px;
  max-height: 180px;
  border: 4px solid #fff;
}

.sponsors_section .tab-content .sponsors_deg {
  color: #b36d37;
}

.sponsors_section .tab-content {
  display: none;
}

.sponsors_section .current {
  display: block;
}

.sponsors_list a {
  color: #000;
  text-decoration: none;
}

.sponsors_list a:hover img {
  box-shadow: 0 0 10px #00000030;
}

.sponsors_list a:hover .sponsors_deg {
  color: #ff5913;
}

/* SPONSORS-TAB-END */

/* NEWS-START */
/* .newsbox {
  position: relative;
  border: 10px solid #c3a598;
  margin: 45px 0 0 0;
} */

/* .center .newsbox {
  border: 10px solid #c7c7c7;
  width: 700px;
  position: relative;
  z-index: 5;
  margin: 5px 0 0 -20%;
} */

.newsbox {
  position: relative;
  border: 10px solid #c3a598;
}

.center .newsbox {
  border: 10px solid #c7c7c7;
  position: relative;
  z-index: 5;
  transform: scale(1.5);
}

.owl-carousel.owl-carousel_news .owl-stage-outer {
  padding: 80px 0;
}

.news_contentbox {
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fff;
  width: 70%;
  padding: 20px;
  line-height: normal;
}

.center .news_contentbox {
  display: block;
}

.news_head {
  font-family: Metropolis-ExtraBold;
  color: #0c88dc;
  font-size: 25px;
}

.owl-carousel_news .owl-controls {
  position: relative;
  margin: 40px auto 0;
  max-width: 100px;
  z-index: 50;
  right: 0;
}

.owl-carousel_news .owl-controls .owl-nav div {
  float: left;
  background-image: url(../images/testi_arrow_black.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 28px;
  font-size: 0;
  width: 40px;
  height: 40px;
  margin: 0;
  background-color: #efefef;
  border-radius: 100px;
}

.owl-carousel_news .owl-controls .owl-nav div:hover {
  background-color: #b36d37;
  background-image: url(../images/testi_arrow.png);
}

.owl-carousel_news .owl-controls .owl-nav .owl-next {
  transform: rotate(180deg);
  float: right;
  margin: 0;
}

/* NEWS-END */


.donate_section {
  position: relative;
}

.donate_box {
  font-size: 21px;
  font-family: Metropolis-SemiBold;
}

.donate_box span {
  font-size: 31px;
  font-family: Metropolis-Black;
  color: #b36d37;
}

.donate_section::after {
  content: "";
  background-image: url(../images/donate_shape.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  width: 320px;
  height: 400px;
  position: absolute;
  right: 0;
  margin: 0;
  bottom: 0;
}


/* EVENT-START */
.event_section {
  background-image: url(../images/event_bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  min-height: 672px;
  padding: 110px 0 0 0;
  position: relative;
}

.event_section::after {
  content: "";
  background-image: url(../images/event_yellow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 40px;
  height: 400px;
  position: absolute;
  left: 0;
  bottom: -60px;
}

.owl-carousel_event .item {
  padding: 0 10px;
}

.news_whitebox {
  background-color: #fff;
  padding: 20px;
  border-radius: 15px;
}

.event_head {
  font-size: 18px;
  font-family: Metropolis-Bold;
}

.event_content {
  font-size: 14px;
}

.event_btn {
  background-color: #eb5310;
  font-family: Metropolis-Bold;
  color: #fff;
  text-decoration: none;
  padding: 11px 20px 10px 50px;
  border-radius: 50px;
  line-height: normal;
  position: relative;
}

.event_btn:hover {
  background-color: #000;
  color: #fff;
}

.event_btn::before {
  content: "";
  background-image: url(../images/event_btn_arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
  width: 28px;
  height: 28px;
  position: absolute;
  left: 0;
  background-color: #fff;
  border-radius: 100px;
  top: 0;
  margin: 4px 0 0 4px;
}

.owl-carousel_event .owl-controls {
  position: relative;
  margin: 40px auto 0;
  max-width: 100px;
  z-index: 50;
  right: 0;
}

.owl-carousel_event .owl-controls .owl-nav div {
  float: left;
  background-image: url(../images/testi_arrow_black.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 28px;
  font-size: 0;
  width: 40px;
  height: 40px;
  margin: 0;
  background-color: #fff;
  border-radius: 100px;
}

.owl-carousel_event .owl-controls .owl-nav div:hover {
  background-color: #b36d37;
  background-image: url(../images/testi_arrow.png);
}

.owl-carousel_event .owl-controls .owl-nav .owl-next {
  transform: rotate(180deg);
  float: right;
  margin: 0;
}

.alsoread_readmore_btnbox {
  text-align: right;
  margin: 0 2% 0 0;
}

.alsoread_readmore_btnbox a {
  color: #db8b4e;
  font-size: 14px;
  font-family: 'Metropolis-SemiBold';
  width: fit-content;
  display: inline-block;
  text-decoration: none;
  transition-duration: 0.5s;
}

.alsoread_readmore_btnbox a:hover {
  transform: translateX(5px);
}

.alsoread_readmore_btnbox a span {
  margin: 0 0 0 4px;
}

/* EVENT-END */

/* FOOTER-START */
footer {
  background-color: #b75e19;
  position: relative;
}

.footer_sept_color {
  background-color: #db8b4e;
  position: absolute;
  left: 0;
  top: 0;
  width: 20%;
  height: 100%;
}

.footer_content {
  font-size: 16px;
  color: #fff;
  line-height: normal;
}

.footer_content span {
  font-family: Metropolis-Bold;
}

.footer_menubox {
  padding: 0 0 0 70px;
}

.footer_menuhead {
  font-family: Metropolis-Black;
  font-size: 31px;
  color: #fff;
}

.footer_menu a {
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  width: 100%;
  float: left;
  padding: 0 0 8px 0;
  font-family: Metropolis-SemiBold;
}

.footer_menu a::before {
  content: "";
  background-color: #d8b396;
  width: 10px;
  height: 10px;
  float: left;
  border-radius: 50px;
  margin: 6px 20px 0 0;
}

.footer_menu a:hover::before {
  background-color: #fff;
}

.email_text {
  color: #fff;
  font-family: Metropolis-SemiBold;
  text-decoration: none;
}

.email_text:hover {
  color: #fff;
}

.email_text::before {
  content: "";
  background-image: url(../images/email_icon.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px;
  width: 28px;
  height: 28px;
  position: relative;
  left: 0;
  top: 0;
  float: left;
  margin: -3px 10px 0 0;
}

.footer_social img {
  max-height: 40px;
  margin: 0 10px 0 0;
  transition-duration: 0.3s;
}

.footer_social a:hover img {
  margin: -10px 10px 0 0;
}

.copyright_text {
  font-family: Metropolis-SemiBold;
  color: #fff;
}

.footer_privacy_link {
  font-family: Metropolis-SemiBold;
  font-size: 16px;
  font-weight: 700 !important;
  color: #fff !important;
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  opacity: 0.85;
  transition: opacity 0.3s;
}

.footer_privacy_link:hover {
  color: #fff !important;
  opacity: 1;
}

footer::before {
  content: "";
  background-image: url(../images/footer_line1.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  width: 400px;
  height: 338px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 6;
  opacity: 0.2;
}

footer::after {
  content: "";
  background-image: url(../images/footer_line2.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  width: 500px;
  height: 338px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 6;
  opacity: 0.1;
}

/* FOOTER-END */

/* Team page start */
.our_people_popup_box {
  cursor: pointer;
}

.team_main,
.news_main {
  padding: 60px 0;
}

.team_listing_imgbox {
  width: 96%;
  height: 96%;
}

.team_listing_imgbox img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  border-radius: 100%;
  background-color: #dedede;
}

.team_lesting_mainbox {
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 80px;
}

.team_heading {
  font-family: 'Metropolis-Bold';
  font-size: 25px;
  margin: 0;
  line-height: 1;
  color: #F8259B;
  cursor: pointer;
}

.team_below_namebox {
  font-size: 12px;
  text-align: center;
  color: #707070;
}

.team_below_namebox a {
  text-decoration: none;
  color: #707070;
}

.team_below_linebox {
  text-align: center;
  position: relative;
}

.team_below_linebox::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 2px;
  background-color: #dedede;
  z-index: -1;
}

.team_below_linebox svg {
  animation: read-more-animation 0.9s ease-in-out infinite alternate-reverse both;
  cursor: pointer;

}

@keyframes read-more-animation {
  0% {
    transform: translateY(-2px);
  }

  100% {
    transform: translateY(2px);
  }
}

.svg_reverse .team_svg_wraper {
  transform: rotate(180deg);
  transition: transform 0.5s ease;
}

.team_below_line_namebox {
  padding: 30px 0;
}

.team_lesting_mainbox.team_lesting_mainbox_even {
  grid-template-columns: 1fr 250px;
}

.moretext {
  display: none;
}

.svg_reverse svg {
  transform: rotate(45deg);
}

/* New team page start */
.team_designation {
  font-size: 12px;
  color: #B75E19;
  margin: 0 0 10px 0;
}

.new_team_members_list {
  text-align: center;
  margin: 20px auto;
  position: relative;
  display: block;
}

.team-one__img-box {
  position: relative;
  display: block;
  margin: 0 0 20px 0;
}

.team_listing_imgbox {
  position: relative;
  display: block;
  margin: 0 auto;
}

.team_listing_imgbox img {
  width: 100%;
  border-radius: 50%;
}

.team_listing_imgbox-shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 500ms ease;
  bottom: 0;
  right: 0;
  margin: auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.team_listing_imgbox-shape-2 {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 500ms ease;
  bottom: 0;
  right: 0;
  margin: auto;
  text-align: center;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.team-one__content {
  max-width: 70%;
  margin: 0 auto;
}

.team_listing_imgbox-shape-1 img,
.team_listing_imgbox-shape-2 img {
  width: 100%;
}

.new_team_members_list:hover .team_listing_imgbox-shape-1 {
  opacity: 0;
}

.new_team_members_list:hover .team_listing_imgbox-shape-2 {
  opacity: 1;
}

.team-one__social a {
  display: block;
}

.team-one__social a img {
  max-width: 15%;
}

.book_btn a {
  position: relative;
  display: inline-block;
  background-color: #FFC107;
  color: #ffffff;
  font-size: 16px;
  padding: 10px 30px 10px;
  border-radius: 33px;
  z-index: 1;
  text-decoration: none;
  font-family: 'Metropolis-Bold';
  line-height: normal;
}

/* New team page ends */

/* Team page ends  */
/* In the news page start */
.in_the_news_mainbox .nav {
  justify-content: center;
  gap: 10px;
}

.in_the_news_mainbox .nav-tabs .nav-item.show .nav-link,
.in_the_news_mainbox .nav-tabs .nav-link.active {
  color: #ffffff;
  background-color: #ff5913;
  border: 0;
}

body:has(.home_main) #mainmenu_box ul li.active_home>a,
body:has(.about_main) #mainmenu_box ul li.active_about_us>a,
body:has(.team_main) #mainmenu_box ul li.active_about_us>a,
body:has(.news_main) #mainmenu_box ul li.active_about_us>a,
body:has(.neev_main) #mainmenu_box ul li.active_what_we_do>a,
body:has(.marg_main) #mainmenu_box ul li.active_what_we_do>a,
body:has(.giving_circle_main) #mainmenu_box ul li.active_what_we_do>a,
body:has(.five_k_main) #mainmenu_box ul li.active_five_k>a,
body:has(.our_impact_main) #mainmenu_box ul li.active_our_impact>a,
body:has(.join_us_main) #mainmenu_box ul li.active_get_involved>a,
body:has(.donation_main) #mainmenu_box ul li.active_get_involved>a,
body:has(.sponsors_main) #mainmenu_box ul li.active_sponsors>a {
  color: #D31881;
  border: 1px solid #D31881;
}

.in_the_news_mainbox .nav-link {
  display: block;
  padding: 8px 25px;
  font-family: Metropolis-Bold;
  color: #000000;
}

.in_the_news_mainbox .nav-tabs .nav-link:focus,
.in_the_news_mainbox .nav-tabs .nav-link:hover {
  border: 0;
}

.in_the_news_mainbox .nav-tabs .nav-link {
  margin-bottom: 0;
  background-color: #f1f1f1;
  border: 0;
  border-radius: 12px 12px 0 0;
}

.in_the_news_mainbox .nav-tabs {
  border-bottom: 1px solid #ff591347;
}

.in_the_news_content_mainbox {
  column-count: 3;
  column-gap: 20px;
  padding: 40px 0 0 0;
}

.in_the_news_content_listing {
  margin: 0 0 20px 0;
  padding: 10px;
  border: 2px solid #DB8B4E;
  border-radius: 12px;
  background-color: #faeee4;
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
}

.in_the_news_content_listing img {
  border-radius: 12px;
}

/* In the news page ends */
/* 5K run page start */

.five_k_testi_img img {
  mix-blend-mode: luminosity;
  opacity: 0.3;
}

.five_k_testi_profile_img {
  width: 120px;
  height: 120px;
  position: relative;
}

.five_k_testi_profile_img::before {
  content: "";
  position: absolute;
  width: 130px;
  height: 130px;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  /* z-index: -1; */
  background-image: -webkit-linear-gradient(0deg, #B75E19 0%, #DB8B4E 100%);
}

.five_k_testi_profile_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  border-radius: 100%;
  border: 5px solid #ffffff;
}

.five_k_testi_startbox ul {
  display: flex;
  gap: 5px;
  padding: 0;
  margin: 0 0 10px 160px;
  list-style-type: none;
}

.five_k_testi_name_mainbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: 0 0 20px 0;
}

.five_k_testi_listing {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.07);
  position: relative;
}

.five_k_testi_profile_img_absolute {
  position: absolute;
  left: 30px;
  top: -30px;
}

.owl-carousel_five_k_testi .owl-stage-outer {
  padding: 50px 0 0 0;
}

.five_k_testi_para p {
  margin: 0;
  font-size: 14px;
}

.five_k_testi_name_leftbox {
  margin: 0 0 0 160px;
}

.five_k_testi_name {
  font-family: 'Metropolis-Bold';
  font-size: 24px;
}

.five_k_testi_designation {
  font-size: 14px;
  color: #707070;
}

.owl-carousel_five_k_testi.owl-carousel .owl-stage-outer {
  overflow: visible;
}

.five_k_testi_section {
  overflow: hidden;
  position: relative;
  padding: 60px 0;

}

.five_k_testi_section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/5k/testimonial-background-image.webp");
  mix-blend-mode: luminosity;
  background-size: cover;
  background-position: center;
  opacity: 0.3;
  z-index: -10;
}

/* 
.five_k_testi_listing::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 300px;
  height: 300px;
  border-radius: 100%;
} */

.five_k_partner_section {
  padding: 30px 0;
  background-color: #faeee4;
  position: relative;
}

.five_k_partner_section::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 141px;
  background-image: url("../images/5k/brand-background.webp");
  background-size: cover;
  background-position: center;
  opacity: 0.05;
}

.five_k_partner_listing {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.07);
}

.five_k_about_mainbox {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 60px;
  align-items: center;
}

.five_k_about_leftbox p {
  font-size: 18px;
}

.five_k_about_leftbox span {
  color: #DB8B4E;
  font-family: 'Metropolis-Bold';
}

.five_k_main {
  padding: 0 0 60px 0;
}

.five_k_about_section {
  padding: 40px 0;
  position: relative;
}

.five_k_about_section:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/5k/bg-shape.png");
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.five_k_about_leftbox p:last-child {
  margin: 0;
}

.five_k_about_leftbox {
  padding: 0 0 30px 0;
  border-bottom: 4px solid #faeee4;
}

.five_k_youtube_section {
  padding: 80px 0 60px 0;
  position: relative;
}

/* .five_k_youtube_section::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("../images/5k/running-background.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  z-index: -1;
} */

.five_k_youtube_mainbox {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}

.five_k_youtube_listing {
  position: relative;
}

.five_k_youtube_listing::after {
  position: absolute;
  content: "";
  width: 80%;
  height: 100%;
  background-color: #FF0000;
  border-radius: 20px;
  left: -20px;
  top: -20px;
  z-index: -1;
}

.five_k_youtube_listing iframe {
  border-radius: 20px;
}

.five_k_join_moment_section {
  background-image: url("../images/5k/bhilwara_run1.webp");
  background-position: left center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: relative;
  background-size: cover;
}

.five_k_join_video_play-wrap p span {
  color: #FFF;
  font-weight: 500;
}

.video-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

.play-btn {
  position: absolute;
  z-index: 1;
}

.five_k_join_video_play {
  position: relative;
}

.five_k_join_video_play-wrap {
  background-color: #b36d37;
  padding: 80px;
  color: #fff;
}

.five_k_join_video_play .img-popup {
  position: relative;
  z-index: 1;
  cursor: pointer;
  background-color: #fff;
  width: 100px;
  height: 100px;
  line-height: 94px;
  text-align: center;
  color: #111;
  display: block;
  border-radius: 50%;
  -webkit-box-shadow: 0 10px 33.25px 1.75px rgba(0, 27, 103, .35);
  box-shadow: 0 10px 33.25px 1.75px rgba(0, 27, 103, .35);
  transition: all 0.3s ease;
}

.five_k_join_video_play .ripple,
.five_k_join_video_play .ripple:before,
.five_k_join_video_play .ripple:after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100px;
  height: 100px;
  transform: translateX(-50%) translateY(-50%);
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.50);
  animation: rippleOne 3s infinite;
}

@keyframes rippleOne {
  70% {
    box-shadow: 0 0 0 70px rgba(244, 68, 56, .0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
  }
}

.five_k_join_video_play .ripple:before {
  -webkit-animation-delay: .9s;
  -moz-animation-delay: .9s;
  -ms-animation-delay: .9s;
  -o-animation-delay: .9s;
  animation-delay: .9s;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}

.five_k_join_video_play .ripple:after {
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  -ms-animation-delay: .6s;
  -o-animation-delay: .6s;
  animation-delay: .6s;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}

.five_k_join_video_play-wrap .heading60 {
  color: #ffffff;
  margin: 0 0 20px 0;
}

.five_k_join_video_play-wrap .btn_wrap {
  margin: 40px 0 0 0;
}

.five_k_video_para {
  font-size: 25px;
  font-family: 'Metropolis-Bold';
}

.five_k_video_para_tagbox {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.five_k_video_para_list {
  display: grid;
  grid-template-columns: 25px 1fr;
  align-items: center;
  gap: 10px;
  padding: 6px 10px;
  background-color: #FFC300;
  border-radius: 6px;
  box-shadow: 0px 3px 0px #fff;
}

.five_k_video_para_text {
  line-height: 1;
  font-size: 16px;
  font-family: 'Metropolis-Bold';
  color: #000000;
}

.five_k_join_modal .modal-content .btn-close {
  z-index: 1;
}

.inner_video_section {
  display: grid;
  margin: -20px 0 0 0;
  align-items: center;
  text-align: center;
  position: relative;
}

.inner_video_section::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #00000080;
  left: 0;
  top: 0;
}

.inner_video_section .container {
  position: relative;
  z-index: 1;
}

.inner_video_section>* {
  grid-area: 1/1;
}

.inner_video_box {
  width: 100%;
  height: 80vh;
}

.inner_video_box video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video_banner_heading {
  font-family: Metropolis-Bold;
  color: #fff;
  font-size: 60px;
}

.five_k_logo_mainbox {
  display: flex;
  align-items: center;
  gap: 20px;
}

.five_k_logo_listing img {
  max-width: 120px;
  border-radius: 50%;
}

.five_k_logo_listing:first-child {
  animation: five_k_first 1.5s ease-in-out infinite alternate both;
}

@keyframes five_k_first {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(5px);
  }
}

.five_k_logo_listing:last-child {
  animation: five_k_second 1.5s ease-in-out infinite alternate both;
}

@keyframes five_k_second {
  0% {
    transform: translateX(5px);
  }

  100% {
    transform: translateX(0);
  }
}

.five_k_gallery_listing {
  position: relative;
  overflow: hidden;
  display: grid;
}

.five_k_gallery_listing>* {
  grid-area: 1/1;
}

.five_k_gallery_listing::before {
  position: absolute;
  top: 0;
  left: -82%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  transform: skewX(-25deg);
}

.five_k_gallery_listing:hover::before {
  animation: shine .75s;
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.five_k_gallery_captionbox {
  position: relative;
  align-self: end;
  justify-self: center;
  text-align: center;
  font-size: 25px;
  font-family: 'Metropolis-Bold';
  padding: 2px 0;
  color: #fff;
  background-color: #00000075;
  width: 96%;
  margin: 0 0 20px 0;
}

.owl-carousel_five_k_gallary .owl-controls .owl-nav {
  display: flex;
  gap: 20px;
  justify-content: end;
  margin: 10px 10px 0 0;
}

.owl-carousel_five_k_gallary .owl-controls .owl-nav .owl-prev {
  transform: rotate(180deg);
}

.five_k_gallery_section {
  position: relative;
}

.five_k_gallery_section::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 299px;
  height: 60px;
  background-image: url("../images/5k/event_yellow.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  animation: five_k_third 2s linear infinite alternate both;
}

@keyframes five_k_third {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(50px);
  }
}

.five_k_main .event_btn {
  display: inline-block;
}

/* 5K run page ends */

/* Submenu start */
.submenu {
  display: flex;
  position: absolute;
  /* gap: 10px; */
  top: 100%;
  left: 0;
  background: white;
  padding: 10px 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 999;
  min-width: 230px;
  transform-origin: top;
  transform: scaleY(0);
  visibility: hidden;
  opacity: 0;
  flex-direction: column;
}

li.has-submenu {
  position: relative;
}

.my_sub_list a {
  display: inline-block;
  width: 100%;
  text-decoration: none;
  color: #000000;
  font-size: 13px;
  padding: 10px 0;
  border-bottom: 1px dashed #dedede;
  transition-duration: 0.3s;
}

.my_sub_list:last-child a {
  border: 0;
  padding: 10px 0 0 0;
}

.my_sub_list a:hover {
  color: #d31881;
}

.open_menu_svg {
  display: none;
}

/* Submenu ends */

/* Giving circle page start */
.chale_gaanv_mainbox {
  padding: 60px 40px;
  background-color: #ffffff;
  border-radius: 20px;
  margin: -50px 0 0 0;
  box-shadow: 0px 10px 60px 0px rgb(0, 0, 0, .08);
  position: relative;
}

.chale_gaanv_mainbox:after {
  position: absolute;
  content: "";
  background-image: url("../images/givin-circle/chalo-gaav-background.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  right: 0;
  top: 0;
  width: 353px;
  height: 100%;
  opacity: 0.4;
}

.chale_gganv_heading {
  font-family: 'Metropolis-Black';
  font-size: 45px;
  text-align: center;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1.5px #DB8B4E;
  text-stroke: 1px #DB8B4E;
}

.chale_gganv_sub_heading {
  font-family: 'Metropolis-Bold';
  font-size: 30px;
  text-align: center;
  color: #f8259b;
}

.gaanv_story_section {
  margin: 60px 0;
  padding: 20px 0;
  position: relative;
}

.gaanv_story_section::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 40%;
  height: 100%;
  background-color: #faeee4;
  border-radius: 0 50% 50% 0;
  z-index: -1;
}

.gaanv_story_section::before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 250px;
  height: 100%;
  background-image: url("../images/givin-circle/about-one-shape-2.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  animation: giving_bc_two 1s ease-in-out infinite alternate-reverse both;
  z-index: -1;
}

@keyframes giving_bc_two {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-10px);
  }
}

.gaanv_story_mainbox {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.gaanv_story_secound_img {
  width: 260px;
  height: 260px;
  align-self: end;
  position: relative;
  z-index: 10;
}

.gaanv_story_secound_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
  margin: 40px 0 0 0;
}

.gaanv_story_imgbox {
  display: grid;
}

.gaanv_story_imgbox>* {
  grid-area: 1/1;
}

.gaanv_story_img_shape {
  width: 450px;
  height: 450px;
  border: 3px solid #f8259b;
  border-radius: 50%;
  margin: auto 0;
  animation: circle_bc_first 2s linear infinite alternate both;
}

@keyframes circle_bc_first {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50px);
  }
}

.gaanv_story_first_img img {
  border-radius: 50%;
}

.gaanv_story_heading {
  font-family: Metropolis-Bold;
  font-size: 25px;
  margin: 0 0 10px 0;
  line-height: normal;
}

.gaanv_story_para {
  margin: 0 0 25px 0;
}

.gaanv_about_mainbox {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.gaanv_about_contentbox {
  padding: 70px;
  background-color: #b36d37;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}

.gaanv_about_contentbox .heading60 {
  color: #ffffff;
  margin: 0 0 20px 0;
}

.gaanv_about_contentbox p {
  color: #ffffff;
  font-size: 18px;
}

.gaanv_sponsor {
  padding: 40px 0;
  background-color: #F9F2F2;
  position: relative;
}

.gaanv_sponsor .heading60 {
  text-align: center;
  margin: 0 0 60px 0;
}

.gaanv_sponsor .heading60 span {
  color: #b36d37;
  position: relative;
  padding: 0 0 20px 0;
}

.gaanv_sponsor .heading60 span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 200px;
  height: 15px;
  background-image: url("../images/givin-circle/line.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.gaanv_sponsor_mainbox {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
}

.gaanv_sponsor_listing {
  padding: 20px;
  background-color: #fff;
  box-shadow: 0px 20px 30px 5px rgba(61, 1, 4, .1);
  display: grid;
  border-radius: 12px;
  position: relative;
  z-index: 10;
}

.gaanv_sponsor_listing::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 0%;
  top: 0;
  left: 0;
  background-color: #B75E19;
  border-radius: 12px;
  transition: all 0.5s ease-in-out;
}

.gaanv_sponsor_listing:hover::after {
  height: 100%;
  width: 100%;
}

.gaanv_sponsor_listing:hover .gaanv_card_heading,
.gaanv_sponsor_listing:hover .gaanv_card_listing ul li {
  color: #ffffff;
}

.gaanv_sponsor_listing>* {
  grid-area: 1/1;
}

.gaanv_sponsor_list_big_icon {
  align-self: end;
  justify-self: end;
  opacity: 0.2;
  position: relative;
  z-index: 10;
  transition-duration: 0.5s;
}

.gaanv_sponsor_listing:hover .gaanv_sponsor_list_big_icon {
  filter: grayscale(1);
}

.gaanv_sponsor_list_data {
  position: relative;
  z-index: 10;
}

.gaanv_card_heading {
  margin: 14px 0;
  line-height: normal;
  font-size: 16px;
  font-family: 'Metropolis-Bold';
  transition-duration: 0.5s;
}

.gaanv_card_listing ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.gaanv_card_listing ul li {
  position: relative;
  font-size: 14px;
  transition-duration: 0.5s;
  padding: 0 0 5px 25px;
}

.gaanv_card_listing ul li:after {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  background-image: url("../images/givin-circle/sponsor-check.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  left: 0;
  top: 2px;
}

.gaanv_sponsor::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 220px;
  background-image: url("../images/givin-circle/sponsors_hands.webp");
  background-size: cover;
  background-position: center;
  opacity: 0.05;
}

.gaanv_program_section {
  padding: 60px 0;
  position: relative;
}

.gaanv_program_section::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 250px;
  height: 100%;
  background-image: url("../images/givin-circle/about-one-shape-3.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  animation: giving_bc_two 1s ease-in-out infinite alternate-reverse both;
  z-index: -1;
}

.gaanv_program_section::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 80px;
  height: 200px;
  background-image: url("../images/givin-circle/leaf-shape.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  animation: giving_bc_two 1.5s ease-in-out infinite alternate-reverse both;
}

.gaanv_program_mainbox {
  display: grid;
  grid-template-columns: 1fr 0.4fr;
  gap: 40px;
}

.gaanv_program_heading {
  font-size: 25px;
  font-family: 'Metropolis-Black';
  line-height: normal;
  margin: 0 0 15px 0;
}

.gaanv_program_eligility_content {
  box-shadow: 1px 4px 20px -2px rgb(0 0 0 / 10%);
  padding: 30px;
  border-radius: 0 0 12px 12px;
}

.gaanv_program_eligility_img img {
  border-radius: 12px 12px 0 0;
}

.gaanv_program_section .heading60 {
  margin: 0 0 20px 0;
}

/* faq start */
.givingCircleFaqs_mainBox .accordion-button::after {
  flex-shrink: 0;
  width: 15px;
  height: 15px;
  margin-right: 10px;
  float: left;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%2356667b%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%20%20%20%20%3Crect%20fill%3D%22%2356667b%22%20width%3D%221%22%20height%3D%2213%22%20x%3D%226%22%20y%3D%220%22%20%2F%3E%0A%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: absolute;
  left: 0;
}

.givingCircleFaqs_mainBox .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%2356667b%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

.givingCircleFaqs_mainBox button.accordion-button {
  padding: 20px 20px 20px 30px;
  font-family: 'Metropolis-SemiBold';
  color: #707070;
}

.givingCircleFaqs_mainBox .accordion-body {
  padding: 0px 20px 20px 30px;
}

.givingCircleFaqs_mainBox .accordion-button:not(.collapsed) {
  background-color: transparent;
}

.givingCircleFaqs_mainBox .accordion-button:focus {
  z-index: 3;
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}

.givingCircleFaqs_mainBox .accordion-item {
  background-color: #fff;
  border: 0px;
}

.givingCircleFaqs_mainBox .accordion-button:not(.collapsed) {
  color: #B75E19;
  background-color: #FFF;
  box-shadow: none;
}

/* faq ends */
.gaanv_program_leftbox {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* Giving circle page ends  */
/* Marg page start  */
.marg_about_section {
  padding: 100px 0 60px 0;
  position: relative;
}

.marg_about_section::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background-image: url("../images/marg/shape-1.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 156px;
  height: 514px;
  z-index: -1;
}

.marg_about_section::before {
  position: absolute;
  content: "";
  right: 20px;
  top: 20px;
  background-image: url("../images/marg/dotted-bg.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 150px;
  height: 150px;
  z-index: -1;
  animation: giving_bc_two 1s ease-in-out infinite alternate-reverse both;
}

.marg_about_mainbox {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.marg_about_leftbox {
  display: grid;
}

.marg_about_leftbox>* {
  grid-area: 1/1;
}

.marg_about_secoundbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 12px;
}

.marg_about_secoundbox {
  width: 200px;
  height: 200px;
  align-self: end;
  justify-self: end;
  margin: 0 -80px -60px 0;
  position: relative;
  z-index: 10;
}

.marg_about_firstbox img {
  border-radius: 12px;
}

.marg_about_firstbox {
  position: relative;
}

.marg_about_firstbox:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  right: -30px;
  top: 30px;
  border: 2px solid #f8259b;
  border-radius: 12px;
  z-index: -1;
}

.marg_about_firstbox::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 200px;
  left: -20px;
  top: 30px;
  background-color: #f8259b;
  animation: giving_bc_two 0.9s ease-in-out infinite alternate-reverse both;
  border-radius: 20px;
}

.marg_about_rightbox .heading60 {
  margin: 0 0 40px 0;
}

.marg_about_rightbox .heading60 span {
  color: #b36d37;
  position: relative;
  padding: 0 0 20px 0;
}

.marg_about_rightbox .heading60 span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 160px;
  height: 15px;
  background-image: url("../images/givin-circle/line.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.marg_about_rightbox {
  padding: 0 0 0 100px;
}

.marg_about_bottom {
  position: absolute;
  bottom: 0;
  z-index: -10;
}

.marg_rrr_section {
  padding: 40px 0;
  background: #faeee4;
}

.marg_rrr_headingbox {
  font-family: 'Metropolis-Bold';
  font-size: 30px;
  line-height: normal;
  text-align: center;
  color: #b36d37;
  margin: 0 0 10px 0;
}

.marg_rrr_parabox p {
  color: #707070;
  text-align: center;
}

.marg_rrr_mainbox {
  display: grid;
}

.marg_rrr_mainbox>* {
  grid-area: 1/1;
}

.marg_rrr_info_first {
  align-self: center;
  text-align: center;
  justify-self: start;
  max-width: 200px;
  margin: 0 0 0 13%;
}

.marg_rrr_info_secound {
  align-self: center;
  text-align: center;
  justify-self: center;
  max-width: 200px;
}

.marg_rrr_info_third {
  align-self: center;
  text-align: center;
  justify-self: end;
  max-width: 200px;
  margin: 0 13% 0 0;
}

.marg_info_heading {
  font-family: 'Metropolis-Bold';
  font-size: 20px;
  color: #f8259b;
}

.marg_info_text {
  color: #707070;
}

.marg_camp_section .five_k_about_leftbox {
  padding: 0 0 30px 0;
  border: 0;
  text-align: center;
}

.marg_camp_section {
  padding: 60px 0 0 0;
  position: relative;
}

.marg_camp_img_box {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
  gap: 30px;
}

.marg_math_section {
  padding: 60px 0;
  margin: 60px 0 0 0;
  background-image: url("../images/marg/ganit-jyoti-background.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.marg_math_section .heading60 {
  color: #ffffff;
  text-align: center;
  margin: 0 0 20px 0;
}

.marg_math_section p {
  color: #ffffff;
  font-size: 18px;
  text-align: center;
}

.marg_main .gaanv_program_third p {
  color: #707070;
}

.marg_camp_section::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 299px;
  height: 60px;
  background-image: url("../images/5k/event_yellow.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  animation: five_k_third 2s linear infinite alternate both;
}

.marg_main .gaanv_program_eligility_img img {
  border-radius: 12px;
}

.marg_main .gaanv_program_mainbox {
  grid-template-columns: 1fr 1fr;
}

/* Marg page ends  */
/* Neev page start  */
.neev_about_mainbox {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.neev_about_section {
  padding: 60px 0 0 0;
  position: relative;
}

.neev_about_content .heading60 {
  margin: 0 0 40px 0;
}

.neev_about_content .heading60 span {
  color: #b36d37;
  position: relative;
  padding: 0 0 20px 0;
}

.neev_about_content .heading60 span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 180px;
  height: 15px;
  background-image: url("../images/givin-circle/line.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.neev_about_img {
  display: grid;
}

.neev_about_img>* {
  grid-area: 1/1;
}

.neev_about_img_first {
  position: relative;
  justify-self: end;
}

.neev_about_img_first::after {
  content: "";
  position: absolute;
  right: -30px;
  top: -30px;
  background-image: url("../images/neev/neev-shape-1.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 20px;
}

.neev_about_img_first::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-color: #DB8B4E;
  width: 100%;
  height: 80%;
  z-index: -1;
  border-radius: 20px;
}

.neev_about_img_first img {
  border-radius: 20px;
}

.neev_about_img_secound {
  width: 250px;
  height: 140px;
  align-self: end;
  position: relative;
  z-index: 1;
}

.neev_about_img_secound img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 20px;
}

.neev_about_content p {
  font-size: 16px;
}

.neev_about_content p span {
  color: #DB8B4E;
  font-family: 'Metropolis-Bold';
}

.neev_about_content {
  border-bottom: 4px solid #faeee4;
  padding: 0 0px 40px 0;
}

.ten_week_section {
  padding: 60px 0 0 0;
  margin: 60px 0 0 0;
  position: relative;
  /* background-color: #faeee4; */
}

.ten_week_section .gaanv_story_heading {
  text-align: center;
  color: #b36d37;
}

.ten_week_section p {
  text-align: center;
  color: #707070;
  font-size: 18px;
  margin: 0 0 40px 0;
}

.ten_week_section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/background-pattenr.jpg");
  /* mix-blend-mode: luminosity; */
  background-size: cover;
  background-position: center;
  /* opacity: 0.3; */
  z-index: -1;
}

.neev_ten_mainbox {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  gap: 20px;
}

.neev_ten_firstbox,
.neev_ten_thirdbox {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.neev_ten_icon {
  text-align: center;
  margin: 0 0 10px 0;
}

.neev_ten_text {
  font-size: 14px;
  text-align: center;
  font-family: 'Metropolis-Bold';
}

/* .neev_ten_secoundbox {
  background-color: #db8b4e;
  border-radius: 80px 80px 0 0;
} */

/* .neev_para_img_mainbox {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1fr 1fr;
} */

/* .neev_para_img_mainbox>* {
  grid-area: 1/1;
} */

.neev_para_img_list {
  /* width: 345px;
  height: 345px; */
}

/* .neev_para_img_list img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
}

.neev_para_img_second_list {
  width: 500px;
  height: 500px;
  justify-self: center;
  grid-column: 2/3;
  grid-row: 1/2;
} */

/* .neev_para_img_second_list img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
} */

/* .neev_para_img_first_list {
  justify-self: end;
  grid-column: 1/2;
  margin: 0 -30px 0 0;
}

.neev_para_img_list_second {
  justify-self: start;
  grid-column: 3/4;
  margin: 0 0 0 -30px;
} */

.neev_para_section {
  padding: 60px 0 0 0;
  position: relative;
}

.neev_para_mainbox {
  text-align: center;
  font-size: 16px;
  color: #707070;
}

.neev_para_mainbox p:last-child {
  margin: 0 0 40px 0;
}

.neev_write_section {
  padding: 60px 0;
  margin: 60px 0 0 0;
  background-image: url("../images/neev/neev-image-06.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.neev_write_mainbox p {
  font-family: 'Metropolis-Black';
  font-size: 25px;
  text-align: center;
  color: #ffffff;
}

.neev_write_mainbox p span {
  font-size: 30px;
  color: #FFC107;
}

.neev_write_btnbox a {
  position: relative;
  display: inline-block;
  background-color: #FFC107;
  color: #ffffff;
  font-size: 18px;
  text-transform: uppercase;
  padding: 18px 60px 18px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  overflow: hidden;
  border-radius: 33px;
  z-index: 1;
  text-decoration: none;
  font-family: 'Metropolis-Bold';
  line-height: normal;
}

.neev_write_btnbox a::before {
  position: absolute;
  content: '';
  background-color: #eb5310;
  width: 100%;
  height: 0%;
  left: 50%;
  top: 50%;
  border-radius: 33px;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: -1;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.neev_write_btnbox a:hover {
  color: #ffffff;
  background-color: transparent;
}

.neev_write_btnbox a:hover::before {
  height: 380%;
}

.neev_write_btnbox {
  text-align: center;
  margin: 40px 0 0 0;
}

.neev_write_arrowbox {
  position: absolute;
  left: 10%;
  top: 42%;
  animation: leafAniamtion 4s ease-in infinite;
}

@keyframes leafAniamtion {

  0%,
  100% {
    transform: rotate(0deg) translateX(0);
  }

  50% {
    transform: rotate(10deg) translateX(50px);
  }
}

.neev_map_mainbox {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  /* gap: 60px; */
}

.neev_map_listing {
  display: grid;
  grid-template-columns: 30px 1fr;
  align-items: center;
  gap: 20px;
}

/* .neev_map_rightbox .neev_map_listing {
  display: grid;
  grid-template-columns: 1fr 60px;
  align-items: center;
  gap: 20px;
} */

.neev_map_name {
  font-family: 'Metropolis-Bold';
  font-size: 18px;
  color: #b75e19;
  line-height: normal;
}

/* .neev_map_rightbox .neev_map_name {
  justify-self: end;
} */

/* .neev_map_leftbox,
.neev_map_rightbox {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
} */
.neev_map_rightbox {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  height: fit-content;
  padding: 0 0 40px 0;
  border-bottom: 4px solid #f0d2b9;
}

.neev_map_leftbox:after {
  content: "";
  position: absolute;
  width: 4px;
  height: 100%;
  left: 30px;
  background-color: #DB8B4E;
}

/* .neev_map_rightbox:after {
  content: "";
  position: absolute;
  width: 4px;
  height: 100%;
  right: 30px;
  background-color: #DB8B4E;
} */

.neev_map_listing {
  position: relative;
  z-index: 1;
}

.neev_map_centerbox {
  width: 100%;
  height: 450px;
}

.neev_map_centerbox img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.neev_map_section {
  padding: 60px 0;
  position: relative;
  background-color: #f2f2f2;
}

.neev_map_section::after {
  content: "";
  position: absolute;
  width: 1012px;
  height: 610px;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-image: url("../images/neev/neev-map-1.webp");
  background-size: cover;
  background-position: center;
  margin: auto;
  opacity: 0.3;
  animation: five_k_third 2.5s linear infinite alternate both;
}

.neev_map_icon img {
  border-radius: 50%;
  padding: 2px;
  background-color: #ffffff;
}

.neev_Punjab {
  border: 2px solid #7209B7;
}

.neev_Gujarat {
  border: 2px solid #3A86FF;
}

.neev_Rajasthan {
  border: 2px solid #FF9F1C;
}

.neev_Maharashtra {
  border: 2px solid #F9C80E;
}

.neev_up {
  border: 2px solid #4361EE;
}

.neev_tn {
  border: 2px solid #00BBF9;
}

.neev_Telangana {
  border: 2px solid #B5179E;
}

.neev_mp {
  border: 2px solid #8D99AE;
}

.neev_Jharkhand {
  border: 2px solid #06D6A0;
}

.neev_Odisha {
  border: 2px solid #D00000;
}

.neev_Assam {
  border: 2px solid #FFB400;
}

.neev_wb {
  border: 2px solid #3D348B;
}

.neev_map_icon {
  justify-self: center;
}

.neev_map_section .neev_about_content {
  border-bottom: 0;
}

.neev_para_shape {
  position: absolute;
  left: 0;
  top: 60px;
  z-index: -1;
}

.neev_ten_secoundbox {
  align-self: end;
}

.neev_para_img_list img {
  border-radius: 50%;
}

/* Neev page ends  */

/* Our story page start  */
.our_story_about_section {
  padding: 60px 0;
  position: relative;
}

.our_story_about_section:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 16%;
  height: 100%;
  background-color: #faddd9;
  z-index: -10;
}

.our_story_about_section::before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 250px;
  height: 100%;
  background-image: url("../images/givin-circle/about-one-shape-2.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  animation: giving_bc_two 1s ease-in-out infinite alternate-reverse both;
  z-index: -1;
}

.our_story_about_mainbox {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.our_story_about_first_img {
  width: 360px;
  height: 340px;
}

.our_story_about_first_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  border-radius: 20px;
}

.our_story_about_third_img {
  width: 250px;
  height: 182px;
  justify-self: end;
  align-self: end;
}

.our_story_about_third_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 20px;
}

.our_story_about_secound_img {
  width: 250px;
  height: 220px;
  justify-self: end;
}

.our_story_about_secound_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 20px;
}

.our_story_about_left {
  display: grid;
  position: relative;
  min-height: 420px;
}

.our_story_about_left>* {
  grid-area: 1/1;
}

.our_story_about_circle_box {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: 40px solid #db8b4e;
  position: absolute;
  left: -50px;
  bottom: 0;
  z-index: -1;
  animation: giving_bc_two 1s ease-in-out infinite alternate-reverse both;
}

.our_story_about_border_box {
  justify-self: center;
  align-self: end;
  margin: 0 40px 0 0;
}

.our_story_about_border_box img {
  animation: our_story_first 2s linear infinite alternate both;
}

@keyframes our_story_first {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50px);
  }
}

.our_story_about_para {
  margin: 20px 0 0 0;
}

.our_story_issue_mainbox {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.our_story_issue_section {
  margin: 60px 0 0 0;
  position: relative;
  background-color: #f2f2f2;
}

.our_story_issue_section::after {
  content: "";
  position: absolute;
  background-image: url("../images/about/girls-studying-background.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 400px;
  height: 100%;
  right: 0;
  top: 0;
  mix-blend-mode: luminosity;
  opacity: 0.2;
}

.our_story_issue_right {
  padding: 40px;
}

.our_story_issue_left {
  background-color: #fff7e9;
  display: flex;
  justify-content: center;
  padding: 40px;
  width: 100%;
  height: 100%;
  align-items: center;
}

.our_story_issue_right p {
  position: relative;
  z-index: 10;
}

.our_approach_mainbox .heading60 {
  text-align: center;
  margin: 0 0 60px 0;
}

.our_approach_mainbox .heading60 span {
  color: #b36d37;
  position: relative;
  padding: 0 0 20px 0;
}

.our_approach_mainbox .heading60 span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 200px;
  height: 15px;
  background-image: url("../images/givin-circle/line.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.our_approach_mainbox p {
  text-align: center;
  font-size: 18px;
  color: #707070;
}

.our_approach_section {
  padding: 60px 0 0 0;
  position: relative;
}

.vision_mission_section {
  padding: 60px 0;
  margin: 60px 0;
  position: relative;
}

.vision_mission_section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/about/approach-bg.jpg");
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.vission_mission_mainbox {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.vission_mission_listing {
  text-align: center;
  background: #fff;
  border: 1px solid rgba(221, 221, 221, 0.4);
  box-shadow: 0px 7px 28px rgba(0, 0, 0, 0.03);
  padding: 30px 30px;
  position: relative;
}

.vission_mission_contentbox p {
  font-size: 14px;
  color: #707070;
  transition-duration: 0.5s;
  position: relative;
  z-index: 10;
}

.vission_mission_headingbox {
  font-family: 'Metropolis-Bold';
  font-size: 24px;
  margin: 30px 0 20px 0;
  transition-duration: 0.5s;
  position: relative;
  z-index: 10;
}

.vission_mission_contentbox ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.vission_mission_contentbox ul li {
  text-align: start;
  color: #707070;
  font-size: 14px;
  position: relative;
  z-index: 10;
  transition: all 0.5s ease-in-out;
  padding: 0 0 0 20px;
}

.vission_mission_contentbox ul li::after {
  content: ".";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 40px;
  line-height: 0;
}

.vission_mission_listing::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 0%;
  top: 0;
  left: 0;
  background-color: #B75E19;
  transition: all 0.5s ease-in-out;
}

.vission_mission_iconbox {
  position: relative;
  z-index: 10;
}

.vission_mission_listing:hover::after {
  width: 100%;
  height: 100%;
}

.vission_mission_listing:hover .vission_mission_headingbox,
.vission_mission_listing:hover .vission_mission_contentbox p,
.vission_mission_listing:hover .vission_mission_contentbox ul li {
  color: #ffffff;
}

/* Our story page ends  */
/* Partner page start  */
.insti_partner_mainbox {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 80px;
}

/* .institute_parner_section {
  display: grid;
}

.institute_parner_section>* {
  grid-area: 1/1;
} */

.insti_back_box {
  display: grid;
  grid-template-columns: 300px 1fr;
}

.insti_back_left {
  background-color: #faeee4;
}

.insti_back_box {
  display: grid;
  grid-template-columns: 300px 1fr;
}

.insti_partner_headingbox {
  font-family: 'Metropolis-Bold';
  font-size: 35px;
  line-height: normal;
  color: #b75e19;
  margin: 0 0 40px 0;
  padding: 0 0 0 10px;
  border-left: 4px solid #b75e19;
  position: relative;
}

.insti_partner_headingbox::after {
  position: absolute;
  content: "";
  left: -100%;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 100%;
  height: 4px;
  background-color: #b75e19;
}

/* .institute_parner_section .container {
  padding: 60px 0;
} */

.institute_parner_section {
  padding: 60px 0;
}

.insti_partner_mainbox .nav {
  gap: 20px;
  flex-direction: column;
}

.insti_partner_mainbox .nav-link {
  padding: 10px 20px;
  color: #ffffff;
  font-family: Metropolis-Bold;
}

.insti_partner_mainbox .nav-pills .nav-link {
  border-radius: 12px;
  background-color: #B75E19;
  width: 100%;
  text-align: start;
  display: flex;
  align-items: center;
  gap: 10px;
}

.insti_partner_mainbox .nav-pills .nav-link.active,
.insti_partner_mainbox .nav-pills .show>.nav-link {
  color: #fff;
  background-color: #ae0f68;
  margin: 0 0 0 20px;
}

/* .insti_partner_mainbox .nav-link span {
  padding: 10px;
  background-color: #eb5310;
}
.insti_partner_mainbox .nav-link.active span {
  background-color: #DB8B4E;
} */
.insti_partners_mainbox {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}

.insti_partners_listing {
  width: 100%;
  height: 150px;
  padding: 10px;
  border: 2px solid #f2f2f2;
  border-radius: 20px;
}

.insti_partners_listing img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background-position: center;
}

.individual_parner_section {
  padding: 40px 0 0 0;
}

.insti_partner_hr {
  margin: 40px 0 0 0;
  background-color: #faeee4;
  opacity: 1;
}

hr.insti_partner_hr:not([size]) {
  height: 4px;
}

/* Partner page ends  */
/* Event details page start  */
.event_details_mainbox {
  display: grid;
  grid-template-columns: 1fr 0.5fr;
  gap: 20px;
}

.event_details_section {
  padding: 60px 0;
  overflow: unset;
}

.event_details_imagebox {
  margin: 0 0 40px 0;
}

.event_setails_parabox p {
  color: #707070;
  margin: 0 0 30px 0;
}

.event_setails_parabox p:last-child {
  margin: 0;
}

.event_details_imagebox img {
  border-radius: 12px;
}

.event_details_heding {
  font-family: 'Metropolis-Bold';
  font-size: 25px;
  line-height: normal;
  margin: 0 0 20px 0;
  padding: 0 0 0 10px;
  border-left: 4px solid #FFC107;
}

.event_details_veneue_listing {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 15px;
}

.event_details_veneue_listing:not(:last-child) {
  margin: 0 0 15px 0;
}

.event_deyails_veneue_box {
  background-color: #FADDD9;
  padding: 30px;
  border-radius: 12px;
}

.event_details_veneue_subheading {
  font-family: 'Metropolis-Bold';
  font-size: 20px;
  line-height: normal;
  margin: 0 0 15px 0;
}

.event_details_veneue_text {
  font-size: 14px;
  color: #707070;
}

.event_details_veneue_text a {
  text-decoration: none;
  color: #707070;
  font-size: 14px;
}

.event_details_rightbox {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: sticky;
  top: 10px;
}

.event_details_mapbox iframe {
  border-radius: 12px;
}

.event_details_donatebox {
  display: grid;
}

.event_details_donatebox>* {
  grid-area: 1/1;
}

.event_details_donate_content .neev_write_btnbox {
  margin: 0;
}

.event_details_donate_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 30px;
}

.event_details_donate_content p {
  color: #ffffff;
  text-align: center;
  font-weight: 600;
}

.event_details_donate_img img {
  border-radius: 12px;
}

/* Event details page ends  */

/* Our impact page start */

.our_impact_number_mainbox {
  padding: 40px;
  background-color: #ffffff;
  border-radius: 20px;
  margin: -50px 0 0 0;
  box-shadow: 0px 10px 60px 0px rgb(0, 0, 0, .08);
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.our_impact_number_listing {
  padding: 0 10px;
  text-align: center;
  border-right: 1px solid #dedede;
}

.our_impact_number_listing:last-child {
  border: 0;
}

.our_impact_number_text {
  font-family: 'Metropolis-Bold';
  color: #f8259b;
  line-height: normal;
  font-size: 18px;

}

.our_impact_number_heading {
  font-family: 'Metropolis-SemiBold';
  line-height: normal;
  font-size: 14px;
  color: #707070;
  margin: 0 0 15px 0;
}

.our_impact_listing {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  padding: 20px;
  border-radius: 12px;
  align-items: center;
  position: relative;
}

.our_impact_listing::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("../images/impact/impact-bg.jpg");
  background-size: cover;
  z-index: -1;
  border-radius: 12px;
}

.our_impact_main .event_details_mainbox {
  display: grid;
  grid-template-columns: 1fr 24.5vw;
}

.our_impact_para p {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #707070;
}

.our_impact_heading {
  font-family: Metropolis-Bold;
  font-size: 25px;
  margin: 0 0 20px 0;
  line-height: normal;
}

.our_impact_imgbox img {
  border-radius: 12px;
}

.our_impact_readmore .event_btn {
  display: inline-block;
  margin: 20px 0 0 0;
  cursor: pointer;
}

.our_impact_imgbox {
  display: grid;
}

.our_impact_imgbox>* {
  grid-area: 1/1;
}

.our_impact_datebox {
  margin: -10px 0 0 -10px;
  background-color: #db8b4e;
  width: fit-content;
  height: fit-content;
  padding: 10px;
  border-radius: 12px;
  line-height: normal;
  font-size: 12px;
  color: #fff;
}

.event_details_veneue_listing_impact:not(:last-child) {
  margin: 0 0 15px 0;
}

.event_details_veneue_listing_impact .event_details_veneue_text:not(:last-child) {
  margin: 0 0 8px 0;
}

.our_impact_model_img_box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin: 0 0 40px 0;
}

.our_impact_model_img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.our_impact_mainbox {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

/* Our impact page ends  */
/* Join us page start  */
.join_us_below_box {
  display: grid;
  grid-template-columns: 1fr 0.5fr;
}

.join_us_below_right {
  background-color: #faddd9;
}

.join_us_mainbox {
  display: grid;
}

.join_us_mainbox>* {
  grid-area: 1/1;
}

.join_us_mainbox .form-container {
  padding: 60px 0;
}

.join_us_formbox {
  position: relative;
  padding: 40px;
  z-index: 10;
}

.join_us_formbox::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/background-pattenr.jpg");
  background-size: cover;
  background-position: center;
  z-index: -1;
  border-radius: 20px;
}

.join_us_right_heading {
  align-self: center;
  justify-self: right;
  writing-mode: vertical-lr;
  transform: rotate(180deg);
  font-size: 70px;
  line-height: normal;
  text-align: center;
  color: #f2f2f2;
  font-family: 'Metropolis-Black';
  text-transform: uppercase;
}

.join_us_form_mainbox {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.join_us_form_mainbox .form-control,
.join_us_form_mainbox .form-select {
  background-color: #fff;
  width: 100%;
  height: 60px;
  line-height: 50px;
  border-radius: 12px;
  border: none;
  font-weight: 600;
  outline: none;
  box-shadow: none;
  font-size: 16px;
  color: #707070;
  padding: .375rem 2.25rem .375rem 2rem;
}

.join_us_form_listing:last-child {
  grid-column: 1/2;
}

.join_us_form_listing .neev_write_btnbox {
  text-align: start;
  margin: 0;
}

.join_us_form_listing .neev_write_btnbox a {
  font-size: 16px;
  text-transform: none;
  padding: 14px 40px 14px;
}

/* Join us page ends  */

/* BID page start */
.join_thank_heading {
  font-size: 50px;
  text-align: center;
  font-family: Metropolis-Bold;
  color: #3eb655;
  margin: 0 0 20px 0;
}

.join_thank_gif_box {
  text-align: center;
  margin: 0 0 10px 0;
}

.join_thank_gif_box svg {
  animation: heartbeat_new 1.5s ease-in-out infinite both;
}

@keyframes heartbeat_new {
  from {
    transform: scale(1);
    transform-origin: center center;
    animation-timing-function: ease-out;
  }

  10% {
    transform: scale(0.91);
    animation-timing-function: ease-in;
  }

  17% {
    transform: scale(0.98);
    animation-timing-function: ease-out;
  }

  33% {
    transform: scale(0.87);
    animation-timing-function: ease-in;
  }

  45% {
    transform: scale(1);
    animation-timing-function: ease-out;
  }
}

.join_thank_section {
  padding: 60px 0;
  background-image: linear-gradient(340deg, rgba(76, 76, 76, 0.02) 0%, rgba(76, 76, 76, 0.02) 34%, transparent 34%, transparent 67%, rgba(142, 142, 142, 0.02) 67%, rgba(142, 142, 142, 0.02) 73%, rgba(151, 151, 151, 0.02) 73%, rgba(151, 151, 151, 0.02) 100%), linear-gradient(320deg, rgba(145, 145, 145, 0.02) 0%, rgba(145, 145, 145, 0.02) 10%, transparent 10%, transparent 72%, rgba(35, 35, 35, 0.02) 72%, rgba(35, 35, 35, 0.02) 76%, rgba(69, 69, 69, 0.02) 76%, rgba(69, 69, 69, 0.02) 100%), linear-gradient(268deg, rgba(128, 128, 128, 0.02) 0%, rgba(128, 128, 128, 0.02) 5%, transparent 5%, transparent 76%, rgba(78, 78, 78, 0.02) 76%, rgba(78, 78, 78, 0.02) 83%, rgba(224, 224, 224, 0.02) 83%, rgba(224, 224, 224, 0.02) 100%), linear-gradient(198deg, rgba(25, 25, 25, 0.02) 0%, rgba(25, 25, 25, 0.02) 36%, transparent 36%, transparent 85%, rgba(180, 180, 180, 0.02) 85%, rgba(180, 180, 180, 0.02) 99%, rgba(123, 123, 123, 0.02) 99%, rgba(123, 123, 123, 0.02) 100%), linear-gradient(90deg, rgb(255, 255, 255), rgb(255, 255, 255));
}

.bid_header ul {
  list-style-type: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  align-items: center;
  justify-items: center;
  margin: 0;
}

.bid_header ul li img {
  max-width: 100px;
}

.bid_mainbox {
  padding: 30px;
  background-color: #faddd9;
  border-radius: 12px;
}

.bid_header {
  background-color: #fff;
  padding: 10px;
  border-radius: 12px;
}

.bid_body {
  margin: 20px 0 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.bid_number_heading {
  font-family: 'Metropolis-Bold';
  font-size: 25px;
  line-height: normal;
  margin: 0 0 10px 0;
  color: #707070;
}

.bid_number_number {
  font-family: 'Metropolis-Black';
  font-size: 30px;
  padding: 20px;
  position: relative;
  z-index: 10;
  color: #ffffff;
}

.bid_number_number::after {
  position: absolute;
  content: "";
  background-image: url("../images/scratch_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 250px;
  height: 60px;
  left: 50%;
  top: 0;
  bottom: 0;
  z-index: -1;
  transform: translateX(-50%);
  margin: auto;
}

.bid_btn_listing a {
  text-decoration: none;
  cursor: pointer;
  background-color: #eb5310;
  font-family: Metropolis-Bold;
  color: #fff !important;
  text-decoration: navajowhite;
  padding: 6px 15px 6px 6px;
  border-radius: 50px;
  display: grid;
  align-items: center;
  grid-template-columns: 28px 1fr;
  gap: 10px;
  transition-duration: 0.5s;
}

.bid_btn_listing a:hover,
.bid_icon_rightbox .bid_btn_listing:last-child:hover a {
  background-color: #000000;
}

.bid_btn_mainbox {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin: 20px 0 0 0;
}

.bid_icon_rightbox {
  display: flex;
  gap: 10px;
}

.bid_icon_rightbox .bid_btn_listing:last-child a {
  background-color: #25D366;
}

.bid_icon_leftbox .bid_btn_listing a {
  background-color: #FFC107;
}

/* BID page ends  */

/* Captan css start */
.main-corporate {
  margin: 0 0 40px 0px;
}

.giving-circle img {
  border-radius: 50%;
  max-width: 200px;
}

.team-giving {
  text-align: center;
  padding: 19px 0 0px 0px;
}

.giving-circle .team-one__social a {
  display: flex;
  justify-content: center;
  margin: 14px 0 0px 0px;
}

.inner-individual .sub-heading {
  font-size: 25px;
  font-family: Metropolis-Black;
  margin: 0px 0 30px 0px;
  color: #B75E19;
}

.inner-individual .team_heading {
  font-family: 'Metropolis-Bold';
  font-size: 20px;
  margin: 0;
  line-height: 1;
  color: #F8259B;
  cursor: pointer;
}

.inner-individual .owl-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 25px 0 0 0px;
}

.inner-individual .owl-nav .owl-next {
  transform: rotate(180deg);
}

.owl-carousel_giving .owl-controls .owl-nav div {
  float: left;
  background-image: url(../images/testi_arrow_black.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 28px;
  font-size: 0;
  width: 40px;
  height: 40px;
  margin: 0;
  background-color: #EFEFEF;
  border-radius: 100px;
}

.owl-carousel_giving .owl-controls .owl-nav div {
  float: left;
  background-image: url(../images/testi_arrow_black.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 28px;
  font-size: 0;
  width: 40px;
  height: 40px;
  margin: 0;
  background-color: #EFEFEF;
  border-radius: 100px;
}

.owl-carousel_giving .owl-controls .owl-nav div:hover {
  background-color: #B36D37;
  background-image: url(../images/testi_arrow.png);
}

.owl-carousel_giving .owl-controls .owl-nav div:hover {
  background-color: #B36D37;
  background-image: url(../images/testi_arrow.png);
}

.owl-carousel_neev .owl-controls .owl-nav div {
  float: left;
  background-image: url(../images/testi_arrow_black.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 28px;
  font-size: 0;
  width: 40px;
  height: 40px;
  margin: 0;
  background-color: #EFEFEF;
  border-radius: 100px;
}

.owl-carousel_neev .owl-controls .owl-nav div:hover {
  background-color: #B36D37;
  background-image: url(../images/testi_arrow.png);
}

.owl-carousel_neev .owl-controls .owl-nav div:hover {
  background-color: #B36D37;
  background-image: url(../images/testi_arrow.png);
}

.sponsors_main .heading60 {
  margin: 0 0 40px 0;
}

.giving-circle {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.giving_circle_first_img {
  width: 200px;
  height: 200px;
}

.giving_circle_first_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* Captan css ends  */

.toggle_menu {
  display: none;
}

.toggle_menu img {
  max-height: 20px;
}

.home_corporate_part_mainbox {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  gap: 10px;
  align-items: center;
}

.home_five_k_part_mainbox {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  align-items: center;
}

.home_five_k_part_listing {
  width: 100%;
  height: 100px;
}

.home_five_k_part_listing img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.inner_page_joinus_btnbox {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 20px;
  align-items: center;
}

.join_us_btn_section {
  padding: 40px 0;
  position: relative;
}

.join_us_btn_section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/about/approach-bg.jpg");
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.inner_page_joinus_rightbox .neev_write_btnbox {
  margin: 0;
}

.inner_page_joinus_leftbox .pink_heading {
  font-size: 25px;
  margin: 0 0 10px 0;
}

.vision_mission_section .five_k_join_modal .modal-content .btn-close {
  z-index: 20;
}

/* Go t0 to top button start */
.go_to_top_btn {
  display: none;
  cursor: pointer;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  border-radius: 50%;
  box-shadow: 0px 0px 12px #ccc;
}

.go_to_top_btn:hover svg path {
  fill: #eb5310;
}

/* Go t0 to top button ends */

.img-fluid.home_testi_img {
  aspect-ratio: 26/30;
  object-fit: cover;
  object-position: center;
}

.home_testi_readmore {
  cursor: pointer;
  color: #db8b4e;
  font-size: 14px;
  font-family: 'Metropolis-SemiBold';
  margin: 0 0 6px 0;
  width: fit-content;
}

.home_testi_para {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 0 6px 0;
}

.home_small_event_img img {
  border-radius: 12px;
}

.home_small_event_img_mainbox {
  display: grid;
}

.home_small_event_img_mainbox>* {
  grid-area: 1/1;
}

.home_small_event_img_content {
  position: relative;
  width: fit-content;
  height: fit-content;
  text-align: center;
  padding: 5px 12px;
  border-radius: 6px;
  background-color: #FFFFFF;
  font-size: 8px;
  margin: 6px 10px 0 0px;
  justify-self: end;
  /* line-height: normal; */
  font-family: 'Metropolis-Bold';
  color: #DB8B4E;
}

.evonix_logo img {
  max-width: 75px;
}

.evonix_mainbox {
  display: flex;
  align-items: center;
  gap: 10px;
  position: absolute;
  right: 12px;
  bottom: 10px;
}

.evonix_text {
  font-family: 'Metropolis-SemiBold';
  color: #ffffff;
}

.bid_icon_leftbox a {
  text-decoration: none;
  color: #000000;
  font-family: 'Metropolis-Bold';
}

.our_impact_carousal_listing {
  width: 100%;
  height: 200px;
  border-radius: 12px;
}

.our_impact_carousal_listing img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 12px;
}

/* Rushikesh 5k run page  start */

.runbanner-content{
    position: absolute;
    top:21%;
    left: 0%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    margin: 0 auto;
    right: 0;
    z-index:0;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
}
.bannercontent{
  text-transform:uppercase;
  font-family: Metropolis-Black;
}
.bannercontent span{
  width:100%;
  display:block;
}
.outline-text {
  font-size: 60px;
  -webkit-text-stroke: 1px #8b2c2c;
  font-family: Metropolis-Black;
  text-transform: uppercase;
  color: transparent !important;
  line-height: normal;
}
.bannerheading{
  font-size: 60px;
  color:#712820;line-height: normal;
}
.heading1{
  font-size: 50px;
  color:#333;
}
.heading1 b{
  color:#AE0F68;
}
.bannerbelowtext{
  padding:60px 0px 0px 0px;
}
.bannerbelowtext p{
  margin:0px;
}
.hero_runbanner{
  margin: -20px 0 0 0;
  position:relative;
}
.hero_runbanner .hero_run_inner img{
  width: 100%;
}
/* Why It Matters Start */
.why_it_matters{
  padding: 60px 0px;
  background-image: url(../images/5k-run/why_it_matters.webp);
  background-size: 26%;
  background-position: 99% 10%;
  background-repeat: no-repeat;
}
.matters_main {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
.matters_box{
  display:flex;
  gap: 20px;
  align-items: center;
  width:32%;
  margin-top:15px
}
.matters_boxleft{
  width:25%;
}
.matters_boxleft img {
  max-height: 80px;
}
.matters_boxright{
  width:75%;
}
.why_it_matters h6{
    font-family: Metropolis-Black;
    font-size: 25px;
}
/* Why It Matters End */
/* .Global Solidarity Start */
.global-solidarity_sec{
  padding:60px 0px;
  background-color:#F2F7F8;
  position: relative;
}
.global-solidarity_sec:after{
  background-color:#FAEEE4;
  position: absolute;
  content:"";
  right:0;
  bottom: 0;
  top:0px;
  width:50%;
  
}
.solidarity_inner{
  display: flex;
  gap:20px;
  justify-content: space-between;
}
.global_left{
  width:49%;
}
.important_dates{
  display: flex;
  gap:20px;
}
.important_date{
  background-color:#fff;
  border-radius: 15px;
  padding:20px;
}
.important_heading{
  color:#B36D37;
  font-size:25px;
  text-align: center;
  font-family: Metropolis-Black;
  text-transform: uppercase;
}
.important_text{
  font-family: Metropolis-Light;
  font-size:16px;
  color:#333333;
  text-align: center;
  line-height: 20px;
}
.brown_box{
  background-color: #F5EFEB;
  padding: 30px;
  border-radius: 15px;
  margin: 30px 0 0 0;
  width: 80%;
  font-family: Metropolis-Medium;
  font-size: 18px;
  line-height: normal;
  text-align: center;
}
.global_right {
  width: 51%;
  position: relative;
  z-index: 1;
  padding: 0px 0px 0px 30px;
}
/* .Global Solidarity End */
/* Lace Up for March 8th Start */
.heading span{
  color:#B36D37;
}
.laceup{
  padding:80px 0 30px 0;
}
.laceup_box{
  display:flex;
  align-items:center;
  gap:0px;
  justify-content: space-between;
}
.laceup__content{
  width:53%;
}
.btn_wrap .supportbtn{
  margin-left: 20px;
}
.laceup__text--accent{
  color:#d63384;
  font-weight:600;
}
.supportbtn{
  background:#B36D37;
}
.supportbtn::before {
  content: "";
  background-image: url(../images/supportbtn-icon.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
  width: 28px;
  height: 28px;
  position: absolute;
  left: 0;
  background-color: #fff;
  border-radius: 100px;
  top: 0;
  margin: 4px 0 0 4px;
}
.laceup__image{
  width:47%;
  position:relative;
  padding:0 20px 0px 50px;
}
.laceup__image img{
  width:100%;
  border-radius:20px;
  z-index: 0;
  position: relative;
}
.laceup__image::before{
  content:"";
  position:absolute;
  top:-20px;
  right: 0px;
  width:80%;
  height:90%;
  background:#e0813a;
  border-radius:25px;
  z-index: 0;
}
/* Lace Up for March 8th End */

/* 5K highlights from October 2025 Start */
.neev-stats{
  padding:60px 0;
}
.stats_main{
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  gap:50px;
}
.neev-stats .heading{
  margin: 0 0 45px 0;
}
.heading{
  margin: 0 0 25px 0;
}
/* Card */
.neev-card{
  background:#fff;
  padding:20px;
  border-radius:12px;
  text-align:center;
  position:relative;
  box-shadow:0 10px 25px rgba(0,0,0,0.08);
  transition-duration:0.5s;
}
.neev-card:hover::before{
  width:200px;
  transition-duration:0.5s;
}
.neev-card h4{
  margin-bottom:8px;
  font-size: 15px;
  line-height: normal;
}
.neev-card h2{
  font-size: 25px;
  font-family: Metropolis-Bold;
  margin: 0px;
  line-height: normal;
}
/* Top Shape */
.neev-card::before{
  content:"";
  position:absolute;
  width:80px;
  height:80px;
  background:#FFCDB8;
  border-radius:15px;
  top:-15px;
  left:-15px;
  z-index:-1;
  transition-duration:0.5s;
}
/* Highlight Card */
.neev-card--highlight{
  grid-column: span 2;
  /* background:linear-gradient(90deg,#AE0F68,#AE0F68); */
  color:#fff;
  text-align: center;
  background-image:url(../images/5k-run/pink-image.png) ;
  background-position:left center;
  background-size:contain;
  background-repeat:no-repeat;
  background-color:#AE0F68;
}
.neev-card--highlight p{
  margin-bottom:8px;
  font-size:15px;
  text-align: center;
  line-height: normal;
}
.neev-card--highlight::before{
  background: #F2C39F;
}
.neev-card:nth-child(2)::before{ background:#F48081; }
.neev-card:nth-child(3)::before{ background:#D9B69B; }
.neev-card:nth-child(4)::before{ background:#FDAB88; }
.neev-card:nth-child(5)::before{ background:#E8D3C3; }
.neev-card:nth-child(6)::before{ background:#E5B6D0; }
/* 5K highlights from October 2025 End */

/* Milestones Start */
.milestones_section{
  padding:60px 0px;
  background-color:#F2F7F8;
  background-image: url('../images/5k-run/bigroad.svg');
  background-position:bottom;
  background-repeat: no-repeat;
  background-size:100%;
  position:relative;
  min-height: 600px;
  overflow: hidden;
}
.milestones_inner{
  display:flex;
  align-items: flex-start;
  gap: 0px;
}
.milestones_box{
  position: relative;
  width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  transition-duration:0.5s;
}
.milestones_box:nth-child(1){top:140px;left:0%;}
.milestones_box:nth-child(2){top:140px;left:1%;}
.milestones_box:nth-child(3){top:80px;left:4%;}
.milestones_box:nth-child(4){top:80px;left:5%;}
.milestones_box:nth-child(5){top:20px;left:8%;}
.milestones_box:nth-child(6){top:20px;left:9%;}
.milestones_box:nth-child(7){top:-47px;left:12%;}
.milestones_box:nth-child(8){top:-47px;left:13%;}

/* Verical Lines */
.milestones_box:nth-child(2) .milestones_line{height: 81px;}
.milestones_box:nth-child(3) .milestones_line{height: 100px;}
.milestones_box:nth-child(4) .milestones_line{height: 67px;}
.milestones_box:nth-child(5) .milestones_line{height: 93px;}
.milestones_box:nth-child(6) .milestones_line{height: 60px;}
.milestones_box:nth-child(7) .milestones_line{height: 85px;}
.milestones_box:nth-child(8) .milestones_line{height: 51px;}

/* Circle Image */
.milestones_box:nth-child(2) .milestones_circle img{width: 80px;margin: -23px 0px 0px 0px;}
.milestones_box:nth-child(3) .milestones_circle img{width: 75px;margin: -23px 0px 0px 0px;}
.milestones_box:nth-child(4) .milestones_circle img{width: 65px;margin: -23px 0px 0px 0px;}
.milestones_box:nth-child(5) .milestones_circle img{width: 60px;margin: -23px 0px 0px 0px;}
.milestones_box:nth-child(6) .milestones_circle img{width: 55px;margin: -23px 0px 0px 0px;}
.milestones_box:nth-child(7) .milestones_circle img{width: 50px;margin: -23px 0px 0px 0px;}
.milestones_box:nth-child(8) .milestones_circle img{width: 45px;margin: -23px 0px 0px 0px;}
.milestones_top{
  background-color: #B36C36;
  border-radius: 0px 0px 100px 100px;
  width: 100%;
  padding: 15px 4px;
  color: #fff;
}
.milestones_first{
  font-family: Metropolis-ExtraBold;
  font-size:12px;
  text-align:center;
  display:block;
  transition-duration:0.5s;
}
.milestnes_second{
  font-family: Metropolis-Regular;
  font-size:10px;
  text-align:center;
  display:block;
  transition-duration:0.5s;
}
.milestnes_third{
  font-family: Metropolis-Black;
  font-size:14px;
  text-align:center;
  display:block;
  transition-duration:0.5s;
}
.milestones_line{
  width: 1px;
  height: 120px;
  background: #B3B3B3;
  z-index: 0;
  position: relative;
}
.milestones_circle {
  width: 100%;
  text-align: center;
}
.milestones_circle img{
  width:80px;
  margin:-23px 0px 0px 0px;
}

.milestones_box:hover .milestones_first{font-size: 15px;}
.milestones_box:hover .milestnes_second{font-size: 13px;}
.milestones_box:hover .milestnes_third{font-size: 18px;}
.milestones_box:hover{margin: -3s0px 0 0 0;transition-duration:0.5s;}

/* Milestones Start */

/* Our 5K Partners Start */
.partners_logos_main{
  padding:60px 0px 0px 0px;
}
.partners_logos {
  display: flex;
  align-items: center;
  gap: 45px;
  justify-content: center;
}
.logolist{
  text-align: center;
}
.partners_logos img{
  max-height: 75px;
}

/* Our 5K Partners End */

/* video-5k Start */
.video-section{
  padding:60px 0px 0px 0px;
}
.video-section__video-wrapper{
  position:relative;
  overflow:hidden;
  cursor:pointer;
}
.video-section__video{
  width:100%;
  display:block;
}
/* ▶ PLAY BUTTON */
.video-section__play-btn{
  position:absolute;
  top:50%;
  right:10%;
  transform:translate(-50%,-50%);
  width:100px;
  height:100px;
  background:#ffffff6f;
  border-radius:50%;
  z-index:2;
}
/* triangle */
.video-section__play-btn::after{
  content:"";
  position:absolute;
  left:50px;
  top:50px;
  background-image:url('../images/5k-run/play-button.webp');
  background-position:center;
  background-repeat: no-repeat;
  background-size: 30px;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  width: 34px;
  height: 46px;
}
/* wave animation */
.video-section__play-btn::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background:#ffffff75;
  animation: wave 1.8s infinite;
  z-index: -1;
}
@keyframes wave{
  0%{transform:scale(1); opacity:0.5;}
  100%{transform:scale(1.9); opacity:0;}
}
.video-section__title{
  position:absolute;
  bottom:0px;
  left:0;
  width:100%;
  text-align:center;
  color:#fff;
  background: linear-gradient(transparent, rgb(0 0 0 / 40%));
  font-size:50px;
  margin: 0;
  font-family: Metropolis-Bold;
  padding: 40px;
}

.register_no_sticky{
  background-color: #eb5310;
  color: #fff;
  position: fixed;
  top: 40%;
  right: 0%;
  z-index: 999;
  line-height: normal;
  text-transform: uppercase;
  text-decoration: none;
  font-family: Metropolis-Bold;
  padding: 10px 10px;
  border-radius: 20px 0px 0px 20px;
  font-size: 14px;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  padding: 12px 7px;
  height: 160px;
  text-align: center;
  transition-duration: 0.5s;
}
.register_no_sticky:hover{
  background-color: #000;
  color: #fff;
}
.join_movement_box{
  background: #b36d3712;
  border-radius: 20px;
  padding: 20px;
  margin: 40px 0 0 0;
}
.join_movement_box b{
  font-weight: inherit;
  font-family: Metropolis-Black;
  font-size:20px;
  color:#b26b36;
}
.join_us_formboxnew{
    padding: 30px 40px 40px 40px;
}
.join_us_formbox .popupheader{
    font-size: 20px;
    font-family: 'Metropolis-Bold';
    margin: 0px 0 30px 0px;
    color: #B75E19;
}
.registernowbtn{
    color:#eb5310;
}
.institutional-partner-bulk{
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom:30px;
}
.Instructions_box{
    margin:0px;
    padding: 0;
}
.Instructions_boxmain{
    background:#fff;
    border-radius: 8px;
    padding: 20px;
    margin: 0px 0 30px 0px;
}
.Instructions_box li{
    background-image: url(../images/supportbtn-icon.png);
    background-repeat: no-repeat;
    background-position: 1px 6px;
    background-size: 11px;
    padding: 0px 0 0px 17px;
    list-style-type: none;
    font-size: 14px;
    margin: 5px 0 0 0;
}
.Instructions_boxmain h6{
    font-family: Metropolis-Bold;
    color: #eb5310;
}
.video-section__video {
    width: 100%;
    height: 100%;
    aspect-ratio: 16/9;
}
/* Rushikesh 5k run page  End */
/* @media (min-width: 1600px) {
  .milestones_section{min-height: 645px;}
  .milestones_box:nth-child(1){top:90px !important;}
  .milestones_box:nth-child(2){top:150px !important;}
  .milestones_box:nth-child(3){top:80px !important;}
  .milestones_box:nth-child(4){top:80px !important;}
  .milestones_box:nth-child(5){top:10px !important;}
  .milestones_box:nth-child(6){top:10px !important;}
  .milestones_box:nth-child(7){top:-60px !important;}
  .milestones_box:nth-child(8){top:-60px !important;}
} */
@media (min-width: 1440px) {
  .milestones_section{min-height: 630px;background-image: url(../images/5k-run/bigroad.svg);}
  /* .milestones_box:nth-child(1){top:125px;}
  .milestones_box:nth-child(2){top:125px;} */
  /* .milestones_box:nth-child(3){top:80px;}
  .milestones_box:nth-child(4){top:80px;}
  .milestones_box:nth-child(5){top:10px;}
  .milestones_box:nth-child(6){top:10px;}
  .milestones_box:nth-child(7){top:-60px;}
  .milestones_box:nth-child(8){top:-60px;} */
}
@media (max-width: 1400px) {
  .marg_rrr_info_first {
    margin: 0 0 0 12%;
  }
  .marg_rrr_info_third {
    margin: 0 12% 0 0;
  }
  .our_story_about_first_img {
    width: 270px;
    height: 320px;
  }
  .event_section {
    min-height: 660px;
  }
}

@media (max-width: 1200px) {
  .five_k_testi_name {
    font-size: 20px;
    line-height: normal;
  }
  .heading60 {
    font-size: 40px;
  }
  .five_k_join_video_play-wrap {
    padding: 40px;
  }
  .mainmenu_box li a.main_anchore {
    padding: 8px 14px;
    font-size: 14px;
  }
  .neev_map_section {
    overflow: hidden;
  }
  .neev_para_img_list {
    width: 280px;
    height: 280px;
  }
  .neev_para_img_second_list {
    width: 400px;
    height: 400px;
  }
  .neev_about_img_secound {
    margin: 0 0 0 -60px;
  }
  .neev_about_mainbox {
    gap: 100px;
  }
  .neev_about_img_first::after {
    right: -20px;
    top: -20px;
  }
  .neev_ten_firstbox .neev_ten_listing:nth-child(3) {
    margin: 0 0 20px 0;
  }
  .neev_ten_thirdbox .neev_ten_listing:nth-child(3) {
    margin: 0 0 20px 0;
  }
  .neev_write_arrowbox {
    top: 52%;
  }
  .neev_map_section::after {
    width: 980px;
    height: 600px;
  }
  .marg_rrr_info_first {
    margin: 0 0 0 10%;
  }
  .marg_rrr_info_third {
    margin: 0 10% 0 0;
  }
  .chale_gganv_sub_heading {
    line-height: normal;
    margin: 10px 0 0 0;
  }
  .gaanv_about_contentbox {
    padding: 30px;
  }
  .gaanv_about_imgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .gaanv_sponsor_mainbox {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  }
  .our_story_about_left {
    min-height: 340px;
  }
  .our_story_about_first_img {
    width: 220px;
    height: 270px;
  }
  .our_story_about_secound_img {
    width: 210px;
    height: 180px;
  }
  .our_story_about_third_img {
    width: 210px;
    height: 142px;
  }
  .our_story_about_circle_box {
    width: 160px;
    height: 160px;
    border: 30px solid #db8b4e;
    left: -20px;
  }
  .event_deyails_veneue_box {
    padding: 20px;
  }
  .event_details_donate_content {
    padding: 20px;
  }
  .grey_box_inner {
    width: 100%;
  }

  .grey_box {
    width: 48%;
  }

  .pink_box {
    width: 48%;
    min-height: 152px;
    grid-template-columns: 100px 1fr;
  }

  .impact_list {
    width: 150px;
    height: 150px;
    margin: 0;
    font-size: 30px;
    padding: 50px 0 0 0;
  }

  .impact_list span.impact_span {
    font-size: 14px;
    margin: 6px 0 0 0;
  }

  .impact_box {
    background-position: 0px 20px;
    min-height: 240px;
    gap: 20px;
    align-items: center;
  }

  .read_list {
    min-height: 140px;
  }

  .event_section {
    padding: 60px 0 0 0;
  }

  /* .center .newsbox {
    width: 510px;
  } */

  .owl-carousel.owl-carousel_news .owl-stage-outer {
    padding: 60px 0;
  }

  .alsoread_readmore_btnbox {
    margin: 10px 2% 0 0;
  }

  /* 5krun start */
  .runbanner-content{
    top:17%;
  }
  .heading1 {
    font-size: 25px;
    color: #333;
  }
  .bannerheading{
    font-size: 40px;
  }
  .outline-text {
    font-size: 40px;
  }
  .matters_main {
    gap: 20px;
    justify-content: center;
  }
  .why_it_matters h6 {
    font-size: 20px;
  }
  .milestones_top{
    border-radius: 0px 0px 100px 100px;
    padding: 15px 4px;
  }
  .milestones_first{
    font-size:10px;
  }
  .milestnes_second{
    font-size:9px;
  }
  .milestnes_third{
    font-size:13px;
  }
  .milestones_section{
    min-height: 590px;
    background-image:url('../images/5k-run/road-1200.svg');
  }
  .milestones_box{
    width: 101px;
  }
  .milestones_box:nth-child(1){top:160px;left:0%;}
  .milestones_box:nth-child(2){top:160px;left:1%;}
  .milestones_box:nth-child(3){top:100px;left:4%;}
  .milestones_box:nth-child(4){top:100px;left:5%;}
  .milestones_box:nth-child(5){top:40px;left:8%;}
  .milestones_box:nth-child(6){top:40px;left:9%;}
  .milestones_box:nth-child(7){top:-30px;left:12%;}
  .milestones_box:nth-child(8){top:-30px;left:13%;}

  .milestones_box:nth-child(2) .milestones_line {height: 90px;}
  .milestones_box:nth-child(6) .milestones_line {height: 70px;}
  .milestones_box:nth-child(8) .milestones_line {height: 60px;}


}

@media (min-width: 993px) {
  li.has-submenu:hover>.submenu {
    opacity: 1;
    visibility: visible;
    transform: none;
    transition: all 0.5s ease;
  }
}

@media (max-width: 991.98px) {


  .logo_box {
    max-height: inherit;
  }

  .whatwedo_section {
    text-align: center;
  }

  header {
    z-index: 5000;
  }

  /* MAIN-MENU-START */
  .toggle_menu {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    margin: 18px 30px 0 0;
  }

  .toggle_menu_close {
    display: none;
  }

  .mainmenu_box ul {
    background-color: #b26b36;
    position: fixed;
    width: 40%;
    height: 100%;
    top: 0;
    right: 0;
    padding: 60px 40px;
    margin: 0 -800px 0 0;
    transition-duration: 0.3s;
    display: block;
  }

  .menu_open ul {
    margin: 0;
  }

  .menu_open .toggle_menu {
    display: none;
  }

  .menu_open .toggle_menu_close {
    display: block;
  }

  .mainmenu_box ul li {
    float: left;
    width: 100%;
  }

  .mainmenu_box li a.main_anchore {
    float: left;
    width: 100%;
    color: #fff !important;
    border-radius: 0;
    border: 0 !important;
    border-bottom: 1px dashed #fff !important;
  }

  /* MAIN-MENU-END */

  /* BANNER-SECTION-START */
  .banner_img {
    /* min-height: 300px; */
  }

  .banner_textbox {
    font-size: 40px;
  }

  .banner_secound_white {
    font-size: 18px;
  }

  /* BANNER-SECTION-END */

  /* GREY-BOX-START */
  .pinkgrey_section {
    margin: 20px 0 0 0;
  }

  .grey_box {
    width: 90%;
    border-radius: 100px;
    margin: 0 0 20px 5%;
  }

  .grey_box_inner {
    width: 100%;
  }

  .pink_box {
    float: left;
    width: 90%;
    border-radius: 100px;
    margin: 0 0 20px 5%;
  }

  /* GREY-BOX-END */

  /* WHAT-WE-BELIEVE-START */
  .believe_box {
    border-radius: 20px !important;
    font-size: 20px;
    min-height: 390px;
  }

  .believe_box img {
    border-radius: 20px !important;
    margin: 0 0 20px 0;
  }

  /* WHAT-WE-BELIEVE-END */

  /* IMPACT-START */
  .impact_box {
    min-height: 180px;
  }

  .impact_list {
    font-size: 21px;
    height: 130px;
    width: 130px;
    padding: 40px 0 0 0;
  }

  .impact_list span.impact_span {
    font-size: 16px;
  }

  /* IMPACT-END */

  /* ALSO-READ-START */
  .alsoread_section {
    text-align: center;
  }

  .readlist_heading {
    font-size: 18px;
  }

  /* ALSO-READ-END */

  /* EVENT-START */
  .event_section {
    padding: 50px 0 0 0;
  }

  .news_whitebox {
    background-color: #f4f4f4;
    text-align: center;
  }

  .news_whitebox img {
    border-radius: 20px;
    padding: 0 0 20px 0;
    width: auto !important;
    margin: 0 auto;
  }

  /* EVENT-END */


  /* TESTIMONIALS-START */
  .testimonials_box .item {
    padding: 0 10px;
    text-align: center;
  }

  /* .testimonials_box .item img {
    padding: 0 0 10px 0;
    text-align: center;
    width: auto !important;
    margin: 0 auto;
  } */
  .img-fluid.home_testi_img {
    aspect-ratio: unset;
    object-fit: cover;
    object-position: center;
    height: 300px;
    width: 300px !important;
    margin: 0 auto 20px auto;
  }

  /* TESTIMONIALS-END */

  /* FOOTER-START */
  .footer_sept_color {
    display: none;
  }

  footer .col-lg-4 {
    background-color: transparent !important;
  }

  /* FOOTER-END */

  /* sub menu start */

  .open_menu_svg {
    display: block;
  }

  .has-submenu a.main_anchore {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .open_menu_svg {
    width: 25px;
    height: 25px;
    background-color: #eb5310;
    display: flex;
    align-items: center;
    justify-content: center;
    transition-duration: 0.2s;
  }

  .new_open .open_menu_svg {
    transform: rotate(90deg);
    background-color: #ffffff;
  }

  .new_open .open_menu_svg .svg_fill_black {
    fill: #eb5310;
  }

  .submenu {
    position: relative;
    top: 0;
    left: 0;
    background: transparent;
    padding: 10px 8px;
    box-shadow: unset;
    min-width: 100%;
    transform-origin: unset;
    transform: unset;
    visibility: unset;
    opacity: 0;
    transition-duration: 0.5s;
    display: none;
  }

  .new_open .submenu {
    position: relative;
    display: flex;
    top: 0;
    background: #ffd2b03d;
    padding: 0px 10px 10px 10px;
    box-shadow: unset;
    min-width: 100%;
    opacity: 1;
    visibility: visible;
    transform: none;
    transition: all 0.5s ease;
  }

  .new_open .submenu a {
    color: #ffffff;
    font-size: 12px;
  }

  .mainmenu_box li a.main_anchore {
    padding: 8px 0px;
    display: flex;
  }

  /* sub menu ends  */

  .five_k_video_para_tagbox {
    grid-template-columns: 1fr;
  }

  .five_k_video_para {
    font-size: 20px;
  }

  .five_k_youtube_mainbox {
    gap: 40px;
  }

  .five_k_about_mainbox {
    display: flex;
    gap: 40px;
    flex-direction: column-reverse;
  }

  .five_k_partner_section .five_k_partner_leftbox br {
    display: none;
  }

  .five_k_partner_section .five_k_partner_leftbox .heading60 {
    text-align: center;
    margin: 0 0 20px 0;
  }

  .neev_para_img_list,
  .neev_para_img_second_list {
    width: 100%;
    height: auto;
  }

  .neev_write_arrowbox img {
    max-width: 70px;
  }

  .neev_write_arrowbox {
    top: 60%;
  }

  .neev_map_mainbox {
    gap: 20px;
  }

  .neev_map_listing {
    gap: 10px;
  }

  .neev_map_name {
    font-size: 16px;
  }

  .neev_about_content {
    padding: 0 0px 0px 0;
  }

  .neev_about_mainbox {
    gap: 40px;
  }

  .neev_about_mainbox {
    display: flex;
    flex-direction: column-reverse;
  }

  .neev_about_section .neev_about_content {
    padding: 0 0px 30px 0;
  }

  .marg_about_mainbox {
    gap: 110px;
  }

  .marg_about_rightbox {
    padding: 0 0 0 0px;
  }

  .marg_about_section {
    padding: 60px 0 60px 0;
  }

  .marg_rrr_infographic_box {
    display: none;
  }

  .marg_rrr_mainbox {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
  }

  .marg_rrr_mainbox>* {
    grid-area: unset;
  }

  .marg_rrr_info_first, .marg_rrr_info_third {
    margin: 0;
    background-color: #fff;
    padding: 10px;
    width: 210px;
    height: 210px;
    max-width: unset;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .marg_rrr_info_secound {
    background-color: #fff;
    padding: 10px;
    width: 210px;
    height: 210px;
    max-width: unset;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .gaanv_program_section::before {
    z-index: -1;
    opacity: 0.8;
  }

  .gaanv_program_eligility_content {
    background-color: #fff;
  }

  .gaanv_story_first_img {
    text-align: center;
  }

  .gaanv_story_mainbox {
    gap: 80px;
    grid-template-columns: 1fr;
  }

  .gaanv_story_section::after {
    display: none;
  }

  .gaanv_story_first_img img {
    max-height: 500px;
  }

  .gaanv_story_img_shape {
    width: 400px;
    height: 400px;
    justify-self: center;
    margin: auto 0 auto -100px;
  }

  .gaanv_story_section::before {
    top: unset;
    bottom: 0;
    margin: 0;
    width: 250px;
    height: 540px;
  }

  .gaanv_about_mainbox {
    display: flex;
    flex-direction: column-reverse;
  }

  .gaanv_sponsor .heading60 span::after {
    width: 160px;
  }

  .gaanv_story_section {
    padding: 0px 0;
  }

  .our_story_about_mainbox {
    grid-template-columns: 1fr;
  }

  .our_story_about_left {
    min-height: 510px;
  }

  .our_story_about_first_img {
    width: 380px;
    height: 420px;
  }

  .our_story_about_secound_img {
    width: 290px;
    height: 260px;
  }

  .our_story_about_third_img {
    width: 290px;
    height: 222px;
  }

  .our_story_about_circle_box {
    width: 200px;
    height: 200px;
    border: 40px solid #db8b4e;
  }

  .our_story_about_section:after {
    display: none;
  }

  .our_story_about_section::before {
    top: unset;
    height: 560px;
  }

  .our_story_issue_mainbox {
    grid-template-columns: 1fr;
  }

  .our_story_issue_section::after {
    display: none;
  }

  .our_story_issue_right {
    position: relative;
  }

  .our_story_issue_right::after {
    content: "";
    position: absolute;
    background-image: url("../images/about/girls-studying-background.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 400px;
    height: 100%;
    right: 0;
    top: 0;
    mix-blend-mode: luminosity;
    opacity: 0.2;
  }

  .vission_mission_mainbox {
    grid-template-columns: 1fr;
  }

  .our_impact_number_mainbox {
    padding: 20px;
  }

  .our_impact_number_text {
    font-size: 16px;
  }

  .our_impact_listing {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .event_deyails_veneue_box {
    padding: 20px;
  }

  .event_details_mainbox {
    grid-template-columns: 1fr;
  }

  .event_details_rightbox {
    gap: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
  }

  .event_deyails_veneue_box {
    grid-row: 1/3;
  }

  .event_details_mapbox iframe {
    height: 100%;
  }

  .event_details_donatebox {
    grid-column: 2/3;
    grid-row: 2/3;
  }

  .join_us_form_mainbox {
    grid-template-columns: 1fr;
  }

  .join_us_right_heading {
    align-self: auto;
    justify-self: end;
    writing-mode: horizontal-tb;
    transform: none;
    font-size: 40px;
    margin: 13px 0 0 0;
  }

  .join_us_below_box {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .pink_box {
    padding: 20px;
    grid-template-columns: 110px 1fr;
  }

  .whatwedo_line {
    display: none;
  }

  .impact_box {
    min-height: 230px;
  }

  .read_list {
    min-height: unset;
  }

  .readlist_heading {
    font-size: 16px;
  }

  .home_corporate_part_mainbox {
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  }

  .sponsors_list {
    width: 33.33%;
  }

  .sponsors_list:nth-child(1),
  .sponsors_list:nth-child(2),
  .sponsors_list:nth-child(3) {
    margin: 0 0 20px 0;
  }

  /* .center .newsbox {
    width: 380px;
  } */
  .owl-carousel.owl-carousel_news .owl-stage-outer {
    padding: 48px 0;
  }

  .event_section {
    min-height: 780px;
  }

  /* .copyright_text {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: fit-content;
    margin: 0;
} */

  .home_testi_readmore {
    margin: 0 auto 6px auto;
  }

  .our_impact_main .event_details_rightbox {
    grid-template-columns: 1fr;
    grid-template-rows: unset;
  }

  .our_impact_main .event_details_mainbox {
    grid-template-columns: 1fr 0.8fr;
  }

  .alsoread_readmore_btnbox {
    margin: 10px 0 0 0;
    text-align: center;
  }

  .owl-carousel_testimonials .owl-controls {
    top: unset;
    bottom: -80px;
    transform: unset;
  }

  .owl-carousel_testimonials .owl-nav {
    justify-content: center;
    gap: 20px;
  }

  .new_home_testi_section {
    margin: 0 0 60px 0;
  }

  .new_home_testi_section {
    padding: 0 0 60px 0;
  }

  .evonix_mainbox {
    justify-content: center;
    width: 100%;
  }

  .event_details_right_carousalbox {
    max-width: 300px;
    margin: auto;
  }
  
  /* 5krun start */
  .matters_box {
    justify-content: center;
    flex-wrap: wrap;
    gap: 0px;
  }
  .matters_boxleft {
    width: 100%;
    text-align: center;
  }
  .matters_boxright{
    width:100%;
  }
  .why_it_matters h6 {
    font-size: 20px;
    text-align: center;
  }
  .why_it_matters p{
    margin: 0;
    padding: 0;
    text-align: center;
  }
  .solidarity_inner{
    
  }
  .global_left {
    width: 100%;
  }
  .global_right{
    width: 100%;
    padding: 60px 0px 0px 0px;
  }
  .solidarity_inner{
    flex-wrap: wrap;
  }
  .global-solidarity_sec:after{
    top: inherit;
    width: 100%;
    height:53%;
  }
  .important_dates {
    justify-content: center;
  }
  .brown_box{width: 100%;}
  .global_left p{
    text-align: center;
  }
  .run5k .heading{
    text-align: center;
  }
  .stats_main {
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
  }
  .run5k .bannerheading {
    font-size: 30px;
    text-align: left !important;
    
  }
  .milestones_line{
    display:none;
  }
  .milestones_circle{
    display:none;
  }
  .milestones_section{
    background-image: none;
  }
  .milestones_inner {
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
  }
  .milestones_box{
    position:inherit;
    width: 18%;
  }
  .bannerbelowtext{
    padding: 30px 0px 0px 0px;
  }
  .why_it_matters {
    padding: 30px 0px 30px 0px;
  }
  .global-solidarity_sec {
    padding: 30px 0px 30px 0px;
  }
  .laceup {
    padding: 30px 0 30px 0;
  }
  .laceup .heading{
    text-align: left;
  }
  .laceup__image::before{
    width: 70%;
  }
  .neev-stats {
    padding: 30px 0 30px 0;
  }
  .milestones_section{
    min-height: inherit;
    padding: 30px 0px;
  }
  .partners_logos_main {
    padding: 30px 0px 0px 0px;
  }
  .video-section {
    padding: 30px 0px 0px 0px;
  }


}


@media (max-width: 767.98px) {


  /* MAIN-MENU-START */
  .mainmenu_box ul {
    width: 80%;
  }

  /* MAIN-MENU-END */


  /* BANNER-SECTION-START */
  .banner_textbox {
    font-size: 20px;
  }

  .banner_btn {
    float: left;
    margin: 20px 0 0 0;
    font-size: 14px;
    padding: 8px 15px;
  }

  /* BANNER-SECTION-END */

  .heading60 {
    font-size: 40px;
  }

  /* NEWS-START */
  .center .newsbox {
    margin: 0;
    width: 100%;
    transform: unset;
  }

  .owl-carousel.owl-carousel_news .owl-stage-outer {
    padding: 0;
  }

  .newsbox {
    margin: 0;
  }

  .news_contentbox {
    display: block;
    position: relative;
    width: 100%;
  }

  /* NEWS-END */

  /* WHAT-WE-BELIEVE-START */
  .believe_box {
    min-height: inherit;
    padding: 20px;
  }

  /* WHAT-WE-BELIEVE-END */


  /* IMPACT-START */
  .impact_box {
    display: block;
    background: none;
    min-height: inherit;
  }

  .impact_list {
    float: left;
    width: 23%;
    margin: 0 1%;
    height: 120px;
    padding: 30px 0 0 0;
  }

  /* IMPACT-END */

  /* ALSO-READ-START */
  .read_list {
    width: 48%;
    margin: 1%;
  }

  /* ALSO-READ-END */

  /* WE-RUN-START */
  .werun_section {
    font-size: 30px;
  }

  .werun_section span {
    font-size: inherit;
  }

  /* WE-RUN-END */

  /* SPONSORS-TAB-START */
  .sponsors_tab .tab-link {
    text-align: center;
    padding: 14px 30px;
  }

  .sponsors_list {
    width: 33%;
    margin: 0 0 20px 0;
  }

  /* SPONSORS-TAB-END */

  /* FOOTER-START */
  .footer_menubox {
    padding: 0;
  }

  .footer_social img {
    margin: 0;
  }

  /* FOOTER-END */

  .in_the_news_content_mainbox {
    column-count: 2;
  }

  .video-btn {
    min-height: 350px;
  }

  .inner_video_box {
    height: 100%;
  }

  .neev_ten_secoundbox {
    display: none;
  }

  .neev_ten_mainbox {
    grid-template-columns: 1fr 1fr;
  }

  .neev_ten_firstbox, .neev_ten_thirdbox {
    gap: 20px;
  }

  .neev_ten_firstbox .neev_ten_listing:nth-child(3) {
    margin: 0;
  }

  .neev_ten_thirdbox .neev_ten_listing:nth-child(3) {
    margin: 0;
  }

  .ten_week_section {
    padding: 60px 0;
  }

  .neev_map_mainbox {
    grid-template-columns: 1fr;
  }

  .neev_map_rightbox {
    gap: 20px;
    padding: 0 0 30px 0;
  }

  .inner_page_joinus_btnbox {
    grid-template-columns: 1fr;
  }

  .inner_page_joinus_rightbox .neev_write_btnbox {
    margin: 0;
    text-align: start;
  }

  .neev_ten_mainbox {
    grid-template-columns: 1fr;
  }

  .marg_rrr_mainbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 0px;
  }

  .marg_rrr_info_third {
    margin: -10px 0 0 0;
  }

  .marg_about_firstbox img {
    max-width: 400px;
  }

  .marg_about_mainbox {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .marg_about_secoundbox {
    margin: 0 0px -60px 0;
  }

  .marg_about_firstbox:after {
    width: 78%;
    right: 80px;
  }

  .marg_rrr_headingbox {
    font-size: 25px;
  }

  .marg_camp_img_box {
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 20px;
  }

  .marg_math_section {
    height: 400px;
  }

  .marg_main .gaanv_program_mainbox {
    display: flex;
    flex-direction: column-reverse;
  }

  .gaanv_program_section::before {
    z-index: -1;
    opacity: 0.8;
  }

  .chale_gaanv_mainbox {
    padding: 30px 20px;
  }

  .chale_gaanv_mainbox:after {
    width: 223px;
    opacity: 0.2;
  }

  .gaanv_program_mainbox {
    gap: 20px;
    display: flex;
    flex-direction: column;
  }

  .gaanv_program_eligility_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .gaanv_program_section .heading60 {
    margin: 0 0 30px 0;
    text-align: start !important;
  }

  .our_story_about_left {
    min-height: 380px;
  }

  .our_story_about_first_img {
    width: 270px;
    height: 300px;
  }

  .our_story_about_secound_img {
    width: 230px;
    height: 200px;
  }

  .our_story_about_third_img {
    width: 230px;
    height: 162px;
  }

  .our_story_about_section::before {
    height: 510px;
  }

  .insti_partners_mainbox {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .our_impact_number_mainbox {
    grid-template-columns: 1fr 1fr;
  }

  .our_impact_number_listing {
    padding: 10px 10px;
    border-right: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
  }

  .our_impact_number_listing:nth-child(2),
  .our_impact_number_listing:nth-child(4) {
    border-right: 0;
  }

  .our_impact_number_listing:nth-child(3) {
    border-right: 1px solid #dedede;
  }

  .our_impact_main .event_details_mainbox {
    grid-template-columns: 1fr;
  }

  .event_details_rightbox {
    display: flex;
    flex-direction: column;
  }

  .event_details_mapbox iframe {
    height: auto;
  }

  .home_five_k_part_mainbox {
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    /* gap: 20px; */
  }
  /* 5krun start */
  .runbanner-content{
    top:14%;
  }
  .heading1 {
    font-size: 16px;
    color: #333;
  }
  .bannerheading{
    font-size: 30px;
  }
  .outline-text {
    font-size: 30px;
  }
  .milestones_box {
    position: inherit;
    width: 23%;
  }
  .matters_boxleft img {
    max-height: 50px;
  }
  .brown_box{
    margin: 20px 0 20px 0;
  }
  .important_heading{
    font-size:20px;
  }
  .laceup__image{
    padding: 10px;
    width: 100%;
  }
  .laceup_box{
    flex-wrap: wrap-reverse;
    gap: 20px;
  }
  .laceup__image::before {
    width: 100%;
    height: 90%;
    top: 0px;
    right: 0px;
  }
  .laceup__content {
    width: 100%;
  }
  .stats_main {
    grid-template-columns: repeat(2, 1fr);
  }
  .global_right {
    width: 100%;
  }
  .global-solidarity_sec:after {
    height: inherit;
  }
  .milestones_top{
    padding: 25px 4px;
  }
  .milestones_first{
    font-size: 15px;
  }
  .milestnes_second{
    font-size: 13px;
  }
  .milestnes_third{
    font-size: 20px;
  }
  .join_movement_box b{
    font-size: 16px;
  }
  .video-section__title{
    padding: 10px;
    font-size: 20px;
  }
  .video-section__play-btn::after{
    width: 20px;
    height: 30px;
    background-size: 10px;
  }
  .video-section__play-btn{
    top: 30%;
    right: 0%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
  }
  .partners_logos img {
    max-height: 50px;
  }
  .partners_logos{
    flex-wrap: wrap;
    gap: 25px;
  }
  .runbanner-content{
    padding:0px;
  }
  .neev-card h4{
    font-size: 14px;
  }
  .neev-card h2{
    font-size:20px;
  }
}

@media (max-width: 580px) {

  .heading60 {
    font-size: 30px;
  }

  /* FOOTER-START */

  footer {
    text-align: center;
  }

  .footer_menu a::before {
    display: none;
  }

  .footer_menu a {
    border-bottom: 1px dashed #fff;
    padding: 5px 0;
  }

  .email_text {
    justify-content: center;
    display: flex;
  }

  footer::before {
    width: 300px;
  }

  /* FOOTER-END */

  .in_the_news_content_mainbox {
    column-count: 1;
  }

  .innrbanner_section,
  .video_banner_heading {
    font-size: 40px;
  }

  .five_k_partner_section::after {
    height: 70px;
  }

  .five_k_gallery_section::after {
    bottom: 22px;
    width: 140px;
    height: 36px;
  }

  .video-btn {
    min-height: 240px;
  }

  .five_k_join_video_play-wrap {
    padding: 20px;
  }

  .five_k_youtube_mainbox {
    grid-template-columns: 1fr;
  }

  .five_k_youtube_listing::after {
    left: -10px;
    top: -10px;
  }

  .five_k_testi_profile_img_absolute {
    position: relative;
    left: 0;
    top: -20px;
  }

  .five_k_testi_profile_img {
    margin: 0 auto;
  }

  .five_k_testi_name_leftbox {
    margin: 0;
  }

  .five_k_join_video_play .img-popup {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }

  .five_k_join_video_play .ripple, .five_k_join_video_play .ripple:before,
  .five_k_join_video_play .ripple:after {
    width: 60px;
    height: 60px;
  }

  .five_k_testi_startbox ul {
    margin: 0 0 15px 0;
    justify-content: center;
  }

  .five_k_testi_listing {
    padding: 0px 20px 20px 20px;
  }

  .five_k_join_moment_section {
    background-position: top center;
    background-size: contain;
  }

  .main_logo_img {
    max-width: 60px;
  }

  .neev_about_content .heading60 span::after {
    width: 110px;
  }

  .neev_write_mainbox p,
  .neev_write_mainbox p span {
    font-size: 20px;
  }

  .neev_write_arrowbox {
    display: none;
  }

  .neev_write_btnbox a {
    font-size: 16px;
    padding: 15px 40px 15px;
  }

  .neev_about_img_first img {
    max-width: 280px;
  }

  .neev_about_img_secound {
    width: 200px;
    height: 100px;
    margin: 0 0 0 -30px;
  }

  .neev_map_centerbox {
    width: 100%;
    height: auto;
  }

  .neev_map_section::after {
    width: 360px;
    height: 300px;
    margin: 0;
    top: 15%;
  }

  .marg_about_firstbox img {
    max-width: 90%;
    height: auto;
  }

  .marg_about_secoundbox {
    width: 150px;
    height: 100px;
    margin: 0 0px -60px 0;
  }

  .marg_about_firstbox:after {
    width: 85%;
    right: 14px;
  }

  .marg_about_firstbox::before {
    display: none;
  }

  .marg_about_section::after {
    width: 146px;
    height: 404px;
  }

  .marg_about_mainbox {
    gap: 90px;
  }

  .marg_rrr_mainbox {
    row-gap: 20px;
  }

  .marg_camp_section::after {
    width: 220px;
    height: 44px;
  }

  .chale_gganv_heading {
    font-size: 30px;
  }

  .chale_gganv_sub_heading {
    font-size: 20px;
  }

  .gaanv_story_first_img img {
    max-height: none;
  }

  .gaanv_story_secound_img {
    width: 200px;
    height: 200px;
  }

  .gaanv_story_img_shape {
    width: 250px;
    height: 250px;
    margin: auto 0 auto -10px;
  }

  .gaanv_sponsor .heading60 span::after {
    width: 120px;
  }

  .gaanv_program_section::after {
    height: 490px;
    width: 160px;
    bottom: unset;
    margin: 0;
  }

  .our_story_about_left {
    min-height: 270px;
  }

  .our_story_about_first_img {
    width: 50vw;
    height: 240px;
  }

  .our_story_about_secound_img {
    width: 40vw;
    height: 140px;
  }

  .our_story_about_third_img {
    width: 40vw;
    height: 112px;
  }

  .our_story_about_circle_box {
    width: 120px;
    height: 120px;
    border: 30px solid #db8b4e;
    left: -10px;
    bottom: -20px;
  }

  .our_story_issue_right::after {
    display: none;
  }

  .our_story_issue_right {
    padding: 20px;
  }

  .our_approach_mainbox .heading60 span::after {
    width: 150px;
  }

  .insti_partners_mainbox {
    grid-template-columns: 1fr 1fr;
  }

  .sponsors_main .heading60 {
    text-align: center;
  }

  .inner-individual .sub-heading {
    text-align: center;
    font-size: 20px;
  }

  .heading40 {
    font-size: 30px;
  }

  .join_us_form_mainbox {
    grid-template-columns: 1fr;
  }

  .our_story_issue_section {
    margin: 20px 0 0 0;
  }

  .banner_section {
    margin: -10px 0 0 0;
  }

  .owl-carousel_banner .owl-controls {
    margin: -50px 0px 0 0;
  }

  .owl-carousel_banner .owl-controls .owl-nav div {
    width: 25px;
    height: 25px;
  }

  .home_banner_imgbox {
    width: 100%;
    height: 200px;
  }

  .home_banner_imgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .grey_box {
    width: 90%;
    border-radius: 20px;
    margin: 0 20px 0 20px;
    padding: 0;
  }

  .grey_box_inner {
    padding: 20px;
  }

  .new_gray_box_inner_img {
    text-align: center;
    margin: 0 0 20px 0;
  }

  .pink_box {
    padding: 20px;
    grid-template-columns: 1fr;
    border-radius: 20px;
    margin: 20px 20px 0 20px;
  }

  .donation_pink_iconbox {
    text-align: center;
  }

  .donation_pink_iconbox img {
    max-width: 120px;
  }

  .pink_box_inner {
    margin: 0 0 20px 0;
  }

  .pink_box_inner a {
    right: 0;
    bottom: -55px;
    left: 0;
    margin: 0 auto;
  }

  .whatwedo_section {
    padding: 60px 0 0 0;
  }

  .impact_list {
    width: 100%;
    margin: 0;
    height: auto;
    padding: 20px 0;
    font-size: 30px;
  }

  .impact_box {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .event_section {
    min-height: 840px;
  }

  .sponsors_list {
    width: 50%;
  }

  /* .team_listing_imgbox {
  width: 250px;
  height: 250px;
} */

  .marg_rrr_info_third {
    margin: 0;
  }

  .team_listing_imgbox {
    width: 240px;
    height: 240px;
  }

  .team_listing_imgbox-shape-1 {
    width: 250px;
  }

  .team_listing_imgbox-shape-2 {
    width: 250px;
  }

  .footer_menu {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .footer_menu a {
    border: 0;
  }

  .new_footer_logobox img {
    max-width: 150px !important;
  }

  .new_footer_logo_heading {
    margin: 0 0 8px 0;
    display: inline-block;
  }

  .img-fluid.home_testi_img {
    width: 250px !important;
  }

  .joinus_video_btn_box {
    display: block !important;
  }

  .joinus_video_btn {
    min-height: 70px;
  }
  /* 5krun start */
  .run5k .bannerheading{
    font-size: 20px;
  }
  .runbanner-content{
    top:20%;
  }
  .heading1 {
    font-size: 18px;
    color: #333;
  }
  .bannerheading{
    font-size: 20px;
  }
  .outline-text {
    font-size: 20px;
  }
  .run5k .breadcrumbs_box {margin: 0px !important;}
  .milestones_box {
    position: inherit;
    width: 31%;
  }
  .hero_runbanner .hero_run_inner img {
    min-height: 200px;
    object-fit: cover;
  }
  .matters_main{
    flex-wrap: wrap;
  }
  .matters_box{
    width:47%;
  }
  .neev-card::before{
    width: 70px;
    height: 70px;
    border-radius: 12px;
    top: -7px;
    left: -7px;
  }
  .stats_main{
    gap: 25px;
  }
  .event_btn{
    padding: 11px 20px 10px 40px;
  }
  .btn_wrap .supportbtn {
    margin-left: 10px;
  }
  .milestones_first{
    font-size:13px;
  }



}

@media (max-width: 450px) {
  .matters_box {
    width: 100%;
  }
  .matters_boxleft img {
    max-height: 50px;
  }
  .partners_logos img {
    max-height: 45px;
  }
}