:root {
  --primary-color: #ffcc3e;
  --secondary-color: #2f284d;
  --green-color: #4a9e80;
  --info-color: #41beb1;
  --light-info-color: #41beb180;
  --highlight-color: #f0603e;
  --light-secondary: #4038669e;
  --color: #cfcdd9;
  --border-radius: 10px;
  --font-main: Arial, sans-serif;
}

body {
  overflow-x: hidden !important;
}

header {
  background-color: #fff !important;
}

@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px !important;
  }

  .textsection .text span {
    font-size: 22px !important;
  }
}

#whatweserve h6 {
  font-size: 20px;
  font-weight: 700;
}

#whatweserve p {
  font-weight: 400;
}

#whatweserve .card .card-body {
  background-color: var(--light-info-color);
}

#whatweserve .row {
  width: 98% !important;
}

#whatwedomission {
  background-image: url(../img/whatwedobg1.png);
}

.navbar-nav > li {
  margin-right: 50px;
}

.bg-lightgrey {
  background-color: #dfdfdf;
}

.creatingworld h3 {
  font-size: 40px;
  font-weight: 400;
  color: var(--secondary-color) !important;
}

.creatingworld .container {
  max-width: 1000px;
}

.sm-title {
  font-size: 24px !important;
  font-weight: 700;
  background-color: transparent !important;
  color: var(--secondary-color) !important;
}

.display-5 {
  font-size: 30px !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: var(--secondary-color);
  letter-spacing: 0;
}

.ourmission .section-title01 span {
  margin-bottom: 25px;
  display: block;
}

p {
  color: var(--secondary-color);
  line-height: 22px;
}

h1 {
  font-size: 40px;
  font-weight: 400;
}

.contact_form .section-title01 {
  margin-bottom: 40px;
}

.contactjoin .bannerdiv h1 {
  color: #fff;
}

.contactjoin .bannerdiv {
  background-color: var(--secondary-color);
  padding: 30px 60px !important;
  margin: auto 20px;
}

#contactdetail .infoheading {
  font-weight: 700;
}

.whatwedotext .bannerdiv {
  background-color: var(--green-color);
}

.whatwedotext .bannerdiv h1 {
  color: #fff;
  width: 100%;
}

#contactdetail {
  background: #cfcdd9;
  padding: 40px 45px;
  padding-bottom: 0;
  border-radius: 20px;
  width: 29.62%;
}

#contactdetail #rightsideinfo {
  word-wrap: break-word;
}

#contactdetail #rightsideinfo p {
  color: var(--secondary-color);
  margin-bottom: 0;
  font-weight: 700;
}

#contactdetail #rightsideinfo a {
  color: var(--secondary-color);
  text-decoration: underline;
}

#contactdetail #rightsideinfo .box {
  background-color: var(--secondary-color);
  padding: 8px;
  border-radius: 100%;
  line-height: 8px;
}

#contactdetail #rightsideinfo ul {
  padding-left: 0;
}

#contactdetail #rightsideinfo .box i {
  color: var(--color);
}

.contact_form .butn {
  font-size: 18px !important;
  border: 1px solid #403966;
  font-weight: 500;
  background-color: #403966;
  color: #fff;
}
.contact_form .butn:hover {
  color: #403966 !important;
  background-color: #fff !important;
}

.contact_form .butn.md {
  padding: 6px 50px !important;
}

.contact_form .butn:hover {
  border: 2px solid var(--secondary-color);
  color: var(--secondary-color);
}

.contact_form .butn:before {
  background-color: #fff;
}

.subheading span {
  display: block;
}

.ourmission {
  height: 450px;
}

.ourmission,
.testimonial,
.whatwedomission {
  position: relative;
  background-image: url(../img/backgroundimg.png);
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  overflow: hidden;
  margin-top: 70px;
  overflow: hidden;
}

.testimonial {
  background-image: url(../img/bg2.png);
  padding: 0;
}

.whatwedomission {
  background-image: url(../img/whatwedobg.png);
  padding: 0;
  margin-top: 40px;
}

.testimonial img {
  position: absolute;
  bottom: 0;
  left: 0;
}

.testimonial .testimonialcontent p {
  margin-bottom: 0;
  color: #fff;
}

.testimonial .blockqote svg {
  width: 70px;
  transform: rotate(180deg);
  margin-top: 50px;
}

.testimonial p {
  font-size: 18px;
}

.testimonial .name {
  margin-top: 20px;
  line-height: 130%;
}

.testimonial .row {
  width: 90%;
  margin: 0 auto;
}

.service-carousel1.owl-theme .owl-nav .owl-prev,
.service-carousel1.owl-theme .owl-nav .owl-next {
  background-color: transparent !important;
}

.service-carousel1.owl-theme .owl-nav [class*="owl-"]:hover {
  background-color: transparent !important;
}

.service-carousel1 .owl-nav i,
.service-carousel1 .owl-nav span {
  color: var(--secondary-color);
}

.testimonialcarousel.owl-theme .owl-nav .owl-prev,
.testimonialcarousel.owl-theme .owl-nav .owl-next {
  background-color: transparent !important;
}

.testimonialcarousel.owl-theme .owl-nav [class*="owl-"]:hover {
  background-color: transparent !important;
}

.testimonialcarousel .owl-nav i,
.testimonialcarousel .owl-nav span {
  color: #fff;
}

.fa,
.fa-brands,
.fa-classic,
.fa-regular,
.fa-solid,
.fab,
.far,
.fas {
  width: 100% !important;
}

.ourmission .leftimg {
  position: absolute;
  bottom: 0;
  left: -50px;
}

.ourmission .leftimg img {
  height: 480px;
}

.whatwedomission .section-title01 {
  width: 55%;
}

.whatwedomission .leftimg {
  left: -150px;
}

.ourmission .rightimg {
  position: absolute;
  bottom: -15%;
}

.whatwedomission .rightimg {
  right: -200px;
}

.ourmission .rightimg img {
  /* height: 550px; */
  width: 110% !important;
  max-width: 500px;
}

.whatwedomission .rightimg img {
  height: 400px;
}

.ourmission .section-title01 {
  padding: 0 2.5rem;
}

.whatwedomission .section-title01 {
  padding: 0 !important;
  margin-top: 28px;
}

.whatwedomission .ourstrategy {
  display: flex;
  gap: 40px;
  margin-left: 40px;
}

.whatwedomission .sectionbtn .butn {
  margin-top: 0;
}

.whatwedomission .ourstrategy span {
  font-size: 30px;
  letter-spacing: 0 !important;
}

.whatwedomission .ourstrategy .deliver {
  color: var(--highlight-color) !important;
}

.whatwedomission .ourstrategy .catalyse {
  color: var(--secondary-color) !important;
}

.whatwedomission .ourstrategy .influence {
  color: var(--info-color) !important;
}

.ourmission .section-title01 h3 {
  color: #fff;
  text-align: start;
  font-weight: 400;
}

.ourmission .section-title01 span {
  color: var(--primary-color);
}

.whatwedomission .section-title01 span {
  color: var(--highlight-color);
  letter-spacing: 0.12rem;
}

.ourmission .section-title01 {
  position: absolute;
  top: 60%;
  left: 45%;
  transform: translate(-50%, -50%);
}

.section-title01 {
  display: block;
  place-items: center;
  text-align: center;
}

.section-title01 .subheading {
  width: 85%;
}

.ourapproach .card-style07 {
  height: -webkit-fill-available;
}

.ourapproach .card-body {
  background-color: var(--primary-color);
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  padding: 20px !important;
}

.ourapproach .row {
  height: 350px;
}

.whatwedoserve .row {
  width: 100%;
}

.ourapproach .card-body p {
  font-size: 14px;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 0;
}

.whatwedoserve h4 {
  font-size: 20px;
  width: 75%;
  margin: 0 auto;
}

.whatwedoserve p {
  width: 80%;
}

.counter .counter-item-inner .counterinfo {
  font-size: 18px;
}

.counter .counter-item-inner .counterinfo span {
  font-size: 16px;
}

.bgimgwrapper {
  display: block;
  place-items: center;
  margin-top: 40px !important;
}

.bgimgwrapper .navtabcontent {
  width: 100%;
}

.bgimgwrapper .navtabcontent p {
  font-size: 20px;
  color: var(--secondary-color);
}

.bgimgwrapper .navtabcontent p span {
  color: var(--secondary-color);
  font-weight: 400;
}

.bannerdiv {
  background-color: var(--primary-color);
  border-radius: 20px;
}

.bg_primary {
  background-color: var(--primary-color);
}

.counter .svgimgright,
.joinus .svgimgright {
  position: absolute;
  bottom: -79px;
  right: -243px;
}

.joinus .svgimgright svg {
  width: 118%;
}

.counter .svgimgleft,
.joinus .svgimgleft {
  position: absolute;
  top: -68px;
  left: -137px;
}

.joinus svg {
  width: 83%;
}

.locations {
  display: flex;
  justify-content: space-between;
  padding: 10px 75px;
}

.locations .location1,
.locations .location2,
.locations .location3 {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  word-wrap: break-word;
  width: 28%;
}

.locations .location1 span,
.locations .location2 span,
.locations .location3 span {
  font-weight: 700;
  letter-spacing: 0;
  color: var(--secondary-color);
}

.locations .location1 p,
.locations .location2 p,
.locations .location3 p {
  color: var(--secondary-color);
  font-weight: 400;
}

.creatingworld {
  padding: 0 !important;
}

.mt-n9 {
  margin-top: -4rem;
}

section {
  padding: 40px 0;
}
.spotlight,
.partners {
  padding: 40px 0 !important;
}
.ourmission .section-title01 {
  text-align: center;
}

.ourapproach {
  padding: 80px 0 50px;
}

.w80 {
  width: 80%;
}

.ourapproach .section-title01 h3,
.eyeglasses .section-title01 h2,
.gallery .section-title01 h2,
.joinus .section-title01 h3 {
  padding: 0 250px;
}

p {
  font-weight: 16px;
  color: var(--secondary-color);
}

.quform-elements label {
  font-size: 10px;
  color: var(--secondary-color);
  font-weight: 600;
}

.quform-elements label a {
  text-decoration: underline;
}

.form-control {
  border: 2px solid var(--secondary-color);
  border-radius: 0;
  min-height: 41px;
}

.form-control:focus,
.form-control:focus-visible {
  border-color: var(--color);
  outline: none;
  box-shadow: none;
}

.form-control::placeholder {
  color: var(--secondary-color);
  font-size: 13px;
  font-weight: 400;
}

.custom-checkbox {
  width: 20px;
  height: 20px;
  border: 1px solid #333;
  border-radius: 0;
  appearance: none;
  background: #fff;
  cursor: pointer;
  position: relative;
}

.custom-checkbox:checked {
  background-color: #fff;
  border-color: #000;
}

.custom-checkbox:checked::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 12px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%) rotate(45deg);
}

/* .g-recaptcha {
  transform: scale(0.9);
  transform-origin: 0 0;
  border: 2px solid #2f284d;
  width: auto;
} */

textarea.form-control {
  height: 187px !important;
}

.header-style3 .navbar-nav > li > a {
  font-size: 13px;
  font-weight: 700;
  text-transform: capitalize;
}

.card-style07 .image {
  background-color: transparent;
  border-radius: 10px 10px 0 0;
}

h4 {
  font-weight: 700;
}

.portfolio-style01 .portfolio-content {
  position: absolute;
  z-index: 3;
  opacity: 0;
  overflow: hidden;
  transition: 0.5s;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  border-radius: 0;
  word-break: break-word;
  transform: translateY(0px);
  padding: 0;
  background-color: #3a3a3a;
}

.paddingbottom {
  padding-bottom: 68px;
}

.sectionbtn {
  text-align: center;
}

.ourapproach .box {
  padding: 30px 15px;
  padding: 30px 20px;
}

.butn.white:hover,
.butn.white:active,
.butn.white:focus {
  color: #fff;
  border: 1px solid var(--secondary-color);
}

.butn {
  padding: 9px 36px !important;
  font-size: 13px !important;
  font-weight: 700;
  margin-top: 24px;
  background-color: var(--secondary-color);
  vertical-align: unset !important;
  border: 1px solid var(--secondary-color) !important;
}

