@import url(https://fonts.googleapis.com/css?family=Questrial);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);

/* FONTAWESOME */
@font-face {
	font-family: "Font Awesome 5 Free";
	font-style: normal;
	font-weight: 400;
	font-display: block;
	src: url(../fonts/fa-regular-400.eot);
	src: url(../fonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),
		url(../fonts/fa-regular-400.woff2) format("woff2"),
		url(../fonts/fa-regular-400.woff) format("woff"),
		url(../fonts/fa-regular-400.ttf) format("truetype"),
		url(../fonts/fa-regular-400.svg#fontawesome) format("svg");
}

.far {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}

@font-face {
	font-family: "Font Awesome 5 Brands";
	font-style: normal;
	font-weight: 400;
	font-display: block;
	src: url(../fonts/fa-brands-400.eot);
	src: url(../fonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),
		url(../fonts/fa-brands-400.woff2) format("woff2"),
		url(../fonts/fa-brands-400.woff) format("woff"),
		url(../fonts/fa-brands-400.ttf) format("truetype"),
		url(../fonts/fa-brands-400.svg#fontawesome) format("svg");
}

.fab {
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
}

@font-face {
	font-family: "Font Awesome 5 Free";
	font-style: normal;
	font-weight: 900;
	font-display: block;
	src: url(../fonts/fa-solid-900.eot);
	src: url(../fonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),
		url(../fonts/fa-solid-900.woff2) format("woff2"),
		url(../fonts/fa-solid-900.woff) format("woff"),
		url(../fonts/fa-solid-900.ttf) format("truetype"),
		url(../fonts/fa-solid-900.svg#fontawesome) format("svg");
}

.fa,
.fas {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

body {
	padding: 0;
	margin: 0;
	font: 16px/22px "Questrial", sans-serif;
	color: #404040;
	background: #fff;
}

a {
	outline: none;
	color: #285a92;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
	padding: 0;
	margin: 0;
	display: block;
}

ul,
li,
form {
	margin: 0;
	padding: 0;
}

.spacer {
	clear: both;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
}

ul li {
	list-style-position: inside;
	line-height: 1.5;
}

p {
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 15px;
}

h1 {
	font-size: 40px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 25px;
}

h4 {
	font-size: 20px;
}

/* Owl Carasoual*/
.owl-theme .owl-nav {
	margin-top: 0;
}

.owl-carousel .owl-nav .owl-prev {
	position: absolute;
	left: 32px;
	top: 50%;
	display: block;
	padding: 0 !important;
	font-size: 0;
	margin: 0;
	cursor: pointer;
	transform: translate(-50%, -50%);
	background-image: url(../images/arrow-prev-w.svg);
	width: 12px;
	height: 21px;
	background-color: inherit;
	background-repeat: no-repeat;
}

.owl-carousel .owl-nav .owl-prev:hover {
	background: url(../images/arrow-prev-w.svg) no-repeat 0 0;
	background-repeat: no-repeat;
	opacity: 0.5;
}

.owl-carousel .owl-nav .owl-next {
	position: absolute;
	right: 12px;
	top: 50%;
	display: block;
	padding: 0 !important;
	font-size: 0;
	margin: 0;
	cursor: pointer;
	transform: translate(-50%, -50%);
	background-image: url(../images/arrow-next-w.svg);
	width: 12px;
	height: 21px;
	background-color: inherit;
	background-repeat: no-repeat;
}

.owl-carousel .owl-nav .owl-next:hover {
	background-image: url(../images/arrow-next-w.svg);
	background-repeat: no-repeat;
	opacity: 0.5;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
	background-color: inherit;
}

.owl-carousel .owl-nav .owl-prev span,
.owl-carousel .owl-nav .owl-prev span,
.owl-carousel .owl-nav .owl-next span,
.owl-carousel .owl-nav .owl-next span {
	font-size: 0;
}

.wrapper {
	background: url(../images/web-bg.jpg) no-repeat 0 0;
	background-size: cover;
}

.fancybox__content {
	border-radius: 6px;
}

/*header*/
.top-container {
	padding: 10px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.logo img {
	max-width: 250px;
}

.donation-section {
	display: flex;
	align-items: center;
	gap: 12px;
}

.donation-text {
	font-size: 16px;
	font-weight: 600;
}

.donation-image-link img {
	height: 40px;
	/* adjust as needed */
	border-radius: 50px;
}

.top-right-panel {
	display: flex;
	align-items: center;
}

.top-search-panel {
	width: 44px;
	height: 48px;
	margin: 0;
	color: #ffffff;
	font-size: 16px;
	font-weight: normal;
	position: relative;
	border-left: 1px solid #b9b9b9;
}

.top-search-panel .fa {
	color: #ffffff;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.top-social-panel ul {
	display: flex;
	margin-top: 20px;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.top-social-panel ul li {
	margin-right: 10px;
	font-size: 18px;
}

.top-social-panel ul li a {
	background-color: #f1f1f1;
	width: 40px;
	height: 40px;
	display: block;
	border-radius: 40px;
	line-height: 40px;
	text-align: center;
	color: #3b5998;
}

.top-social-panel ul li a:hover {
	background-color: #3b5998;
	color: #fff;
}

.top-social-panel ul li.fauser a {
	background-color: #fe8157;
	color: #fff;
}

.top-social-panel ul li.fauser:hover a {
	background-color: #2650da;
	color: #fff;
}

.language {
	background: #ffffff;
	position: relative;
	z-index: 5;
	border: 1px solid #dedede;
	border-radius: 30px;
	padding: 8px 14px;
}

.language-inner {
	padding: 0;
}

.language select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	outline: none;
	height: 33px;
	background: #fff url(../images/dropdown-language.png) no-repeat right 10px center;
	color: #000;
	padding: 0 5px;
	font-size: 13px;
}

.headlines {
	padding: 10px 0;
	background-color: #dceaf8;
}

.wrap {
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	font-size: 0;
}

.jctkr-label {
	height: 33px;
	padding: 0 20px;
	line-height: 33px;
	background: #434672;
	font-size: 14px;
	color: #fff;
	cursor: default;
	position: relative;
	border-radius: 4px;
	display: none;
}

.jctkr-label-con {
	display: flex;
	align-items: center;
}

.jctkr-label-con img {
	display: block;
	margin-right: 5px;
	width: 8px;
}

.jctkr-label:after {
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #434672;
	position: absolute;
	right: -9px;
	z-index: 2;
	content: "";
	top: 7px;
}

[class*="js-conveyor-"] ul {
	display: inline-block;
	opacity: 0.5;
}

[class*="js-conveyor-"] ul li {
	padding: 0 20px;
	line-height: 34px;
	font-size: 14px !important;
	color: #000;
	position: relative;
}

[class*="js-conveyor-"] ul li a {
	color: #000;
}

[class*="js-conveyor-"] ul li a:hover {
	color: #4d4d4d;
}

[class*="js-conveyor-"] ul li:after {
	position: absolute;
	left: 100%;
	top: 5px;
	content: "";
	height: 25px;
	width: 1px;
	background: #4d4d4d;
}

.jctkr-wrapper.jctkr-initialized ul {}

/** hidden search field **/
#searchbar {
	display: none;
	height: 52px;
	border-bottom: 1px solid #d8d8d8;
}

form.search-form {
	display: flex;
}

.searchbarInner {
	border-top: 1px solid #d8d8d8;
	z-index: 9999;
	background: #fff;
	-webkit-box-shadow: -1px 2px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: -1px 2px 2px rgba(0, 0, 0, 0.2);
	box-shadow: -1px 2px 2px rgba(0, 0, 0, 0.2);
}

#searchbar input[type="search"] {
	padding-left: 20px;
	width: calc(100% - 50px);
	float: left;
	border: 0;
	font-size: 14px;
	line-height: 50px;
	color: #5f5f5f;
	background-color: inherit;
}

#searchbar input[type="submit"] {
	background: url(../images/search.jpg) no-repeat 0 0 #23225c;
	float: right;
	width: 50px;
	height: 52px;
	font-size: 0;
	border: 0;
}

/* navigation Start */
.navPanel .container {
	display: flex;
	justify-content: space-between;
}

.navPanel .sub-menu-toggle {
	display: none;
}

.navPanel {
	box-shadow: 0 0 2px 1px rgba(1, 1, 1, 0.1);
	position: relative;
	background-color: #044f94;
}

.navigation ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.menu-primary-container>ul {
	display: flex;
}

.navigation ul li {
	font-size: 16px;
	line-height: 20px;
	position: relative;
}

.navigation ul li a {
	color: #ffffff;
	padding: 14px;
	display: block;
}

.navigation ul li a:hover,
.navigation ul li.current-menu-item a {
	color: #fed441;
}

.navigation ul li:first-child a {
	padding-left: 0;
}

.navigation ul>.menu-item-has-children>a {
	padding-right: 24px;
}

.navigation ul .menu-item-has-children>a::before {
	background: url(../images/arrow-down-white.svg) no-repeat 0 0;
	position: absolute;
	right: 6px;
	top: 50%;
	transform: translateY(-50%);
	content: "";
	width: 11px;
	height: 6px;
}

/*---------------------DROPDOWN START----------------------*/
.navigation ul li ul.sub-menu {
	padding: 0;
	width: 250px;
	z-index: 1;
	background: #fff;
	position: absolute;
	left: 0px;
	top: 100%;
	transition: all 0.5s ease-in-out 0s;
	visibility: hidden;
	opacity: 0;
	box-sizing: border-box;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
	z-index: 15;
	border: 1px solid #ebebeb;
	list-style-type: none;
}

.menu-item-has-children:hover ul.sub-menu {
	opacity: 1;
	visibility: visible;
}

.navigation ul li ul li {
	line-height: 30px;
	padding: 5px;
	float: none;
	border-bottom: 1px solid #ebebeb;
}

.navigation ul li ul li a {
	color: #646464;
	display: block;
	padding: 0 7px;
}

.navigation ul li ul li a:hover,
.navigation ul li ul>li.current-menu-item>a {
	color: #0a62c4;
}

.navigation ul li ul li:last-child {
	border-bottom: 0;
}

.navigation ul li ul li:first-child a {
	padding: 0 5px;
}

.navigation ul li ul ul {
	position: absolute;
	top: 0px;
	background: #fff;
	left: 200px;
	width: 200px;
	z-index: 70;
	display: none;
	border: 1px solid #ebebeb;
	list-style-type: none;
}

/* navigation End */
.top-social-panel ul ul {
	list-style-type: none;
}

.top-social-panel ul ul li {
	color: #515151;
	display: inline-block;
	padding: 0 5px;
}

.top-social-panel ul ul li .fa {
	font-size: 18px;
}

.top-social-panel ul ul li:first-child {
	padding-left: 0;
}

.top-social-panel ul ul li a {
	color: #515151;
}

.top-social-panel ul ul li a:hover {
	color: #fff;
}

.copyright {
	background: #044f94;
	padding: 25px 0;
	font-size: 13px;
	color: #ffffff;
}

.copyright a {
	font-size: 13px;
	color: #ededed;
	margin: 0 5px;
	display: inline-block;
	text-decoration: underline;
	font-weight: bold;
}

/* Home Page */
.blog-banner {
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	border-radius: 6px;
	padding: 10px;
	overflow: hidden;
}

.banner-panel {
	margin-top: 30px;
}

.blog-banner .home-slider .item .banner-area {
	position: relative;
	border-radius: 6px;
	overflow: hidden;
}

.blog-banner .home-slider .item img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	border-radius: 6px;
}

.banner-eventarea img,
.bannerpaytm img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 6px;
}

.banner-cener {
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	border-radius: 6px;
	padding: 10px;
}

.banner-cener img {
	max-width: 100%;
	height: auto;
}

.bannerpaytm {
	height: 140px;
	margin-bottom: 25px;
	overflow: hidden;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	border-radius: 6px;
	padding: 10px;
}

.paypal_area {
	margin-top: 16px;
}

.banner-event-area {
	overflow: hidden;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	border-radius: 6px;
	padding: 10px;
}

.banner-event-text {
	font-weight: 700;
	margin-bottom: 10px;
	color: #fff;
	background-color: #05336c;
	border-radius: 5px;
	padding: 20px;
	font-size: 25px;
	text-align: center;
}

.bannerpaytm {
	text-align: center;
}

.bannerpaytm img {
	max-width: 100%;
}

.blog-banner .content-area {
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.55);
	padding: 10px 15px;
	width: 100%;
	color: #fff;
}

