/*
 Theme Name:   Kshema
 Theme URI:    http://gai.co.in
 Description:  Twentytwenty child Theme
 Author:       gai Technologies
 Author URI:   http://gai.co.in
 Template:     twentytwenty
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  Twenty twenty
 */

 /* template css starts here */
 @import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700');
 * {
 	margin: 0;
 	padding: 0;
 	text-decoration: none;
 }

 body {
 	color: #262626;
 	font-size: 16px;
 	line-height: 1.8;
 	font-family: 'Montserrat', sans-serif;
 }

 img {
 	vertical-align: baseline;
 }

/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/
a {
	color: #262626;
}

a:visited {
	color: #757686;
}

a:hover, a:focus, a:active {
	color: #262626;
}

a:focus {
	outline: none;
}

a:hover, a:active {
	outline: 0;
	list-style: none;
}
.cause-wrap p a {
    color: #cd2653;
}
/*--------------------------------------------------------------
# Site Header
--------------------------------------------------------------*/
/*
# Header Barsp-testimonial-free-wrapper-173
--------------------------------*/
.top-header-bar {
	background: #925020;
	color: #fff;
	transition: all 0.5s;
}

.top-header-bar .header-bar-text-block {
	width: 100%;
}

.top-header-bar .header-bar-text-block a {
	color: #00FF00;
	font-size: 12px;
	text-transform: uppercase;
	margin-top: 12px;
    display: block;
}
.top-header-bar .header-bar-text-block a:hover {
	text-decoration: none;
} 

.fixed-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	box-shadow: 0 2px 6px rgba(0,0,0,0.2);
	padding: 6px 0; 
}

/*
# Header Bar Email
--------------------------------*/
.header-bar-email,
.header-bar-text {
	padding: 20px 0;
	font-size: 12px;
	line-height: 1;
	text-transform: uppercase;
}

.header-bar-email a,
.header-bar-text span {
	text-transform: lowercase;
	color: #fff;
	text-decoration: none;
}

/*
# Header Bar Text
--------------------------------*/
.header-bar-text {
	margin-left: 48px;
}

.header-bar-text p {
	margin: 0;
}

/*
# Header Bar Donate Button
--------------------------------*/
.donate-btn a {
	display: inline-block;
	padding: 6px 0;
}

/*Css for all donate button image*/
.donate-btn img {
	width: 40px !important;
}

/*
# Site Branding
--------------------------------*/
.site-branding {
	width: calc(100% - 24px);
	padding: 0;
}

.site-branding a {
	margin-top: 6px;
}

@media screen and (min-width: 992px){
	.site-branding {
		width: auto;
	}
}

/*
  Hamburger Menu
  ----------------------------------------*/
  .hamburger-menu {
  	position: relative;
  	width: 24px;
  	height: 22px;
  	margin: 0 auto;
  	transition: .5s ease-in-out;
  	cursor: pointer;
  }

  .hamburger-menu span {
  	display: block;
  	position: absolute;
  	height: 2px;
  	width: 100%;
  	background: #262626;
  	border-radius: 10px;
  	opacity: 1;
  	left: 0;
  	transition: .25s ease-in-out;
  }

  .hamburger-menu span:nth-child(1) {
  	top: 2px;
  }

  .hamburger-menu span:nth-child(2),
  .hamburger-menu span:nth-child(3) {
  	top: 10px;
  }

  .hamburger-menu span:nth-child(4) {
  	top: 18px;
  }

  .hamburger-menu.open span:nth-child(1) {
  	top: 18px;
  	width: 0;
  	left: 50%;
  }

  .hamburger-menu.open span:nth-child(2) {
  	transform: rotate(45deg);
  }

  .hamburger-menu.open span:nth-child(3) {
  	transform: rotate(-45deg);
  }

  .hamburger-menu.open span:nth-child(4) {
  	top: 18px;
  	width: 0;
  	left: 50%;
  }

/*
# Main Menu
--------------------------------*/
.site-navigation ul {
	position: fixed;
	top: 0;
	left: -320px;
	z-index: 9999;
	width: 320px;
	max-width: calc(100% - 120px);
	height: 100%;
	padding: 30px 15px;
	margin: 0;
	background: #fff;
	list-style: none;
	overflow-x: scroll;
	transition: all 0.35s;
}

.site-navigation.show ul {
	left: 0;
}

.site-navigation ul li {
	margin: 0 16px;
}
.site-navigation ul li a {
	display: block;
	padding: 16px 0;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	color: #262626;
	text-decoration: none;
	transition: color .35s;
}

@media screen and (min-width: 992px) {
	.site-navigation ul {
		position: relative;
		top: auto;
		left: auto;
		width: 100%;
		max-width: 100%;
		height: auto;
		padding: 0;
		overflow: auto;
		background: transparent;
	}

	.site-navigation ul li a {
		padding: 56px 0 36px;
	}
}

.site-navigation ul li a:hover,
.site-navigation ul li.current-menu-item a {
	border-bottom: 3px solid #3cad38;
	color: #3cad38;
}

/*
# Menu SHopping Cart
--------------------------------*/
.header-bar-cart {
	margin-left: 40px;
}

.header-bar-cart a {
	width: 48px;
	height: 100%;
}

