@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
@import url("bootstrap-icons.css");

body {
	font-family: 'Poppins', sans-serif;
}

main {
	padding-top: 70px;
}

header {
	box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.07);
	z-index: 9999999999999;
	position: fixed;
	background: #fff;
	width: 100%;
	top: 0;
}

.navbar-nav .nav-link.active {
	background: transparent;
	color: #889d20;
}

.navbar-nav .nav-link {
	color: #000000;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	margin-left: 30px;
	margin-right: 30px;
	text-decoration: none;
}

.navbar-nav .nav-link:hover {
	color: #889d20;
}

.navbar-nav .nav-link:last-child {
	margin-right: 0;
	padding-right: 0;
}

.banner-area {
	padding: 0px 0px 10px 0px;
	position: relative;
	min-height: 648px;
	z-index: 1;
}

.banner-area::after {
	position: absolute;
	content: "";
	right: 0;
	bottom: 0;
	background-image: url(../images/header-element.png);
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100%;
}
/* 
.banner-area::before {
	position: absolute;
	content: "";
	left: -6%;
	bottom: 0;
	background-image: url(../images/header-element-01.png);
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 28%;
	z-index: -1;
} */

.carousel-item img {
	width: 100%;
	float: right;
	position: relative;
	z-index: 1;
}

.carousel-caption {
	color: #000;
	text-align: left;
	bottom: inherit;
	top: 25%;
	left: 0;
	width: 40%;
	z-index: 999;
}

.carousel-caption h5 {
	font-size: 48px;
	color: #889d20;
	text-transform: uppercase;
	font-weight: bold;
}

.carousel-caption h5 span {
	color: #000;
}

.carousel-indicators {
	bottom: 0px;
}

.carousel-indicators [data-bs-target] {
	background-color: #889d20;
	border: 1px solid #fff;
}

.btn:hover {
	background-color: #657c0b;
}

.program-sec {
	box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.09);
	background: #fff;
}

.program-sec .box h2 {
	font-size: 20px;
	color: #fff !important;
}

.program-sec .box-text {
	padding: 20px;
	font-size: 14px;
	color: #fff;
	cursor: pointer;
}

.program-sec .box-text p {
	margin-bottom: 0;
}

.bg-green {
	background: #7a9536;
}

.bg-l-green {
	background: #889d20;
}

.program-sec .box-text:hover {
	background: #657c0b;
}

.btn-primary {
	background: #889d20;
	border-radius: 50px;
	border: 0px;
	padding-left: 30px;
	padding-right: 30px;
}

.gcs-sec {
	padding: 130px 0;
}

.gcs-sec h2 {
	color: #889d20;
	font-size: 33px;
	margin-bottom: 40px;
	font-weight: 300;
}

.gcs-sec ul {
	margin: 0;
	padding: 0;
}

.gcs-sec ul li {
	list-style: none;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px #f0f0f0 solid;
}

.gcs-sec ul li .icon {
	background: #889d20;
	display: table;
	width: auto;
	padding-right: 20px;
	color: #fff;
	margin-bottom: 10px;
	font-size: 26px;
}

.gcs-sec ul li .icon i {
	margin-right: 20px;
	width: 52px;
	height: 52px;
}

.gcs-sec ul li .icon em {
	font-size: 12px;
	font-style: normal;
	color: #fff;
}

.gcs-sec ul li .txt {
	font-size: 20px;
	color: #291717;
}

.stories-sec {
	background: #fbfbfb;
	padding: 90px 0;
}

.stories-sec h2 {
	color: #889d20;
	font-size: 33px;
	font-weight: 300;
}

.stories-sec h2 span {
	color: #101215;
	font-size: 18px;
	display: block;
	line-height: 38px;
}

.story-carousel .carousel-item img {
	width: 60%;
}

.story-carousel .carousel-item {
	padding-top: 20px;
	padding-right: 20px;
	z-index: 2;
}

.story-carousel:before {
	position: absolute;
	content: "";
	width: 300px;
	height: 200px;
	background: #435401;
	right: -5px;
	z-index: 1;
	top: -5px;
}

