@font-face {
	font-family: "Roboto";
	src: url("/Assets/AdaniGreentalks/fonts/Roboto.eot") format("embedded-opentype"),
		url("/Assets/AdaniGreentalks/fonts/Roboto.woff") format("woff"),
		url("/Assets/AdaniGreentalks/fonts/Roboto.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Roboto-Medium";
	src: url("/Assets/AdaniGreentalks/fonts/Roboto-Medium.eot") format("embedded-opentype"),
		url("/Assets/AdaniGreentalks/fonts/Roboto-Medium.woff") format("woff"),
		url("/Assets/AdaniGreentalks/fonts/Roboto-Medium.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Roboto-Bold";
	src: url("/Assets/AdaniGreentalks/fonts/Roboto-Bold.eot") format("embedded-opentype"),
		url("/Assets/AdaniGreentalks/fonts/Roboto-Bold.woff") format("woff"),
		url("/Assets/AdaniGreentalks/fonts/Roboto-Bold.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "icons";
	src: url("/Assets/AdaniGreentalks/fonts/icons.eot") format("embedded-opentype"),
		url("/Assets/AdaniGreentalks/fonts/icons.woff") format("woff"),
		url("/Assets/AdaniGreentalks/fonts/icons.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

*,
::after,
::before {
	box-sizing: border-box;
	outline: 0;
}

:root {
	scroll-behavior: initial !important;
}

.img-hamburger {
	width: 32px;
	height: 32px;
	object-fit: contain;
	margin-right: 16px;
}

.media-banner {
	height: 650px;
}

.media-banner video,
.media-banner object {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
}

.video-thumb-img {
	position: relative;
	width: 100%;
	object-fit: cover;
}


body {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.33;
	color: #666;
}

body.home-page {
	background: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #222;
}

img {
	max-width: 100%;
	vertical-align: middle;
}

a {
	text-decoration: none;
	cursor: pointer;
	color: #666666;
}

a:hover {
	text-decoration: none;
	color: #666666;
}

footer {
	background-color: #f9f9f9;
	position: relative;
}

footer p {
	margin: 0;
}

.footer-bottom .container {
    border-top: 1px solid #dddddd;
    padding-top: 20px;
    padding-bottom: 20px;
}

.copyright p {
	font-size: 14px;
	line-height: normal;
}

.footer-top {
	padding-top: 52px;
	padding-bottom: 42px;
}

.footer-logo {
	padding-bottom: 35px;
}

footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.f-social ul li {
	display: inline-block;
	vertical-align: top;
}

.f-social ul li svg {
    width: 1.15rem;
}

.f-social ul li a {
    border: solid 1px #dfdfdf;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    justify-content: center;
    display: flex;
    align-items: center;
}

.f-social ul li a:hover {
	border-color: #666;
}

.f-social ul li+li {
	padding-left: 8px;
}

.f-nav>ul {
	display: flex;
	width: 100%;
}

.f-nav>ul>li {
	width: 33.333%;
}

.f-nav>ul>li>a,
.f-social h3 {
	cursor: text;
	color: #333333 !important;
	font-family: "Roboto-Medium";
	font-size: 16px;
	line-height: 1.5;
	margin: 0;
}

.f-nav>ul>li>ul {
	margin-top: 15px;
}

.f-nav>ul>li>ul>li+li {
	margin-top: 15px;
}

.f-nav>ul>li>ul>li {
	font-size: 14px;
	line-height: 1.43;
}

.f-social h3 {
	margin-bottom: 15px;
}

.f-nav>ul>li>ul>li>a:hover {
	text-decoration: underline;
	color: #000;
}

.footer-logo img {
	width: 82px;
}

.header-nav .menu-section>ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
}

.header-nav .menu-section>ul li {
	font-size: 14px;
	line-height: normal;
}

.header-nav .menu-section ul li.active-link a {
	position: relative;
}

.header-nav .menu-section ul li.active-link a::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 4px;
	background-color: #016738;
	bottom: -20px;
	left: 0;
}

.header.sticky .header-nav .menu-section ul li.active-link a::after {
	bottom: -17px;
}

.header-nav .menu-section>ul li a {
	color: #222;
	display: inline-block;
	padding: 9px 16px;
	border-radius: 18px;
}

.home-page .header-nav .menu-section>ul li a:hover {
	background-color: rgba(255, 255, 255, .1);
	color: #fff !important;
}

.sticky .header-nav .menu-section>ul li a:hover,
body:not(.home-page) .header-nav .menu-section>ul li a:hover {
	background: #f3f3f3;
	color: #000 !important;
}

.header.sticky .mobile-trigger:hover,
body:not(.home-page) .mobile-trigger:hover {
	background: #f3f3f3;
}

.header-nav .menu-section>ul li a:hover {
	background-color: rgba(255, 255, 255, .1);
	color: #fff !important;
}

.sticky .header-nav .menu-section>ul li a:hover {
	background: #f3f3f3;
	color: #000 !important;
}

.green-contact-section video {
	width: 300px;
}

header .container>.row {
	align-items: center;
}

.header-nav {
	display: flex;
	justify-content: end;
}

.header-nav .menu-section>ul li+li {
	margin-left: 8px;
}

.mobile-trigger span {
	background-color: #222;
	width: 18px;
	height: 2px;
	display: block;
	border-radius: 2px;
	margin-left: auto;
	margin-right: auto;
}

.mobile-trigger span+span {
	margin-top: 4px;
}

.logo-section {
	display: flex;
	align-items: center;
}

.mobile-trigger {
	cursor: pointer;
	margin-right: 12px;
	width: 36px;
	height: 36px;
	line-height: 36px;
	padding-top: 11px;
	border-radius: 18px;
	margin-left: -9px;
}

.mobile-trigger:hover {
	background: rgba(255, 255, 255, .1);
}

.header-wrapper {
	/* min-height: 109px; */
	z-index: 1;
}

.home-page header {
	position: absolute;
}

header {
	padding: 20px 0;
	transition: all .3s ease;
	position: relative;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 99;
}

.hover-text .close-bar img {
	width: 14px;
}

.goal-about .member-details {
	margin-bottom: 10px;
}

.goal-about .member-details .member-info {
	width: 100%;
	max-width: 100%;
	padding-left: 0;
}

.green-celebration-section {
	padding: 27px 0 60px;
	text-align: center;
}

.btn {
	padding: 14.5px 50px;
	border-radius: 28px;
	border: solid 2px #006738;
	font-size: 18px;
	font-family: "Roboto-Medium";
	text-align: center;
	line-height: normal;
	background-color: rgba(255, 255, 255, 0.25);
	color: #006738;
}

.btn:hover {
	background: #006738;
	color: #fff;
}

.btn-check:focus+.btn,
.btn:focus {
	box-shadow: none !important;
}

.green-celebration-section h1 {
	font-size: 60px;
	font-family: "Roboto-Bold";
	line-height: 1.27;
	color: #222;
	margin: 0;
	padding-bottom: 50px;
}

h2 {
	font-size: 48px;
	font-family: "Roboto-Bold";
	line-height: 1.4;
	color: #222;
}

/* Error Page */
.error-wrap {
	overflow: hidden;
}

.emptyWrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 0 1.25rem;
	height: auto;
}

.emptyWrapper figure {
	margin-bottom: 2.625rem;
	width: 100%;
}

.emptyWrapper figure img {
	vertical-align: top;
	max-width: 100%;
	width: 70%;
	display: block;
	margin: 0 auto;
}

.emptyWrapper h6,
.emptyWrapper .h6 {
	font-family: "Roboto-Bold";
	color: #222;
	font-size: 1.125rem;
	margin-bottom: 0.625rem;
	text-align: center;
}

.emptyWrapper p {
	font-size: 1rem;
	color: #666;
	margin-bottom: 1.875rem;
	text-align: center;
}

#error-container .btn {
	margin-bottom: 3.75rem;
}

#error-container .btn a {
	color: #006738 !important;
}

#error-container .btn:hover a {
	color: #fff !important;
}

/* Sitemap */
.sitemap-data {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

#sitemap .web-bredcrumb {
	margin: 20px 0 32px;
}

#sitemap .breadcrumb-item+.breadcrumb-item::before {
	color: #666;
}

.sitemap-data h3 {
	font-size: 32px;
	line-height: 40px;
	margin-bottom: 30px;
}

.sitemap-menus {
	display: flex;
	flex-wrap: wrap;
	padding: 72px 0 0;
}

.sitemap-col {
	width: 25%;
	padding: 0 20px 32px 0;
}

.sitemap-col h3 {
	margin: 0;
	font-size: 16px;
	line-height: 24px;
	font-family: 'Roboto-Bold';
	margin-bottom: 16px;
}

.sitemap-col ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}

.sitemap-col ul li {
    color: #666;
    font-size: 15px;
    padding: 0 0 8px;
    line-height: 26px;
}

.sitemap-col ul li a:hover {
	color: #222;
	text-decoration: underline;
	text-decoration-color: #222;
}

.top {
	text-align: center;
	padding-bottom: 50px;
}

.green-celebration-section .wrap {
	display: flex;
	justify-content: center;
	padding-bottom: 50px;
}

.green-celebration-section .item strong {
	display: block;
	font-size: 33.6px;
	font-family: 'Roboto-Bold';
	letter-spacing: 0.2px;
	color: #006738;
}

.green-celebration-section .item {
	font-size: 20px;
	line-height: 1.5;
	text-align: center;
	color: #222;
}

.green-celebration-section .item+.item {
	margin-left: 60px;
}

.green-banner-section .slick-slide {
	overflow: hidden;
	position: relative;
}

.slick-dots {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: center;
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
}

.slick-dots button {
	display: none;
}

.slick-dots li {
	margin: 0 3px;
	border: solid 1px #fff;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	cursor: pointer;
	background-color: #000;
}

.slick-dots li.slick-active,
.slick-dots li:hover {
	background-color: #fff;
}

.green-action-bar {
	padding: 100px 0;
}

.green-action-bar .container {
	position: relative;
}

.green-action-bar h3.top-heading,
.green-action-bar h2.top-heading {
	font-size: 32px;
	color: #222;
	line-height: normal;
	font-family: "Roboto-Bold";
	margin-bottom: 32px;
	padding-right: 124px;
}

.green-action-bar .wrap {
	text-align: center;
	position: static;
}

.green-action-bar .circle {
	margin: 0 auto 15px;
	padding: 30px;
	border: solid 1px #e8e8e8;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	cursor: pointer;
	transition: 0.3s ease;
	position: relative;
}

.green-action-bar .item>a .circle:hover {
	border-color: #006738;
}

