:root {
  --primary-font: "Metropolis";
  --bg-orange: #e88421;
  --bg-dark-blue: #233252;
  --bg-dark-green: #138808;
  --bg-dark-grey: #525659;
  --bg-black: #111111;
  --text-color-white: #ffffff;
  --text-color-orange: #e88421;
  --text-color-dark: #000011;
  --text-color-dark-blue: #233252;
  --text-color-dark-green: #138808;
  --text-color-dark-grey: #525659;
  --text-color-dark-grey: #111111;

  --color-1: #1abc9c;
  --color-2: #2ecc71;
  --color-3: #3498db;
  --color-4: #9b59b6;
  --color-5: #e67e22;
  --color-6: #e74c3c;
  --color-7: #16a085;
  --color-8: #c0392b;
}

/* Font Face */
@font-face {
  font-family: "Bahnschrift";
  src: url("../fonts/Bahnschrift.eot");
  src: url("../fonts/Bahnschrift.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Bahnschrift.woff2") format("woff2"),
    url("../fonts/Bahnschrift.woff") format("woff"),
    url("../fonts/Bahnschrift.ttf") format("truetype"),
    url("../fonts/Bahnschrift.svg#Bahnschrift") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Google Sans";
  src: url("../fonts/GoogleSans-Bold.woff2") format("woff2"),
    url("../fonts/GoogleSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Metropolis";
  src: url("../fonts/Metropolis-Bold.woff2") format("woff2"),
    url("../fonts/Metropolis-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Metropolis";
  src: url("../fonts/Metropolis-SemiBold.woff2") format("woff2"),
    url("../fonts/Metropolis-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Metropolis";
  src: url("../fonts/Metropolis-Regular.woff2") format("woff2"),
    url("../fonts/Metropolis-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Metropolis";
  src: url("../fonts/Metropolis-Medium.woff2") format("woff2"),
    url("../fonts/Metropolis-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Metropolis";
  src: url("../fonts/Metropolis-Black.woff2") format("woff2"),
    url("../fonts/Metropolis-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Metropolis";
  src: url("../fonts/Metropolis-ExtraBold.woff2") format("woff2"),
    url("../fonts/Metropolis-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: var(--primary-font);
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: normal;
}

.p-90 {
  padding: 90px 0;
}

.pt-90 {
  padding-top: 90px;
}

.pb-15 {
  padding-bottom: 15px;
}

.p-115 {
  padding: 115px 0;
}

.p-95 {
  padding-top: 95px;
  padding-bottom: 95px;
}

.pt-95 {
  padding-top: 95px;
}

.pb-60 {
  padding-bottom: 60px;
}

.mb-60 {
  margin-bottom: 60px;
}

.pt-135 {
  padding-top: 135px;
}

.pb-238 {
  padding-bottom: 238px;
}

.p-100 {
  padding: 100px 0;
}

.pb-100 {
  padding-bottom: 100px;
}

.pl-15 {
  padding-left: 15px;
}

.pr-15 {
  padding-right: 15px;
}

.pt-75 {
  padding-top: 75px;
}

.pb-95 {
  padding-bottom: 95px;
}

.custom-btn {
  font-size: 16px;
  line-height: 30px;
  color: var(--text-color-white) !important;
  font-weight: bold;
  background: var(--bg-dark-green);
  border-radius: 6px;
  padding: 7px 32px;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}

.custom-btn:hover {
  background-color: var(--bg-orange);
  border-color: var(--bg-orange);
}

/* Header */
.top-header .logo-wrap {
  padding-top: 45px;
  padding-bottom: 0;
}

.top-header .logo-wrap img {
  max-width: 350px;
}

.hero-section {
  background: url("../img/hero-banner.png") no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.hero-section .row {
  position: relative;
}

.banner-slider {
  position: inherit;
}

.banner-slider button.slick-next {
  position: absolute;
  right: 0;
}

.banner-slider button::before,
.banner-slider button::after {
  color: #fff !important;
}

.banner-content h2 {
  font-size: 48px;
  line-height: 40px;
  font-weight: 900;
  text-transform: uppercase;
  font-style: italic;
  text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.24);
}

.banner-content h2 span {
  font-size: 90px;
  line-height: 85px;
}

.banner-content p {
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
}

.tag-line h5 {
  font-size: 18px;
  line-height: normal;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 1px;
  padding-left: 12px;
}

.tag-line h4 {
  font-size: 30px;
  line-height: 30px;
  font-weight: 900;
  font-style: italic;
  display: inline-block;
  background: var(--bs-body-bg);
  color: var(--bg-orange);
  padding: 11px;
  border-radius: 0 10px 10px 10px;
  text-transform: uppercase;
}

.tag-line {
  margin-top: 36px;
  background: #fff;
  display: inline-block;
  padding: 5px 15px;
  border-radius: 10px;
  overflow: hidden;
}

.tag-line img {
  width: 220px;
  border-radius: 5px;
}

.india-map img {
  margin-top: -240px;
}

.page-heading {
  background: #e67e22;
}
.page-heading h2{
  margin-bottom: 0!important;
}

/*navbar */
.navbar {
  background-color: var(--bg-dark-blue);
  padding-bottom: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.navbar.sticky {
  position: fixed;
  top: 0;
  left: 0;
  background-color: var(--bg-dark-blue);
  -webkit-box-shadow: 0 3px 6px 3px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 3px 6px 3px rgba(0, 0, 0, 0.06);
  box-shadow: 0 3px 6px 3px rgba(0, 0, 0, 0.06);
  width: 100%;
  z-index: 9;
}

.navbar .navbar-nav li a {
  color: var(--text-color-white);
  font-size: 16px;
  line-height: normal;
  text-transform: uppercase;
  font-weight: 700;
  padding: 38px 65px !important;
  transition: all 0.3s ease-in-out;
  letter-spacing: 2px;
}

.navbar .navbar-nav li a:hover {
  color: var(--bg-orange);
}

.dropdown-menu li a.dropdown-item {
  color: var(--bg-orange) !important;
  padding: 20px !important;
  background: var(--bg-dark-blue);
}

.dropdown-menu li a.dropdown-item:hover {
  background-color: #ddd;
}

.nav-link.color {
  position: relative;
}

.nav-link.color::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 7px;
  background: var(--color-1);
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
}

.nav-link.color.color-2::before {
  background: var(--color-2);
}

.nav-link.color.color-3::before {
  background: var(--color-3);
}

.nav-link.color.color-4::before {
  background: var(--color-4);
}

.nav-link.color.color-5::before {
  background: var(--color-5);
}

.nav-link.color.color-6::before {
  background: var(--color-6);
}

.nav-link.color.color-7::before {
  background: var(--color-7);
}

.nav-link.color.color-8::before {
  background: var(--color-8);
}

.nav-link.color:hover::before {
  background: var(--bg-orange);
}

/* end of navbar */

/*Text section */
.p-60 {
  padding: 60px 0;
}

.text-section h2 {
  font-size: 60px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 60px;
  color: var(--bg-dark-grey);
  margin-bottom: 30px;
}

.text-section h6 {
  font-size: 22px;
  line-height: 24px;
  color: var(--bg-dark-grey);
  margin-bottom: 15px;
}

.text-section p {
  font-size: 16px;
  line-height: 20px;
  color: var(--bg-dark-grey);
  margin-bottom: 30px;
}

.text-section.position-relative h2 {
  position: absolute;
  text-align: left;
}

.left-col {
  text-align: right;
}

.text-section ul {
  padding: 0;
  list-style: none;
}

.text-section ul li {
  display: flex;
  gap: 30px;
}

.text-section ul li,
.text-section ul li a {
  font-size: 16px;
  line-height: 20px;
  color: var(--bg-dark-grey);
}

/* ABOUT FOUNDATION */
#abt-foundation {
  background: url("../img/abt-foundation-banner.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  background-position: 75% 100%;
}

.abt-foundation .text-section h2 {
  margin-bottom: 35px;
}

/* End About Foundation */

/*Governing Body */
.guest-card-section {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  row-gap: 32px;
}

.guest-card img {
  border-radius: 10px;
  width: 192px;
  height: 192px;
}

.guest-card {
  display: flex;
  gap: 30px;
  margin-bottom: 30px;
}

.guest-card-text {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.guest-card-text h5 span {
  background: var(--bg-dark-green);
  font-size: 14px;
  line-height: normal;
  color: var(--text-color-white);
  display: inline-flex;
  border-radius: 6px;
  padding: 4px 10px;
}

.guest-card-text h4 {
  font-size: 22px;
  line-height: 24px;
  font-weight: bold;
  color: var(--bg-dark-grey);
}

.guest-card-text p {
  line-height: 18px;
  color: #000;
  letter-spacing: -0.5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.readmore_btn {
  background: var(--bg-dark-grey);
  font-size: 14px;
  line-height: normal;
  color: var(--text-color-white);
  display: inline-flex;
  border-radius: 6px;
  padding: 4px 10px;
  text-decoration: none;
}

.readmore_btn:hover {
  background-color: #525659c7;
  color: var(--text-color-white);
}

.modal .modal-dialog {
  max-width: 700px;
}

.guest-content {
  display: flex;
  gap: 20px;
}

.guest-content img {
  width: 200px;
  height: 200px;
  border-radius: 5px;
}

.guest-card-section .slick-list {
  max-width: 85%;
  margin: 0 auto;
}

.guest-card-section .slick-track {
  display: flex;
  gap: 30px;
}

.guest-content h2 {
  line-height: 24px;
  font-weight: 900;
  color: var(--bg-dark-grey);
  margin-bottom: 10px;
}

.modal .modal-body {
  padding: 30px;
}

/* End Governing Body*/

/* our-intiative */
.our-intiative::before {
  position: absolute;
  content: "";
  background-color: var(--bg-orange);
  height: 435px;
  width: 100%;
  top: 0;
}

.our-intiative .container {
  position: relative;
  z-index: 1;
}

.intitative-cards .card {
  border-radius: 20px;
  overflow: hidden;
}

.card.color-3 {
  border: 4px solid var(--color-3) !important;
}

.card.color-4 {
  border: 4px solid var(--bg-orange) !important;
}

.card.color-5 {
  border: 4px solid var(--color-6) !important;
}

.core-theme-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(50, 50, 50, 0.5);
  border-radius: 20px;
  transition: all 0.3s ease-in-out;
  z-index: 9;
}

.card-img {

  transition: transform 2s, filter 3s ease-in-out;
}

.core-count {
  font-size: 50px;
  line-height: 24px;
  font-weight: 700;
  position: absolute;
  top: 1.8rem;
  right: 1.5rem;
  color: #b4afae !important;
  z-index: 9;
}

.core-theme-card .card-body {
  position: absolute;
  bottom: 20px;
  padding: 24px;
  z-index: 99;
}

.theme-content {
  padding: 24px;
  z-index: 9;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 242, 228, 0.9);
  height: 100%;
  border-radius: 20px;
}

.card-text {
  font-size: 22px;
  line-height: 24px;
}

.theme-close {
  position: absolute;
  bottom: 24px;
  right: 24px;
}

.theme-close svg {
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.card-title {
  font-size: 30px;
  line-height: 30px;
  font-weight: 900;
  text-transform: uppercase;
}

.core-theme-card:hover img {
  transform: scale(1.2);
}

#our-initiative .slick-arrow,
#governing .slick-arrow {
  background: #222641;
  border-color: #222641;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  top: 60%;
}

#our-initiative .slick-arrow::before,
#governing .slick-arrow::before {
  font-family: "Font Awesome 6 Free";
  color: #a7a7a7;
  opacity: 1;
}

#our-initiative .slick-arrow.slick-prev,
#governing .slick-arrow.slick-prev {
  left: -40px;
}

#our-initiative .slick-arrow.slick-next,
#governing .slick-arrow.slick-next {
  right: -40px;
}

#our-initiative .slick-arrow.slick-disabled,
#governing .slick-arrow.slick-disabled {
  color: #a7a7a7;
  border: 1px solid #a7a7a7;
  background: transparent;
}

#our-initiative .slick-arrow,
#governing .slick-arrow {
  top: 45% !important;
}

/*NEWS SECTION */
.news-section img {
  border-radius: 20px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  width: 100%;
}

.news-section h6 {
  font-size: 18px;
  text-transform: uppercase;
  color: #111;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news-section ul li {
  gap: 8px;
  font-size: 14px;
}

.news-section p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.news-section .category a {
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
  background: #ececec;
  padding: 4px 10px;
  border-radius: 6px;
  border: 1px solid #ccc;
  color: #666;
  text-decoration: none;
}

.news-slider .slick-arrow,
.video-slider .slick-arrow, .testimonial-slider .slick-arrow {
  background: #222641;
  border-color: #222641;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  top: 110px;
}

.news-slider .slick-arrow::before,
.video-slider .slick-arrow::before,
.banner-slider .slick-arrow::before,
.testimonial-slider .slick-arrow::before {
  font-family: "Font Awesome 6 Free";
  color: #a7a7a7;
  opacity: 1;
}

.news-slider .slick-arrow.slick-prev,
.video-slider .slick-arrow.slick-prev {
  left: -40px;
}

.news-slider .slick-arrow.slick-next,
.video-slider .slick-arrow.slick-next {
  right: -40px;
}

.video-slider .slick-arrow.slick-next,
.video-slider .slick-arrow.slick-prev {
  top: 50%;
}

.news-slider .slick-arrow.slick-disabled,
.video-slider .slick-arrow.slick-disabled {
  color: #a7a7a7;
  border: 1px solid #a7a7a7;
  background: transparent;
}
.testimonial-slider .slick-arrow{top:50%; }
.testimonial-slider .slick-arrow.slick-prev {left:-40px;}
.testimonial-slider .slick-arrow.slick-next {right:-40px;}
.testimonial-slider .slick-arrow::before {
  color: #fff !important;
}

.slick-dots {
  display: none !important;
}

.banner-slider .slick-arrow::before
/* end our-intiative */

/* INNER PAGE */
.page-heading {
  background: url(../img/hero-banner.png) no-repeat;
  background-size: cover;
  background-position: center;
}

.abt-section.text-section h2 {
  font-size: 36px;
  text-transform: capitalize;
}

.abt-section.text-section ul li .list-count {
  font-size: 40px;
  line-height: normal;
  font-weight: 900;
  color: var(--bg-orange);
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
}

.abt-section.text-section ul li {
  margin-bottom: 15px;
  position: relative;
  padding-left: 70px;
}

.abt-section.text-section ul.checked-list li {
  padding-left: 55px;
}

.mission-list-head {
  font-weight: 600;
  font-size: 16px !important;
  line-height: 20px !important;
}

/* FOOTER */
footer {
  background: var(--bg-dark-blue);
}

footer .map {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  overflow: hidden;
}

footer .map iframe {
  max-width: 49%;
}

.footer-content {
  font-family: "Google Sans";
  z-index: 1;
}

.footer-content h5 {
  font-weight: bold;
  font-size: 18px;
  line-height: 18px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 20px;
}

.footer-content p {
  font-size: 16px;
  line-height: 16px;
  font-weight: normal;
  margin-bottom: 0;
  color: #ffb900;
}
.orange-text{color: #ffb900 !important;}
.footer-content ul{padding-left:0; list-style-type:none;}
.footer-content ul li{font-size: 13px;}
.footer-content ul li a{color: var(--text-color-white);
  text-decoration: none;
  font-size: 13px;}
  .footer-content ul li a:hover{color: #ffb900;}
.footer-content p a {
  text-decoration: none;
  color: #ffb900;
}

.footer-content address {
  font-size: 13px;
  line-height: 16px;
}

.social-icons {
  display: flex;
  gap: 20px;
  margin-top: 42px;
  margin-bottom: 58px;
}

.social-icons a {
  font-size: 20px;
}

.social-icons a:hover {
  color: #ffb900 !important;
}

.copyright p {
  font-size: 16px;
  line-height: 24px;
  color: #80889a;
  font-family: "Bahnschrift";
}

iframe {
  border: 4px solid #e88421;
  border-radius: 10px;
}


.iservice {
  position: relative;
}

.video-item {
  padding: 0px 15px;
  margin-bottom: 15px;
}

.video-item .iservice img {
  border-radius: 20px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  width: 100%;
}

.video-play-button {
  position: relative;
  z-index: 10;
  top: 0%;
  left: 0%;
  /*transform: translateX(-50%) translateY(-50%);*/
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  /*background: #fa183d;*/
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 70px;
  height: 70px;
  background: #e82c30;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 70px;
  height: 70px;
  background: #e82c30;
  border-radius: 50%;
  transition: all 200ms;
}

.video-play-button:hover:after {
  background-color: darken(#fa183d, 10%);
}

.video-play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  margin: auto;
}

.video-play-icon a {
  display: inline-block;
}

.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 26px solid #fff;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  top: 6px;
  left: 3px;
}


/* */
.latestNews ul.card-text {
  list-style-type: none;
  padding: 0;
  font-size: 14px;
}

.latestNewsModal ul.event-time {
  list-style-type: none;
  font-size: 14px;
}

.bg-grey {
  background: #eee;
}

.testimonial-list {
  padding: 0 15px;
}

.testimonial-list>div {
  padding: 40px;
  border: 1px solid #eee;
  border-radius: 20px;
  background: #fff;
  min-height: 360px;
}

.blockquote-icon {
  width: 40px;
  margin-bottom: 10px;
}

.testimonial-list p.client-name span {
  display: block;
  font-size: 13px;
}

.our-initiative-accordion button.accordion-button.collapsed {
  background: #e67e22;

}

.our-initiative-accordion button.accordion-button {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
}

.our-initiative-accordion button.accordion-button:hover,
.our-initiative-accordion button.accordion-button {
  background-color: #233252;
}
.our-initiative-accordion button.accordion-button:focus{outline:none;border:none;}
.our-initiative-accordion button.accordion-button::after{background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");}
.our-initiative-accordion h6 {
  font-size: 16px;
  line-height: normal;
}

.pdf-reader .pdf-card {
  color: grey;
  border-radius: 6px;
  text-decoration: none;
}

.pdf-reader h6 {
  font-size: 16px;
}

.pdf-reader h6 small {
  color: #c0392b;
}


/* Gallery */
ul#imageGrid {
  list-style-type: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(16%, 1fr));
  gap: 0px;
}
ul#imageGrid li {
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 0px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
ul#imageGrid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* End Gallery */
.convenor-details{min-height:145px;}
.convenor-detail h6{background: var(--bg-dark-blue);
  color: var(--text-color-white);
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;}





@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

/* End of Footer*/

/* Responsive */



@media(max-width:1399px) {
  .banner-content h2 span {
    font-size: 80px;
    line-height: 80px;
  }
}




@media (max-width: 1365px) {


  /* .navbar .navbar-nav li a {
    padding: 38px 10px !important;
  } */

  .india-map img {
    margin-top: -190px;
  }

  .tag-line h4 {
    font-size: 24px;
    line-height: 28px;
  }

  /* #our-initiative .slick-arrow.slick-prev, #governing .slick-arrow.slick-prev, .news-slider .slick-arrow.slick-prev{left: -25px;}
  #our-initiative .slick-arrow.slick-next, #governing .slick-arrow.slick-next, .news-slider .slick-arrow.slick-next{right:-25px;} */
  .intitative-cards,
  .news-slider,
  .guest-card-section {
    max-width: 95%;
    margin: 0 auto;
  }
}

@media (min-width: 1200px) {

  .navbar-toggler-icon,
  .btn-close {
    display: none;
  }
}

@media (max-width: 1199px) {
  .logo-wrap img {
    width: 250px;
  }

  .offcanvas-collapse {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 100%;
    width: 450px;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: #343a40;
    transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out;
  }

  .offcanvas-collapse.open {
    visibility: visible;
    transform: translateX(-100%);
    z-index: 9;
    padding: 5px;
  }

  .navbar-toggler-icon {
    display: inline-block;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
  }

  .top-header>.container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }

  .india-map img {
    margin-top: 0;
  }

  .top-header .logo-wrap {
    padding: 25px 0;
  }

  .banner-content h2 {
    font-size: 40px;
    line-height: 40px;
  }

  .banner-content h2 span {
    font-size: 65px;
    line-height: 65px;
  }

  .btn-close {
    float: right;
    position: relative;
    top: 10px;
    right: 10px;
    background: #fff0 url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    z-index: 9;
  }

  .navbar .navbar-nav li a {
    padding: 20px 10px !important;
  }

  .nav-link.color::after {
    height: 2px;
  }

  .intitative-cards.slick-dotted.slick-slider,
  .news-slider.slick-dotted.slick-slider .guest-card-section {
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
  }

  .video-slider {
    max-width: 90%;
    margin: 0 auto;
  }

  .guest-card img {
    width: 140px;
    height: 140px;
  }

  .guest-card-text h4 {
    font-size: 18px;
    line-height: 18px;
  }

  .guest-card-section .slick-list {
    max-width: 100%;
  }

  .text-section h2 {
    font-size: 48px;
    line-height: 48px;
  }

  .dropdown-toggle::after {
    position: absolute;
    top: 27px;
    right: 15px;
  }

  #abt-foundation {
    background-position: 65% 100%;
  }

  .card-title {
    font-size: 18px;
    line-height: 18px;
  }
  .testimonial-slider{max-width:90%; margin:0 auto;}
  .footer-content ul li a, .footer-content ul li, .footer-content address{font-size: 12px;}
  .footer-content p, .footer-content h5{font-size: 14px;}
  ul#imageGrid {grid-template-columns: repeat(auto-fit, minmax(25%, 1fr));}
}