.story-carousel .carousel-caption {
	padding: 80px 60px;
	width: 47%;
	box-shadow: -1px -1px 17px -7px rgba(0, 0, 0, 0.51);
	top: 15%;
	left: 20px;
	background: #fff;
	min-height: 395px;
}

.story-carousel:after {
	position: absolute;
	content: "";
	width: 200px;
	height: 200px;
	background: #889d20;
	z-index: 1;
	bottom: 35px;
}

.story-carousel .carousel-caption h5 {
	font-size: 25px;
	color: #000;
	font-weight: 300;
	text-transform: inherit;
}

.story-carousel .carousel-caption h5 span {
	font-size: 15px;
	display: block;
	font-weight: normal;
	color: #889d20;
	position: relative;
}

.story-carousel .carousel-caption p {
	margin-top: 30px;
	margin-bottom: 30px;
}

.story-carousel .carousel-caption a {
	color: #889d20;
	text-decoration: none;
}

.story-carousel .carousel-caption a:hover {
	color: #000;
}

.story-carousel-dot .carousel-indicators {
	bottom: 60px;
	width: 20%;
	z-index: 3;
}

.story-carousel-dot .carousel-indicators [data-bs-target] {
	background-color: #435401;
	width: 13px;
	height: 13px;
	border-radius: 50%;
}

.story-carousel {
	margin-top: -20px;
}

.gallery-sec {
	padding-top: 60px;
}

.gallery-sec h2 {
	color: #889d20;
	font-size: 33px;
	margin-bottom: 40px;
	font-weight: 300;
}

.gallery-sec h2 span {
	font-size: 18px;
	color: #000;
	display: block;
	margin-top: 10px;
}

footer {
	padding: 60px 0px 0px;
}

footer ul li.head {
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
}

footer ul {
	margin: 0;
	padding: 0;
	width: auto;
	display: table;
	width: 100%;
}

footer ul li {
	float: left;
	list-style: none;
	margin-right: 40px;
	width: 100%;
	margin-top: 10px;
}

footer ul li a {
	color: #000;
	text-transform: uppercase;
	font-size: 12px;
	text-decoration: none;
}

footer ul li a:hover {
	color: #889d20;
}

footer p {
	font-size: 11px;
}

.sm {
	float: right;
	width: auto;
}

.sm li {
	margin-right: 10px;
	width: auto !important;
}

.sm li a {
	padding: 6px;
	background: #889d20;
	display: flex;
	border-radius: 50px;
	line-height: 10px;
}

.sm li i {
	font-size: 12px;
	background: #889d20;
	color: #fff;
}

.sm li a:hover {
	background: #22bf19;
}

.uk-slider-items img {
	max-width: 100%;
	height: 100% !important;
	box-sizing: border-box;
	opacity: .7;
}

.uk-slider-items img:hover {
	opacity: inherit;
}

.nav-link.dropdown-toggle {
	margin-right: 0px;
}

.dropdown-menu {
	left: 0;
	right: 0;
	margin: 0 auto;
}

.dropdown-menu[data-bs-popper] {
	margin-top: 0;
	border: 1px #f5f5f5 solid;
}

.list-group-item {
	line-height: 20px;
}

.list-group-item span {
	font-size: 12px;
	line-height: -4px;
	color: #7c7c7c;
	margin-top: 5px;
	display: table;
}

.list-group-item:hover {
	background: #f5f5f5;
}

.inner-banner-area {
	min-height: 300px;
	display: flex;
	align-content: center;
	align-items: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.inner-banner-area h2 {
	font-size: 26px;
	text-transform: uppercase;
}

.inner-banner-area h2 span {
	display: block;
	font-size: 14px;
	margin-top: 10px;
}

.content-area {
	padding: 60px 0;
	position: relative;
}

.content-area h2 {
	font-size: 20px;
}

.content-area::before {
	position: absolute;
	content: "";
	left: 0%;
	bottom: 0;
	background-image: url(../images/header-element-01.png);
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 28%;
	z-index: -1;
	opacity: .4
}

.content-area .box {
	box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.07);
	padding: 40px;
	background: #fff;
	display: table;
	width: 100%;
}