.green-action-bar .circle img {
	width: 50px;
	height: 60px;
	object-fit: contain;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.green-action-bar h5 {
	margin: 0;
	color: #222;
	line-height: normal;
	font-family: 'Roboto';
	font-weight: normal;
	margin: 0 21px;
	font-size: 16px;
}

.green-stories-section {
	background-color: #f1fff0;
	padding: 50px 0;
	margin-bottom: 100px;
}

.green-stories-section .top {
	text-align: center;
	padding-bottom: 28px;
}

.green-stories-section .top h2 {
	margin: 0;
	line-height: 48px;
}

.green-stories-section h4,
.green-stories-section .top h3 {
	line-height: 1.67;
	color: #222;
	font-size: 24px;
}

.green-stories-section .item {
	margin: 0 10px;
	height: auto;
	/* border-radius: 20px; */
	overflow: hidden;
	vertical-align: top;
	border: 1px solid #dee2e6;
}

.green-stories-section .item .inner {
	background: #fff;
	height: 100%;
	position: relative;
    padding-bottom: 35px;
}

.green-stories-section .item .wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.green-stories-section .item img {
	height: 100%;
	width: 400px;
	transition: all 2600ms ease-in-out;
}

.green-stories-section .item .desc {
	padding: 24px;
}

.green-stories-section .item .desc h3 {
	color: #222;
	font-size: 24px;
	font-family: "Roboto-Bold";
	line-height: 1.33;
	margin-bottom: 12px;
}

.green-stories-section .item .desc p {
	color: #666;
	line-height: 1.33;
	font-weight: normal;
	margin: 0;
}

.green-stories-section .slick-track {
	display: flex;
}

.arrows {
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 24px;
}

.slick-arrow {
	border: 1px solid #000;
	border-radius: 50%;
	width: 31px;
	height: 31px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 5px;
	background: #fff;
	cursor: pointer;
}

.slick-arrow:hover {
	background: #000;
	color: #fff;
}

.slick-arrow:hover svg {
	fill: #fff;
}

.slick-arrow.slick-disabled {
	opacity: 0.29;
	pointer-events: none;
}

.green-featured-section {
	padding-bottom: 100px;
}

.green-featured-section .top {
	text-align: center;
	padding-bottom: 50px;
}

.green-featured-section .wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.green-featured-section .item {
	width: 50%;
	display: flex;
	margin-bottom: 40px;
	align-items: center;
}

.green-featured-section .item .img {
	margin: 0 32px 0 0;
	padding: 40px;
	border-radius: 0;
	border: solid 1px #e8e8e8;
	background-color: #fff;
	width: 136px;
	height: 136px;
	max-width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.green-featured-section .item .desc {
	flex: 1;
}

.green-featured-section .item .img img {
	width: 56px;
	height: 56px;
	margin: 0 auto;
	display: block;
	object-fit: contain;
}

.green-featured-section .item h3 {
	font-size: 24px;
	font-family: "Roboto-Bold";
	line-height: 1.33;
	margin: 0 0 8px;
}

.green-featured-section .item p {
	max-width: 340px;
	margin: 0;
}

.green-button-section {
	text-align: center;
}

.top h2 {
	margin: 0;
}

.participation-steps-section .wrap {
	text-align: center;
	display: flex;
	justify-content: space-between;
	position: relative;
}

.participation-steps-section .item {
	flex: 1;
}

.participation-steps-section .item .img {
	background-color: #ffffff;
	padding: 50px;
	border-radius: 50%;
	width: 142px;
	margin: 0 auto;
	height: 142px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
	position: relative;
	border: 1px solid #dee2e6;
}

.participation-steps-section .item .img img {
	display: block;
	margin: 0 auto;
	width: 51px;
	height: 51px;
	object-fit: contain;
}

.participation-steps-section .item h3 {
	font-size: 24px;
	font-family: "Roboto-Bold";
	line-height: normal;
}

.participation-steps-section .item p {
	max-width: 275px;
	margin: 0 auto;
	font-size: 16px;
	line-height: 1.29;
	color: #333;
}

.participation-steps-section .green-button-section {
	padding-top: 48px;
}

.participation-steps-section {
	background-color: #f9f9f9;
	padding: 74px 0;
}

.participation-steps-section .divider {
	border-top: 1px dashed #dedede;
	width: 80%;
	position: absolute;
	top: 70px;
	margin: 0 auto;
	left: 0;
	right: 0;
}

.participation-steps-section .item .count-val {
	border: solid 2px #fff;
	background-color: #77b843;
	width: 30px;
	height: 30px;
	text-align: center;
	border-radius: 50%;
	position: absolute;
	font-size: 16px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 10px;
	left: 2px;
}

.green-prize-section .wrap {
	text-align: center;
	display: flex;
	justify-content: center;
	padding: 50px 0 40px;
}

.green-prize-section .top {
	padding: 0;
}

.green-prize-section .item {
	padding: 0 45px;
}

.green-prize-section .item strong {
	display: block;
	font-size: 33px;
	font-family: "Roboto-Bold";
	color: #006738;
	line-height: normal;
}

.green-prize-section .item span {
	color: #222;
	line-height: 1.39;
	font-size: 21px;
	display: block;
	padding-top: 10px;
}

.green-jury-section {
	padding: 100px 0;
}

.green-jury-section .top h3 {
	font-size: 40px;
	font-family: "Roboto-Bold";
	line-height: 1.85;
	margin: 0;
}

.green-jury-section .desc {
	padding-top: 20px;
}

.green-jury-section .desc h4,
.green-jury-section .desc h3 {
	font-size: 20px;
	line-height: 1.2;
	font-family: "Roboto-Bold";
	color: #333;
	margin: 0 0 8px;
}

.green-jury-section .desc p {
	font-size: 16px;
	color: #333;
	line-height: 1.29;
	margin: 0;
}

.subscibe-newsletter .inner {
	background-color: #fffaf3;
	padding: 104px 28px;
	margin-bottom: 100px;
}

.green-homepage .subscibe-newsletter .inner {
	margin-bottom: 0;
}

a.sub-menu-btn:hover {
	background: #f4f4f4;
}

a.sub-menu-btn label {
	cursor: pointer;
}

.subscibe-newsletter .top h4 {
	color: #006738;
	line-height: 1.88;
	font-size: 16px;
	font-family: "Roboto-Bold";
	text-transform: uppercase;
	margin: 0;
	padding-bottom: 12px;
}

.subscibe-newsletter .top h3 {
	color: #222;
	line-height: 1.2;
	font-size: 40px;
	font-family: "Roboto-Bold";
	margin: 0;
}

.subscibe-newsletter .form-field {
	max-width: 436px;
	margin: 0 auto;
	display: flex;
	padding: 6px 6px 6px 24px;
	border-radius: 29.5px;
	background-color: #fff;
}

.subscibe-newsletter .form-field .form-control {
	border: 0;
	padding: 0;
	background: transparent;
	line-height: 1.5;
	font-size: 16px;
	color: #222;
	outline: 0;
	box-shadow: none;
}

.subscibe-newsletter .form-field .btn {
	border-radius: 33.6px;
	background-color: #464646;
	border-color: #464646;
	color: #fff;
	font-size: 16px;
	line-height: 1.25;
	font-weight: 300;
}

.subscibe-newsletter .form-field .form-control::-webkit-input-placeholder {
	color: #222222;
}

.subscibe-newsletter .form-field .form-control:-ms-input-placeholder {
	color: #222222;
}

.subscibe-newsletter .form-field .form-control::placeholder {
	color: #222222;
}

.faq-section {
	padding: 72px 0 100px;
}

.faq-section .top {
	padding-bottom: 28px;
	text-align: left;
}

.faq-section .top h3 {
	margin: 0;
	font-size: 40px;
	line-height: normal;
	font-family: "Roboto-Bold";
}

.accordion-item {
    border-radius: 0 !important;
    background: transparent;
    border-left: 0;
    border-right: 0;
}

.accordion-item button {
	background: transparent !important;
	border-radius: 0 !important;
	color: #222 !important;
	box-shadow: none !important;
	border-bottom: 1px solid #e9e9e9;
	padding: 27px 15px;
	font-size: 16px;
	line-height: normal;
	border: 0 !important;
}

.accordion-item button:before {
	flex-shrink: 0;
	width: 1.75rem;
	height: 1.75rem;
	margin-left: auto;
	content: "";
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23222222'%3e%3cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-size: 1.75rem;
	transition: transform .2s ease-in-out;
	position: absolute;
	right: 0;
}

.accordion-button:not(.collapsed)::before {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23222222'%3e%3cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3e%3c/svg%3e");
	transform: rotate(-180deg);
}

.accordion-item button:after {
	content: none !important;
}

.accordion-body p {
	font-size: 16px;
	line-height: 1.5;
	font-family: Roboto;
	font-weight: normal;
}

.accordion .see-all {
	padding-top: 27px;
}

.accordion .see-all a {
	text-decoration: underline;
	color: #222;
	font-size: 16px;
	display: inline-block;
	margin: 0 15px;
}

.accordion .see-all a:hover {
	text-decoration: none;
}

.bottom-pane .inner {
	background-color: #f1fff0;
	padding: 70px 15px;
	text-align: center;
}

.bottom-pane .inner h3 {
	max-width: 960px;
	margin: 0 auto;
	font-size: 48px;
	font-family: "Roboto-Bold";
	line-height: 1.17;
	padding-bottom: 16px;
}

.bottom-pane .inner h4 {
	font-size: 24px;
	line-height: 1.43;
	padding-bottom: 50px;
	margin: 0;
}

.bottom-pane {
	padding-bottom: 100px;
}

@keyframes slide-down {
	0% {
		opacity: 0;
		transform: translateY(-100%)
	}

	100% {
		opacity: .9;
		transform: translateY(0)
	}
}

.header.sticky {
	background-color: #fff;
	z-index: 199;
	border-bottom: solid 1px #e2e2e2;
	top: 0;
	left: 0;
	right: 0;
	position: fixed;
	animation: slide-down .4s;
	padding: 15px 0;
}

.sidebar-navigation {
	position: fixed;
	bottom: 0;
	display: flex;
	flex-direction: column;
	max-width: 100%;
	background-color: #fff;
	background-clip: padding-box;
	outline: 0;
	transition: transform .3s ease-in-out;
	top: 0;
	left: 0;
	width: 400px;
	border-right: 1px solid rgba(0, 0, 0, .2);
	transform: translateX(-100%);
	height: 100vh;
	z-index: 9999;
}

.menu-open .sidebar-navigation {
	transform: none;
}

.overLay,
.popup-overLay,
.filter-overLay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	height: 100vh;
	background-color: #000;
	opacity: 0;
	visibility: hidden;
}

.active-popup .popup-overLay,
.active-filter .filter-overLay  {
	opacity: 0.5;
	visibility: visible;
}

.popup-overLay {
	z-index: 999 !important;
}

.menu-open .overLay {
	opacity: .5;
	visibility: visible;
}

.sidebar-navigation .offcanvas-body {
	padding: 0;
	background-color: #fff;
	scroll-behavior: smooth;
}

.sidebar-navigation .hamburger_section {
	background-color: #fff;
	margin-bottom: 0.5rem;
	padding: 32px 24px;
	position: relative;
}

.sidebar-navigation .hamburger_section:after {
	content: '';
	height: 0.5rem;
	background: #f1f1f1;
	display: block;
	position: absolute;
	bottom: -8px;
	left: 0;
	right: 0;
	width: 100%;
}

.sidebar-navigation .hamburger_section:last-child:after {
	content: none;
}

.hamburger_section.logo-sec img {
	width: 80px;
}

.hamburger_section.logo-sec {
	padding: 20px 24px;
}

.sidebar-navigation .hamburger_section h5 {
	font-family: 'Roboto';
	font-size: 12px;
	line-height: 24px;
	text-transform: uppercase;
	color: #999;
}

.sidebar-navigation .hamburger_section ul {
	margin: 0 -24px;
	padding: 0;
	list-style: none;
}

.sidebar-navigation .hamburger_section ul>li {
	font-size: 16px;
	line-height: 32px;
}

.sidebar-navigation .hamburger_section ul>li>a {
	color: #222;
	padding: 12px 24px;
	display: block;
}

.sidebar-navigation .hamburger_section.single_item {
	padding: 0;
}

.sidebar-navigation .hamburger_section.single_item ul>li>a {
	min-height: 4.5rem;
	display: flex;
	align-items: center;
}

.sidebar-navigation .hamburger_section.single_item>ul {
	margin: 0;
}

.font-icon,
[class^=i-],
[class*=" i-"] {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.sidebar-navigation .hamburger_section i {
	color: #555;
	margin-right: 18px;
}

.font-icon:before,
[class^=i-]:before,
[class*=" i-"]:before {
	font-size: 24px;
	text-align: center;
	font-style: normal;
	font-weight: normal;
	display: inline-block;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: "icons";
}

.i-businesses:before {
	content: "";
}

.sidebar-navigation .hamburger_section i:before {
	font-size: 16px;
}

.sidebar-navigation .hamburger_section i.icon {
	margin: 0 0 0 auto;
	transition: transform .3s;
	color: #666;
}

.i-arrow-d:before {
	content: "";
}

.sidebar-navigation .hamburger_section i.icon:before {
	font-size: 13px;
}

.sidebar-navigation .hamburger_section:last-child {
	margin: 0;
}

.accordion-header {
	font-weight: 400;
	font-family: 'Roboto';
	font-size: 48px;
	line-height: 1.4;
	color: #222;
}

.sidebar-navigation .hamburger_section.single_item ul.submenu {
	margin: 0;
	padding-bottom: 32px;
}

.sidebar-navigation .hamburger_section ul>li.hide-view {
	display: none !important;
}

.sidebar-navigation .hamburger_section.single_item ul.submenu li a {
	min-height: initial;
	padding: 12px 22px;
}

.green-banner-section .slick-slide .banner-content {
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
	max-width: 424px;
	margin-left: 75px;
	transform: translateY(-50%);
}

.green-banner-section .slick-slide .banner-content h5 {
	font-family: 'Roboto-Medium';
	font-size: 18px;
	color: #fff;
	line-height: 1.5;
	margin: 0;
	padding-bottom: 30px;
}

.green-banner-section .slick-slide .banner-content h3 {
	font-size: 30px;
	font-family: 'Roboto-Bold';
	line-height: 1.09;
	color: #fff;
	margin: 0;
	padding-bottom: 30px;
}

.green-banner-section .slick-slide .banner-content .video-btn {
	border-radius: 28px;
	background-color: #006738;
	padding: 13px 20px;
	display: flex;
	color: #fff;
	max-width: 171px;
	align-items: center;
	font-size: 18px;
	line-height: normal;
}

.green-banner-section .slick-slide .banner-content .video-btn img {
	margin-right: 5px;
}

.adani-prize-desc {
	display: none;
}

.menu-open,
.cm-menu-open {
	overflow: hidden;
	position: relative;
}

.sidebar-navigation .hamburger_section.single_item ul>li>a img {
	width: 22px;
	height: 22px;
	object-fit: contain;
	margin-right: 16px;
}

.health-banner {
	background-color: #4d9f39;
	padding: 64px 0 36px;
	text-align: center;
}

.health-banner .btm-img img {
	width: 100%;
}

.health-banner h3 {
	color: #fff;
	line-height: 1.12;
	font-size: 60px;
	font-family: 'Roboto-Bold';
	margin: 0;
	padding: 18px 0 13px;
}

.health-banner p {
	color: #fff;
	font-family: 'Roboto-Bold';
	font-size: 20px;
	line-height: 1.2;
	margin: 0;
}

.action-top-section {
	padding-top: 100px;
	padding-bottom: 50px;
}


/* About Us */
.heading h2 {
	font-size: 48px;
	line-height: 60px;
	text-align: center;
	margin-bottom: 40px;
}

.about-intro {
	padding-top: 100px;
	margin-bottom: 60px;
	display: flex;
	justify-content: space-between;

}

.about-intro .about-image {
	width: 40%;
}

.about-intro .about-info {
	width: 55%;
	display: flex;
	flex-direction: column;
	justify-content: top;
	padding-left: 40px;
}

.about-btn {
	font-size: 16px;
	text-decoration: underline;
	border: #fff;
	background: #fff;
	color: #222;
	font-weight: 400;
	text-align: left;
	padding: 0;
}

.about-btn:hover {
	text-decoration: none;
}

.about-hero .about-btn {
	background: transparent;
}

.about-info h2 {
	font-size: 60px;
	font-weight: 600;
	line-height: 84px;
	text-align: left;
	margin-bottom: 22px;
}


.about-info .member-details .member-info {
	width: 100%;
	padding-left: 0;
}

.about-info .member-details a.expand-btn {
	display: initial;
}

.about-info .description {
	max-height: 120px;
	overflow: hidden;
}

.about-info.active .description {
	max-height: 100%;
}

.about-info.active .more {
	display: none;
}

.about-info.active .less {
	display: block !important;
}

.about-info.active .about-btn {
	color: #666;
}

.description {
	font-size: 16px;
	line-height: 1.5;
	color: #333333;
}

.shorten {
	max-height: 124px;
	overflow: hidden;
}

.our-mission {
	padding-bottom: 60px;
}

.mission-cards {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.mission-cards .card {
	width: 48%;
	border-radius: 16px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-align: center;
	padding: 80px 60px;
	margin-bottom: 40px;
}

.mission-cards .card img {
	width: 90px;
	height: 90px;
}

.card h3 {
	font-size: 30px;
	line-height: 40px;
	font-weight: 600;
	padding-top: 10px;
}

.green-values {
	padding: 60px 0;
}

.values-cards {
	display: flex;
	justify-content: space-between;
}

.values-cards .card {
	display: flex;
	flex-direction: column;
	align-items: center;
	border: none;
	border-radius: 40px;
	padding: 64px 50px;
	width: 30%;
}

.values-cards .card:nth-child(1) {
	background-image: linear-gradient(to bottom, #f5f0ff, #fff);
}

.values-cards .card:nth-child(2) {
	background-image: linear-gradient(to bottom, #f1fff0, #fff);
}

.values-cards .card:nth-child(3) {
	background-image: linear-gradient(to bottom, #fff4f5, #fff);
}

.values-cards .card .image {
	width: 114px;
	height: 114px;
	border-radius: 50%;
	background-color: #ffffff;
	margin-bottom: 46px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.values-cards .card .image img {
	width: 80px;
	margin: 0 auto;
	display: block;
}

.values-cards .card h3 {
	margin-bottom: 30px;
	text-align: center;
	padding: 0;
	font-family: 'Roboto-Bold';
}

.values-cards .card .description {
	text-align: center;
	margin-bottom: 30px;
}

.green-events .event-desc {
	display: flex;
	justify-content: space-between;
}

.show-on-mobile {
	display: none;
}

.show-on-mob {
	display: none !important;
}

.event-desc .info {
	width: 30%;
	justify-content: space-between;
	align-items: flex-start;
	background-color: #f9f9f9;
	border-radius: 16px 0 0 16px;
	padding: 74px 42px;
	margin-right: 5px;
}

.event-desc .event-slider {
	width: 70%;
	margin-left: 5px;
	position: relative;
}

.event-slider .slides .item img {
	border-radius: 0 16px 16px 0;
	width: 100%;
}

.green-events .slick-dots {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: center;
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
}

.green-events .slick-dots li {
	margin: 0 6px;
	border: solid 1.5px #fff;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	cursor: pointer;
	background-color: #000;
}

.green-events .slick-dots li.slick-active,
.green-events .slick-dots li:hover {
	background-color: #fff;
}

.green-events .slick-arrow {
	border: 1px solid #000;
	border-radius: 50%;
	width: 31px;
	height: 31px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 5px;
	background: #fff;
	cursor: pointer;
	font-size: 0px;

}

.green-events .event-arr-right {
	position: absolute;
	right: 10px;
	top: 50%;
}

.green-events .event-arr-left {
	position: absolute;
	left: 10px;
	top: 50%;
}

.green-events .slick-arrow.slick-disabled {
	opacity: 0.29;
}

.green-events .slick-dots button {
	display: none;
}

.event-desc h3 {
	font-size: 32px;
	font-weight: 600;
}


.about-hero {
	display: flex;
	justify-content: space-between;
}

.hero-intro {
	width: 50%;
	display: flex;
	flex-direction: column;
	padding-right: 180px;
}

.about-hero .hero-intro {
	padding-right: 0;
}

.hero-intro h2 {
	font-size: 60px;
	line-height: 71px;
	color: #222222;
	text-align: left;
}

.hero-intro p {
	font-size: 16px;
	line-height: 24px;
	color: #333333;
}

.hero-right-img {
	max-width: 412px;
	margin-left: 150px;
}

.hero-right-img img {
	width: 80%;
}


/* Our Team */


.team-section .container {
	max-width: 942px;
}

.member-details {
	display: flex;
	justify-content: flex-start;
	margin-bottom: 100px;
}

.member-details.reverse {
	flex-direction: row-reverse;
}

.member-details.reverse .member-image {
	justify-content: flex-end;
}

.member-details.reverse .policy-image {
	justify-content: flex-end;
}

.member-details .member-image {
	width: 40%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}

.member-details .policy-image {
	width: 50%;
	display: flex;
	justify-content: flex-start;
}

.policy-image img {
	width: 100%;
	max-width: 412px;
}

.member-details .member-info {
	width: 60%;
	max-width: 624px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	padding-left: 30px;
}

.member-details .policy-info {
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.member-info h3,
.member-info h1 {
	font-size: 28px;
	font-family: 'Roboto-Bold';
	margin: 0;
	padding-bottom: 14px;
}

.policy-info h3 {
	font-size: 20px;
	line-height: 24px;
	font-weight: 600;
}

.member-info h5 {
	font-size: 16px;
	padding-bottom: 30px;
	line-height: 1.25;
	margin: 0;
}

.spacer {
	height: 20px;
}

.action-top-section h3 {
	font-family: 'Roboto-Bold';
	margin: 0;
	font-size: 50px;
	line-height: normal;
	padding-bottom: 14px;
}

.action-top-section p {
	margin: 0;
	color: #222;
}

.select-wrapper .select-drpodown {
	display: none;
	border-radius: 6px;
	box-shadow: 0 10px 37px 0 rgb(0 0 0 / 15%);
	background-color: #fff;
	position: absolute;
	width: 100%;
}

.select-wrapper .select-drpodown ul {
	padding: 16px 0;
	margin: 0;
	list-style: none;
}

.select-wrapper {
	font-size: 14px;
	border-radius: 6px;
	border: solid 1px #d1d1d1;
	position: relative;
	display: flex;
	align-items: center;
	cursor: pointer;
}

.select-wrapper>label {
	white-space: nowrap;
	padding: 12px 8px;
	padding-right: 5px;
	pointer-events: none;
}

.select-wrapper label strong {
	color: #222;
	font-family: 'Roboto-Bold';
	padding-left: 5px;
}

.select-wrapper .select-drpodown {
	box-shadow: none;
	border: 0;
	position: static;
	appearance: none;
	outline: 0;
	padding: 12px 0;
}

.action-top-section .row {
	align-items: flex-end;
}

.select-wrapper>label:after {
	content: '';
	border: solid #d1d1d1;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 3px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	position: absolute;
	right: 18px;
	top: 17px;
}

.select-wrapper>label.active:after {
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
}

.select-wrapper .select-drpodown ul li {
	padding: 12px 16px;
	color: #222;
	font-family: 'Roboto-Medium';
	font-size: 14px;
	line-height: normal;
	cursor: pointer;
}

.select-wrapper .select-drpodown ul li:hover {
	background-color: #f4f4f4;
}

.action-bottom-section .item>img {
	width: 100%;
	height: 296px;
	object-fit: cover;
}

.action-bottom-section .item .desc {
	padding: 4px 20px 20px 0;
}

.action-bottom-section .date {
	font-size: 13px;
	line-height: 2.31;
	color: #666;
}

.action-bottom-section h3 {
	margin: 0;
	padding: 8px 0 12px;
	font-family: 'Roboto-Bold';
	font-size: 30px;
	line-height: 1.33;
}

.action-bottom-section p {
	color: #666;
	margin: 0;
	padding-bottom: 16px;
}

.read_more {
	color: #222;
	text-decoration: underline;
}

.action-bottom-section .item {
	margin-bottom: 40px;
}

.green-featured-section.wid-img {
	padding-top: 40px;
}

.green-featured-section.wid-img .top h3 {
	font-family: 'Roboto-Bold';
	font-size: 50px;
	margin: 0;
	padding-bottom: 13px;
}

.green-featured-section.wid-img .top p {
	color: #222;
}

.green-featured-section.wid-img .item .img {
	border: 0;
	padding: 0;
	overflow: hidden;
}

.green-featured-section.wid-img .item .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.green-featured-section.wid-img .item {
	align-items: initial;
	margin-bottom: 70px;
}

.green-featured-section.wid-img .item h3 {
	line-height: 1.12;
	font-size: 28px;
	margin: 0;
	padding-bottom: 12px;
}


/*--------- Help Center  --------*/

.green-need-help-section {
	background-color: #f1fff0;
	min-height: 400px;
	padding: 25px 0px;
}

.web-bredcrumb ul.breadcrumb li {
	font-size: 13px;
	color: #666;
}

.web-bredcrumb ul.breadcrumb li a {
	color: #333;
	text-decoration: underline;
}

.web-bredcrumb ul.breadcrumb li a:hover {
	text-decoration: none;
}


.help-search {
	width: 100%;
	max-width: 580px;
	margin: 0px auto;
	position: relative;
}

.input-search {
	width: 100%;
	position: relative;
}

.input-search .form-control {
	min-height: 60px;
	border-radius: 30px;
	border: none;
	box-shadow: 0 2px 8px 0 rgba(0, 0, 55, 0.06);
	padding-left: 30px;
	padding-right: 30px;
	font-size: 18px;
}

.input-search .search-icon {
	width: 20px;
	height: 20px;
	position: absolute;
	right: 30px;
	top: 18px;
	cursor: pointer;
}

.input-search .search-icon img {
	width: 20px;
	height: 20px;
}

.search-suggestions {
	width: 100%;
	min-height: 60px;
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 2px 8px 0 rgba(0, 0, 55, 0.06);
	padding: 0px 30px;
	position: absolute;
	top: 75px;
	left: 0px;
}

.search-suggestions ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.search-suggestions ul li {
	display: block;
	font-size: 18px;
	line-height: 24px;
	color: #000;
	margin: 30px 0px;
	cursor: pointer;
}

.search-suggestions ul li::before {
	content: ' ';
	width: 50px;
	height: 24px;
	background: url("../images/icons/search.svg") no-repeat left center;
	background-size: 20px;
	float: left;
}

/*--------- Contact us  --------*/

.green-contact-section {
	width: 100%;
	position: relative;
	background-color: #f4fff4;
	padding: 25px 0px 0px 0px;
	min-height: 380px;
}

.contact-skewed {
	display: block;
	overflow: hidden;

}

/* .green-contact-section::after {
	transform-origin: right top;
	-webkit-transform: skew(0deg, -8deg);
	transform: skew(0deg, -8deg);
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	background: inherit;
	z-index: -1;
	bottom: 0;
} */

.contact-top {
	width: 100%;
	max-width: 550px;
}

.contact-top h2,
.contact-top h1 {
	font-family: "Roboto-Bold";
	line-height: 56px;
	color: #222;
	margin: 70px 0px 22px 0px;
}

.contact-top p {
	font-size: 18px;
	line-height: 1.33;
	color: #333;
	margin: 0px;
	padding: 0px;
}

.contact-top p a {
	color: #006738;
}

.contact-top p a:hover {
	text-decoration: underline;
}


.contact-form {
	border-radius: 16px;
	border: solid 1px #e8e8e8;
	background-color: #fff;
	padding: 54px;
	margin-top: -280px;
	margin-bottom: 100px;
	z-index: 10;
	position: relative;
}

.contact-form .form-floating>.form-control,
.contact-form .form-floating>.form-select {
	line-height: 1.4;
}

.formrow {
	margin-bottom: 30px;
}

.formrow .text-danger {
	color: #dc3545 !important;
	position: absolute;
	font-size: 13px;
	margin-top: 3px;
}

.contact-form h3 {
	font-size: 24px;
	font-family: "Roboto-Bold";
	line-height: 1.33;
	color: #333;
	margin-bottom: 40px;
}

.contact-form label {
	font-size: 16px;
	font-family: "Roboto";
	line-height: 1.5;
	color: #666;
}

button:focus:not(:focus-visible) {
	box-shadow: none !important;
}

.contact-form .form-control {
	height: 60px;
	border-radius: 8px;
	border: solid 1px #e8e8e8;
}

/* .contact-form textarea {
	min-height: 110px;
	resize: none;
} */

textarea.form-control {
	overflow-y: hidden;
	resize: none;
	min-height: 120px;
}

.contact-form .btn {
	width: 80%;
	height: 50px;
	border-radius: 25px;
	background-color: #006738;
	border-color: #006738;
	color: #fff;
	font-size: 18px;
	font-family: "Roboto-Bold";
	max-width: 100%;
	display: inline-block;
}

.contact-form .btn:hover {
	background-color: #00552E;
}

.contact-address {
	margin-top: 72px;
}

.contact-address h3 {
	font-size: 24px;
	font-family: "Roboto-Bold";
	line-height: 1.14;
	color: #333;
	margin-bottom: 20px;
}

.contact-address h4 {
	font-size: 18px;
	font-family: "Roboto-Bold";
	line-height: 1.2;
	color: #222;
	margin-bottom: 10px;
}

.contact-address h5 {
	font-size: 18px;
	font-family: "Roboto-Bold";
	line-height: 20px;
	color: #222;
	margin: 0px;
}

.contact-address p {
	color: #333;
	margin-bottom: 0;
}

.contact-address a.geo-map {
	display: inline-block;
	font-size: 16px;
	line-height: 32px;
	color: #222;
	padding: 10px 40px 10px 30px;
	border-radius: 25px;
	border: solid 1px #666;
	margin-top: 30px;
}

.contact-address a.geo-map::before {
	float: left;
	width: 32px;
	height: 32px;
	content: ' ';
	background: url("../images/icons/geo.svg") no-repeat left center;
	background-size: 20px;
}

.contact-address .contact-group {
	/* padding-top: 23px; */
	clear: both;
	overflow: hidden;
}

.contact-address .contact-group::before {
	content: ' ';
	float: left;
	width: 64px;
	height: 64px;
	border: solid 1px #e2e2e2;
	border-radius: 50%;
	margin-right: 20px;
}

.contact-address .contact-group.call::before {
	background: url("../images/icons/call.svg") no-repeat center center;
	background-size: 24px;
}

.contact-address .contact-group.mail::before {
	background: url("../images/icons/mail.svg") no-repeat center center;
	background-size: 24px;
}

/*--------- Green Talk Form  --------*/

.form-section {
	margin: 60px 0 40 0;
}

.form-section h3,
.form-section h1 {
	font-size: 28px;
	font-family: "Roboto-Bold";
	line-height: 1.5;
	color: #222;
	margin: 0px;
}

.form-section p {
	font-size: 16px;
	line-height: 1.3;
	color: #333;
	margin: 5px 0px 40px 0px;
}

.form-section .form-control,
.form-section .form-select {
	border-radius: 8px;
}

.form-section .form-check-input:checked {
	background-color: #222;
	border-color: #222;
}

.form-section .form-check-label {
	color: #222;
	font-family: "Roboto-Medium";
	font-size: 16px;
	line-height: 26px;
	padding-left: 10px;
}

.form-section .btn {
	min-width: 250px;
	height: 60px;
	border-radius: 30px;
	background-color: #006738;
	border-color: #006738;
	color: #fff;
	font-size: 20px;
	margin: 22px 0px;
}

.form-section .btn:hover {
	background-color: #00552E;
	border-color: #00552E;
}


.tnc-txt {
	font-size: 14px;
	line-height: 1.2;
	color: #333;
}

.tnc-txt a {
	color: #0066cc;
}

.hint-txt {
	font-size: 12px;
	line-height: 1.5;
	color: #666;
	margin: 5px 0px;
}

.hint-txt span.word-count {
	float: right;
	font-size: 14px;
	color: #999;
}

.hint-txt .tips {
	float: right;
	font-size: 15px;
	color: #222;
	background: url("../images/icons/tips.svg") no-repeat left center;
	background-size: 16px;
	padding-left: 20px;
}

.hint-txt .tips a {
	color: #222;
	text-decoration: underline;
	position: relative;
}


.inputfilebox {
	border: solid 1px #ccc;
	height: 58px;
	border-radius: 8px;
	background: #fff;
	position: relative;
}

.inputfilebox i.uploadicon {
	width: 58px;
	height: 58px;
	position: absolute;
	background: url("../images/icons/upload.svg") no-repeat center center;
	background-size: 20px;
	left: 0;
	top: 0;
}

.inputfilebox label {
	left: 60px;
	top: 0;
	position: absolute;
	line-height: 58px;
}

.inputfilebox input[type='file'] {
	opacity: 0;

}

/*--------- Green Talk Media  --------*/

.media-banner {
	width: 100%;
	position: relative;
	margin-bottom: 72px;
}

.media-banner-img {
	width: 100%;
	height: 650px;
	object-fit: cover;
}

.video-thumb {
	position: relative;
	overflow: hidden;
}

.video-thumb:before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 1;
}

.video-thumb-img {
	position: relative;
	transition: all 2600ms ease-in-out;
}

.play-img {
	width: 60px;
	height: 60px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -30px 0px 0px -30px;
	border-radius: 50%;
	cursor: pointer;
	z-index: 1;
}

.cm_detail_banner .slick-slide>img {
	width: 100%;
	height: 650px;
	object-fit: cover;
}

.cm_detail_banner .item {
	position: relative;
}

.cm_detail_banner .item:after {
	content: '';
	display: block;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

}

.cm_detail_banner .desc {
	position: absolute;
	text-align: center;
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	left: 0;
	right: 0;
	z-index: 11;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
}

.cm_detail_banner .desc p {
	margin: 0;
	font-size: 16px;
	line-height: 1.2;
	color: #fff;
}

.cm_detail_banner .desc h3,
.cm_detail_banner .desc h1 {
	margin: 0;
	color: #fff;
	font-size: 60px;
	line-height: 1.12;
	padding-bottom: 12.4px;
	font-family: "Roboto-Bold";
}

.cm_detail_banner .slick-dots li.slick-active,
.cm_detail_banner .slick-dots li:hover {
	background: #fff;
	border-color: #fff;
}

.details_top_nav {
	margin-top: 0;
	position: sticky;
	background: #fff;
	z-index: 9;
}

.details_top_nav ul,
.latestNews-tabber ul.tab-list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	border-bottom: solid 1px #dedede;
	padding: 0.813rem 0;
}

.details_top_nav ul li+li,
.latestNews-tabber ul.tab-list li+li {
	margin: 0;
}

.details_top_nav ul li a,
.latestNews-tabber ul.tab-list li a {
	color: #222;
	padding: 14px 10px;
	display: block;
	border-bottom-color: transparent;

	padding: 0.875rem 2rem;
	border-radius: 0.5rem;
}

.details_top_nav ul li a,
.latestNews-tabber ul.tab-list li a::hover {
	background-color: #F3F3F3;
}

.statement-section .top {
	text-align: left;
	padding-bottom: 45px;
}

.statement-section .top h5 {
	font-size: 16px;
	line-height: 1.33;
	margin: 0;
	padding-bottom: 20px;
}

.statement-section .top h3 {
	font-family: 'Roboto-Bold';
	font-size: 40px;
	line-height: normal;
	margin: 0;
	padding-bottom: 70px;
}

.statement-section .top h2 {
	font-size: 40px;
	line-height: normal;
}

.statement-section .btm p {
	color: #222;
	line-height: 1.8;
}

.statement-section {
	padding-bottom: 100px;
}

.ikure-solution-section {
	background-color: #f1fff0;
	padding-top: 70px;
	padding-bottom: 99px;
}

.ikure-solution-section .top h3 {
	font-family: 'Roboto-Bold';
	font-size: 60px;
	line-height: normal;
	margin: 0;
	padding-bottom: 8px;
}

.ikure-solution-section .top p {
	margin: 0;
	color: #222;
}

.ikure-solution-section .btm {
	display: flex;
	justify-content: space-between;
	text-align: center;
}

.ikure-solution-section .img {
	background-color: #fff;
	padding: 50px;
	border-radius: 50%;
	width: 142px;
	margin: 0 auto;
	height: 142px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
	position: relative;
}

.ikure-solution-section .img img {
	display: block;
	margin: 0 auto;
	width: 51px;
	height: 51px;
	object-fit: contain;
}

.ikure-solution-section .desc h4 {
	font-family: 'Roboto-Bold';
	line-height: 1.43;
	font-size: 28px;
}

.ikure-solution-section .desc p {
	color: #222;
}

.business-update-section {
	padding: 100px 0;
}

.business-update-section .top h3,
.field-snapshot-section .top h3,
.details_awards .top h3 {
	font-family: 'Roboto-Bold';
	font-size: 60px;
	line-height: 1.23;
}

.business-update-section .item {
	padding: 0 18.5px;
}

.business-update-section .slick-slider {
	margin: 0 -18.5px;
}

.business-update-section .desc {
	padding: 20px;
}

.business-update-section .desc p {
	margin: 0;
	color: #666;
}

.business-update-section .desc h5 {
	font-family: 'Roboto-Bold';
	font-size: 18px;
	line-height: 1.33;
	margin: 0;
	padding-bottom: 10px;
}

.business-update-section .desc a.read_more {
	margin-top: 16px;
	display: inline-block;
}

.field-snapshot-section .left-area img {
	height: 422px;
	object-fit: cover;
	width: 100%;
	border-radius: 20px;
	overflow: hidden;
}

.field-snapshot-section .right-area img {
	border-radius: 20px;
	overflow: hidden;
	height: 200px;
}

.field-snapshot-section .right-area img+img {
	margin-top: 20px;
}

.field-snapshot-section {
	padding-bottom: 100px;
}

.details_awards .top p {
	font-size: 22px;
	color: #222;
	margin: 0;
}

.details_awards .item {
	padding: 0 24px;
}

.details_awards .btm {
	margin: 0 -24px;
}

.details_awards .desc {
	padding: 20px;
	padding-bottom: 0;

}

.details_awards .desc h5 {
	font-family: 'Roboto-Bold';
	font-size: 20px;
	line-height: 1.2;
	margin: 0;
	padding-bottom: 8px;
}

.details_awards .desc p {
	color: #333;
	font-size: 14px;
	line-height: 1.29;
}

.green-jury-section.leaders .desc h4 {
	font-size: 18px;
	line-height: 1.33;
}

.glance-section .top {
	text-align: left;
	padding-bottom: 34px;
}

.glance-section .top h4 {
	margin: 0;
	font-size: 28px;
	font-family: 'Roboto-Bold';
	line-height: normal;
}

.glance-section .btm iframe {
	width: 100%;
}

.glance-section {
	padding-bottom: 100px;
}

.details_top_nav ul li,
.latestNews-tabber ul.tab-list li {
	position: relative;
}

.details_top_nav ul li:hover,
.latestNews-tabber ul.tab-list li:hover {
	background-color: #f3f3f3;
	border-radius: 8px;
}

.details_top_nav ul li.active,
.latestNews-tabber ul.tab-list li.active {
	border-radius: 8px;
	font-family: 'Roboto-Bold';
}

.details_top_nav ul li.active:after,
.latestNews-tabber ul.tab-list li.active:after {
	content: '';
	height: 1px;
	background-color: #000;
	border: solid 1.5px #222;
	width: 100%;
	display: block;
	bottom: -14px;
	position: absolute;
}

.green-latestNews .about {
	min-height: 548px;
}

.latestNews-tabber .green-featured-section .item {
	width: 100%;
	margin-bottom: 40px;
}

.latestNews-tabber .green-featured-section .item p {
	max-width: 100%;
}

.byline {
	color: #666;
	font-size: 12px;
	line-height: 1.33;
	padding-top: 16px;
}

.byline>span {
	display: inline-block;
}

.latestNews-tabber .green-featured-section {
	padding-bottom: 0;
}

.news-pagination {
	text-align: center;
	padding-bottom: 72px;
}

.news-pagination p {
	margin: 0;
	padding-bottom: 15px;
	font-size: 14px;
	line-height: normal;
	color: #222;
}

.news-pagination .loader {
	max-width: 190px;
	margin: 0 auto;
	height: 2px;
	border-radius: 1px;
	background-color: #d8d8d8;
	margin-bottom: 25px;
}

.news-pagination .loader span {
	width: 40px;
	height: 2px;
	border-radius: 1px;
	background-color: #222;
	display: inherit;
}

.news-pagination .show-more .btn {
	border-color: #c1c2c7;
	border-width: 1px;
	border-radius: 19px;
	padding: 9px 25px;
	font-size: 14px;
	line-height: normal;
	color: #222;
	width: auto;
}

.news-pagination .show-more .btn:hover {
	background: #c1c2c7;
}

.green-latestNews .hero-intro {
	padding-top: 90px;
}

.green-latestNews .green-contact-section.height {
	height: 250px;
}

.breadcrumb-section {
	padding: 0 24px 50px;
}

.breadcrumb-section .breadcrumb {
	margin: 0;
}

.newDetail-section .post-heading h3 {
	font-family: 'Roboto-Bold';
	font-size: 30px;
	line-height: normal;
	margin: 0;
}

.newDetail-section .post-heading {
	padding-bottom: 36px;
}

.blog-social {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
}

.blog-social svg {
	width: 15px;
	height: 15px
}

.newDetail-section .left-sec .icon {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	border: solid 1px #ebe8e8;
	display: flex;
	align-items: center;
	justify-content: center;
}

.newDetail-section .left-sec .icon img {
	width: 15px;
}

.newDetail-section .left-sec {
	display: flex;
}

.newDetail-section .left-sec .desc {
	padding-left: 8px;
}

.newDetail-section .left-sec .desc h5 {
	margin: 0;
	color: #302f30;
	font-family: 'Roboto-Medium';
	font-size: 16px;
	line-height: 1.25;
	padding-bottom: 2px;
}

.newDetail-section .left-sec .desc p {
	margin: 0;
	font-size: 12px;
	line-height: 1.33;
	color: #666;
}

.newDetail-section .meta {
	padding-bottom: 33px;
}

.newDetail-section .meta>.row {
	align-items: center;
}

.newDetail-section .meta .right-sec {
	justify-content: end;
	display: flex;
}

.blog-social li+li {
	margin-left: 8px;
}

.blog-social li a {
	border: solid 1px #dfdfdf;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	justify-content: center;
	display: flex;
	align-items: center;
}

.blog-social li a:hover {
	border-color: #666;
}

.newDetail-section .post-content img {
	margin-bottom: 30px;
}

.newDetail-section .post-content p {
	color: #222;
}

.newDetail-section {
	padding-bottom: 32px;
}

.video-detail-page .media-banner {
	margin-bottom: 40px;
}

.video-detail-section .topBar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 32px;
}

.video-detail-section .topBar h3 {
	margin: 0;
	font-family: 'Roboto-Bold';
	font-size: 30px;
	line-height: normal;
}

.video-detail-section .description {
	padding-bottom: 56px;
}

.video-detail-page .top h2 {
	font-size: 50px;
}

.green-stories-section .item .inner .img {
	overflow: hidden;
}




.green-banner-section .slick-arrow,
.cm_detail_banner .slick-arrow {
	font-size: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	border-color: #fff;
	left: 10px;
	right: auto;
	z-index: 9;
	opacity: 0;
	visibility: hidden;
	transition: 0.3s ease;
	border: 1px solid #dfdfdf;
	width: 40px;
	height: 40px;
}

.green-banner-section .slick-arrow:hover,
.cm_detail_banner .slick-arrow:hover {
	background-color: #f3f3f3;
	border-color: #dfdfdf;
}

.green-banner-section .slick-arrow.slick-next,
.cm_detail_banner .slick-arrow.slick-next {
	left: auto;
	right: 10px;
}

.green-banner-section .slick-arrow:before,
.cm_detail_banner .slick-arrow:before {
	text-align: center;
	font-style: normal;
	font-weight: normal;
	display: inline-block;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: "icons";
	content: "";
	font-size: 13px;
	color: #333;
}

.green-banner-section .slick-arrow.slick-next:before,
.cm_detail_banner .slick-arrow.slick-next:before {
	content: "";
}

.green-banner-section .slick-slider:hover .slick-arrow,
.cm_detail_banner.slick-slider:hover .slick-arrow {
	opacity: 1;
	visibility: visible;
}

.green-action-bar .circle img.animated-img {
	visibility: hidden;
}

.green-action-bar .item .circle:hover img.static-img {
	visibility: hidden;
}

.green-action-bar .item .circle:hover img.animated-img {
	visibility: visible;
}

.green-stories-section .item .desc .desc-right img {
	width: 30px;
	height: 30px;
	object-fit: contain;
	max-width: 30px;
}

.green-jury-section .item {
	overflow: hidden;

}

.jury-img-container {
	overflow: hidden;
}

.green-jury-section .item img {
	transition: 0.5s ease;
}


.terms-condition-wrapper {
	display: flex;
	justify-content: space-between;
	padding-bottom: 70px;
}

.terms-condition-wrapper .service-menu>h6 {
	display: flex;
	align-items: center;
	font-size: 16px;
	line-height: normal;
	margin: 0;
}

.terms-condition-wrapper .icon-button {
	width: 21px;
	margin-right: 9px;
	position: absolute;
	cursor: pointer;
}

.service-menu {
	overflow: hidden;
	padding-top: 10px;

}

.service-menu h6 span {
	padding-left: 40px;
}

.service-description {
	color: #222;
}

.service-menu .inner ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.service-menu .inner {
	padding-top: 45px;
}

.service-menu .inner ul li a {
	display: block;
	font-size: 14px;
	line-height: normal;
	padding: 10px 15px;
	color: #222;
	white-space: nowrap;
}

.service-menu .inner ul li a.active,
.service-menu .inner ul li a:hover {
	background: #f1ffe7;
	border-radius: 4px;
}

.service-description h3 {
	font-family: 'Roboto-Bold';
	font-size: 32px;
	line-height: normal;
	margin: 0;
	padding-bottom: 21px;
}

.service-description p {
	line-height: 22px;
}

.field-snapshot-section .view-all {
	display: block;
	text-align: center;
	padding-top: 40px;
}


.thankyou-msg {
	border-radius: 29.5px;
	background-color: #fff;
	display: block;
	padding: 20px 30px;
	color: #222;
	font-size: 16px;
	max-width: 435px;
	margin: 10px auto 0;
}

.green-prize-section .top h2 {
	padding-bottom: 12px;
}

.accordion-button:not(.collapsed) {
	font-family: "Roboto-Bold";
	box-shadow: none !important;
	border-bottom-color: transparent !important;
}

.green-events .slick-arrow:hover {
	background: #f3f3f3;
	color: #222 !important;
}

.green-events .slick-arrow:hover svg {
	fill: #222;
}


.green-events .slick-arrow {
	width: 40px;
	height: 40px;
}

.home-page .green-stories-section .top h2 {
	line-height: 48px;
}

.home-page .green-stories-section .top {
	padding-bottom: 28px;
}

.green-stories-section .item .wrap {
	display: block;
}

.green-stories-section .item .wrap .desc-right {
	display: none;
}

.green-stories-section .item .wrap .knw-btn {
    display: block;
    line-height: 1.33;
    letter-spacing: normal;
    color: #222;
    font-size: 16px;
    text-decoration: underline;
    margin-top: 16px;
    position: absolute;
    bottom: 24px;
    left: 24px;
}

.green-stories-section .item .wrap .knw-btn:hover {
	text-decoration: none;
}

.home-page .green-jury-section {
	padding-top: 0;
}

.contact-address .wrp {
	padding-top: 52px;
}

.contact-address .wrp .contact-group.call {
	margin: 0;
}

.contact-address .contact-group p {
	font-size: 18px;
	line-height: 1.78;
	padding-bottom: 5px;
}

.contact-address .contact-group h5 {
	line-height: 1.33;
}

.contact-form form>.row,
.global-form form>.row {
	margin-bottom: 30px;
}

.contact-form .form-button-section {
	text-align: center;
}

.contact-section {
	padding-bottom: 100px;
}

.thankyou-popup {
    max-width: 450px;
    width: 100%;
    border-radius: 16px;
    background-color: #fff;
    padding: 30px;
    position: fixed;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    padding-bottom: 40px;
}

.thanku-close-btn {
	cursor: pointer;
	display: inline-block;
}

.thankyou-popup img {
	max-width: 128px;
	margin: 0 auto;
	display: block;
}

.thankyou-popup .desc {
	padding-top: 10px;
	text-align: center;
}

.thankyou-popup .desc h4 {
	font-family: 'Roboto-Bold';
	font-size: 24px;
	line-height: 1.25;
	padding-bottom: 8px;
}

.thankyou-popup .desc p {
	color: #333;
}

.thankyou-popup .btn {
	background-color: #222;
	padding: 15.5px 60px;
	border-color: #222;
	color: #fff;
	height: 60px;
}

.contact-section .overLay {
	z-index: 99;
}

.about .green-contact-section {
	min-height: 600px;
	background-color: #f4fff4;
}

.about .green-contact-section .hero-right-img img {
	width: auto;
	max-width: 311px;
}

.about .about-hero {
	align-items: center;
	padding: 0 80px;
}

.about .about-hero .hero-intro .heading h2,
.about .about-hero .hero-intro .heading h1 {
	font-size: 48px;
	line-height: 1.19;
	margin-bottom: 20px;
	font-family: "Roboto-Bold";
}

.team-section {
	padding-top: 100px;
}

.team-section .heading h2 {
	line-height: 1.19;
	margin: 0;
}

.team-section .heading {
	padding-bottom: 79px;
}

.member-details.reverse .member-info {
	padding: 0;
	padding-right: 30px;
}

.logo {
	width: 75px;
}

.subscibe-newsletter .top {
	padding-bottom: 32px;
}

.privicyPolicy {
	padding: 16px 0 80px;
}

.privicyPolicy .heading-tiles h3 {
	font-family: 'Roboto-Bold';
	margin-top: 32px;
	margin-bottom: 10px;
	font-size: 22px;
	line-height: 24px;
}

.privicyPolicy .heading-tiles li {
	color: #666;
}


.privicyPolicy p {
	margin: 0 0 20px;
}

.privicyPolicy .heading-tiles h5.sub-title {
	font-size: 18px;
	font-family: 'Roboto-Bold';
}

.privicyPolicy .heading-tittle {
	font-size: 32px;
	padding-bottom: 25px;
	font-family: "Roboto-Bold";
	line-height: 1.4;
	color: #222;
}

.cm-privacy {
	padding-top: 30px;
}

.sitemap-col ul li a {
    display: block;
}

.contact-form .form-control:focus {
	box-shadow: none;
	border-color: #222;
}

.form-control:focus {
	border-color: #222;
	box-shadow: none;
}

.form-check-input:focus {
	box-shadow: none;
	border-color: #222;
}

.contact-section .overLay {
	z-index: 999;
}

.contact-section.open .overLay {
	opacity: 60%;
	visibility: visible;
}

.thankyou-popup {
	z-index: 9999;
}

.thankyou-popup .btn {
    margin-top: 40px !important;
    display: inline-block !important;
    line-height: 24px !important;
}

.cm-thankyou-page {
	padding-bottom: 100px;
	padding-top: 65px;
}

body:not(.home-page) .header-wrapper {
	min-height: 76px;
}

.carousel-btn {
	display: inline-block;
}

.carousel .slide-container img {
	height: 100%;
	object-fit: cover;
}

.green-stories-section h4>span,
.green-stories-section .top h3>span {
	color: inherit !important;
	background: transparent !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	-webkit-box-shadow: 0 0 0 30px white inset !important;
	box-shadow: 0 0 0 30px white inset !important;
}

ul.copyright_links_list {
	font-size: 14px;
	line-height: normal;
	display: flex;
}

ul.copyright_links_list li+li:before {
	top: 50%;
	left: 0.5rem;
	content: "";
	margin: -3px 0 0;
	position: absolute;
	background: #999;
	width: 4px;
	height: 4px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

ul.copyright_links_list li+li {
	color: #666;
	position: relative;
	margin-left: 8px;
	padding-left: 26px;
}

.copyright_links_list a {
	color: #666666 !important;
	text-decoration: none !important;
}

.contact-address>p {
	padding-bottom: 20px;
}

.grecaptcha-badge {
	z-index: 99;
}

.sidebar-navigation .hamburger_section.single_item ul>li>a.active .icon {
	transform: rotate(180deg);
}

.details_top_nav ul li.active:after,
.latestNews-tabber ul.tab-list li.active:after {
	content: '';
	height: 1px;
	background-color: #000;
	border: solid 1.5px #222;
	width: 100%;
	display: block;
	bottom: -14px;
	position: absolute;
}

.logo-area {
	display: flex;
	align-items: center;
}

.logo-area p {
	margin: 0;
	line-height: 1.75;
	color: #222;
	margin-left: 15px;
	font-size: 13px;
}

.home-page header:not(.sticky) .logo-area p {
	color: #fff;
}

.carousel span.slick-arrow:hover svg {
	fill: #222;
}

.about+.details_top_nav {
	display: none !important;
}

.error {
	border: solid 1px #dc3545 !important;
}

.custom-field-validation-error {
	color: #dc3545;
	font-size: 13px;
	margin-top: 3px;
	position: absolute;
}

/* VIDEO CODE | START */

.video-banner {
	display: flex;
	padding-bottom: 100px;
}

.video-main {
	width: 70%;
}

.video-main iframe,
.video-main object,
.video-main video {
	width: 100%;
	height: 100%;
	/* border-radius: 16px; */
	border: none;
	vertical-align: middle;
}

.video-main-content {
	margin-top: 26px;
}

.video-main-content h3,
.video-main-content h1 {
	font-size: 28px;
	font-family: 'Roboto-Bold';
	line-height: 1.14;
	color: #222;
	margin-bottom: 10px;
	margin-top: 0;
}

.video-main-content p {
	font-size: 16px;
	line-height: 1.5;
	color: #666;
	margin: 0;
}

.video-thumb-list {
	width: 30%;
	height: 500px;
	padding-left: 30px;
}

.video-thumb-list::-webkit-scrollbar {
	display: none;
	/* Chrome, Safari, Opera */
}

.video-thumb-item {
	display: flex;
	cursor: pointer;
}

.video-thumb-item:not(:last-child) {
	margin-bottom: 20px;
}

.video-thumb-item figure {
	width: 168px;
	height: 94px;
	margin: 0;
}

.video-thumb-item figure img {
	width: 100%;
	/* border-radius: 16px; */
	height: 100%;
	object-fit: cover;
	vertical-align: middle;
}

.video-thumb-item aside {
	flex: 1;
	padding-left: 16px;
}

.video-thumb-item aside h3 {
	font-size: 16px;
	font-family: 'Roboto-Bold';
	color: #222;
	line-height: normal;
	margin: 0 0 4px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.video-thumb-item aside p {
	font-size: 14px;
	line-height: 1.29;
	color: #666;
	margin: 0 0 8px;
}

.video-thumb-item aside ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	display: none;
}

.video-thumb-item aside ul li {
	font-size: 12px;
	line-height: 1.33;
	color: #666;
	position: relative;
}

.video-thumb-item aside ul li:not(:last-child):after {
	content: "";
	width: 5px;
	height: 5px;
	background-color: #d8d8d8;
	display: inline-block;
	border-radius: 100%;
	margin: 0 8px;
}

.green-watchDetails {
	padding-top: 30px;
	padding-bottom: 100px;
}

.green-watchDetails .breadcrumb-item+.breadcrumb-item::before {
	color: #6c757d;
}

/* VIDEO CODE | END */

.goales-service {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -20px;
}

.goales-service .item {
	text-align: center;
	margin-top: 40px;
	width: 33.333%;
	padding: 0 20px;
}

.attend-banner {
	position: relative;
	background: url(../images/attend-banner.png) top center;
	background-size: cover;
}

.content-form {
	padding: 72px 0 100px 0;
}

.content-form .form-wrapper .content {
	padding-bottom: 84px;
}

.content-form .form-wrapper .content:last-child {
	padding-bottom: 0px;
}

.content-form .form-wrapper .content h3 {
	font-size: 28px;
	font-family: Roboto-Bold;
	margin-bottom: 22px;
}

.content-form .form-wrapper .content p {
	color: #222;
	line-height: 25px;
}

.content-form .add-details .form-section h3 {
	font-size: 24px;
	padding-bottom: 20px;
	line-height: 24px;
}

.form-floating>.form-control,
.form-floating>.form-select {
	height: auto;
}

.mb-2+.description {
	margin-bottom: 0 !important;
}

.add-details {
	padding: 30px;
	border: 1px solid #e2e2e2;
	border-radius: 16px;
}

.add-details .btn {
	margin: 0;
	font-size: 18px;

}

.add-details .btn:focus {
	box-shadow: none;
}

.content-form .form-wrapper {
	padding-right: 50px;
}

.green-action-bar .circle img.animated-img {
	display: none;
}

.green-action-bar .item .circle:hover img.animated-img {
	display: block;
}

.green-action-bar .item .circle:hover img.static-img {
	display: none;
}

.backToTop {
	position: fixed;
	top: auto;
	transform: none;
	bottom: 60px;
	right: 30px;
	z-index: 100;
	right: 2%;
	cursor: pointer;
}

.backToTop .inner {
	border-radius: 4rem;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	height: 3rem;
	min-width: 3rem;
	padding: 0 0.5rem;
	background-color: #f5f5f5;
}

.backToTop .inner svg,
.backToTop .inner i {
	width: 1rem;
	fill: #333;
	display: inline-block;
	transition: margin 250ms ease-in-out;
}

.i-arrow-u:before {
	content: "";
}

.backToTop .inner i:before {
	font-size: 1rem;
	color: #333;
}

.backToTop .inner span {
	max-width: 0;
	white-space: nowrap;
	overflow: hidden;
	transition: max-width 250ms ease;
	transform-origin: left;
	clip: initial;
	font-size: .75rem;
	font-family: "Roboto-Medium", Helvetica Neue, Arial, sans-serif;
}

.backToTop .inner:hover {
	padding-right: 19.2px;
}

.backToTop .inner:hover svg,
.backToTop .inner:hover i {
	margin: 0 5px;
}

.backToTop .inner:hover span {
	max-width: 200px;
}


.backToTop.active .inner {
	background-color: #222;
	color: #fff;
}

.backToTop.active .inner i:before {
	color: #fff;
}

.goales-service .image>img {
	object-fit: cover;
	height: 296px;
	width: 100%;
}

.goales-service .image {
	position: relative;
}

.goales-service .image .circle {
	width: 103px;
	height: 103px;
	position: absolute;
	bottom: 0;
	right: 15px;
	background: #fff;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.goales-service h5 {
	padding: 0;
	text-align: left;
	padding-top: 9px;
	font-family: 'Roboto-Bold';
	font-size: 28px;
	line-height: 1.43;
	margin: 0;
}

.active-popup .overLay {
	opacity: 60%;
	visibility: visible;
}

.bottom-pane .btn {
	background: #006738;
	color: #fff;
}

.bottom-pane .btn:hover {
	background: #00552E;
}

.about-btn>span {
	color: #222 !important;
}

.global-form.attend-form .btn {
	margin: 0 auto;
}

.active-popup .thankyou-popup {
	opacity: 1;
	visibility: visible;
}

.goales-service h5 {
	font-size: 24px !important;
}

.header-nav .menu-section ul li.active-link a::after {
	bottom: -21px;
}

.green-action-bar .goales-service .circle {
	border: solid 1px #e8e8e8 !important;
}

.goales-service .image>img {
	height: auto;
	transition: all 2600ms ease-in-out;
}


.goales-service .image {
	overflow: hidden;
}


.action-bottom-section .item a:hover .video-thumb {
	overflow: hidden;
}

.active-popup {
	overflow: hidden;
}

body:not(.home-page) .custom-header-wraper {
	min-height: 76px;
}

.goal-about .member-details {
	margin: 0;
}

.goal-about .member-details .member-info p.description {
	margin-bottom: 16px !important;
}

.goal-stories .single-card img {
	transition: all 2600ms ease-in-out;
}

.goal-stories .single-card .desc h3 {
	font-size: 24px;
}

.goal-stories .story-cards .single-card:hover img {
	transform: scale(1.1);
}

.story-problemstatement p:empty {
	display: none;
}

.story-problemstatement ul {
	margin-bottom: 1rem;
}

.clearIcon {
	color: #333;
	font-size: 20px;
	text-decoration: none;
	cursor: pointer;
	width: 30px;
	height: 30px;
	border-radius: 15px;
	top: .9375rem;
	position: absolute;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	right: .5rem;
}

.clearIcon svg {
	width: 1.125rem;
	fill: #333;
}

.uploaded-file {
	position: absolute;
	inset: 0;
	border-radius: 8px;
	padding-left: 45px;
	overflow: hidden;
}

.uploaded-file-inn {
	display: flex;
	align-items: center;
	height: 100%;
	padding: 0 16px;
	font-size: 14px;
	background: #fff;
	color: #333;
}

.uploaded-file-inn span {
	max-width: 85%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.speak-overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	height: 100vh;
	background-color: #000;
	opacity: 0;
	visibility: hidden;
}

.form-check .custom-field-validation-error {
	position: static;
	display: block;
	padding-left: 10px;
}

.video-thumb-item aside p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.form-floating>.form-control {
	padding: 1rem 2.75rem 1rem .75rem;
}

.goal-about+.green-action-bar {
	padding-top: 84px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
input[type=number] {
	-moz-appearance: textfield;
}

.help-search .input-search .clearIcon {
	right: 4rem;
}

.story-problemstatement p+ul {
	height: 0;
	overflow: hidden;
}

.story-problemstatement.active p+ul {
	height: auto;
	overflow: initial;
}

.story-problemstatement:not(.active) p+ul {
	margin-bottom: 0;
}

.story-cards .single-card {
	margin-bottom: 40px;
}

.story-problemstatement .custom-div p:last-of-type {
	margin-bottom: 0;
}

.story-problemstatement .custom-div+.about-btn {
	margin-top: 1rem;
}

.story-problemstatement .custom-div ul {
	margin-bottom: 0;
	margin-top: 1rem;
	color: #222;
	padding-left: 16px;
}

.story-problemstatement .custom-div.showUL {
	max-height: none;
	overflow: inherit;
}

.story-problemstatement .custom-div.showUL ul {
	height: auto;
	overflow: inherit;
}

.custom-home-about .about-intro {
	align-items: center;
}

.custom-home-about .about-intro .about-info {
	padding: 0;
}

.custom-home-about .about-intro p {
	color: #222;
}

.custom-home-about .about-intro h3,
.custom-home-about .about-intro h1 {
	line-height: 1.18;
	font-size: 32px;
	font-family: 'Roboto-Bold';
	margin: 0 0 10px;
}

.about-intro .about-btn {
	display: block !important;
}

.global-form.attend-form h4 {
	margin: 0;
}

.divFormSpeak.form-section h3,
.divFormSpeak.form-section h1 {
	line-height: normal;
	padding-bottom: 10px;
}

.form-check .form-check-input {
	width: 22px;
	height: 22px;
}

.explore-banner+.goal-stories .heading {
	padding-bottom: 30px;
}

.story-problemstatement.active .custom-div.onlyUL {
	max-height: initial !important;
}

.goal-about+.green-action-bar h3.top-heading+p+h3.top-heading {
	font-size: 24px;
}

.custom-home-about {
	background-color: #f9f9f9;
}

.custom-home-about .about-intro {
	padding: 100px 0;
	margin-bottom: 0;
}

.form-control {
	color: #212529 !important;
}

.form-floating>.form-control {
	height: 3.75rem;
}

.form-floating>label {
	top: 2px;
}

.about-intro1 .description {
	margin-bottom: 0;
}

.add-details .custom-field-validation-error {
	position: relative;
}

.form-control[type="file"] {
	height: 100%;
}

.form-section .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
}

.hint-txt+.custom-field-validation-error.text-danger {
	margin-top: -4px;
}

.error-page {
    padding-top: 50px;
}

.contact-form .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}

#submitloader svg {
    width: 60px;
    fill: white;
    margin-left: 10px;
}

.removeScroll,.removeScroll>body {
    overflow-y: hidden;
    position: relative;
    width: 100%;
    height: 100%;
}

.sidebar-navigation .hamburger_section.single_item .submenu>li.active>a {
    position: relative;
    background-color: #f4f4f4;
}

/* .sidebar-navigation .hamburger_section.single_item .submenu>li.active>a:before {
    position: absolute;
    left: 4px;
    top: 30px;
    height: 7px;
    width: 3px;
    background-color: #4d9f39;
    content: "";
    transform: translateX(10px) rotate(-45deg);
    transform-origin: left bottom;
}

.sidebar-navigation .hamburger_section.single_item .submenu>li.active>a:after {
    position: absolute;
    left: 6px;
    bottom: 17px;
    height: 3px;
    width: 21px;
    background-color: #4d9f39;
    content: "";
    transform: translateX(10px) rotate(-45deg);
    transform-origin: left bottom;
} */

.sidebar-navigation .hamburger_section.single_item .submenu>li.active>a:after {
    content: "";
    text-align: center;
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "icons";
    font-size: 1rem;
    color: #4d9f39;
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
}
.green-action-bar .item.remove-active {
    display: none !important;
}

.formrow .discription li a {
    text-decoration: underline;
}

.custom-div.onlyUL ul {
    margin-top: 0;
}

.thankyou-popup .btn:hover {
    background: #000 !important;
    border-color: #000 !important;
}

.green-action-bar .wrap a {
    width: auto;
    display: contents;
}

/* New Pages */
.x-banner:after {
    content: '';
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 10%;
}

.x-banner>div {
    z-index: 1;
}
.goal-details-hero.x-banner {
    background-color: transparent;
}

.x-top-wrapper {
    padding: 100px 0;
}

.two-col-align-section {
    display: flex;
    margin-bottom: 100px;
}

.two-col-align-section .img-section {
    min-width: 521px;
}

.two-col-align-section .desc {
    padding-left: 69px;
}

.two-col-align-section .desc .show-last {
    display: none;
}

.two-col-align-section h3 {
    color: #333 !important;
    font-size: 28px !important;
    line-height: 1.18 !important;
    margin-bottom: 22px !important;
	font-family: 'Roboto-Bold';
}

.two-col-align-section .desc p {
    color: #222;
}

.two-col-align-section.img-right {
    flex-direction: row-reverse;
}

.two-col-align-section.img-right .desc {
    padding-right: 69px;
    padding-left: 0;
}

.x-btm-wrapper {
    background-color: #fafffa;
    padding: 67px 0 94px;
}

.x-btm-wrapper .head h2 {
    line-height: 1.18;
    font-size: 28px;
    color: #333;
    margin-bottom: 30px;
}

.x-btm-wrapper .wrap .item {
    display: flex;
    align-items: center;
    color: #222;
}

.x-btm-wrapper .wrap .item .image-section {
    min-width: 521px;
}

.x-btm-wrapper .wrap .item+.item {
    margin-top: 62px;
}

.x-btm-wrapper .wrap .item .content-section {
    padding-left: 101px;
}

.x-btm-wrapper .wrap .item h3 {
    font-family: 'Roboto-Bold';
    font-size: 24px;
    line-height: 1.38;
    margin: 0 0 22px;
}

.x-btm-wrapper .wrap .item .x-btn {
    color: #222;
    text-decoration: underline;
}

.x-btm-wrapper .wrap .item .x-btn:hover {
    text-decoration: none;
}

.two-col-align-section:last-child {
    margin-bottom: 0;
}

.two-col-align-section .desc .x-col-btn {
    color: #222;
    margin-top: 16px;
    display: inline-block;
}

.two-col-align-section .desc .x-col-btn>span {
	text-decoration: underline;
}

.two-col-align-section .desc .x-col-btn:hover>span {
    text-decoration: none;
}

.x-col-btn .less {
    display: none;
}

.two-col-align-section .desc .active .show-last {
    display: block;
}

.two-col-align-section .desc .active .x-col-btn .more {
    display: none;
}

.two-col-align-section .desc .active .x-col-btn .less {
    display: inline-block;
}

.green-x-detail-page .media-banner {
    margin: 0;
}

.x-detail-wrapper {
    padding: 100px 0;
    color: #222;
}

.x-detail-wrapper h3 {
    font-family: 'Roboto-Bold';
    line-height: 1.18;
    font-size: 28px;
    margin-bottom: 22px;
}

.x-detail-wrapper figure {
    margin-top: 24px;
    margin-bottom: 40px;
}

.header-nav .menu-section .submenu-btm {
    position: absolute;
    margin: 0;
    border-radius: 8px;
    box-shadow: 0 10px 37px 0 rgba(0, 0, 0, 0.15);
    background-color: #fff;
    width: 243px;
    margin-top: 20px;
    list-style: none;
    padding: 10px 0;
    display: none;
}

.header-nav .menu-section .submenu-btm:before {
    content: '';
    display: block;
    height: 20px;
    width: 100%;
    position: absolute;
    top: -20px;
}

.header-nav .menu-section .submenu-btm li {
    margin: 0;
}

.header-nav .menu-section .submenu-btm li a {
    display: block;
    border-radius: 0;
    color: #222;
    line-height: normal;
    padding: 15px 20px;
}

.header-nav .menu-section .submenu-btm li a:hover {
    background-color: #f5f5f5;
}

.header-nav .menu-section>ul>li:hover>ul {
    display: block;
}

.goal-stories .f-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.goal-stories .f-wrap .left {
    width: 70%;
}

.goal-stories .f-wrap .right {
    width: 20%;
}

.filter-wrap {
    border-radius: 10px;
    border: solid 1px #dee2e6;
    background-color: #fff;
    width: 260px;
    position: relative;
	cursor: pointer;
}

.filter-wrap ul {
	position: absolute;
    margin: 0;
    border-radius: 8px;
    box-shadow: 0 10px 37px 0 rgb(0 0 0 / 15%);
    background-color: #fff;
    width: 260px;
    list-style: none;
    padding: 10px 0;
    top: 100%;
    display: none;
    right: 0;
    margin-top: 2px;
	z-index: 9;
}

.filter-wrap ul li {
    display: block;
    border-radius: 0;
    color: #222;
    line-height: normal;
    padding: 15px 20px;
}

.goal-stories .f-wrap p.explore-sub {margin: 0;}

.filter-wrap .sort {
    color: #222;
    font-size: 14px;
    line-height: 18px;
    position: relative;
    padding: 11px 16px;
}

.filter-wrap .sort span {
    font-family: 'Roboto-Bold';
}

.filter-wrap .sort:after,.filter-wrap .sort:before {
	content: "";
    border: 8px solid transparent;
    position: absolute;
    top: 0;
    right: 10px;
    border-radius: 10px;
    margin-top: 16px;
}

.filter-wrap .sort:after {
    border-top-color: #222;
}

.filter-wrap .sort:before {
    border-top-color: #fff;
    z-index: 1;
    top: -2px;
}

.filter-wrap.show ul {
    display: block;
}

.header-nav .menu-section .submenu-btm>li>a, 
.header-nav .menu-section .submenu-btm>li>a:hover,
.home-page .header-nav .menu-section>ul .submenu-btm>li>a:hover {
    color: #222 !important;
}

.header-nav .menu-section .submenu-btm>li>a:hover, 
.home-page .header-nav .menu-section>ul .submenu-btm>li>a:hover {
    background: #f3f3f3;
}



/* Mobile CSS */

@media (min-width: 768px) {
	.show-mob {
		display: none;
	}
	.filter-overLay {
		display: none !important;
	}
}

@media (min-width: 992px) {
	.accordion-item button:hover {
		background-color: #f3f3f3 !important;
	}
	footer:before, footer:after {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		width: 500%;
	}
	
	footer:before {
		background: #f9f9f9;
		right: 100%;
	}
	
	footer:after {
		background: #f9f9f9;
		left: 100%;
	}
	
	html {
		position: relative;
		width: 100%;
		overflow-x: hidden;
	}
	.empty-wrapper {
		padding: 0;
	}

	.error-wrap {
		width: 100%;
		max-width: 112.5rem;
		margin: 0 auto;
	}

	.emptyWrapper figure img {
		max-width: 23.75rem;
		width: 100%;
	}

	.emptyWrapper h6,
	.emptyWrapper .h6 {
		font-size: 1rem;
	}

	.emptyWrapper p {
		font-size: .875rem;
		margin-bottom: 1.25rem;
	}

	.gender-equality-soch #metrics .about-btn {
		display: none;
	}

	.hover-text:before {
		content: '';
		display: block;
		width: 100%;
		height: 18px;
		position: absolute;
		left: 0;
		top: -18px;
	}

	#about-us {
		padding-top: 72px;
	}

	.divFormSpeak {
		margin-top: 72px;
		padding-bottom: 70px;
	}

	.explore-banner+.container .explore-desc {
		margin-bottom: 72px;
	}

	.f-nav>ul>li>ul {
		display: block !important;
	}

	.f-nav>ul>li>a,
	.f-social h3 {
		pointer-events: none;
	}

	.hero-right-img {
		min-height: 462px;
	}

	.backToTop {
		bottom: 30px;
	}

	.contact-address>p {
		white-space: nowrap;
		padding-bottom: 20px;
	}

	p.contact-desc {
		white-space: nowrap;
	}

	.mob-img {
		display: none !important;
	}

	.view-all {
		display: none;
	}

	.mob-shown,
	.overlay {
		display: none;
	}

	body {
		max-width: 1800px;
		width: 100%;
		margin: 0 auto;
	}

	.green-jury-section.leaders .top h3 {
		font-size: 60px;
	}

	.terms-condition-wrapper.collapse-item .service-menu {
		width: 270px;
		min-width: 270px;
	}

	.terms-condition-wrapper.collapse-item .service-menu .inner {
		opacity: 1;
		visibility: visible;
	}

	.service-menu {
		width: 0px;
		max-width: 270px;
		min-width: 40px;
		padding-right: 40px;
		overflow: hidden;
		transition: all 0.5s ease-in-out;
		flex: 1;
		padding-top: 10px;

	}

	.service-menu .inner {
		padding-top: 45px;
		opacity: 0;
		visibility: hidden;
		transition: all 0.5s ease-in-out;
	}

	a.expand-btn {
		display: none;
	}

	.green-stories-section .item:hover .inner img {
		transform: scale(1.1);
	}

	.green-jury-section .item:hover img {
		transform: scale(1.1, 1.1, 1.1);
	}

	.goales-service .image:hover>img {
		-ms-transform: scale(1.1);
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}

	.action-bottom-section .item a:hover .video-thumb-img {
		-ms-transform: scale(1.1);
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
		z-index: 1;
	}

	.goal-about+.green-action-bar h3.top-heading {
		font-size: 28px;
	}

	.action-bottom-section .item a:hover .video-thumb:before {
		content: "";
		position: absolute;
		inset: 0;
		background: rgba(0, 0, 0, 0.5);
		z-index: 1;
	}

	.close-bar {
		display: none;
	}

	.hint-txt .tips a h3.tips-title {
		display: none;
	}

	.carousel .slide-container img {
		object-position: right;
	}
	.green-action-bar .wrap {
		opacity: 0;
	}
	.green-action-bar .wrap.slick-initialized {
		opacity: 1;
	}
	.sitemap .privicyPolicy {
		padding-bottom: 60px;
	}
	.carousel {
		overflow: hidden;
		height: 47.4rem;
	}
	.sidebar-navigation .hamburger_section ul>li>a:hover {
		background-color: #f4f4f4;
	}
}

.action-bottom-section.media-videos {
	margin: 44px 0 24px;
}

.action-bottom-section.media-videos .top-heading {
	font-size: 28px;
	line-height: 35px;
	font-family: 'Roboto-Bold';
	margin: 0;
}

.action-bottom-section.media-videos .heading {
    padding-bottom: 30px;
}

.action-bottom-section.media-videos .desc {
	padding-left: 0;
}

.action-bottom-section.media-videos .desc h3 {
	font-size: 24px;
	margin-bottom: 0;
	padding-bottom: 7px;
}

@media (max-width: 1380px) {
	.header-nav .menu-section .submenu-btm {
		right: 0;
	}
	
	.header-nav .menu-section>ul>li {
		position: relative;
	}
}

@media (max-width: 1199px) {
	footer .f-social ul {
		white-space: nowrap;
	}

	.logo-section {
		width: 30%;
	}

	.header-nav {
		width: 70%;
	}

	.video-thumb-item figure {
		width: 138px;
		min-width: 138px;
	}

	.media-banner video,
	.media-banner object {
		object-fit: initial;
	}
	.two-col-align-section .img-section,
	.x-btm-wrapper .wrap .item .image-section {
		min-width: initial;
		width: 40%;
	}
	
	.two-col-align-section .desc,
	.x-btm-wrapper .wrap .item .content-section {
		flex: 1;
	}
	
	.x-btm-wrapper .wrap .item .content-section {
		padding-left: 69px;
	}	
	.filter-wrap {
		width: auto;
	}
	
	.filter-wrap ul {
		width: 100%;
	}
}

@media (max-width: 1199px) and (min-width: 992px) {
	.carousel .slide-container img {
		object-position: right;
	}

	.green-featured-section .item .desc {
		padding-right: 15px;
	}

	.carousel .slide-container .slider-content {
		max-width: 50%;
	}

	.contact-form {
		padding: 30px;
	}

	.contact-address .contact-group {
		overflow: initial;
		white-space: nowrap;
	}
}

@media (max-width:991px) {
	.backToTop {
		display: none !important;
	}
	.speak-open .speak-overlay {
		visibility: visible;
		opacity: 0.5;
	}
	.sitemap-col ul li a:hover {
		color: #666;
		text-decoration: none;
	}

	.custom-home-about .about-intro {
		display: block;
	}

	.custom-home-about .about-intro .about-info {
		margin: 0 0 40px;
	}

	.custom-home-about .about-intro {
		display: flex;
		flex-wrap: wrap-reverse;
	}

	.hero-box {
		margin: 0;
	}

	.hero-content span {
		display: initial !important;
	}

	.goal-about {
		margin: 52px 0 !important;
	}

	.sidebar-navigation {
		max-width: 90%;
	}

	.container {
		padding-right: var(--bs-gutter-x, 1.0rem);
		padding-left: var(--bs-gutter-x, 1.0rem);
	}

	.header-nav {
		display: none;
	}

	.green-celebration-section h1 {
		font-size: 34px;
	}

	.green-celebration-section .item strong {
		font-size: 30px;
	}

	.green-celebration-section .item {
		font-size: 14px;
		line-height: 1.5;
	}

	.green-celebration-section .item {
		/* margin-left: 30px; */
		flex: 1;
	}

	.green-celebration-section .item+.item {
		margin-left: 30px;
		flex: 1;
	}

	.green-action-bar {
		padding: 60px 0;
	}

	.green-action-bar .wrap {
		flex-wrap: wrap;
		align-items: flex-start;
	}

	.green-action-bar .item {
		margin-bottom: 40px
	}

	.green-action-bar .circle {
		width: 100px;
		height: 100px;
	}

	.green-action-bar .circle img {
		width: 40px;
		height: 40px;
	}

	.green-action-bar .view-all .circle img {
		width: 30px;
	}

	.green-action-bar h5 {
		font-size: 14px;
	}

	.green-stories-section {
		padding: 60px 0;
		margin-bottom: 0;
	}

	.green-stories-section .top h2 {
		font-size: 34px;
	}

	.green-stories-section h4,
	.green-stories-section .top h3 {
		font-size: 18px;
	}

	.green-stories-section .item img {
		height: auto;
		width: 100%;
	}

	.green-stories-section .item .desc {
		padding: 20px;
	}

	.green-stories-section .item .desc h3 {
		font-size: 24px;
	}

	.green-stories-section .item .desc p {
		font-size: 16px;
	}

	.top h2 {
		font-size: 34px;
		line-height: 36px;
	}

	.green-featured-section {
		padding: 52px 0;
	}

	.green-featured-section .item .byline {
		display: none;
	}

	.green-featured-section .top {
		padding-bottom: 30px;
	}

	.green-featured-section .item {
		width: 100%;
		align-items: flex-start;
	}

	.green-featured-section .item .img {
		margin: 0 16px 0 0;
		width: 86px;
		height: 86px;
		flex: 1;
		max-width: 86px;
		padding: 10px 23px;
	}

	.green-featured-section .item .desc {
		flex: 7;
	}

	.green-featured-section .item h3 {
		font-size: 20px;
	}

	.green-featured-section .item p {
		font-size: 16px;
	}



	.green-jury-section {
		padding: 60px 0 20px 0;
	}

	.green-jury-section .top {
		padding-bottom: 30px;
	}

	.green-jury-section .top h3 {
		font-size: 34px;
	}

	.green-jury-section .desc {
		padding-bottom: 40px;
	}

	.subscibe-newsletter .inner {
		padding: 60px 20px;

	}

	.subscibe-newsletter .top h3 {
		font-size: 34px;
	}

	.subscibe-newsletter .top {
		padding-bottom: 30px;
	}

	.subscibe-newsletter .form-field {
		background-color: transparent;
		flex-direction: column;
		padding: 6px;
	}

	.subscibe-newsletter .form-field .form-control {
		background-color: #fff;
		border: 0;
		border-radius: 34px;
		padding: 14.5px 50px;
		margin-bottom: 20px;
	}

	.faq-section {
		padding: 52px 0;
	}

	.faq-section .top h3 {
		font-size: 34px;
	}

	.faq-section .top {
		padding-bottom: 30px;
	}

	.accordion-item button {
		padding: 27px 30px 27px 8px;
		line-height: 1.5;
	}

	.accordion-item .accordion-body {
		padding: 0px 8px 20px;
	}

	.accordion .see-all a {
		margin: auto;
	}

	.bottom-pane {
		padding-bottom: 52px;
	}

	.bottom-pane .inner h3 {
		font-size: 28px;
		line-height: 32px;
	}

	.bottom-pane .inner h4 {
		font-size: 18px;
		line-height: 26px;
		padding-bottom: 30px;
	}

	.f-nav ul .f-nav-column {
		/* width: 100%; */
		margin-bottom: 40px;
	}

	.green-prize-section .item {
		/* margin-left: 30px; */
		flex: 1;
		padding: 0;
	}

	.green-prize-section .item+.item {
		margin-left: 20px;
	}

	.green-prize-section .item span {
		font-size: 14px;
	}

	.green-prize-section .item strong {
		font-size: 30px;
	}

	.green-prize-section .adani-prize-desc {
		display: block;
		font-size: 16px;
		line-height: 24px;
	}

	.green-prize-section p {
		display: none;
	}

	.green-prize-section .top h2 {
		padding-bottom: 20px;
	}

	.btn {
		font-size: 16px;
		padding: 10px 30px;
	}

	.green-banner-section .slick-slide .desk-img {
		display: none !important;
	}

	.green-banner-section .slick-slide .banner-content {
		transform: none;
		top: 0;
		margin: 0;
		padding: 32px;
		text-align: center;
		max-width: 100%;
		left: 0;
		right: 0;
	}

	.green-banner-section .slick-slide .banner-content h3 {
		font-size: 18px;
		line-height: 26px;
		max-width: 275px;
		margin: 0 auto;
		padding-bottom: 20px;
	}

	.green-banner-section .slick-slide .banner-content h5 {
		display: none;
	}

	.green-banner-section .slick-slide .banner-content .video-btn {
		margin: 0 auto;
		font-size: 14px;
		line-height: normal;
		max-width: 137px;
		white-space: nowrap;
		padding: 8px 20px;
	}

	/* About Us */

	.about-hero {
		flex-direction: column;
	}

	.hero-intro {
		width: 100%;
		padding-right: 0;
		text-align: center;
		align-items: center;
	}

	.hero-intro p {
		font-size: 16px;
		line-height: 23px;
		margin-bottom: 30px;
	}

	.hero-right-img {
		width: 100%;
		display: flex;
		justify-content: center;
		margin: 0 auto;
	}

	.hero-right-img img {
		max-width: 175px;
	}

	.about-intro {
		flex-direction: column-reverse;
		padding: 60px 0;
	}

	.about-intro .about-image {
		width: 100%;
	}

	.about-intro .about-info {
		width: 100%;
	}

	.about-intro .about-info {
		padding: 0;
	}

	.heading h2 {
		font-size: 34px;
		line-height: 40px;
		text-align: center;
		margin-bottom: 30px;
	}

	.description {
		font-size: 16px;
		line-height: 24px;
	}

	.mission-cards {
		justify-content: center;
	}

	.mission-cards .card {
		width: 90%;
		padding: 38px 34px;
		margin-bottom: 22px;
	}

	.mission-cards .card img {
		width: 64px;
		margin-bottom: 24px;
		height: 64px;
	}

	.card h3 {
		font-size: 20px;
		line-height: 24px;
		margin-bottom: 16px;
	}

	.values-cards {
		justify-content: center;
		flex-wrap: wrap;
	}

	.values-cards .card {
		width: 90%;
		padding: 38px 34px;
	}

	.values-cards .card .image {
		width: 98px;
		height: 98px;
	}

	.green-events .heading {
		display: flex;
		justify-content: center;
	}

	.green-events .heading h2 {
		width: 75%;
	}

	.show-on-mobile {
		display: block;
	}

	.green-events .event-desc {
		flex-direction: column-reverse;
	}

	.event-desc .info {
		width: 90%;
		background-color: transparent;
		padding: 24px 0 0 0;
	}

	.event-desc .event-slider {
		width: 100%;
	}

	.event-slider .slides .item img {
		border-radius: 16px;
	}

	.event-desc h3 {
		font-size: 20px;
		line-height: 24px;
		font-weight: 600;
	}

	.event-desc .event-slider {
		margin: 0;
	}

	.green-events .event-arr-right {
		top: 45%;
	}

	.green-events .event-arr-left {
		top: 45%;
	}

	.subscibe-newsletter .inner {
		margin-bottom: 60px;
	}

	/* Our Team */

	.member-details {
		flex-direction: column;
	}

	.member-details.reverse {
		flex-direction: column;
	}

	.member-details .member-image {
		width: 100%;
		margin-bottom: 24px;
	}

	.member-details .policy-image {
		width: 100%;
		margin-bottom: 24px;
	}

	.member-image img {
		max-width: 100%;
		margin: 0;
	}

	.policy-image img {
		max-width: 100%;
		margin: 0;
	}

	.member-details .member-info {
		width: 100%;
		max-width: 100%;
	}

	.member-details .policy-info {
		width: 100%;
		max-width: 100%;
	}

	.action-top-section .row {
		display: block;
	}

	.action-top-section .row>div {
		width: 100%;
	}

	.action-top-section .left-section {
		padding-bottom: 20px;
	}

	.action-top-section h3 {
		text-align: center;
		font-size: 34px;
		line-height: normal;
	}

	.action-bottom-section .item {
		width: 100%;
	}

	.action-bottom-section .item>img {
		border-top-left-radius: 20px;
		border-top-right-radius: 20px;
	}

	.action-bottom-section .item .desc {
		padding: 16px 0;
	}

	.action-bottom-section h3 {
		padding-bottom: 4px;
		font-size: 24px;
	}

	.green-featured-section.wid-img .item .img {
		width: 86pt;
		height: 86pt;
		max-width: 86pt;
		flex: initial;
	}

	.green-featured-section.wid-img .item {
		padding: 0;
	}

	.green-featured-section.wid-img .item h3 {
		font-size: 20px;
		line-height: normal;
	}

	.green-featured-section .item p {
		max-width: 100%;
	}

	.health-banner h3 {
		font-size: 30px;
		line-height: normal;
	}

	.health-banner p {
		font-size: 16px;
		line-height: normal;
		padding: 0 10px;
	}

	.health-banner {
		padding: 40px 0;
	}

	.desk-img {
		display: none;
	}

	.green-contact-section {
		height: auto;
		padding: 0;
		min-height: 256px;
		display: flex;
		align-items: center;
		justify-content: space-around;
	}

	.contact-top {
		max-width: 100%;
		text-align: center;
	}

	.contact-top h2,
	.contact-top h1 {
		font-size: 34px;
		line-height: 40px;
		margin: 0px 0px 15px 0px;
	}

	.contact-top p {
		font-size: 16px;
	}

	.contact-form {
		padding: 15px;
		margin-bottom: 40px;
		margin-top: 0;
	}

	.contact-address {
		margin-top: 10px;
		margin-bottom: 0;
	}

	.contact-address h3 {
		font-size: 20px;
	}

	.contact-address h4 {
		font-size: 15px;
	}

	.contact-address h5 {
		font-size: 15px;
	}

	.contact-address p {
		font-size: 14px;
	}

	.contact-address a.geo-map {
		font-size: 15px;
		padding: 8px 30px 8px 25px;
		margin-top: 20px;
	}

	.contact-address .contact-group {
		margin-top: 0;
	}

	.contact-address .contact-group::before {
		margin-right: 10px;
	}

	.health-banner .btm-img {
		padding-top: 47px;
	}

	.view-all {
		text-align: center;
	}



	.green-featured-section.wid-img {
		padding-top: 52px;
	}

	.action-bottom-section.active .row>.item:nth-child(3)~.item {
		display: block;
	}

	.cm_detail_banner .slick-slide>img {
		height: 498px;
	}

	.cm_detail_banner .desc h3 {
		font-size: 24px;
		line-height: normal;
	}

	.cm_detail_banner .desc p {
		font-size: 16px;
		font-family: 'Roboto';
	}

	.details_top_nav ul,
	.latestNews-tabber ul.tab-list {
		white-space: nowrap;
		overflow-x: auto;
		overflow-y: hidden;
	}

	.statement-section .top h3 {
		font-size: 22px;
		line-height: normal;
		padding-bottom: 52px;
	}

	.statement-section .top h2 {
		font-size: 20px;
	}

	.statement-section .btm>.row {
		display: block;
	}

	.statement-section .btm>.row>div {
		width: 100%;
	}

	.statement-section .btm .cm_left {
		padding-bottom: 32px;
	}

	.statement-section {
		padding-bottom: 52px;
	}

	.ikure-solution-section {
		padding-top: 52px;
		padding-bottom: 50px;
	}

	.ikure-solution-section .top h3 {
		font-size: 34px;
	}

	.ikure-solution-section .btm {
		display: block;
	}

	.ikure-solution-section .btm .item+.item {
		padding-top: 40px;
	}

	.business-update-section {
		padding-top: 52px;
	}

	.business-update-section .top h3,
	.field-snapshot-section .top h3,
	.details_awards .top h3 {
		font-size: 34px;
		line-height: 40px;
	}

	.business-update-section .top {
		padding-bottom: 32px;
	}

	.field-snapshot-section .view-all {
		padding-top: 30px;
	}

	.field-snapshot-section .row {
		display: block;
	}

	.field-snapshot-section .row>div {
		width: 100%;
	}

	.field-snapshot-section .left-area img {
		height: 228px;
	}

	.field-snapshot-section .left-area {
		padding-bottom: 15px;
	}

	.field-snapshot-section .right-area img {
		height: auto;
		width: 100%;
	}

	.field-snapshot-section .right-area img~img {
		display: none;
	}

	.green-jury-section.leaders .row {
		display: block;
	}

	.green-jury-section.leaders .row>.item {
		width: 100%;
	}

	.glance-section .btm iframe {
		height: 400px;
	}

	.details_awards,
	.business-update-section {
		overflow: hidden;
	}

	.footer-nav-wrap .row {
		display: block;
	}



	.arrows {
		display: none;
	}

	.green-latestNews .about {
		min-height: 448px;
	}

	.breadcrumb-section {
		display: none;
	}

	.newDetail-section {
		padding-top: 30px;
	}

	.newDetail-section .post-heading h3 {
		font-size: 20pt;
	}

	.newDetail-section .meta>.row {
		display: block;
	}

	.newDetail-section .meta>.row>div {
		width: 100%;
	}

	.newDetail-section .meta .right-sec {
		display: block;
		padding-top: 23px;
	}

	.newDetail-section .post-heading {
		padding-bottom: 30px;
	}

	.video-detail-section .topBar {
		display: block;
	}

	.video-detail-section .topBar h3 {
		font-size: 20pt;
	}

	.video-detail-section .blog-social {
		justify-content: end;
		margin-top: -20px;
	}

	.green-stories-section .item .wrap .desc-left {
		width: 100%;
	}

	.green-homepage .faq-section {
		padding-bottom: 0;
	}

	.bottom-pane .inner {
		padding: 40px 20px;
	}

	.bottom-pane .btn {
		width: auto;
	}

	.desk-shown {
		display: none;
	}

	.service-menu {
		width: 100%;
	}

	.service-menu h6 span {
		padding-left: 0;
	}

	.service-menu {
		display: block;
		position: fixed;
		bottom: -200%;
		background: #fff;
		z-index: 99;
		left: 0;
		border-radius: 22px 22px 0 0;
		transition: all .5s ease-in-out;
		padding: 30px;
	}

	.terms-condition-wrapper {
		display: block;
	}

	.service-description {
		width: 100%;
	}

	.overlay {
		background-color: rgba(0, 0, 0, 0.5);
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		opacity: 0;
		visibility: hidden;
		transition: all .5s ease-in-out;
	}

	.service-menu h6 span {
		display: block;
		width: 100%;
		margin-bottom: 11px;
		font-family: 'Roboto-Bold';
		font-size: 22px;
		line-height: normal;
	}

	.terms-condition-wrapper .service-menu>h6 {
		display: block;
	}


	.searchSection .inside-search {
		display: flex;
		width: 100%;
		border-radius: 2rem;
		background-color: #eaebed;
		align-items: center;
		padding: 0 1.25rem;
		position: relative;
		color: #222;
	}

	.searchSection .inside-search .searchIcon {
		margin-right: 0.5rem;
		margin-top: -3px;
	}

	.i-search:before {
		content: "";
	}

	.searchSection .inside-search .searchIcon:before {
		color: #8e8e93;
		font-size: 1rem;
	}

	.searchSection .inside-search input {
		height: 2.75rem;
		flex: 1;
		border: 0;
		color: #222;
		background-color: transparent;
		font-size: 1rem;
		padding-right: 1.5625rem;
	}

	.service-menu .close-btn {
		padding: 0;
		margin: 0 0 12px 0;
		width: 40px;
		height: 40px;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;
		font-size: 1.125rem;
		position: relative;
		background-size: 14px;
		position: relative;
		background: transparent center/1rem auto no-repeat url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="black"><path d="M0.330135458,0.54296873 C-0.141486625,1.12082255 -0.107799333,1.97067645 0.431197333,2.50967312 L7.92060302,9.99899497 L0.431197333,17.4903269 C-0.143732444,18.0652567 -0.143732444,18.9938729 0.431197333,19.5688027 L0.54296873,19.6698645 C1.12082255,20.1414866 1.97067645,20.1077993 2.50967312,19.5688027 L10,12.078392 L17.4903269,19.5688027 C18.0652567,20.1437324 18.9938729,20.1437324 19.5688027,19.5688027 L19.6698645,19.4570313 C20.1414866,18.8791774 20.1077993,18.0293235 19.5688027,17.4903269 L12.078392,9.99899497 L19.5688027,2.50967312 C20.1284875,1.94998832 20.1284875,1.00612711 19.5688027,0.44644231 L19.4570268,0.345376623 C18.879152,-0.126260132 18.029291,-0.0925218118 17.4901813,0.446587698 L9.99899497,7.92060302 L2.50967312,0.431197333 C1.93474334,-0.143732444 1.00612711,-0.143732444 0.431197333,0.431197333 L0.330135458,0.54296873 Z"></path></svg>');
		left: -11px;
		cursor: pointer;
	}

	.service-menu .inner ul li+li {
		padding-top: 10px;
	}

	.service-menu .inner ul li a {
		font-family: 'Roboto-Medium';
	}

	.service-menu-open .overlay {
		opacity: 1;
		visibility: visible;
	}

	.service-menu-open .service-menu {
		bottom: 0;
	}

	.service-description h3 {
		cursor: pointer;
	}


	.green-celebration-section .green-button-section {
		display: none;
	}

	header {
		padding: 20px 0;
	}

	.green-celebration-section h1 {
		padding-bottom: 24px;
	}

	.green-celebration-section {
		padding-bottom: 0;
	}

	.green-stories-section .item .desc p {
		white-space: normal;
	}

	/* .header-wrapper {
		min-height: 79px;
	} */

	.about .green-contact-section {
		height: 360px;
	}

	.about-intro {
		padding-top: 220px;
	}

	.event-arrows {
		display: none;
	}

	.cm_detail_banner .desc {
		padding: 0 20px;
	}

	.details_top_nav {
		margin-bottom: 40px;
		margin-top: 50px;
	}

	.statement-section .top h3 {
		font-size: 21px;
		padding-bottom: 20px;
	}

	.statement-section .top {
		padding-bottom: 20px;
	}

	.green-contact-section .web-bredcrumb {
		display: none !important;
	}

	.green-contact-section .contact-top {
		text-align: left;
	}

	.green-contact-section::after {
		content: none;
	}

	.contact-section {
		padding-top: 52px;
		padding-bottom: 58px;
	}

	.contact-form {
		border: none;
		box-shadow: none;
		padding: 0;
	}

	.contact-form h3 {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 22px;
	}

	.contact-form form>.row>div,
	.global-form form>.row>div {
		width: 100%;
		margin-bottom: 30px;
	}

	.contact-form form>.row,
	.global-form form>.row {
		margin-bottom: 0;
	}

	.contact-form .btn {
		width: 100%;
	}

	.formrow {
		margin-bottom: 30px;
	}

	.contact-address .wrp h3 {
		margin-bottom: 0;
	}

	.contact-address .wrp {
		padding-top: 40px;
	}

	.contact-address>p {
		font-size: 18px;
		line-height: 28px;
	}

	.about .about-hero {
		display: block;
	}

	.about .green-contact-section {
		padding-top: 28px;
		display: block;
		text-align: center;
		min-height: 474px;
		padding-bottom: 50px;
		height: auto;
	}

	.about .hero-intro {
		display: block;
	}

	.about .green-contact-section .hero-right-img img {
		max-width: 181px;
	}

	.expand-btn {
		color: #222 !important;
		text-decoration: underline !important;
		margin-top: 10px;
		display: inline-block;
		cursor: pointer;
		margin-bottom: 20px;
	}

	.member-details.active .wrap {
		height: auto;
		text-overflow: initial;
	}

	.member-details.active .more {
		display: none;
	}

	.member-details.active .less {
		display: block !important;
	}

	.about .about-hero h2 {
		font-size: 34px;
	}

	.carousel .slide-container .slider-content {
		width: 100%;
		max-width: 60% !important;
	}

	.green-contact-section video {
		width: 180px;
	}

	.team-page .about-hero .hero-intro .heading h2 {
		text-align: center;
		margin-bottom: 0;
		padding-bottom: 32px;
	}

	.green-stories-section .item {
		padding-left: 0;
		padding-right: 0;
	}

	.green-action-bar {
		padding-top: 52px;
		padding-bottom: 32px;
	}

	.green-stories-section {
		padding-top: 36px;
		padding-bottom: 40px;
	}

	.logo-area p {
		display: none;
	}

	.add-details {
		margin-top: 20px;
	}

	.video-main {
		width: auto;
		margin: 0 -16px;
	}

	.video-banner {
		display: block;
		padding: 0;
	}

	.video-main iframe {
		height: 50vw;
		min-height: 309px;
	}

	.video-thumb-list {
		padding: 0;
		width: 100%;
		height: auto;
		padding-top: 52px;
	}

	.video-main-content {
		padding: 0 16px;
	}

	.green-watchDetails {
		padding-bottom: 52px;
		padding-top: 0;
	}

	.goales-service .item {
		width: 100%;
		margin-bottom: 0;
	}

	.hero-box {
		margin: 0 !important;
	}

	.goales-service h5 {
		font-size: 24px;
	}

	.thankyou-popup {
		transform: none;
		top: auto;
		left: 0;
		right: 0;
		width: 100%;
		max-width: 100%;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
		bottom: -200%;
		transition: 0.3s ease;
	}

	.active-popup .thankyou-popup {
		bottom: 0;
	}

	div#our-vision {
		margin-bottom: 0;
	}

	.green-action-bar {
		overflow: hidden;
	}

	.logo-section {
		width: 50%;
	}

	.carousel .slide-container img {
		object-position: bottom;
	}

	.hover-text {
		left: auto !important;
		right: 0;
	}

	.hover-text:after {
		left: auto !important;
		right: 10px;
	}

	.hover-text {
		position: fixed !important;
		left: 0 !important;
		right: 0;
		top: auto !important;
		width: 100% !important;
		border-radius: 0 !important;
		font-size: 16px !important;
		padding: 40px 20px !important;
		bottom: -200% !important;
		transition: bottom 0.3s ease;
		background: #fff !important;
		color: #333 !important;
		border-radius: 16px 16px 0 0 !important;
		visibility: visible !important;
	}

	.hover-text:after {
		content: none !important;
	}

	.hover-text .close-bar {
		display: block;
		width: auto;
		margin-bottom: 20px;
	}

	.hover-text .close-bar img {
		position: static;
	}

	.tips-open .hover-text {
		bottom: 0 !important;
	}

	.desc-open.about-intro1 .description {
		max-height: initial;
	}

	.desc-open.about-intro1 .more {
		display: none;
	}

	.desc-open.about-intro1 span.less {
		display: block !important;
	}

	.team-section .member-details .member-info .description {
		max-height: 120px;
		overflow: hidden;
	}

	.team-section .member-details .member-info.desc-open .description {
		max-height: initial;
	}

	.team-section .member-details .member-info.desc-open span.more {
		display: none;
	}

	.team-section .member-details .member-info.desc-open span.less {
		display: block !important;
	}

	.content-form .form-wrapper {
		padding-right: 0;
	}

	.custom-contribute-banner+.content-form .form-wrapper p.discription {
		max-height: 72px;
		overflow: hidden;
	}

	.form-wrapper.desc-open p.discription {
		max-height: initial !important;
	}

	.form-wrapper.desc-open .more {
		display: none !important;
	}

	.form-wrapper.desc-open span.less {
		display: block !important;
	}

	.goal-about p.description {
		max-height: 120px;
		overflow: hidden;
	}

	.goal-about .desc-open p.description {
		max-height: initial;
	}

	.goal-about .desc-open .more {
		display: none;
	}

	.goal-about .desc-open .less {
		display: block !important;
	}

	.goal-about p.description {
		max-height: 120px;
		overflow: hidden;
	}

	.goal-about .desc-open p.description {
		max-height: initial;
	}

	.goal-about .desc-open span.more {
		display: none;
	}

	.goal-about .desc-open span.less {
		display: block !important;
	}

	.custom-home-about .about-intro {
		padding: 52px 0;
	}

	.about-intro1~.container #impact-mission {
		margin-top: 52px;
	}

	.goal-details-hero.attend-banner+.goal-about .member-info p.description {
		max-height: initial !important;
	}

	.goal-details-hero.attend-banner+.goal-about .member-info .wrap {
		height: auto;
	}

	.global-goals-listing .goal-details-hero.attend-banner+.goal-about .member-info p.description {
		max-height: 100px !important;
	}

	.global-goals-listing .goal-details-hero.attend-banner+.goal-about .member-info.desc-open p.description {
		max-height: initial !important;
	}
	.cm_detail_banner .desc h3, .cm_detail_banner .desc h1 {
		font-size: 36px;
	}
	.about-intro1 .about-btn {
		margin-top: 10px;
	}
	a.sub-menu-btn label,
	.sidebar-navigation .hamburger_section.single_item ul.submenu li a {
		line-height: normal;
	}
	.details_top_nav .container {
		padding: 0;
	}
	.two-col-align-section .img-section, .x-btm-wrapper .wrap .item .image-section {
		width: 50%;
	}
	
	.two-col-align-section .desc, .x-btm-wrapper .wrap .item .content-section {
		padding-left: 30px;
	}
	
	.two-col-align-section.img-right .desc {
		padding-right: 30px;
	}	
}


