:root {
  --color-nw-dark: #414141;
}
body {
  overflow-x: hidden;
}
.container-fluid, .container{
  padding-left: 100px;
  padding-right: 100px;
}
.container {
  max-width: 1400px !important;
}
.main-menu .main-menu__list > li.current > a,
.main-menu .main-menu__list > li:hover > a,
.main-menu-two .main-menu__list > li.current > a,
.main-menu-two .main-menu__list > li:hover > a {
  color: var(--cleenhearts-secondary);
}

.sec-title__tagline {
  color: var(--color-nw-dark);
}
.sec-title__tagline::before {
  background-color: var(--color-nw-dark);
}
.sec-title__tagline::after {
  border-color: var(--color-nw-dark);
}

.contact-information__phone__icon {
  border-color: var(--color-nw-dark);
}
.contact-information__phone__icon span {
  color: var(--color-nw-dark);
}
.about-one__profile {
  padding: 0;
}
.volunteer-profile__image {
  width: 200px;
  height: 200px;
}
.about-one__profile {
  bottom: 0;
}

.help-people__images__inner {
  background-color: #efece7;
}
.help-people .sec-title__tagline {
  color: var(--color-nw-dark);
}
.help-people .sec-title__tagline::after {
  border-color: var(--color-nw-dark);
}
.help-people .sec-title__tagline::before {
  background-color: var(--color-nw-dark);
}
.help-people .sec-title__title {
  color: #003269;
}
.help-people__text {
  color: var(--cleenhearts-text);
}
.main-footer {
  background-color: #fff;
  border-top: 1px solid #d7d3cb;
}
.main-footer__bottom {
  background-color: #0032698f;
}
.main-footer__copyright {
  color: #fff;
}
.main-footer__bottom__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
}
.main-footer__bottom__inner ul {
  list-style: none;
  display: flex;
  gap: 10px;
  color: #fff;
  margin: 0;
  padding: 0;
}
.main-footer__bottom__inner ul li a {
  color: #fff;
}
.main-footer__bottom__inner ul li a:hover {
  text-decoration: underline;
}
.services-we-offer__top__shape-one {
  width: 200px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  animation: slowXmove 6s ease infinite;
}
.services-we-offer__top__shape-two {
  position: absolute;
  right: -7px;
  bottom: 0;
  z-index: 1;
  animation: slowXmove 6s ease infinite;
}

.services-card {
  border-radius: 10px;
  padding: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #c8c8c8;
  min-height: 260px;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease;
  background-color: #fff;
}
.services-card__icon {
  margin-bottom: 24px;
}
.services-card__title {
  margin-bottom: 24px;
  font-size: 22px;
  font-weight: 600;
  color: #000;
  line-height: normal;
  margin-bottom: 0;
}
.services-card__hover {
  position: absolute;
  bottom: -400px;
  height: 100%;
  left: 0;
  width: 100%;
  background-color: #82d4a6;
  text-align: center;
  transition: all 0.5s ease;
  padding: 20px;
}
.services-card:hover .services-card__hover {
  bottom: 0;
  transition: all 0.5s ease;
}

