/*!
 * Date: 29/08/2024
 * This is style sheet for about us page
 */
/* About us banner section start */
.aboutusbanner-section {
  position: relative;
}

.aboutusbanner-section .aboutusbanner-img {
  width: 100%;
  height: 540px;
}

.aboutusbanner-section .aboutus-text-section {
  position: absolute;
  height: auto;
  width: auto;
  left: 3%;
  bottom: 7%;
  max-width: 40%;
}
.aboutusbanner-section .aboutus-text-section h1 {
  font-family: "Roboto";
  font-size: 1.75rem;
  font-weight: 600;
  color: #ffffff;
}
.aboutusbanner-section .aboutus-text-section p {
  font-family: "Jost", sans-serif;
  font-size: 1rem;
  color: #ffffff;
  width: 100%;
  word-wrap: break-word;
  margin-bottom: 0;
}

.aboutusbanner-section .about-banner-description {
  display: flex;
  flex-wrap: wrap;
  width: auto;
  height: 100%;
  align-content: center;
  background-color: #0000008c;
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  border-color: #ffffff;
  padding: 2rem 1rem;
  flex-direction: column;
  /* left: 50px; */
}
/* Mask the right border */
/* .aboutusbanner-section .about-banner-description::before,
.aboutusbanner-section .about-banner-description::after {
  content: "";
  position: absolute;
  right: 0;
  border-right: 1px solid #ffffff;
}

/* Top mask */
.aboutusbanner-section .about-banner-description::before {
  top: 0;
  height: 65px;
  width: 1px;
  background: white;
}

/* Bottom mask */
.aboutusbanner-section .about-banner-description::after {
  bottom: 0;
  height: 65px;
  width: 1px;
  background: white;
}
*/
/* About us banner section end */

/* BLT section start */
.blt-section {
  position: relative;
}

.blt-section .row {
  width: 100%;
  margin: 0 auto;
}

.blt-section .container {
  padding: 2rem 0 4rem;
}

.blt-section h2 {
  font-family: "Roboto", serif;
  font-size: 2.75rem;
  color: #3e2723;
  font-weight: 600;
  text-align: center;
  margin-bottom: 1.5rem;
}

.blt-section .bltsection-descrip {
  font-family: "Jost", sans-serif;
  font-size: 1.125rem;
  color: #424242;
  text-align: left;
}
.blt-section .bltsection-descrip br {
  display: none;
}
.blt-section .blt-slider {
  flex-direction: row;
  max-width: 100%;
  margin: 2rem auto;
}

.blt-slider .slick-list {
  max-width: 97%;
  margin: 0 auto;
}
.blt-slider.slick-initialized .slick-slide {
  margin: 10px 0px;
  padding: 0 3px 0 6px;
}
.blt-slider .slick-prev {
  position: absolute;
  left: 0.75rem;
  top: 1.8rem;
}
.blt-slider .slick-next {
  position: absolute;
  right: 0.75rem;
  top: 1.8rem;
}
.blt-slider .slick-prev,
.blt-slider .slick-next {
  z-index: 1;
  font-size: 0;
  line-height: 0;
  display: block;
  width: 66px;
  height: 66px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 1px solid #ff8a00;
  border-radius: 50%;
  outline: none;
  background: transparent;
}
.blt-slider .slick-prev.slick-disabled,
.blt-slider .slick-next.slick-disabled {
  border: 1px solid #d8d8d8;
  pointer-events: none;
}
.blt-slider .slick-prev.slick-disabled:before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: left;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="68" height="36.414" viewBox="0 0 68 36.414"><g id="arrow-left" transform="translate(67.5 0.707) rotate(90)"><path id="Path_1" data-name="Path 1" d="M0,0V67" transform="translate(17.5 0)" fill="none" stroke="%23d8d8d8" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><path id="Path_2" data-name="Path 2" d="M35,0,17.5,17.672,0,0" transform="translate(0 49.328)" fill="none" stroke="%23d8d8d8" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/></g></svg>');
  width: 36px;
  height: 27px;
  margin-left: 13px;
}
.blt-slider .slick-next.slick-disabled:before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: right;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="68" height="36.414" viewBox="0 0 68 36.414"><g id="arrow-right" transform="translate(0.5 35.707) rotate(-90)"><path id="Path_1" data-name="Path 1" d="M0,0V67" transform="translate(17.5 0)" fill="none" stroke="%23d8d8d8" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><path id="Path_2" data-name="Path 2" d="M35,0,17.5,17.672,0,0" transform="translate(0 49.328)" fill="none" stroke="%23d8d8d8" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/></g></svg>');
  width: 36px;
  height: 27px;
  margin-left: 13px;
}
.blt-slider .slick-prev:before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: left;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="68" height="36.414" viewBox="0 0 68 36.414"><g id="arrow-left" transform="translate(67.5 0.707) rotate(90)"><path id="Path_1" data-name="Path 1" d="M0,0V67" transform="translate(17.5 0)" fill="none" stroke="%23ff8a00" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><path id="Path_2" data-name="Path 2" d="M35,0,17.5,17.672,0,0" transform="translate(0 49.328)" fill="none" stroke="%23ff8a00" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/></g></svg>');
  width: 36px;
  height: 27px;
  margin-left: 13px;
}
.blt-slider .slick-next:before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: right;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="68" height="36.414" viewBox="0 0 68 36.414"><g id="arrow-right" transform="translate(0.5 35.707) rotate(-90)"><path id="Path_1" data-name="Path 1" d="M0,0V67" transform="translate(17.5 0)" fill="none" stroke="%23ff8a00" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><path id="Path_2" data-name="Path 2" d="M35,0,17.5,17.672,0,0" transform="translate(0 49.328)" fill="none" stroke="%23ff8a00" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/></g></svg>');
  width: 36px;
  height: 27px;
  margin-left: 13px;
}
.blt-section .slick-dots {
  position: absolute;
  bottom: -50px;
  left: 45%;
  display: block;
  width: 500px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.blt-section .slick-dots li {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 25px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.blt-section .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.blt-section .slick-dots li button:before {
  font-family: "slick";
  font-size: 40px;
  line-height: 25px;
  /* position: absolute; */
  /* top: -10%;
	left: 22%; */
  width: 25px;
  height: 25px;
  content: "•";
  text-align: center;
  opacity: 1;
  color: #cda274;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.blt-section .slick-dots li.slick-active {
  /* height: 47px; */
  border-radius: 50%;
}

.blt-section .slick-dots li button:before {
  font-size: 45px;
}

.blt-section .slick-dots li.slick-active button:before {
  font-size: 50px;
}

.blt-section .slick-dots li.slick-active {
  /* height: 47px; */
  border-radius: 50%;
}

.blt-section .slick-dots li.slick-active button {
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border: 1px solid #f57c00;
  border-radius: 20px;
}

.blt-section .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #f57c00;
  /* top: 24%;
	left: 28%; */
}

.blt-section .slick-slide img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  transition: all 0.35s ease-in-out;
  object-fit: cover;
}