@media (max-width:991px) and (min-width:601px) {
	.green-featured-section .item {
		align-items: flex-start;
		padding-right: 16px;
	}

	.green-featured-section .item .img {
		margin: 0 20px 0 0;
	}

	.f-social ul li+li {
		padding-left: 8px;
	}

	.subscibe-newsletter .form-field {
		max-width: 512px;
	}

	.green-action-bar .wrap {
		align-items: flex-start;
		flex-wrap: wrap;
	}

	.green-action-bar .wrap .item {
		width: 33%;
		margin-bottom: 40px;
	}

	.about .green-contact-section {
		padding-bottom: 28px;
	}

	.green-contact-section .hero-intro {
		align-items: flex-start;
	}

	.green-contact-section .heading h2 {
		text-align: left;
	}

	.green-contact-section .hero-intro p {
		text-align: left;
	}

	.about-hero {
		flex-direction: initial;
	}

	.about-intro {
		padding-top: 52px;
		flex-direction: initial;
		padding-bottom: 52px;
	}

	.about-intro .about-info {
		margin-left: 20px;
	}

	.about-info .heading h2 {
		text-align: left;
	}

	/* Our Team */

	.member-details.reverse {
		flex-direction: row-reverse;
	}

	.member-details.reverse .member-image {
		padding-left: 40px;
		padding-right: 0;
	}

	.member-details.reverse .policy-image {
		padding-left: 40px;
		padding-right: 0;
	}

	.member-details {
		flex-direction: initial;
	}

	.member-details .member-image {
		width: 45%;
		padding-right: 40px;
	}

	.member-details .policy-image {
		width: 45%;
		padding-right: 40px;
	}

	.member-details .member-info {
		width: 55%;
	}

	.member-details .policy-info {
		width: 55%;
	}

	.about .about-hero {
		padding: 0;
	}

	#our-vision .about-info {
		margin-left: 0 !important;
		margin-right: 20px;
	}
}

