.mb-10 {
  margin-bottom: 10px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mb-70 {
  margin-bottom: 70px;
}
.mb-80 {
  margin-bottom: 80px;
}
.mb-90 {
  margin-bottom: 90px;
}
.mb-100 {
  margin-bottom: 100px;
}

.mt-10 {
  margin-top: 10px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-60 {
  margin-top: 60px;
}
.mt-70 {
  margin-top: 70px;
}
.mt-80 {
  margin-top: 80px;
}
.mt-90 {
  margin-top: 90px;
}
.mt-100 {
  margin-top: 100px;
}

.pb-10 {
  padding-bottom: 10px;
}
.pb-15 {
  padding-bottom: 15px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pb-40 {
  padding-bottom: 40px;
}
.pb-50 {
  padding-bottom: 50px;
}
.pb-60 {
  padding-bottom: 60px;
}
.pb-70 {
  padding-bottom: 70px;
}
.pb-80 {
  padding-bottom: 80px;
}
.pb-90 {
  padding-bottom: 90px;
}
.pb-100 {
  padding-bottom: 100px;
}

.pt-10 {
  padding-top: 10px;
}
.pt-15 {
  padding-top: 15px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-30 {
  padding-top: 30px;
}
.pt-40 {
  padding-top: 40px;
}
.pt-50 {
  padding-top: 50px;
}
.pt-60 {
  padding-top: 60px;
}
.pt-70 {
  padding-top: 70px;
}
.pt-80 {
  padding-top: 80px;
}
.pt-90 {
  padding-top: 90px;
}
.pt-100 {
  padding-top: 100px;
}

/* .menu-last-link {
  margin-right: 40px;
} */
.bg-mumbai {
  background: url("../img/IloveMumbai5.png") no-repeat;
  background-size: cover;
  background-position: center center;
  padding-bottom: 0px;
}
.red {
  color: var(--oxpins-red);
}
.icon-red {
  color: var(--oxpins-red);
}
.orange {
  color: var(--oxpins-orange);
}
.founder-title {
  line-height: 55px;
}

.red-bg-cta {
  background-color: #b90000;
  /* padding: 50px 0 50px 60px; */
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}
.bg-cta-image {
  /* background: url("../img/Asset 1.png") no-repeat; */
  background-size: contain;
  background-position: center right;
  padding: 15px 0;
  position: relative;
}
.cta-bg-img {
  float: right;
  width: 20%;
  opacity: 0.25;
  position: absolute;
  right: 0;
  bottom: 0;
}
.cta-title-padding {
  padding: 35px 0 35px 40px;
}
.cta-title {
  line-height: 55px;
  color: var(--oxpins-white);
  letter-spacing: 0.5px;
  font-size: 40px;
}
.cta-btn {
  background-color: var(--oxpins-white);
  color: var(--oxpins-black);
  display: inline-flex;
  align-items: center;
  padding: 8px 40px 8px;
}

.cta-btn span {
  height: 50px;
  width: 50px;
  background-color: var(--oxpins-red);
}
.mainImg {
  z-index: 2;
  /* bottom: -35px; */
  position: relative;
}
.mainImg img {
  width: 100%;
}
.thm-btn:hover .main-menu__volunteers-icon {
  background-color: var(--oxpins-red);
}
#greyColor li p {
  color: var(--oxpins-gray);
}
.work-title {
  font-size: 45px;
  font-weight: 700;
  line-height: 55px;
}
.counter-one {
  padding: 60px 0px 40px;
  margin-top: 0px;
}
.feature-four__icon .icon-bonus::before,
.feature-four__icon .icon-fingerprint-scan::before,
.feature-four__icon .icon-account::before {
  color: white;
}
.faq-page {
  padding: 70px 0 70px;
}

.events-one__content p {
  line-height: 22px;
  margin-top: 10px;
}
.bg-color-icon {
  background-color: var(--oxpins-orange);
}
.bg-color-icon p {
  color: var(--oxpins-white);
}
.title-work {
  margin-bottom: 8px;
}
.phone-img {
  /* height: 450px; */
  /* width: 100%; */
}
.beforeImg::before {
  background: #46464630;
}
.fa-mask-face::before {
  content: "\e1d7";
}
.instaFeed .owl-nav {
  position: absolute;
  width: 100%;
  top: 35%;
  display: flex;
  grid-template-columns: 1fr auto;
  justify-content: space-between !important;
}
.instaFeed .owl-nav button {
  background-color: #fff;
  border-radius: 50px;
  padding: 3px;
}
.instaFeed .owl-nav button span {
  font-size: 35px;
  height: 35px;
  width: 35px;
  display: block;
  align-content: center;
  background: white;
  border-radius: 50px;
  color: var(--oxpins-red);
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  background: none;
}
.footLink:hover {
  color: var(--oxpins-gray);
}
.lineTest {
  width: 2px;
  height: 20px;
  position: relative;
  bottom: -4px;
  background-color: var(--oxpins-gray);
  margin: 0 10px;
  display: inline-block;
}
.vimi_text {
  color: #fff;
  margin-top: 20px;
}
.feature-one__single--two.colorBg {
  /* background: hsla(24, 100%, 50%, 1); */

  /* background: linear-gradient(
    180deg,
    hsla(24, 100%, 50%, 1) 0%,
    hsla(24, 100%, 50%, 1) 39%,
    hsla(0, 100%, 61%, 1) 100%
  ); */
  background: unset;
}
.feature-one__single--two.colorBg- {
  /* background: hsla(24, 100%, 50%, 1);

  background: linear-gradient(
    180deg,
    hsla(24, 100%, 50%, 1) 0%,
    hsla(24, 100%, 50%, 1) 39%,
    hsla(0, 100%, 61%, 1) 100%
  ); */
  background: unset;
}

.bg-Work {
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
  padding: 20px;
  border-radius: 20px;
}
.past-work-img {
  width: 100%;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
}

.about-six__image__one-::after {
  position: absolute;
  left: -25px;
  top: 0;
  width: 65%;
  height: 61.6%;
  content: "";
  background-color: var(--oxpins-orange);
  z-index: -1;
  border-radius: 6px;
}
.conditions {
  margin-left: 10px;
}
.link-site:hover a {
  color: var(--oxpins-red);
}
.link-site a {
  color: var(--oxpins-red);
}
.events-one__carousel {
  padding: 0px 20px;
}
.copyright-br {
  border-top: 1px solid #c5c5c5;
  opacity: 0.8;
  padding-top: 10px;
}
.moretext {
  display: none;
}
.stricky-fixed
  .sticky-header__content
  .main-header-five.stricky-header
  .main-menu__list
  > li.current {
  color: var(--oxpins-orange);
}
.row-gap {
  row-gap: 40px;
}
.counter-two__inner {
  border-radius: 30px;
  background-color: var(--oxpins-orange);
  overflow: hidden;
  padding: 25px;
}
.pillar {
  /* background-color: #333; */
}
.about-two__img.covid img {
  width: 100%;
}
.pillar {
  /* background: url("../images/shapes/service-shape-1.png"); */
  background-size: cover;
  background-position: center;
  /* background-color: #ececec; */
}
.service-one__shape {
  right: -37px;
  left: unset;
}
.service-one__shape {
  background-size: contain;
  height: 190px;
}
.card-inner {
  background-color: hsla(24, 100%, 50%, 1);

  background: linear-gradient(
    180deg,
    hsla(24, 100%, 50%, 1) 0%,
    hsla(24, 100%, 50%, 1) 39%,
    hsla(0, 100%, 61%, 1) 100%
  );
}
.feature-two__icon span {
  color: var(--oxpins-white);
}
.feature-two__title {
  font-size: 16px;
  line-height: 25px;
  color: #fff;
}
.counter-- {
  position: relative;
}
.onee .toww {
  height: 500px;
  width: 500px;
  background-color: #fff;
  border-radius: 50px;
  position: absolute;
}
.help__title a,
.help__text {
  color: var(--oxpins-white) !important;
  /* opacity: 1; */
}
.fa-bag-shopping::before {
  content: "\f290";
}
.mainDiv {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.main-menu .main-menu__list > li > ul > li.current > a {
  color: var(--oxpins-base);
}
.pad-b-80 {
  padding-bottom: 80px;
}
.bg-cream {
  background-color: var(--oxpins-extra);
}
.about-pd {
  padding: 60px 0 40px;
}
.feature-one__single {
  padding: 15px 15px;
}
.feature-one__top-icon {
  height: 50px;
  width: 50px;
}
.feature-one__top-icon {
  font-size: 20px;
}
.feature-one__single {
  margin-bottom: 0px;
}
.vimi_text p {
  font-size: 15px;
  line-height: 25px;
  padding-bottom: 20px;
  color: #000;
}
.feature-one__top-title a {
  color: #000;
}
.feature-five__item {
  padding: 30px 35px;
}
.moretext,
.moretext2 {
  display: none;
}
.feature-five__item__text {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}
.feature-five__inner {
  margin-top: 0px;
}
.why-choose-one__box__title {
  font-size: 30px;
  font-weight: 700;
}
.readMore {
  color: var(--oxpins-primary);
}
.readMore:hover {
  color: var(--oxpins-black2);
  text-decoration: underline;
  transition: 2s ease;
}
.why-choose-one__box {
  border-radius: 20px;
  padding: 20px 40px;
  box-shadow: 0px 0px 13px #ececec;
  height: 100%;
}
.rg-3 {
  row-gap: 30px;
}
.isotopes-btn {
  padding: 5px 20px;
  box-shadow: unset;
  border: unset;
  margin: 0px 0px 10px 10px;
}
.menu-filter.pb-5 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.clamp-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
  /* Number of lines to show */
  transition: max-height 0.3s ease-in-out;
}
.gallery-one__bottom {
  padding-top: 30px;
  padding-bottom: 30px;
}
#beautificationUl {
  justify-content: center;
  display: flex;
  height: 100% !important;
}
.clamp-text.expanded {
  -webkit-line-clamp: unset;
  /* Removes the clamping */
}
.gallery-one__top-title {
  font-size: 40 px;
  line-height: 50px;
  letter-spacing: -0.04em;
}
.awardsImg {
  /* border-radius: 10px; */
}
.error-page {
  padding: 28px 0 60px;
  background-color: #fff;
}
.awardTitle {
  font-size: 17px;
  line-height: 28px;
  font-weight: 600;
  margin-top: 10px;
  text-align: center;
}
.beautificationImg {
  width: 100%;
}
.about-three__text-1,
.about-two__text-1,
.about-three__text-2,
.about-one__text,
.events-one__text-1,
.about-six__content__text {
  text-align: justify;
}
.cardsWork {
  padding: 30px;
  box-shadow: 0px 0px 20px #ececec;
  border-radius: 30px;
}
.error-page__title-2 {
  font-family: var(--oxpins-font-two);
  font-size: 300px;
}
.error-page__title {
  font-family: var(--oxpins-font-two);
  font-size: 300px;
}
.error-page__title-box {
  position: relative;
  display: flex;
  z-index: 2;
  flex-direction: column;
  align-items: center;
}
.notfoundBtn {
  width: fit-content;
  margin: 0;
}
.gallery-one__top {
  padding: 30px 0 0;
}
.beautificationTitle {
  font-size: 35px;
  line-height: 45px;
}
#allLoader {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.75) url(../img/loading2.gif) no-repeat center
    center;
  z-index: 10000;
}
.become-volunteer-page__input textarea {
  /* height: 58px; */
  width: 100%;
  border: none;
  outline: none;
  background-color: var(--oxpins-extra);
  color: #707876;
  font-size: 14px;
  padding: 0 30px;
  border-radius: var(--oxpins-bdr-radius);
  font-weight: 400;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .events-one {
    padding: 60px 0 120px;
  }
  .events-one__left {
    margin-top: 10px;
    margin-bottom: 30px;
  }
}
@media (max-width: 1399px) {
  .main-header-five__inner {
    padding: 10px 25px;
  }
}
@media (max-width: 1024px) {
    .flex-column-reverse-sm {
        flex-direction: column-reverse;
    }
  #beautificationUl {
    flex-wrap: wrap;
  }
  .about-pd {
    padding: 60px 0 0px;
  }
  .about-three__text-2 {
    /* font-size: 16px; */
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .about-three,
  .feature-one {
    padding: 30px 0px 30px;
  }
  .main-header-five__btn {
    display: none;
  }
  .cta-bg-img {
    width: 35%;
  }
  .section-title__title {
    font-size: 34px;
  }
  .about-three__img-two {
    display: none;
  }
  .float-up {
    order: 1;
  }
  .pad-b-80 {
    padding-bottom: 60px;
  }
  .about-two__right,
  .about-three__left {
    margin-top: 30px;
  }
  .section-title {
    margin-top: 0px;
  }
  .flex-column-reverse {
    flex-direction: column-reverse;
  }
  .counter-one__single {
    flex: auto;
    max-width: unset;
    margin-bottom: 20px;
  }
  .counter-one__inner {
    padding: 30px 0 30px;
  }
}
@media (max-width: 770px) {
  .custom-cursor__cursor,
  .custom-cursor__cursor-two {
    display: none;
  }
  .counter-one__single {
    flex: auto;
    max-width: unset;
  }
  .float-up {
    order: 1;
  }
  .donation {
    padding: 60px 0px 60px;
  }
  /* .float-up- {
    order: 1;
  } */
  .pad-b-80 {
    padding-bottom: 50px;
  }
  .help__single {
    margin-bottom: 20px;
  }
}
@media (max-width: 550px) {
    
  .flex-column-reverse-sm {
    flex-direction: column-reverse !important;
  }
  .flex-column-- {
        flex-direction: column !important;
    }
  .error-page__title {
    font-size: 150px;
  }
  .error-page__title-2 {
    font-size: 150px;
  }
  .pb-50 {
    padding-bottom: 20px;
  }
  .mt--sm {
    margin-top: 20px;
  }

  .about-three__left .section-title {
    margin-bottom: 10px;
  }
  .about-three__right {
    margin-top: 0px;
  }
  .pillar__item__title {
    font-size: 16px;
    margin: 0px;
  }
  .about-six__image__one- img {
    margin-left: 25px;
  }
  .about-six__image__one-::after {
    left: 0px;
  }
  .pillar__wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  .pillar__item {
    position: relative;
    width: 150px;
    height: 150px;
  }
  .site-footer-three .site-footer-three__social {
    justify-content: center;
  }
  .float-up- {
    order: 1;
  }
  .about-three {
    padding: 60px 0px 30px;
  }
  .feature-one {
    padding: 30px 0px 30px;
  }
  .donation {
    padding: 60px 0px 90px;
  }
  .about-two {
    padding: 90px 0px 40px;
  }
  .pt-60 {
    padding-top: 40px;
  }
  .cta-btn {
    margin-top: 20px;
  }
  .about-six__content {
    padding: 0 0 0px;
  }
  .cta-title-padding,
  .bg-cta-image {
    padding: 25px 30px 25px 30px;
  }
  .faq-one-accrodion .accrodion-title {
    padding: 21px 45px 21px;
  }
  .cta-title {
    line-height: 45px;
    color: var(--oxpins-white);
    letter-spacing: 0.5px;
    font-size: 25px;
  }
  .cta-bg-img {
    width: 100%;
  }
  .bg-mumbai {
    margin: 0px 15px;
  }
  .main-header-five__logo a img {
    width: 40%;
  }
  .team-carousel-page {
    padding: 40px 0 60px;
  }
  .main-menu__volunteers-text {
    font-size: 17px;
  }
  .main-menu__volunteers-icon {
    height: 25px;
    width: 25px;
  }
  .main-menu__volunteers-icon img {
    width: 50%;
  }
  .events-one {
    padding: 60px 0 60px;
  }
  .events-one__left {
    margin-top: 60px;
    margin-bottom: 0px;
  }

  .sm-pd-media {
    margin-top: 0px;
    margin-bottom: 60px;
  }
  .founder-title {
    line-height: 45px;
  }
}