/* .browsegallery-img{
	height: 480px;
	width: 375px;
	border-radius: 10px;
	margin-bottom: 1rem;
} */

/* BLT section end */
/* history section start */
.history-section {
  position: relative;
}

.history-section .container {
  padding: 3rem 0 3rem;
}

.history-section .row {
  width: 100%;
  margin: 0 auto;
}

.history-section h2 {
  font-family: "Roboto", serif;
  font-size: 2.75rem;
  margin-bottom: 1rem;
  color: #3e2723;
  font-weight: 600;
}

.history-section p {
  font-family: "Jost", sans-serif;
  color: #424242;
  font-size: 1.125rem;
}

.history-section .history-text-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 45%;
}

.history-section .btn-cta {
  width: 150px;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.1rem;
  font-weight: 700;
  padding: 0.5rem;
  white-space: nowrap;
  --bs-btn-color: #424242;
  --bs-btn-border-radius: 0.75rem;
  border: 1px solid #424242;
}

.history-section .c-action-btn {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.history-section .arrow-icon {
  transition: all 0.5s;
}

.history-section .btn-cta:hover .arrow-icon {
  translate: 10px;
}

.history-section .workshop-icon {
  width: 80px;
  margin-bottom: 2rem;
}

.history-img-section {
  width: 55%;
}

.history-img-section img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  border-radius: 0 3rem 0 3rem;
}

/* history section end */
/* team members section start */
.teammembers-section {
  position: relative;
}

.teammembers-section .row {
  width: 100%;
  margin: 0 auto;
}

.teammembers-section .container {
  padding: 2rem 0 2rem;
}

.teammembers-section h2 {
  font-family: "Roboto", serif;
  font-size: 3rem;
  margin-bottom: 2rem;
  color: #3e2723;
  font-weight: 600;
}

.teammembers-section .teammembers-body {
  max-width: 960px;
  margin: auto;
  text-align: center;
}

.teammembers-section p {
  font-family: "Jost", sans-serif;
  color: #424242;
  font-size: 1.4rem;
}

.teammembers-section .teammembers-slider {
  flex-direction: row;
  max-width: 100%;
  margin: 2rem auto;
}

.teammembers-section .teammate-info {
  text-align: center;
  margin-top: 2rem;
}

.teammembers-section .teammate-info h4 {
  font-family: "Jost", sans-serif;
  color: #424242;
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 0;
}