@media (max-width:991px) and (min-width: 768px) {
	.green-need-help-section {
		min-height: 320px;
	}

	.about-intro1 .description {
		padding-bottom: 40px;
	}
}

@media (max-width:768px) {
	.green-need-help-section {
		min-height: 50px;
		padding: 40px 0px;
	}

	.green-need-help-section .top {
		padding-bottom: 30px;
	}

	.input-search .form-control {
		min-height: 40px;
		border-radius: 20px;
		padding-left: 20px;
		padding-right: 20px;
		font-size: 13px;
	}

	.input-search .search-icon {
		right: 10px;
		top: 8px;
	}

	.input-search .search-icon img {
		width: 14px;
		height: 14px;
	}

	.search-suggestions {
		border-radius: 15px;
		padding: 0px 20px;
		top: 55px;
	}

	.search-suggestions ul li {
		font-size: 13px;
		margin: 15px 0px;
	}

	.search-suggestions ul li::before {
		width: 30px;
		background-size: 14px;
	}

	.form-section {
		margin: 30px 0px;
	}

	.form-section h3,
	.form-section h1 {
		font-size: 20px;
	}

	.form-section .btn {
		height: 50px;
		font-size: 18px;
		margin: 10px 0px;
	}

	.media-banner {
		margin-bottom: 50px;
	}

	.media-banner-img {
		height: 240px;
	}

	.play-img {
		width: 50px;
		height: 50px;
		margin: -25px 0px 0px -25px;
	}

	.green-latestNews .about {
		min-height: 490px;
	}

	.details_top_nav ul li+li,
	.latestNews-tabber ul.tab-list li+li {
		margin-left: 20px;
	}

	.latestNews-tabber .green-featured-section .item p {
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.green-celebration-section .item span {
		padding: 0 5px;
		display: block;
	}

	.green-action-bar h5 {
		margin: 0 5px;
	}

	.team-section {
		padding-top: 52px;
	}

	.team-section .heading {
		padding-bottom: 36px;
	}

	.member-details .member-info {
		padding-left: 0;
	}

	.member-details {
		margin-bottom: 52px;
	}

	.member-details .wrap {
		overflow: hidden;
		height: 156px;
		text-overflow: ellipsis;
	}

	.carousel .slide-container {
		height: auto !important;
	}

	.about .about-hero {
		padding: 0;
	}

	.about-intro1~.container #impact-mission {
		margin-top: 0;
	}

	.green-stories-section .item .desc p {
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}
	.error-page {
		padding-top: 20px;
	}
}