.header-bar-cart a {
	color: #fff;
	text-decoration: none;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.main-image-slider {
	height: 550px;
}

.hero-content-wrap {
	position: relative;
	color: #fff;
}

.hero-content-overlay {
	top: 0;
	left: 0;
	background: rgba(0,0,0,.5);
}

.hero-content-wrap img {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: top left;
	object-position: top;
}

.hero-content-overlay h1 {
	margin: 0;
	font-size: 102px;
	font-weight: 600;
	line-height: 1;
}

.hero-content-overlay h4 {
	margin: 0;
	font-size: 46px;
	font-weight: 600;
}

.hero-content-overlay p {
	font-weight: 500;
	line-height: 1.8;
}

.hero-content-overlay .entry-footer a.btn {
	color: #fff;
}

.hero-slider .pagination-wrap {
	bottom: 0;
	left: 0;
	z-index: 99;
	height: 60px;
}


.hero-slider .swiper-pagination-bullet {
	width: 24px;
	height: 20px;
	margin-right: 6px;
	border-radius: 0;
	font-size: 12px;
	color: #fff;
	background: transparent;
	opacity: 1;
}

.hero-slider .swiper-pagination-bullet-active {
	color: #3cad38;
}

.hero-slider .swiper-button-next,
.hero-slider .swiper-button-prev {
	width: 70px;
	height: 70px;
	margin-top: -35px;
	border-radius: 50%;
	background: #ecf2f5; /* w3c */
	transition: all .35s;
}

.hero-slider .swiper-button-next {
	right: 80px;
}

.hero-slider .swiper-button-prev {
	left: 80px;
}

.hero-slider .swiper-button-next span,
.hero-slider .swiper-button-prev span {
	display: block;
	width: 36px;
	padding-top: 15px;
	margin: 0 auto;
}	

.hero-slider .swiper-button-next path,
.hero-slider .swiper-button-prev path {
	fill: #925020;
}

.hero-slider .swiper-button-next.swiper-button-disabled,
.hero-slider .swiper-button-prev.swiper-button-disabled {
	opacity: 0;
}

@media screen and (max-width: 1200px){
	.hero-content-overlay h1 {
		font-size: 72px;
	}

	.hero-content-overlay h4 {
		font-size: 32px;
	}

	.hero-content-overlay p {
		font-size: 14px;
	}
	.hero-slider .swiper-button-next,
	.hero-slider .swiper-button-prev {
		display: none;
	}
}

@media screen and (max-width: 992px){
	.hero-content-overlay h1 {
		font-size: 48px;
	}

	.hero-content-overlay h4 {
		font-size: 22px;
	}

	.hero-content-overlay p,
	.hero-slider .pagination-wrap,
	.hero-slider .swiper-button-next,
	.hero-slider .swiper-button-prev{
		display: block;
	}

	.hero-slider .swiper-button-next,
	.hero-slider .swiper-button-prev {
		display: none;
	}


	.hero-content-overlay footer{
		margin-top: 12px !important;
	}
}

/*--------------------------------------------------------------
# Elements Page
--------------------------------------------------------------*/
.elements-wrap {
	margin-top: 80px;
}

.elements-page .elements-heading .entry-title {
	font-size: 24px;
	font-weight: 600;
	color: #262626;
}

.elements-page .elements-container {
	margin-top: 54px;
}

.elements-page .btn {
	margin-right: 20px;
}

/*
# Button
----------------------------------*/
.btn {
	padding: 18px 40px;
	border: 2px solid #262626;
	border-radius: 24px;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	color: #262626;
	outline: none;
}

.btn:focus {
	outline: none;
	box-shadow: none;
}

.btn.orange-border {
	border-color: #3cad38;
}


.btn.gradient-bg,
.btn.gradient-bg:active {
	border-color: transparent;
	/*background-image: linear-gradient(to right, #55c752 0%, #3cad38 51%, #55c752 100%) !important;*/
	background: none !important;
	color: #fff;
	padding-left: 0;
}

/*
# Accordion
----------------------------------*/
.accordion-wrap {
	position: relative;
}

.accordion-wrap .entry-content {
	margin: 0;
}

.accordion-wrap .entry-title {
	padding: 12px 38px;
	margin-bottom: 15px;
	border-radius: 30px;
	background: #f3f3f3;
	font-size: 14px;
	font-weight: 600;
	color: #262626;
	cursor: pointer;
}

.accordion-wrap .entry-title.active {
	border: 0;
	background: -moz-linear-gradient(180deg, rgba(255,90,0,1) 0%, rgba(255,54,0,1) 100%); /* ff3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255,90,0,1)), color-stop(100%, rgba(1255,54,0,1))); /* safari4+,chrome */
	background: -webkit-linear-gradient(180deg, rgba(255,90,0,1) 0%, rgba(255,54,0,1) 100%); /* safari5.1+,chrome10+ */
	background: -o-linear-gradient(180deg, rgba(255,90,0,1) 0%, rgba(255,54,0,1) 100%); /* opera 11.10+ */
	background: -ms-linear-gradient(180deg, rgba(255,90,0,1) 0%, rgba(255,54,0,1) 100%); /* ie10+ */
	background: linear-gradient(270deg, rgba(255,90,0,1) 0%, rgba(255,54,0,1) 100%); /* w3c */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5a00', endColorstr='#ff3600',GradientType=1 ); /* ie6-9 */
	color: #fff;
}

.accordion-wrap .entry-title .arrow-r::before,
.accordion-wrap .entry-title .arrow-d::before {
	content: "+";
	font-size: 24px;
	font-weight: 400;
}

.accordion-wrap .entry-title .arrow-d::before {
	content: "-";
}

/*
# Content
----------------------------------*/
.accordion-wrap .entry-content {
	display: none;
}

.accordion-wrap .entry-content p {
	padding: 18px 38px;
	font-size: 14px;
	line-height: 2;
	color: #929191;
}

/*
# Tabs
----------------------------------*/
ul.tabs-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.tabs-nav .tab-nav {
	padding: 12px 32px;
	margin-right: 6px;
	border-radius: 30px;
	background: #f3f3f3;
	font-size: 14px;
	font-weight: 600;
	color: #262626;
	cursor: pointer;
	transition: all .35s;
}

ul.tabs-nav .tab-nav.active {
	border: 0;
	background: -moz-linear-gradient(180deg, rgba(255,90,0,1) 0%, rgba(255,54,0,1) 100%); /* ff3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255,90,0,1)), color-stop(100%, rgba(1255,54,0,1))); /* safari4+,chrome */
	background: -webkit-linear-gradient(180deg, rgba(255,90,0,1) 0%, rgba(255,54,0,1) 100%); /* safari5.1+,chrome10+ */
	background: -o-linear-gradient(180deg, rgba(255,90,0,1) 0%, rgba(255,54,0,1) 100%); /* opera 11.10+ */
	background: -ms-linear-gradient(180deg, rgba(255,90,0,1) 0%, rgba(255,54,0,1) 100%); /* ie10+ */
	background: linear-gradient(270deg, rgba(255,90,0,1) 0%, rgba(255,54,0,1) 100%); /* w3c */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5a00', endColorstr='#ff3600',GradientType=1 ); /* ie6-9 */
	color: #fff;
}

.tabs .tab-nav {
	margin-bottom: -1px;
	z-index: 99;
}

.tabs-container {
	padding: 34px;
}

.tab-content {
	display: none;
}

.tab-content p {
	margin-bottom: 0;
	font-size: 14px;
	line-height: 2;
	color: #929191;
}

/*
# Circular Progress Bar
----------------------------------*/
.circular-progress-bar {
	margin: 20px 0;
	text-align: center;
}

.circular-progress-bar .circle {
	position: relative;
	width: 156px;
	height: 156px;
	margin: 0 auto;
}

.circular-progress-bar .circle strong {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -24px;
	width: 100%;
	font-size: 48px;
	font-weight: 500;
	line-height: 1;
	color: #262626;
}

.circular-progress-bar .circle strong i {
	margin-top: 5px;
	font-size: 24px;
	font-style: normal;
}

.circular-progress-bar .entry-title {
	margin-top: 32px;
	font-size: 18px;
	font-weight: 600;
	color: #262626;
}

/*
# Counter Box
----------------------------------*/
.counter-box {
	margin: 20px 0;
	text-align: center;
}

.counter-box .start-counter {
	margin-top: 10px;
	font-size: 48px;
	font-weight: 500;
	color: #262626;
}

.counter-box .counter-k {
	font-size: 24px;
	font-weight: 500;
}

.counter-box .entry-title {
	margin-top: 16px;
	font-size: 14px;
	color: #595858;
}

/*
# Icon Box
----------------------------------*/
.icon-box {
	padding: 70px 40px;
	border-radius: 24px;
	background: #ecf2f5;
	text-align: center;
	transition: all .35s;
	/*min-height: 323px;
	height: 100%;*/
}

.icon-box:hover,
.icon-box.active {
	border: 0;
	background: #3cad38; /* w3c */
	color: #fff;
}

.icon-box figure img:nth-of-type(1) {
	display: block;
}

.icon-box figure img:nth-of-type(2) {
	display: none;
}

.icon-box:hover figure img:nth-of-type(1),
.icon-box.active figure img:nth-of-type(1) {
	display: none;
}

.icon-box:hover figure img:nth-of-type(2),
.icon-box.active figure img:nth-of-type(2) {
	display: block;
}

.icon-box .entry-title {
	margin-top: 28px;
	font-size: 24px;
	font-weight: 600;
	color: #262626;
}

.icon-box:hover .entry-title,
.icon-box.active .entry-title {
	color: #fff;
}

.icon-box .entry-content {
	margin-top: 24px;
}

.icon-box .entry-content p {
	margin: 0;
	font-size: 14px;
	color: #595858;
}

.icon-box:hover .entry-content p,
.icon-box.active .entry-content p {
	color: #fff;
}

/*
# Bar Filler
----------------------------------*/
.barfiller {
	position:relative;
	width:100%;
	height:5px;
	border-radius: 3px;
	background:#d6dee1;
}

.barfiller .fill {
	display:block;
	position:relative;
	width:0px;
	height:100%;
	border-radius: 3px;
	background:#333;
	z-index:1;
}

.barfiller .tipWrap {
	display:none;
}

.barfiller .tip {
	left: 0;
	position: absolute;
	z-index: 2;
	width: 42px;
	height: 42px;
	padding-top: 14px;
	margin-top: -21px;
	border-radius: 50%;
	font-size: 15px;
	font-weight: 500;
	line-height: 1;
	text-align: center;
	background: #ff5a00;
	color: #fff;
}

/*--------------------------------------------------------------
# Homepage
--------------------------------------------------------------*/
/*
# Icon Boxes
--------------------------------*/
.home-page-icon-boxes {
	padding: 96px 0;
}

.home-page-icon-boxes a:hover {
	text-decoration: none;
}

/*
# Welcome
--------------------------------*/
.home-page-welcome {
	position: relative;
	padding: 96px 0;
	background: url(/wp-content/uploads/2020/02/Caps_Jkts_2.jpeg) no-repeat center;
	background-size: cover;
	z-index: 99;
}

.home-page-welcome::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: rgba(232,237,238,.8);
}