.teammembers-section .teammate-info p {
  font-family: "Jost", sans-serif;
  color: #424242;
  font-size: 1.25rem;
  margin-bottom: 0;
}
.teammembers-slider .slick-list {
  max-width: 100%;
  margin: 0 auto;
  min-height: 470px;
}
.teammembers-slider.slick-initialized .slick-slide {
  margin: 10px 0px;
  padding: 0 3px 0 6px;
}
.teammembers-slider .slick-prev {
  position: absolute;
  left: 0.75rem;
  top: 1.8rem;
}
.teammembers-slider .slick-next {
  position: absolute;
  right: 0.75rem;
  top: 1.8rem;
}
.teammembers-slider .slick-prev,
.teammembers-slider .slick-next {
  z-index: 1;
  font-size: 0;
  line-height: 0;
  display: block;
  width: 66px;
  height: 66px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 1px solid #ff8a00;
  border-radius: 50%;
  outline: none;
  background: transparent;
}
.teammembers-slider .slick-prev.slick-disabled,
.teammembers-slider .slick-next.slick-disabled {
  border: 1px solid #d8d8d8;
  pointer-events: none;
}
.teammembers-slider .slick-prev.slick-disabled:before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: left;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="68" height="36.414" viewBox="0 0 68 36.414"><g id="arrow-left" transform="translate(67.5 0.707) rotate(90)"><path id="Path_1" data-name="Path 1" d="M0,0V67" transform="translate(17.5 0)" fill="none" stroke="%23d8d8d8" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><path id="Path_2" data-name="Path 2" d="M35,0,17.5,17.672,0,0" transform="translate(0 49.328)" fill="none" stroke="%23d8d8d8" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/></g></svg>');
  width: 36px;
  height: 27px;
  margin-left: 13px;
}
.teammembers-slider .slick-next.slick-disabled:before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: right;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="68" height="36.414" viewBox="0 0 68 36.414"><g id="arrow-right" transform="translate(0.5 35.707) rotate(-90)"><path id="Path_1" data-name="Path 1" d="M0,0V67" transform="translate(17.5 0)" fill="none" stroke="%23d8d8d8" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><path id="Path_2" data-name="Path 2" d="M35,0,17.5,17.672,0,0" transform="translate(0 49.328)" fill="none" stroke="%23d8d8d8" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/></g></svg>');
  width: 36px;
  height: 27px;
  margin-left: 13px;
}
.teammembers-slider .slick-prev:before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: left;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="68" height="36.414" viewBox="0 0 68 36.414"><g id="arrow-left" transform="translate(67.5 0.707) rotate(90)"><path id="Path_1" data-name="Path 1" d="M0,0V67" transform="translate(17.5 0)" fill="none" stroke="%23ff8a00" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><path id="Path_2" data-name="Path 2" d="M35,0,17.5,17.672,0,0" transform="translate(0 49.328)" fill="none" stroke="%23ff8a00" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/></g></svg>');
  width: 36px;
  height: 27px;
  margin-left: 13px;
}
.teammembers-slider .slick-next:before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: right;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="68" height="36.414" viewBox="0 0 68 36.414"><g id="arrow-right" transform="translate(0.5 35.707) rotate(-90)"><path id="Path_1" data-name="Path 1" d="M0,0V67" transform="translate(17.5 0)" fill="none" stroke="%23ff8a00" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><path id="Path_2" data-name="Path 2" d="M35,0,17.5,17.672,0,0" transform="translate(0 49.328)" fill="none" stroke="%23ff8a00" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/></g></svg>');
  width: 36px;
  height: 27px;
  margin-left: 13px;
}
.teammembers-section .slick-dots {
  position: relative;
  bottom: -60px;
  text-align: center;
  display: block;
  width: 1160px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.teammembers-section .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.teammembers-section .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.teammembers-section .slick-dots li button:before {
  font-family: "slick";
  font-size: 34px;
  line-height: 24px;
  position: absolute;
  top: -10%;
  left: 22%;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 1;
  color: #f3f3f3;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.teammembers-section .slick-dots li.slick-active button:before {
  font-size: 45px;
}

.teammembers-section .slick-dots li.slick-active {
  height: 47px;
  border-radius: 50%;
}

.teammembers-section .slick-dots li.slick-active button {
  padding: 5px;
}

.teammembers-section .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #f57c00;
  top: 21%;
  left: 28%;
}

.teammembers-section .slick-slide img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 20px 20px 0 0;
  transition: all 0.35s ease-in-out;
  object-fit: cover;
}

.teammembers-img {
  height: 367px;
  width: 283px !important;
  margin-bottom: 1rem;
  /* transition: all 0.35s ease-in-out;
	overflow: hidden; */
}
/* team members section end */

/* donors and supporters section start */

/* team members section end */

/**** Donor support section start ****/
.donorssupporters-section {
  position: relative;
}

.donorssupporters-section .row {
  width: 95vw;
  margin: 0 auto;
}

.donorssupporters-section .container {
  padding: 3rem 0 7rem;
  max-width: 100%;
}

.donorssupporters-section h2 {
  font-family: "Roboto", serif;
  font-size: 3rem;
  margin-bottom: 2rem;
  color: #3e2723;
  font-weight: 600;
}

.donorssupporters-section .donorssupporters-body {
  max-width: 960px;
  margin: auto;
  text-align: center;
}

.donorssupporters-section p {
  font-family: "Jost", sans-serif;
  color: #424242;
  font-size: 1.4rem;
  margin-bottom: 3rem;
}

.donor-info {
  text-align: center;
}

.donor-info h6 {
  font-size: 1.25rem;
  word-wrap: break-word;
}