@media (max-width: 767px) {
	.scrollable {
		white-space: nowrap;
		overflow-x: auto;
		margin-left: -8px;
		margin-right: -8px;
	}

	.scrollable>.item {
		display: inline-block;
		width: 80%;
		white-space: normal;
		padding: 0 8px;
	}

	.details_top_nav ul::-webkit-scrollbar,
	.scrollable::-webkit-scrollbar,
	.latestNews-tabber ul.tab-list::-webkit-scrollbar {
		display: none;
	}

	.green-stories-section .item {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.btn {
		font-size: 18px;
		width: 100%;
		padding: 12.5px 30px;
	}
	.x-banner .container {
		display: none;
	}
	
	.goal-details-hero.x-banner {
		height: 153px;
		background: none !important;
	}
	
	.x-top-wrapper {
		padding: 52px 0;
	}
	
	.two-col-align-section {
		display: block;
	}
	
	.two-col-align-section .img-section, 
	.x-btm-wrapper .wrap .item .image-section {
		width: 100%;
	}
	
	.two-col-align-section .desc, 
	.x-btm-wrapper .wrap .item .content-section {
		padding-left: 0;
		padding-right: 0;
	}
	.show-large {
		display: none !important;
	}
	.two-col-align-section .img-section {
		margin-bottom: 22px;
	}
	
	.two-col-align-section {
		margin-bottom: 52px;
	}
	.x-btm-wrapper .wrap .item {
		display: block;
	}
	
	.x-btm-wrapper .wrap .item .image-section {
		margin-bottom: 21px;
	}
	
	.x-btm-wrapper .wrap .item h3 {
		margin-bottom: 5px;
	}
	
	.x-btm-wrapper {
		padding: 52px 0;
	}
	.green-x-detail-page .media-banner-img {
		height: inherit;
	}
	
	.green-x-detail-page .media-banner {
		height: 238px;
	}
	
	.x-detail-wrapper {
		padding: 52px 0;
	}
	
	.x-detail-wrapper figure {
		margin-bottom: 30px;
	}
	.goal-stories .f-wrap {
		display: block;
	}
	
	.goal-stories .f-wrap .right {
		width: 100%;
		margin-top: 20px;
	}
	
	.goal-stories .f-wrap .left {
		width: 100%;
	}
	
	.story-cards .single-card {
		width: 100% !important;
		margin-bottom: 40px !important;
	}
	.filter-wrap ul {
		position: fixed;
		bottom: 0;
		width: 100%;
		left: 0;
		top: auto;
		border-radius: 22px 22px 0 0;
		padding: 27px 0 40px;
		z-index: 1000;
	}
	.filter-wrap ul svg {
		display: block !important;
		margin-left: 14px;
	}

	.filter-wrap ul h4 {
		display: block !important;
		margin: 17px 14px 10px;
		font-family: 'Roboto-Bold';
		font-size: 22px;
		line-height: normal;
	}
	
	.filter-wrap .bottom-btn-sec {
		display: flex !important;
		padding: 0 14px;
		margin: 0 -16px;
		margin-top: 15px;
	}
	
	.filter-wrap .bottom-btn-sec .btn {
		margin: 0 16px;
		font-family: 'Roboto-Bold';
		padding: 13.5px 30px;
	}
	
	.filter-wrap ul li {
		border-bottom: 1px solid #f8f8f8;
		padding: 24px 20px;
		position: relative;
	}
	
	.filter-wrap .bottom-btn-sec .btn.reset {
		border-color: #dee2e6;
		color: #222;
		background: #fff;
		font-family: 'Roboto';
	}
	
	.filter-wrap .bottom-btn-sec .btn.apply {
		background: #006738;
		color: #fff;
	}
	.filter-wrap ul li.active {
		font-family: 'Roboto-Bold';
	}
	.filter-wrap ul li.active:after {
		content: "";
		display: inline-block;
		rotate: 45deg;
		height: 18px;
		width: 10px;
		border-bottom: 3px solid #006738;
		border-right: 3px solid #006738;
		position: absolute;
		right: 14px;
		top: 22px;
	}
	.goal-details-hero.x-banner>img {
		height: inherit;
		object-fit: cover;
	}
}

@media (max-width: 600px) {

	.about .about-hero .hero-intro .heading h2,
	.about .about-hero .hero-intro .heading h1 {
		font-size: 34px;
		line-height: 40px;
	}

	.col-xl-8 .content:first-child p.discription {
		margin-bottom: 15px !important;
	}

	div#our-vision {
		margin-bottom: 52px;
	}

	.sidebar-navigation .hamburger_section .sub-menu-btn {
		background-color: #fff;
	}

	.green-action-bar .item .circle:hover img.static-img {
		visibility: visible !important;
		display: block !important;
	}

	.green-action-bar .item .circle:hover img.animated-img {
		visibility: hidden !important;
		display: none !important;
	}

	.goals-list .single-goal>a {
		display: flex;
		justify-content: space-between;
		width: 100%;
	}

	.close-btn {
		position: absolute;
		top: 0;
		left: 5px;
	}

	.participation-steps-section {
		padding: 40px 0;
		margin-bottom: 0;
	}

	.participation-steps-section .top {
		padding-bottom: 30px;
	}

	.participation-steps-section .wrap {
		flex-wrap: wrap;
		justify-content: center;
	}

	.participation-steps-section .wrap .item {
		margin-bottom: 40px;
		flex: auto;
	}

	.participation-steps-section .divider {
		display: none;
	}

	.participation-steps-section .green-button-section {
		padding-top: 0;
	}

	.carousel .slick-arrow {
		display: none !important;
	}

	.about-intro1 {
		padding-top: 52px !important;
	}

	.about-intro1 p+p {
		margin-bottom: 0 !important;
	}

	.goal-about {
		margin-bottom: 0 !important;
	}

	.goal-about p:empty {
		margin: 0 !important;
	}

	.goal-about+.green-action-bar {
		padding-top: 52px;
	}

	.sidebar-navigation .hamburger_section ul>li>a.sub-menu-btn:hover {
		background: #fff;
	}

	.about-intro1 .description {
		max-height: 120px;
		overflow: hidden;
	}
}