.welcome-content .entry-title {
	position: relative;
	padding-bottom: 24px;
	font-size: 36px;
	font-weight: 600;
	color: #000;
}

.welcome-content .entry-title::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 64px;
	height: 4px;
	border-radius: 2px;
	background: #3cad38;
}

.welcome-content .entry-content {
	font-size: 14px;
	line-height: 2;
	color: #000;
}

.home-page-welcome img {
	display: block;
	width: 100%;
}

/*@media screen and (max-width: 992px){
	.home-page-welcome img {
		margin-bottom: 60px;
	}
	}*/

/*
# Upcoming Events
--------------------------------*/
.home-page-events {
	padding: 96px 0;
}

.section-heading .entry-title {
	position: relative;
	padding-bottom: 24px;
	font-size: 36px;
	font-weight: 600;
}

.section-heading  .entry-title::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 64px;
	height: 4px;
	border-radius: 2px;
	background: #3cad38;
}

@media screen and (max-width: 992px) {

	.home-page-events .featured-cause .section-heading {
		margin-top: 80px;
	}

}

@media screen and (max-width: 767px) {

	.causes-page .featured-cause .cause-wrap figure img {
		width: 100%;
		height: initial;
	}

}

.event-wrap {
	margin-top: 50px;
}

.event-wrap figure {
	width: 144px;
	height: auto;
}

.event-wrap figure img {
	display: block;
	width: 100%;
}

.event-content-wrap {
	width: calc(100% - 180px);
	margin-top: -10px;
}

.event-content-wrap .entry-title a {
	font-size: 18px;
	font-weight: 600;
	color: #262626 !important;
}

.event-content-wrap .posted-date a,
.event-content-wrap .cats-links a {
	display: block;
	position: relative;
	margin-top: 6px;
	font-size: 11px;
	font-weight: 500;
	line-height: 1;
	color: #262626 !important;
}

.event-content-wrap .posted-date a {
	padding-right: 14px;
	margin-right: 14px;
}

.event-content-wrap .posted-date a::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 100%;
	background: #262626;
}

.event-content-wrap .entry-content {
	margin-top: 12px;
	margin-bottom: 0;
	font-size: 14px;
	color: #929191;
}

.event-content-wrap .entry-footer a {
	display: block;
	margin-top: 10px;
	font-size: 14px;
	color: #3cad38;
	text-decoration: none;
}

/*
# Featured Cause
--------------------------------*/
.home-page-events {
	padding: 96px 0;
}

.cause-wrap {
	margin-top: 50px;
}

.featured-cause .cause-wrap {
	padding: 40px 24px;
	background: #edf3f5;
}

.featured-cause .featured-cause .cause-wrap figure {
	width: 246px;
	height: auto;
}

.cause-wrap figure img {
	display: block;
	width: 246px;
}

.causes-page .our-causes img {
	width: 350px;
	height: 233px;
}
@media screen and (max-width: 767px) {
	.causes-page .our-causes img {
		width: 100%;
		height: initial;
	}
}

.featured-cause .cause-content-wrap {
	width: calc(100% - 280px);
}

.cause-content-wrap .entry-title a {
	font-size: 18px;
	font-weight: 600;
	color: #262626 !important;
}

.cause-content-wrap .posted-date a,
.cause-content-wrap .cats-links a {
	display: block;
	position: relative;
	margin-top: 6px;
	font-size: 11px;
	font-weight: 500;
	line-height: 1;
	color: #262626 !important;
}

.cause-content-wrap .posted-date a {
	padding-right: 14px;
	margin-right: 14px;
}

.cause-content-wrap .posted-date a::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 100%;
	background: #262626 !important;
}

.cause-content-wrap .entry-content {
	margin-top: 28px;
	margin-bottom: 0;
	font-size: 14px;
	color: #929191;
}

.cause-wrap .fund-raised {
	margin-top: 64px;
}

.fund-raised-details {
	font-size: 14px;
	color: #929191;
}

/*
# Home Causes
--------------------------------*/
.our-causes {
	position: relative;
	padding: 96px 0;
	background: url(/wp-content/uploads/2020/02/IMG_20191126_145420-min.jpg) no-repeat center;
	background-size: cover;
	z-index: 99;
}

.our-causes .swiper-container {
	width: 100%;
	overflow: hidden;
}

.our-causes .swiper-wrapper {
	display: flex;
	transition-property: transform;
}

.our-causes .swiper-slide {
	flex-shrink: 0;
	width: 100%;
	position: relative;
	transition-property: transform;
}

.our-causes::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: rgba(232,237,238,.8);
}

.our-causes .cause-wrap {
	margin-top: 60px;
}

.our-causes .cause-wrap figure {
	position: relative;
}
.our-causes .cause-wrap figure img {
	width: 100%;
	height: 205px;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: top left;
	object-position: top left;
}
@media screen and (max-width: 767px) {
	.our-causes .cause-wrap figure img {
		width: 100%;
		height: initial;
	}
}

@media only screen and (max-width: 1024px) and (min-width: 768px)  {
	.our-causes .cause-wrap figure img {
		width: 100%;
		height: initial;
	}
}

.our-causes .cause-wrap figure .figure-overlay {
	top: 0;
	left: 0;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	background: rgba(0,0,0,.7);
	transition: all .5s;
}