/* .donorssupporters-section .donorssupporters-slider {
    flex-direction: row;
    max-width: 100%;
    margin: 2rem auto;
}

.donorssupporters-ticker .slick-list {
    max-width: 99%;
    margin: 0 auto;
}
.donorssupporters-ticker.slick-initialized .slick-slide {
    margin: 10px 0px;
    padding: 0 3px 0 6px;
	width: 290px;
}
.donorssupporters-ticker .slick-prev {
    position: absolute;
    left: 0.75rem;
    top: 1.8rem;
}
.donorssupporters-ticker .slick-next {
    position: absolute;
    right: 0.75rem;
    top: 1.8rem;
}
.donorssupporters-ticker .slick-prev,
.donorssupporters-ticker .slick-next {
    z-index: 1;
    font-size: 0;
	line-height: 0;
	display: block;
	width: 66px;
	height: 66px;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: 1px solid #FF8A00;
	border-radius: 50%;
	outline: none;
	background: transparent;
}
.donorssupporters-ticker .slick-prev.slick-disabled,
.donorssupporters-ticker .slick-next.slick-disabled {
	border: 1px solid #d8d8d8;
	pointer-events: none;
}
.donorssupporters-ticker .slick-prev.slick-disabled:before {
	content: '';
	display: block;
	background-repeat: no-repeat;
	background-position: left;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="68" height="36.414" viewBox="0 0 68 36.414"><g id="arrow-left" transform="translate(67.5 0.707) rotate(90)"><path id="Path_1" data-name="Path 1" d="M0,0V67" transform="translate(17.5 0)" fill="none" stroke="%23d8d8d8" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><path id="Path_2" data-name="Path 2" d="M35,0,17.5,17.672,0,0" transform="translate(0 49.328)" fill="none" stroke="%23d8d8d8" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/></g></svg>');
	width: 36px;
	height: 27px;
	margin-left: 13px;
}
.donorssupporters-ticker .slick-next.slick-disabled:before {
	content: '';
	display: block;
	background-repeat: no-repeat;
	background-position: right;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="68" height="36.414" viewBox="0 0 68 36.414"><g id="arrow-right" transform="translate(0.5 35.707) rotate(-90)"><path id="Path_1" data-name="Path 1" d="M0,0V67" transform="translate(17.5 0)" fill="none" stroke="%23d8d8d8" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><path id="Path_2" data-name="Path 2" d="M35,0,17.5,17.672,0,0" transform="translate(0 49.328)" fill="none" stroke="%23d8d8d8" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/></g></svg>');
	width: 36px;
	height: 27px;
	margin-left: 13px;
}
.donorssupporters-ticker .slick-prev:before {
	content: '';
	display: block;
	background-repeat: no-repeat;
	background-position: left;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="68" height="36.414" viewBox="0 0 68 36.414"><g id="arrow-left" transform="translate(67.5 0.707) rotate(90)"><path id="Path_1" data-name="Path 1" d="M0,0V67" transform="translate(17.5 0)" fill="none" stroke="%23ff8a00" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><path id="Path_2" data-name="Path 2" d="M35,0,17.5,17.672,0,0" transform="translate(0 49.328)" fill="none" stroke="%23ff8a00" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/></g></svg>');
	width: 36px;
	height: 27px;
	margin-left: 13px;
}
.donorssupporters-ticker .slick-next:before {
	content: '';
	display: block;
	background-repeat: no-repeat;
	background-position: right;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="68" height="36.414" viewBox="0 0 68 36.414"><g id="arrow-right" transform="translate(0.5 35.707) rotate(-90)"><path id="Path_1" data-name="Path 1" d="M0,0V67" transform="translate(17.5 0)" fill="none" stroke="%23ff8a00" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><path id="Path_2" data-name="Path 2" d="M35,0,17.5,17.672,0,0" transform="translate(0 49.328)" fill="none" stroke="%23ff8a00" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/></g></svg>');
	width: 36px;
	height: 27px;
	margin-left: 13px;
}
.donorssupporters-ticker .slick-dots {
	position: absolute;
	bottom: -70px;
	left: 45%;
    display: block;
    width: 500px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.donorssupporters-ticker .slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0;
	padding: 0;
	cursor: pointer;
}

.donorssupporters-ticker .slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 100%;
	height: 100%;
	padding: 0px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}

.donorssupporters-ticker .slick-dots li button:before {
	font-family: 'slick';
	font-size: 34px;
	line-height: 24px;
	position: absolute;
	top: -10%;
	left: 22%;
	width: 20px;
	height: 20px;
	content: '•';
	text-align: center;
	opacity: 1;
	color: #F3F3F3;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.donorssupporters-ticker .slick-dots li.slick-active button:before{
	font-size: 45px;
}

.donorssupporters-ticker .slick-dots li.slick-active {
	height: 47px;
	border-radius: 50%;
}

.donorssupporters-ticker .slick-dots li.slick-active button {
	padding: 5px;
}

.donorssupporters-ticker .slick-dots li.slick-active button:before {
	opacity: 1;
	color: #F57C00;
	top: 24%;
	left: 28%;
} */

.donorssupporters-ticker .col-md-3 {
  width: 320px !important;
  height: auto;
  margin: auto;
}

