/* Universal Css Start Here */
body {
	background-color: var(--body-color);
	font-family: var(--font-default);
	color: var(--text-color);
	position: relative;
	overflow-x: hidden;
}
html {
	overflow-x: hidden;
}
body::-webkit-scrollbar {
	width: 12px; /* width of the entire scrollbar */
}
body::-webkit-scrollbar-track {
	background: #26cc8c; /* color of the tracking area */
}
body::-webkit-scrollbar-thumb {
	background-color: white; /* color of the scroll thumb */
	border-radius: 20px; /* roundness of the scroll thumb */
	border: 3px solid #26cc8c; /* creates padding around scroll thumb */
}
.over-hidden {
	overflow: hidden;
}
a {
	text-decoration: none !important;
	color: var(--primary-btn-color);
	outline: none;
}
a:hover {
	color: var(--primary-btn-color);
	transition: all 0.5s;
}
button {
	font-family: var(--font-btn);
}
figure {
	margin-bottom: 0;
}
.rounded {
	border-radius: 30px !important;
}
.btn-primary {
	color: #333333;
	border: 0;
	background: var(--bg-secondary);
	font-size: 16px;
	padding: 1rem 1.75rem;
	border-radius: 10px;
	font-weight: bold;
	font-family: var(--font-btn);
	white-space: nowrap;
	transition: all 0.8s ease-out;
	border-radius: 10px;
	gap: 10px;
	box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.1);
}
.btn-primary:hover {
	background: #fff;
	border: 0;
	padding: 1rem 1.75rem;
	color: var(--bg-primary);
}
.btn-primary .fa-rotate-45 {
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	-ms-transform: rotate(315deg);
	-o-transform: rotate(315deg);
	transform: rotate(315deg);
}
.btn-secondary {
	background: var(--light-text-color);
	color: var(--bg-primary);
	font-size: 16px;
	padding: 0.3rem 1rem;
	font-family: var(--font-btn);
	transition: all 0.8s ease-out;
	border: 1px solid var(--bg-primary);
	white-space: nowrap;
	border-radius: 100px;
	width: 150px;
	text-align: left;
	display: flex;
	align-items: center;
	justify-content: space-between;
	letter-spacing: -1px;
	margin-bottom: 15px;
}
.btn-secondary:hover {
	background: #e5e7fc;
	color: #000;
	font-size: 16px;
	padding: 0.3rem 1rem;
	font-family: var(--font-btn);
	transition: all 0.8s ease-out;
	border: 1px solid #bbc1d7;
}
.btn-check:active + .btn-primary,
.btn-check:checked + .btn-primary,
.btn-primary.active,
.btn-primary:active,
.show > .btn-primary.dropdown-toggle {
	color: #006500;
	background-color: transparent;
	border-color: transparent;
}
.btn-check:focus + .btn-primary,
.btn-primary:focus {
	color: #006500;
	background-color: transparent;
	border-color: transparent;
	box-shadow: unset;
}
.btn-check:focus + .btn,
.btn:focus {
	outline: 0;
	box-shadow: 0 0 0 0.25rem rgb(149 255 13 / 29%);
}
.btn-check:active + .btn-primary:focus,
.btn-check:checked + .btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show > .btn-primary.dropdown-toggle:focus {
	box-shadow: unset !important;
}
.extra-padd {
	padding: 15px 60px !important;
}
.colored-txt {
	color: var(--extra-color-1);
}
button {
	border: 0;
}
/* Typography Start Here */
h1 {
	font-family: var(--font-heading);
}
h2 {
	font-family: var(--font-heading);
	font-size: 54px;
	color: var(--dark-bg);
}
h3 {
	font-family: var(--font-heading);
	font-size: 42px;
	color: var(--dark-bg);
}
h4 {
	font-family: var(--font-heading);
	color: var(--dark-bg);
}
h5 {
	font-family: var(--font-heading);
	color: var(--dark-bg);
	font-size: 24px;
}
h6 {
	font-family: var(--font-heading);
	color: var(--dark-bg);
}
p {
	font-family: var(--font-default);
	font-size: 16px;
	color: #777;
}

@media (max-width: 1368px) {
}

@media (max-width: 1280px) {
}

@media (max-width: 1025px) {
	h2 {
		font-size: 44px;
	}
	h3 {
		font-size: 36px;
	}
}

@media (max-width: 992px) {
}

