.btn:hover {
	color: #d67059 !important;
	background-color: white!important;
	border-color: transparent;
	transition: 0.2sec;
}
.community-div{
	
	padding: 40px;
	/* background-image: linear-gradient(89deg, #000000c9 5%, rgb(0 0 0 / 32%) 95%); */
	background-image: linear-gradient(313deg, #000000a8 5%, rgb(0 0 0 / 77%) 77%);
	overflow: hidden; 
	background-size: cover;
	background-repeat: no-repeat; 
	background-position: center;
}
.community-div2{
	
	padding: 40px;
	background-image: linear-gradient(89deg, #000000c9 5%, rgb(0 0 0 / 32%) 95%);
	/* background-image: linear-gradient(360deg, #000000b0 5%, rgb(0 0 0 / 77%) 77%); */
	overflow: hidden; 
	background-size: cover;
	background-repeat: no-repeat; 
	background-position: center;
}

.card-header{
	background-color:var(--headerFooter)!important;
	padding: 8px 0px 8px 0px;
	color: var(--theme-heading-color) !important;
	font-size: 25px!important;
}
.title{
	color: var(--theme-heading-color)!important;
	font-weight: 600!important;
/*	line-height: 56px!important;*/
}
.title2{
	color: white!important;
	/* font-weight: 600!important; */
	/* font-size: 40px; */
	/* font-size: 2rem; */
/*	line-height: 56px!important;*/
}
.btn-outline-light{
	border-radius: 0px!important;
	background-color: var(--theme-heading-color)!important;
	color: white;
	border: 0px!important;
	padding: 11px 29px!important;
}
.community a:hover {
	background-color: #C2542D!important;
	color: white!important;
}
.flash-news-img{

}
.in-page-btn{
	color: #fff;  
	border-color:  #fff!important; 
	background-color: var(--universal-bg); 
	border-radius: 25px;
	box-shadow: 1px 1px 10px #7e455561;
	padding: 10px 16px;
}

.in-page-btn3{
	color: #fff;  
	border-color:  #fff!important; 
	background-color: var(--main-color-new-theme) !important; 
	border-radius: 25px;box-shadow: 1px 1px 10px #7e455561;
	padding: 7px 24px;
}
/* .in-page-btn2{
	color: var(--theme-heading-color);  
	border-color:  var(--theme-heading-color)!important; 
	background-color: #fff !important; 
	border-radius: 25px;
	box-shadow: 1px 1px 10px #b22f2fbb;
	padding: 7px 24px;
} */
.in-page-btn2{
	color: white;  
	border-color:  transparent; 
	/* background-color: #d67059 !important;  */
	background-color: #53241b !important;
	border-radius: 30px;
	padding: 7px 24px;
	font-weight: bold;
}
.in-page-btn2:hover{
	background-color: #6b3024 !important;
	color: white !important;
}

.hs-responsive-embed-youtube {
	position: relative;
	padding-bottom: 25px;
	padding-top: 25px;
}


.ViewAllEventBtn:hover{
	border-radius: 0px!important;
	word-break: keep-all!important;
	background: #642318!important;
	text-shadow: 1px 1px 10px black!important;
}

.change-bgcolor:hover{
	transition: all .3s!important;
	font-size: 15px;
	text-shadow: 1px 1px 10px #f4ff4e;
}
.card-home-header{
	/* background: linear-gradient(to right, rgb(227 149 100), rgb(232, 211, 198)) !important; */
	background: linear-gradient(to right, rgb(241 181 60), rgb(241 199 118)) !important;
	padding: 11px;
	font-weight: 700!important; 	
	/* text-shadow: 1px 0px 0px #ff2c00; */
}
.donate-btn {
	background-color: #ff6a00;
	border: none;
	color: #fff;
	padding: 10px 30px;
	font-size: 18px;
	font-weight: bold;
	border-radius: 5px;
	transition: background-color 0.3s ease;
}
.donate-btn:hover {
	background-color: #e65c00;
}

.temple-improvements-heading{
	display: flex!important; 
	justify-content: center; 
	align-content: space-between; 
	flex-direction: column;
}

.temple-improvements-btn{
	margin-right: auto;
	text-transform: uppercase; 
	fill: #131313; color: #131313; 
	background-color: #EFA35C; 
	border-radius: 10px!important; 
	padding: 10px 31px 10px 31px; 
	font-size: 100%; 
	-ms-word-wrap: break-word; 
	word-wrap: break-word;
}

.temple-improvements-subheading{
	color: #FFFFFF; 
	font-weight: 400; 
}

.temple-improvements-p{
	color: #fbba76!important;
	font-weight: 700; 
	text-transform: capitalize; 
	line-height: 51px!important;
	font-size: 20px!important;
}
.centered {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 25px;
	transform: translate(-50%, -50%);
	color: white!important;
}
.community-sec-desc {
	color:#edeaea;
	font-weight: 400;
	font-size: 20px!important;
	line-height: 1.5;
}