.blog-banner .content-area h2 {
	font-size: 18px;
	margin: 0 0 5px;
}

.blog-banner .content-area h2 a {
	color: #fff;
	text-decoration: none;
}

.blog-banner .content-area p {
	font-size: 14px;
	line-height: 1.4;
	margin: 0;
}

.blog-btm-panel {
	padding-left: 50px;
	padding-bottom: 50px;
}

@media (max-width: 991px) {

	.banner-event,
	.bannerpaytm {
		margin-top: 20px;
	}
}

/* :root {
	--center-img-max: 420px;
	--center-img-inner: 360px;
} */

/* .blog-banner-panel {
	overflow-x: hidden;
} */

.left-panel h3,
.blog-banner-panel h3 {
	font-weight: 700;
	margin-bottom: 25px;
	padding-bottom: 10px;
	border-bottom: 1px solid #9cd36a;
}

.blog-banner-panel .col-md-4:last-child li i {
	display: none !important;
}

.blog-banner-panel .col-md-4:last-child ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.misssion-panl ul {
	padding: 0;
	list-style-type: none;
}

.misssion-panl li,
.blog-banner-panel .col-md-4:last-child li {
	padding-left: 20px;
	margin-bottom: 14px;
	font-size: 15px;
	color: #444;
	position: relative;
}