.our-causes .cause-wrap figure:hover .figure-overlay {
	opacity: 1;
	visibility: visible;
}

.our-causes .cause-content-wrap {
	padding: 32px;
	background: #fff;
	min-height: 216px;
	max-height: 100%;
}

.our-causes .cause-content-wrap .entry-content {
	margin-top: 20px;
	min-height: 125px;
}

.our-causes .cause-content-wrap .entry-footer a {
	display: block;
	margin-top: 10px;
	font-size: 14px;
	color: #3cad38;
	text-decoration: none;
}

.our-causes .cause-wrap .fund-raised {
	margin-top: 48px;
}

.our-causes .swiper-button-next,
.our-causes .swiper-button-prev {
	width: 70px;
	height: 70px;
	margin-top: -10px;
	border-radius: 50%;
	background: #ecf2f5; /* w3c */
	transition: all .35s;
}

.our-causes .swiper-button-next {
	right: -120px;
}

.our-causes .swiper-button-prev {
	left: -120px;
}

.our-causes .swiper-button-next span,
.our-causes .swiper-button-prev span {
	display: block;
	width: 36px;
	padding-top: 15px;
	margin: 0 auto;
}

.our-causes .swiper-button-next path,
.our-causes .swiper-button-prev path {
	fill: #925020;
}

.our-causes .swiper-button-next.swiper-button-disabled,
.our-causes .swiper-button-prev.swiper-button-disabled {
	opacity: 0;
}

@media screen and (max-width: 1400px){
	.our-causes .swiper-button-next {
		right: 0;
	}

	.our-causes .swiper-button-prev {
		left: 0;
	}
}

@media screen and (max-width: 576px){
	.our-causes .swiper-button-next,
	.our-causes .swiper-button-prev {
		display: none;
	}
}

/*
# Home Milestone
--------------------------------*/
.home-page-limestone {
	padding: 96px 0;
}

.home .our-causes .section-heading .entry-title {
	padding: 0 15px 24px 15px;
}

.home .our-causes .section-heading .entry-title::before {
	left: 15px																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																						;
}

.home-page-limestone .section-heading .entry-title {
	padding-bottom: 36px;
	line-height: 1.6;
}

.home-page-limestone .section-heading p {
	font-size: 14px;
	color: #595858;
}

/*--------------------------------------------------------------
# About Page
--------------------------------------------------------------*/
.single-page .page-header {
	position: relative;
	z-index: 99;
	padding-top: 100px;
	padding-bottom: 72px;
	background-size: cover !important;
}

.single-page .page-header::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.7);
}

.single-page .page-header h1 {
	position: relative;
	padding-bottom: 24px;
	font-size: 36px;
	font-weight: 600;
	color: #fff;
}

.single-page .page-header h1::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 64px;
	height: 4px;
	border-radius: 2px;
	background: #3cad38;
}

.about-page .page-header {
	background: url(/wp-content/uploads/2020/02/IMG_20191126_145420-min.jpg) no-repeat center;
}

.about-page .welcome-wrap {
	padding: 96px 0;
}

.about-page .welcome-content .entry-title {
	color: #262626;
}

@media screen and (max-width: 992px){
	.about-page .welcome-content .entry-title {
		margin-top: 60px;
	}
}

.about-page .welcome-content .entry-content {
	color: #929191;
}

.welcome-wrap .btn.orange-border:hover,
.welcome-wrap .btn.gradient-bg,
.welcome-wrap .btn.gradient-bg:active {
	border-color: transparent;
	background-image: linear-gradient(to right, #55c752 0%, #3cad38 51%, #55c752 100%) !important;
	color: #fff;
	padding: 18px 40px;
}

.about-page .welcome-wrap img {
	display: block;
	width: 100%;
}

.about-stats {
	padding: 96px 0;
	background: #262626;
}

.about-stats h2 {
	color: #fff;
	padding-bottom: 24px;
	text-align: center;
}

.about-stats .circular-progress-bar .circle strong,
.about-stats .circular-progress-bar .entry-title {
	color: #fff;
}

.about-testimonial .sp-testimonial-free:nth-of-type(1) {
	margin-bottom: 50px;
}

.about-testimonial {
	padding: 96px 0;
}

.testimonial-cont {
	margin-top: 96px;
}

.testimonial-cont,
.testimonial-cont p {
	position: relative;
}

.testimonial-cont::before {
	content: '“';
	position: absolute;
	top: 0;
	left: 0;
	width: 48px;
	height: 48px;
	font-size: 48px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-style: italic;
	line-height: 1;
	color: #ff5a00;
}

.testimonial-cont .entry-content {
	padding-top: 42px;
}

.testimonial-cont p {
	padding-bottom: 32px;
	font-size: 30px;
	font-weight: 600;
	line-height: 1.6;
	font-style: italic;
}

.testimonial-cont p::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 64px;
	height: 4px;
	border-radius: 2px;
	background: #ff5a00;
}

.testimonial-cont .entry-footer img {
	width: 64px;
	height: 64px;
	border-radius: 50%;
}

.testimonial-cont .entry-footer h4 {
	margin-left: 20px;
	font-size: 14px;
	font-weight: 600;
	color: #595858;
}

.testimonial-cont .entry-footer h4 span {
	color: #ff5a00;
}

.help-us {
	padding: 70px 0 96px;
	background: #3cad38;
}

.help-us h2 {
	margin-top: 36px;
	font-size: 36px;
	font-weight: 600;
	color: #fff;
}

.help-us .btn {
	margin-top: 36px;
}

.help-us .btn,
.help-us .btn:hover {
	border-color: none;
	background: none;
}



/*--------------------------------------------------------------
# Causes
--------------------------------------------------------------*/
.causes-page .home-page-welcome {
	margin-bottom: 96px;
}

.causes-page .cause-wrap {
	margin-top: 0;
	margin-bottom: 30px;
}

.causes-page .page-header {
	background: url(/wp-content/uploads/2020/02/Caps_Jkts_4.jpeg) no-repeat center;
}

.causes-page .featured-cause {
	padding-top: 96px;
	padding-bottom: 66px;
}

.causes-page .our-causes {
	position: relative;
	padding:  70px 0 96px;
	background: none;
}

.causes-page .our-causes .cause-wrap {
	margin-top: 36px;
}

.causes-page .our-causes::after {
	display: none;
}

.causes-page .our-causes .cause-content-wrap {
	border: 1px solid #e0e0e0;
	border-top: 0;
}

.causes-page .highlighted-cause {
	padding: 46px 0 96px;
	background: #262626;
}

.causes-page .highlighted-cause .entry-title {
	padding-right: 24px;
	margin-top: 60px;
	line-height: 1.6;
	color: #fff;
}

.causes-page .highlighted-cause .entry-title::before {
	display: none;
}

.causes-page .highlighted-cause .entry-content {
	font-size: 14px;
	line-height: 2;
	color: #edf3f5;
}

.causes-page .highlighted-cause img {
	width: 100%;
	margin-top: 60px;
}

@media screen and (max-width: 1200px) and (min-width: 992px) {
	.cause-wrap figure {
		width: 100%;
	}

	.featured-cause .cause-content-wrap {
		width: 100%;
		margin-top: 40px;
	}
}