h2 {
  font-size: 40px;
  font-weight: 700;
}

h3 {
  font-size: 36px;
  font-weight: 700;
}

.cover-background {
  border-radius: 5px;
}

.bgimgwrapper .nav-tabs {
  border-bottom: 1px solid transparent;
  padding: 0.35rem 0 !important;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background-color: var(--highlight-color);
  color: #fff;
  border: 2px solid var(--highlight-color);
}

.eyeglasses .nav-tabs .nav-link {
  position: relative;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  color: #fff !important;
  border-radius: 5px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  z-index: 1;
  border: none;
  background-color: var(--secondary-color);
  transition: all 500ms ease;
  border-radius: 100px;
}

.eyeglasses .nav-tabs .nav-link.active {
  background-color: #ffcc3e;
  color: var(--secondary-color) !important;
}

.custommargin {
  margin-right: 30px;
}

.eyeglasses .content h4 {
  line-height: 130%;
}

.eyeglasses .content span small {
  font-size: 16px;
}

.eyeglasses .content span {
  font-size: 13px !important;
  font-weight: 400 !important;
  color: #2f284d !important;
}

.eyeglass-title {
  font-size: 16px;
  font-weight: 700;
}

.eyeglasslider .eyeglass-img {
  height: 440px;
  object-fit: cover;
  object-position: center;
}

.eyeglasscontent p {
  margin-bottom: -5px;
  text-align: start;
}

.eyeglasscontent {
  padding: 95px 64px 95px 232px;
}

.eyeglasslider .desc {
  font-size: 20px;
  margin-top: 30px;
  line-height: 110%;
}

.owl-dots {
  display: none !important;
}

.spotlight p {
  line-height: 110%;
}

.spotlight .image {
  border-radius: 15px !important;
  /* border: 1px solid #2f284d; */
  padding: 0 25px !important;
}

.spotlight .image img {
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: contain;
}

.spotlight .image iframe {
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: contain;
}

.spotlight .card-body p {
  font-size: 1.2vw;
  font-weight: 600 !important;
  line-height: 110%;
  margin: 0 !important;
  color: var(--secondary-color) !important;
}

.five-grid .item-col {
  padding: 15px;
}

.html5-video-player:not(.ytp-transparent),
.html5-video-player.unstarted-mode,
.html5-video-player.ad-showing,
.html5-video-player.ended-mode {
  background-color: transparent;
}

.joinus .row {
  margin: 0 auto;
}

.butn.secondary {
  color: var(--secondary-color);
  border: 2px solid var(--secondary-color);
  background-color: transparent;
}

.butn.secondary:hover:before,
.butn.secondary:active:before,
.butn.secondary:focus:before {
  background-color: var(--secondary-color) !important;
  border: none;
}

.ourapproach .butn.white:hover,
.butn.white:active,
.butn.white:focus {
  color: #fff !important;
}

.gallery .galleryinfo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.gallery .portfolio-gallery {
  padding-bottom: 68px;
}

.joinus .section-title01 {
  padding-bottom: 0;
}

.footer ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.footer ul li a,
.footer ul li {
  font-size: 16px;
  font-weight: 700;
  color: var(--secondary-color);
  background-color: transparent !important;
}

.eyeglassmenu a {
  color: #f0603e !important;
}

.footer .eyeglassmenu a:hover {
  color: #2f284d !important;
}

.footer ul li a:hover {
  color: var(--highlight-color) !important;
}

.contentinfo p {
  font-size: 9px !important;
  margin-bottom: 0;
  text-align: justify;
}

.rightboxes,
.logobottomboxes {
  display: flex;
  gap: 10px;
  align-items: center;
}

.footer .rightboxes .box,
.footer .rightboxes .box a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  background-color: var(--secondary-color);
  border-radius: 50%;
  line-height: 32px;
}
.footer .rightboxes .box:hover {
  background-color: var(--highlight-color) !important;
}

.footer .rightboxes .box i {
  color: #fff !important;
}

.logobottomboxes .box {
  width: 200px !important;
  height: 64px !important;
  background-color: transparent !important;
}

.scroll-to-top {
  background: var(--highlight-color);
  border: 1px solid var(--highlight-color);
}

.jointeam {
  width: 100%;
  height: 418px;
  background-image: url(../img/contactbg.png);
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}

.jointeam .leftimg {
  position: absolute;
  bottom: 0;
  left: 40px;
}

.jointeam .rightcontent {
  position: absolute;
  right: 90px;
  bottom: 50px;
  width: 40%;
}

.jointeam .rightcontent p {
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 10px;
}

.productcatalogue ul li,
.productcatalogue ul li a {
  color: var(--highlight-color);
}

.footer .eyeglasses .contentinfo p {
  font-size: 12px;
  line-height: 140%;
}

.navtabcontent {
  z-index: 5;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 563px;
}

.mission-images {
  display: flex;
  justify-content: space-between;
}

.leftimg {
  order: 1;
}

.rightimg {
  order: 2;
}

.navtopictabs {
  width: 100%;
}

.navtopictabs li button {
  width: 100%;
}

.navtopictabs .nav-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
}

.ourmission .section-title01 {
  padding: 0 100px;
}

.tab-col {
  width: 50%;
  text-align: center;
}

h3 {
  font-size: 28px;
}

h2 {
  font-size: 32px;
}

.attr-nav > ul > li > a.butn {
  margin-top: 0;
}

.navtopictabs {
  justify-content: space-evenly;
}

.navtopictabs .nav-tabs li {
  margin-bottom: 20px;
}

.owl-carousel .owl-item img {
  width: 100%;
}

.eyeglasslider .eyeglass-img {
  max-height: 400px;
}

.nav-tabs .nav-link {
  padding: 8px 20px !important;
  font-size: 12px !important;
}

.spotlight .card-body {
  padding: 0 20px;
}

.logobottomboxes .box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.eyeglasslider .desc {
  font-size: 13px;
  font-weight: 400;
}

.scroll-to-top {
  width: 40px;
  height: 40px;
  line-height: 40px;
}

.header-style3 .navbar-toggler {
  background: transparent;
}

.header-style3 .navbar-toggler:before {
  background: var(--secondary-color) !important;
}

.header-style3 .navbar-toggler:after {
  border-top: 2px solid var(--secondary-color);
  border-bottom: 2px solid var(--secondary-color);
}

.navbar-toggler:after {
  top: 25px;
  right: 15px;
  height: 13px;
  width: 28px;
}

.navbar-toggler:before {
  top: 15px;
  right: 15px;
  height: 2px;
  width: 28px;
}

.whatwedo span {
  color: #fff;
  font-size: 18px;
  display: block;
  margin-bottom: 15px;
}

.whatwedoserve {
  margin-top: 0;
  padding-bottom: 0;
}

.whatwedoserve span {
  font-size: 20px;
  color: var(--secondary-color);
  line-height: 110%;
  display: block;
}

.whatwedoserve .card-body p {
  font-weight: 400 !important;
  font-size: 14px;
  margin-top: -10px;
}

.deliver .bgimgwrapper .navtabcontent {
  width: 100%;
}

.deliver .section-title01 span {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}

.deliver .navtopictabs .nav-tabs .nav-item.show,
.deliver .navtopictabs .nav-tabs .active {
  background-color: var(--highlight-color) !important;
  color: #fff !important;
}

.deliver .positionright {
  position: absolute;
  right: 100px;
  bottom: 100px;
}

.deliver .positionleft {
  position: absolute;
  left: 50px;
  bottom: 50px;
  height: max-content !important;
}

.deliver .navtopictabs .nav-tabs .nav-link:hover {
  border: 1px solid var(--highlight-color) !important;
}

.deliver .navtopictabs .nav-tabs li {
  margin-bottom: 0;
}

.deliver .navtopictabs .nav-tabs {
  gap: 0;
  justify-content: space-around;
}

.deliver .navtopictabs li {
  margin-left: 0;
}

.deliver .navtabcontent .sub-header .heading {
  font-size: 30px;
  margin-bottom: 0;
  line-height: normal;
  margin: 0 0 5px 0 !important;
  /* text-transform: uppercase; */
}

.deliver .navtabcontent .sub-header .subheading {
  font-size: 18px;
  font-weight: 700;
  overflow-wrap: break-word;
  word-break: break-word;
  margin: 0;
  line-height: 1.3rem;
  margin: 10px 0 !important;
}

/* .advocate .subheading {
  font-weight: 600 !important;
} */
/* .advocate .subheading,
.advocate .description
{
  color: #000 !important;
} */

.deliver .navtabcontent .sub-header .subheading,
span,
p {
  overflow-wrap: break-word;
  word-break: break-word;
}