@media (max-width:400px) {
	.service-description h3 {
		font-size: 28px;
	}

	.logo-section {
		width: 100%;
	}
}



@media (max-width: 360px) {
	.green-celebration-section .wrap {
		flex-wrap: wrap;
	}

	.green-celebration-section .item {
		flex: initial !important;
		margin: 0 !important;
		margin-bottom: 20px !important;
	}
}

/* Carousel Experiment */
.carousel {
	display: block;
	position: relative;
}

.carousel .slide-container {
	position: relative;
	object-fit: cover;
	height: 47.4rem;
	width: 100%;
}

/* .carousel .slide-container img {
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
} */

.carousel .slide-container .slider-content {
	position: absolute;
	z-index: 1;
	color: #ffffff;
	max-width: 35%;
	top: 40%;
	right: 0;
	bottom: inherit;
	left: 18%;
	transform: translate(-50px, -50px);
	float: left;
}

.carousel .slide-container .slider-content h3 {
	font-size: 32px;
	margin-bottom: 0;
	color: #ffffff;
	padding-bottom: 15px;
	letter-spacing: -.042rem;
	font-family: 'Roboto-Bold';
}

.carousel .slide-container .slider-content h3 span {
	display: block;
	position: relative;
}

.carousel .slide-container .slider-content p {
	font-size: 24px;
	line-height: 36px;
}