@media screen and (max-width: 576px) {
	.cause-wrap figure {
		width: 100%;
	}

	.featured-cause .cause-content-wrap {
		width: 100%;
		margin-top: 40px;
	}
}

/*--------------------------------------------------------------
# Single Cause
--------------------------------------------------------------*/
.single-cause .page-header {
	background: url(images/single-cause-bg.jpg) no-repeat center;
}

.single-cause .highlighted-cause {
	padding: 46px 0 96px;
}

.single-cause .highlighted-cause .entry-title {
	padding-right: 24px;
	margin-top: 60px;
	line-height: 1.6;
}

.single-cause .highlighted-cause .entry-content {
	color: #929191;
}

.single-cause .highlighted-cause img {
	width: 100%;
	margin-top: 60px;
}

/*
# Short Content
--------------------------------*/
.short-content-wrap {
	padding-bottom: 96px;
}

.short-content .entry-title {
	font-size: 18px;
	font-weight: 500;
}

.short-content p {
	margin-top: 40px;
	font-size: 14px;
	color: #929191;
}

/*
# Donation Form
--------------------------------*/
.donation-form-wrap {
	padding: 96px 64px;
	margin-bottom: 96px;
	background: #edf3f5;
}

.donation-form-wrap h2 {
	font-size: 30px;
	font-weight: 500;
}

.donation-form-wrap h4 {
	font-size: 16px;
	font-weight: 500;
}

.donation-form .radio-label {
	display : block;
}

.donation-form .radio-label > input[type="radio"] {
	visibility: hidden;
	position: absolute;
}

.donation-form .radio-label > input + .donate-amount {
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	padding: 40px 30px;
	margin-right: 15px;
	border: 2px solid #e0e0e0;
	font-size: 30px;
	line-height: 1;
	font-weight: 500;
	background: #fff;
}

.donation-form .radio-label:nth-last-of-type(1) > input + .donate-amount {
	margin-right: 0;
}

.donation-form .radio-label > input:checked + .donate-amount {
	border-color: #ff5a00;
}

.donation-form .payment-type input[type="radio"] {
	visibility: hidden;
	position: absolute;
}

.donation-form .payment-type label {
	position: relative;
	margin-right: 40px;
	font-size: 14px;
	line-height: 1;
	color: #6a6a6a;
}

.donation-form .payment-type input[type="radio"] + .payment-type-radio {
	display: block;
	width: 18px;
	height: 18px;
	margin-right: 15px;
	border: 1px solid #e0e0e0;
	border-radius: 50%;
	background: #fff;
	cursor: pointer;
}

.donation-form .payment-type input[type="radio"] + .payment-type-radio + .centered-dot {
	visibility: hidden;
	display: block;
	position: absolute;
	left: 7px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #ff5e06;
}

.donation-form .payment-type input[type="radio"]:checked + .payment-type-radio {
	border-color: #ff5e06;
}


.donation-form .payment-type input[type="radio"]:checked + .payment-type-radio + .centered-dot {
	visibility: visible;
}

.billing-information input {
	width: calc(50% - 14px);
	padding: 12px 30px;
	margin-top: 28px;
	border: 1px solid #e0e0e0;
	font-size: 14px;
	line-height: 1;
}

.billing-information input::placeholder {
	color: #929191;
}