@media (max-width: 768px) {
}

@media (max-width: 576px) {
	p {
		font-size: 14px;
	}
	h2 {
		font-size: 34px;
	}
	h3 {
		font-size: 26px;
	}
	h5 {
		font-size: 18px;
	}
}
.top-header {
	background: var(--bg-primary);
	color: #fff;
}
.top-header .contact-div {
	font-size: 14px;
	padding: 5px 0;
}
.top-header .contact-div a {
	color: #fff;
	margin-right: 20px;
}
.top-header .contact-div a i {
	padding-right: 5px;
}
.top-header .contact-div a:hover {
	color: var(--primary-btn-color);
}
.top-header-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.social-div ul {
	padding: 0;
	margin: 0;
}
.social-div ul li {
	list-style: none;
	display: inline-block;
}
.social-div ul li a {
	list-style: none;
	display: inline-block;
	width: 32px;
	background: var(--extra-color-1);
	text-align: center;
	height: 32px;
	line-height: 32px;
	color: #fff;
}
.social-div ul li a:hover {
	list-style: none;
	display: inline-block;
	width: 32px;
	background: var(--bg-secondary);
	text-align: center;
	height: 32px;
	line-height: 32px;
	color: #fff;
}
.sec-header {
	background: #fff;
	padding: 10px;
}
/* Typography End Here */
a.navbar-brand.logo h2 {
	text-transform: uppercase;
	font-size: 34px;
	margin: 0;
	color: var(--heading-color);
}
.navbar-light .navbar-nav .nav-link {
    color: #333333;
    font-size: 16px;
    padding: 12px 15px;
}
.navbar-collapse {
	flex-basis: 100%;
	flex-grow: 1;
	align-items: center;
	justify-content: end;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
	color: var(--heading-color);
	font-weight: bold;
}
a.btn.secondary-btn.start {
	background: #ffd857;
	padding: 0.75rem 1.75rem;
	border-radius: 10px;
	margin-left: 40px;
	font-weight: bold;
	box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.1);
}
a.btn.secondary-btn.start:hover {
	background: var(--bg-primary);
	color: #fff;
	font-weight: bold;
}
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link {
	color: var(--heading-color);
	font-weight: bold;
}

/* Header With out Login Css Start Here */
/*
 *  Bootstrap Carousel Effect Ken Burns
 * ===========================================================================*/

@keyframes kenburns {
	0% {
		transform: scale(1);
		transition: transform 20000ms linear 0s;
	}

	100% {
		transform: scale(1.4);
		transition: transform 20000ms linear 0s;
	}
}

