/*****************************************************
******************** COMMON CSS ********************
****************************************************/
@font-face
{
	font-family:HelveticaNeue-Bold;
	src: local('HelveticaNeue-Bold'), url('fonts/HelveticaNeueBold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face
{
	font-family:HelveticaNeue-Medium;
	src: local('HelveticaNeue-Medium'), url('fonts/HelveticaNeueMedium.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face
{
	font-family:HelveticaNeue-Regular;
	src: local('HelveticaNeue-Regular'), url('fonts/HelveticaNeue.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face
{
	font-family:NotoSansGujarati-Regular;
	src: local('NotoSansGujarati-Regular'), url('fonts/NotoSansGujarati-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face
{
	font-family:NotoSansGujarati-Medium;
	src: local('NotoSansGujarati-Medium'), url('fonts/NotoSansGujarati-Medium.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

body
{
	position: relative;
	background-color: #f5f5f5;
	overflow-x: hidden;
}
body.languageENG
{
    font-family:HelveticaNeue-Regular;
}
body.languageGUJ, body.languageGUJ .webpageContent ol li, body.languageGUJ .webpageContent ul li
{
    font-family:NotoSansGujarati-Regular !important;
}
body.languageGUJ .card-title, body.languageGUJ .projectsCard h3, body.languageGUJ .font-helvetica-bold, body.languageGUJ .service-card h3, body.languageGUJ .homeDonateSec h2 span, body.languageGUJ .navbar .nav-item .nav-link, body.languageGUJ .navbar .nav-item.dropdown .dropdown-item, body.languageGUJ .font-helvetica-medium
{
    font-family:NotoSansGujarati-Medium !important;   
}
body::-webkit-scrollbar
{
	width:6px;
}
body::-webkit-scrollbar-track
{
	background:#fff;
}
body::-webkit-scrollbar-thumb
{
	background:#c51425;
}
.container
{
	max-width: 1240px;
}
a,button,.btn
{
	text-decoration: none;
	-webkit-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
}
a:hover,a:focus, button:hover,button:focus, .btn:hover, .btn:focus
{
	outline:none;
	box-shadow: none;
	text-decoration: none;
	-webkit-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
}
p
{
	font-size: 18px;
	color: #525252;
	line-height: 28px;
}
.font-16
{
	font-size: 16px;
}
.font-18
{
	font-size: 18px;
}
.font-22
{
	font-size: 22px;
}
.font-24
{
	font-size: 24px;
}
.font-32
{
	font-size: 32px;
}
.font-40
{
	font-size: 40px;
}
.font-50
{
	font-size: 50px;
}
.font-helvetica-bold
{
	font-family:HelveticaNeue-Bold;
}
.font-helvetica-medium
{
	font-family:HelveticaNeue-Medium;
}
.font-helvetica-regular
{
	font-family:HelveticaNeue-Regular;
}
.NotoSansGujarati-Regular
{
	font-family:NotoSansGujarati-Regular;
}
.bg-cardinal
{
	background-color: #c72433;
	border:1px solid #c72433;
}
.bg-philippine-green
{
	background-color: #008d44;
	border:1px solid #008d44;
}
.bg-royal-orange
{
	background-color: #eb9948;
	border:1px solid #eb9948;
}
.bg-portland-orange
{
	background-color: #c72433;
	border:1px solid #c72433;
}
.bg-cardinal
{
	background-color: #c72433;
	border:1px solid #c72433;
}
.bg-usafa-blue
{
	background-color: #00509e;
	border:1px solid #00509e;
}

.bg-cardinal img
{
	border:1px solid #c72433;
	border-radius: 50%;
}
.bg-philippine-green img
{
	border:1px solid #008d44;
	border-radius: 50%;
}
.bg-usafa-blue img
{
	border:1px solid #00509e;
	border-radius: 50%;
}
.bg-royal-orange img
{
	border:1px solid #eb9948;
	border-radius: 50%;
}
.bg-portland-orange img
{
	border:1px solid #c72433;
	border-radius: 50%;
}
.bg-light-yellow
{
	background-color: #fffef0;
}
.bg-floral-white
{
	background-color: #FFF8F5;
}
.bg-Firebrick
{
	background-color: #B72221;
}
.color-Firebrick
{
	color: #B72221 !important;
}
.color-philippine-green
{
	color: #008d44 !important;
}
.ptb-50
{
	padding-top: 50px;
	padding-bottom: 50px;
}
.ptb-80
{
	padding-top: 80px;
	padding-bottom: 80px;
}
.btn-vuf
{
	background-color: #088738;
	border: 1px solid #088738;
	font-size: 18px;
	color: #ffffff;
	padding: 8px 20px;
	border-radius: 10px;
}
.btn-vuf:hover, .btn-vuf:focus
{
	background-color: transparent;
	border: 1px solid #088738;
	color: #088738;
}
 /* ********************************************************************
 ****************************** OTHER CSS ******************************
 ******************************************************************** */
nav.navbar
{
	background-image: url(images/navbar-bg.png);
	background-size: auto;
	background-color: #ffffff;
	padding-top: 30px;
	padding-bottom: 20px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
nav.navbar::before
{
	content: '';
	background-image: url(images/top-menu-border-1.png);
	width: 100%;
	height: 30px;
	position: absolute;
	background-repeat: repeat-x;
	top: 0;
	left: 0;
	right: 0;
}
.navbar .nav-item .nav-link
{
	position: relative;
    font-family: HelveticaNeue-Medium;
    font-size: 16px;
    color: #525252;
    padding: 10px 16px;
    text-transform: uppercase;
}
.navbar .nav-item .nav-link:hover, .navbar .nav-item .nav-link:focus, .navbar .nav-item .nav-link.active
{
	background-color: transparent;
	color:#ED1D24;
}
.navbar .bottom-navbar .nav-item .nav-link:before
{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	width: 90%;
	height: 2px;
	background: #ED1D24;
	transform: scaleX(0);
	transition: transform .5s ease;
	margin: 0 auto;
}
.navbar .bottom-navbar .nav-item .nav-link:hover:before, .navbar .nav-item .nav-link.active:before
{
    transform: scaleX(1);
}
.navbar .nav-item.dropdown .dropdown-menu
{
	border: 0;
	border-bottom: 4px solid #c51425;
	border-radius: 0;
	padding-left: 0px;
	padding-right: 0px;
	-webkit-animation-name: slideOut;
	animation-name: slideOut;
	animation-duration: 0.4s;
	animation-fill-mode: both;
}
.submenu .dropdown-toggle::after
{
	right: 8px;
}
.dropdown:hover .dropdown-menu
{
	/* display: block !important; */
	-webkit-animation-name: slideIn;
	animation-name: slideIn !important;
	animation-duration: 0.4s;
	animation-fill-mode: both;
}
@keyframes slideIn
{
	0%
	{
		transform: translateY(-1rem);
		opacity: 0;
	}
	100%
	{
		transform: translateY(0rem);
		opacity: 1;
	}
}

@keyframes slideOut
{
	0%
	{
		transform: translateY(0);
		opacity: 1;
	}
	100%
	{
		transform: translateY(-1rem);
		opacity: 0;
		display: none;
	}
}

.navbar .nav-item.dropdown .dropdown-item
{
	font-family: HelveticaNeue-Medium;
	font-size: 16px;
	color: #525252;
	padding: 6px 15px;
}
.navbar .nav-item.dropdown .dropdown-item:hover, .navbar .nav-item.dropdown .dropdown-item:focus, .navbar .nav-item.dropdown .dropdown-item.active
{
	background-color: transparent;
	color:#ED1D24
}
.navbar .navbar-nav .nav-item .dropdown-menu .secondMenu
{
	list-style-type: none;
}
.dropdown-toggle::after
{
	content: "\f078";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	position: absolute;
	font-size: 10px;
	right: 0;
	top: 14px;
	border: none;
}
.navbar .navbar-nav .nav-item .dropdown-menu .secondMenu li a
{
	position: relative;
}
.navbar .navbar-nav .nav-item .dropdown-menu .secondMenu li a::before
{
	content: "\f068";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	position: absolute;
	font-size: 11px;
	left: -2px;
	top: 10px;
}
body.scrolled .navbar
{
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 9;
	padding: 5px 0;
	background-color: #fff !important;
	box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3);
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
body.scrolled .navbar .top-navbar
{
	display: none;
	-webkit-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
}
body.scrolled .navbar .navbar-brand img
{
	width: 70%;
	-webkit-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
}
body.scrolled nav.navbar::before
{
	background-size: 1% 30%;
	-webkit-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
}
.navbar-toggler:focus
{
	box-shadow: none;
}
.navbar-toggler .fas
{
	font-size: 36px;
	color: #ED1D24;
}
.navbar-expand-lg .offcanvas-body
{
	display: flex;
	justify-content: flex-end;
}
.offcanvas-header .btn-close
{
	color: #ED1D24 !important;
	font-size: 30px;
	opacity: 1;
	line-height: 1;
	background: none;
}
.offcanvas
{
	width: 70%;
	border-left: 4px solid #ED1D24;
}
.offcanvas-title
{
	font-size: 22px;
	color: #ED1D24;
}

.btn-donation
{
	background-color: #c51224;
	border: 1px solid #c51224;
	color: #ffffff !important;
	border-radius: 5px;
}
.btn-donation:hover, .btn-donation:focus
{
	background-color: transparent;
	color: #c51224 !important;
}
.navbar .top-navbar
{
	margin-bottom: 20px;
	display: flex;
	align-items: center;
}
.navbar .top-navbar .nav-item .nav-link
{
	width: 30px;
	color: #ffffff;
	border-radius: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 5px;
}
.navbar .top-navbar .nav-item.lang-icon select
{
	width: 130px;
	border: 1px solid #ED1D24;
	margin-left: 20px;
}
.bg-facebook
{
	background-color: #0165E1 !important;
}
.bg-twitter
{
	background-color: #1D9BF0 !important;
}
.bg-whatsapp
{
	background-color: #25D366 !important;
}
.bg-instagram
{
	background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
}
.bg-youtube
{
	background-color: #FF0000 !important;
}
.bg-calendar
{
	background-color: #34A85F !important;
}
.carousel-indicators [data-bs-target]
{
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #fff;
	opacity: 1;
	border:1px solid transparent;
	-webkit-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
}
.carousel-indicators .active {
    background-color: transparent;
    width: 40px;
    border: 1px solid #ED1D24;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}

.carousel-indicators .active::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #ED1D24;
    animation: fillAnimation 5s linear forwards;
}
.carousel:hover .carousel-indicators .active::before {
    animation-play-state: paused;
}
.carousel:not(:hover) .carousel-indicators .active::before {
    animation-play-state: running;
}
@keyframes fillAnimation {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

.service-card
{
	padding: 20px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	flex-direction: column;
	-webkit-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
}
.service-link:hover .service-card, .service-link:focus .service-card
{
	background-color: transparent;
}
.service-link:hover .service-card h3, .service-link:focus .service-card h3
{
	color: #212526;
	-webkit-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
}
.serviceCardWidth
{
	width: 20%;
}
.service-card img
{
	margin-bottom: 10px;
}
.service-card h3
{
	/*font-family:HelveticaNeue-Bold;*/
	color: #ffffff;
	font-size: 20px;
	text-transform: uppercase;
	-webkit-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
}
.homeAboutSec
{
	background-color: #ffffff;
	background-size: cover;
	background-position: top left;
	background-repeat: no-repeat;
}
.eventCard
{
	margin-bottom: 20px;
}
.eventCard .card-body
{
	padding: 20px;
	min-height: 230px;
}
.eventCard .card-body .card-title
{
	font-family:HelveticaNeue-Bold;
	font-size: 18px;
	-webkit-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}
.eventCard .card-body .card-text
{
	font-size: 16px;
	color: #3F3E3E;
	line-height: 1.5;
}
.eventCard .card-body .card-date, .event-date
{
	font-size: 16px;
	color: #088738;
	line-height: 1.5;
}
.trustyNoteSec
{
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;	
}
.trustyNoteSec .card
{
	position: relative;
	border: none;
	background-image: url(images/trusty-card-background.png);
	background-size: auto;
	background-position: bottom center;
	background-repeat: repeat-x;
}
.trustyNoteSec .card .card-body
{
	padding: 50px;
	display: flex;
	align-items: flex-start;
}
.trustyNoteSec .card .card-body img
{
	border-radius: 5px;
}
.trustyNoteSec .card .card-body .card-content
{
	margin-left: 40px;
}


.projectsCard
{
	position: relative;
	background-color: transparent;
	overflow-y: hidden;
	margin-bottom: 20px;
	border: none;
	border-radius: 10px;
	height: 260px;
	cursor: pointer;
	box-shadow: none;
}
.projectsCard img
{
	width: 100%;
	height: auto;
	display: block;
}
.projectsCard .item__overlay
{
	display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    transition: transform 300ms;
    background-color: rgb(0 0 0 / 10%);
    transform: translate3d(0, calc(100% - 90px), 0);
    align-items: center;
}
.projectsCard h3
{
	font-family:HelveticaNeue-Bold;
	font-size: 20px;
	width: 100%;
	text-align: center;
	margin: 0;
	display: block;
	background-color: rgb(0 88 166 / 10%);
	color: #fff;
	padding: 15px 30px;
	min-height: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	overflow: hidden;
	-webkit-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}
.projectsCard .item__body
{
	flex-grow: 1;
	padding: 1rem;
	width: 100%;
}
.projectsCard .item__body p
{
	margin: 0;
	color: #ffffff;
}
.projectsCard:hover .item__overlay, .projectsCard:focus .item__overlay
{
	transform: translate3d(0, 0, 0);
	align-items: flex-start;
	text-align: center;
	background-color: rgb(0 0 0 / 50%);
}
.projectsCard:hover ~ .item__overlay h3, .projectsCard:focus ~ .item__overlay h3
{
	display: block;
	padding-top: 30px;
	padding-right: 15px;
	padding-left: 15px;
	text-align: center;
	-webkit-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}
.projectsCard .rating i
{
	font-size: 20px;
	color: #fe7a1b;
}
.btn-read-more
{
	font-size: 18px;
	color: #ffffff;
}
.btn-read-more:hover, .btn-read-more:focus
{
	color: #B72221;
}
.owl-theme .owl-dots
{
	margin-top: 10px;
}
.owl-theme .owl-dots .owl-dot span
{
	margin: 5px 3px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span
{
	background: #B72221;
}
.activityCard
{
	background-color: transparent;
	border: none;
	position: relative;
	cursor: pointer;
}
.activityCard .card-img-top
{
    width: 100%;
    object-fit: contain;
}
.activityCard .card-box
{
    width: 100px;
    height: 100px;
    margin: 0 auto;
    padding: 10px;
    position: relative;
    top: 50px;
    background-color: #ffffff;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #DECDC3;
}
.activityCard .card-body
{
	border-radius: 10px;
    padding: 70px 20px 30px;
	min-height: 280px;
	text-align: center;
	border: 1px solid #DECDC3;
	box-shadow: none;
	-webkit-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
}
.activityCard .card-body h3
{
	font-family:HelveticaNeue-Bold;
	font-size: 22px;
	color: #000000;
	min-height: 60px;
}
.activityCard .card-body p
{
	font-size: 16px;
	line-height: 1.3;
	color: #333333;
}
.navigation-activity-card
{
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 20px;
	
}
.activity-link:hover .activityCard .card-body, .activity-link:focus .activityCard .card-body
{
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
	-webkit-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
}
.homeDonateSec
{
	background-color: #B72221;
	position: relative;
	overflow: hidden;
}
.homeDonateSec h2
{
	font-family:HelveticaNeue-Bold;
	color: #ffffff;
	font-size: 40px;
	line-height: 60px;
	letter-spacing: 2.5px;
	margin-bottom: 40px;
}
.homeDonateSec .donateText
{
	padding: 28px 50px;
}
.homeDonateSec h2 span
{
	font-size: 50px;	
}
.btn-donate
{
	background-color: #088738;
	border: 1px solid #088738;
	font-family:HelveticaNeue-Bold;
	font-size: 28px;
	color: #ffffff;
	padding: 8px 20px;
	border-radius: 10px;
}
.btn-donate i
{
	font-size: 30px;
	margin-right: 20px;
}
.btn-donate:hover, .btn-donate:focus
{
	border: 1px solid #088738;
	background-color: transparent;	
	color: #ffffff;
}
.homeDonateSec .donateCarousel
{
	position: absolute;
	top: 0;
	bottom: 0;
	right: -15px;
}
.homeDonateSec .donateCarousel .owl-dots
{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.magazine-card
{
	margin-bottom: 20px;
}
.magazine-card .card-body
{
	padding: 20px;
	min-height: 145px;
}
.magazine-card .card-body .card-title
{
	font-family:HelveticaNeue-Bold;
	font-size: 18px;
}
.magazine-card .card-body .card-text
{
	font-size: 16px;
	color: #3F3E3E;
	line-height: 1.5;
}
.magazine-card .card-body .card-date
{
	font-size: 16px;
	color: #088738;
	line-height: 1.5;
}
.magazine-card .card-body .btn-read-more
{
	color: #B72221;
	font-size: 16px;
	padding: 0;
}
.magazine-card .card-body .btn-read-more:hover, .magazine-card .card-body .btn-read-more:focus
{
	letter-spacing: 1px;
}

.owl-theme .owl-nav
{
	position: absolute;
	top: 40%;
	width: 100%;
	z-index: -1;
}
.owl-theme .owl-nav button
{
	border: 1px solid #AEAEAE !important;
	color: #AEAEAE !important;
}
.owl-theme .owl-nav button.owl-prev
{
	float: left;
	position: relative;
	left: -40px;
	padding: 3px 7px !important;
	line-height: 1;
	height: 25px;
	width: 25px;
	display: flex;
	align-items: center;
}
.owl-theme .owl-nav button.owl-next
{
	float: right;
	position: relative;
	right: -40px;
	padding: 3px 7px !important;
	line-height: 1;
	height: 25px;
	width: 25px;
	display: flex;
	align-items: center;
}
.owl-theme .owl-nav button .fa-solid
{
	font-size: 14px;
}
.owl-theme .owl-nav [class*=owl-]:hover
{
	background: #AEAEAE !important;
	color: #FFF !important;
	text-decoration: none;
}
.newsletterSec
{
	background-color: #f0efed;
}
.form-control
{
	font-size: 18px;
	min-height: 50px;
	border-radius: 6px;
	border: 1px solid #AEAEAE;
	background: #FFF;
}
.btn-outline-secondary
{
	font-size: 18px;
	background-color: #088738;
	color: #ffffff;
}
.btn-outline-secondary:hover, .btn-outline-secondary:focus
{
	background-color: transparent;
	color: #088738;
}
.newsletterSec
{
	position: relative;
}
.newsletterSec::after
{
	content: '';
	background-image: url(images/newsletter-background-line.png);
	background-size: cover;
	background-position: bottom;
	background-repeat: no-repeat;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 10px;
	width: 100%;
}
.newsletterSec .footer-social
{
	display: flex;
	justify-content: flex-end;
	list-style: none;
}
.newsletterSec .footer-social .nav-item .nav-link
{
	width: 40px;
	height: 40px;
	border-radius: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 10px;
	color: #B72221;
	border: 1px solid #B72221;
	background-color: transparent;
}
.newsletterSec .footer-social .nav-item .nav-link:hover, .newsletterSec .footer-social .nav-item .nav-link:focus
{
	background-color: #B72221;
	color: #ffffff;
}
.newsletterSec .footer-social .nav-item .nav-link i
{
	font-size: 18px;
}
footer
{
	background-color: #fff8f1;
}
footer .footer-links .col
{
	position: relative;
}
footer .footer-links .col:not(:last-child)::after
{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	border-right: 1px dashed #C09063;
}
footer .footer-links h4
{
	font-family:HelveticaNeue-Bold;
	font-size: 18px;
	color: #000000;
	margin-bottom: 15px;
}
footer .footer-links ul
{
	margin-bottom: 0;
}
footer .footer-links a
{
	color: #3F3E3E;
	font-size: 16px;
	margin-bottom: 5px;
	display: block;
}
footer .footer-links a:hover,footer .footer-links a:focus
{
	color: #B72221
}
footer .footer-links .footer-contact-sec .contact-item
{
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
footer .footer-links .footer-contact-sec .contact-item i
{
	color: #B72221;
	font-size: 20px;
	margin-right: 10px;
}
footer .footer-links .footer-contact-sec .contact-item h5, footer .footer-links .footer-contact-sec .contact-item a
{
	font-family:HelveticaNeue-Medium;
	font-size: 16px;
	color: #080808;
	margin-bottom: 0;
}
.footerSec
{
	background-color: #B72221;
	padding-top: 30px;
	padding-bottom: 30px;
	position: relative;
}
.footerSec::after
{
	content: '';
	position: absolute;
	top: -170px;
	left: 40px;
	background-image: url(images/footer-temple.png);
	background-size: cover;
	background-repeat: no-repeat;
	width: 187px;
	height: 170px;
}
.border-dashed
{
	border-bottom: 1px dashed #C09063;
}
.footerSec .footerNoteSec
{
	display: flex;
	align-items: center;
    justify-content: space-between;
	padding-top: 1rem;
}
.footerSec .footerNoteSec ul
{
	list-style-type: none;
	padding: 0;
	margin-bottom: 0;
	display: flex;
	margin-right: 12px;
}
.footerSec .footerNoteSec ul li:not(:last-child)
{
	margin-right: 20px;

}
.footerSec .footerNoteSec ul li
{
	position: relative;
	
}
.footerSec .footerNoteSec ul li:not(:last-child)::after
{
	content: '|';
	position: absolute;
	right: -12px;
	color: #ffffff;
	line-height: 1.5;
}
.footerSec .footerNoteSec ul li a, .footerSec .footerNoteSec p
{
	color: #ffffff;
	font-size: 16px;
}

.inner-banner-section
{
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	height: 300px;
}
.inner-banner-section .inner-banner-title h1
{
	font-family:HelveticaNeue-Bold;
	font-size: 36px;
	color: #ffffff;
	margin-bottom: 0;
}
.inner-banner-section .inner-banner-title h2
{
	font-family:HelveticaNeue-Bold;
	font-size: 36px;
	color: #ffffff;
	margin-bottom: 0;
}
.inner-banner-section .row
{
	height: 100%;
}
.inner-banner-section:before
{
    content: "";
    position: absolute;
    background-color: rgb(0 0 0 / 50%);
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    right: 0;
}
.inner-banner-section .inner-banner-title
{
	position: relative;
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: flex-start;
}
.aboutWelcodeSec
{
	position: relative;
}
.aboutWelcodeSec::after
{
	content: '';
	background-image: url(images/newsletter-background-line.png);
	background-size: cover;
	background-position: bottom;
	background-repeat: no-repeat;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 10px;
	width: 100%;
}
.aboutWelcodeSec .embed-responsive iframe, .appWebpageContent .embed-responsive iframe
{
	border: 0;
	width: 100%;
	height: 335px;
	border-radius: 10px;
	overflow: hidden;
}
.aboutWelcodeSec .aboutGujTextDesign
{
	display: flex;
	align-items: center;
	justify-content: center;
}
.aboutWelcodeSec .aboutGujTextDesign h3
{
	margin:0 15px;
	line-height: 1.5;
}
.visionMissionSection
{
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 515px;
}
.vision-mission-card .card-body
{
	padding: 30px;
	min-height: 370px;
	padding-top: 80px;
}
.vision-mission-card .card-body p, .vision-mission-card .card-body ul
{
    font-size: 16px;
    color: #525252;
}
.vision-mission-card .card-body img
{
	margin-bottom: 20px;
}
.visionMissionSection .visionMissionContent
{
	position: absolute;
	top: 15%;
}
.inside-page-services
{
	padding-top: 50px;
}
.events-detail-carousel .item, .events-detail-carousel .item img
{
	border-radius: 10px;
}
.eventDetailContent p
{
	font-size: 16px;
}
.eventDetailContent ul
{
	margin-bottom: 20px;
}
.eventDetailContent ul li
{
	font-size: 16px;
	color: #525252;
	line-height: 26px;
}
.eventDetailContent iframe
{
	width: 100%;
	border-radius: 10px;
}
.eventCardImage
{
	height: 250px;
	overflow: hidden;
}
.eventCardImage img
{
	height: 100%;
	object-fit: cover;
	filter: grayscale(0);
	-webkit-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
}
.eventCard:hover .eventCardImage img, .eventCard:focus .eventCardImage img
{
	filter:grayscale(1);
	-webkit-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
}
.eventCard:hover .card-title
{
	color: #B72221;
	-webkit-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
}
.btn-youtube
{
	font-size: 18px;
	background-color: #CD201F;
	color: #ffffff;
	border:1ps solid ##CD201F;
	padding: 8px 20px;
}
.btn-youtube:hover, .btn-youtube:focus
{
	background-color: transparent;
	color: #CD201F;
	border:1px solid #CD201F;
}

.teamCard
{
	border: none;
	cursor: pointer;
}
.teamCard .card-body
{
	text-align: center;
	min-height: 115px;
}
.teamCard .card-body .card-title
{
	font-family:HelveticaNeue-Medium;
	font-size: 16px;
	margin-bottom: 0;
}
.teamCard .card-body p
{
	font-size: 16px;
}

.teamCard img
{
	-webkit-mask-image: linear-gradient(45deg,#000 25%,rgba(0,0,0,.2) 50%,#000 75%);
	mask-image: linear-gradient(45deg,#000 25%,rgba(0,0,0,.2) 50%,#000 75%);
	-webkit-mask-size: 800%;
	mask-size: 800%;
	-webkit-mask-position: 0;
	mask-position: 0;
	border-radius: 50%;
	border: 2px solid #c51224;
}
.teamCard img:hover
{
	transition: mask-position 2s ease,-webkit-mask-position 2s ease;
	-webkit-mask-position: 120%;
	mask-position: 120%;
	opacity: 1;
}
.teamTableCard
{
	border: none;
}
.teamTableCard .card-body
{
	padding: 40px;
}
.teamTableCard .card-body .table thead tr:first-child th
{
	background-color: #B72221;
	color: #ffffff;
}

.teamTableCard .card-body .table tbody tr td img
{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	margin-right: 10px;
}
.teamTableCard .card-body .table thead tr th
{
	font-family:HelveticaNeue-Medium;
	font-size: 18px;
}

.magazine-card img
{
	-webkit-mask-image: linear-gradient(45deg,#000 25%,rgba(0,0,0,.2) 50%,#000 75%);
	mask-image: linear-gradient(45deg,#000 25%,rgba(0,0,0,.2) 50%,#000 75%);
	-webkit-mask-size: 800%;
	mask-size: 800%;
	-webkit-mask-position: 0;
	mask-position: 0;
}
.magazine-card img:hover
{
	transition: mask-position 2s ease,-webkit-mask-position 2s ease;
	-webkit-mask-position: 120%;
	mask-position: 120%;
	opacity: 1;
}
.magazine-card .card-body .card-title
{
	font-family:HelveticaNeue-Bold;
	font-size: 18px;
	color: #212529;
	-webkit-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}
.magazine-card a:hover .card-title, .magazine-card a:focus .card-title
{
	color: #B72221;
	-webkit-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
}

.projectTypeSec
{
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 15px;
	border-radius: 5px;
	font-size: 14px;
	color: #ffffff;
}
.projectTypeSec.current
{
	background-color: #00883f;
}
.projectTypeSec.upcoming
{
	background-color: #dd6240;
}
.lSSlideOuter .lSPager.lSGallery li img, .lSSlideOuter .lSPager.lSGallery li img
{
	border:1px solid transparent;
	border-radius: 5px;
}
.lSSlideOuter .lSPager.lSGallery li.active img, .lSSlideOuter .lSPager.lSGallery li:hover img
{
	border-color: #B72221;
}
.lSSlideOuter .lightSlider li
{
	border-radius: 10px;
	overflow: hidden;
}
.lSSlideOuter .lightSlider li img
{
	width: auto;
	/*max-width: -webkit-fill-available;*/
    margin: 0 auto;
    text-align: center;
}

.eventCardImageCont
{
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 15px;
	border-radius: 5px;
	font-size: 14px;
	color: #ffffff;
}
.eventCardImageCont.upcoming
{
	background-color: #dd6240;
}



.mediaCard
{
	margin-bottom: 20px;
	border:0;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.mediaCard .card-body
{
	padding: 20px;
	min-height: 150px;
}
.mediaCard .card-body .card-title
{
	font-family:HelveticaNeue-Bold;
	font-size: 18px;
	-webkit-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}
.mediaCard .card-body .card-text
{
	font-size: 16px;
	color: #3F3E3E;
	line-height: 1.5;
}
.mediaCard .card-body .card-date, .event-date
{
	font-size: 16px;
	color: #088738;
	line-height: 1.5;
}
.mediaCardImage
{
	height: 210px;
    overflow: hidden;
    background-size: auto;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;

	-webkit-mask-image: linear-gradient(45deg,#000 25%,rgba(0,0,0,.2) 50%,#000 75%);
	mask-image: linear-gradient(45deg,#000 25%,rgba(0,0,0,.2) 50%,#000 75%);
	-webkit-mask-size: 800%;
	mask-size: 800%;
	-webkit-mask-position: 0;
	mask-position: 0;
}
.mediaCard:hover .mediaCardImage
{
	transition: mask-position 2s ease,-webkit-mask-position 2s ease;
	-webkit-mask-position: 120%;
	mask-position: 120%;
	opacity: 1;
}
.mediaCard:hover .card-title
{
	color: #B72221;
	-webkit-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
}
/* .lSSlideOuter .lSPager.lSGallery li
{
	width: 80px !important;
}
.lSSlideOuter .lSPager.lSGallery img
{
	height: 80px;
    object-fit: fill;
    width: 100%;
} */
.lSSlideOuter .lSPager.lSGallery
{
	height: auto !important;
}
.eventDetailContent *:not(a)
{
	font-family:HelveticaNeue-Regular !important;
	font-size: 16px !important;
    color: #525252 !important;
    line-height: 28px !important;
	text-align: justify;
}
.lSSlideOuter
{
	position: sticky;
    top: 130px;
}

.getInTouchSec .getInTouchItem
{
	display: flex;
}
.getInTouchSec .getInTouchItem i
{
	font-size: 20px;
	line-height: 1.5;
	color: #B72221;
	min-width: 30px;
}
.getInTouchSec .getInTouchItem p, .getInTouchSec .getInTouchItem a
{
	font-size: 18px;
	color: #525252;
}
.getInTouchSec .getInTouchItem a:hover, .getInTouchSec .getInTouchItem a:focus
{
	color: #B72221;
}

.map-card
{
	margin-bottom: 20px;
	border:0;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.map-card iframe
{
	height: 200px;
}
.map-card .card-body
{
	padding: 20px;
	min-height: 260px;
}
.map-card .card-body .card-title
{
	font-family:HelveticaNeue-Bold;
	font-size: 20px;
	margin-bottom: 20px;
}
.map-card .card-body .address-list
{
	display: flex;	
}
.map-card .card-body .address-list i
{
	font-size: 16px;
	line-height: 2.1;
	color: #B72221;
	min-width: 30px;
}
.map-card .card-body .address-list p, .map-card .card-body .address-list a
{
	font-size: 16px;
	color: #525252;	
}
.map-card .card-body .address-list a:hover, .map-card .card-body .address-list a:focus
{
	color: #B72221;	
}

label.error
{
	width: 100%;
	margin-top: .25rem;
	margin-bottom: 0;
	font-size: 80%;
	color: #dc3545;
	text-align: left;
}
#masonryGallery
{
	columns: 2;
}
#masonryGallery a
{
	display: block;
	margin-bottom:20px;
	border-radius: 10px;
	overflow: hidden;

}
#masonryGallery a img
{
	width: 100%;
}
.titleWithImage img
{
	width: 30%;
	margin-right: 20px;
}
.card-donate
{
	margin-bottom: 20px;
	border:0;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
	border: 1px solid #ebebeb;
}
.card-donate .card-body
{
	padding: 30px;
}
.donate-list
{
	list-style-type: none;
	padding: 0;
	margin-bottom: 0;
}
.donate-list li
{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}
.donate-list li:last-child
{
	margin-bottom: 0px;
}
.donate-list li .donate-title
{
	color: #B72221;
	font-weight: bold;
}
.donate-list li .donate-title.ENG
{
    font-family: HelveticaNeue-Regular;
	font-size: 18px;
    
}
.donate-list li .donate-title.GUJ
{
    font-family: NotoSansGujarati-Regular;
	font-size: 24px;
}
.donate-list li .donate-price
{
	display: flex;
	align-items: center;
}
.donate-list li .donate-price.ENG
{
	font-family: HelveticaNeue-Regular;
	font-size: 16px;
}
.donate-list li .donate-price.GUJ
{
	font-family: NotoSansGujarati-Regular;
	font-size: 20px;
}
.font-ENG
{
    font-family: HelveticaNeue-Regular;
}
.font-GUJ
{
    font-family: NotoSansGujarati-Regular;
}
.donate-link
{
	font-size: 16px;
	background-color: transparent;
	color: #B72221;
	border:1px solid #B72221;
	padding: 4px 20px;
	border-radius: 5px;
	margin-left: 10px;
}
.donate-link:hover, .donate-link:focus
{
	background-color: #B72221;
	color: #ffffff;
	border:1px solid #B72221;
}
.donate-list li .donate-price input
{
	width: 80px;
	text-align: center;
	margin-left: 10px;
	min-height: 40px;
	font-size: 16px;
}
.foodDonateCard
{
	background-color: #B72221;
    color: #ffffff;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}
.foodDonateCard.ENG
{
    font-family: HelveticaNeue-Medium;
    font-size:40px;
    line-height:1.3;
}
.foodDonateCard.GUJ
{
    font-family: NotoSansGujarati-Regular;
    font-size:60px;
    line-height:1.3;
}
.upiSec
{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wizardCard
{
	border: 0;
	border-radius: 10px;
	overflow: hidden;
}
.wizardCard .card-header
{
	padding: 30px;
	background-color: #ffffff;
	border: 0;
}
.wizardCard .card-body
{
	padding: 30px;
	margin-top: 0px;
}
.wizardCard .card-body .tab
{
	margin-bottom: 30px;
}
.wizardCard .card-body .tab .select2-container
{
	width: 100% !important;
}
.wizardCard .card-header .nav-pills .nav-link.active, .wizardCard .card-header .nav-pills .show>.nav-link
{
	background-color: #00509e;
	color: #ffffff;
}
.wizardCard .card-header .nav-pills .nav-link
{
	color: #00509e;
}
.wizardCard .card-footer
{
	padding: 30px;
	background-color: #ffffff;
}
.wizardCard .card-footer .btn-prev
{
	padding: 5px 20px;
	font-size: 16px;
	border: 1px solid #cccccc;
	
}
.wizardCard .card-footer .btn-prev:hover, .wizardCard .card-footer .btn-prev:focus
{
	background-color: #cccccc;
}
.wizardCard .card-footer .btn-next
{
	padding: 5px 20px;
	font-size: 16px;
	border: 1px solid #cccccc;
	background-color: #00509e;
    border: 1px solid #00509e;
	color: #ffffff;
}
.wizardCard .card-footer .btn-next:hover, .wizardCard .card-footer .btn-next:focus
{
	background-color: transparent;
	border: 1px solid #00509e;
	color: #00509e;
}

.select2-container, .select2-container .select2-selection--single
{
	height: 50px;
	margin-bottom: 0px;
}
.select2-container--default .select2-selection--single
{
	border: 1px solid #AEAEAE;
	background-color: #FFFFFF;
}
.select2-container--default .select2-selection--single .select2-selection__rendered
{
	color: #000000;
	line-height: 50px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow
{
    height: 49px;
}
.select2-results__option--selectable
{
	cursor: pointer;
	font-size: 16px;
}
.select2-results__option--selectable span.text-muted
{
	margin-left: 10px;
    font-size: 14px;
	color: #000000;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable span.text-muted
{
	color: #ffffff !important;
}
.wizardCard .nav-pills
{
	border: 1px solid #00529b;
	border-radius: 10px;
	overflow: hidden;
}
.form-select + label.error
{
	position: absolute;
	bottom: 0px;
	left: 15px;
}
select.error + label + .select2-container
{
	margin-bottom: 24px;
}


@keyframes fadeIn {
	from {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

.dropdown-menu.show {
	-webkit-animation: fadeIn .3s alternate;
	animation: fadeIn .3s alternate
}

.nav-item.dropdown.dropdown-mega {
	position: static
}

.nav-item.dropdown.dropdown-mega .dropdown-menu {
	width: 90%;
	top: auto;
	left: 5%
}

.navbar-toggler {
	border: none;
	padding: 0;
	outline: none
}

.navbar-toggler:focus {
	box-shadow: none
}

.navbar-toggler .hamburger-toggle {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 50px;
	z-index: 11;
	float: right
}

.navbar-toggler .hamburger-toggle .hamburger {
	position: absolute;
	transform: translate(-50%, -50%) rotate(0deg);
	left: 50%;
	top: 50%;
	width: 50%;
	height: 50%;
	pointer-events: none
}

.navbar-toggler .hamburger-toggle .hamburger span {
	width: 100%;
	height: 4px;
	position: absolute;
	background: #333;
	border-radius: 2px;
	z-index: 1;
	transition: transform .2s cubic-bezier(.77, .2, .05, 1), background .2s cubic-bezier(.77, .2, .05, 1), all .2s ease-in-out;
	left: 0
}

.navbar-toggler .hamburger-toggle .hamburger span:first-child {
	top: 10%;
	transform-origin: 50% 50%;
	transform: translate(0% -50%) !important
}

.navbar-toggler .hamburger-toggle .hamburger span:nth-child(2) {
	top: 50%;
	transform: translate(0, -50%)
}

.navbar-toggler .hamburger-toggle .hamburger span:last-child {
	left: 0;
	top: auto;
	bottom: 10%;
	transform-origin: 50% 50%
}

.navbar-toggler .hamburger-toggle .hamburger.active span {
	position: absolute;
	margin: 0
}

.navbar-toggler .hamburger-toggle .hamburger.active span:first-child {
	top: 45%;
	transform: rotate(45deg)
}

.navbar-toggler .hamburger-toggle .hamburger.active span:nth-child(2) {
	left: 50%;
	width: 0
}

.navbar-toggler .hamburger-toggle .hamburger.active span:last-child {
	top: 45%;
	transform: rotate(-45deg)
}

.icons {
	display: inline-flex;
	margin-left: auto
}

.icons a {
	transition: all .2s ease-in-out;
	padding: .2rem .4rem;
	color: #ccc !important;
	text-decoration: none
}

.icons a:hover {
	color: #fff;
	text-shadow: 0 0 30px #fff
}
.navigation-card
{
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 20px;
	box-shadow: none;
	-webkit-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
}
.dropdown-mega .mega-content .project-nav-link:hover .navigation-card, .dropdown-mega .mega-content .project-nav-link:focus .navigation-card
{
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
	-webkit-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
}
.navigation-card .card-body
{
	display: flex;
	align-items: center;
	padding: 10px;
}
.navigation-card .card-body .productImg
{
	min-width: 60px;
    height: 60px;
    margin-right: 10px;
    border-radius: 40px;
    overflow: hidden;
}
.navigation-card .card-body .productImg img
{
	width: 60px;
	height: 60px;
}
.navigation-card .card-body .card-title
{
	font-size: 16px;
	font-family: 'HelveticaNeue-Medium';
	margin-bottom: 0;
}
.mega-content
{
	padding: 20px;
}

.navigation-activity-card
{
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 20px;
	box-shadow: none;
	-webkit-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
}
.dropdown-mega .mega-content .activity-nav-link:hover .navigation-activity-card, .dropdown-mega .mega-content .activity-nav-link:focus .navigation-activity-card
{
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
	-webkit-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
}
.navigation-activity-card .card-body
{
	display: flex;
	align-items: center;
	padding: 10px;
}
.navigation-activity-card .card-body .activityImg
{
    min-width: 60px;
    max-width: 60px;
    height: 60px;
    margin-right: 10px;
    display: flex;
    background-color: #ffffff;
    border-radius: 50%;
    padding: 7px;
	border: 1px solid #ceced2;
}
.navigation-activity-card .card-body .activityImg img
{
    width: auto;
    height: auto;
    object-fit: contain;
}
.navigation-activity-card .card-body .card-title
{
	font-size: 16px;
	font-family: 'HelveticaNeue-Medium';
	margin-bottom: 0;
}

.btn-all-activity
{
	padding: 10px 30px;
	font-size: 18px;
	background-color: transparent;
	border: 1px solid #c51224;
	color: #c51224;
	border-radius: 10px;
}

.btn-all-activity:hover, .btn-all-activity:focus
{
	background-color: #c51224;
	border: 1px solid #c51224;
	color: #ffffff;
}

#subscription_email-error
{
	position: absolute;
	bottom: -20px;
}


.vision-mission-card.main-card .card-body
{
    min-height: auto;
}

.additionalVisionMission
{
    padding-top: 30px;
    padding-bottom: 0px;
    display: block;
    height: 100%;
}
.additionalVisionMission .vision-mission-card
{
    margin-bottom:100px;
}
.additionalVisionMission .vision-mission-card .card-body
{
    padding-top: 70px;
}
.aboutWelcodeSec ul li
{
    font-size: 18px;
    color: #525252;
    line-height: 28px;
}
.involve-card
{
    min-height: 370px;
}
.involve-card .card-body
{
    position: relative;
    padding-top: 70px;
}
.involve-card .card-body img
{
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -60px;
}
.vision-mission-card
{
    position: relative;
    z-index: 8;
    margin-bottom: 85px;
}
.vision-mission-card .card-img-top
{
    position: absolute;
    width: auto;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -60px;
}

.back-top {
    cursor: pointer;
    position: fixed !important;
    bottom: 40px;
    right: 40px;
    display: none;
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #B72221;
    color: #fff;
    border-radius: 50%;
    width: 52px;
    height: 52px;
    line-height: 52px;
    text-align: center;
}
.back-top.back-top-show
{
    display: block;
    visibility: visible;
    opacity: 0.5;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
}
.back-top.back-top-show:hover
{
    opacity: 1;
    -webkit-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
}
.back-top:before {
    content: "\f176";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.afterMissionSec
{
    padding-top: 200px;
}

body.languageENG td.trusteeName, body.languageENG .service-card h3
{
    font-family:HelveticaNeue-Medium;
}
body.languageGUJ td.trusteeName, body.languageGUJ .service-card h3
{
    font-family:NotoSansGujarati-Medium !important;
}

.webpageContent ol li, .webpageContent ul li
{
    font-family: HelveticaNeue-Regular;
    font-size: 18px;
    color: #525252;
    line-height: 28px;
}

#openVideoModal .modal-dialog
{
	max-width: 60%;
	top: 10%;
	padding: 0;
    border-radius: 0;
}
#openVideoModal .modal-dialog .modal-body
{
	padding: 0;
}
#openVideoModal .embed-responsive .embed-responsive-item
{
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 460px;
    border: 0;
    object-fit: fill;
    border: none;
    outline: none;
    box-shadow: none;
}
.visionMissionSection.additionalVisionMission
{
    display: flex;
    height: auto;
}
.additionalVisionMission .vision-mission-card.new-card .card-body
{
    padding: 15px;
    padding-top: 70px;
    min-height: 300px;
}
#qualityPolicyGallery a
{
    width: 32%;
    display: inline-block;
    margin-bottom: 5px;
}
#qualityPolicyGallery a img
{
    border-radius: 5px;
    overflow: hidden;
}
body.languageGUJ .teamCard .card-body .card-title
{
    font-size: 20px;
}
body.languageGUJ .inner-banner-section .inner-banner-title h1
{
    font-family:NotoSansGujarati-Medium;
    font-size: 40px;
}
body.languageGUJ .inner-banner-section .inner-banner-title h2
{
    font-family:NotoSansGujarati-Medium;
    font-size: 40px;
}
.aboutWelcodeSec .qualityPolicyVideo iframe
{
    height: 390px;
}

body.languageGUJ .navbar .nav-item .nav-link, body.languageGUJ .navbar .nav-item.dropdown .dropdown-item
{
    font-size: 20px;
}

nav .select2-container
{
    width: 130px !important;
    height:38px;
    margin-left: 20px;
}
nav .select2-container--default .select2-selection--single
{
    width: 130px;
    height:38px;
    border: 1px solid #ED1D24;
}
nav .select2-container--default .select2-selection--single .select2-selection__rendered
{
    line-height: 38px;
}
nav .select2-container--default .select2-selection--single .select2-selection__arrow
{
    height :36px;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable
{
    background-color: #c51224;
    color: white;
}
.select2-dropdown
{
    min-width: 130px;
    border: 1px solid #c51224;
}
nav .select2-container--default .select2-selection--single .select2-selection__rendered
{
    font-size: 14px;
}
.select2-container--default .select2-results>.select2-results__options li
{
    font-size: 14px;
}

.cardDonorFlex
{
	display: flex;
    align-content: space-around;
    flex-direction: row;
    justify-content: space-between;
}
.cardDonorFlex h3
{
	line-height: 2
}
.cardDonorFlex .donate-link
{
	background: transparent;
	color: #ffffff;
	border-color: #ffffff;	
}
.cardDonorFlex .donate-link:hover, .cardDonorFlex .donate-link:focus
{
	background: #ffffff;
	color: #B72221;
	border-color: #B72221;
}

.lSSlideOuter .lSPager.lSGallery li
{
    height: 38px;
    border-radius: 5px;
}
.navbar .top-navbar p
{
    font-family: HelveticaNeue-Medium;
    font-size: 16px;
    color: #c51224;
	margin-bottom:0;
	margin-right: 15px;

}

/*div:where(.swal2-icon).swal2-error.swal2-icon-show .swal2-x-mark:after
{
	content: "";
	background-image: url(../../images/hand.gif);
	position: absolute;
	width: 70px;
	height: 70px;
	background-size: cover;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}
div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line]
{
	display: none !important;
}*/

.activityDetailContent *:not(a){
    font-family: HelveticaNeue-Regular !important;
    font-size: 16px !important;
    color: #525252 !important;
    line-height: 28px !important;
    text-align: justify;
}
.mediaDetailContent *:not(a)
{
    color: #525252 !important;
    text-align: justify;
}
.activityDetailContent a
{
	font-size: 18px;
    color: #b72221;
    line-height: 28px;
}
.activityDetailContent a:hover, .activityDetailContent a:focus
{
	color: #00883f;
}
.swal2-actions button
{
	background-color: #c51224 !important;
    color: #ffffff !important;
	box-shadow: none !important;
    padding: 8px 30px;
    font-size: 18px !important;
}
.border-firebrick
{
	border-color: #b72221;
}
.form-check .form-check-input
{
	border-color: #b72221;
}
.form-check-input:checked
{
    background-color: #b72221;
    border-color: #b72221;
}
.form-check-input:focus
{
    box-shadow: 0 0 0 .25rem #b7222140;
}
.min-vh-auto
{
	min-height: auto !important;
}

.btn-volunteer
{
	background-color: #eb9948;
	color: #000000 !important;
	padding: 10px 30px;
	font-size: 18px;
	margin-bottom: 20px;
}
.btn-volunteer:hover, .btn-volunteer:focus
{
	background-color: #d1853b;
	color: #000000 !important;
}
.appWebpageContent .text-white
{
	color: #525252 !important;
}
.live-btn
{
    position: relative;   
}
.live-btn span
{
    border-radius: 50%;
    margin: 0px;
    height: 10px;
    width: 10px;
    transform: scale(1);
    background: rgb(255,0,0);
    box-shadow: 0 0 0 0 rgb(255,0,0);
    animation: pulse-red 2s infinite;
    margin-top: 0;
    display: inline-block;;
}
@keyframes pulse-red {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 82, 82, 0.7);
  }
  
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(255, 82, 82, 0);
  }
  
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 82, 82, 0);
  }
}
.navbar .nav-item .nav-link
{
    font-size: 16px;
}
.navbar .nav-item .nav-link.btn-donation
{
    padding: 10px 10px;
    margin-left: 10px;
}
.liveDarshanDesc .activeTime
{
	color: #B72221 !important;
}
.liveDarshanDesc p
{
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.liveDarshanDesc p span
{
	display: none;
}
.liveDarshanDesc p b
{
	margin-right: 2px;
}

.liveDarshanDesc .activeTime span
{
	display: inline-block;
	width: 5px;
	height:5px;
	border-radius: 50%;
	background-color: #B72221;
	margin-left: 10px;
	animation: pulse-red 2s infinite;
}
.qrCodeSection::before
{
	content: '';
	background-image: url(images/top-menu-border-1.png);
	width: 100%;
	height: 30px;
	position: absolute;
	background-repeat: repeat-x;
	top: 0;
	left: 0;
	right: 0;
}
.qrCodeSection h3
{
	font-family:HelveticaNeue-Bold;
	font-size: 16px;
	color: #B72221;
	margin-bottom: 15px;
}
.qrCodeSection .qrLinks
{
	list-style-type: none;
	padding: 0;
}
.qrCodeSection .qrLinks li
{
	background-color: #ffffff;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
	padding: 8px 10px;
	border-radius: 30px;
	margin-bottom: 15px;
	-webkit-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
}
.qrCodeSection .qrLinks li a
{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #3F3E3E;
	font-size:16px;
	position: relative;
}
.qrCodeSection .qrLinks li a i
{
	font-size: 16px;
    padding: 10px;
    border-radius: 70%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    color: #ffffff;
}

.qrCodeSection .qrLinks li:hover
{
	background-color: #B72221;
	-webkit-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
}
.qrCodeSection .qrLinks li:hover a
{
	color: #ffffff;
	-webkit-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
}
.qrCodeSection .qrLinks li a .live-badge
{
	border-radius: 50%;
	margin: 0px;
	height: 10px;
	width: 10px;
	transform: scale(1);
	background: #ff0000;
	box-shadow: 0 0 0 0 #ff0000;
	animation: pulse-red 2s infinite;
	margin-top: 0;
	display: inline-block;
	position: absolute;
	right: 15px;
}
.qrCodeSection .btnGroup
{
	display: flex;
	justify-content: space-between;
}
.qrCodeSection .btnGroup a
{
	background-color: #B72221;
	border: 1px solid #B72221;
	border-radius: 10px;
	width: 49%;
	padding: 6px 10px;
}
.qrCodeSection .btnGroup a:hover, .qrCodeSection .btnGroup a:focus
{
	background-color: #a91817;
	border: 1px solid #a91817;
}
.qrCodeSection hr
{
	margin: 2rem 0;
}
.magazine-image
{
	height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}