.services-card__hover p {
  color: #4a4a4a;
  font-size: 14px;
  margin-top: 16px;
}
.services-card__hover a {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;
}
.services-we-offer-slider {
  display: flex !important;
  flex-direction: column-reverse;
}
.services-we-offer-slider.cleenhearts-owl__carousel--basic-nav
  .owl-nav.disabled
  + .owl-dots {
  justify-content: flex-end;
  margin-bottom: 20px;
  margin-top: 0;
}
.main-slider-one__bg {
  filter: brightness(0.7);
}
.story-one::after {
  background-color: transparent;
}
.page-header__bg::after {
  content: none;
}
.values-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  justify-content: center;
  position: relative;
  z-index: 3;
}
.values-box {
  background: #ffffff;
  box-shadow: 0px 0px 29.8px rgba(0, 0, 0, 0.07);
  border-radius: 20px;
  width: calc(25% - 20px);
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 20px;

  color: #003269;
}
.team-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
.team-box {
  width: calc(33.33% - 30px);
}
.team-single__designation,
.team-single__name {
  color: #000;
}
.team-single__content {
  background-color: #82d4a6;
}
.team-single__text {
  padding: 0 20px;
  color: #575757;
  font-size: 15px;
  margin-top: 24px;
}
.team-head {
  position: absolute;
  bottom: 30px;
  z-index: 2;
  max-width: 80%;
  width: 100%;
  margin: 0 auto;
  left: 0;
  right: 0;
  text-align: center;
  background: rgba(0, 50, 105, 0.81);
  border-radius: 10px;
  padding: 10px;
}
.team-head h3 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 0;
}
.team-head p {
  font-size: 16px;
  color: #fff;
  margin-bottom: 0;
  font-weight: 300;
}
.dropdown li.current a {
  background-color: transparent !important;
}
.dropdown li.current a::after {
  content: none !important;
}
.contact-one__info {
  position: relative;
  transform: none;
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  border-radius: 0;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 6;
}
.contact-one__google__map iframe {
  height: 400px !important;
}
.event-card-four {
  align-items: flex-start;
}
.event-card-four__location {
  font-size: 14px;
  font-weight: 200;
}
.become-volunteer__form .form-one__control__input {
  border: 1px solid #d7d3cb;
}
.join-us .form-one__control__input {
  background-color: transparent;
}
.ph-code {
  position: absolute;
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  color: var(--color-nw-dark);
  left: 30px;
  top: 20px;
  border-right: 1px solid #d7d3cb;
  padding-right: 18px;
}
.ph-code img {
  margin-right: 6px;
}
.ph-code ~ input {
  padding-left: 100px;
}
select.form-one__control__input {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='M11.9999 13.1714L16.9497 8.22168L18.3639 9.63589L11.9999 15.9999L5.63599 9.63589L7.0502 8.22168L11.9999 13.1714Z'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 23px;
  background-position: calc(100% - 20px);
}
.become-volunteer__image__inner::after {
  border-color: #82d4a6;
}
.join-us-image-box {
  position: absolute;
  bottom: 120px;
  background-color: #fff;
  border-radius: 10px;
  width: 70%;
  margin: 0 auto;
  left: -38px;
  right: 0;
  padding: 20px;
}
.join-us-image-box span {
  font-size: 23px;
  font-weight: bold;
  color: #82d4a6;
}
.join-us-image-box h2 {
  font-size: 18px;
  color: #003269;
}
.join-us-image-box p {
  font-size: 14px;
  color: #757277;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.btn-close {
  position: absolute;
  right: 20px;
  top: 20px;
}
.form-one__control__input--file {
  display: inline-flex;
  align-items: center;
  color: #757277;
  justify-content: space-between;
}
.form-one__control .bootstrap-select > .dropdown-toggle {
  height: 60px;
}
.form-one__control .bootstrap-select .dropdown-menu {
  border: 1px solid #ccc;
}
.checkout-page__billing-address__title {
  font-size: 20px !important;
}
.checkout-page__input-box input,
.checkout-page__input-box select,
.checkout-page__input-box .bootstrap-select > .dropdown-toggle {
  border: 1px solid #d7d3cb !important;
  background-color: #fff;
  font-size: 15px;
}
.checkout-page__billing-address {
  background-color: #fff;
  border-radius: 15px;
  border: 1px solid #d7d3cb;
}

.container-check {
  display: block;
  position: relative;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 15px;
  display: flex;
  align-items: flex-start;
  color: #351c42;
}

.container-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  display: inline-block;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border: 2px solid #351c42;
  border-radius: 5px;
  margin-right: 8px;
  position: relative;
}

.container-check:hover input ~ .checkmark {
  background-color: #ccc;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.container-check input:checked ~ .checkmark:after {
  display: block;
}

.container-check .checkmark:after {
  left: 8px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid #351c42;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.main-slider-one {
  height: 650px;
}

@media (max-width: 1024px) {
  .container-fluid, .container{
    padding-left: 32px;
    padding-right: 32px;
  }
  .values-box {
    width: calc(33.33% - 20px);
  }
  .team-box {
    width: calc(50% - 30px);
  }
  .join-us-image-box {
    left: 0;
  }
}
@media (max-width: 767px) {
  .container-fluid, .container{
    padding-left: 20px;
    padding-right: 20px;
  }
  .main-footer__bottom__inner {
    display: block;
  }
  .values-wrapper {
    gap: 10px;
  }
  .values-box {
    width: calc(50% - 20px);
  }
  .team-box {
    width: 100%;
  }
}