.content-area .box p {
	font-size: 14px;
	line-height: 28px;
	text-align: justify;
	padding: 10px;
}

.content-img {
	padding: 20px;
	box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.07);
	background: #fff;
	position: relative;
}

.content-img::after {
	position: absolute;
	content: "";
	width: 20px;
	height: 200px;
	background: #889d20;
	z-index: 0;
	bottom: -22px;
	right: -22px;
}

.content-img::before {
	position: absolute;
	content: "";
	width: 200px;
	height: 20px;
	background: #889d20;
	z-index: 0;
	bottom: -22px;
	right: -15px;
}

.content-img-1 {
	padding: 20px;
	width: 100%;
	box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.07);
	background: #fff;
	position: relative;
}

.content-img-1::after {
	position: absolute;
	content: "";
	width: 20px;
	height: 200px;
	background: #889d20;
	z-index: 0;
	bottom: -22px;
	left: -22px;
}

.content-img-1::before {
	position: absolute;
	content: "";
	width: 200px;
	height: 20px;
	background: #889d20;
	z-index: 0;
	bottom: -22px;
	left: -15px;
}

.box-row {
	background: #fcfbfb;
	padding: 60px 30px;
}

.vm-box {
	padding: 40px;
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	height: 100%;
	align-content: baseline;
	box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.07);
	border-radius: 3px;
}

.vm-box h2 {
	text-align: center;
	width: 100%;
}

.vm-box img {
	margin: 0 auto 20px;
	width: 20%;
}

.vm-box p {
	text-align: center !important;
}

.our-story {
	background-image: url(../images/our-story.jpg);
}

.why-us {
	background-image: url(../images/why-us.jpg);
}

.board-members {
	background-image: url(../images/board-banner.jpg);
}

.education {
	background-image: url(../images/education-banner.jpg);
}

.livelihoods {
	background-image: url(../images/livelihoods-banner.jpg);
}

.community {
	background-image: url(../images/community-banner.jpg);
}

.relief {
	background-image: url(../images/relief-banner.jpg);
}

.stories {
	background-image: url(../images/stories-banner.jpg);
}

.news {
	background-image: url(../images/news-banner.jpg);
}

.reports {
	background-image: url(../images/reports-banner.jpg);
}

.gallery {
	background-image: url(../images/gallery-banner.jpg);
}

.contact {
	background-image: url(../images/contact-banner.jpg);
}


.why-us-content h1 {
	font-size: 28px;
	text-transform: uppercase;
	margin-bottom: 30px;
	border-bottom: 1px #ddd solid;
	padding-bottom: 10px;
	padding-left: 0;
}

.why-us-content ul {
	margin: 0;
	padding: 0;
}

.why-us-content ul li {
	list-style: none;
	margin-top: 20px;
	font-size: 14px;
	background-image: url(../images/tick.png);
	background-repeat: no-repeat;
	padding-left: 40px;
	min-height: 25px;
	border-bottom: 1px #ddd dotted;
	padding-bottom: 20px;
}

.ml-25 {
	margin: 0 -25px;
}

.card {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	border: 0px;
	display: flex;
	height: 100%;
}

.card h4 {
	font-size: 16px;
	background: #889d20;
	padding: 10px 20px;
	color: #fff;
	margin-left: -12px;
	margin-right: -12px;
}


.high-lights {
	background-color: #fcfbfb;
	padding: 20px 40px;
	margin-top: 30px;
	border-top: 5px #dcdcdc solid;
	border-bottom: 5px #dcdcdc solid;

}

.high-lights p {
	font-size: 15px !important;
	margin-bottom: 30px;
	margin-top: 30px;
	line-height: 45px !important;
}

.high-lights p span {
	font-weight: 600;
	background-color: #889d20;
	padding: 5px 20px;
	border-radius: 50px;
	color: #fff;
}

.balajyothi-area {
	margin-top: 40px;
	padding: 20px 0;
}

.balajyothi-area ul {
	width: 100%;
	float: left;
}