/* Carousel Wrapper */
.kb-carousel {
	overflow: hidden;
	max-height: 650px;
}
/* Carousel Items */
.kb-carousel .carousel-item {
	transition: transform 0.6s ease-in-out 0s, opacity ease-in-out 0.6s;
}
.kb-carousel .carousel-item.active {
	transition: transform 0.6s ease-in-out 0s, opacity ease-in-out 0.6s;
}
.kb-carousel > .carousel-inner > .carousel-item > img,
.kb-carousel > .carousel-inner > .carousel-item > a > img {
	opacity: 1;
	animation: kenburns 20000ms linear 0s infinite alternate;
}
.kb-carousel .carousel-item-next.carousel-item-start .carousel-caption,
.kb-carousel .carousel-item-prev.carousel-item-end .carousel-caption {
	z-index: 0;
	opacity: 0;
}
/* Carousel Captions */
.kb-caption {
	right: 7%;
	left: 7%;
	bottom: 40%;
	padding: 0;
	width: 70% !important;
}
.kb-caption-left {
	margin-right: auto;
}
.kb-caption-right {
	margin-left: auto;
}
.kb-caption-center {
	margin: auto;
}
.kb-caption h1,
.kb-caption p {
	padding: 0.5rem 0;
	margin-bottom: 0;
}
.kb-caption h1 {
	color: #fff;
	font-size: 84px;
	line-height: 84px;
}
.kb-caption p {
	color: #fff;
	margin-bottom: 20px;
}
.carousel-control-next,
.carousel-control-prev {
	width: 5%;
}
section.our-testimonials-sec {
    padding: 100px 0;
}
.our-testimonials-items {
    background-color: var( --bg-primary );
    border-radius: 3px;
    padding: 40px 40px 40px 40px;
    margin: 40px 10px;
}
.our-testimonials-items p{
	color: #fff;
	font-style: italic;
}
.testimonial__footer img {
    width: 50px;
    height: 50px;
    border-radius: 100%;
}
.testimonial__footer span {
    color: #F2D544;
    font-size: 14px;
    font-weight: bold;
}
.testimonial__footer {
    display: flex;
    align-items: center;
    gap: 20px;
}
.our-testimonials .slick-prev:before, .our-testimonials .slick-next:before {
    font-family: "FontAwesome";
    font-size: 20px;
    line-height: 1;
    opacity: 1;
    color: black;
}
.our-testimonials .slick-prev {
    left: -10px;
}
.our-testimonials .slick-next {
    right: -10px;
}
.heart-wrapper i {
	font-size: 30px;
	color: #45d49b;
}
.heart-wrapper {
	position: relative;
	display: flex;
	align-items: center;
	gap: 10px;
	justify-content: center;
}
.heart-wrapper span {
	width: 30px;
	background: #747474;
	height: 2px;
	display: flex;
	align-items: center;
	justify-content: center;
}
section.our-foundation {
	padding-bottom: 150px;
	padding-top: 70px;
}
.bg-position-right {
    top: 20%;
    right: 1%;
    z-index: -1;
}
.card img {
	width: 100%;
	height: 150px;
	object-fit: scale-down;
}
.card {
	padding: 30px;
}
a.learn-more:hover {
	color: #45d49b;
	transition: 0.5s;
}
a.learn-more {
	color: #333;
	font-family: var(--font-btn);
}
.card:hover {
	border-color: #45d49b;
	transition: 0.5s;
	box-shadow: 0px 10px 34px 0px rgba(38, 204, 139.99999999999994, 0.2);
}
.bg-position-left {
	bottom: 10%;
	left: 1%;
	z-index: -1;
}
.position-top-right {
	position: absolute;
	right: 0;
	top: -17%;
}
.position-bottom-left {
	position: absolute;
	bottom: -10%;
}
section.our-mission {
	padding: 100px 0;
	background: #f9f9f9;
}
.position-bottom-left img {
	width: 100%;
	height: 160px;
	object-fit: scale-down;
	border-radius: 10px;
	border: 2px solid #fff;
}
.position-top-right img {
	width: 100%;
	height: 160px;
	object-fit: scale-down;
	border-radius: 10px;
	border: 2px solid #fff;
}
.our-bg-wrapper {
	position: absolute;
	bottom: 0;
	left: 0;
}
.dot-wrapper {
	position: absolute;
	right: 30px;
	bottom: -100px;
}
.dot-wrapper2 {
	position: absolute;
	left: 0;
	top: -100px;
}
.our-bg-wrapper img {
	width: 100%;
	height: 560px;
	z-index: -1;
}
section.future-causes {
	padding: 100px 0;
	position: relative;
}
.donation_vector-img {
    position: absolute;
    left: 10px;
	top:70px;
}
.donation_vector-img img{
	width: 80%;
}
.featured-card .featured-img img {
    border: 2px solid #fff;
    border-radius: 20px;
    box-shadow: 0px 0px 14px 0px rgb(32 32 32 / 20%);
}
.progress {
	border-radius: 10px;
	background-color: #f1f1f1;
	margin-bottom: 0rem;
	height: 1rem;
	animation: progress 1.5s ease-in-out forwards;
}
.progress-bar {
	border-radius: 10px;
	animation: show 0.35s forwards ease-in-out 0.5s;
}
@-webkit-keyframes progress {
	from {
	  width: 0;
	}
	to {
	  width: 100%;
	}
  }
  
  @keyframes progress {
	from {
	  width: 0;
	}
	to {
	  width: 100%;
	}
  }
  @-webkit-keyframes show {
	from {
	  opacity: 0;
	}
	to {
	  opacity: 1;
	}
  }
  @keyframes show {
	from {
	  opacity: 0;
	}
	to {
	  opacity: 1;
	}
  }
  .featured-content {
    width: 85%;
    border: 1px solid #f1f1f1;
    border-radius: 10px;
    padding: 55px 20px 40px 20px;
    border-radius: 20px;
    background: #fff;
    background-image: url(../img/card_img.png);
    background-repeat: no-repeat;
    background-position-x: center;
}