.donorssupporters-ticker .slick-list {
  max-width: 100%;
  margin: 0 auto;
}
.donorssupporters-ticker.slick-initialized .slick-slide {
  margin: 10px 0px;
  padding: 0 3px 0 6px;
}
.donorssupporters-ticker .slick-prev {
  position: absolute;
  left: 0.75rem;
  top: 1.8rem;
}
.donorssupporters-ticker .slick-next {
  position: absolute;
  right: 0.75rem;
  top: 1.8rem;
}
.donorssupporters-ticker .slick-prev,
.donorssupporters-ticker .slick-next {
  z-index: 1;
  font-size: 0;
  line-height: 0;
  display: block;
  width: 66px;
  height: 66px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 1px solid #ff8a00;
  border-radius: 50%;
  outline: none;
  background: transparent;
}
.donorssupporters-ticker .slick-prev.slick-disabled,
.donorssupporters-ticker .slick-next.slick-disabled {
  border: 1px solid #d8d8d8;
  pointer-events: none;
}
.donorssupporters-ticker .slick-prev.slick-disabled:before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: left;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="68" height="36.414" viewBox="0 0 68 36.414"><g id="arrow-left" transform="translate(67.5 0.707) rotate(90)"><path id="Path_1" data-name="Path 1" d="M0,0V67" transform="translate(17.5 0)" fill="none" stroke="%23d8d8d8" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><path id="Path_2" data-name="Path 2" d="M35,0,17.5,17.672,0,0" transform="translate(0 49.328)" fill="none" stroke="%23d8d8d8" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/></g></svg>');
  width: 36px;
  height: 27px;
  margin-left: 13px;
}
.donorssupporters-ticker .slick-next.slick-disabled:before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: right;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="68" height="36.414" viewBox="0 0 68 36.414"><g id="arrow-right" transform="translate(0.5 35.707) rotate(-90)"><path id="Path_1" data-name="Path 1" d="M0,0V67" transform="translate(17.5 0)" fill="none" stroke="%23d8d8d8" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><path id="Path_2" data-name="Path 2" d="M35,0,17.5,17.672,0,0" transform="translate(0 49.328)" fill="none" stroke="%23d8d8d8" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/></g></svg>');
  width: 36px;
  height: 27px;
  margin-left: 13px;
}
.donorssupporters-ticker .slick-prev:before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: left;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="68" height="36.414" viewBox="0 0 68 36.414"><g id="arrow-left" transform="translate(67.5 0.707) rotate(90)"><path id="Path_1" data-name="Path 1" d="M0,0V67" transform="translate(17.5 0)" fill="none" stroke="%23ff8a00" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><path id="Path_2" data-name="Path 2" d="M35,0,17.5,17.672,0,0" transform="translate(0 49.328)" fill="none" stroke="%23ff8a00" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/></g></svg>');
  width: 36px;
  height: 27px;
  margin-left: 13px;
}
.donorssupporters-ticker .slick-next:before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: right;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="68" height="36.414" viewBox="0 0 68 36.414"><g id="arrow-right" transform="translate(0.5 35.707) rotate(-90)"><path id="Path_1" data-name="Path 1" d="M0,0V67" transform="translate(17.5 0)" fill="none" stroke="%23ff8a00" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><path id="Path_2" data-name="Path 2" d="M35,0,17.5,17.672,0,0" transform="translate(0 49.328)" fill="none" stroke="%23ff8a00" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/></g></svg>');
  width: 36px;
  height: 27px;
  margin-left: 13px;
}
.donorssupporters-ticker .slick-dots {
  position: relative;
  bottom: -60px;
  text-align: center;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}

.donorssupporters-ticker .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.donorssupporters-ticker .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.donorssupporters-ticker .slick-dots li button:before {
  font-family: "slick";
  font-size: 34px;
  line-height: 24px;
  position: absolute;
  top: -10%;
  left: 22%;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 1;
  color: #f3f3f3;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.donorssupporters-ticker .slick-dots li.slick-active button:before {
  font-size: 45px;
}

.donorssupporters-ticker .slick-dots li.slick-active {
  height: 47px;
  border-radius: 50%;
}

.donorssupporters-ticker .slick-dots li.slick-active button {
  padding: 5px;
}

.donorssupporters-ticker .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #f57c00;
  top: 24%;
  left: 28%;
}

.donorssupporters-ticker .slick-slide img {
  display: block;
  /* width: 100%; */
  height: 90px;
  margin: 0 auto 1.5rem auto;
  transition: all 0.35s ease-in-out;
  object-fit: cover;
}

.donorssupporters-logo {
  height: auto;
  /* width: 250px; */
  margin-bottom: 1rem;
  /* transition: all 0.35s ease-in-out;
	overflow: hidden; */
}
/**** Donor support section end ****/

/** Mobile Slider controls start here **/
.collage-mob-slider .slick-list {
  width: 76vw;
  margin: 0 auto;
}
.collage-mob-slider .slick-prev,
.collage-mob-slider .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 35%;
  display: block;
  width: 36px;
  height: 36px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  outline: none;
  background: transparent;
  border: 1px solid #f57c00;
  border-radius: 50%;
}
.collage-mob-slider .slick-prev {
  left: -25px;
}
.collage-mob-slider .slick-next {
  right: -25px;
}
.collage-mob-slider .slick-prev.slick-disabled,
.collage-mob-slider .slick-next.slick-disabled {
  pointer-events: none;
  border: 1px solid #d8d8d8;
}

.collage-mob-slider .slick-prev.slick-disabled:before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: left;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="68" height="36.414" viewBox="0 0 68 36.414"><g id="arrow-left" transform="translate(67.5 0.707) rotate(90)"><path id="Path_1" data-name="Path 1" d="M0,0V67" transform="translate(17.5 0)" fill="none" stroke="%23d8d8d8" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><path id="Path_2" data-name="Path 2" d="M35,0,17.5,17.672,0,0" transform="translate(0 49.328)" fill="none" stroke="%23d8d8d8" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/></g></svg>');
  width: 24px;
  height: 12px;
  margin-left: 5px;
}

.collage-mob-slider .slick-next.slick-disabled:before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: right;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="68" height="36.414" viewBox="0 0 68 36.414"><g id="arrow-right" transform="translate(0.5 35.707) rotate(-90)"><path id="Path_1" data-name="Path 1" d="M0,0V67" transform="translate(17.5 0)" fill="none" stroke="%23d8d8d8" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><path id="Path_2" data-name="Path 2" d="M35,0,17.5,17.672,0,0" transform="translate(0 49.328)" fill="none" stroke="%23d8d8d8" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/></g></svg>');
  width: 24px;
  height: 12px;
  margin-left: 5px;
}