.misssion-panl li:before,
.blog-banner-panel .col-md-4:last-child li::before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #e06666;
	position: absolute;
	left: 0;
	top: 6px;
}

.blog-banner-panel .col-md-4.text-center {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 30px 0;
}

.blog-banner-panel .col-md-4.text-center img {
	position: relative;
	z-index: 3;
	display: block;
	width: 100%;
	max-width: var(--center-img-inner);
	height: auto;
	border-radius: 4px;
	border: 12px solid #ffffff;
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}

.blog-banner-panel .col-md-4.text-center::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: calc(var(--center-img-inner) * 0.82);
	max-width: calc(100% - 120px);
	height: calc((var(--center-img-inner) * 0.82) * 0.6);
	border: 6px solid rgba(255, 255, 255, 0.98);
	z-index: 2;
	pointer-events: none;
	box-sizing: border-box;
}

.misssion-panl p,
.misssion-panl li,
.goal-panel li {
	font-weight: bold;
	font-size: 15px;
}

.top-social-panel-m {
	display: none;
}

.donation-section-m {
	display: none;
}

.event-btm {
	margin-bottom: 25px;
}

.share-ideas {
	background-color: #f0f6f9;
	text-align: center;
	padding: 50px 0;
}

.share-title {
	font-size: 20px;
	font-weight: 600;
	color: #4a4a4a;
	margin-bottom: 15px;
}