.deliver .navtabcontent .sub-header .description {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.deliver .navtabcontent .sub-header a {
  color: var(--secondary-color) !important;
  letter-spacing: 0.05rem;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 15px;
}

.deliver .content {
  max-width: 450px;
  padding: 30px;
}

.deliver .navtabcontent {
  min-height: 680px;
}

.deliver .nav-tabs .nav-link {
  font-size: 14px !important;
}

.catalyse .bgimgwrapper .catalyseinfo a {
  font-size: 15px;
  color: var(--secondary-color);
  font-weight: 700;
  letter-spacing: 0.05rem;
}

.catalyse .bgimgwrapper .catalyseinfo .subheading {
  font-size: 18px;
  color: var(--secondary-color);
  font-weight: 700;
  padding: 0;
  margin: 10px 0 !important;
}

.catalyse .bgimgwrapper .catalyseinfo .description {
  color: var(--light-secondary);
}

.catalyse .bgimgwrapper .catalyseinfo h1 {
  color: #a09cb3;
  font-weight: 700;
}

.catalyse .bgimgwrapper .sub-header {
  padding: 25px;
  overflow-wrap: break-word;
  word-break: break-word;
  background: #fff;
  max-width: 55%;
  margin-left: 30px;
  border-radius: 20px;
}

.catalyse p {
  margin: 0 !important;
}

.catalyse h1 {
  /* font-size: 25px !important; */
  margin: 0 !important;
}

.catalyse .bgimgwrapper .catalyseinfo {
  position: absolute;
  left: 10px;
  bottom: 30px;
}

.catalyse .bgimgwrapper .bgpartner {
  width: 100%;
  height: auto;
  height: 600px;
}

.catalyse .bgimgwrapper .bgpartner img {
  display: block;
  object-fit: cover;
  object-position: bottom;
  margin: auto;
}

.catalyse .subheading {
  padding-bottom: 10px;
}

.catalyse .heading {
  padding-bottom: 10px;
}

.catalyse .subheading span {
  font-size: 20px;
}

.infosec .influence .nav-tabs {
  justify-content: center !important;
}

.influence .navtopictabs .nav-tabs .nav-link {
  border: 0 !important;
  margin: 0 15px !important;
  color: #403866 !important;
  font-weight: 600;
}

.influence .navtopictabs .nav-tabs .nav-link.active {
  background-color: #4a9e80 !important;
  border-radius: 50px;
  border: 1px solid #4a9e80 !important;
  color: #fff !important;
  height: 20px;
  padding: 20px 5px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.influence .navtopictabs .nav-tabs .nav-link:hover {
  border-color: #4a9e80 !important;
  color: var(--light-secondary) !important;
  border-radius: 50px;
}

.deliver .influence .nav-tabs {
  gap: 3px;
  justify-content: space-between;
}

.deliver .influence li {
  width: 49.8%;
}

.infosec .subheading span {
  font-size: 20px;
}

.influence .navtopictabs .nav-tabs .nav-item.show .nav-link,
.influence .navtopictabs .nav-tabs .nav-link.active {
  background-color: var(--info-color);
  color: #fff !important;
}

.deliver .influence a {
  font-size: 13px;
  margin-top: 20px;
  font-weight: 700;
}

.infosec .content {
  max-width: 360px;
  padding: 20px !important;
}

.logos .subheading {
  width: 75%;
}

.logos .item-col {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 150px;
}

.whatwedojoin {
  position: relative;
  min-height: 550px;
  background-image: url(../img/collab.jpg);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  transition: background-size 0.2s ease-out;
  background-position: 100% 20%;
}

#join,
.ourstorydonantion {
  position: relative !important;
  display: flex;
  align-items: center;
  min-height: 500px !important;
  height: 50vh !important;
}

.join-content {
  /* position: absolute;
  bottom: 100px; */
  /* left: 120px; */
  max-width: 460px;
  background: #fff;
  color: var(--secondary-color);
  padding: 30px;
  border-radius: 22px;
  text-align: center;
}

.join-content p {
  font-size: 22px;
  line-height: 130%;
  font-weight: 400;
  margin-bottom: 0;
  color: var(--secondary-color);
}

.join-content .butn {
  font-weight: 700;
  background: #fff;
  padding: 10px 18px;
  display: inline-block;
  border: 1px solid #c9c9c9;
  color: var(--secondary-color);
}

.join-content .butn.secondary:hover:before,
.join-content .butn.secondary:active:before,
.join-content .butn.secondary:focus:before {
  color: #fff;
  border: 1px solid var(--highlight-color) !important;
  background-color: var(--highlight-color) !important;
}

.join-content .butn.white:hover,
.join-content .butn.white:active,
.join-content .butn.white:focus {
  border: 1px solid var(--highlight-color) !important;
}

#whatwedomission {
  height: 632px !important;
}

.quform-input textarea {
  padding: 3px;
}

.tabs-wrapper {
  display: flex;
  align-items: center;
}

.tabs-scroll {
  overflow-x: auto;
  flex: 1;
  scroll-behavior: smooth;
}

.tab-scroll-btn {
  background: transparent;
  border: none;
  font-size: 20px;
  padding: 5px 10px;
  cursor: pointer;
}

.catalyse .content span {
  text-decoration: underline;
  font-weight: 400;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .ourapproach .row {
    height: 300px !important;
  }

  .ourapproach .ourapproch01 img {
    max-height: 300px !important;
    top: 0 !important;
    left: 0 !important;
  }

  .ourapproach .container-fluid {
    min-height: 250px !important;
  }

  .ourapproach img {
    max-height: 300px !important;
    top: 0 !important;
  }

  .deliver .navtopictabs li {
    width: 100% !important;
  }

  .tabs-wrapper {
    display: flex;
    align-items: center;
  }

  .tab-scroll {
    position: absolute;
    top: 47%;
    transform: translateY(-50%);
    width: 24px;
    height: 60px;
    border: none;
    background: #f1f1f1e6;
    cursor: pointer;
    z-index: 10;
  }

  .deliver .bgimgwrapper .navtopictabs .nav-tabs {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    white-space: nowrap !important;
    -webkit-overflow-scrolling: touch !important;
  }

  #delever,
  #dektopmenu {
    display: none !important;
  }

  .tabs-wrapper {
    position: relative;
    width: 100%;
  }

  .tab-scroll {
    position: absolute;
    top: 47%;
    transform: translateY(-50%);
    width: 24px;
    height: 60px;
    border: none;
    background: #f1f1f1e6;
    cursor: pointer;
    z-index: 10;
  }

  .counterwrapper .col-md-3 {
    width: 49% !important;
  }

  .our_value .boxes {
    padding: 30px !important;
    max-width: 45% !important;
  }

  .our_value .help {
    top: 54% !important;
  }

  .mission_vission p {
    width: 100% !important;
  }

  .mission_vission .bg_yellow {
    padding: 20px !important;
  }

  .excesstoquantity p {
    max-width: 100% !important;
  }

  .footer .container,
  .testimonial .row {
    padding: 0;
    margin: 0;
    width: 100%;
  }

  .eyeglasses .nav-tabs li {
    margin-right: 0;
  }

  .navtopictabs li {
    width: 33%;
    margin-left: 0;
  }

  .navtopictabs .nav-tabs {
    gap: 0;
    justify-content: space-evenly;
  }

  .eyeglasscontent {
    padding: 95px 32px;
  }

  .testimonial .testimonialcontent {
    width: 94%;
  }

  .counter-item-inner {
    padding: 12px;
  }

  .ourmission .section-title01 {
    padding: 0;
  }

  .section-title01 .subheading,
  .bgimgwrapper .navtabcontent {
    width: 100%;
  }

  .owl-carousel .owl-item img {
    width: 100%;
  }

  .testimonial img {
    width: 520px;
    left: -80px;
  }

  .ourmission .leftimg {
    left: -245px;
  }

  .ourmission .leftimg img {
    height: 450px;
  }

  .ourmission .rightimg {
    right: -350px;
  }

  .ourmission .rightimg img {
    height: 400px;
  }

  .counter .svgimgleft,
  .counter .svgimgright {
    display: none;
  }

  .join .svgimgleft {
    display: block;
  }

  .navtabcontent {
    background-size: cover;
    background-image:
      linear-gradient(#00000003, #00000005), url(../img/ourapproach/bg4.avif);
  }

  .deliver .navtabcontent .content {
    position: absolute !important;
  }

  .deskmenu li {
    margin-right: 20px !important;
  }

  .whatwedotext .bannerdiv {
    padding: 20px !important;
  }

  .whatwedotext .bannerdiv h1 {
    font-size: 20px;
  }

  .ourapproach .textsection Span {
    font-size: 14px !important;
  }

  .ourapproch01 {
    display: flex;
  }

  .textsection .text {
    margin-bottom: 50px !important;
  }

  .deliver .nav-tabs .nav-link {
    font-size: 15px !important;
  }

  .deliver .navtabcontent .content {
    top: calc(100% - 60vh) !important;
    width: max-content;
  }

  .deliver .navtopictabs .nav-tabs .nav-link {
    font-size: 20px !important;
    padding: 20px !important;
    text-align: center;
  }

  .catalyse .bgimgwrapper .sub-header {
    position: relative;
    left: 10px;
    bottom: -1px;
    width: 100%;
    display: block;
  }

  .systemchanges .positionleft {
    width: 100%;
  }

  .gallery .col-md-3 {
    width: 25% !important;
  }
}

@media (max-width: 768px) {




  .vission_mission .col-sm-6:first-child {
    margin-bottom: 25px;
  }
  .trustee-grid {
    justify-content: center !important;
    margin: 0 !important;
  }

  .trustee-grid .pointer {
    margin-bottom: 20px !important;
  }

  .leadership .imagebox {
    width: 300px !important;
  }
  .leadership .imagebox .img {
    max-height: 300px !important;
    width: 300px !important;
  }
  .pointer.empty {
    margin: 0 !important;
  }
  #award .row div {
    width: 50% !important;
  }

  #donateform .custom-amount-btn {
    width: 100% !important;
  }
  .donate_info .subheading p {
    font-size: 16px !important;
  }
  .donate_info .subheading h1 {
    font-size: 18px;
  }
  /* .partnerscarousel1::after {
    top: 41% !important;
  }
  .partnerscarousel1 .owl-item .item .image {
    width: 80% !important;
  }
  .partnerscarousel1 .owl-item.active.center {
    margin-left: 10px !important;
  } */

  .leadership .imagebox {
    margin: 0px auto 10px auto !important ;
  }

  #annualreports .text-center {
    margin-bottom: 20px;
  }

  #annualreports img {
    max-width: 70% !important;
  }

  #FinancialStatements h5 {
    width: 100% !important;
  }

  #award .row img {
    max-height: 100px !important;
    width: 100% !important;
    margin-bottom: 10px !important;
  }
  #network p {
    margin-top: 20px !important;
  }
  .trusteedetails h5 {
    font-size: 25px !important;
  }

  .testimonia p i {
    font-size: 16px;
    line-height: 1;
  }

  .navbar {
    align-items: center !important;
  }
  .contactleadership_join .join-content,
  .reports_join .join-content {
    height: max-content !important;
    top: 50px !important;
    width: auto !important;
  }
  .location .info p {
    width: 100% !important;
    line-height: 1.5rem !important;
  }
  .contact_form .info .subheading span {
    font-size: 20px !important;
  }
  .location .info h2 {
    font-size: 25px !important;
  }
  .contact_form .info p,
  .contact_form .info a {
    font-size: 20px !important;
  }

  .contact_topsubbanner .bannerdiv h1 {
    width: 100%;
    padding: 0 0 !important;
    margin: auto;
  }

  #offcanvasWithBothOptions {
    width: 75% !important;
  }

  .trusteedetails h2 {
    font-size: 30px !important;
    text-align: center;
  }
  .trusteedetails h4 {
    font-size: 25px !important;
    text-align: center;
    margin: 20px 0;
    width: 100%;
  }
  .trusteedetails button {
    font-size: 18px !important;
    text-align: center;
    width: 100%;
  }
  .trusteedetails img {
    width: 100% !important;
    margin-bottom: 20px;
  }

  .offcanvas-body {
    overflow-x: hidden !important;
  }

  .trusteedetails h5 {
    font-size: 30px !important;
    text-align: center;
  }

  #network .imgpart {
    text-align: center;
  }

  .poweredby .row,
  .poweredby .col-auto {
    flex-direction: column;
    align-content: center;
    text-align: center;
    margin-top: 20px;
  }

  .How_we_serve .subheading span {
    margin-bottom: 20px;
  }

  .testimonia .owl-carousel .owl-item img {
    max-width: 200px !important;
  }

  /* .partnerscarousel1 .owl-item.active.center {
    margin-left: 0 !important;
  }
  .partnerscarousel1::after {
    margin-left: 0 !important;
  } */
  .socialicon_vertical li span a {
    font-size: 10px !important;
  }

  .testimonia .container .text-center {
    text-align: center !important;
    margin-bottom: 10px;
  }

  .partners .indiacleanvision img {
    /* max-width: 150px !important; */
    max-width: 100px !important;
    margin: 0 20px;
  }
  .testimonia p,
  .testimonia h6 {
    font-size: 20px !important;
  }
  .testimonialcarousel .row {
    padding: 50px 15px !important;
  }
  .eyeglasses .bgimgwrapper {
    margin-top: 0 !important;
  }

  .dontate_btn a {
    width: fit-content !important;
    margin-left: 40px !important;
  }

  .vission_mission h6 {
    margin: 10px auto !important;
  }

  .vission_mission p {
    width: 100% !important;
    /* font-size: 25px !important; */
  }

  #otherhelp .card {
    margin-bottom: 20px !important;
  }

  #network img {
    height: auto !important;
  }

  #network p {
    width: 100% !important;
    text-align: center !important;
  }

  #award .row .col-sm-2 {
    width: 49% !important;
    margin-bottom: 20px;
  }

  .ourstorydonantion {
    min-height: 600px !important;
    background-size: cover !important;
  }

  .ourstorydonantion .join-content {
    height: max-content;
    position: static !important;
    margin: auto !important;
  }

  .footerimg img {
    /* max-width: 47%;
    height: auto !important;
    aspect-ratio: 2/1; */
    height: 120px !important;
  }

  .testimonia p {
    width: 100% !important;
  }

  .eyeglasslider .content-box {
    width: 90% !important;
    margin-top: 40% !important;
  }

  .ourmission .rightimg img {
    max-height: 200px !important;
    max-width: 215px !important;
  }

  .How_we_serve img{
    margin-top: 40px;
  }

  .eyeglasslider .item .userimg {
    display: none;
  }

  .ourapproach .subheading {
    margin-top: 20px;
    margin-bottom: 20px !important;
  }

  .ourapproach .textsection {
    justify-content: flex-start !important;
  }

  .ourapproach .row {
    height: auto;
  }

  .ourapproach .container-fluid {
    max-height: 200px !important;
  }

  .ourapproach .ourapproch01 img {
    max-height: 175px !important;
  }

  .ourapproach img {
    max-height: 200px !important;
    height: 153px;
  }

  .ourapproach img,
  .ourapproach .ourapproch01 img {
    position: static !important;
  }

  .excesstoquantity .subheading {
    margin-top: 20px;
  }

  .excesstoquantity p {
    max-width: 100% !important;
  }

  .mission_vission .bg_yellow {
    margin: 0 0 20px !important;
  }

  .mission_vission .bg_yellow .row div {
    text-align: center !important;
  }

  .mission_vission p {
    margin-top: 10px;
    width: 100% !important;
  }

  .our_value .help div {
    padding: 10px 40px !important;
  }

  .our_value .boxes {
    max-width: 90% !important;
    padding: 20px !important;
  }

  .our_value .help {
    position: static !important;
    transform: none !important;
  }

  .w80 {
    width: 100%;
  }

  h1 {
    font-size: 24px;
  }

  span {
    margin-bottom: 6px;
  }

  .bgimgwrapper small {
    font-size: 9px;
  }

  .form-control::placeholder {
    font-size: 16px;
    color: var(--light-secondary);
  }

  .bannerdiv {
    padding: 32px 23px !important;
    width: 94%;
    margin: 24px auto;
    line-height: 21.6px;
  }

  .bannerdiv span {
    font-size: 12px !important;
    letter-spacing: 0.12rem !important;
  }

  .bannerdiv h1 {
    font-size: 20px;
  }

  .contact_form .section-title01,
  .contact_form .section-title01 h1 {
    margin-bottom: 0;
  }

  .contact_form .butn {
    margin-top: 40px;
  }

  .contact_form .butn.md {
    padding: 10px 30px !important;
  }

  #contactdetail {
    width: 87%;
    margin-top: 14px;
  }

  .quform-input textarea {
    padding: 3px;
  }

  .quform-element {
    margin-bottom: 10px;
  }

  .locations {
    display: block;
    padding: 0 10px;
  }

  .locations [class^="location"] {
    width: 100%;
    align-items: flex-start;
  }

  .locations span,
  .locations p {
    font-size: 12px;
  }

  .locations p {
    margin-top: 0;
    line-height: 16.8px;
  }

  .jointeam {
    background: url(../img/mobilebgcontact.png) center / cover no-repeat;
    height: 540px;
  }

  .testimonial {
    background-image: url(../img/mobilebgbg3.png) !important;
  }

  .jointeam .leftimg img {
    width: 280px;
  }

  .jointeam .rightcontent {
    left: 40px;
    top: 70px;
    width: 72%;
  }

  .jointeam .rightcontent p {
    font-size: 12px;
    line-height: 16.8px;
  }

  .jointeam .rightcontent .butn {
    margin-top: 14px;
  }

  .join-content {
    position: static;
    transform: none;
    margin: 20px;
  }

  .navbar-brand img {
    max-height: 100%;
  }

  .footer-logo a img {
    margin-left: -20px;
  }

  .footer ul li,
  .footer ul li a {
    font-size: 14px;
  }

  .logobottomboxes .box {
    width: 100px !important;
    margin-left: 39px;
  }

  .foterlogoicon {
    display: flex;
    align-items: flex-end;
  }

  .gallery .portfolio-gallery {
    padding-bottom: 0;
  }

  .gallery h1 {
    font-size: 18px;
  }

  .gallery span {
    font-size: 12px;
    letter-spacing: 1.44px;
    line-height: 14.4px;
  }

  .gallery .section-title01 .subheading {
    width: 90%;
  }

  .gallery .butn.secondary {
    font-size: 12px;
    line-height: normal;
    letter-spacing: normal;
  }

  .joinus .butn {
    letter-spacing: 0.6px !important;
    line-height: normal !important;
  }

  .testimonial .name p {
    letter-spacing: normal !important;
    line-height: normal !important;
  }

  .testimonial {
    height: 553px;
  }

  .testimonial .row {
    justify-content: center;
  }

  .testimonial p {
    font-size: 13px;
  }

  .testimonial .blockqote svg {
    width: 42px;
    margin-top: 0;
    margin-right: 24px;
  }

  .testimonial img {
    width: 274px;
    left: 50px;
  }

  .testimonial .testimonialcontent {
    padding: 0;
    margin-top: 15px;
  }

  .ourmission {
    height: 450px;
  }

  .ourmission .section-title01 {
    padding: 0;
    position: relative;
    transform: unset;
  }

  .ourmission .section-title01 h3 {
    font-size: 14px;
  }

  .ourmission .section-title01 span {
    margin-bottom: 10px;
  }

  .mission-images {
    flex-direction: row;
  }

  .ourmission .leftimg img,
  .ourmission .rightimg img {
    height: 200px;
  }

  .ourmission .rightimg {
    position: absolute;
    bottom: 0;
    text-align: center;
    right: 25%;
  }

  .ourmission .leftimg {
    position: absolute;
    bottom: 0;
    left: 180px;
  }

  .rightimg {
    order: 1;
  }

  .leftimg {
    order: 2;
  }

  .counter h1 {
    font-size: 30px;
  }

  .counter .counter-item-inner p,
  .counter .counter-item-inner p span {
    font-size: 40px;
    margin-bottom: 0;
  }

  .counter .svgimgleft,
  .counter .svgimgright {
    display: none;
  }

  .joinus h1 {
    font-size: 18px;
  }

  .joinus svg {
    width: 40%;
  }

  .joinus .section-title01 {
    padding-bottom: 0;
  }

  .joinus .svgimgright {
    display: none;
  }

  .joinus .svgimgleft {
    top: -40px;
    left: -40px;
  }

  .navtopictabs {
    width: 100%;
  }

  .navtopictabs .nav-tabs,
  .nav-tabs .nav-link,
  .navtopictabs li,
  .tab-col {
    width: 100%;
    margin-left: 0;
    display: block;
  }

  .five-grid .item-col {
    width: 50%;
  }

  .ourapproach .card-body {
    padding: 30px 40px !important;
    border-radius: 0 0 25px 25px;
  }

  .ourapproach .box {
    padding: 30px 8px 20px;
  }

  .card-style07 .image {
    border-radius: 25px 25px 0 0;
  }

  .spotlight .card-style07 .image {
    border-radius: 0;
  }

  .spotlight .card-body p {
    font-size: 12px;
    line-height: 15px;
    letter-spacing: normal;
  }

  .navtabcontent {
    /* height: 250px; */
    height: 350px;
  }

  .ourapproach h1 {
    font-size: 13px;
  }


  .ourapproach .card-body p {
    letter-spacing: normal !important;
    line-height: 18.2px !important;
  }

  .butn.secondary {
    letter-spacing: 0.6px;
    line-height: normal;
  }

  .counter h1 {
    line-height: 36px;
    letter-spacing: normal;
  }

  .counter .counter-item-inner p,
  .counter .counter-item-inner p span {
    letter-spacing: normal !important;
    line-height: 48px;
  }

  .eyeglasscontent {
    padding: 12px 32px;
    background-color: var(--primary-color);
    height: 300px;
  }

  .eyeglasscontent svg {
    height: 45px;
    width: 37px;
    transform: scaleX(-1);
  }

  .eyeglasscontent .desc {
    display: flex;
    gap: 20px;
  }

  .eyeglasscontent .desc p {
    margin-bottom: 0;
    line-height: 18.2px;
  }

  .ourmission,
  .testimonial,
  .whatwedomission {
    background-image: url(../img/mobilehomebg.png);
    margin-top: 0;
  }

  .ourmission .section-title01 {
    top: 0;
    left: 0;
    margin-top: 65px;
    padding: 0 20px;
  }

  .butn {
    margin-top: 12px;
    padding: 10px 50px !important;
  }

  .counter {
    padding: 48px 0;
  }

  .counter .counter-item-inner .counterinfo,
  .counter .counter-item-inner .counterinfo span {
    font-size: 16px;
    letter-spacing: normal;
    line-height: 20px;
    margin-bottom: 0;
  }

  .counter .counter-item-inner div {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0 7px;
  }

  .counter .butn {
    padding: 12px 40px !important;
    margin-top: 0;
    color: var(--primary-color);
    font-size: 10px !important;
    letter-spacing: 0.5px !important;
    line-height: normal;
  }

  .bgimgwrapper .navtabcontent p {
    font-size: 14px;
    line-height: 18.2px;
  }

  .joinus span {
    font-size: 12px;
  }

  .joinus h1 {
    font-size: 18px;
  }

  .footer .container {
    width: 90%;
  }

  .eyeglasses .subheading span {
    font-size: 12px;
    letter-spacing: 1.44px !important;
    line-height: 20.4px !important;
  }

  .eyeglasses h1 {
    font-size: 18px;
  }

  .navtopictabs .nav-tabs,
  .nav-tabs .nav-link,
  .navtopictabs li,
  .tab-col {
    letter-spacing: 1.2px !important;
    line-height: normal !important;
  }

  .bgimgwrapper .navtabcontent p {
    letter-spacing: normal !important;
    line-height: 18.2px !important;
  }

  .testimonial p {
    letter-spacing: normal;
    line-height: 18.2px;
  }

  .spotlight h1 {
    letter-spacing: normal !important;
    line-height: 18.2px !important;
  }

  .eyeglasscontent .desc p {
    letter-spacing: normal !important;
  }

  .eyeglasscontent .desc p i {
    font-size: 11px;
  }

  .footer ul li,
  .footer ul li a {
    letter-spacing: normal;
    line-height: 25.2px;
  }

  .whaterwedobg,
  .conactbanner {
    width: 100%;
    height: 213px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }

  .contactjoin .bannerdiv h1 {
    font-size: 17px;
    letter-spacing: normal;
    line-height: 20.4px;
  }

  .contact_form {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .quform-elements label {
    font-size: 11.9167px;
    line-height: 11.9167px;
    letter-spacing: normal;
  }

  .contact_form .gap-3 {
    gap: 0.7rem !important;
  }

  #contactdetail #rightsideinfo p {
    letter-spacing: normal;
    line-height: 18.2px;
  }

  #contactdetail {
    padding: 40px 35px !important;
  }

  .locations .location1 span,
  .locations .location2 span,
  .locations .location3 span,
  .locations .location1 p,
  .locations .location2 p,
  .locations .location3 p {
    letter-spacing: normal;
    line-height: 16.8px;
  }

  .locations .location1 .address2,
  .locations .location1 .address3,
  .locations .location2 .address1 {
    width: 55%;
  }

  .locations .location2 .address2,
  .locations .location3 .address1 {
    width: 90%;
  }

  .locations .location3 .address2,
  .locations .location3 .address3 {
    width: 60%;
  }

  .header-style3 .navbar-toggler {
    margin-top: -8px;
  }

  .navbar-nav {
    position: fixed;
    top: 0;
    right: -15px;
    width: 235px;
    height: 100vh;
    background: #ffffffde;
    transform: translateX(100%);
    display: block;
    transition: all 0.4s ease-in;
  }

  .navbar-nav.open,
  .sub-menu.open {
    transform: translateX(0%);
    filter: blur(0);
  }

  .main-wrapper.no-scroll {
    height: 100vh;
    overflow: hidden;
  }
}