.balajyothi-area ul li {
	list-style: none;
	margin-top: 20px;
	font-size: 14px;
	background-image: url(../images/tick.png);
	background-repeat: no-repeat;
	padding-left: 40px;
	min-height: 25px;
	border-bottom: 1px #ddd dotted;
	padding-bottom: 20px;
	display: table;
}

.balajyothi-area h5 {
	font-size: 18px;
}

.img-container {
	float: left;
	width: 20%;
	margin-right: 20px;
}

.link-ul {
	margin: 0;
	padding: 0;
}

.link-ul li {
	list-style: none;
	font-size: 18px;
	float: left;
	margin-right: 40px;
}

.link-ul li a {
	color: #889d20;
	text-decoration: none;
}

.link-ul li a:hover {
	color: #000;
}

.content-box {
	box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.07);
	padding: 30px;
	background: #fff;
	display: table;
}

.content-box h2 {
	font-size: 18px;
	color: #889d20;
	margin-top: 20px;
}

.content-box p {
	font-size: 14px !important;
	text-align: left !important;
}

.content-box img {
	max-height: 200px;
	width: 100%;
	object-fit: cover;
}

.schools-area {
	padding: 40px 0 0px;
}

.schools-area ul {
	width: 100%;
	float: left;
}

.schools-area ul li {
	list-style: none;
	margin-top: 20px;
	font-size: 14px;
	background-image: url(../images/tick.png);
	background-repeat: no-repeat;
	padding-left: 40px;
	min-height: 25px;
	border-bottom: 1px #ddd dotted;
	padding-bottom: 20px;
}

.center-content {
	display: flex;
	align-content: center;
	flex-wrap: wrap;
}

.value {
	display: inline-block;
}

.content-image {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	max-width: 400px;
}

.card h3 {
	line-height: 16px;
	margin-top: 20px;
}

.card h3 a {

	margin-bottom: 10px;
	text-decoration: none;
	font-size: 16px;
	line-height: 20px;
	color: #889d20;
}

.card h3 a:hover {
	color: #000;
}

.sm_state_21 {
	fill: #889d20;
}
.sm_state_20 {
	fill: #889d20;
}
.sm_state_26 {
	fill: #889d20;
}
.sm_state_18 {
	fill: #889d20;
}
.sm_state_16 {
	fill: #889d20;
}
.sm_state_7 {
	fill: #889d20;
}
.sm_state_4 {
	fill: #889d20;
}
.element-1 {
	animation: float 3s ease-out infinite;
	position: absolute;
	background-image: url(../images/header-element-02.png);
	width: 62px;
	height: 109px;
	background-position: -117px 567px;
	top: 185px;
	left: -16px;
}

.element-2 {
	animation: float 3s ease-out infinite;
	position: absolute;
	background-image: url(../images/header-element-02.png);
	width: 92px;
	height: 99px;
	background-position: -442px 785px;
	top: 460px;
	left: 229px;
}

/*NEWS SECTION*/

.box-news {

	box-shadow: 1px 1px 5px 0px rgb(0 0 0 / 7%);
	padding: 20px;
	background: #fff;
	display: table;
	width: 100%;

}

.p-news {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 13px !important;
	line-height: 21px;
	text-align: left;
}

.news-card {
	padding: 10px 20px;
}

.head-3-news {
	margin-top: 5px !important;
}

.related-head-3-news {
	font-size: 12px;
}

.related-p-news {
	font-size: 13px;
	line-height: 20px;
}

.img-news-size {
	width: 220px !important;
	height: 155px !important;
	margin-right: 15px;
	float: left;
}

.news-btn {
	border-radius: 20px;
	font-size: 14px;
	border: 0px;
	padding-left: 20px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-right: 20px;
	float: right;
}

.news-gallery-img {
	width: 350px;
	height: 200px;
}

/*news grid image*/

/* Create four equal columns that sits next to each other */
.column {
	-ms-flex: 25%;
	/* IE10 */
	flex: 25%;
	max-width: 25%;
	padding: 0 4px;
}