@media (max-width: 1023px) {
  .card-title {
    font-size: 20px;
    line-height: 20px;
  }
}

@media (max-width: 991px) {
  .banner-content h2 {
    font-size: 26px;
    line-height: 26px;
  }

  .banner-content h2 span {
    font-size: 48px;
    line-height: 48px;
  }

  .banner-content p {
    font-size: 18px;
    line-height: 20px;
  }

  .hero-section,
  .who-we-are,
  .abt-foundation,
  .p-100,
  .p-115 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .pb-100 {
    padding-bottom: 60px;
  }

  .text-section h6 {
    font-size: 18px;
    line-height: 20px;
  }

  .text-section.position-relative h2 {
    position: inherit;
    margin-bottom: 30px;
  }

  .text-section h2 {
    font-size: 48px;
    line-height: 48px;
  }

  .guest-card {
    display: flex;
    gap: 15px;
  }

  .guest-card img {
    width: 124px;
    height: 124px;
    object-fit: fill;
  }

  .guest-card-text h4 {
    font-size: 16px;
    line-height: 18px;
  }

  .guest-card-text p {
    font-size: 14px;
    line-height: 16px;
  }

  .guest-card-text h5 span {
    font-size: 12px;
  }

  /* .card-title {
    font-size: 26px;
    line-height: 26px;
  } */
  .text-section h6 {
    font-size: 16px;
    line-height: 18px;
  }

  .text-section p, .testimonial-list blockquote {
    font-size: 14px;
    line-height: 16px;
  }

  #abt-foundation {
    background-position: 50% 100%;
  }

  .our-initiative-accordion button.accordion-button {
    font-size: 24px;
    line-height: normal;
  }
  .blockquote-icon{    width: 30px;}

}