@media (min-width: 788px) {

  .sdg_section .container {
    padding: 0 70px;
  }

  .donate_info .subheading h1 {
    font-size: 35px !important;
  }
  /* .partnerscarousel1 .owl-item {
    width: 300px !important;
  } */

  .secondmenu {
    justify-content: center !important;
  }

  ul.eyeglassmenu {
    margin-top: 17px !important;
  }

  .footer ul li {
    /* margin-bottom: 18px !important; */
    margin-bottom: 0 !important;
  }
  .footermenu ul {
    width: max-content !important;
    margin-top: 11px;
  }

  .footermenu {
    display: flex !important;
    justify-content: flex-end;
  }

  .testimonia p i {
    font-size: 16px;
  }

  .navbar {
    align-items: flex-end !important;
  }

  .contact_form .info .subheading span {
    font-size: 22px !important;
  }
  .contact_topsubbanner .bannerdiv h1 {
    width: 75%;
    margin: auto;
  }

  .topsubbanner h1,
  .topsubbanner p {
    width: 100% !important;
    margin: auto !important;
  }

  .testimonialcarousel .textsection {
    margin-left: 70px;
  }
  .ourapproch01 img {
    margin: 6px 0px 0px calc((60% - 1000px) * 0.5);
  }

  .ourapproch02 img {
    margin: 0px 0px 0px calc((170% - 00px) * 0.5) !important;
  }

  .ourapproach .textsection {
    margin: 10% 0px 0px calc((15% - 100px) * 0.5);
  }

  .deskmenu li {
    /* margin-right: clamp(15px, 8vw, 64px) !important; */
    margin-right: 0 !important;
  }

  .navbar-header-custom,
  .deskmenu {
    width: 87% !important;
  }

  .ourapproach .container-fluid {
    min-height: 350px;
  }

  .socialicon_vertical li {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: rgba(217, 217, 217, 0.3);
    border-radius: 100px;
    padding: 15px 5px;
    gap: 0;
  }

  .topsubbanner h1,
  .bannerdiv h1 {
    font-size: 35px !important;
    text-align: center;
  }

  .footer .contentinfo {
    margin-top: 120px !important;
  }

  .join_foundation p {
    /* max-width: 55%; */
  }

  .navbar-toggler-box {
    display: none;
  }

  .topbarlogo {
    /* max-width: 60px; */
    /* max-width: 98px; */
    /* max-width: 45px; */
    /* max-width: 150px; 2026.06.04 */
    max-width: 13%;
  }

  #logo {
    max-width: 250px !important;
    height: auto !important;
  }

  .deskmenu {
    display: flex;

    width: 83%;
    justify-content: space-between;
  }

  .menu-wrapper,
  .navbar-toggler {
    display: none;
  }

  .navbar-expand-lg {
    justify-content: space-between;
    margin-bottom: 10px;
  }

  .socialicon_vertical {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
  }

  .headerbgimg {
    min-height: 350px;
  }

  .location .info h2 {
    font-size: 22px !important;
  }

  .location .info p {
    font-size: 18px !important;
  }

  .joinus {
    padding: 50px 4px !important;
  }

  .joinus div h2 {
    font-size: 30px !important;
  }

  .capchabox div {
    /* display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important; */
  }

  .joinus div {
    margin-right: 10px !important;
  }
}