.end-progress {
	display: flex;
	align-items: center;
	justify-content: end;
	margin-top: -30px;
	position: relative;
	z-index: -1;
	margin-right: 10px;
}
.featured-card:hover .featured-content {
    border: 1px solid #45d49b;
    transition: 0.5s;
    box-shadow: 0px 10px 34px 0px rgba(38, 204, 139.99999999999994, 0.2);
	border-radius: 20px;
}
.progress-bar {
	display: flex;
	flex-direction: column;
	justify-content: center;
	overflow: hidden;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	background-color: #45d49b;
	transition: width 0.6s ease;
}
.heart_smart_vector_green-img {
    position: absolute;
    right: 0px;
    bottom: 0;
}
.become-a-volunteer {
    background-image: url("../img/help_section_bg.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 140px 0px 140px 0px;
    text-align: center;
    background-attachment: fixed;
    position: relative;
}
.become-a-volunteer h2 {
    text-transform: uppercase;
    color: #fff;
}
section.make-a-diffrence {
    padding: 100px 0;
}
.make-a-diffrence-img-div .position-top-right img {
    width: 100%;
    height: 130px;
    object-fit: scale-down;
    border-radius: 10px;
    border: 2px solid #fff;
}
.position-bottom-right {
    position: absolute;
    right: 40px;
    bottom: -50px;
}
.position-bottom-right img{
	border-radius: 10px;
	border: 2px solid #fff;
}
.make-a-diffrence-img-div .position-bottom-right img {
    width: 100%;
    height: 120px;
    object-fit: scale-down;
    border-radius: 10px;
    border: 2px solid #fff;
}
.make-a-diffrence-img-div .position-bottom-left img {
    width: 100%;
    height: 125px;
    object-fit: scale-down;
    border-radius: 10px;
    border: 2px solid #fff;
}
.make-a-diffrence-img-div .position-bottom-left {
    position: absolute;
    bottom: -22%;
}
.make-a-diffrence-content {
    padding: 100px 0 60px 0;
}
section.make-a-diffrence .bg-position-right {
    top: 10%;
    right: 1%;
}
.make-a-diffrence-tabs {
    padding: 20px 20px 20px 20px;
    background-color: #fff;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 10px 34px 0px rgba(38, 204, 139.99999999999994, 0.2);
}
.make-a-diffrence-tabs .nav-pills .nav-link {
    color: #333;
    background-color: #eeeeee;
    font-family: var(--font-heading);
    font-size: 20px;
    padding: 15px 25px 15px 25px;
    width: 114px;
    margin-bottom: 20px;
    line-height: 24px;
	position: relative;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
	background-color: var(--bg-primary);
	color: #fff;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: var(--bg-primary);
    color: #fff;
    border-bottom: 3px solid #7ed500;
}
.nav-pills .nav-link.active::before, .nav-pills .show>.nav-link::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border: 5px solid #fff;
    background: #07b787;
    border-radius: 100px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -12px;
}
section.make-a-diffrence .bg-position-left.position-absolute.left-0 {
    bottom: -50px;
	z-index: -1;
}
section.neend-infomation {
    padding: 0 0 60px 0;
}
.get-in-touch h3 {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    top: 60px;
    width: 70%;
    margin: auto;
}
.vid__toggler {
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: grid;
    place-content: center;
    box-shadow: 0 0 0 8px #ffffff47;
    transition: 0.3s ease;
    animation: blink 2s forwards infinite;
    cursor: pointer;
    position: absolute;
    left: 0;
    right: 0;
    top: 40%;
	background: #26CC8C;
}
.vid__toggler i {
    color: #fff;
}
@keyframes blink {
    0% {
      box-shadow: 0 0 0 0px #ffffff47;
    }
  
    100% {
      box-shadow: 0 0 0 8px #ffffff47;
    }
  }
  
  .vid__toggler:hover {
    background: #ffd857 !important;
    color: #fff;
}
.form-control, .form-select {
    display: block;
    width: 100%;
    padding: .55rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #69727d;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-select {
	color: #777;
  }
  option:not(:first-of-type) {
	color: #777;
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
}
button.btn.dropdown-toggle.bs-placeholder.btn-light {
    background: #fff !important;
	border: 1px solid #69727d;
	color: #777;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    overflow: hidden;
    color: #777;
    font-weight: normal;
    font-size: 16px;
    font-family: 'OpenSans-Regular';
}
button.btn.dropdown-toggle.btn-light {
    background: #fff;
    padding: 10px;
	border: 1px solid #69727d;
}
.get-in-touch-info-div {
    background: #eee;
    border-radius: 0px 10px 10px 0px;
    padding: 40px 30px;
    height: 100%;
}
.contact-btn {
    background: #26CC8C;
    color: #fff;
    padding: 10px;
    border-radius: 10px;
}
.contact-btn:hover {
    background: var(--bg-secondary);
    color: #fff;
    padding: 10px;
    border-radius: 10px;
}
section.counter-sec {
    background-image: url(../img/counter_section_bg.jpg);
    padding: 100px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
#prg-counter .prg-container {
	text-align: center;
	width: 100%;
  }