.share-text {
	font-size: 16px;
	color: #4a4a4a;
	line-height: 1.6;
}

.email-link {
	color: #a41e1e;
	/* red email link */
	text-decoration: none;
}

.email-link:hover {
	text-decoration: underline;
}

.facebook-link {
	color: #1877f2;
	/* Facebook blue */
	text-decoration: none;
}

.facebook-link:hover {
	text-decoration: underline;
}

/* Inner Page */
.innerPanel img {
	max-width: 100%;
	height: auto;
	border-radius: 6px;
}

.titlePanel {
	padding: 0 0 20px 0;
	margin-bottom: 20px;
	color: #044f94;
	border-bottom: 1px solid #dfdfdf;
}

.titlePanel h2 {
	margin: 0;
}

.bodyPanel {
	padding-top: 30px;
	padding-bottom: 30px;
}

.innerpage h2 {
	font-size: 50px;
	line-height: 56px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 60px;
	padding-bottom: 5px;
	position: relative;
}

.innerpage h2::after {
	content: "";
	position: absolute;
	height: 3px;
	width: 50px;
	background-color: #6a1411;
	bottom: -4px;
	left: 0;
}

.innerpage h2 {
	font-size: 30px;
	margin-bottom: 20px;
}

.innerpage h3 {
	font-size: 26px;
	margin-bottom: 20px;
}

.innerpage h4 {
	font-size: 22px;
	margin-bottom: 10px;
	color: #6a1411;
}

.innerpage h5 {
	font-size: 18px;
	margin-bottom: 10px;
}

.innerpage p {
	margin-bottom: 30px;
}

.innerpage a {
	color: #9b212b;
}

.innerpage ul {
	padding-left: 30px;
	margin-bottom: 20px;
}

.innerpage ul li {
	margin-bottom: 10px;
}

.innerpage table td {
	padding: 10px;
}

.innerpage table {
	margin-bottom: 25px;
}

.innerLeft {
	position: relative;
	padding-right: 30px;
}

.innerLeft:after {
	background: #ccc;
	width: 1px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	content: "";
}

.ocn-section {
	text-align: center;
	background: #044f94;
	padding: 25px;
	margin-bottom: 20px;
	color: #fff;
	border-radius: 6px;
}

.ocn-section p {
	font-size: 14px;
	color: #fff;
	margin-bottom: 20px;
}

.ocn-section p span {
	display: block;
}