.collage-mob-slider .slick-prev:before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: left;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="68" height="36.414" viewBox="0 0 68 36.414"><g id="arrow-left" transform="translate(67.5 0.707) rotate(90)"><path id="Path_1" data-name="Path 1" d="M0,0V67" transform="translate(17.5 0)" fill="none" stroke="%23ff8a00" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><path id="Path_2" data-name="Path 2" d="M35,0,17.5,17.672,0,0" transform="translate(0 49.328)" fill="none" stroke="%23ff8a00" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/></g></svg>');
  width: 24px;
  height: 12px;
  margin-left: 5px;
}

.collage-mob-slider .slick-next:before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: right;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="68" height="36.414" viewBox="0 0 68 36.414"><g id="arrow-right" transform="translate(0.5 35.707) rotate(-90)"><path id="Path_1" data-name="Path 1" d="M0,0V67" transform="translate(17.5 0)" fill="none" stroke="%23ff8a00" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/><path id="Path_2" data-name="Path 2" d="M35,0,17.5,17.672,0,0" transform="translate(0 49.328)" fill="none" stroke="%23ff8a00" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/></g></svg>');
  width: 24px;
  height: 12px;
  margin-left: 5px;
}
.collage-mob-slider .card {
  height: 20rem;
  max-height: 20rem;
  max-width: 85% !important;
  overflow: hidden;
  padding: 0;
}
.collage-mob-slider .card img {
  margin: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.625rem;
}
.collage-mob-slider .card:hover img {
  transform: scale(1.2);
}
.collage-mob-slider .card-description-section {
  padding: 0.5rem !important;
}
.collage-mob-slider.slick-initialized .slick-slide {
  text-align: center;
}
.collage-mob-slider .card-description-section h6 {
  font-size: 1rem;
  margin-bottom: 0.4rem;
}
.collage-mob-slider .card-icon-section h6 {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0.2rem;
}
.collage-mob-slider .card-description-section p {
  font-size: 0.95rem;
  margin-bottom: 0.65rem;
}
.collage-mob-slider .card-icon-section.p-4 {
  padding: 1rem !important;
}
.collage-mob-slider .card-description-section .flip-btn {
  width: 170px;
  height: 40px;
  padding: 0.5rem 0rem !important;
  font-size: 0.75rem;
}
/** Mobile Slider controls start here **/
/* Higher resolution styles start */

@media (min-width: 1367px) {
  .donorssupporters-ticker .col-md-3 {
    width: 360px !important;
    height: auto;
    margin: auto;
  }
  .history-img-section img,
  .aboutus-img-section img,
  .articles-img-section img {
    width: 90%;
  }
  .history-section .history-text-section p {
    padding-right: 0;
  }
  .blt-slider .slick-list {
    max-width: 1215px;
    /* max-width: 98vw; */
  }
  /* .blt-section .slick-dots li button:before{
		line-height: 25.25px;
	} */
  .teammembers-img {
    height: 400px;
    width: 25%;
  }
  .teammembers-slider .slick-list {
    min-height: 500px;
  }
  .teammembers-section .teammembers-slider {
    max-width: 1245px;
  }
  .teammembers-section .slick-dots {
    position: relative;
    bottom: -30px;
    left: auto;
    text-align: center;
    width: 100%;
  }
  .teammembers-section .teammembers-body {
    max-width: 100%;
  }
  .teammembers-section .teammembers-slider {
    max-width: 1245px;
  }
}

/* Higher resolution styles end */

/* tablet styles start */