#prg-head h1 {
	text-align: center;
  }
  #prg-counter h3.prg-count {
    background-color: rgba(0, 0, 0, 0);
    color: white;
    font-size: 2.25em;
    margin: 12px 0;
}
  #prg-counter h3.prg-count::after {
	content: " +";
	display: inline-block;
  }
  #prg-counter h4.prg-count-title {
	color: #fff;
	font-size: 16px;
	font-family: var(--font-default);
  }
.donation-count  h3.prg-count::after {
	content: " K" !important;
	display: inline-block;
}
.donation-count  h3.prg-count::before {
	content: " $" !important;
	display: inline-block;
}
  section.happy-volunteer-sec {
    padding: 100px 0;
    position: relative;
}
.social-icons ul {
    padding: 0;
    margin: 0;
}
.social-icons ul li {
    list-style: none;
    display: inline-block;
}
.social-icons ul li a {
    width: 30px;
    height: 30px;
    display: block;
    background: var(--bg-primary);
    border-radius: 100px;
    text-align: center;
    line-height: 30px;
    color: #fff;
}
.social-icons ul li a:hover{
	background: var(--bg-secondary);
	color: #777;
}
section.happy-volunteer-sec .end-progress {
    position: relative;
    z-index: 0;
}
.featured-img {
    position: relative;
    z-index: 1;
}
.donation_vector-img2 {
    position: absolute;
    left: 0;
    bottom: 0;
}
.donation_vector-img2 img{
	width: 70%;
}
section.our-gallery-sec {
    padding-bottom: 100px;
    background: url(../img/hands_vector.png);
    background-repeat: no-repeat;
    background-position: right bottom;
}
.gallery-container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
    padding: 10px;
}
.gallery-item {
    flex-basis: 32.7%;
    margin: 10px 0;
	opacity: 1;
    cursor: pointer;
	position: relative;
}
.gallery-item:hover i{
	opacity: 1;
	display: block;
	transform:all 0.5s;
}
.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gallery-content {
    font-size: .8em;
}
.gallery-item i {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    font-size: 20px;
    width: 40px;
    background: #fff;
    border-radius: 100px;
    color: #26cc8c;
    padding: 10px;
    top: 0;
    bottom: 0;
    height: 40px;
	display: none;
}
.event-date-time {
    display: flex;
    gap: 10px;
    align-items: center;
}
.event-date-time p{
	margin: 0;
	font-size: 14px;
}
.event-date-time-location {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.activities-div .card img {
    width: 100%;
    height: 175px;
    margin-bottom: 10px;
    object-fit: cover;
}
.page-link {
    color: #26CC8C;
}
.page-link:hover {
    z-index: 2;
    color: #ffffff;
    background-color: #26cc8c;
    border-color: #26cc8c;
}
.page-link:focus {
    z-index: 3;
    color: #fff;
    background-color: hsl(157, 69%, 47%);
    outline: 0;
    box-shadow: 0 0 0 .25rem hsl(157, 69%, 47%);
}
.parent {
	display: grid;
	grid-template-columns: 1fr 2fr 1fr;
	grid-template-rows: 1fr;
	grid-column-gap: 15px;
	grid-row-gap: 15px;
}
.parent img {
    height: 236px;
    object-fit: fill;
}
.upcoming-events-div{
	padding: 60px 40px;
    background-color: #fff;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 10px 34px 0px rgba(38, 204, 139.99999999999994, 0.2);
}
.health-events-div {
    display: flex;
    align-items: center;
    gap: 30px;
    margin: 30px 0 20px 0;
}
section.upcoming-events-sec {
    margin-bottom: 100px;
}
.donation_vector-img3 {
    position: absolute;
    right: -90px;
    bottom: -90px;
}
.donation_vector-img3 img{
	width: 40%;
	display: block;
}
footer {
	background: url(../img/footer-bg.png);
	background-repeat: no-repeat;
	padding: 100px 0px 40px 0px;
	background-size: cover;
	color: #fff;
	position: relative;
}
.footer-content-div h2 {
	font-size: 40px;
	color: #fff;
	text-transform: uppercase;
}
p.logo-text {
	color: #fff;
	padding-right: 60px;
}
.footer-content-div h3 {
	font-size: 24px;
	margin-bottom: 25px;
	color: #fff;
}
.footer-content-div ul {
	padding: 0;
	margin: 0;
}
.footer-content-div ul li {
	list-style: none;
	margin-bottom: 20px;
	position: relative;
	padding-left: 40px;
}
.footer-content-div ul li a {
	font-size: 16px;
	color: #fff;
	font-family: var(--font-btn);
}
.footer-content-div ul li:hover a {
	color: var(--bg-secondary);
}
.footer-content-div ul li:hover::before {
	background-color: var(--bg-secondary);
}
.footer-content-div ul li:before {
	content: "";
	position: absolute;
	left: 0px;
	top: 8px;
	background-color: #fff;
	border-radius: 10px;
	width: 30px;
	height: 6px;
}
ul.social-icons {
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
ul.social-icons li {
	display: inline;
	padding: 0;
}
ul.social-icons li:before {
	display: none;
}
ul.social-icons li a {
	background: #fff;
	width: 35px;
	height: 35px;
	border-radius: 100px;
	display: list-item;
	margin: 50px 10px 10px 10px;
	text-align: center;
	line-height: 35px;
}
ul.social-icons li a i {
	color: var(--bg-primary);
}
.copyright {
    padding: 10px 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
ul.social-icons li a:hover{
	background: var(--bg-secondary);
	transform:translateY(-8px);
	color: #000;
}
ul.social-icons li a:hover i{
	color: #000;
}
.banner_shape_up {
    position: absolute;
    left: 0;
    top: 0;
}
.banner_shape_up img{
	width: 100px;
}
.banner_shape_down {
    position: absolute;
    right: 0;
    bottom: 0;
}
.banner_shape_down img{
	width: 100px;
}
section.inner-banner {
    background-image: url(../img/about_banner_img.jpg);
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 150px 0px 180px 0px;
    text-align: center;
	position: relative;
}
section.inner-banner h1 {
    color: #fff;
    font-size: 84px;
    text-transform: uppercase;
}
section.about-page.our-foundation {
    padding-bottom: 100px;
    padding-top: 100px;
}
section.inner-banner-causes {
    background-image: url(../img/causes_banner_img.jpg);
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 150px 0px 180px 0px;
    text-align: center;
	position: relative;
}
.causes-page.upcoming-events-sec .upcoming-events-div {
    padding: 120px 40px;
    background-color: #fff;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 10px 34px 0px rgba(38, 204, 139.99999999999994, 0.2);
    margin-top: -70px;
	position: relative;
	z-index: 1;
}
.bottom-0{ bottom: 0 !important;}
.left-0{ left: 0 !important;}
.light-bg{
	background-color: var(--light-bg);
}
section.future-causes.light-bg.causes-page .end-progress {
    display: flex;
    align-items: center;
    justify-content: end;
    margin-top: -30px;
    position: relative;
    z-index: 0;
    margin-right: 10px;
}
section.inner-banner-volunteers {
    background-image: url(../img/team_banner_img.jpg);
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 150px 0px 180px 0px;
    text-align: center;
	position: relative;
}
section.inner-banner-events {
    background-image: url(../img/event_banner_img.jpg);
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 150px 0px 180px 0px;
    text-align: center;
	position: relative;
}
section.inner-banner-contact {
    background-image: url(../img/contact_banner_img.jpg);
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 150px 0px 180px 0px;
    text-align: center;
	position: relative;
}
.contact-page-text p{
	width: 55%;
	margin: auto;
}
.position-top-left {
    left: 0;
    position: absolute;
    top: -80px;
}
.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #000;
    background-clip: padding-box;
    border: transparent;
    border-radius: .3rem;
    outline: 0;
}
.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    color: #000;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: .25rem;
    opacity: 1;
    background-color: #fff;
}
.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1.5rem 1.25rem;
    font-size: 24px;
    color: #333;
    text-align: left;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 10px;
	box-shadow: 0px 10px 34px 0px rgba(38, 204, 139.99999999999994, 0.2);
	font-family: var(--font-heading);
	text-transform: capitalize;
}
.accordion-item {
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
    margin-bottom: 15px;
	border-radius: 10px;
}
.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.accordion-item:first-of-type {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.accordion-button:not(.collapsed) {
    color: #333;
    background-color: #fff;
    box-shadow: unset;
}
.accordion-button:focus {
    z-index: 3;
    border-color: transparent;
    outline: 0;
    box-shadow: unset;
}
.accordion-body {
    padding: 0 1.25rem 1.25rem 1.25rem;
}
.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
span.time-event {
    position: absolute;
    left: 0;
    background: #000;
    padding: 5px 10px;
    color: #fff;
    border-radius: 10px;
    font-size: 13px;
    top: 0px;
}
.text-success {
    color: #26cc8c !important;
}
.border-success {
    border-color: #26cc8c !important;
}
.btn-outline-success {
    color: #26cc8c;
    border-color: #26cc8c;
}

@media (max-width: 1025px) {
	.navbar-light .navbar-nav .nav-link {
		padding: 12px;
	}
	.kb-caption h1 {
		font-size: 74px;
		line-height: 74px;
	}
	.get-in-touch-info-div {
		padding: 30px;
	}
	.footer-content-div ul li {
		padding-left: 30px;
	}
	.footer-content-div ul li:before {
		width: 20px;
	}
	p.logo-text {
		padding-right: 20px;
	}
	ul.social-icons li {
		padding-left: 0;
	}
}
@media (max-width: 769px) {
	.kb-caption h1 {
		font-size: 50px;
		line-height: 50px;
	}
	section.inner-banner h1 {
		color: #fff;
		font-size: 50px;
	}
	.contact-page-text p {
		width: 100%;
	}
}
@media (max-width: 576px) {
	.top-header-content {
		display: block;
		text-align: center;
	}
	.top-header .contact-div {
		font-size: 13px;
	}
	.our-vision-value.d-flex.gap-3 {
		display: block !important;
	}
	.health-events-div img {
		width: 80px;
	}
	.upcoming-events-div {
		padding: 60px 20px;
	}
	a.navbar-brand.logo h2 {
		font-size: 22px;
	}
	.kb-caption h1 {
		font-size: 30px;
		line-height: 30px;
	}
	.featured-content {
		width: 90%;
	}
	.end-progress {
		margin-right: 0px;
	}
	.lightbox-content img {
		width: 250px;
		height: 250px;
	}
	.get-in-touch-info-div {
		padding: 20px;
	}
	.make-a-diffrence-img-div .position-top-right img {
		width: 120px;
		height: 100px;
	}
	.make-a-diffrence-img-div .position-bottom-right img {
		width: 80px;
		height: 70px;
	}
	.make-a-diffrence-img-div .position-bottom-left img {
		width: 120px;
		height: 100px;
	}
	.position-bottom-right {
		right: 0;
	}
	.vid__toggler {
		width: 40px;
		height: 40px;
		top: 30%;
	}
	.make-a-diffrence-tabs .nav-pills .nav-link {
		font-size: 16px;
		padding: 15px 20px;
		width: 80px;
		line-height: 20px;
	}
	.position-top-right img {
		width: 100px;
		height: 80px;
	}
	.position-bottom-left img {
		width: 100px;
		height: 80px;
	}
	section.inner-banner h1 {
		font-size: 40px;
	}
	.causes-page.upcoming-events-sec .upcoming-events-div {
		padding: 50px 20px;
	}
	.card {
		padding: 10px;
	}
	.position-top-left img {
		width: 150px;
	}
	.position-bottom-right img {
		width: 150px;
	}
	a.btn.secondary-btn.start {
		margin-left: 0;
		margin-top: 10px;
	}
	.accordion-button {
		font-size: 18px;
	}
	.accordion-body {
		font-size: 14px;
	}
	.get-in-touch h3 {
		top: 20px;
		width: 70%;
		font-size: 18px;
	}
	.event-date-time-location {
		display: block;
	}
	.parent {
		display: block;
	}
	.parent img {
		height: 275px;
	}
}