@media (max-width: 787px) {
  .section-title01 .subheading{
    width: 100% !important;
    text-align: center !important;
    margin: auto !important;
  }
  .gallery .row {
    justify-content: center !important;
  }

  .footer .contentinfo {
    margin-top: 50px !important;
  }

  .join_foundation p {
    max-width: 100%;
    font-size: 25px !important;
    line-height: 30px !important;
  }

  .ourmission .section-title01 h3 {
    text-align: center !important;
  }

  .topbarlogo {
    /* max-width: 100px;
    margin-right: 15%; */
    max-width: 75px;
    margin-right: 20%;
  }

  #logo {
    max-width: 150px !important;
    height: auto !important;
  }

  .deskmenu {
    display: none;
  }

  .menu-wrapper,
  .navbar-toggler {
    display: block;
  }

  .socialicon_vertical {
    position: absolute;
    top: 10%;
    z-index: 10;
  }

  .topsubbanner .svgimgright {
    top: 77% !important;
  }

  .socialicon_vertical li span {
    width: 17px !important;
    height: 17px !important;
  }

  .topsubbanner {
    display: flex;
    justify-content: center;
  }

  .topsubbanner .sideimg {
    text-align: center;
  }

  #ourmodal .card-box {
    width: 100% !important;
    margin-bottom: 20px;
  }

  #ourmodal .card-box .overlay p {
    font-size: 13px;
  }

  .counter-item-inner img {
    margin-top: 10px !important;
  }

  .navtopictabs .nav-tabs li {
    margin-bottom: 0;
    width: 30%;
  }

  .eyeglasses .nav-tabs .nav-link {
    padding: 4px !important;
    font-size: 9px !important;
  }

  .navtopictabs .nav-tabs {
    display: flex !important;
  }

  .eyeglasses .content {
    padding: 15px !important;
    max-width: 300px !important;
  }

  .eyeglasses p,
  .eyeglasses span,
  .eyeglasses a {
    font-size: 13px !important;
  }

  .systemchanges .content {
    min-width: 350px;
    bottom: 65px !important;
    top: calc(100% - 40vh) !important;
    left: 0 !important;
    height: min-content;
  }

  .systemchanges .heading {
    font-size: 26px !important;
  }

  .eyeglasses .navtabcontent .content {
    position: absolute;
    bottom: 10px;
    left: 10px;
  }

  .bgimgwrapper .navtabcontent p {
    font-size: 13px !important;
    margin-top: 0 !important;
  }

  .sdg_section .col-sm-8 {
    margin-top: 20px;
    text-align: center;
  }

  .sdg_section .col-sm-8 img {
    width: 15% !important;
    margin: 5px 10px !important;
  }

  .eyeglasslider .item .userimg {
    width: 25% !important;
    margin: 0 !important;
  }

  .eyeglasslider h6 {
    font-size: 12px !important;
  }

  .eyeglasslider p {
    font-size: 13px !important;
    line-height: 15px;
  }

  .eyeglasslider a {
    font-size: 13px !important;
  }

  .indiacleanvision img {
    width: 70% !important;
  }

  .creatingworld .row {
    width: 100%;
    margin: auto;
  }

  .creatingworld .sideimg {
    margin-top: 10px;
  }

  .contact_form .info {
    padding: 20px !important;
  }

  .contact_form .formsection {
    padding: 40px 20px;
  }

  .contact_form .g-recaptcha {
    width: fit-content;
  }

  .location .locationmap {
    min-height: 400px;
  }

  .contactjoin .bannerdiv {
    padding: 30px 20px !important;
  }

  .joinus {
    padding: 20px !important;
  }

  .join_foundation .svgimgright {
    top: 90% !important;
  }

  .ourapproach .ourapproch01,
  .ourapproach .ourapproch02 {
    display: flex;
    align-items: flex-end;
  }

  .ourapproach .ourapproch01,
  .ourapproach .ourapproch02 {
    padding: 0;
    width: 25%;
  }

  .ourapproach .textsection {
    width: 50%;
  }

  .textsection .text span {
    font-size: 15px;
    text-align: center;
    margin-top: 5px;
  }

  .textsection .text {
    display: flex;
    flex-direction: column;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .w-15 {
    font-size: 10%;
  }

  .gallery img {
    max-height: 80px;
    margin: 20px 0;
  }

  .whatwedojoin .join-content {
    top: 50px;
    height: max-content;
  }

  .socialicon_vertical li {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #d1cbcb;
    border-radius: 50px;
    padding: 5px;
    gap: 0;
  }
}

.footer-logo p {
  font-size: 13px;
  line-height: 16px;
  margin: 0;
}

.deskmenu li {
  /* margin-right: 60px; */
  font-weight: 600;
}

.socialicon_vertical li span {
  background-color: #2a2750;
  border-radius: 34px;
  width: 30px;
  height: 30px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2px 0 !important;
  overflow: hidden;
}

.socialicon_vertical li span a {
  color: #fff !important;
  font-size: 15px;
  background-color: transparent !important;
  border: none !important;
  width: 30px;
  height: 30px;
}
.socialicon_vertical li span a i {
  padding-top: 7px;
}

.topsubbanner .bannerdiv {
  overflow: hidden;
  position: relative;
  background-color: #ffcc3e !important;
}

.contact_topsubbanner .bannerdiv {
  overflow: hidden;
  position: relative;
  background-color: var(--secondary-color) !important;
}

.contact_topsubbanner .bannerdiv h1 {
  color: #fff !important;
  padding: 0 50px;
}

.topsubbanner .svgimgright {
  width: 50%;
  position: absolute;
  top: 48%;
  right: -17%;
  opacity: 0.5;
}

.testimonialcarousel {
  position: relative;
}

.testimonialcarousel .slideshow-arrow {
  fill: #fff !important;
}

/* .partnerscarousel1 {
  margin-top: 50px;
} */

.partnerscarousel1 img {
  /* width: 250px !important;
  margin-top: -5%; */
  /* max-height: 100px; */

  /* width: auto;
  height: 100%; */
  /* margin-top: -5%; */
  /* max-height: 100px;*/
}

.footerlogs {
  display: flex;
  margin-top: 50px;
}
img.footericon1 {
  margin-right: 20px;
}
img.footericon1,
img.footericon2 {
  height: 110px;
  width: auto;
  object-fit: contain;
  margin-top: 20px;
}

/* img.footericon2 {
  margin-top: 1.5%;
} */

.eyeglasslider .item {
  background-size: cover;
  background-position: center;
  height: 100%;
}

.eyeglasslider .slider-overlay {
  background: transparent;
  height: 100%;
  align-content: flex-end;
  display: flex;
  align-items: center;
}

.eyeglasslider .item .userimg {
  /* width: 30%;
  right: 10%;
  position: absolute;
  max-width: 500px;
  top: 10%; */
  /* margin: 2px 0px 0px calc((110% - 00px) * 0.5) !important ; 2026.06.17 */
  margin: 2px 0px 0px calc((90% - 00px) * 0.5) !important ;
}

.eyeglasslider .content-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 5%;
  width: 50%;
  /* margin-left: 0%; */
  margin-left: 5%;
}

.eyeglasslider h6 {
  font-size: 25px;
  font-weight: 600;
  color: #fff;
}

.eyeglasslider p {
  color: #fff;
  margin-bottom: 10px;
}

.eyeglasslider p i {
  font-weight: 200;
}

.eyeglasslider a {
  color: #f4a300;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.eyeglasslider a img {
  width: 16px;
  margin: 0;
}

.eyeglasslider a {
  display: flex;
}

.eyeglasses .content {
  padding: 30px;
  background-color: #ffffffed;
  max-width: 390px;
  word-break: break-all;
  width: 100%;
  border-radius: 20px;
}

.eyeglasses .content p {
  margin: 0 !important;
}

.eyeglasses .content p span {
  font-size: 15px;
}

.eyeglasses .content small {
  color: #403866 !important;
  font-size: 10px !important;
}

.indiacleanvision img {
  width: 20%;
  margin: 0 70px;
}
.indiacleanvision .d-flex {
  justify-content: center;
}

.testimonia p {
  font-size: 22px;
  color: #fff;
  font-weight: 300;
  /* width: 70%; */
  line-height: 1.3;
  margin-bottom: 15px;
  margin-top: 0;
}

.testimonia h6 {
  color: var(--primary-color);
  font-size: 20px;
  font-weight: 400;
  margin-top: 1vw;
  margin-top: 0;
  margin-bottom: 5px;
}

.testimonialcarousel .row {
  padding: 50px 15px;
}

.text-yellow {
  color: #ffcc3e !important;
}

.contactjoin .bannerdiv h1 {
  text-align: start;
}

.linkarrow {
  display: flex;
  margin-top: 25px;
  font-size: 18px;
  font-weight: 600;
}

.linkarrow img {
  max-width: 25px;
  margin-left: 15px;
}

.contact_form .info {
  padding: 20px 0 80px;
}

.contact_form h1 {
  /* font-weight: 500; */
}

.contact_form .info .subheading span {
  /* font-size: 22px !important; */
  font-weight: bold !important;
  text-align: start;
  margin-bottom: 30px;
}

.contact_form .info p {
  font-size: 22px;
  font-weight: bold;
  margin: 0;
}

.contact_form .info a {
  font-size: 22px;
  margin-bottom: 30px;
  font-weight: normal;
  display: inline-block;
}

.formsection {
  background: #f2f2f2;
  padding: 40px;
  border-radius: 15px;
}

.formsection .form-control {
  border: 0 !important;
  border-radius: 7px;
}
.formsection input[type="text"],
.formsection input[type="email"],
.formsection input[type="number"] {
  border-radius: 50px;
}

.location .info h2 {
  color: #403966;
  margin-bottom: 5px !important;
}

.location .info p {
  /* font-size: 28px; */
  line-height: 1.5;
  margin-bottom: 0;
  color: #403966;
  font-weight: 400;
  width: 75%;
}

.location .locationmap {
  /* border: 2px solid; */
  border-radius: 15px;
  padding: 0;
  overflow: hidden;
}

.my-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.joinus {
  padding: 50px 80px;
}

.joinus div {
  background-color: #403966;
  padding: 30px 10px;
  text-align: center;
  border-radius: 25px;
  margin-top: 150px;
}

.joinus div p {
  color: #fff !important;
  font-size: 16px;
  font-weight: 400;
  width: 86%;
  margin: auto !important;
}

.joinus div h2 {
  color: #ffcc3e !important;
  font-weight: 400;
}

.joinus div a,
.butn:before {
  background-color: #fff !important;
  font-weight: 600;
  color: #403966 !important;
}