.column img {
	margin-top: 8px;
	vertical-align: middle;
	width: 100%;
}

.news-sub-head {
	margin-top: 40px;
	margin-bottom: 5px;
	color: #7a9536;
}
.address-box{
	margin: 100px auto;
    width: 450px;
    padding: 40px;
    border-radius: 5px;
    background-color: #f9f9f9;

}
.address-box h4{
	color: #889d20;
}
.address-box h6{
	margin-top: 20px;
	color: #474746;
	line-height: 24px;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
	.column {
		-ms-flex: 50%;
		flex: 50%;
		max-width: 50%;
	}
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
	.column {
		-ms-flex: 100%;
		flex: 100%;
		max-width: 100%;
	}
}



/*news grid image*/


/*NEWS SECTION*/


@keyframes float {
	50% {
		transform: translate(0, 50px);
	}
}

.shadowFrame {
	width: 130px;
	margin-top: 15px;
}

.shadow1 {
	animation: shrink 3s ease-out infinite;
	transform-origin: center center;

	ellipse {
		transform-origin: center center;
	}
}

@keyframes shrink {
	0% {
		width: 90%;
		margin: 0 5%;
	}

	50% {
		width: 60%;
		margin: 0 18%;
	}

	100% {
		width: 90%;
		margin: 0 5%;
	}
}

@media screen and (max-width: 1199px) {
	.navbar-nav .nav-link {
		font-size: 11px;
	}

	.story-carousel {
		height: 100%;
		padding-bottom: 30px;
	}

	.story-carousel .carousel-caption {
		width: 80%;
	}
}

@media screen and (max-width: 992px) {
	.banner-area {
		min-height: auto;
	}

	.navbar-nav .nav-link {
		margin-left: 0;
		font-size: 11px;
	}

	.navbar-brand {
		width: 120px;
	}

	.navbar-brand img {
		width: 100%;
	}

	.program-sec .pe-0 {
		padding-left: 0;
	}

	.img-outer img {
		width: 100%;
	}

	.program-sec .ps-0 {
		padding-right: 0;
	}

	.carousel-caption h5 {
		font-size: 30px;
	}

	.carousel-caption {
		color: #000;
		text-align: left;
		bottom: inherit;
		top: 2%;
		left: 0;
		width: 50%;
		z-index: 999;
	}

	.story-carousel {
		height: 100%;
		padding-bottom: 50px;
	}

	.story-carousel .carousel-caption {
		width: 80%;
		padding: 40px;
	}

	.story-carousel-dot .carousel-indicators {
		margin: 0 auto;
	}

	main {
		padding: 0;
	}

}

@media screen and (max-width: 768px) {
	.stories-sec h2 {
		margin-bottom: 60px;
	}

	.story-carousel .carousel-caption {
		width: 90%;
		display: block !important;
		min-height: inherit;
	}

	.carousel-caption {
		display: block !important;
	}

	.carousel-inner {
		overflow: inherit;
	}

	.banner-area {
		padding: 58px 0 20px 0;
	}

	.carousel-indicators {
		bottom: 0px;
	}

	.stories-sec {
		padding: 40px 0;
	}

	.story-carousel .carousel-caption h5 {
		font-size: 18px;
	}

	.story-carousel .carousel-caption p {
		margin-top: 12px;
		margin-bottom: 12px;
		font-size: 13px;
	}



}

@media screen and (max-width: 768px) {
	.story-carousel .carousel-caption p {
		margin-top: 12px;
		margin-bottom: 12px;
		font-size: 13px;
	}

	.story-carousel::after {
		bottom: 90px;
	}

	.story-carousel {
		margin-top: 0;
		padding: 0;
	}

	.stories-sec {
		padding-bottom: 150px;
	}

	.story-carousel-dot .carousel-indicators {
		bottom: 20px;
	}

	.img-news-size {
		width: 100% !important;
		height: auto !important;
		margin-right: 15px;
		float: left;
	}

}

@media screen and (max-width: 1296px) {

	.img-news-size {
		width: 100% !important;
		height: auto !important;
		margin-right: 15px;
		float: left;
	}
}