.carousel .slick-arrow {
	position: absolute;
	top: 50%;
	z-index: 9;
	background-color: #ffffff;
	border: none;
	opacity: 0;
	visibility: hidden;
	width: 40px;
	height: 40px;
}

.carousel:hover span.slick-arrow {
	opacity: 1;
	visibility: visible;
}

.carousel .slick-prev {
	left: 2rem;
}

.carousel .slick-next {
	right: 2rem;
}

.carousel-btn {
	border: #fff;
	background: #fff;
	color: #222 !important;
	margin-top: 2.5rem;
	font-size: 16px;
	border-radius: 40px;
	padding: 10px 32px;
	line-height: 1.5;
	font-family: 'Roboto-Medium';
	display: inline-block;
}

.home-page .slide-container .slider-content .carousel-btn:active {
	transform: scale(.94);
}

.carousel .slick-dots {
	margin: 0;
	padding: 0;
	display: flex;
	list-style: none;
	left: 0;
	right: 0;
	bottom: 30px;
}

header .header.transparent .header-nav .menu-section>ul li a {
	color: #fff;
}

header.transparent .header-nav .menu-section>ul li a:hover {
	color: #222;
}

.home-page header:not(.sticky) .white-logo {
	display: block !important;
}

.home-page header:not(.sticky) .green-logo {
	display: none !important;
}

.home-page header:not(.sticky) .mobile-trigger span {
	background: #fff;
}

.privicyPolicy .heading-tiles a:hover {
	text-decoration: underline;
}

.home-page header:not(.sticky) .header-nav .menu-section>ul li a {
	color: #fff;
}

.home-page header:not(.sticky) .header-nav .menu-section>ul li a:hover {
	color: #000;
}

.carousel span.slick-arrow {
	display: flex;
}

.carousel span.slick-arrow img {
	width: 6px;
}

.green-action-bar .slick-dots {
	display: none !important;
}

@media (max-width:768px) {
	.carousel .desk-img {
		display: none;
	}
}

@media (max-width:991px) and (min-width:601px) {
	.carousel .desk-img {
		display: none;
	}
}

img {
	width: 100%;
}


@media (max-width:540px) {
	.carousel .slide-container .slider-content {
		width: 100%;
		min-width: 100%;
		top: 130px;
		right: 0;
		left: 50%;
		transform: translateX(-50%);
		text-align: center;
		padding: 0 20px;
		bottom: auto;
	}

	.carousel .slide-container .slider-content h3 {
		font-size: 26px;
		line-height: 1.1;
		font-family: 'Roboto-Bold';
		padding-bottom: 0;
	}

	.carousel .slide-container .slider-content p {
		font-size: 16px;
		line-height: normal;
		padding: 0 30px;
		margin: 0;
		padding-top: 16px;
	}

	.carousel-btn {
		margin-top: 10px;
	}

	.carousel-btn {
		line-height: normal;
		font-size: 15px;
		margin-top: 20px;
	}

	.carousel span.slick-arrow {
		display: none !important;
	}

	.privicyPolicy .heading-tittle {
		font-size: 32px;
		margin-bottom: 24px;
	}

	.privicyPolicy .heading-tiles h5 {
		font-size: 16px;
	}

	.privicyPolicy .heading-tiles h3 {
		font-size: 24px;
		line-height: normal;
	}

	.privicyPolicy .heading-tiles .sub-title {
		margin-top: 20px;
	}

	.media-banner {
		height: 238px;
	}

	.action-bottom-section.media-videos {
		margin-top: 52px;
	}

	.attend-banner .hero-box {
		margin: 0;
	}

	.attend-banner .hero-content h3,
	.attend-banner .hero-content h1 {
		text-align: center;
	}

	.attend-banner .hero-content p {
		text-align: center;
	}

	.attend-banner .hero-box .hero-content {
		margin-bottom: 70px;
	}

	.content-form .form-wrapper {
		padding-right: 0;
	}

	.content-form .form-wrapper .content {
		padding-bottom: 52px;
	}

	.add-details {
		padding: 0;
		border: none;
	}

	.form-section .btn {
		width: 100% !important;
	}

	.content-form {
		padding: 52px 0 22px 0;
	}

	.attend-banner {
		background: url(../images/attend-banner-mobile.png);
		background-size: cover;
	}

	.content-form .add-details .form-section h3 {
		font-size: 28px;
		padding-bottom: 22px;
	}

	.content-form .form-wrapper .content:last-child {
		padding-bottom: 32px;
	}

}

.green-action-bar span.slick-arrow {
	position: absolute;
	top: 5px;
}

.green-action-bar span.slick-arrow img {
	width: 6px;
}

.green-action-bar span.slick-arrow.slick-next {
	right: 45px;
}

.green-action-bar span.slick-arrow.slick-prev {
	right: 85px;
}

.green-action-bar .slick-arrow {
	border: 1px solid #000;
	border-radius: 50%;
	width: 28px;
	height: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 5px;
	background: #fff;
	cursor: pointer;
}

.green-action-bar .slick-arrow:hover {
	background-color: #000;
}

.green-action-bar .slick-dots li.slick-active,
.slick-dots li:hover {
	border: #000 1px solid;
}

.privicyPolicy p a {
    text-decoration: underline;
}

.privicyPolicy p a:hover {
    text-decoration: none !important;
}

@media (max-width: 1399px) {
	.custom-field-validation-error {
		position: relative;
	}
}

@media (max-width:991px) {
	.thankyou-popup .btn {
		line-height: 14px;
		height: auto !important;
	}

	.grecaptcha-badge {
		display: none !important;
	}

	.green-action-bar .slick-dots {
		bottom: 0;
	}

	.cm_detail_banner .desc {
		max-width: 600px;
	}

	.about-intro .about-btn {
		text-decoration: underline !important;
	}

}

@media(min-width:601px) {
	.show-on-small {
		display: none !important;
	}

	.hide-on-small {
		display: block;
	}

	.story-problemstatement .custom-div.p-with-ul {
		max-height: 114px;
	}

	.story-problemstatement .custom-div.p-with-ul p+ul {
		height: auto;
		overflow: inherit;
	}
}

@media (max-width:600px) {
	.sitemap-col {
		width: 100%;
	}

	.sitemap-data h3 {
		margin-bottom: 24px;
	}

	.sitemap-menus {
		padding-top: 30px;
	}

	.sitemap-col h3 {
		margin-bottom: 16px;
	}

	.row.g-2 {
		--bs-gutter-y: 0;
	}

	.green-action-bar h3.top-heading,
	.green-action-bar h2.top-heading {
		padding-right: 0;
	}

	.content-form .form-wrapper .content h3 {
		margin-bottom: 16px;
	}

	.video-main-content {
		margin-top: 20px;
	}

	.global-form .form-section .btn:hover {
		background-color: #464646;
		border-color: #464646;
		color: #fff;
	}

	.content-form .form-wrapper .content p {
		margin-bottom: 0;
	}

	.member-details .member-image {
		margin-bottom: 20px;
	}

	.member-details .member-info h3,
	.member-details .member-info h1 {
		padding-bottom: 8px;
	}

	.member-details .member-info h5 {
		padding-bottom: 16px;
	}

	.contact-address>p {
		padding-bottom: 12px;
	}

	.contact-group.call {
		padding-top: 0;
	}

	.video-main object {
		height: 238px !important;
	}

	.action-bottom-section .item {
		margin-bottom: 20px;
	}

	.show-on-small {
		display: block;
	}

	.btn:hover {
		background: rgba(255, 255, 255, 0.25);
		color: #006738;
	}

	.goal-stories+.green-homepage .green-action-bar {
		padding-top: 0;
	}

	.hide-on-small {
		display: none !important;
	}

	.green-action-bar .wrap {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		flex-wrap: wrap;
	}

	.green-action-bar .wrap .item {
		width: 33%;
	}

	.green-action-bar .wrap .item:nth-child(3n) {
		margin-right: 0;
	}

	img[alt="View All"] {
		width: 30px !important;
	}

	.show-modal {
		bottom: 0 !important;
		transition: 1s;
	}

	.goals-modal {
		height: 90%;
		width: 100%;
		position: fixed;
		left: 0;
		right: 0;
		bottom: -200%;
		background-color: #ffffff;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		padding: 20px;
		z-index: 211;
		border-radius: 16px 16px 0 0;
		transition: 1s;
	}

	.ovf-hid {
		overflow: hidden;
	}

	.goals-modal .close-bar {
		display: flex;
		justify-content: center;
		position: relative;
		margin-bottom: 20px;
	}

	.close-goals-modal {
		position: absolute;
		top: 8px;
		left: 0;
		width: 14px;
	}

	.close-bar span {
		background-color: #222;
		width: 20%;
		height: 4px;
		display: block;
		border-radius: 12px;
	}

	.goals-heading {
		position: absolute;
		left: 0;
		top: 42px;
		transition: all 0.3s;
	}

	.goals-modal.active .goals-heading {
		left: 34px;
		top: 0;
	}

	.goals-heading h5 {
		color: #222 !important;
		font-size: 28px !important;
		padding: 0;
		font-family: 'Roboto-Bold';
	}

	.goals-modal.active .goals-heading h5 {
		font-size: 18px !important;
		line-height: 30px;
	}

	.goals-list {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		overflow-y: scroll;
		margin: 102px -20px 0 -20px;
		padding: 0 20px;
	}

	.goals-modal.active .goals-list {
		margin: 42px -20px 0 -20px;
	}

	.goals-list .single-goal {
		display: flex;
		justify-content: space-between;
	}

	.single-goal .goal-icon {
		width: auto;
		margin: 10px 0;
		display: flex;
		justify-content: flex-start;
	}

	.goal-icon img {
		width: 28px;
		height: 28px;
	}

	.single-goal .goal-title {
		width: 85%;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.modal-overlay {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 209;
		width: 100%;
		height: 100vh;
		background-color: #000;
		opacity: 0;
		visibility: hidden;
	}

	.overlay-active {
		visibility: visible;
		opacity: 0.5;
	}
}

/* Goal Details */
.goal-stories .heading h2 {
	text-align: left;
	font-size: 28px;
	line-height: 38px;
	margin-bottom: 22px;
}

.goal-about h4 {
	font-size: 32px;
	line-height: 38px;
	color: #222;
	font-weight: bold;
	margin-bottom: 22px;
}

.goal-about .green-button-section {
	text-align: left;
	margin-top: 10px;
}

.story-cards {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.story-cards .single-card {
    width: 33.333%;
    padding-left: 15px;
    padding-right: 15px;
}

.story-cards .single-card:last-child {
	margin-right: 0;
}

.desc h3 {
	color: #222;
	font-size: 26px;
	font-family: "Roboto-Bold";
	line-height: 1.33;
	margin-bottom: 10px;
}

.bottom-pane h2 {
	font-size: 48px;
	line-height: 57px;
	margin-bottom: 32px;
	max-width: 700px;
}

.bottom-pane .heading {
	display: flex;
	justify-content: center;
}

.story-cards .card-img-container {
	margin-bottom: 14px;
	overflow: hidden;
}

.goal-about {
	margin-top: 72px;
	margin-bottom: 100px;
}

.goal-about.mb-0 .description {
	margin-bottom: 0;
}

.desc p {
	color: #666;
	line-height: 1.33;
	font-weight: normal;
	margin: 0;
}

.bold {
	font-weight: 600;
}

.link-container {
	padding: 8px 20px;
	background-color: #f6f6f6;
	border-radius: 5px;
	display: inline-block;
}

.link-container a {
	text-decoration: none;
	font-size: 14px;
	line-height: 20px;
	color: #666666;
}

.goal-details-hero {
	height: 450px;
	background-color: #4d9f39;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.hero-box {
	margin: 0 80px;
	display: flex;
	justify-content: space-between;
}

.hero-content {
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.hero-content h3,
.hero-content h1 {
	color: #fff;
	font-size: 48px;
	line-height: 57px;
	font-weight: 600;
}

.hero-content p {
	color: #fff;
}

.hero-content span {
	display: block;
}

.hero-image {
	width: 50%;
	margin-right: 30px;
	display: flex;
	justify-content: flex-end;
}

.hero-image img {
	width: auto;
}

.about-sub-heading {
	font-size: 28px !important;
	line-height: 28px !important;
	text-align: left !important;
	margin-bottom: 22px !important;
	font-family: "Roboto-Bold";
}

#impact-mission {
	margin: 0;
}

#our-vision {
	flex-direction: row-reverse;
	margin: 0;
}

#our-vision .about-info {
	padding-left: 0;
}