.event-btm img {
	width: 100%;
}

.innerEvent img {
	margin: 25px 0;
	border: 4px solid #dadada;
	padding: 15px;
	border-radius: 10px;
}

.blog-banner-panel img {
	border-radius: 6px;
}

.marquee-popup {
	text-align: center;
}

.responsive-iframe {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	/* 16:9 — change to 75% for 4:3 etc */
}

.responsive-iframe iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

/* News Section*/
.accordion-container {
	margin-bottom: 30px;
}

.accordion-head {
	cursor: pointer;
	padding: 15px 30px 15px 20px;
	border: 1px solid #ebebeb;
	margin-top: 10px;
	background: #ffffff url("../images/accordian-close.png") no-repeat center right 16px;
	border-radius: 5px;
	font-weight: 600;
	font-size: 19px;
}

.accordion-head.active {
	border: 1px solid #dfdfdf;
	border-bottom: 0 none;
	color: #ffffff;
	background: #044f94 url(../images/accordian-open.jpg) no-repeat center right 14px;
	margin-bottom: 0;
	border-radius: 5px 5px 0 0;
}

.accordion-body {
	background: #fcfcfc;
	display: none;
	border: 1px solid #dfdfdf;
	padding: 20px;
	border-top: 0 none;
	font-size: 15px;
	line-height: 1.5;
	color: #000;
	font-weight: 400;
	border-radius: 0 0 5px 5px;
}

.event-list .list-group-item {
	border-left: 0;
	border-right: 0;
}

.event-list .list-group-item.active {
	color: #fff;
	background-color: #e06666;
	border-color: #e06666;
	border-radius: 6px;
}

.event-list .list-group-item.active a {
	color: #fff;
}

/* ===== Support Section ===== */
.support-section {
	margin: 25px 0;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	border-radius: 6px;
	padding: 20px;
	background-color: #fff;
}

.support-eyebrow {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.2;
	margin: 0 0 16px;
}

.support-eyebrow .chip {
	display: inline-block;
	background: #044f94;
	color: #fff;
	padding: 4px 10px;
	border-radius: 6px;
}

.support-heading {
	color: #222;
}

.btn-orange {
	display: inline-block;
	background: #ff5c1a;
	color: #fff;
	font-weight: 700;
	padding: 12px 22px;
	text-transform: uppercase;
	border-radius: 8px;
	text-decoration: none;
	box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
	transition: transform 0.06s ease, filter 0.2s ease;
}

.btn-orange:hover,
.btn-orange:active {
	background: #044f94;
	color: #fff;
}

/* Team page */
.team-card {
	margin-top: 30px;
}

.team-card-inner {
	text-align: center;
	background: #fff;
	padding: 25px;
	margin-bottom: 30px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	border-radius: 6px;
	height: 100%;
}

.team-content {
	padding-left: 0;
}

.team-name {
	font-size: 20px;
	font-weight: 700;
	margin: 0 0 6px;
}

.team-role {
	font-size: 16px;
	font-weight: 600;
	color: #e06666;
	margin-bottom: 10px;
}

.team-bio p:last-child {
	margin-bottom: 0;
}

.team-image {
	width: 220px;
	height: 220px;
	border-radius: 30px 0 30px 0;
	overflow: hidden;
	margin: 0 auto 25px auto;
}

.team-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0 !important;
}

/* Team Below */
.directors-row {
	padding-top: 50px;
}

.director-min {
	margin-top: 30px;
}

.director-card {
	background: #fff;
	padding: 25px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	border-radius: 6px;
	height: 100%;
	text-align: center;
}

.director-image {
	width: 220px;
	height: 220px;
	border-radius: 30px 0 30px 0;
	overflow: hidden;
	margin: 0 auto 25px auto;
}

.director-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0 !important;
}

.director-content {
	text-align: center;
}

.director-name {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
}

.director-bio p:last-child {
	margin-bottom: 0;
}


/*Chapter Directors */
.chapter-row {
	padding-top: 50px;
}

.chapter-min {
	margin-top: 50px;
}

.chapter-card {
	background: #fff;
	padding: 25px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	border-radius: 6px;
	height: 100%;
}

.chapter-image {
	width: 220px;
	height: 220px;
	border-radius: 30px 0 30px 0;
	overflow: hidden;
	margin: 0 auto 25px auto;
}

.chapter-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0 !important;
}

.chapter-name {
	margin-bottom: 10px;
	margin: -42px auto 0 auto;
	text-align: center;
	padding-bottom: 18px;
}