.How_we_serve .subheading {
  position: relative;
  width: 100%;
  text-align: center;
}

.How_we_serve .subheading span {
  /* position: absolute; */
  width: 100%;
}

.How_we_serve .row {
  margin-top: -70px;
}

.poweredby .subheading span,
.How_we_serve .subheading span {
  color: #2f284d !important;
  font-weight: 400 !important;
}

.poweredby {
  background-color: #f2f2f2;
  margin-bottom: 40px !important;
}

.ourapproach img {
  max-height: 450px;
  position: absolute;
  left: -30px;
  top: -50px;
}

.ourapproach .ourapproch01 {
  text-align: center;
}

.ourapproach .ourapproch01 img {
  max-height: 420px;
  position: absolute;
  top: -20%;
  left: 0;
}

.ourapproach .textsection {
  display: flex;
  align-items: center;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}

.textsection .text {
  margin-top: 40px;
  width: 80%;
  display: flex;
  justify-content: space-around;
  margin-bottom: 50px;
}

.w-15 {
  width: 15%;
}

.systemchanges .content {
  font-size: 24px !important;
}

.systemchanges .description {
  /* font-size: 20px !important; */
}

.systemchanges .content {
  max-width: 71% !important;
  padding: 20px;
}

.systemchanges .positionleft {
  bottom: 50px;
}

.systemchanges .heading {
  margin-bottom: 10px !important;
  color: #569e80 !important;
  font-size: 32px !important;
}

.poweredby .subheading {
  font-weight: 400 !important;
}
.poweredby .col-sm-3 {
  text-align: center;
}

.poweredby img {
  max-height: 80px;
  /* aspect-ratio: 4/1; */
}

.gallery .galleryimg0 {
  display: flex;
  align-items: center !important;
}
.gallery .galleryimg0 {
  max-height: 70px !important;
}
.gallery img {
  max-height: 100px;
  width: auto;
}

.gallery p {
  font-size: 23px !important;
}

.join_foundation {
  background: #ffcc3e;
  position: relative;
  padding: 40px 0;
}

.join_foundation h1 {
  text-align: center;
  color: #f2603b;
  font-size: 30px;
  font-weight: bold;
}

.join_foundation .svgimgright {
  width: 250px;
  position: fixed;
  top: 71%;
  left: 3%;
  opacity: 1;
  margin: 0px 0px -26px calc((50% - 980px) * 0.5);
}

.join_foundation p {
  text-align: center;
  font-size: 32px;
  line-height: 2.5rem;
  margin: 20px auto;
  font-weight: 400;
}

.join_foundation .svgimgleft {
  position: fixed;
  top: -33%;
  right: 0.5%;
  z-index: 79;
  width: 250px;
  opacity: 1;
  margin: 0px calc((40% - 550px) * 0.5) 0px 0px !important;
}

.join_foundation .butn:hover {
  color: #f2603b !important;
}

.join_foundation a {
  font-weight: 700 !important;
  margin: 0 !important;
}

/* .partnerscarousel1 .owl-stage {
  display: flex;
  align-items: center;
} */

/* .partnerscarousel1 .owl-item .item {
  width: 260px;
  height: 260px;
  border-radius: 0%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: #fff;
  flex-shrink: 0;
  transition:
    box-shadow 0.4s ease,
    border 0.4s ease;
} */

.partnerscarousel1 .owl-item .item {
  /* width: 240px;
  height: 240px; */
  /* width: 350px; */
  /* width: 100%;
  height: auto;
  border-radius: 0%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  position: relative;
  flex-shrink: 0;
  transition:
    box-shadow 0.4s ease,
    border 0.4s ease; */
}

/* .partnerscarousel1 {
  position: relative;
} */

.partnerscarousel1::after {
  /* content: "";
  position: absolute;
  top: 50%;
  left: 49.5%;
  width: 300px;
  /* height: 350px; *\/
  height: 200px;
  border: 1px solid #0000001f;
  border-radius: 7%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 20;
  /* box-shadow: 0 0 20px #00000026; *\/
  margin: 15px; */
}

.partnerscarousel1 .owl-stage {
  /* display: flex;
  align-items: center; */
}

.partnerscarousel1 .owl-item {
  /* display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px; */
}

.partnerscarousel1 .owl-item.active.center .item {
  /* width: 400px;
  height: 400px; */
}

.partnerscarousel1 .owl-item .item .image {
  /* width: 100%;
  height: 100%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: scale(0.4);
  transition: transform 0.4s ease; */
}

.partnerscarousel1 .owl-item.active.center .item .image {
  /* transform: scale(1); */
}

.w-90 {
  width: 90%;
}

.excesstoquantity p {
  max-width: 80%;
}

.bg_yellow {
  background-color: #ffcd3e !important;
}

.mission_vission .bg_yellow {
  border-radius: 15px;
  margin: 0 0 0 20px;
  padding: 40px;
  height: -webkit-fill-available;
}

.mission_vission .subheading span {
  color: #2a2750 !important;
  text-align: center;
  font-weight: 700;
  font-size: 22px;
  margin: 0 !important;
}

.mission_vission p {
  margin: 0;
  width: 90%;
}

.mission_vission img {
  max-height: 90px;
}

.our_value .row {
  justify-content: center;
  position: relative;
}

.our_value h3 {
  font-size: 20px;
}

.our_value .boxes {
  background-color: #fff;
  max-width: 36%;
  margin: 7px;
  padding: 40px;
  border-radius: 20px;
}

.our_value p {
  margin: 0;
}

.our_value .help {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.our_value .help div {
  background: #f0603b;
  width: fit-content;
  padding: 10px 50px;
  border-radius: 50px;
  text-align: center;
  color: #fff;
  margin: auto;
}

.our_value .help h3,
.our_value .help p {
  color: #fff;
  margin: 0;
}

.our_value .boxes h3 {
  margin-top: 20px;
}

.register_fund .boxes {
  border: 1px solid #3b997b;
  padding: 40px;
  text-align: center;
  margin: 0 10px;
  border-radius: 15px;
  box-shadow: 5px 4px 3px #00000057;
}

.register_fund .boxes h2 {
  color: #3b997b;
}

.register_activity {
  background-color: #3b997b;
  padding: 30px;
}

.register_activity h2 {
  color: #fff;
  font-weight: 400;
  text-align: center;
}

#register_activity .dropdown {
  width: 80%;
  position: relative;
  margin-bottom: 15px;
}

#register_activity {
  overflow: visible;
}

#register_activity .bgyellow {
  background: var(--primary-color);
  width: 100%;
  padding: 15px 25px;
  margin: 10px auto;
  border-radius: 5px;
}
.col-sm-12.report-hierarchy-group {
  padding: 0 !important;
}

#register_activity .dropdown-btn {
  background: var(--primary-color);
  color: #000;
  padding: 8px 25px;
  border-radius: 25px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
}

#register_activity a {
  color: var(--secondary-color) !important;
  font-weight: 400;
}

#register_activity span,
.grey-header-bar {
  color: #2f284d !important;
  font-size: 15px !important;
  margin: 0 !important;
  font-weight: 600 !important;
}

#register_activity .status-indicator,
#register_activity .arrow-indicator {
  font-size: 2rem !important;
  font-weight: bold;
  line-height: 1;
}

#register_activity span.arrow-indicator.active-arrow {
  color: #f0603e !important;
}

#register_activity .arrow {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #fff;
  transition: 0.3s;
}

#register_activity .dropdown.active .arrow {
  transform: rotate(180deg);
}

#register_activity .dropdown-content {
  display: none;
  border: 1px solid #888;
  margin-top: 5px;
}

#register_activity .dropdown-content div {
  padding: 10px;
  background: #ddd;
  border-bottom: 2px solid #3f3a64;
  cursor: pointer;
  font-size: 11px;
}

#register_activity .dropdown-content div:hover {
  background: #ccc;
}

#register_activity .dropdown.active .dropdown-content {
  display: block;
  width: 80%;
  margin: 3px 0 0 auto;
  position: absolute;
  z-index: 100;
  right: 0;
}

.Financial {
  background-color: #ffcc3e;
  padding: 20px;
  text-align: center;
}

.Financial h2 {
  font-size: 40px;
  color: #2f284c;
  font-weight: 400;
  margin: 0;
}

#FinancialStatements h5 {
  background-color: #f2f2f2;
  color: #2f284d;
  width: max-content;
  padding: 9px 50px;
  text-align: center;
  font-weight: 600;
  font-size: 17px;
  border-radius: 50px;
  width: 100%;
}

#FinancialStatements div {
  margin-bottom: 20px;
}

.counterwrapper div {
  /* height: -webkit-fill-available; */
  height: fit-content;
  padding: 20px auto;
  min-height: 180px;
}

.vission_mission {
  padding-top: 40px;
  text-align: center !important;
}

.vission_mission img {
  max-width: 150px;
  /* height: 150px; */
}

.vission_mission h6 {
  margin: 25px auto;
  font-size: 30px;
  font-weight: bold;
}

.vission_mission p {
  /* width: 58%; */
  margin: auto;
  font-size: 30px;
  line-height: normal;
  padding: 0 20px;
}

#otherhelp {
  background: #459a7c;
}

#otherhelp h1 {
  color: #fff !important;
  font-size: 30px !important;
}

#otherhelp .row {
  margin-top: 20px;
}

#otherhelp img {
  width: 100%;
}

#otherhelp .card {
     height: 100%;
    border-radius: 25px;
    max-height: 360px;
}

#otherhelp .card p {
  font-size: 20px;
  line-height: 25px;
  color: var(--secondary-color) !important;
}

#network p {
  font-size: 24px;
  line-height: normal;
  width: 88%;
}
#network h2 {
  font-size: 45px;
  color: #f0603e;
  margin-bottom: 0;
  margin-top: 20px;
}

#award .subheading span {
  margin: 0 !important;
}

#award {
  background-color: #fff4d6;
}

#donation {
  position: relative;
  min-height: 550px;
  background-image: url(../img/collab.jpg);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  transition: background-size 0.2s ease-out;
}

#donation .join-content {
  /* position: absolute; */
  bottom: 180px;
  left: 120px;
  max-width: 500px;
  background: #459a7c;
  padding: 30px;
  border-radius: 22px;
  text-align: center;
}

#donation .join-content p {
  color: #fff;
}

#donation .sectionbtn a {
  border-color: #fff;
}

#annualreports .subheading {
  margin-bottom: 20px;
}

#annualreports h5 {
  margin-top: 15px;
  font-weight: 600;
}
#annualreports img {
  box-shadow: 0px 0px 15px 2px #00000066;
  width: 90% !important;
}

.bgyellow .join-content {
  background-color: var(--primary-color) !important;
}

.bgyellow .join-content p {
  color: var(--secondary-color) !important;
}

.ourapproach .container-fluid {
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0;
  max-height: 400px;
  position: relative;
}

header {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 999;
  transition:
    transform 0.45s ease,
    background-color 0.35s ease,
    box-shadow 0.35s ease,
    backdrop-filter 0.35s ease;
  will-change: transform;
}

header.scrollHeader {
  position: fixed;
  top: 0;
  left: 0;
  background: #fffffff5;
  backdrop-filter: blur(10px);
  box-shadow: 0 5px 20px #00000014;
  animation: headerSlideDown 0.4s ease;
}

header.hideHeader {
  transform: translateY(-110%);
}

@keyframes headerSlideDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.navtabcontent {
  background-size: cover;
  background-position: center;
  transition: background-image 0.4s ease-in-out;
}

.bgSlideUp {
  animation: bgSlideUp 0.6s ease;
}