.mentoring-club {
	background-image: url("../images/mentoring-club.png");
	background-repeat: no-repeat;
	display: flex;
	justify-content: flex-end;
	border-radius: 16px;
}

.club-content {
	width: 50%;
	background-color: #fff;
	padding: 54px;
	border-radius: 8px;
	margin: 60px;
}

.club-content p {
	font-size: 16px;
	color: #222;
}

.club-content h2 {
	margin-bottom: 20px;
}

.club-content .description {
	max-height: 120px;
	overflow: hidden;
}

.club-content.active .description {
	max-height: 100%;
	overflow: none;
}

.club-content.active .about-btn {
	color: #666;
}

.club-content.active .more {
	display: none;
}

.club-content.active .less {
	display: block !important;
}

.goal-stories .single-card .desc p {
	padding-bottom: 16px !important;
}

span.stories-know-more {
	color: #000;
	text-decoration: underline;
	font-size: 16px;
}

span.stories-know-more:hover {
	text-decoration: none;
}

@media (max-width:600px) {
	.green-action-bar .item:hover .circle {
		border-color: #e8e8e8 !important;
	}

	.hero-box {
		flex-direction: column;
	}

	/* Changed by shubham at 4:17 */
	.hero-box .hero-content {
		width: 100%;
		margin-bottom: 20px;
	}

	.hero-box .hero-image {
		width: 100%;
	}

	.story-cards {
		flex-direction: column;
	}

	.story-cards .single-card {
		width: 100%;
		margin-bottom: 52px;
	}

	.single-card .desc h3 {
		font-size: 18px;
		line-height: 22px;
		margin-bottom: 8px;
	}

	.single-card .desc p {
		font-size: 16px;
		line-height: 24px;
	}

	.hero-image {
		flex-direction: column;
		justify-content: center;
	}

	.hero-image img {
		height: 138px;
		object-fit: contain;
	}

	.story-cards .card-img-container {
		margin-bottom: 20px;
	}

	.hero-content {
		margin-bottom: 60px;
	}

	.hero-content h3,
	.hero-content h1 {
		font-size: 34px;
		line-height: 40px;
		text-align: center;
	}

	.hero-content p {
		text-align: center;
	}

	.hero-content span {
		display: initial;
	}

	.mentoring-club {
		flex-direction: column;
		background-image: none;
	}

	.club-image {
		width: 100%;
	}

	.club-content {
		width: 100%;
		margin: 20px 0;
		padding: 0;
	}

	.show-on-large {
		display: none !important;
	}

	.show-on-mob {
		display: block !important;
	}

	.explore-sub {
		color: #222;
		margin-top: -14px;
		margin-bottom: 16px;
	}

	p.sub {
		text-align: left;
		color: #222;
		margin-bottom: 0;
	}

	.goal-details-hero.explore-banner {
		margin-bottom: 52px !important;
		padding: 0;
		display: block;
	}

	.about .green-contact-section {
		height: auto;
		padding: 40px 0;
	}

	.about-hero .hero-intro {
		text-align: left;
		align-items: flex-start;
	}

	.about-hero .hero-intro .heading h2 {
		text-align: left;
		margin-bottom: 16px;
	}

	.about .green-contact-section .hero-right-img img {
		max-width: 180px;
		margin-top: 40px;
	}

	.hero-intro p {
		margin-bottom: 15px;
	}

	.about-intro {
		padding-top: 52px;
		padding-bottom: 0;
	}

	.about-info .heading h2 {
		margin-bottom: 20px;
		text-align: left;
		font-size: 28px;
	}

	.about-info .description {
		max-height: 120px;
		overflow: hidden;
	}

	#our-vision {
		flex-direction: column;
		margin-top: 0;
	}

	.about-intro .about-image {
		margin-top: 0;
	}

	.club-content p {
		line-height: 24px;
		max-height: 120px;
		overflow: hidden;
	}

	.mentoring-club h2 {
		margin-bottom: 24px;
	}

	#impact-mission {
		flex-direction: column;
	}

	.details_top_nav {
		margin: 0 0 32px 0;
	}

	.about-image h2 {
		margin-bottom: 24px;
	}

	.about-image {
		margin-bottom: 24px;
	}

	.about-intro {
		margin-top: 0;
	}

	.green-jury-section {
		padding-top: 0;
	}

	#leadership {
		margin-top: 52px;
	}

	.hero-intro .description {
		text-align: left;
		max-height: 119px;
		overflow: hidden;
	}

	.hero-intro .about-btn {
		margin-bottom: 40px;
		text-align: center;
	}

	.hero-intro.active .description {
		max-height: 100%;
		overflow: auto;
	}

	.hero-intro.active .about-btn {
		color: #666;
	}

	.hero-intro.active .more {
		display: none;
	}

	.hero-intro.active .less {
		display: block !important;
	}

	.goal-details-hero .hero-image img {
		max-height: 210px;
		height: auto;
	}

	.goal-details-hero {
		height: auto;
		padding: 70px 0;
	}

	.goal-about .member-details .member-info .description:first-child {
		margin-bottom: 10px;
	}

	.goal-about .hero-box {
		margin: 0;
	}

	.green-action-bar h3.top-heading,
	.green-action-bar h2.top-heading {
		font-size: 28px;
	}

	.green-stories-section .top h2 {
		font-size: 28px;
	}

	.top h2 {
		font-size: 28px;
	}

	.faq-section .top h3 {
		font-size: 28px;
	}

	.green-stories-section .top {
		padding-bottom: 12px;
	}
}

@media (max-width:991px) and (min-width:768px) {
	.about-info .heading h2 {
		margin-bottom: 12px;
	}

	#our-vision .about-info {
		margin-left: 0;
		margin-right: 20px;
	}

	.mentoring-club {
		background-position: -100px;
	}

	.club-content {
		width: 50%;
		background-color: #fff;
		padding: 32px;
		border-radius: 8px;
		margin: 28px;
	}

	.club-content p {
		margin-bottom: 0;
	}

	.about-intro {
		margin-top: 52px;
		padding-top: 0;
		margin-bottom: 0;
	}

	.details_top_nav {
		margin-top: 0;
	}

	#advisory-board {
		padding-top: 48px;
	}

	#mentoring-club {
		margin-top: 40px;
	}

	.club-content .about-btn {
		margin-top: 16px;
	}

	.about-hero {
		display: flex;
	}

	.goal-about.mb-0 .about-btn {
		display: none !important;
	}
}

.formrow .content {
	font-size: 16px;
	line-height: 20px;
	color: #222;
	font-family: 'Roboto-Medium';
	padding: 24px 0 20px 0;
}

.formrow .discription {
	padding: 0;
}

.formrow .discription li {
	padding-bottom: 20px;
	color: #666;
	margin-left: 1.2rem;
}

.form-select:focus {
	border-color: #222;
	outline: 0;
	box-shadow: none;
}

.hover-text {
	position: absolute;
	z-index: 9;
	width: 234px;
	font-size: 11px;
	padding: 15px;
	background-color: #464646;
	color: #fff;
	border-radius: 8px;
	top: 30px;
	left: -99px;
	visibility: hidden;
	z-index: 9999 !important;
}

.hover-text:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #464646;
	top: -8px;
	left: 105px;
	z-index: 1;
}

.hint-txt .tips a:hover .hover-text {
	visibility: visible;
}

.form-section .form-control,
.form-section .form-select {
	border-radius: 8px;
	color: #666;
	opacity: 1;
}

.hint-txt .tips a:hover {
	text-decoration: none;
}

.body-container-wrapper.green-homepage {
	overflow: hidden;
}

.hint-txt {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.hint-txt .tips a {
	font-size: 12px;
}

/* .add-details textarea.form-control {
	height: 120px !important;
} */

/* Story Details Page */
.story-problemstatement {
	display: flex;
	padding-top: 72px;
}

#metrics {
	margin-bottom: 100px;
}

.story-problemstatement .custom-div {
	max-height: 72px;
	overflow: hidden;
}

.story-problemstatement .custom-div.onlyUL {
	max-height: 90px;
}

.story-problemstatement.active .custom-div {
	max-height: 100%;
}

.story-problemstatement.active .more {
	display: none;
}

.story-problemstatement.active .less {
	display: block !important;
}

.story-problemstatement .heading h2,
.story-impact .heading h2 {
	text-align: left;
	margin-bottom: 20px;
	font-size: 28px;
	line-height: 33px;
}

.problem-desc {
	width: 60%;
	padding-right: 107px;
}

.impact-desc p,
.problem-desc p,
li {
	font-size: 16px;
	color: #222;
	line-height: 24px;
}

.problem-image {
	width: 40%;
}

.solution {
	flex-direction: row-reverse;
	padding-top: 72px;
}

.solution .problem-desc {
	padding-left: 107px;
	padding-right: 0;
}

.story-impact {
	padding-top: 107px;
	margin-bottom: 100px;
}

.impact-desc ul {
	list-style: none;
	margin: 0;
	padding-left: 1.2rem;
}

.impact-desc li {
	padding-top: 10px;
}

.impact-desc ul li::before {
	content: "\2022";
	color: #d8d8d8;
	font-weight: normal;
	font-size: 20px;
	display: inline-block;
	width: 1rem;
	margin-left: -1em;
}

.story-details-hero {
	position: relative;
	max-height: 650px;
}

.story-details-hero .desc {
	position: absolute;
	text-align: center;
	width: 100%;
	left: 0;
	right: 0;
	z-index: 11;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
}

.story-details-hero .desc h3 {
	margin: 0;
	color: #fff;
	font-size: 60px;
	line-height: 1.12;
	padding-bottom: 12.4px;
}

.story-details-hero .desc p {
	margin: 0;
	font-family: 'Roboto-Bold';
	font-size: 20px;
	line-height: 1.2;
	color: #fff;
}

.footer-goals {
	padding-bottom: 32px;
}

.footer-goals a:hover {
	color: #000;
	text-decoration: underline;
}

.footer-goals h2 {
	font-size: 16px;
	line-height: 24px;
	color: #222;
	font-weight: bold;
}

.footer-goals p {
	color: #666;
	font-size: 14px;
	line-height: 22px;
}

.explore-banner {
	position: relative;
	background: url(../images/explore-banner.jpg) top center;
	object-fit: cover;
	background-size: cover;
}

.explore-desc {
	font-size: 16px;
	line-height: 24px;
	color: #222;
	margin: 40px 0 100px;
}

.story-cards .marg-btm {
	margin-bottom: 100px;
}

.header-wrapper .container {
	max-width: 1320px;
}

.bottom-pane .green-button-section .btn {
	background-color: #006738;
	color: #fff;
}

.bottom-pane .green-button-section .btn:hover {
	background-color: #00552E;
}

.explore-sub {
	color: #222;
	margin-top: -16px;
}

.goal-details-hero.explore-banner {
	margin-bottom: 72px;
}

@media(max-width:600px) {
	.hover-text {
		padding: 20px !important;
	}

	#metrics {
		padding-top: 52px;
		margin-bottom: 52px;
	}

	.story-cards .marg-btm {
		margin-bottom: 52px;
	}

	.story-details-hero .desc {
		margin: 20px 0 16px;
		position: inherit;
		transform: none;
	}

	.story-details-hero .desc h3 {
		color: #222;
		font-size: 28px;
		line-height: 32px;
		text-align: left;
	}

	.story-details-hero .desc p {
		font-size: 16px;
		line-height: 23px;
		color: rgb(24, 24, 24);
		font-family: 'Roboto', sans-serif;
		text-align: left;
	}

	.story-problemstatement {
		padding-top: 0;
		flex-direction: column-reverse;
	}

	.problem-desc {
		width: 100%;
		padding-right: 0;
	}

	.problem-image {
		width: 100%;
		margin-bottom: 20px;
	}

	.story-problemstatement .heading h2,
	.story-impact .heading h2 {
		font-size: 24px;
		margin-bottom: 8px;
	}

	.impact-desc p,
	.problem-desc p,
	li {
		line-height: 21px;
	}

	.story-problemstatement .custom-div {
		max-height: 42px;
		overflow: hidden;
	}

	.story-problemstatement .custom-div.onlyUL {
		max-height: 60px;
	}

	.story-problemstatement.active p {
		max-height: 100%;
	}

	.solution .problem-desc {
		padding-left: 0;
	}

	.solution {
		padding-top: 52px;
	}

	.story-impact {
		padding: 52px 0;
		margin-bottom: 0;
	}

	.goales-service .image .circle {
		width: 80px;
		height: 80px;
	}

	.goales-service .image>img {
		height: 203px;
		object-position: top;
	}

	.goal-about h4 {
		font-size: 28px;
		line-height: 35px;
	}

	.goal-stories .heading h2 {
		font-size: 28px;
		line-height: 35px;
	}

	.goales-service .image {
		margin-bottom: 14px;
	}

	.goales-service h5 {
		line-height: 28px;
	}

	.explore-banner {
		background: none;
		height: auto;
		display: flex;
		flex-direction: column;
		margin-bottom: 52px;
	}

	.explore-banner .hero-content h3,
	.explore-banner .hero-content h1 {
		font-family: "Roboto-Bold";
		font-weight: inherit;
		font-size: 28px;
		line-height: 32px;
		color: #222;
		margin: 20px 0 12px;
		text-align: left;
	}

	.explore-desc {
		margin-top: 0;
		margin-bottom: 52px;
	}

	.explore-banner .hero-box .hero-content {
		margin-bottom: 0;
	}

	.f-nav ul .f-nav-column>ul {
		display: none;
	}

	.f-nav ul .f-nav-column>a {
		cursor: pointer;
		display: flex;
		align-items: center;
		padding: 16px 0;
		justify-content: space-between;
	}

	.f-nav ul .f-nav-column {
		margin: 0;
	}

	.f-nav ul .f-nav-column>a:after {
		content: "";
		font-size: 12px;
		text-align: center;
		font-style: normal;
		font-weight: normal;
		display: inline-block;
		vertical-align: middle;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		font-family: "icons";
		transform: rotate(180deg);
		transition: all 0.3s;
	}

	.f-nav ul .f-nav-column>a.active:after {
		transform: rotate(0deg);
	}

	.f-nav ul {
		flex-direction: column;
	}

	.f-nav ul .f-nav-column {
		width: 100%;
	}

	.f-nav>ul>li>ul {
		margin-top: 0;
		margin-bottom: 10px;
	}

	.f-social.show-on-mob {
		margin-bottom: 24px;
	}

	.col-md-3.f-social {
		margin-top: 20px;
	}

	.sdg-heading {
		color: #666;
	}

	.goal-about {
		margin-bottom: 0 !important;
	}

	.goal-about p:empty {
		margin: 0 !important;
	}

	.goal-about+.green-action-bar {
		padding-top: 52px !important;
	}

	.about.cm-privacy {
		padding-top: 0;
	}

	.privicyPolicy .heading-tittle {
		margin-bottom: 0;
		padding-bottom: 22px;
	}

	.privicyPolicy p {
		margin: 0 0 22px;
	}

	.privicyPolicy {
		padding-bottom: 30px;
	}

	.sitemap .privicyPolicy {
		padding-bottom: 12px;
	}

	.green-action-bar .view-all .circle img.animated-img {
		width: 30px;
		height: 40px;
	}

	.goals-list .hide-view {
		display: none !important;
	}

	.goals-list .single-goal .goal-title h5 {
		font-size: 16px;
	}

	.goal-stories .story-cards .single-card .desc h3 {
		font-size: 18px;
	}

	.goal-details-hero.attend-banner.custom-contribute-banner {
		background: none !important;
		overflow: hidden;
		position: relative;
		display: block;
		padding: 0;
	}


	.goal-details-hero.attend-banner.custom-contribute-banner img {
		object-fit: cover;
		height: 100%;
		width: 100%;
	}


	.goal-details-hero.attend-banner.custom-contribute-banner .hero-box {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		padding: 40px 28px;
	}

	.goal-about .green-button-section {
		margin-top: 24px;
		margin-bottom: 52px;
	}

	.green-action-bar .item {
		margin-bottom: 30px
	}

	.green-action-bar .item+.item {
		margin-top: 0;
	}

	.container+.green-stories-section {
		margin-bottom: 52px;
	}

	.about-btn:hover {
		text-decoration: underline;
	}

	#metrics.story-problemstatement p {
		max-height: initial;
		overflow: inherit;
	}

	#metrics.active .problem-desc ul {
		display: block;
	}

	.custom-home-about .about-intro {
		margin-bottom: 0;
	}
}

@media (min-width:768px) {
	.story-details-hero .web-bredcrumb {
		position: absolute;
		top: 20px;
		left: 0;
		width: 100%;
		right: 0;
		z-index: 1;
		color: #fff;
	}

	.about .breadcrumb-item+.breadcrumb-item::before,
	.green-need-help-section .breadcrumb-item+.breadcrumb-item::before,
	.green-contact-section .breadcrumb-item+.breadcrumb-item::before {
		color: #666;
	}

	.story-details-hero .web-bredcrumb a {
		color: #fff !important;
	}

	.story-details-hero .web-bredcrumb li {
		color: #fff !important;
	}

	.breadcrumb-item+.breadcrumb-item::before {
		color: #fff;
	}

	.explore-banner .web-bredcrumb {
		position: absolute;
		top: 20px;
		left: 0;
		width: 100%;
		right: 0;
		z-index: 1;
		color: #fff;
	}

	.explore-banner .web-bredcrumb ul.breadcrumb li,
	.explore-banner .web-bredcrumb ul.breadcrumb li a {
		color: #fff;
	}

	.attend-banner .web-bredcrumb {
		position: absolute;
		top: 20px;
		left: 0;
		width: 100%;
		right: 0;
		z-index: 1;
		color: #fff;
	}

	.attend-banner .web-bredcrumb ul.breadcrumb li,
	.attend-banner .web-bredcrumb ul.breadcrumb li a {
		color: #fff;
	}
}

@media (max-width:991px) and (min-width:601px) {
	.col-md-9.f-nav {
		width: 100%;
	}

	.goal-about .green-button-section {
		margin-top: 24px;
	}

	.attend-banner {
		background-position: right;
	}

	.goal-about+.green-action-bar {
		padding-top: 40px;
	}
}

.loader {
	position: fixed;
	inset: 0;
	z-index: 1000;
	background-color: rgba(0, 0, 0, 0.7);
	align-items: center;
	justify-content: center;
	flex-direction: column;
	color: #fff;
	font-size: 16px;
}

.cm-load-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%;
}

.loader:not(.show) {
	display: none;
}

.loader svg {
	width: 60px;
	fill: white;
}

.header-nav .menu-section .submenu-btm a:after {
    content: none !important;
}

@media (orientation: landscape) and (max-width:768px) {
	.thankyou-popup img {
		max-width: 80px;
	}

	.thankyou-popup .desc {
		padding-top: 10px;
	}

	.thankyou-popup {
		max-height: 90vh;
	}
}

@media (max-height: 600px) {
	.sidebar-navigation .hamburger_section:last-child {
		padding-bottom: 80px;
	}
}