@media only screen and (min-width: 768px) and (max-width: 1280px) and (orientation: landscape) {
  .banner-section .nextsection-icon {
    bottom: 10%;
  }
  .history-section .container {
    max-width: 95%;
  }
  .blt-section .container {
    max-width: 95%;
  }
  .donorssupporters-section .container {
    max-width: 95%;
  }
  .blt-section .slick-dots li.slick-active button:before {
    line-height: 28px;
  }
  .teammembers-section .container {
    max-width: 95%;
    padding: 2rem 0 2rem;
  }
  .history-img-section img,
  .aboutus-img-section img,
  .articles-img-section img {
    width: 100%;
  }
  .teammembers-img {
    height: 300px;
    width: 23.75%;
  }
  .teammembers-section .slick-dots {
    position: relative;
    bottom: auto;
    left: auto;
    text-align: center;
    width: 100%;
  }
  .teammembers-section .teammembers-slider {
    margin: 2rem auto 0;
  }
  .teammembers-slider .slick-list {
    max-width: 980px;
    margin: 0 auto;
    min-height: 425px;
  }
  /* .blt-section .slick-dots li.slick-active button:before{
		line-height: 26px;
	} */
  .blt-slider .slick-list {
    max-width: 1000px;
    margin: auto;
  }
  /* .donorssupporters-ticker.slick-initialized .slick-slide{
		width: 250px;
	} */
  .donorssupporters-ticker .slick-dots {
    width: 100%;
    position: relative;
    bottom: auto;
    left: auto;
    text-align: center;
  }
  .donorssupporters-ticker .slick-dots li.slick-active button:before {
    top: auto;
    left: auto;
    line-height: 20px;
    font-size: 50px;
  }
  .donorssupporters-ticker .slick-dots li button:before {
    top: auto;
    left: auto;
  }
  .donorssupporters-section .container {
    padding: 3rem 0 4rem;
  }
  .donorssupporters-section .row {
    max-width: 980px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) and (orientation: portrait) {
  .banner-section .banner-desc {
    font-family: "Jost", sans-serif;
    font-size: 1rem;
    width: 100%;
  }
  .banner-section img {
    height: 400px;
  }
  .banner-section h2 {
    font-size: 3rem;
  }
  .banner-section .carousel-caption {
    width: 75%;
    left: 5%;
  }
  .banner-section .carousel-indicators {
    right: 0%;
  }
  .banner-section .nextsection-icon {
    bottom: 10%;
    left: 45%;
  }
  .history-section .container,
  .blt-section .container,
  .teammembers-section .container {
    padding: 3rem 7rem 1rem;
    max-width: 100%;
  }
  .donorssupporters-section .container {
    padding: 3rem 7rem 4rem;
    max-width: 100%;
  }
  .history-section .history-text-section,
  .history-section .history-img-section {
    width: 100%;
  }
  .history-section p,
  .blt-section p {
    padding-right: 0;
  }
  .history-img-section img,
  .aboutus-img-section img,
  .articles-img-section img {
    width: 100%;
    height: 450px;
  }
  .collage-mob-slider .slick-list {
    width: 60vw;
  }
  .collage-mob-slider.slick-initialized .slick-slide {
    margin-bottom: 2rem;
  }

  .collage-mob-slider .slick-prev,
  .collage-mob-slider .slick-next {
    width: 50px;
    height: 50px;
    top: 29%;
  }
  .collage-mob-slider .slick-prev {
    left: 0px;
  }
  .collage-mob-slider .slick-next {
    right: 0px;
  }
  .teammembers-img {
    height: 370px;
    width: 300px !important;
    margin-bottom: 7rem;
  }
  .donorssupporters-section .donorssupporters-ticker .col-md-3 {
    max-width: 320px;
    max-height: 320px;
  }
  .donorssupporters-ticker .slick-slide img {
    object-fit: contain;
  }
  .donorssupporters-section .collage-mob-slider .slick-next {
    right: 45px;
  }
  .donorssupporters-section .collage-mob-slider .slick-prev {
    left: 45px;
  }
  /* .collage-mob-slider:last-child .teammembers-img{
		margin-bottom: 0 !important;
	} */
  /* .collage-mob-slider:nth-last-child() .teammembers-img{
		margin-bottom: 0;
	} */
  .collage-mob-slider .slick-prev:before,
  .collage-mob-slider .slick-prev.slick-disabled:before {
    width: 25px;
    height: 20px;
    margin-left: 14px;
  }
  .collage-mob-slider .slick-next:before,
  .collage-mob-slider .slick-next.slick-disabled:before {
    width: 25px;
    height: 20px;
    margin-left: 14px;
  }
  .aboutusbanner-section .about-banner-description {
    /* position: relative; */
    background-color: transparent;
    left: 5px;
    width: 100%;
    padding: 1rem 2rem 1rem 2rem;
  }
  .aboutusbanner-section .aboutus-text-section {
    max-width: 70%;
    height: auto;
    padding: 0;
  }
  .aboutusbanner-section .about-banner-description::before {
    height: 100%;
  }
  .aboutusbanner-section .about-banner-description::after {
    height: 100%;
  }
  .blt-section .slick-dots li.slick-active button:before {
    font-size: 44px;
  }
  .blt-section .slick-dots li button:before {
    line-height: 26px;
  }
  .blt-section .bltsection-descrip {
    font-size: 1.25rem;
  }
  .blt-section .slick-dots {
    position: relative;
    bottom: auto;
    left: auto;
    text-align: center;
    width: 100%;
  }
  .donorssupporters-ticker .slick-dots li.slick-active button:before {
    top: auto;
    left: auto;
    line-height: 20px;
    font-size: 50px;
  }
  .donorssupporters-ticker .slick-dots li button:before {
    top: auto;
    left: auto;
  }
  .donorssupporters-ticker .slick-list {
    max-width: 50%;
  }
  .donorssupporters-logo img {
    width: 100%;
  }
  .donorssupporters-ticker .slick-dots {
    width: 100%;
    position: relative;
    bottom: auto;
    left: auto;
    text-align: center;
  }
  .donorssupporters-section .row {
    width: 100%;
  }
  .teammembers-img {
    width: 300px !important;
  }
  .teammembers-slider .slick-list {
    max-width: 320px;
  }
}
/* tablet styles end */

/* mobile landscape and portarit styles start */

@media only screen and (min-width: 320px) and (max-width: 992px) and (orientation: landscape) {
  .aboutusbanner-section .aboutusbanner-img {
    height: 380px;
  }
  .banner-section .banner-desc {
    font-size: 1rem;
    width: 100%;
  }
  .banner-section img {
    height: 400px;
  }
  .banner-section h2 {
    font-size: 3rem;
  }
  .banner-section .carousel-caption {
    width: 75%;
    left: 10%;
  }
  .banner-section .carousel-indicators {
    right: 0%;
  }
  .banner-section .nextsection-icon {
    bottom: 10%;
    left: 45%;
  }
  .aboutusbanner-section .aboutus-text-section {
    position: absolute;
    max-width: 60%;
    width: 100%;
    height: auto;
  }
  .aboutusbanner-section .about-banner-description {
    /* position: relative; */
    background-color: transparent;
    left: 5px;
    width: 100%;
  }
  .aboutusbanner-section .about-banner-description::before {
    height: 100%;
  }
  .aboutusbanner-section .about-banner-description::after {
    height: 100%;
  }
  .history-section .container,
  .teammembers-section .container {
    padding: 2rem 7rem 2rem;
    max-width: 100%;
  }
  .history-section .history-text-section,
  .history-section .history-img-section {
    width: 100%;
  }
  .history-section p,
  .blt-section p {
    padding-right: 0;
    font-size: 1.4rem;
  }
  .teammembers-section .collage-mob-slider .slick-prev,
  .teammembers-section .collage-mob-slider .slick-next {
    top: 30%;
  }
  .history-img-section img,
  .aboutus-img-section img,
  .articles-img-section img {
    width: 100%;
    height: 450px;
  }
  .blt-section .container {
    padding: 2rem 7rem 2rem;
    max-width: 100%;
  }
  /* .blt-section .slick-dots li button:before{
		line-height: 26px;
	} */
  .blt-section .slick-dots {
    width: 100%;
    position: relative;
    bottom: auto;
    left: auto;
    text-align: center;
  }
  .blt-section .bltsection-descrip {
    font-size: 1.4rem;
  }
  .collage-mob-slider .slick-list {
    width: 50vw;
  }
  .collage-mob-slider .slick-prev,
  .collage-mob-slider .slick-next {
    width: 50px;
    height: 50px;
    top: 20%;
  }
  .collage-mob-slider .slick-prev:before,
  .collage-mob-slider .slick-prev.slick-disabled:before,
  .collage-mob-slider .slick-next:before,
  .collage-mob-slider .slick-next.slick-disabled:before {
    width: 28px;
    height: 16px;
    margin-left: 9px;
  }
  .collage-section .card {
    width: 100%;
    margin: 0.5rem auto;
    height: 25rem;
    max-height: 25rem;
  }
  .collage-mob-slider .slick-slide {
    margin-bottom: 3rem;
  }
  .donorssupporters-section .container {
    padding: 1rem 7rem 2rem;
    max-width: 100%;
  }
  .donorssupporters-ticker .slick-list {
    max-width: 320px;
  }
  .donorssupporters-ticker .slick-slide img {
    object-fit: contain;
  }
  .donorssupporters-logo img {
    width: 100%;
  }
  .donorssupporters-ticker .slick-dots {
    position: relative;
    bottom: auto;
    left: auto;
    width: 100%;
    text-align: center;
  }
  .donorssupporters-section .row {
    width: 100%;
  }
  .teammembers-img {
    width: 300px !important;
  }
  .teammembers-slider .slick-list {
    max-width: 300px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 767px) and (orientation: portrait) {
  .aboutusbanner-section .row {
    background-color: black;
  }
  .aboutusbanner-section .aboutusbanner-img {
    height: 540px;
    object-fit: scale-down;
  }
  .aboutusbanner-section .aboutus-text-section h1,
  .history-section h2,
  .teammembers-section h2,
  .blt-section h2,
  .donorssupporters-section h2 {
    font-size: 2rem;
  }
  .aboutusbanner-section .aboutus-text-section {
    max-width: 85%;
    left: 7%;
  }
  .aboutusbanner-section .about-banner-description{
    padding: 0;
  }
  .blt-section .slick-dots {
    position: relative;
    bottom: auto;
    left: auto;
    text-align: center;
  }
  .aboutusbanner-section .about-banner-description {
    background-color: transparent;
    left: 5px;
    width: 100%;
    padding: 1rem 1rem;
  }
  .aboutusbanner-section .about-banner-description::before {
    height: 100%;
  }
  .aboutusbanner-section .about-banner-description::after {
    height: 100%;
  }
  .history-section .history-text-section {
    width: 100%;
  }
  .history-img-section {
    width: 100%;
  }
  .banner-section .banner-desc {
    font-family: "Jost", sans-serif;
    font-size: 1rem;
    width: 200px;
  }
  .banner-section h2 {
    font-size: 3rem;
  }
  .banner-section .carousel-caption {
    width: 75%;
    left: 20px;
  }
  .banner-section .carousel-indicators {
    right: 0%;
  }
  .banner-section .nextsection-icon {
    bottom: 10%;
    left: 40%;
  }
  .blt-section {
    width: 100%;
  }
  .blt-section .bltsection-descrip {
    font-size: 1.25rem;
    text-align: justify;
  }
  .blt-section .slick-dots li.slick-active button:before {
    font-size: 51px;
  }
  .history-section .container {
    padding: 2rem 1rem 3rem;
    max-width: 100%;
  }
  .history-section p,
  .blt-section p {
    padding-right: 0;
  }
  .history-img-section img,
  .aboutus-img-section img,
  .articles-img-section img {
    width: 100%;
    height: 300px;
  }

  .blt-section .container {
    max-width: 100%;
    padding: 3rem 1rem 2rem;
  }
  .collage-mob-slider .slick-list {
    margin-bottom: 2rem;
  }
  .teammembers-section .container {
    padding: 2rem 1rem 1rem;
    max-width: 100%;
  }
  .teammembers-section .teammembers-slider {
    margin: 2rem auto 0;
  }
  .donorssupporters-section .container {
    max-width: 100%;
    padding: 2rem 1rem 1rem;
  }
  .donorssupporters-ticker .slick-dots {
    position: relative;
    bottom: auto;
    left: auto;
    text-align: center;
  }
  .donorssupporters-ticker .slick-list {
    max-width: 320px;
  }
  .donorssupporters-logo img {
    width: 100%;
  }
  .donorssupporters-section .row {
    width: 100%;
  }
  .donorssupporters-ticker .slick-slide img {
    object-fit: contain;
  }
  .teammembers-img {
    width: 300px !important;
  }
  .teammembers-slider .slick-list {
    max-width: 88vw;
  }
}

/* mobile styles end */