@keyframes bgSlideUp {
  from {
    opacity: 0;
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.svgimgright,
.svgimgleft {
  filter: blur(10px);
  opacity: 0.3;
  transform: scale(1.08);
  transition: none;
  will-change: filter, opacity, transform;
}

.navtabcontent {
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}

.bgAnimate {
  animation: bgReveal 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
}

@keyframes bgReveal {
  0% {
    opacity: 0.4;
    transform: scale(1.06) translateY(30px);
    filter: blur(8px);
  }

  100% {
    opacity: 1;
    transform: scale(1) translateY(0);
    filter: blur(0);
  }
}

.diliverscontent {
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.bgFadeUp {
  animation: bgFadeUp 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
}

@keyframes bgFadeUp {
  0% {
    opacity: 0.4;
    transform: translateY(50px) scale(1.04);
  }

  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

section {
  opacity: 0;
}

section.animate__animated {
  opacity: 1;
}

.spotlight .image {
  margin: 10px;
  height: 120px;
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.animation {
  opacity: 0;
}

.animation.show-animation {
  opacity: 1;
}

.menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu > li {
  position: relative;
}

.submenu {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  padding: 10px 0;
  margin: 0;
  list-style: none;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: 0.3s ease;
  z-index: 999;
  box-shadow: 0 10px 25px #00000014;
}

.dropdown-menu-custom:hover .submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.submenu li {
  display: block;
}

.submenu li a {
  padding: 10px 30px;
  text-decoration: none;
  font-weight: 500;
  opacity: 1;
  text-align: center;
  width: 220px;
}

.arrow {
  font-size: small !important;
  margin: 0 !important;
  margin-left: 5px !important;
}

.dropdown-menu-custom a {
  display: flex;
  align-items: center;
}

.dropdown-menu-custom .submenu li {
  margin-right: 0 !important;
}

.dropdown-menu-custom a .arrow i {
  font-size: 15px;
}

.mobile .dropdown-menu-custom .arrow {
  display: none;
}

ul.submenu.sub-menu.open {
  display: block !important;
}

li.dropdown-menu-custom.has-sub.active {
  display: block !important;
}

.mobile .submenu {
  visibility: visible !important;
}

.footer ul a:hover {
  border: none !important;
}

#award .row img {
  /* width: 300px;
  aspect-ratio: 4/2;
  object-fit: contain;
  display: block; */
  height: 100px;
  width: auto;
}
#award .row {
  justify-content: center !important;
}
#award .row div {
  text-align: center;
  margin-bottom: 50px;
}

#gallery .image {
  text-align: center;
}
#gallery .image img {
  /* height: 300px; */
  /* aspect-ratio: 5 / 5; */
  width: auto;
  /* height: max-content; */
}

.ourstorydonantion {
  background-size: cover;
  min-height: 400px !important;
}

.ourstorydonantion .join-content {
  bottom: 25% !important;
}

.pointer {
  cursor: pointer !important;
}

.leadership {
  text-align: center !important;
}
.leadership .row {
  justify-content: center !important;
}
.leadership .imagebox_text {
  width: 200px;
}
.leadership .imagebox {
  /* margin-bottom: 20px;
  border-radius: 25px;
  overflow: hidden;
  height: 300px; */

  border-radius: 15px;
  overflow: hidden;
  /* height: 200px; */
  width: 200px;
  margin: 0px auto 10px auto;
}
.leadership .imagebox .img {
  max-height: 200px;
  width: 200px;
  overflow: hidden;
  border-radius: 15px !important;
}

#offcanvasWithBothOptions {
  width: 50%;
}

.trusteedetails h4,
.trusteedetails h5 {
  font-weight: 400;
}

.trusteedetails img {
  border-radius: 25px;
}

.trusteedetails h2 {
  font-size: 25px;
  margin-bottom: 0 !important;
}
.trusteedetails h4 {
  font-size: 20px;
  margin: 15px 0;
}
.trusteedetails h5 {
  font-size: 18px;
  margin-top: 20px;
  line-height: 30px;
  margin-left: 15px;
}
.row.trusteedetails {
  margin-left: 15px;
}

.leadership .row h6 {
  /* font-size: 25px; */
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0 !important;
}
.leadership .row p {
  /* font-size: 25px; */
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}

.trusteedetails button {
  border: 1px solid var(--secondary-color);
  padding: 5px 30px;
  background-color: transparent;
  color: var(--secondary-color);
  border-radius: 50px;
  font-size: 20px;
}

.linepattern {
  background-image: url(../img/linepattern.svg);
  height: 15px;
  width: 100%;
  margin-top: 10px;
}

.pt0 {
  padding-top: 0 !important;
}

.py40 {
  padding: 40px 0;
}

.tabsection .nav-item button {
  padding: 20px 5px !important;
  height: 20px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 18px !important;
  font-weight: 600;
  border-radius: 60px !important;
  color: #403866 !important;
}

a.logo {
  border: none !important;
}

footer .logo {
  margin-left: 0 !important;
}

.socialicon_vertical li span:hover {
  background-color: var(--highlight-color);
}

.deliver .sub-header .heading {
  font-size: 25px !important;
}

.catalyse .bgpartner {
  background-image: url("../img/catalyse.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  min-height: 400px;
}

.video-header {
  position: relative !important;
}

.leadership_join .join-content,
.reports_join .join-content {
  background-color: var(--primary-color);
  min-height: max-content;
}

.leadership_join .join-content a {
  border: none !important;
  /* font-size: 17px !important; */
}

.counter .till {
  color: #403866 !important;
  font-size: 12px;
  padding: 0;
}

.testimonia .row {
  justify-content: center !important;
}
.How_we_serve {
  padding-top: 0 !important;
}
#award .subheading p {
  font-size: 24px;
  line-height: 1.2;
}

.leadership .pointer {
  overflow: hidden;
}

.leadership .pointer img {
  /* width: 100%;
  transition: transform 0.4s ease; */
  /* height: 100%; */
  transition: transform 0.4s ease;
  border-radius: 15px;
}

.leadership .pointer:hover img {
  transform: scale(1.08);
}

.spotlight .subheading,
#award .subheading,
#ourmodal .subheading,
.poweredby .subheading,
.leadership .subheading {
  margin-bottom: 40px;
}

.contactleadership_join .join-content {
  background-color: var(--secondary-color);
  padding: 30px 25px;
}
.contactleadership_join .join-content p {
  color: #fff !important;
}

.contactleadership_join .join-content .butn:hover {
  color: #fff !important;
}
.contactleadership_join p {
  font-size: 22px !important;
}

.menu_area {
  margin-top: 20px;
}

.How_we_serve a:focus {
  /* color: #fff !important; */
  text-decoration: none;
  background: #2f284d !important;
  /* border: none !important; */
}

.eyeglasslider .owl-nav,
.testimonialcarousel .owl-nav {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  width: 100%;
  padding: 0 50px;
}

.eyeglasslider .owl-nav svg {
  fill: #fff !important;
}

.captcha-wrapper {
  transform: scale(0.7);
  transform-origin: 0 0;
}

#fundingbottom .join-content {
  background-color: var(--primary-color) !important;
}

.donate_info .subheading h1 {
  color: var(--highlight-color) !important;
}

.donate_info .subheading h1 a {
  color: var(--highlight-color) !important;
  /* text-decoration: underline !important; */
}
.donate_info .subheading p {
  font-weight: 400;
  font-size: 27px;
  margin: 0 !important;
}

/* All styles are scoped strictly inside #donateform */
#donateform {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  background-color: #f9f9f9;
}

#donateform .form-container {
  width: 100%;
  /* max-width: 750px; */
  background: #ffffff;
  border: 1px solid #707070;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
}

#donateform .form-container * {
  box-sizing: border-box;
  font-size: 12px !important;
  /* color: var(--secondary-color) !important; */
  color: #000 !important;
  font-weight: 500 !important;
}

#donateform .form-container .text {
  margin-bottom: 0 !important;
}

/* Header Banner */
#donateform .form-header {
  background-color: var(--secondary-color);
  color: #ffffff !important;
  text-align: center;
  padding: 14px;
  font-size: 20px !important;
  font-weight: 500 !important;
  letter-spacing: 0.5px;
}

#donateform form {
  padding: 24px 35px;
}

/* Radio Buttons Section */
#donateform .radio-group {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-bottom: 24px;
}

#donateform .radio-label {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #333;
  cursor: pointer;
  position: relative;
}

#donateform .radio-label input[type="radio"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

#donateform .custom-radio {
  height: 14px;
  width: 14px;
  border: 1px solid #707070;
  border-radius: 50%;
  margin-right: 8px;
  display: inline-block;
  position: relative;
  margin-bottom: 0 !important;
}

#donateform .radio-label input[type="radio"]:checked + .custom-radio.required {
  background-color: #e26941;
  border-color: #e26941;
}

#donateform
  .radio-label
  input[type="radio"]:checked
  + .custom-radio:not(.required) {
  background-color: #707070;
}

/* Grid layout for Inputs */
#donateform .input-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 24px;
  row-gap: 16px;
  margin-bottom: 20px;
}

#donateform .input-field input,
.formsection .form-control {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid #999999;
  border-radius: 4px;
  font-size: 14px;
  color: #333;
  outline: none;
  background-color: #fff;
}

#donateform .input-field input::placeholder,
.formsection .form-control::placeholder {
  color: #888888;
}

/* Customizing Date input to resemble an icon container */
#donateform .date-wrapper {
  position: relative;
}

#donateform .date-wrapper::after {
  content: "📅";
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #999;
  pointer-events: none;
}

/* Donation section text */
#donateform .donation-section {
  margin-top: 20px;
}

#donateform .section-title {
  font-size: 14px;
  color: #444;
  margin-bottom: 12px;
}

/* Amount Grid Buttons */
#donateform .amount-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-bottom: 14px;
}

#donateform .amount-btn {
  background-color: #f2f2f2;
  border: none;
  border-radius: 25px;
  padding: 7px 14px;
  font-size: 14px;
  color: #333;
  cursor: pointer;
  font-weight: 500;
  transition: background 0.2s;
  font-size: 18px !important;
}

#donateform .amount-btn:hover {
  background-color: #2f284d !important;
  color: #fff !important;
}

/* Custom amount pill bar container */
#donateform .custom-amount-btn {
  width: 40%;
  background: transparent;
  border: 1px solid #707070;
  border-radius: 4px;
  padding: 10px 100px;
  font-size: 18px !important;
  color: #333;
  cursor: pointer;
  margin-bottom: 24px;
}

.donate_info .section-title01 .subheading {
  width: 100% !important;
}

.custom-btn {
  display: flex;
  justify-content: center;
}

/* Checkbox alignment and text spacing */
#donateform .checkbox-section {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 28px;
}

#donateform .checkbox-label {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #222;
  cursor: pointer;
  position: relative;
  line-height: 1.4;
}

#donateform .checkbox-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

#donateform .custom-checkbox {
  min-width: 20px;
  min-height: 20px;
  width: 20px;
  height: 20px;
  border: 1px solid #e26941;
  border-radius: 2px;
  margin-right: 10px;
  margin-bottom: 0 !important;
  display: inline-block;
}

#donateform .checkbox-label input:checked + .custom-checkbox {
  background-color: #e26941;
  position: relative;
}

#donateform .checkbox-label input:checked + .custom-checkbox::after {
  content: "✓";
  position: absolute;
  color: white;
  font-size: 15px;
  left: 3px;
  top: -2px;
}

#donateform .policy-link {
  font-size: 10px !important;
  color: #4a66a0 !important;
  text-decoration: underline;
  margin-left: 0;
  font-style: italic;
}

/* Large Submit Action Button */
#donateform .submit-container {
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
}

#donateform .donate-submit-btn {
  background-color: #e26941;
  color: #fff !important;
  border: none;
  border-radius: 25px;
  width: 100%;
  max-width: 300px;
  padding: 7px 14px;
  font-size: 18px !important;
  font-weight: 400 !important;
  letter-spacing: 1px;
  cursor: pointer;
  box-shadow: 0 4px 6px rgba(226, 105, 65, 0.2);
  transition: opacity 0.2s;
}

#donateform .donate-submit-btn:hover {
  opacity: 0.9;
}

/* Payment Icons Segment styling */
#donateform .payment-methods {
  display: flex;
  justify-content: center;
  gap: 8px;
}

#donateform .payment-logo {
  font-size: 9px;
  border: 1px solid #000;
  padding: 3px 6px;
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: bold;
}

/* Responsive adjustments for mobile layouts */
@media (max-width: 600px) {
  #donateform form {
    padding: 16px 16px;
  }
  #donateform .input-grid {
    grid-template-columns: 1fr;
  }
  #donateform .amount-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Styling for when a fixed amount button is clicked/selected */