@media screen and (max-width: 768px){
	.billing-information input {
		width: 100%;
	}
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .page-header {
	background: url(/wp-content/uploads/2020/02/Caps_Jkts-1.jpeg) no-repeat center;
}
.portfolio-wrap {
	padding: 96px 0;
}

.portfolio-wrap .mt-48 {
	margin-top: 45px;
}

.portfolio-wrap .mt-72 {
	margin-top: 72px;
}

.portfolio-wrap .portfolio-item {
	display: none;
	margin-bottom: 30px;
}

.portfolio-wrap .portfolio-item.visible {
	display: block;
}

.portfolio-cont {
	margin-bottom: 20px;
}

.portfolio-cont img {
	width: 100%;
	height: 233px;
}

.portfolio-cont .entry-title {
	margin-top: 12px;
	font-size: 18px;
	font-weight: 500;
}

.portfolio-cont .entry-title a {
	color: #262626;
}

.portfolio-cont h4 {
	margin-top: 10px;
	font-size: 14px;
	font-weight: 500;
	color: #3cad38;
}

/*--------------------------------------------------------------
# News
--------------------------------------------------------------*/
.news-page .page-header {
	background: url("/wp-content/uploads/2020/02/Caps_Jkts-1.jpeg") no-repeat center;
}

.news-wrap {
	padding: 96px 0;
}


.news-content:nth-last-of-type(1) {
	margin-bottom: 0;
}


.news-content img {
	display: block;
	width: 100%;
	margin: 0;
	height: 376px;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: top left;
	object-position: top;
}

@media screen and (max-width: 768px){
	.news-content img {
		width: 100%;
	}
}

.news-content .entry-header {
	margin-top: 34px;
}

.news-content .entry-header .header-elements,
.news-content .donate-icon  {
	margin-top: 30px;
}

.news-content .entry-title {
	font-size: 24px;
	font-weight: 500;
}

.news-content .entry-title a {
	color: #262626 !important;
}

.news-content .posted-date {
	font-size: 14px;
	font-weight: 500;
	color: #3cad38;
}

.donate-icon a img {
	width: auto;
	height: auto;
}

.post-metas {
	font-size: 12px;
	line-height: 1;
	color: #929191;
}

.post-metas a {
	color: #929191 !important;
}

.post-metas > span {
	display: block;
	padding-right: 10px;
	margin-top: 6px;
	margin-right: 10px;
	border-right: 1px solid #929191;
}

.post-metas > span:nth-last-of-type(1) {
	border: 0;
	padding-right: 0;
	margin-right: 0;
}

.news-content .entry-content {
	margin-top: 32px;
	font-size: 14px;
	color: #929191;
}

.news-content .entry-footer {
	margin-bottom: 30px;
}

.news-content .entry-footer a {
	color: #3cad38;
}

/*--------------------------------------------------------------
# Pagination
--------------------------------------------------------------*/
.pagination {
	margin-top: 92px;
}

.pagination a {
	margin-right: 16px;
	font-size: 12px;
	font-weight: 500;
	line-height: 1;
	color: #262626;
	text-decoration: navajowhite;
}

.current {
	margin-right: 16px;
	font-size: 12px;
	font-weight: 500;
	line-height: 1;
	color: #3cad38;
	text-decoration: navajowhite;
}

.pagination a:hover,
.pagination .active a {
	color: #ff3900;
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
@media screen and (max-width: 992px){
	.sidebar {
		margin-top: 96px;
	}
}

.sidebar h2 {
	font-size: 18px;
	font-weight: 600;
}

/*
# Search
--------------------------------*/
.search-widget input[type="search"] {
	width: calc(100% - 76px);
	height: 52px;
	padding: 10px 20px;
	border: 1px solid #e0e0e0;
	font-size: 14px;
	outline: none;
}

.search-widget input[type="search"]::placeholder {
	color: #929191;
}

.search-widget button[type="submit"] {
	width: 75px;
	height: 54px;
	border: 0;
	margin-left: -5px;
	font-size: 14px;
	font-weight: 500;
	background: #ff5a00;
	color: #fff;
	cursor: pointer;
	outline: none;
}

/*
# Popular Posts
--------------------------------*/
/*.popular-posts {
	margin-top: 60px;
}
*/
.popular-posts ul {
	list-style: none;
	margin: 60px 0 0;
}

.popular-posts li {
	margin-bottom: 15px;
}

.popular-posts li:nth-last-of-type(1) {
	margin-bottom: 0;
}

.popular-posts figure, .popular-posts figure a, .popular-posts figure img {
	display: block;
	margin: 0;
	width: 72px;
	height: 72px;
}

.popular-posts figure {
	width: 72px;
}

.popular-posts .entry-content {
	width: calc(100% - 100px);
}

.popular-posts h3 {
	font-size: 14px;
	font-weight: 500;
}

.popular-posts h3 a {
	color: #262626;
}

.popular-posts .posted-date {
	font-size: 12px;
	color: #3cad38;
}

/*
# Upcoming Events
--------------------------------*/
.sidebar .upcoming-events {
	margin-top: 60px;
}

.sidebar .upcoming-events ul {
	list-style: none;
	margin: 60px 0 0;
}

.sidebar .upcoming-events li {
	margin-bottom: 32px;
}

.sidebar .upcoming-events li:nth-last-of-type(1) {
	margin-bottom: 0;
}

.sidebar .upcoming-events figure,
.sidebar .upcoming-events figure a ,
.sidebar .upcoming-events figure img {
	display: block;
	margin: 0;
	height: 106px;
	width: 106px;
}

.sidebar .upcoming-events figure {
	width: 140px;
	/*margin-right: 24px;*/
}

.sidebar .upcoming-events .entry-content {
	width: calc(100% - 140px);
}

.sidebar .upcoming-events h3 {
	margin-bottom: 0;
	font-size: 18px;
	font-weight: 500;
}

.sidebar .upcoming-events h3 a {
	color: #262626;
}

.sidebar .upcoming-events .post-metas {
	font-size: 11px;
	line-height: 1;
	color: #262626;
}

.sidebar .upcoming-events .post-metas a {
	color: #262626 !important;
}

.sidebar .upcoming-events .post-metas > span {
	display: block;
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px solid #262626;
}

.sidebar .upcoming-events .post-metas > span:nth-last-of-type(1) {
	border: 0;
	padding-right: 0;
	margin-right: 0;
}

.sidebar .upcoming-events p {
	margin-top: 16px;
	margin-bottom: 0;
	font-size: 14px;
	color: #929191;
}

/*
# Featured Cause
--------------------------------*/
.sidebar .featured-cause {
	margin-top: 60px;
}

.sidebar .featured-cause .cause-wrap {
	padding: 0;
	background: none;
}

.sidebar .featured-cause .featured-cause .cause-wrap figure {
	width: 100%;
}

.sidebar .cause-wrap figure img {
	display: block;
	width: 100%;
}

.sidebar .featured-cause .cause-content-wrap {
	width: 100%;
	padding: 32px;
	margin-top: 0;
	border: 1px solid #e0e0e0;
	border-top: 0;
}

/*--------------------------------------------------------------
# Contact Page
--------------------------------------------------------------*/
.contact-page .page-header {
	background: url(/wp-content/uploads/2020/02/Caps_Jkts_2.jpeg) no-repeat center;
}

.contact-page-wrap {
	padding: 0 0 96px;
}

.contact-page-wrap .entry-content {
	margin-top: 96px;
}

.contact-page-wrap .entry-content h2 {
	font-size: 24px;
	font-weight: 500;
}

.contact-page-wrap .entry-content p {
	margin-top: 20px;
	font-size: 14px;
	color: #929191;
}

.contact-page-wrap .entry-content ul.contact-social {
	padding: 20px 0 0;
	margin: 0;
	list-style: none;
}

.contact-page-wrap .entry-content ul.contact-social li {
	margin-right: 28px;
	margin-bottom: 8px;
	font-size: 14px;
}

.contact-page-wrap .entry-content ul.contact-social li a {
	color: #3cad38;
}

.contact-page-wrap .entry-content ul.contact-info {
	margin: 32px 0 0;
}

.contact-page-wrap .entry-content ul.contact-info li {
	display: flex;
	align-items: baseline;
	margin-bottom: 15px;
	font-size: 14px;
	color: #9b9a9a;
}

.contact-page-wrap .entry-content ul.contact-info .fa {
	width: 28px;
	margin-right: 10px;
	font-size: 18px;
	color: #3cad38;
	text-align: center;
}

.contact-form {
	padding: 35px 20px 55px;
	margin-top: 96px;
	background: #edf3f5;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea {
	width: 100%;
	padding: 12px 24px;
	margin-bottom: 18px;
	border: 1px solid #e0e0e0;
	font-size: 14px;
	line-height: 1;
}

.contact-form input[type="text"]:focus,
.contact-form input[type="email"]:focus,
.contact-form textarea:focus {
	outline: none;
}

.contact-form input[type="text"]::placeholder,
.contact-form input[type="email"]::placeholder,
.contact-form textarea::placeholder {
	color: #929191;
}

.contact-form span {
	display: block;
	margin-top: 16px;
	text-align: center;
}

.contact-form input[type="submit"] {
	cursor: pointer;
}

.contact-page .contact-gmap {
	margin-top: 92px;
}

.contact-page .contact-gmap iframe {
	display: block;
	width: 100%;
	height: 440px;
}
.wpcf7 input[type="submit"] {
	background-color: #3cad38;
}

form .btn.orange-border:hover,
form .btn.gradient-bg,
form .btn.gradient-bg:active {
	border-color: transparent;
	background-image: linear-gradient(to right, #55c752 0%, #3cad38 51%, #55c752 100%) !important;
	color: #fff;
	padding: 18px 40px;
}

/*--------------------------------------------------------------
# Contact Page
--------------------------------------------------------------*/
.elements-page .page-header {
	background: url(images/elements-bg.jpg) no-repeat center;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer-widgets {
	position: relative;
	padding: 96px 0 90px;
	font-weight: 500;
	color: #929191;
	background: url(https://kshemapath.org/wp-content/uploads/2020/02/Medtation2-1.jpeg) no-repeat center;
	background-size: cover;
	background-position: top;
	z-index: 99;
}

.footer-widgets::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 101%;
	background: rgba(232,237,238,.8);
}

.footer-widgets h2 {
	margin-bottom: 40px;
	font-size: 18px;
	color: #fff;
	color: #000;
}

.footer-widgets ul {
	padding: 12px 0 0;
	margin: 0;
	list-style: none;
}

.footer-widgets ul li {
	margin-bottom: 8px;
	font-size: 14px;
}

.footer-widgets ul li a {
	color: #000;
	text-decoration: none;
}

.footer-widgets ul li a:hover {
	color: #3cad38;
}

.foot-about p {
	font-size: 14px;
	line-height: 2;
	color: #000;
}

.foot-about img {
	height: 130px;
}

.foot-about ul li {
	margin-right: 28px;
}

.foot-about ul li a {
	color: #3cad38;
	font-size: 2em;
}

.foot-latest-news ul li {
	display: block;
	margin-bottom: 36px;
}

.foot-latest-news ul li h3 {
	font-size: 14px;
}

.foot-latest-news ul li .posted-date {
	font-size: 12px;
	color: #262626;
}

.foot-contact ul li {
	display: flex;
	align-items: baseline;
	margin-bottom: 15px;
}

.foot-contact ul li .fa {
	width: 28px;
	margin-right: 10px;
	font-size: 18px;
	text-align: center;
	color: #3cad38;
}

.foot-contact ul li span {
	width: calc(100% - 3px);
	color: #000;
}

/*
# Subscribe
--------------------------------*/
.subscribe-form {
	margin-top: 50px;
}

.subscribe-form input[type="email"] {
	width: calc(100% - 70px);
	padding: 12px 16px;
	border: 0;
	font-size: 12px;
	line-height: 1;
	background: #fff;
	color: #131212;
	outline: none;
}

.subscribe-form input[type="email"]::placeholder {
	color: #9b9a9a;
	font-style: italic;
}

.subscribe-form input[type="submit"] {
	width: 68px;
	padding: 13px 0 14px;
	border: 0;
	font-size: 12px;
	line-height: 1;
	text-transform: uppercase;
	background: #ff5a00;
	color: #fff;
	cursor: pointer;
	outline: none;
}

.footer-bar {
	padding: 30px 0;
	font-size: 12px;
	color: #7b7b7b;
	color: #fff;
	background: #925020;
	text-align: center;
}

/* Team page custom css */

.team-page, .blog-detail-page {
	background: url(/wp-content/uploads/2020/02/Caps_Jkts_2.jpeg) no-repeat center;
	background-position: top;
}

.team-page:after, .blog-detail-page:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.7);
}

.team-page h1, .blog-detail-page h1 {
	position: relative;
	padding-bottom: 24px;
	font-size: 36px;
	font-weight: 600;
	color: #fff;
}

.team-page h1:before, .blog-detail-page h1:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 64px;
	height: 4px;
	border-radius: 2px;
	background: #ff5a00;
}

.page-header {
	position: relative;
	z-index: 99;
	padding-top: 100px;
	padding-bottom: 72px;
	background-size: cover!important;
}

.team-section, .blog-detail--section {
	padding: 70px 0 96px;
}

.team-section .section-desc p {
	padding-top: 32px;
	font-size: 14px;
	color: #929191;
}

.team-section .entry-content {
	margin: 0;
}

h5 {
	color: #262626;
}

.team-pic-desc {
	margin-bottom: 3rem;
	display: flex;
}

@media screen and (max-width: 1000px) {
	.team-pic-desc {
		display: block;
	}
}

.team-mamber-img-content {
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
	padding: 0 15px;
}

@media screen and (max-width: 1000px) {
	.team-mamber-img-content {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

.section-field-image {
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
	padding: 0 15px;
}

@media screen and (max-width: 1000px) {
	.section-field-image {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

.team-pic-desc:nth-child(even) .team-mamber-img-content {
	order: 2;
}

/* Blog Detail page */

.blog-detail--section img {
	width: 100%;
}

.blog-detail--section .posted-date, .blog-detail--section .author {
	font-size: 14px;
	font-weight: 500;
	color: #ff5a00;
}

.blog-detail--section .entry-title {
	font-weight: 600;
	color: #262626;
}

.blog-detail--section .desc {
	padding-top: 32px;
	font-size: 14px;
	color: #929191;
}

.blog-detail--section .desc h3, .blog-page .news-content .entry-content h3 {
	font-size: 18px;
	color: #262626;
}

/* Blog Detail page two */

.blog-page .news-content .entry-title, .blog-page .news-content .author {
	color: #262626;
}

/* Team2 option page css */

.team-pic-desc .cause-content-wrap {
	width: 100%;
}

.team-pic-desc {
	margin-bottom: 3rem;
}

.team-pic-desc:nth-child {
	margin-bottom: 0;
}

/* Donate page css here  */ .single-page .donate { background:
url(/wp-content/uploads/2020/02/Caps_Jkts-1.jpeg) no-repeat center; } .donate
.bank-details { margin: auto; width: 650px; }


.sp-testimonial-free-wrapper {
	width:  80%;
	margin:  0 auto;
}
/*covid page css*/
.sp-testimonial-free-wrapper .slick-list .sp-testimonial-free-item {
	padding-left:  0;
}
.single-page .page-header h1,div {
    padding-left: 0;
}
.single-page .page-header div {
    padding-left: 0;
}
.single-page .count{
	color: white;
	font-weight: 600px;
}
.single-page .distribution{
	color: white;
	font-weight: 600px;
}
.covid-post{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.single-page .title{
	color: black;
}
.single-page .distribution::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 64px;
    height: 4px;
    border-radius: 2px;
    background: #3cad38;
}
.single-page li{
	list-style: none;
}
.covid-main-section{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.single-page .show{
	font-size: 15px;
    font-weight: 600;
    width: auto;
    height: 42px;
    line-height: 42px;
    background: #ed7070;
    color: #fff;
    border: none;
    border-radius: 4px;
    margin: 0 0 4px;
    padding: 0 20px;
    cursor: pointer;
}
.youtube_videos{
	width: 600px !important;
	height: 300px;
}
.youtube-video-links {
    margin: 0 30%;
}
.channel-link{
	text-align: center;
}
.site-navigation ul li:last-child{
	padding:45px 0 26px !important;
}
.site-navigation ul li:last-child a {
    margin-top: 0;
    padding: 12px !important;
    box-shadow: 0 0 6px 0 rgb(156 51 83 / 20%);
    width: 223px;
    text-align: center;
    border-radius: 70px;
    background-color: #3cad38;
    color: white !important;
}
.site-navigation ul li:last-child a:hover {
     border-bottom: 0px solid #3cad38 !important; 
    color: white !important;
}
.site-navigation ul li.current-menu-item:last-child a {
	border-bottom: 0px solid #3cad38 !important; 
}
@media only screen and (max-width: 600px) {
	.single-page .page-header h1.col-7 {
    max-width: 100%;
    margin: 0 0 0 30px;
    font-size: 30px;
}	
.single-page .page-header .row {
    display: inline-block;
}
.single-page .page-header .col-2 {
    display: inline-block;
    max-width: 35%;
    margin-left: 30px;
}
.single-page .page-header .col-3 {
    display: inline-block;
    max-width: 55%;
}
.donate .bank-details {
    width: unset;
}
.single-page .page-header .row .col-12 h1{
	margin-left: 30px;
}
}

/* ==========================================
   Font Families - Match original site
   ========================================== */
body, .entry-content, p, span, div {
    font-family: 'Roboto', sans-serif;
}

h1, h2, h3, h4, h5, h6, .elementor-heading-title {
    font-family: 'Roboto Slab', serif;
}

/* ==========================================
   Elementor Gallery Navigation - Fix "Previous/Next" text
   ========================================== */

/* Hide plain text "Previous" / "Next" from Elementor Slides widget */
.elementor-slides .swiper-slide .elementor-slides-wrapper__content p {
    display: none !important;
}

.elementor-slides .swiper-button-prev,
.elementor-slides .swiper-button-next {
    color: #fff;
    background: rgba(0,0,0,0.5);
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.elementor-slides .swiper-button-prev::after,
.elementor-slides .swiper-button-next::after {
    font-size: 18px;
}

/* Hide "Previous" and "Next" text inside arrow buttons */
.elementor-slides .swiper-button-prev span,
.elementor-slides .swiper-button-next span {
    display: none !important;
}

.elementor-slides .swiper-pagination-bullet {
    background: #fff;
}

.elementor-slides .swiper-pagination-bullet-active {
    background: #cd2653;
}

/* COVID Relief page: hide plain "Previous/Next" text near slides */
.single-page .entry-content p:empty,
.single-page .entry-content p br:only-child {
    display: none;
}

/* Catch any stray visible text from Elementor slides widgets */
.elementor-widget-slides .swiper-slide-content p,
.elementor-widget-slides .elementor-slides-wrapper__content p {
    display: none !important;
}

/* ==========================================
   COVID Relief Page - Complete Redesign
   ========================================== */

.covid-page-wrapper {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 15px;
}

/* Hero Banner */
.covid-hero {
    position: relative;
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 40px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

.covid-hero img {
    width: 100%;
    height: auto;
    display: block;
}

.covid-hero-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 40px 30px 30px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
}

.covid-hero-overlay h1 {
    color: #fff;
    font-family: 'Roboto Slab', serif;
    font-size: 2.2rem;
    margin: 0;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

/* Quote Section */
.covid-quote-section {
    text-align: center;
    padding: 40px 20px;
    margin-bottom: 30px;
    background: linear-gradient(135deg, #fdf2f5 0%, #fff 100%);
    border-radius: 16px;
    border: 1px solid rgba(205, 38, 83, 0.1);
}

.covid-quote-section h2 {
    font-family: 'Roboto Slab', serif;
    font-size: 2rem;
    color: #cd2653;
    margin: 0 0 12px;
    font-style: italic;
}

.covid-subtitle {
    font-size: 1.05rem;
    color: #555;
    margin: 0 0 25px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.covid-btn-primary {
    display: inline-block;
    background: linear-gradient(135deg, #cd2653, #a01e42);
    color: #fff;
    padding: 14px 36px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    box-shadow: 0 6px 20px rgba(205, 38, 83, 0.35);
    transition: all 0.3s ease;
}

.covid-btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(205, 38, 83, 0.5);
    color: #fff;
}

.covid-btn-secondary {
    display: inline-block;
    background: transparent;
    color: #cd2653;
    padding: 12px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    border: 2px solid #cd2653;
    transition: all 0.3s ease;
    margin-top: 20px;
}

.covid-btn-secondary:hover {
    background: #cd2653;
    color: #fff;
    transform: translateY(-2px);
}

/* Description */
.covid-description {
    max-width: 800px;
    margin: 0 auto 40px;
    text-align: center;
}

.covid-description p {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #444;
    margin-bottom: 15px;
}

/* Gallery Section */
.covid-gallery-section {
    margin-bottom: 50px;
}

.covid-gallery-section h3 {
    text-align: center;
    font-family: 'Roboto Slab', serif;
    font-size: 1.8rem;
    color: #333;
    margin-bottom: 30px;
    position: relative;
}

.covid-gallery-section h3::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: #cd2653;
    margin: 12px auto 0;
    border-radius: 2px;
}

/* Gallery Grid - 3 cards per row */
.covid-gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

/* Link reset */
.covid-gallery-link {
    display: block;
    text-decoration: none;
    color: inherit;
    outline: none;
}

.covid-gallery-card {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    cursor: pointer;
    aspect-ratio: 1 / 1;
    border: 3px solid #fff;
}

.covid-gallery-link:hover .covid-gallery-card {
    transform: translateY(-10px) scale(1.03);
    box-shadow: 0 20px 50px rgba(205, 38, 83, 0.25);
    border-color: #cd2653;
    z-index: 10;
}

.covid-gallery-card-img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.covid-gallery-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease, filter 0.5s ease;
}

.covid-gallery-link:hover .covid-gallery-card-img img {
    transform: scale(1.8);
    filter: brightness(1.08) saturate(1.1);
}

/* Pink gradient overlay */
.covid-gallery-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
    background: linear-gradient(to top, rgba(205, 38, 83, 0.75), transparent);
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
}

.covid-gallery-link:hover .covid-gallery-card::after {
    opacity: 1;
}

/* Video Section */
.covid-video-section {
    text-align: center;
    margin-bottom: 50px;
}

.covid-video-section h3 {
    font-family: 'Roboto Slab', serif;
    font-size: 1.8rem;
    color: #333;
    margin-bottom: 25px;
    position: relative;
}

.covid-video-section h3::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: #cd2653;
    margin: 12px auto 0;
    border-radius: 2px;
}

.covid-video-wrapper {
    max-width: 700px;
    margin: 0 auto;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.covid-video-wrapper iframe {
    width: 100%;
    height: 400px;
    display: block;
}

/* Donation Section */
.covid-donation-section {
    background: linear-gradient(135deg, #fdf2f5 0%, #fff5f7 100%);
    border-radius: 16px;
    padding: 40px 30px;
    margin-bottom: 40px;
    border: 1px solid rgba(205, 38, 83, 0.1);
}

.covid-donation-section h3 {
    text-align: center;
    font-family: 'Roboto Slab', serif;
    font-size: 1.6rem;
    color: #cd2653;
    margin: 0 0 30px;
}

.covid-donation-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    max-width: 800px;
    margin: 0 auto;
}

.covid-donation-card {
    background: #fff;
    border-radius: 14px;
    padding: 25px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    border: 1px solid #f0e0e5;
}

.covid-donation-card h4 {
    font-family: 'Roboto Slab', serif;
    color: #cd2653;
    margin: 0 0 18px;
    font-size: 1.1rem;
    border-bottom: 2px solid #fce4ec;
    padding-bottom: 10px;
}

.covid-bank-table {
    width: 100%;
    border-collapse: collapse;
}

.covid-bank-table td {
    padding: 8px 0;
    font-size: 0.95rem;
    border-bottom: 1px solid #f5f5f5;
}

.covid-bank-table td:first-child {
    font-weight: 600;
    color: #555;
    width: 45%;
}

.covid-bank-table td:last-child {
    color: #333;
}

.covid-payment-list {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}

.covid-payment-list li {
    padding: 8px 12px;
    margin-bottom: 6px;
    background: #fce4ec;
    border-radius: 8px;
    font-size: 0.95rem;
    color: #333;
    text-align: center;
    font-weight: 500;
}

/* Responsive */
@media (max-width: 768px) {
    .covid-hero-overlay h1 {
        font-size: 1.6rem;
    }
    .covid-quote-section h2 {
        font-size: 1.5rem;
    }
    .covid-gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
    .covid-donation-grid {
        grid-template-columns: 1fr;
    }
    .covid-video-wrapper iframe {
        height: 250px;
    }
}

@media (max-width: 480px) {
    .covid-gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }
    .covid-gallery-link:hover .covid-gallery-card-img img {
        transform: scale(1.5);
    }
    .covid-btn-primary {
        padding: 12px 28px;
        font-size: 0.9rem;
    }
}