@media (max-width: 767px) {
  .reverse-section {
    flex-direction: column-reverse;
  }

  .india-map,
  .left-col {
    text-align: center;
  }

  .india-map img {
    max-width: 400px;
  }

  .banner-content {
    margin-top: 30px;
  }

  .left-col img {
    max-width: 400px;
  }

  #abt-foundation {
    background-position: left;
  }

  .guest-card-section {
    row-gap: 20px;
  }

  #our-initiative .slick-arrow.slick-next,
  .news-slider .slick-arrow.slick-next {
    right: -30px;
  }

  #our-initiative .slick-arrow.slick-prev,
  .news-slider .slick-arrow.slick-prev {
    left: -30px;
  }

  #our-initiative .slick-arrow {
    top: 50%;
  }

  .card-title {
    font-size: 16px;
    line-height: 16px;
  }

  .core-theme-card .card-body {
    bottom: 0;
  }

  .our-intiative::before {
    height: 250px;
  }

  footer .map {
    position: inherit;
    border-radius: 5px;
    height: 280px;
  }

  footer .map iframe {
    max-width: 100%;
  }

  /* #contact {
    padding-top: 0;
  } */
  .social-icons {
    margin-top: 15px;
    margin-bottom: 30px;
  }

  .footer-content {
    padding-top: 30px;
  }

  .abt-section.text-section h2 {
    /* margin-top: 20px; */
    font-size: 30px;
    margin-bottom: 20px;
  }

  .abt-section.text-section ul li .list-count {
    font-size: 24px;
  }

  .abt-section.text-section ul.checked-list img {
    width: 24px;
  }

  .abt-section.text-section ul li,
  .abt-section.text-section ul.checked-list li {
    padding-left: 50px;
  }

  .theme-close svg {
    width: 35px;
    height: 35px;
  }

  .core-count {
    font-size: 36px;
  }

  .banner-slider {
    position: relative;
    margin: 0 20px;
  }

  .banner-content h2 span {
    font-size: 40px;
    line-height: 40px;
  }

  .banner-slider .slick-arrow {
    top: 50%;
  }

  .banner-slider button.slick-next {
    right: -25px;
  }

  .text-section h2 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom:25px;
  }
  .custom-btn{font-size: 14px;padding: 5px 24px;}
  .tag-line img {
    width: 180px;
}
.pdf-reader h6 {
  font-size: 14px;
  line-height: normal;
}
.pt-75{padding-top:50px;}
.pb-95{padding-bottom:50px;}
.our-initiative-accordion button.accordion-button{font-size: 20px;}
ul#imageGrid {grid-template-columns: repeat(auto-fit, minmax(33.3%, 1fr));}
}