#donateform .amount-btn.active {
  background-color: #2f284d; /* Matches the theme's orange color */
  color: #fff !important;
}

/* Styling for when the Custom button is clicked/selected */
#donateform .custom-amount-btn.active {
  border-color: #e26941;
  background-color: rgba(226, 105, 65, 0.05); /* Light orange tint accent */
  color: #e26941;
  font-weight: bold;
}

/* Custom text input style (matches your other form text inputs) */
#donateform .custom-amount-input {
  width: 40%;
  padding: 15px 14px;
  border: 1px solid #e26941; /* Highlights in orange to signal active choice */
  border-radius: 4px;
  font-size: 14px;
  color: #333;
  outline: none;
  background-color: #fff;
  box-sizing: border-box;
  margin-bottom: 24px !important;
}
.custom-amount-input::-webkit-outer-spin-button,
.custom-amount-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.custom-amount-input {
  -moz-appearance: textfield;
}

/* Optional standard style for Custom Button container sizing */
#donateform .custom-btn {
  width: 100%;
  margin-bottom: 24px;
}

.partnerscarousel1 .owl-nav {
  /* position: absolute !important; */
}

.ourlocation .info a {
  display: flex;
  align-items: flex-end;
}

#register_activity sup {
  margin-right: 2px;
}

footer .footermenu {
  /* height: 260px !important; */
}
footer .footermenu ul {
  height: 97%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

i.fa-brands.fa-whatsapp {
  color: #438f00 !important;
}

.dontate_btn a {
  width: 150px !important;
  height: 35px;
}

a.simple-link-box:hover {
  background-color: var(--primary-color) !important;
  opacity: 0.9;
}

a.grey-header-bar {
  border: 1px solid #e0e0e0 !important;
}
a.grey-header-bar:hover,
a.grey-header-bar:active,
a.grey-header-bar:focus {
  background-color: #eaeaea !important;
  border: none;
}

.modalbtn {
  font-size: 15px !important;
}
section.vission_mission {
  padding: 80px 0;
}

.trustee-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.trustee-grid .pointer {
  width: max-content;
}

.noborder {
  border: none !important;
}

/*  New Our partner slider css  */ /* New Our Partner Slider CSS */

.partnerscarousel1 {
  position: relative;
  padding: 20px 0;
}

/* Center Box */
.partnerscarousel1::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 350px;
  height: 220px;
  border: 1px solid #ddd;
  border-radius: 15px;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 10;
}

.partnerscarousel1 .owl-item {
  height: 220px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.partnerscarousel1 .item {
  width: 300px;
  height: 220px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.partnerscarousel1 .image {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.partnerscarousel1 .image img {
  width: auto;
  height: auto;
  max-width: 380px;
  max-height: 280px;
  transform: scale(0.4);
  transform-origin: center center;
  transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}

/* Active Center Logo */
.partnerscarousel1 .owl-item.center .image img {
  opacity: 1;
  max-width: 340px;
  transform: scale(1);
  transition-delay: 0.35s;
}

/* Optional: Slight fade for side logos */

/* Owl Navigation */
.partnerscarousel1 .owl-nav {
  text-align: center;
  margin-top: 30px !important;
}

.partnerscarousel1 .owl-nav button {
  font-size: 40px !important;
  margin: 0 15px !important;
}

.partnerscarousel1 .owl-nav button span {
  padding: 0 15px;
}

.partnerscarousel1 .owl-dots {
  display: none;
}

/* Responsive */
@media (max-width: 991px) {
  #network h2 {
    text-align: center !important;
  }
  #network p {
    margin-top: 0 !important;
  }

  .navbar ul ul li a {
    text-align: start !important;
    margin-left: 15% !important;
  }

  .partnerscarousel1::after {
    width: 300px;
    height: 200px;
  }

  .partnerscarousel1 .owl-item {
    height: 200px;
  }

  .partnerscarousel1 .item {
    height: 200px;
  }
}

@media (max-width: 767px) {
  .trusteedetails a{
    margin: auto !important;
  }
  #donateform .custom-amount-btn{
        padding: 10px 80px !important; 
  }
  .partnerscarousel1::after {
    width: 260px;
    height: 180px;
  }

  .partnerscarousel1 .owl-item {
    height: 180px;
  }

  .partnerscarousel1 .item {
    height: 180px;
  }

  .partnerscarousel1 .image img {
    max-width: 220px;
    max-height: 120px;
  }

  .partnerscarousel1 .owl-item.center .image img {
    max-width: 240px;
  }
}

/* .partnerscarousel1 .owl-item.active.center, .partnerscarousel1 .owl-item.active.center .item, .partnerscarousel1 .owl-item.active.center .item .image, .partnerscarousel1 .owl-item .image img {
  width: 350px !important;
} */

/* ENd */

/*  Our Partner Slider css */
#ourpartnerslider {
  overflow-x: hidden;
  font-family: Arial, sans-serif;
}

#ourpartnerslider .partner-section {
  padding: 60px 20px;
}

#ourpartnerslider .partner-heading {
  text-align: center;
  margin-bottom: 50px;
}

#ourpartnerslider .partner-heading h5 {
  color: #666;
  margin-bottom: 10px;
}

#ourpartnerslider .partner-heading h2 {
  max-width: 900px;
  margin: auto;
  font-size: 32px;
  line-height: 1.4;
}

#ourpartnerslider .slider-container {
  position: relative;
  width: 100%;
  /* max-width: 1400px; */
  margin: auto;
  height: 300px;
  overflow: hidden;
}

#ourpartnerslider .center-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 400px;
  height: 240px;
  border: 2px solid #ddd;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  z-index: 1;
}

#ourpartnerslider .slider-track {
  position: relative;
  width: 100%;
  height: 100%;
}

#ourpartnerslider .logo-item {
  position: absolute;
  top: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.8s ease;
}

#ourpartnerslider .logo-item img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transform: scale(1);
  transition: transform 0.8s ease;
}

#ourpartnerslider .logo-left-2 {
  left: 8%;
  width: 300px;
  height: 100px;
  transform: translate(-50%, -50%) scale(0.5);
}

#ourpartnerslider .logo-left-1 {
  left: 25%;
  width: 300px;
  height: 100px;
  transform: translate(-50%, -50%) scale(0.65);
}

#ourpartnerslider .logo-center {
  left: 50%;
  width: 400px;
  height: 240px;
  z-index: 10;
  transform: translate(-50%, -50%) scale(1);
}

#ourpartnerslider .logo-center img {
  max-width: 350px;
  max-height: 180px;
  transform: scale(1);
  transition: transform 0.8s ease 0.35s;
}

#ourpartnerslider .logo-right-1 {
  left: 75%;
  width: 300px;
  height: 100px;
  transform: translate(-50%, -50%) scale(0.65);
}

#ourpartnerslider .logo-right-2 {
  left: 92%;
  width: 300px;
  height: 100px;
  transform: translate(-50%, -50%) scale(0.5);
}

#ourpartnerslider .controls {
  text-align: center;
  margin-top: 30px;
}

#ourpartnerslider .controls button {
  border: none;
  background: #fff;
  font-size: 42px;
  cursor: pointer;
  padding: 0 15px;
}

@media (max-width: 1199px) {
  #ourpartnerslider .slider-container {
    height: 250px;
  }

  #ourpartnerslider .center-box {
    width: 320px;
    height: 200px;
  }

  #ourpartnerslider .logo-center {
    width: 320px;
    height: 200px;
  }

  #ourpartnerslider .logo-center img {
    max-width: 240px;
  }

  #ourpartnerslider .logo-left-1 {
    left: 18%;
  }

  #ourpartnerslider .logo-right-1 {
    left: 82%;
  }
}

@media (max-width: 767px) {
  #ourpartnerslider .partner-heading h2 {
    font-size: 24px;
  }

  #ourpartnerslider .slider-container {
    height: 300px;
  }

  #ourpartnerslider .center-box {
    width: 100%;
  }

  #ourpartnerslider .logo-center {
    width: 250px;
    height: 150px;
  }

  #ourpartnerslider .logo-center img {
    max-width: 350px;
    max-height: 140px;
  }

  #ourpartnerslider .controls button {
    font-size: 32px;
  }
}
/*  Our Partner Slider css */

.partner-slider-section {
  background: #fff;
}

.partner-slider-wrapper {
  width: 100%;
  overflow: hidden; /* Required for marquee effect */
  position: relative;
  padding: 15px 0; /* Extra space for zoom */
}

.partner-slider-track {
  display: flex;
  align-items: center;
  width: max-content;
  animation: partnerScroll 40s linear infinite;
}

.partner-slider-wrapper:hover .partner-slider-track {
  animation-play-state: paused;
}

.partner-item {
  flex-shrink: 0;
  width: 180px;
  margin: 0 30px; /* More spacing between logos */
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 10px;
}

.partner-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.partner-item img {
  max-width: 117%;
  /* height: 80px; */
  object-fit: contain;
  transition: all 0.35s ease;
  transform-origin: center center;
  /* aspect-ratio: 3 / 2;*/
}

.partner-item:hover {
  z-index: 999;
}

.partner-item:hover img {
  transform: scale(1.15);
}

@keyframes partnerScroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@media (max-width: 768px) {
  .partner-item {
    width: 120px;
    margin: 0 15px;
  }

  .partner-item img {
    height: 60px;
  }
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 700px !important;
  }
}

.counterwrapper .echart img {
  padding: 10px !important;
  height: 220px;
}

.navtabcontent {
  position: relative;
  overflow: hidden;
}

/* slider move acc. to click direction */
.slide-left {
  animation: slideLeft 0.6s ease forwards;
}

.slide-right {
  animation: slideRight 0.6s ease forwards;
}

@keyframes slideLeft {
  from {
    opacity: 1;
    transform: translateX(100px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideRight {
  from {
    opacity: 1;
    transform: translateX(-100px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* slider move acc. to click direction */

.ourapproach a:hover {
  background: transparent !important;
}

.bgFadeUp {
  animation: bgFadeUp 0.8s ease forwards;
}

@keyframes bgFadeUp {
  from {
    opacity: 1;
    transform: scale(1.03);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* Research tabs */

.slide-right-smooth {
  animation: slideRightSmooth 0.65s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.slide-left-smooth {
  animation: slideLeftSmooth 0.65s cubic-bezier(0.22, 0.61, 0.36, 1);
}

@keyframes slideRightSmooth {
  from {
    opacity: 1;
    transform: translateX(60px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideLeftSmooth {
  from {
    opacity: 1;
    transform: translateX(-60px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.img06 img {
  max-height: 80px;
}

.join_foundation h6 {
  font-weight: 400 !important;
  font-size: 20px;
  margin-top: 20px  !important;
}

h6.ShowOpportunities {
  font-size: 18px;
  font-weight: 400;
}

h6.ShowOpportunities a{
  font-weight: 600;
  background-color: transparent !important;
}
h6.ShowOpportunities a:hover{
  text-decoration: underline !important;
}

.contactleadership_join h6.ShowOpportunities, .contactleadership_join h6.ShowOpportunities a {
  color: #fff !important;
}

.join_foundation .bgorange {
  background-color: #f2603b !important;
}
.join_foundation .bgorange:hover {
  /* color: #fff !important; */
}

.contactleadership_join #ShowOpportunities .bgorange, .leadership_join #ShowOpportunities .bgorange{
  margin-bottom: 24px !important;
}

.input-container {
  position: relative;
}

.custom-placeholder {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #999 !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  pointer-events: none;
}

.custom-placeholder .required {
  color: red;
  display: inline;
}

textarea + .custom-placeholder {
  top: 10px;
  transform: none;
}

.required {
  color: #ff0000;
}

.custom-placeholder.hidden {
  opacity: 0;
  visibility: hidden;
}

.gallerycarousel .image {
  position: relative;
  overflow: hidden;
}

.gallerycarousel .image img {
  width: 100%;
  display: block;
  transition: transform 0.4s ease;
}

.gallerycarousel .image p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  margin: 0;
  padding: 15px;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);

  opacity: 0;
  visibility: hidden;
  transform: translateY(100%);
  transition: all 0.4s ease;
}

.gallerycarousel .image:hover p {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.gallerycarousel .image:hover img {
  transform: scale(1.05);
}
