@import url(https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
.client-testimonials-slider .swiper-slide .card-body,
.site-wrapper {
  -ms-flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
}
.title-3,
.title-light {
  margin-bottom: 0;
  line-height: 1.5;
}
.hero-banner img,
.home-cit-invest .bottom .image img {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  top: 50%;
}
.resource-links-section ul li a,
body {
  font-family: var(--font-family-poppins);
}
:root {
  --white: #ffffff;
  --black: #000000;
  --black-100: #191919;
  --pink: #e5006d;
  --pink-100: #e32f81;
  --green: #39c300;
  --green-100: #38c300;
  --green-400: #91d877;
  --purple: #720078;
  --purple-100: #801281;
  --yellow: #ff9900;
  --blue: #4da2e1;
  --blue-100: #43ccfc;
  --blue-200: #2bb1ff;
  --blue-300: #2bc0ff;
  --blue-600: #97e4ff;
  --dark-blue: #2b64c6;
  --dark-blue-100: #0076d7;
  --font-family-nunito: "Nunito", sans-serif;
  --font-family-poppins: "Poppins", serif;
  --bs-body-color: var(--black-100);
  --bs-body-bg: var(--white);
  --primary: var(--blue-200);
}
html {
  font-size: 62.5%;
}
*,
::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
a {
  color: var(--dark-blue);
}
b,strong{
  font-weight: 500 !important;
}
body,
html {
  overflow-x: hidden;
  min-height: 100vh;
  color: var(--bs-body-color);
}
body {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.6;
  background-color: var(--bs-body-bg);
}
.cits-section .card *,
.explore-cit-communities .nationwide .overview *,
.footer-inner .menu-list,
.why-cit .why-cit-impact-level .description *,
figure {
  margin: 0;
}
b,
strong {
  font-weight: 700;
}
img {
  max-width: 100%;
  height: auto;
}
iframe,
video {
  display: block;
  width: 100%;
  height: 100%;
}
::-webkit-scrollbar {
  width: 6px;
}
.input-box,
.site-header .navbar-nav li.current-menu-item a::after,
.site-header .navbar-nav li:hover a::after {
  width: 100%;
}
::-webkit-scrollbar-track {
  background: var(--white);
}
::-webkit-scrollbar-thumb {
  background: var(--dark-blue)
    linear-gradient(102deg, var(--dark-blue) 0, var(--blue-100) 100%) 0 0
    no-repeat padding-box;
  border-radius: 6px;
}
.container,
.container-fluid {
  --bs-gutter-x: 4rem;
}
.row {
  margin-right: -1.5rem;
  margin-left: -1.5rem;
}
.row > * {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
.site-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  position: relative;
}
.site-wrapper .main {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.btn,
.form-control {
  padding: 2.4rem 3.6rem;
  border-radius: 8rem;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.4;
}
.form-control:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control::-webkit-input-placeholder {
  color: #ccc;
}
.form-control::-moz-placeholder {
  color: #ccc;
}
.form-control:-ms-input-placeholder {
  color: #ccc;
}
.form-control::-ms-input-placeholder {
  color: #ccc;
}
.form-control::placeholder {
  color: #ccc;
}
.input-box {
  max-width: 34rem;
  position: relative;
}
.title-1,
.title-2 {
  font-size: 3rem;
  font-weight: 300;
  color: var(--blue-200);
  line-height: 1.2;
  margin-bottom: 0;
}
.title-1 span,
.title-2 span {
  color: var(--blue-200);
  font-weight: 500;
  font-size: 4.2rem;
}
.home-cit-invest .title-box .title-1 span.custom-blue-text {
  color: var(--blue-200) !important;
  font-weight: 300 !important;
  font-size: 4.2rem !important;
}
.custom-dark-text {
  color: var(--blue-200);
  font-weight: 500;
  font-size: 4.2rem;
  line-height: 1.2;
}
.sub-title {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  color: var(--black-100);
}
.title-3 {
  font-size: 2rem;
  font-weight: 500;
  color: var(--white);
}
.title-light {
  font-size: 2.2rem;
  font-weight: 300;
  color: var(--black-100);
}
.primary {
  color: var(--primary);
}
.cit-media-section,
.why-cit-discover-local,
section {
  padding: 6rem 0;
}
.stay-connected .social-links a {
  display: block;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  overflow: hidden;
  background: #03a9f4;
  padding: 1rem;
}
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: 0 0;
  z-index: 999;
  padding: 2rem 0;
}
.site-header .navbar {
  padding: 1.2rem 2rem 1.2rem 1.6rem;
  background: rgba(0, 0, 0, 0.169);
  border-radius: 100px;
  -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.site-header .navbar-nav {
  padding: 0.8rem 0.8rem 0.8rem 2.8rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2.4rem;
}
.site-header .navbar-nav li:not(:last-child) {
  margin: 0 0.8rem;
}
.site-header .navbar-nav a {
  font-family: var(--font-family-nunito);
  color: var(--white);
  text-decoration: none;
  display: inline-block;
  padding: 0;
  position: relative;
  line-height: 2;
}
.site-header .navbar-nav li:last-child a {
  font-size: 1.6rem;
  line-height: 1.5;
  border: none;
  padding: 1rem 4rem;
  border-radius: 40px;
  font-weight: 600;
  background: var(--dark-blue-100);
  margin-left: auto;
}
.site-header .navbar-nav li:not(:last-child) a::after {
  content: "";
  width: 0;
  height: 3px;
  background-color: var(--dark-blue-100);
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 4px;
}
.site-header .navbar-nav li.current-menu-item a::after,
.site-header .navbar-nav li:hover a::after {
  width: 100%;
}
.site-header .navbar-nav li:first-child,
.site-header .navbar-nav li:last-child {
  margin-left: auto;
}
.main.post .title-2 span,
.site-header .navbar-nav a.active,
.site-header .navbar-nav a.show {
  font-weight: 600;
}
.site-header .navbar-toggler-icon {
  -webkit-filter: invert(1);
  filter: invert(1);
}
.site-header.active .navbar {
  background: var(--white);
}
.site-header.active .navbar-toggler-icon {
  -webkit-filter: invert(0);
  filter: invert(0);
}
.site-header.active .navbar a:not(li:last-child a) {
  color: var(--black);
}
#watch-cit-video,
.site-header .navbar-brand .dark-logo,
.site-header.active .navbar-brand .light-logo,
.watch-video-section .watch-yt-video #watchVideo,
body.home .stay-updated-footer {
  display: none;
}
.site-header .navbar-brand .light-logo,
.site-header.active .navbar-brand .dark-logo {
  display: block;
}
.site-header.menu-open .navbar {
  border-radius: 0;
}
.hero-banner {
  position: relative;
  background-color: var(--white);
}
.main.why-cit .hero-banner {
  background-color: var(--purple-100);
}
.hero-banner::before {
  content: "";
  display: block;
  padding-bottom: 49.25%;
}
.home .hero-banner::before {
  padding-bottom: 40%;
}
.hero-banner img {
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.home-cit-invest .title-box {
  background: rgb(255 255 255 / 80%);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  max-width: 420px;
  width: 100%;
  padding: 2.6rem 4rem;
  border-radius: 5rem;
  margin-top: -10rem;
}
.home-cit-invest .para {
  padding: 2.6rem 4rem;
}
.home-cit-invest img,
.impact-section .card-row .card figure img,
.investment-amount .amount-badge .icon > img,
.what-is-cit-section .card figure img,
.why-cit .why-cit-card .card figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.home-cit-invest .logo {
  max-width: 34rem;
}
.home-cit-invest .bottom {
  margin-top: 10rem;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.home-cit-invest .bottom .image {
  position: relative;
  margin-bottom: -4rem;
}
.single-page-content h1 {
  margin-bottom: 6rem;
  text-align: center;
  font-size: 2.6rem;
}
.single-page-content h2,
.single-page-content h3,
.single-page-content h4,
.single-page-content h5,
.single-page-content h6 {
  margin: 4rem 0 1.4rem;
  font-size: 2rem;
}

.home-cit-invest .bottom .image::before {
  content: "";
  display: block;
  padding-bottom: 64%;
}
.home-cit-invest .bottom .image img {
  left: 50%;
  transform: translate(-50%, -50%);
}
.home-cit-invest .bottom .right {
  padding-bottom: 14rem;
}
.site-footer,
.watch-video-section {
  background: var(--blue-600);
}
.watch-video-section {
  padding: 8rem 0;
}
.site-footer{
  padding: 6rem 0;
}
.watch-video-section .watch-video-btn {
  margin-bottom: 6rem;
}
.cit-banner-section figure,
.cit-impact-banner figure,
.cit-profile-card-row .card figure,
.input-icon,
.watch-video-section .watch-yt-video {
  position: relative;
}
.watch-video-section .watch-yt-video::after {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}
.watch-video-section .watch-yt-video iframe,
.watch-video-section .watch-yt-video video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
}
.watch-video-section .watch-yt-video .placeholder-img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: 1;
  -o-object-fit: contain;
  object-fit: contain;
}
.what-is-cit-section {
  padding: 8rem 0 20rem;
  background: var(--dark-blue-100);
  position: relative;
}
.what-is-cit-section .container {
  position: relative;
  z-index: 1;
}
.what-is-cit-section::after,
.what-is-cit-section::before {
  content: "";
  position: absolute;
  padding: 10%;
  bottom: 10%;
}
.what-is-cit-section::before {
  background: url("../images/blue-shape.svg") center center/contain no-repeat;
  left: -6.4%;
}
.what-is-cit-section::after {
  background: url("../images/yellow-shape.svg") center center/contain no-repeat;
  right: 2%;
  padding: 6%;
}
.what-is-cit-section,
.what-is-cit-section .title-2 {
  color: var(--white);
}
.what-is-cit .title-light,
.what-is-cit-section .title-2 {
  margin-bottom: 4rem;
}
.impact-section .card-row .card,
.what-is-cit-section .card,
.why-cit .why-cit-card .card {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  height: 100%;
}
.impact-section .card-row,
.what-is-cit-section .row:not(.row > .row) {
  gap: 6rem 0;
  margin-top: 5rem;
}
.impact-section .card-row .card .card-body,
.what-is-cit-section .card .card-body {
  background-color: var(--white);
  border-radius: 2.4rem;
  padding: 3rem;
  color: var(--dark-blue-100);
  text-align: center;
}
.impact-section .card-row .card figure,
.what-is-cit-section .card figure {
  width: 5rem;
  height: 5rem;
  margin: 0 auto 2rem;
}
.investment-amount {
  padding: 3rem 6rem;
  background-color: var(--white);
  color: var(--blue-200);
  text-align: center;
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 1.2;
  max-width: 100rem;
  width: 100%;
  border-radius: 4rem;
  margin: -17.3rem auto 0;
  -webkit-box-shadow: 0 3px 2px #00000029;
  box-shadow: 0 3px 2px #00000029;
}
.investment-amount .amount-badge-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  justify-content: space-evenly;
  margin-top: 2rem;
}
.investment-amount .amount-badge {
  max-width: 12rem;
  width: 100%;
  margin: 0 auto;
}
.investment-amount .amount-badge .icon {
  width: 3rem;
  height: 3rem;
  margin: 0 auto 0.6rem;
}
.investment-amount .amount-badge .badge {
  background-color: var(--blue-300);
  padding: 1rem 2.4rem;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--white);
}
.investment-amount .amount-badge:nth-child(2) .badge {
  background-color: var(--dark-blue);
}
.investment-amount .amount-badge:nth-child(3) .badge {
  background-color: var(--green);
}
.impact-section .card-row .card.purple .card-body,
.investment-amount .amount-badge:nth-child(4) .badge,
.news-media-section .news-media-inner .card:nth-child(3) .details {
  background-color: var(--purple);
}
.impact-section {
  padding: 0;
  text-align: center;
}
.impact-section .card-row {
  margin-bottom: -4rem;
  position: relative;
  z-index: 1;
}
.cit-banner-section figure::before,
.cit-impact-banner figure::before {
  content: "";
  display: block;
  padding-bottom: 34%;
}
.cit-banner-section figure img,
.cit-impact-banner figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.cit-banner-section figure::before {
  padding-bottom: 26.4%;
}
.impact-section .card-row .card .card-body {
  background-color: var(--blue-200);
  color: var(--white);
  font-size: 1.4rem;
  font-weight: 300;
  -webkit-box-shadow: 0 3px 6px #00000029;
  box-shadow: 0 3px 6px #00000029;
}
.cit-media-section .cit-media-row .col-lg-4:nth-of-type(2n) .card .card-body,
.impact-section .card-row .card.pink .card-body,
.news-media-section .news-media-inner .card:nth-child(2) .details {
  background-color: var(--pink);
}
.client-testimonials-slider {
  width: 100%;
  height: 100%;
}
.client-testimonials-slider .swiper-slide {
  background: 0 0;
  color: var(--white);
  height: auto;
}
.client-testimonials-slider .swiper-slide .card {
  border: 0;
  width: 100%;
  height: 100%;
}
.client-testimonials-slider .swiper-slide .card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  padding: 4rem 4rem 6rem;
  border-radius: 2rem;
  gap: 2rem;
  width: 100%;
  height: 100%;
  text-align: justify;
  position: relative;
}
.client-testimonials-slider .swiper-slide .card-body::after {
  content: "";
  position: absolute;
  width: 10rem;
  height: 6rem;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url("../images/blue-shape.svg") center center/contain no-repeat;
}
.client-testimonials-slider .swiper-slide:nth-child(2n) .card-body::after {
  background: url("../images/pink-shape.svg") center center/contain no-repeat;
}
.client-testimonials-slider .swiper-slide:nth-child(3n) .card-body::after {
  background: url("../images/yellow-shape.svg") center center/contain no-repeat;
}
.client-testimonials-slider .swiper-slide .card .profile {
  max-width: 24rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.8rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.client-testimonials-slider .swiper-slide .card-body figure {
  width: 12.4rem;
  height: 12.4rem;
  border-radius: 50%;
  overflow: hidden;
  background-color: rgba(158, 158, 158, 0.3);
}
.cit-staff .card.staff figure img,
.client-testimonials-slider .swiper-slide .card-body figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.client-testimonials-slider .swiper-slide .card-body .name {
  font-size: 1.72rem;
  line-height: 1.2;
  font-weight: 500;
  color: var(--blue-200);
}
.client-testimonials-slider .swiper-slide .card-body .designation {
  font-size: 1.5rem;
  font-weight: 500;
	text-align: center;
}
.client-testimonials-slider .swiper-slide .card-body .quote {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.8;
}
.stay-updated {
  background: var(--blue-600);
  color: var(--white);
}
.stay-updated .row {
  background: var(--blue-600);
  padding: 0 6rem;
  color: var(--white);
}
body.home .stay-updated {
  padding: 10rem 0;
}
.stay-updated .title {
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 2rem;
}
.stay-updated .para {
  color: var(--dark-blue-100);
  margin-bottom: 4rem;
  max-width: 50rem;
}
.stay-updated figure {
  max-width: 28rem;
  width: 100%;
}
.stay-updated figure img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
}
.stay-updated .input-box .btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  min-width: 12rem;
  height: 100%;
}
.stay-updated .form-control {
  padding: 1.2rem 14rem 1.2rem 1.8rem;
}
.single-page .content {
  padding: 6rem 0;
}
.main.no-banner {
  padding-top: 8rem;
}
.main.no-banner::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 16rem;
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#0076d7),
      to(#ffffff00)
    )
    no-repeat padding-box;
  background: linear-gradient(180deg, #0076d7 0, #ffffff00 100%) no-repeat
    padding-box;
}
.news-media-section {
  margin: -11rem 0;
  position: relative;
  z-index: 1;
}
.news-media-section .news-media-inner {
  padding: 3rem 1.2rem 2rem;
  border-radius: 4rem;
  background-color: var(--white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1rem;
  max-width: 100rem;
  margin: 0 auto;
  margin-bottom: 2rem;
  border: 1px solid rgba(221, 221, 221, 0.349);
}
.news-media-section .news-media-inner .card {
  border: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(25% - 1rem);
  flex: 0 0 calc(25% - 1rem);
  height: 100%;
  text-decoration: none;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.news-media-section .news-media-inner .card .cit-icon {
  gap: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.1rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1.5rem;
}
.cit-media-section .card .thumbnail,
.news-media-section .news-media-inner .card .media {
  position: relative;
  overflow: hidden;
}
.news-media-section .news-media-inner .card .media::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.cit-media-section .card .thumbnail > *,
.news-media-section .news-media-inner .card .media > * {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}
.cit-media-section .card:hover .thumbnail img,
.news-media-section .news-media-inner .card:hover .media img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}
.news-media-section .news-media-inner .details {
  background-color: var(--blue-200);
  color: var(--white);
  padding: 2.4rem;
  border-radius: 2rem 2rem 0 0;
  position: relative;
  top: -2rem;
}
.cit-media-section .cit-media-row .col-lg-4:nth-of-type(3n) .card .card-body,
.news-media-section .news-media-inner .card:nth-child(4) .details {
  background-color: var(--yellow);
}
.news-media-section .news-media-inner .details .post-excerpt,
.news-media-section .news-media-inner .details .title {
  margin-bottom: 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-media-section .news-media-inner .details .title {
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 400;
}
.news-media-section .news-media-inner .details .post-excerpt {
  font-size: 1.2rem;
  line-height: 1.6;
  font-weight: 300;
}
.news-media-section .news-media-inner .details .badge {
  background: rgba(0, 0, 0, 0.18);
  border-radius: 4rem;
  font-size: 1.2rem;
  font-weight: 400;
  padding: 0.6rem 1.2rem;
  display: inline-block;
  white-space: normal;
  line-height: 1.4;
}
.cit-media-section .card {
  border: 0;
  height: 100%;
  text-decoration: none;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  overflow: hidden;
  border-radius: 2rem;
}
.cit-media-section .card .thumbnail::before {
  content: "";
  display: block;
  padding-top: 86%;
}
.cit-media-section .card .card-body {
  background-color: var(--blue-200);
  color: var(--white);
  padding: 2.4rem 2.4rem 5rem;
  border-radius: 2rem 2rem 0 0;
  position: relative;
  top: -2rem;
}
.cit-media-section .cit-media-row {
  gap: 4rem 0;
}
.cit-media-section .card .card-body .title-3 {
  line-height: 1.4;
  font-size: 1.8rem;
}
.cit-media-section .cit-media-row .media {
  position: relative;
  background-color: rgba(43, 177, 255, 0.141);
}
.cit-media-section .cit-media-row .media::after {
  content: "";
  display: block;
  padding-bottom: 80%;
}
.cit-media-section .cit-media-row .media * {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.page-template-why-cit .hero-banner {
  padding-top: 6rem;
}
.page-template-why-cit .hero-banner img {
  width: 40%;
  -o-object-fit: contain;
  object-fit: contain;
  top: auto;
  bottom: 0;
  -webkit-transform: translate(-50%, 5.5%);
  transform: translate(-50%, 5.5%);
  height: auto;
}
.why-cit .why-cit-card {
  background-color: #97e4ff;
}
.why-cit .why-cit-card .card .card-body {
  background-color: var(--pink);
  border-radius: 2.4rem;
  padding: 3rem;
  color: var(--white);
  text-align: left;
}
.why-cit .why-cit-card .card.green .card-body {
  background-color: var(--green-100);
}
.why-cit .why-cit-card .card.blue .card-body {
  background-color: var(--dark-blue-100);
}
.why-cit .why-cit-card .card figure {
  width: 8rem;
  height: 8rem;
  margin: 0 auto 2rem;
}
.why-cit-video {
  padding: 8rem 0;
  background-color: #e32f81;
}
.why-cit-video .video-box {
  position: relative;
  border-radius: 2.4rem;
  overflow: hidden;
  padding-bottom: 46%;
  aspect-ratio: 16/9;
  max-width: 100rem;
  margin: auto;
  background-color: #ddd;
}
.why-cit-video .video-box iframe,
.why-cit-video .video-box video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.why-cit-impact {
  padding: 8rem 0;
  position: relative;
}
.why-cit-impact .container {
  z-index: 1;
  position: relative;
}
.why-cit-impact::after {
  content: "";
  position: absolute;
  padding: 6%;
  background: url("../images/yellow-shape.svg") center center/contain no-repeat;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.why-cit .why-cit-impact-level {
  background-color: var(--green-400);
}
.why-cit .why-cit-impact-level .description {
  font-weight: 500;
  text-align: center;
}
.footer-inner .newsletter p,
.why-cit .why-cit-impact-level .description.main {
  margin-bottom: 3rem;
}
.why-cit-impact-level .card-row {
  margin-top: 8rem;
}
.why-cit .why-cit-impact-level .card .card-body {
  background-color: var(--white);
  border-radius: 2.4rem;
  padding: 3rem;
  color: var(--dark-blue-100);
  text-align: left;
  font-weight: 400;
}
.why-cit .why-cit-impact-level .card .badge {
  background-color: #2cc0ff;
  border-radius: 1.4rem;
  padding: 1rem;
  color: var(--white);
  text-align: center;
  font-weight: 700;
  font-size: 1.8rem;
  white-space: normal;
  text-transform: capitalize;
  font-family: var(--font-family-nunito);
}
.resource-links-section ul,
.why-cit .why-cit-impact-level .card .card-body p:last-child {
  margin-bottom: 0;
}
.why-cit .why-cit-impact-level .card figure {
  width: 6.4rem;
  height: 6.4rem;
}
.why-cit .why-cit-impact-level .card {
  height: auto;
}
.why-cit .why-cit-impact-level .card .badge,
.why-cit .why-cit-impact-level .card figure {
  margin-bottom: 1.2rem;
}
.localized-investment {
  font-size: 2rem;
  font-weight: 400;
  line-height: 2;
}
.why-cit-card.how-it-works .card {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.8;
}
.why-cit-card.how-it-works .card h2 {
  text-transform: uppercase;
  font-weight: 500;
  color: var(--white);
  margin-bottom: 1.4rem;
	text-align: center;
}
.why-cit-card.how-it-works .card.green h2 {
  color: #ffffff;
}
.why-cit-card.how-it-works .card.blue h2 {
  color: #ffffff;
}
@media (max-width: 1199px) {
  br {
    display: none;
  }
  .site-header .navbar-nav li:last-child {
    margin-left: 0;
  }
  .site-header .navbar-nav {
    gap: 1rem;
  }
  .client-testimonials-slider .swiper-slide .card-body {
    padding: 2rem 2rem 6rem;
  }
  .why-cit .why-cit-impact-level .card .badge {
    font-size: 1.5rem;
  }
}
@media (max-width: 991px) {
  .title-1,
  .title-2 {
    font-size: 3.6rem;
    line-height: 1.4;
  }
  .site-header .navbar-nav li:first-child {
    margin-left: 0;
  }
  .investment-amount .amount-badge-row,
  .site-header .navbar-nav {
    gap: 2rem;
  }
  .home-cit-invest .bottom .image {
    margin-bottom: 8rem;
  }
  .home-cit-invest .bottom .left {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .investment-amount {
    margin: 0 auto;
  }
  .impact-section {
    padding: 8rem 0;
  }
  .impact-section .card-row .row {
    gap: 6rem;
  }
  .impact-section .card-row {
    margin-bottom: 0;
  }
  .stay-updated .row {
    padding: 0;
  }
  body.home .stay-updated {
    padding: 4rem 0;
  }
  .home-cit-invest .logo {
    padding-left: 4rem;
  }
  .home-cit-invest .bottom .right {
    padding-bottom: 10rem;
  }
  .hero-banner::before {
    padding-bottom: 50%;
  }
  .news-media-section {
    margin-bottom: 5rem;
  }
  .news-media-section .news-media-inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .news-media-section .news-media-inner .card {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 1rem);
    flex: 0 0 calc(50% - 1rem);
  }
  .why-cit-card.step .card-row,
  .why-cit-impact-level .card-row {
    gap: 4rem;
  }
}
.cit-faq-section .title-2 + .title-2 {
  margin: 5rem 0 6rem;
}
.cit-faq-section .faq-search-box {
  margin-bottom: 5rem;
}
.cit-faq-section .faq-content .title-3 {
  font-weight: 300;
  margin-bottom: 4rem;
  font-size: 2.4rem;
}
.cit-faq-section .faq-content .faq + .faq {
  margin-top: 4rem;
}
.cit-faq-section .faq-content .quo {
  color: var(--dark-blue);
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 600;
  margin-bottom: 1.6rem;
  font-family: var(--font-family-nunito);
}
.cit-faq-section .faq-content .ans * {
  color: #707070;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 400;
}
.events-search-action {
  padding: 4rem 0;
  background-color: var(--pink-100);
}
.events-search-action .row {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.input-icon .form-control {
  padding-left: 5rem;
}
.input-icon .icon {
  position: absolute;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  left: 1.6rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cit-profile-card-row .card figure img,
.main.post .post-thumbnail img {
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  display: block;
}
.input-icon .icon img,
.social-links a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}
.footer-inner .address a,
.footer-inner ul a {
  color: var(--white);
  text-decoration: none;
  display: inline-block;
}
.cit-staff .card.staff {
  border: none;
  border-radius: 0;
  padding: 2.4rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  gap: 1rem;
  font-weight: 300;
  height: 100%;
}
.cit-staff .card.staff figure {
  width: 12rem;
  height: 12rem;
  border-radius: 50%;
  overflow: hidden;
  background: linear-gradient(45deg, #ccc, #fff);
  line-height: 12rem;
  font-size: 1.4rem;
  text-align: center;
}
.cit-staff .card.staff .name {
  font-weight: 600;
  text-transform: capitalize;
}
.cit-staff .card.staff .contact {
  font-size: 1.4rem;
  font-weight: 500;
  text-decoration: none;
  color: var(--black-100);
}
.what-is-cit .top figure {
  margin-left: 3rem;
}
.explore-cit-communities .nationwide {
  margin-bottom: 8rem;
}
.cits-section .card p + p,
.resource-links-section ul li + li {
  margin-top: 1rem;
}
.resource-links-section ul li a {
  font-weight: 500;
  color: #337ab7;
  text-decoration: none;
}
.main.post .title-2 {
  font-size: 3.6rem;
  text-transform: uppercase;
  line-height: 1.3;
  padding-bottom: 20px;
}
.main.post .post-thumbnail {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.main.post .post-thumbnail::after {
  display: block;
  content: "";
  padding-bottom: 56.25%;
}
.main.post .post-thumbnail img {
  top: 50%;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.main.post .post-thumbnail img:not(.bg-img-overlay img) {
  backdrop-filter: blur(4px);
}
.main.post .post-thumbnail .bg-img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main.post .post-thumbnail .bg-img-overlay img {
  object-fit: cover;
}
.main.post .post-content img {
  margin: 40px 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.main.post .post-content {
  font-weight: 300;
  line-height: 2;
}
.cit-profile-card-row .card-box .card {
  transition: transform 0.3s;
}
.cit-profile-card-row .card-box .card:hover {
  transform: scale(1.05);
}
.cit-profile-card-row .card-box.inactive .card {
  opacity: 0.5;
  pointer-events: none;
}
.cit-profile-card-row .card-box.inactive {
  order: 1;
}
.cit-profile-card-row .card-body {
  padding: 2.4rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cit-profile-card-row .card-body .card-title {
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 500;
  margin-bottom: 1.2rem;
  color: #0076d7;
}
.cit-profile-card-row .card-body .card-sub-title {
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 2rem;
}
.cit-profile-card-row .card-body .card-text {
  font-size: 1.5rem;
  margin-bottom: 2.4rem;
}
.cit-profile-card-row .card-body .btn {
  font-size: 1.4rem;
  line-height: 1.4;
  background: #0076d7;
  padding: 1rem 2rem;
  margin-top: auto;
}
.cit-profile-card-row .card figure::after {
  content: "";
  display: block;
  padding-bottom: 60%;
}
.cit-profile-card-row .card figure img {
  top: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.home .site-footer {
  background: 0 0;
}
.site-footer .footer-inner {
  color: var(--white);
  padding: 8rem 6rem;
  border-radius: 4rem;
  line-height: 1.6;
  font-size: 1.5rem;
  background: transparent
    linear-gradient(102deg, var(--blue-200) 0, var(--dark-blue-100) 100%) 0 0
    no-repeat padding-box;
}
@media (max-width: 575px) {
  .site-header .navbar-brand img {
    width: 140px;
  }
  .site-header .navbar-toggler-icon {
    width: 1.2em;
    height: 1.2em;
  }
  .news-media-section .news-media-inner .card {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }
  .site-footer {
    padding: 2rem 0;
  }
}
.footer-inner ul,
.social-links {
  padding: 0;
  list-style-type: none;
}
.site-footer .footer-inner .input-box .form-control {
  padding: 1.2rem 6rem 1.2rem 1.8rem;
}
.site-footer .footer-inner .input-box .btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0.6rem;
  height: 100%;
  padding: 1rem;
}
.site-footer .footer-inner .input-box .btn img {
  -webkit-animation: 2s infinite bounce2;
  animation: 2s infinite bounce2;
}
.footer-inner .title-1 {
  font-size: 3.4rem;
  margin-bottom: 3rem;
}
.footer-inner .title-4 {
  font-size: 2.2rem;
  margin-bottom: 3rem;
  color: var(--white);
}
.social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  margin: 2rem 0 0;
}
.social-links a {
  display: block;
  width: 2rem;
  height: 2rem;
}
.footer-inner .menu-list li + li:not(.copyright .menu-list li) {
  margin-top: 1.6rem;
}
.site-footer .copyright {
  margin-top: 3rem;
}
.site-footer .copyright * {
  font-size: 1.3rem;
  line-height: 1.5;
}
.site-footer .copyright .menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem 2.8rem;
}
.site-footer .copyright .row {
  gap: 2.4rem;
}
.faq-search-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .title-1,
  .title-2 {
    font-size: 3rem;
  }
  section {
    padding: 4rem 0;
  }
  .investment-amount .amount-badge-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  body.home .hero-banner::before {
    padding-bottom: 100%;
  }
  .hero-banner::before {
    padding-bottom: 80%;
  }
  .news-media-section .news-media-inner {
    border: none;
  }
  .page-template-why-cit .hero-banner img {
    width: 80%;
  }
  .main.post .title-2 {
    font-size: 2.4rem;
  }
  .site-footer .footer-inner {
    padding: 4rem;
  }
  .site-footer .copyright * {
    font-size: 1.2rem;
    text-align: center;
  }
  .site-footer .copyright .menu-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}



/* Logos section */
.sys-logos-section {
    background: #e5006d;
}
.logos-ticker-wrap {
    width: 100vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    overflow: hidden;
    padding: 20px 0 0;
    user-select: none;
}
.logos-ticker {
    width: 300vw;
    transform: translate3d(25%, 0, 0);
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    align-items: center;
    white-space: nowrap;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-name: ticker;
    animation-duration: 40s;
}
.logos-ticker span {
    display: flex;
    place-content: center;
    place-items: center;
}

.logos-ticker span img {
    min-width: clamp(32px, 15vw, 150px);
	margin: 0 2vw;
	max-width: calc(12vw * 0.6);
	display: block;
	pointer-events: none;
}

@keyframes ticker{
	0% { transform: translate3d(25%, 0, 0); }
	100% { transform: translate3d(-25%, 0, 0); }
}

/* 10-09-2025 */
.page-template-why-cit .hero-banner img {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.page-template-why-cit .hero-banner::before {
    content: "";
    display: block;
    padding-bottom: 56.25%;
}
li.linkedin-svg a {
    width: 22px;
    height: 22px;
}
@media (max-width:767px){
.page-template-why-cit .hero-banner::before{
	padding-bottom: 100%;
}
}