@media (max-width: 567px) {
  .offcanvas-collapse {
    width: 100%;
  }

  .logo-wrap img {
    width: 175px;
  }

  .india-map img,
  .left-col img {
    max-width: 100%;
  }

  .text-section h2 {
    font-size: 24px !important;
    line-height: 24px;
    /* margin-bottom: 25px !important; */
  }

  #our-initiative .slick-arrow,
  .news-slider .slick-arrow,
  #governing .slick-arrow,
  .video-slider .slick-arrow, .testimonial-slider .slick-arrow {
    width: 28px;
    height: 28px;
  }

  #our-initiative .slick-arrow::before,
  .news-slider .slick-arrow::before,
  #governing .slick-arrow::before,
  .video-slider .slick-arrow::before, .testimonial-slider .slick-arrow::before {
    font-size: 14px;
  }

  #our-initiative .slick-arrow.slick-next,
  .news-slider .slick-arrow.slick-next,
  #governing .slick-arrow.slick-next,
  .video-slider .slick-arrow.slick-next,  .testimonial-slider .slick-arrow.slick-next {
    right: -19px;
  }

  #our-initiative .slick-arrow.slick-prev,
  .news-slider .slick-arrow.slick-prev,
  #governing .slick-arrow.slick-prev,
  .video-slider .slick-arrow.slick-prev, .testimonial-slider .slick-arrow.slick-prev {
    left: -19px;
  }

  .tag-line h4 {
    font-size: 20px;
    line-height: 20px;
  }

  .left-col img {
    max-width: 250px;
  }

  .guest-card img {
    width: 110px;
    height: 110px;
  }
  .convenor-details{min-height:auto;}
  .testimonial-list>div{padding:20px;}
  .our-initiative-accordion h2{margin-bottom:0 !important;}
}

@media (max-width: 479px) {
  .guest-content {
    flex-direction: column;
  }

  .guest-content img {
    width: 150px;
    height: 150px;
  }
}