.chapter-name span {
	background-color: #e06666;
	color: #fff;
	padding: 10px 20px;
	border-radius: 30px 0 30px 0;
	display: inline-block;
}

.chapter-rols {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
	color: #044f94;
}

.chapter-bio p:last-child {
	margin: 0;
}

/* Member Ship Icon*/
.membership-area {
	text-align: center;
}

.membership-cards .col-md-4,
.membership-cards .col-md-3 {
	margin-bottom: 30px;
}

.membership-card {
	background-color: #fff;
	border-radius: 6px;
	padding: 50px;
	text-align: center;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;
	height: 100%;
}

.membership-card:hover {
	background-color: #e06666;
	color: #fff;
	transform: translateY(-8px);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.membership-card:hover img {
	filter: brightness(0) invert(1);
}

.membership-card:hover .membership-desc {
	color: #fff;
}

.membership-card:hover a {
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
}

.membership-icon {
	margin-bottom: 20px;
}

.membership-icon img {
	max-width: 100%;
	height: 80px;
	margin: 0 auto;
	display: block;
}

.membership-title {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 12px;
}

.membership-desc {
	margin: 0;
	color: #044f94;
	font-weight: bold;
}

.payments-cardinner {
	display: flex;
	align-items: center;
	justify-content: center;
}

.contact-topin {
	margin-bottom: 35px;
}

.contact-topin h4 {
	margin-bottom: 0;
	color: #e06666;
	display: flex;
	align-items: center;
}

.contact-topin h4 img {
	max-width: 25px;
	margin-right: 15px;
	border-radius: 0;
}

.contact-topin p {
	margin: 15px 0 0 0;
}

.contact-form {
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	border-radius: 6px;
	padding: 10px;
}

/* Event Page */
.event-col {
	margin-bottom: 30px;
}

.event-card {
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	border-radius: 6px;
	padding: 20px;
	overflow: hidden;
	display: flex;
	flex-direction: row;
	height: 100%;
}

.event-image {
	position: relative;
	flex: 0 0 40%;
	border-radius: 30px 0 30px 0;
	overflow: hidden;
}

.event-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.event-date {
	position: absolute;
	top: 10px;
	left: 10px;
	background: #e06666;
	color: #fff;
	text-align: center;
	padding: 6px 10px;
	font-weight: bold;
	border-radius: 6px;
}

.event-date .day {
	display: block;
	font-size: 18px;
	line-height: 1.2;
}

.event-date .month {
	display: block;
	font-size: 12px;
	text-transform: uppercase;
}

.event-content {
	flex: 1;
	padding: 20px;
}

.event-title {
	font-size: 18px;
	font-weight: 600;
	margin: 0 0 10px;
}

.event-excerpt {
	margin-bottom: 15px;
}

.event-link {
	color: #e06666;
	text-decoration: none;
}

.event-link:hover {
	text-decoration: underline;
}

.event-cards {
	display: flex;
	gap: 10px;
	align-items: flex-start;
}

.event-cards .event-date {
	position: static;
}

.single-serach-content {
	padding-top: 30px;
	padding-bottom: 30px;
}

.services-item-inner {
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	border-radius: 6px;
	padding: 25px;
	background-color: #fff;
	margin: 15px 0;
	position: relative;
	display: block;
}

.resource-item {
	background-color: #fff;
	border-radius: 6px;
	padding: 25px;
	text-align: center;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;
	margin-bottom: 25px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.resource-item img {
	margin-right: 20px;
}

.resource-item:hover {
	background-color: #e06666;
	color: #fff;
	transform: translateY(-8px);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.resource-item:hover .membership-desc {
	color: #fff;
}

.resource-item:hover img {
	filter: brightness(0) invert(1);
}

.resource-item .resource-title {
	display: flex;
	align-items: center;
	font-size: 20px;
}

.search-no-results .single-serach-content {
	min-height: 72vh;
}

.no-upcoming-event-msg {
	min-height: 70vh;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px;
}

@media (max-width: 767px) {
	.no-upcoming-event-msg {
		min-height: 40vh;
	}

	.no-upcoming-event-msg h2 {
		font-size: 24px;
	}
}

.center-bg {
	background-image: url('../images/center-bg.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 100%;
	padding: 25px;
}

.center-bg h3 {
	border-bottom: 1px solid #cd831a !important;
}

.btn-primary {
    color: #fff;
    background-color: #05336c!important;
}