/*!
Theme Name: cahf
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: cahf
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

cahf is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 @font-face {
    font-family: 'FuturaPTBold';
    src: url('./fonts/FuturaPTBold.eot');
    src: url('./fonts/FuturaPTBold.eot') format('embedded-opentype'),
         url('./fonts/FuturaPTBold.woff2') format('woff2'),
         url('./fonts/FuturaPTBold.woff') format('woff'),
         url('./fonts/FuturaPTBold.ttf') format('truetype'),
         url('./fonts/FuturaPTBold.svg#FuturaPTBold') format('svg');
}


 html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

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

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

/* .post,
.page {
	margin: 0 0 1.5em;
} */

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

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

.searchbtn .e-search-submit  { margin-left: -45px !important; z-index: 1; }

.searchbtn input.e-search-input { border: none !important;}
.card-1.elementor-posts--thumbnail-top .elementor-post__text { position: absolute; bottom: 28px; width: auto;padding-top: 5px;  padding-bottom: 5px;  padding-right: 50px; padding-left: 20px;  background: linear-gradient(90deg, rgba(255, 255, 255, 0.75) 74.74%, rgba(255, 255, 255, 0.00) 100%);}
.card-1 .elementor-post__thumbnail__link { margin-bottom: 0px !important;}

.card-2.elementor-posts--thumbnail-top .elementor-post__text { position: absolute; bottom: 15px; width: auto; padding-top: 5px;  padding-bottom: 5px;  padding-right: 50px; padding-left: 20px;  background: linear-gradient(90deg, rgba(255, 255, 255, 0.75) 74.74%, rgba(255, 255, 255, 0.00) 100%);}
.card-2 .elementor-post__thumbnail__link { margin-bottom: 0px !important;}
.card-2 article.elementor-grid-item{ position: relative;}

.testimonial-card .elementskit-client_logo  { height: 61px;}

 .testimonial-card .swiper-button-prev:after {width: 57px; height: 57px; background: url(./img/leftarrow.svg) no-repeat;     text-indent: -55px; overflow: hidden;}
 .testimonial-card .swiper-button-next:after {width: 57px; height: 57px; background: url(./img/rightarrow.svg) no-repeat;     text-indent: -55px; overflow: hidden;}
 .testimonial-card .swiper-navigation-button {width: 57px !important; height: 57px !important; }
 .event_sec > img {height: 286px !important; object-fit: cover; width: 100%;}
 .event_sec { position: relative; } 
.trans_sec { position: absolute; bottom: 0px;  padding:15px 25px ; background: rgba(7, 7, 78, 0.75);}	
.trans_sec h2 {color: #fff; font-size: 28px; font-weight: bold; font-family: "Open Sans", Sans-serif; margin: 0px;}
.trans_sec h2 a { color:#fff; }
.trans_sec .discription {color: #fff; font-size: 16px; font-weight: normal; font-family: "Open Sans", Sans-serif; margin: 0px;}
.btn-white { color: #0C5398; font-size: 14px; font-weight: 400;  font-family: "Open Sans", Sans-serif; background-color: #fff; border-radius: 50px; padding: 8px 35px;}
.btn-white:visited { color: #0C5398;}
.monthtext {font-size: 14px; font-family: "Open Sans", Sans-serif; color:#07074E;
	font-style: normal;
	font-weight: 400;}
	.datetext {font-size: 28px; font-family: "Open Sans", Sans-serif; color:#07074E;
		font-style: normal; line-height: normal;
		font-weight: 700;}

.dateblog{
	padding-left: 10px; 
	padding: 5px 5px 5px 15px;
	border-left: #0C5398 solid 5px;
}
.custom-event-heading a,
.custom-event-heading { display:block;color: #07074E; font-weight: 700; font-family: "Open Sans", Sans-serif; margin: 0px; font-size: 18px;}
.inner-banner .swiper-pagination  { text-align: right; padding-right: 100px; padding-bottom: 25px;}
.contactext a{ color: #fff !important;}
.custom-tab-bar nav.nav-tabs { position: relative;}
.custom-tab-bar .nav.nav-tabs::before  {width: 88%;  content: ""; bottom: 0px; left: 47px; right: 40px; height: 1px; background-color: #8D8D8D; position: absolute;}
.tribe-events .tribe-events-c-search__button, .tribe-events button.tribe-events-c-search__button{ 	border: #000000 solid 2px; border-radius: 5px; background-color: #fff; color: #000000; font-weight: bold;} 
.tribe-events .datepicker .day.active, .tribe-events .datepicker .day.active.focused, .tribe-events .datepicker .day.active:focus, .tribe-events .datepicker .day.active:hover, .tribe-events .datepicker .month.active, .tribe-events .datepicker .month.active.focused, .tribe-events .datepicker .month.active:focus, .tribe-events .datepicker .month.active:hover, .tribe-events .datepicker .year.active, .tribe-events .datepicker .year.active.focused, .tribe-events .datepicker .year.active:focus, .tribe-events .datepicker .year.active:hover {
	background-color: #07074E;
}
.tribe-common .tribe-common-h7, .tribe-common .tribe-common-h8 {
	font-family: 'FuturaPTBold';
}
.tribe-common--breakpoint-medium.tribe-events .tribe-common-c-btn.tribe-events-c-search__button:hover { background-color: #07074E; color: #fff;}
.tribe-common .tribe-common-h3,.tribe-events .tribe-events-calendar-list__event-date-tag-weekday, .tribe-common .tribe-common-h5, .tribe-common .tribe-common-h6 {font-family: "Open Sans", Sans-serif;}
.tribe-common--breakpoint-medium.tribe-common .tribe-common-h6--min-medium {  font-size: 24px; font-weight: 600;}
.tribe-common .tribe-common-h5, .tribe-common .tribe-common-h6 { font-weight: 800;}
.tribe-common--breakpoint-medium.tribe-common .tribe-common-b2 {margin-bottom: 0px;  font-family: "Open Sans", Sans-serif; font-size: 16px; font-weight: 400;}
.tribe-events .tribe-events-calendar-list__event-datetime-wrapper, .tribe-events .tribe-events-calendar-list__event-title { margin-bottom: 0px;}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-description { margin-top: 0px;}
.tribe-common .tribe-common-c-btn-border, .tribe-common a.tribe-common-c-btn-border {
	border:#000000 solid 1px; color: #000000;
 }
 .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button.tribe-events-c-subscribe-dropdown__button--active, .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus, .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus-within, .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button.tribe-events-c-subscribe-dropdown__button--active, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus-within, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover { 
	background-color: #07074E; color: #fff; border: #000000 solid 1px;
 }
 .tribe-common .tribe-common-c-btn-border:hover, .tribe-common a.tribe-common-c-btn-border:hover {
	border:#000000 solid 1px; color: #000000;
 }
 /* #tribe-events-pg-template { max-width: 100%; padding-left: 0px; padding-right: 0px;} */
.event-save-date-section .eventlist-block{ position: relative;}
.event-save-date-section .eventlist-block .eventlist-block-img img { height: 347px; object-fit: cover; width: 100%;}
.event-save-date-section .eventlist-block  .event-list-content { position: absolute; bottom: 0px; left: 0px; right: 0px; background: rgba(7, 7, 78, 0.75); padding-left: 21px; padding-top: 15px; padding-bottom: 24px; padding-right: 21px;}
.event-save-date-section .eventlist-block  .event-list-content h2 { color: #fff; font-size: 20px; font-weight: bold;  font-family: "Open Sans", Sans-serif;  } 
.event-save-date-section .eventlist-block  .event-list-content h2 a { color:#fff; }
.event-save-date-section .eventlist-block  .event-list-content h3 { color: #fff; font-size: 14px; font-weight: 600;  font-family: "Open Sans", Sans-serif;  } 
.custom-event-date { color: #fff; font-size: 16px; font-weight: 400; font-family: "Open Sans", Sans-serif; margin: 0px;}
.event-save-date-section .eventlist-block  .event-list-content .event-btn-block a { background-color: #fff; display: inline-flex; align-items: center; font-family: "Open Sans", Sans-serif;  text-transform: uppercase; color: #0C5398; font-size: 13px; font-weight: 400; padding: 9px 25px; border-radius: 50px; }
.registerd-section h3 { margin-bottom: 15px;}
.tribe-events-schedule { margin-top: 0px;}
.tribe-events-content ol, .tribe-events-content p, .tribe-events-content ul {font-family: "Open Sans", Sans-serif;}
.tribe-events-event-image img { height: 486px; object-fit: cover; width: 100%;}
.custom-blue-card-content ol{margin: 0px 0px 25px 20px; padding: 0px;}
.custom-blue-card-content ol li { font-size: 16px; color: #fff; padding: 0px; margin: 0px 0px 10px 0px; } 
.event_wrap {padding: 0px 0px;  background: var(--Wht, #FFF); height: 435px; margin-bottom: 35px;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);}
.event-wrap-img img { height: 208px !important; object-fit: cover; width: 100%;}
.slick-slide { padding-left: 15px; padding-right: 15px;}
.event-wrap-content {padding: 25px;}
.event-wrap-content .event-wrap-month { color: #000000; font-size: 16px; font-weight: 400; font-family: "Open Sans", Sans-serif;  text-transform: uppercase;}
.event-wrap-content .event-wrap-date { color: #000000; font-size: 24px; line-height: 18px; font-weight: 700; font-family: "Open Sans", Sans-serif;}
.event-wrap-content h2 {color: #000000; font-size: 20px; margin-bottom: 0px; font-weight: 700; font-family: "Open Sans", Sans-serif;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.event-wrap-content .event-wrap-date-block {color: #000000; font-size: 14px; margin-bottom: 0px; font-weight: 400; font-family: "Open Sans", Sans-serif;}
.event-wrap-content-block {margin-top: 15px; color: #000000; font-size: 14px;  font-weight: 400; font-family: "Open Sans", Sans-serif;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.card-3 .elementor-image-box-img img { height: 214px; object-fit: cover; width: 100%;}
.card-3 .elementor-image-box-img {display: block !important;}
.card-3 .elementor-image-box-content { padding: 12px 15px; background: linear-gradient(90deg, rgba(255, 255, 255, 0.75) 74.74%, rgba(255, 255, 255, 0.00) 100%); bottom: 10px; position: absolute;}
.card-3 .elementor-image-box-content h3 { margin-bottom: 0px;}
.card-3 .elementor-image-box-content {width: auto !important; padding-right: 35px;}
.custom-content-block h3{ margin-bottom: 14px !important;}
.custom-content-block .elementskit-box-style-content { margin-bottom: 10px;}
.text-3 p span { font-weight: 400; color: #0C5398; font-size: 32px;}
.text-b b { color: #0C5398; font-size: 20px; font-weight: 400;}


.ps-timeline-sec {
	position: relative;

  }
  .ps-timeline-sec .container {
	position: relative;
  }
  /* .ps-timeline-sec .container ol:before {
	background: #348e80;
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 100%;
	position: absolute;
	left: 8px;
	top: 49.5%;
  } */
  /* .ps-timeline-sec .container ol:after {
	background: #348e80;
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 100%;
	position: absolute;
	right: 8px;
	top: 49.5%;
  } */
  .ps-timeline-sec .container ol.ps-timeline {
	margin: 200px 0;
	padding: 0;
	border-top: 2px solid #348e80;
	list-style: none;
	  height: 1px;
	background-image: linear-gradient(90deg, #B7B7B7, #B7B7B7 75%, transparent 75%, transparent 100%);
	background-size: 5px 3px;
	border: none;
  }
  .ps-timeline-sec .container ol.ps-timeline li {
	float: left;
	width: 20%;
	padding-top: 30px;
	position: relative;
  }
  .ps-timeline-sec .container ol.ps-timeline li span {
	width: 28px;
	height: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: -17px;
	background: #fff;
	border: 2px solid #337CC3;
	border-radius: 50%;
	box-shadow: 0 0 0 0px #fff;
	text-align: center;
  
	color: #df8625;
	font-size: 2em;
	font-style: normal;
	position: absolute;
	top: -16px;
	left: 50%;
  }
  .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:before {
	content: "";
	color: #A0A0A0;
	width: 2px;
	height: 30px;
	background: #A0A0A0;
	position: absolute;
	top: -30px;
	left: 50%;
  }
  .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:after {
	content: "";
	color: #A0A0A0;
	width: 8px;
	height: 8px;
	background: #A0A0A0;
	position: absolute;
	bottom: 54px;
	left: 38%;
	border-radius: 100%;
  }
  .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:before {
	content: "";
	color: #A0A0A0;
	width: 2px;
	height: 30px;
	background: #A0A0A0;
	position: absolute;
	bottom: -30px;
	left: 50%;
  }
  .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:after {
	content: "";
	color: #A0A0A0;
	width: 8px;
	height: 8px;
	background: #A0A0A0;
	position: absolute;
	top: 54px;
	left: 38%;
	border-radius: 100%;
  }
  .ps-timeline-sec .container ol.ps-timeline li .img-handler-top {
	position: absolute;
	bottom: 0;
	margin-bottom: 130px;
	width: 100%;
  }
  .ps-timeline-sec .container ol.ps-timeline li .img-handler-top img {
	display: table;
	margin: 0 auto;
  }
  .ps-timeline-sec .container ol.ps-timeline li .img-handler-bot {
	position: absolute;
	margin-top: 60px;
	width: 100%;
  }
  .ps-timeline-sec .container ol.ps-timeline li .img-handler-bot img {
	display: table;
	margin: 0 auto;
  }
  .ps-timeline-sec .container ol.ps-timeline li p {
	text-align: center;
	width: 80%;
	font-size: 15px;
	 font-weight: 300;
  font-family: 'Open Sans', sans-serif;
	margin: 0 auto;
	line-height: 24px;
  }
  .ps-timeline-sec .container ol.ps-timeline li .ps-top {
	position: absolute;
	bottom: 0;
	margin-bottom: 100px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
  }
  .ps-timeline-sec .container ol.ps-timeline li .ps-bot {
	position: absolute;
	margin-top: 35px;
	left: 50%;
	width: 100%;
	transform: translateX(-50%);
  }
  
  
  .ps-timeline-sec .container ol.ps-timeline li h5 { text-align: center; font-size: 19.65px; color: #337CC3; font-family: 'Open Sans', sans-serif; margin: 0px 0px 5px;}
.cusom_container_search { max-width: 1160px; padding-top: 50px;}
.cusom_container_search header h2 {color: #337CC3; font-size: 16px; font-weight: 700; font-family: 'Open Sans', sans-serif;  margin-bottom: 0px;}
.cusom_container_search header h2  a { text-decoration: none; color: #337CC3;}
.cusom_container_search .entry-summary {margin-top: 5px; line-height: normal; margin-bottom: 25px; font-size: 16px; color: #000000;}
/* Location Image */
	
.searchbtn input{ padding-right: 50px !important; width: 100%;}
.custom_nav_accordian .accordion { background-color: transparent;}
.custom_nav_accordian .accordion-item {
	color: transparent;
    background-color: transparent;
    border: none;
}
.accordion-body ul.submenu { margin: 0px; padding: 0px 25px 15px;}
.accordion-body ul.submenu li a{ color: #FFFFFF; font-size: 13px; padding: 4px 35px; font-weight: 400;}
.nav_menu .accordion-collapse.show { background-color: #74839359;}
.nav_menu .accordion-button:not(.collapsed) {
    color: #C6DBF0;
    background-color: #74839359;
    box-shadow: none;
}
/* custom css  */
.custom-sidebar { background-color: #262848; width: 270px; }
.custom-sidebar .user-section-block { padding: 25px 36px; border-bottom: #E7EDF3 solid 1px; background-color: #74839333; }
.custom-sidebar .user-section-block .user-img { border-radius: 50px;}
.custom-sidebar .user-section-block .user-img img{width: 45px;height: 45px; object-fit: cover; border-radius: 50%;}
.user-info h3 { color: #E7EDF3; margin-bottom: 0px; font-size: 16px; font-weight: 600;}
.user-info p { margin-bottom: 0px; color: #FFFFFF; margin-bottom: 0px; font-size: 12px; font-weight: 300;}
.editext { color: #E7EDF3; font-weight: 600; font-size: 10px; text-decoration: none;}
.editext:hover { color: #E7EDF3; font-weight: 600; font-size: 10px; text-decoration: none;}
.nav_menu { padding-top: 30px; height: calc(100% - 156px);     overflow: auto;}
.nav_menu ul{ margin: 0px; padding: 0px;}
.nav_menu ul li { list-style: none;}
.nav_menu ul li a { display: flex; text-decoration: none; align-items: center; color: #C6DBF0; font-size: 14px; font-weight: 600; padding: 12px 35px;}
.nav_menu ul li a i svg { display: block;}
.nav_menu ul li a.active { background-color: #74839359; }
.mainbg-box { background-color: #FBFDFF;  }
.mainbg-box-container { max-width: 1600px; margin: auto; display: flex; flex-wrap: wrap;}
.mainboxblock {  padding: 50px; width: calc(100% - 270px);}
.mainboxblock h2 {color: #0C5398; font-size: 32px; font-weight: 400;}
.card-light {background-color: #E7EDF3; height: 100%; padding: 15px 25px; border-radius: 10px;}
.card-light h3 { margin: 0px; color: #0C5398; font-weight: 400; font-size: 20px; margin: 0px;}
.card-light .invoice-count { color: #0C5398; font-size: 48px; font-weight: 700; line-height: 48px;}
.card-light a.view_invoice { color: #0C5398; font-size: 14px; font-weight: 400; }
.education_link a { color: #0C5398; font-size: 14px; font-weight: 600; text-decoration: none;}
.mainboxblock h3 {color: #0C5398; font-size: 24px; font-weight: 400;}
table.custom_table thead tr th { background-color: #C6DBF0; padding: 7px 15px; font-size: 16px; font-weight: 600;}
table.custom_table tbody tr th { padding: 7px 15px;  font-weight: 600; font-size: 14px; color: #000000;}
table.custom_table tbody tr td { padding: 7px 15px;  font-weight: 400; font-size: 14px; color: #000000;}
.card-silck {background: #FFFFFF;  margin-bottom: 25px;
	box-shadow: 0px 3.26682px 3.26682px rgba(0, 0, 0, 0.15);}
.card-silck-img img {width: 100%;}
.card-silck-body {padding: 15px;}
.card-silck-body .monthblock { color: #000000; font-weight: 400; line-height: 16px; font-size: 14px;}
.card-silck-body .dateblock { color: #000000; font-weight: 700; line-height: 18px; font-size: 20px;}
.card-silck-body h4 { color: #000000; font-weight: 700; line-height: 18px; font-size: 16px; margin-bottom: 0px;}
.card-silck-body p.timeblock { color: #000000; font-weight: 400;  font-size: 11px; margin-bottom: 0px;}
.card-silck-body p { color: #000000; font-weight: 400;  font-size: 13px; margin-bottom: 0px;}
a.editext:visited { color: #fff;}
.addtoggle-menu { display: none;}

.light-blue-card-box { padding: 15px 25px; border-radius: 10px; background-color: #F6F9FC;}
.light-blue-card-box h3 { font-size: 20px; font-weight: 400; color: #0C5398; margin-bottom: 15px;}
.light-blue-card-box input {border: #D7D7D7 solid 1px; height: 35px; border-radius: 2px; padding: 10px;}
.light-blue-card-box label { margin-bottom: 3px; color: #000000; font-size: 14px; font-weight: 400;}
.link { text-decoration: none;}
.nav_menu { min-height: 500px;}

.col-xs-3 {
	width:14%!important;
}
.btn-primary {
	color: #fff;
	background-color: #0C5398;
	border-color: #0C5398;
  }
  .btn-primary:hover {
	color: #fff;
	background-color: #0C5398;
	border-color: #0C5398;
  }
  .btn-check:focus + .btn-primary, .btn-primary:focus {
	color: #fff;
	background-color: #0C5398;
	border-color: #0C5398;
	box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
  }
  .btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #0C5398;
	border-color: #0C5398;
  }

  .btn-outline-secondary {
	color: #0C5398;
	font-family: 'Open Sans', sans-serif; 
	color: #0C5398;
	font-weight: 400;
	line-height: normal;
	height: 31px;
	font-size: 14px;
	border-color: #0C5398;
  }
  .btn-outline-secondary:hover {
	color: #fff;
	background-color: #0C5398;
	border-color: #0C5398;
  }
  .btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
	box-shadow: 0 0 0 0.25rem rgba(80, 155, 221, 0.5);
  }
  .btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
	color: #fff;
	background-color: #0C5398;
	border-color: #0C5398;
  }
  .btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
	box-shadow: 0 0 0 0.25rem rgba(50, 159, 255, 0.5);
  }
  
  .btn-secondary {
	color: #07074E;
	background-color: #E7EDF3;
	border-color: #E7EDF3;
  }
  .btn-secondary:hover {
	color: #07074E;
	background-color: #E7EDF3;
	border-color: #E7EDF3;
  }
  .btn-check:focus + .btn-secondary, .btn-secondary:focus {
	color: #07074E;
	background-color: #E7EDF3;
	border-color: #E7EDF3;
	box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
  }
  .btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
	color: #07074E;
	background-color: #E7EDF3;
	border-color: #E7EDF3;
  }


  .avatar-upload {
	position: relative;
	max-width: 100px;
	margin: 10px auto;
  }
  .avatar-upload .avatar-edit {
	position: absolute;
	right: 2px;
	z-index: 1;
	bottom:0px;
  }
  .avatar-upload .avatar-edit input {
	display: none;
  }
  .avatar-upload .avatar-edit label {
	display: inline-block;
	width: 26px;
	height: 26px;
	margin-bottom: 0;
	border-radius: 100%;
	background: #0C5398;
	cursor: pointer;
	font-weight: normal;
	transition: all 0.2s ease-in-out;
  }
  /* .avatar-upload .avatar-edit label:hover {
	background: #f1f1f1;
	border-color: #d6d6d6;
  } */
  .avatar-upload .avatar-edit  label:after {
	content: "";
	color: #757575;
	position: absolute;
	background: url(./img/pencil-icon.png) no-repeat;
	top: 7px;
	left: 0;
	right: 0;
	width: 11px;
	height: 12px;
	text-align: center;
	margin: auto;
  }
  .avatar-upload .avatar-preview {
	width: 92px;
	height: 92px;
	position: relative;
	border-radius: 100%;
	border: 0px solid #F8F8F8;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  }
  .avatar-upload .avatar-preview > div {
	width: 100%;
	height: 100%;
	border-radius: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
  }
  .filter-input span { line-height: 16px;}
  .filter-input input.form-control {border: #D7D7D7 solid 1px; border-radius: 2px;}
  .custom_table a { color: #0C5398;text-decoration: none;}
  .custom-dropdown-menu { background-color: #F6F9FC; padding: 0px; margin-top: 10px !important; border: 0px; border-radius: 0px; position: relative; box-shadow: 1px 2px 8px 1px #000000;}
  .custom-dropdown-menu::before { content: ""; position: absolute; top: -11px; width: 36px; height: 14px; background: url(./img/polygon.png) no-repeat; right: -9px;} 
.custom-dropdown-menu label.form-check-label {	font-size: 13px; color: #000000;}
.custom-dropdown-menu .form-check-input {width: 14px; margin-top: 6px; height: 14px; border-radius: 2px; border: 1px solid #D7D7D7;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);}
	.custom-dropdown-menu .custom-dropdown-menu-body {padding: 14px;}
.custom-dropdown-menu-footer { background-color: #07074ECC;}
.custom-dropdown-menu-footer ul{ margin: 0px; padding: 0px; display: flex; align-items: center;}
.custom-dropdown-menu-footer ul li { list-style: none;  padding: 5px 15px; width: 50%; flex: 0 0 50%;}
.custom-dropdown-menu-footer ul li a { font-size: 12px; display: flex; align-items: center; color: #FFFFFF;}
.custom-dropdown-menu-footer ul li:last-child{ border-left: #fff solid 1px;}
address { margin-bottom: 0px;}
address strong { font-weight: bold; color: #000000; margin-bottom: 5px;}
address p { font-size: 14px; margin-bottom: 0px; color: #000000; line-height: normal;}
.table.table-border-none>:not(caption)>*>* {border-bottom-width:0px}
table.custom_table tfoot tr th { font-size: 14px;}
.btn-primary-light { background-color: #2872B9; border-color: #2872B9;}
.fs-14 { font-size: 14px;}
.card-height { height: 150px;}
.member-Dashboard h4 { font-size: 20px; font-weight: 400; color: #303030; margin-bottom: 0px;}
.member-Dashboard h3 { font-size: 26px; font-weight: 400; margin-bottom: 20px; color: #303030;} 
.card-alert-primary{ border: #c4e6f1 solid 1px;  background-color: #dcecf7; color: #406e8f;}
.paymentcard-block { border: #dedede solid 1px; padding: 15px; border-radius: 10px;}
.paymentcard-block thead th { padding-bottom: 10px; padding-top: 10px; border-bottom: #c9c8c8 solid 1px;}
.paymentcard-block tbody tr td { padding-top: 10px; padding-bottom: 10px;}
.hr{ background-color: #353535;}
.white-btn-seconday { background-color: #f3f3f3; color: #333333; box-shadow: 0px -1px 0px #d6c5c5 inset;  text-decoration: none; padding: 5px 10px; border-radius: 5px; font-size: 14px; text-transform: uppercase; font-weight: 400;}
.white-btn-seconday:hover, .white-btn-seconday:focus ,a.white-btn-seconday:visited { color: #333333; }
.blue-btn-seconday { background-color: #5488ca;  color: #fff; box-shadow: 0px -1px 0px #193d6c inset; text-decoration: none; padding: 5px 10px; border-radius: 5px; font-size: 14px; text-transform: uppercase; font-weight: 400;}
.blue-btn-seconday:hover, .blue-btn-seconday:focus ,a.blue-btn-seconday:visited { color: #fff; }

/*New Added CSS*/
.edu_m_box .elementor-image-box-title { 
    margin-right: auto;
    max-width: 150px;
    margin-left: auto;
    text-align: center;
    line-height: 25px;
	min-height:50px;
	margin-top:2px;
}


.member-document-btn {
	background-color: unset;
			border: none;
			padding: 0 13px 0 0;
	}

	.member-document-btn img {
		width: 12px;
		height: 12px;
	}

.member-document-btn:hover {
	background-color: unset;
			border: none;
			padding: 0 13px 0 0;
}

.doc-desc {
	width: 215px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.doc-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}



.doc-header a,.doc-upload,.doc-cancel  {
	text-decoration: none;
	border: 1px solid #0C5398;
	border-radius: 50px;
	padding: 9px 35px;
	display: flex;
	align-items: center;
	gap: 10px;
	color: #0C5398;
}

.doc-upload {
	background-color: #0C5398;
	border: 1px solid #0C5398;
	color: #fff;
}

.doc-upload:hover {
	background-color: #fff;
	color: #0C5398;
}

.doc-upload:hover img{
content: url("//cahf.org/wp-content/uploads/2025/04/upload-doc.svg");
}

.doc-cancel {
	background-color: #E7EDF3;
	color: #0C5398;
	border: 1px solid #E7EDF3;
}

.doc-cancel:hover {
	background-color: #0C5398;
	color: #E7EDF3;
	border: 1px solid #0C5398;
}

.links-ul-list ul,
.links-ul-list-info-box ul{
margin: 0;
padding-left: 0px;
	list-style:none;
}

.links-ul-list ul a{
text-decoration: underline;
	color: #337CC3;
}


.links-ul-list-info-box ul a{
text-decoration: underline;
	color: #000;
}

.links-ul-list ul li ul {
margin: 0;
padding-left: 20px;
list-style: square;
}

.links-ul-list ul li ul a,
.links-ul-list  a{
text-decoration: underline;
color: #337CC3;
}

.links-ul-list li {
	    margin: 7px 0;
}

/* Modal */
.open-btn {
  padding: 12px 24px;
  border: none;
  border-radius: 8px;
  color: white;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s ease;
}

/* Modal Overlay Styles */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: none; /* Hidden by default */
  align-items: center;
  justify-content: center;
}

.modal-overlay .btn-holder {
	display: flex;
	justify-content: end;
	gap: 10px;
}

/* Modal Content Styles */
.uploaddocmodal {
  background: #f5f9fc;
  padding: 30px;
  border-radius: 10px;
  max-width: 400px;
  width: 90%;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
  animation: slideDown 0.4s ease-out;
}


.docs-inputs {
	width: 100%;
	height: 35px;
}

.uploaddocmodal form {
	padding: 20px 0;
}

.uploaddocmodal form label {
	font-size: 14px;
	color: #000000;
}

/* Member Survey */
.surveys .nav {
	gap: 20px;
	}
	
	.surveys .nav-link {
	padding: 4px 0;
	color: #757575;
	font-size: 13px;
	font-weight: 500;
	border-radius: unset;
	}

	.surveys .nav-link:hover {
		background-color: unset;
		}
	
	
	.surveys .nav-link.active {
		border-bottom: 2px solid #337CC3;
	color: #0C5398;
	}

	.surveys .surveys-desc {
    margin: 0;
    width: 60%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.show-matches {
	color: #757575;
	font-size: 14px;
	font-weight: 500;
}
.directory-pagination .page-link {
	border: none;
	color: #748393;
	}
	
	.directory-pagination .page-link:visited {
	border: none;
	/* background-color: #E2E8F0; */
	}

	.search-bar {
		width: 100%;
		max-width: 700px;
		background: rgba(255, 255, 255, 0.2);
		display: flex;
		align-items: center;
		border-radius: 60px;
		border-color: rgba(129, 96, 221);
		padding: 10px;
	}
	.search-bar input {
		background: #EFEFEF;
		flex: 1;
		border: 0;
		border-radius: 20px;
		padding: 5px 20px;
		font-size: 16px;
		color: #cccc;
	}

	.search-bar button {
		border: 0;
		border-radius: 50%;
		padding: 5px;
		margin-left: -35px;
		background-color: #0e427b;
	}

	.search-bar button img {
		width: 18px;
    height: 18px;
	}

	.directoy-product-services {
		padding: 0;
    list-style-type: none;
		margin: 0;
	}



	/* Member Profile */

	.member-profile .member-wrapper {
		width: 500px;
	}

	.member-profile h3,
	.vendor-profile h3 {
		color: #07074E;
    font-size: 32px;
		margin: 0;
	}

	.member-profile p {
		color: #07074E;
		font-size: 16px;
		font-weight: 300;
	}

	.member-profile .line,
	.vendor-profile .line {
		width: 100%;
		height: 1px;
		background-color: #000000;
		display: block;
		margin: 5px 0;
	}

	.member-profile .member-infos,
	.vendor-profile .member-infos {
		margin-bottom: 10px;
	}

	.member-profile .member-details,
	.vendor-profile .member-details {
		font-size: 14px;
		font-weight: 600;
		color: #000000;
		margin: 0 20px 10px  0;
	}

	.member-profile .member-info,
	.vendor-profile .member-info {
		font-size: 14px;
		font-weight: 400;
		color: #000000;
		margin: 0 20px 10px  0;
	}
	.member-info a{
		text-decoration: none;
	}
	.member-profile .member-wrapper .avatar-preview {
		width: 121px; 
		height: 121px;
	}

	/* Vendor Profile */
	.vendor-profile .vendor-img {
		display: flex;
		gap: 40px;
		align-items: center;
	}

	.vendor-profile .vendor-info-title {
		font-size: 16px;
		font-weight: 400;
		color: #07074E;
		margin: 0 0 15px 0;
	}
	.vendor-profile .line {
		width: 66%;
		height: 1px;
		background-color: #000000;
		display: block;
		margin: 5px 0;
	}

.vendor-profile .vendor-table {
	width: 67%;
}

.other-links a {
	padding: 0 35px!important;
    color: #C6DBF0;
    font-size: 14px;
    font-weight: 600;
}

.other-links {
	display: flex;
    flex-direction: column;
	gap: 7px;
}

.nav_menu {
	height: auto;
}

.login-info {
	top: -100px;
}

#custom-login-form {
	display: flex;
    width: 100%;
    flex-direction: column;
}

#custom-login-form label {
		font-size: 16px;
    color: #000;
    font-weight: 400;
    font-family: 'Open Sans';
    letter-spacing: -0.48px;
	padding-bottom: 5px;
}

#custom-login-form button {
	    margin-bottom: 15px;
    padding: 9px 35px;
    width: 113px;
    border-radius: 50px;
    background: #2872B9;
    border: none;
}

#custom-login-form input {
	height: 40px;
}

#custom-login-form a {
	    color: #337CC3;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
	padding-left: 20px;
}

.text-link a {
	color:#000;
	text-decoration: underline;
}

.text-link a:visited {
	color:#000;
}

.text-link ul {
	margin: 0;
}

.resources .table-head {
background-color: #0C5398!important; 
color: #fff;
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: normal;
padding-left: 46px;
}

.resources td{
	background-color: #f6f7fb;
}


.resources .resource-title {
background: #E7EDF3; 
width: 44px;
text-align:center; 
color: #0C5398;
	vertical-align: middle;
}


.resources .resource-desc p {
width: 55%;
color:#0C5398;
}

.resources .resource-desc p a{
text-decoration: underline;
color:#0C5398;
}

.resources .resource-desc ul {
	margin: 0;
}

.member-iframe {
            width: 100%; /* or any specific width */
            border: none; /* Remove border if needed */
height: 300vh;
        }
/* Custom File Upload */

.user-logged-in {
	display:none;
}


/* Slide Down Animation */
@keyframes slideDown {
  from { transform: translateY(-20px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}

/* Event List style */
.event_list_row {
	display:flex;
	margin-bottom:40px;
	justify-content: space-between;
	font-family: "Open Sans", Sans-serif;
}
.event_list_row .e_date { min-width: 90px; width: 15%;}
.event_list_row .e_date .day { color:#0C5398; text-transform: uppercase; font-size:20px; font-weight:400; display: block;}
.event_list_row .e_date .day_1 { color:#0C5398; font-size:32px; font-weight:700; display: block;line-height: 27px;}

.event_list_row .e_details {  width: 85%; display:flex; justify-content: space-between; }
.event_list_row .detail1 { padding-right: 20px;}
.event_list_row .detail1 .event_name:hover { color:#000; }
.event_list_row .detail1 .event_name { font-size: 20px; font-weight:800; color:#0C5398; line-height: 28px;margin-bottom: 5px;}
.event_list_row .detail1 .event_name a{  color:#0C5398; }
.event_list_row .detail1 .date_and_time { font-size: 16px; font-weight:400; color:#000; line-height: 20px;margin-bottom: 7px;}
.event_list_row .detail1 .e_description { font-size: 16px; font-weight:400; color:#000; line-height: 20px;}

.event_list_row  .detail_image {width:100%; max-width:360px;}



/*Event Calendar Style*/
#calendar {
	width: 100%;
	max-width: 1800px;
	margin: 30px auto 50px;
	font-family: "Helvetica Neue", Helvetica, -apple-system, BlinkMacSystemFont, Roboto, Arial, sans-serif;
}

#calendar a {
	color: #666;
	text-decoration: none;
}
#calendar ul {
	list-style: none;
	padding: 0;
	margin: 0;
	clear: both;
	width: 100%;
}
#calendar li {
	display: block;
	float: left;
	width: 14.2857142857%;
	padding: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	
}
#calendar .weekdays {
	height: 40px;
	width: 99.6%;
}
#calendar .weekdays li {
	text-align: left;
	line-height: 20px;
	border: none !important;
	padding: 10px 0px;
	color: #5d5d5d;
	font-size: 0.9em;
}

#calendar .days li {
	height: 12em;
}

#calendar .days li:hover {
	background-color: #eee;
}

#calendar .first-week-days li { border-top:1px solid #ccc; }
#calendar .days li:last-child { border-right:1px solid #ccc;  }
#calendar .date {
	text-align: left;
	width:100%;
	margin-bottom: 0px;
	padding: 0px 5px 5px;
	color: #141827;
	display:block;
	font-size:24px;
	font-weight:700;
}
#calendar .date.lapse{
    color: #72747d
}

#calendar .other-month .date  {
	display: none;
}
#calendar .date_text { display:block;width:100%;}
#calendar .date_text span.title {
	color: #337CC3;
    font-size: 16px;
    font-weight: 600;
    display: block;
    line-height: 20px;
	margin-bottom: 4px;
    font-family: "Open Sans", Sans-serif;
}
#calendar .date_text span.title a { color: #337CC3; }
#calendar .date_text span.desc {
	color: #000;
    font-size: 14px;
    font-weight: 400;
    display: block;
    line-height: 18px;
    font-family: "Open Sans", Sans-serif;

}


#calendar .event {
	clear: both;
	display: block;
	font-size: 0.9em;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	padding: 5px;
	margin-top: 40px;
	margin-bottom: 5px;
	color: #009aaf;
	line-height: 1.2em;
	background-color: #e4f2f2;
	border: 1px solid #b5dbdc;
	text-decoration: none;
}

#calendar .event:hover {
	background-color: #BAEFEF;
	cursor: pointer;
}

#calendar .event-desc {
	color: #666;
	margin: 3px 0 7px 0;
	text-decoration: none;
}





.event_form_wrap { 
    display:flex;
    border:1px solid #e4e4e4;
    justify-content:flex-start;
    padding: 10px 40px;
 }
.s_event_name_wrapp { width: 30%; position:relative;}
.s_event_name_wrapp .s-input { 
    width: 100%; 
    border:0px; 
    outline: 0px; 
    font-size:14px;
    padding: 12px 10px;
}
.s_event_name_wrapp svg { 
    position:absolute;
    left:0px;
    height: 16px;
    width: 16px;
    left: -20px;
    top: 28%;
}

.event_form_wrap .spacer { width: 2px; border-right:1px solid  #e4e4e4;   height: 38px; }


.s_event_location_wrapp { width: 30%; position:relative;}
.s_event_location_wrapp .s-input { 
    width: 100%; 
    border:0px; 
    outline: 0px; 
    font-size:14px;
    padding: 12px 10px;
}

.s_event_location_wrapp svg { 
    position:absolute;
    left:0px;
    height: 16px;
    width: 16px;
    left: -20px;
    top: 28%;
}
.s_btn_wrap { margin-right:10px;}
.s_btn_wrap  .s-event-submit {
    border: #000000 solid 2px;
    border-radius: 5px;
    background-color: #fff;
    color: #000000;
    font-weight: bold;
    padding: 11px 20px;
    text-align:center;
    cursor:pointer;
}

.s_list_wrap { width:120px; height: 42px; overflow-y:hidden;}
.s_list_wrap ul {
    margin: 0px 0;
    padding: 0;
    list-style: none;
    position: absolute;
    background-color:#fff;
    padding: 6px 25px;
	border: 1px solid #fff; 
    
 }
 .s_list_wrap ul:hover { border: 1px solid #e4e4e4; }
 .s_list_wrap ul:hover li { display:block !important; }
.s_list_wrap li { width : 85px; text-align:left; margin-bottom:10px; position:relative;}
.s_list_wrap li.calendar { display:none;}
.s_list_wrap:hover li.calendar  { display:block;}
.s_list_wrap li a { text-decoration:none; color:#141827; }
.s_list_wrap li a:hover {  color:#0C5398; }
.s_list_wrap li.list svg { 
    position: absolute;
    height: 12px;
    width: 12px;
    right: 0px;
    top: 18%;
}

.navigation_date_wrapp { display:flex; justify-content: flex-start; margin-top: 40px;}
.navigation_date_wrapp .arrow_nav { display:flex; column-gap: 0px;}
.navigation_date_wrapp .arrow_nav a { outline:none; }
.navigation_date_wrapp .arrow_nav a svg {
    stroke: #444;
}
.navigation_date_wrapp .today {
    display: block;
    align-items: center;
    align-content: center;
}
.navigation_date_wrapp .today span { 
	border: 1px solid #e4e4e4;
    /* color: #e4e4e4; */
    padding: 3px 16px 5px;
    display: block;
    border-radius: 3px;
    font-size: 16px;
    line-height: 16px;
 }

 .navigation_date_wrapp .today span a { color:#000; text-decoration:none;}


 .navigation_date_wrapp .year {
    display: block;
    align-items: center;
    align-content: center;
}
.navigation_date_wrapp .year span { 
	
    font-size: 24px;
	font-weight:600;
	color:#000;
    font-family: "Open Sans", Sans-serif;;
 }



.event_selected_date { display:flex;  align-items: center; margin-bottom:50px; margin-top:60px;}
.event_selected_date h3 {
	font-family: "Open Sans", Sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 100%;
	color:#000;
	margin: 0;
	width: 170px;
}

.event_selected_date .bar { width: 100%; height:2px; border-bottom:1px solid #000;}

/* POP UP EVENT CONTENT*/
#calendar-e-popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	display: none;
	z-index: 9999;
  }
  
  .e-popup-content {
	background-color: #fff;
	padding: 20px;
	margin: 3% auto;
	width: 94%;
	max-width:1070px;
	border-radius: 8px;
	position: relative;
  }
  .ev_iframe_content { overflow-x: auto; height:570px;}
  
  .e-close-popup {
	position: absolute;
	top: 5px;
	right: 10px;
	cursor: pointer;
	font-size: 20px;
  }

  .text-un a { text-decoration: underline !important;}

  /* News Listing */
  .news-listing li { margin: 15px 0 !important; }
  .news-listing li  span.elementor-icon-list-icon { width:7.75px; height:7.75px; margin-top: -7px;} 
  .news-listing li a { 
	color:#000; 
	font-family: "Open Sans", Sans-serif;
    font-size: 16px !important;
    font-weight: 400;
    line-height: 24px; 
	margin-left: 9px;
	text-decoration:underline;
}


  /* Map_Location Styles  */

	
	.custom-map { position: relative;width: 500px; margin: auto; }
	.custom-map img {width: 100%;}
	.custom-map .tooltip-right 
	{    left: 32.4%;
		top: 10%; position: absolute; }

		.custom-map .tooltip-left {
			left: 5.9%;
			top: 19%;
	position: absolute;
}

.custom-map .tooltip-right-2
	{  left: 50.4%;
		top: 56%; position: absolute; }
		.custom-map .tooltip-left-2
	{  left: 56.4%;
		bottom: 16%; position: absolute; }

		.custom-map .tooltip-right-3
	{      right: 11.4%;
	bottom: 20%;
position: absolute; }

.pulse-circle h3 { font-size: 18px;  font-weight: 600; margin: 0px 0px 5px;}
.pulse-circle ul { margin: 0px; padding: 0px;}
.pulse-circle ul li { list-style: none; position: relative; padding-left: 10px;}
.pulse-circle ul li::before { content: ""; width: 3px; height: 3px; top: 50%; transform: translateX(-50%); border-radius: 50px; position: absolute; left: 0px; background-color: #fff;}

	@keyframes pulsate {
	0% {transform: scale(0.6, 0.6); opacity: 0.0;}
	50% {opacity: 1.0;}
	100% {transform: scale(1, 1); opacity: 0.0;}
}

@keyframes heart-pulse {
	0% {transform: scale(0.75, 0.75);}
	30% {transform: scale(1, 1);}
}

.pulse-base {
position: relative;
height: 41px;
width: 41px;
background: url("./img/Ellipse-10.png") no-repeat;
border-radius: 50%;
margin: 0 auto;
}



.pulse-base:before {
 content:"";
 border: 20px solid rgba(255, 255, 255, 0.8);
 border-radius: 50%;
 height: 41px;
 width: 41px;
 position: absolute;
 left: 0px;
 bottom: 0px;
 animation: pulsate 1.6s ease-out;
 animation-iteration-count: infinite; 
 opacity: 0.0;
 z-index: 99;
}




.panel {
margin: 140px auto;
display: flex;
background:black;
padding:45px;
}

.col {
width: 33.33%;
text-align: center;
}


.custom-tooltip {
	display:inline-block;
	position:relative;

	text-align:left;
}
.custom-tooltip .bottom {
	min-width:200px; 
	top:40px;
	left:50%;
	transform:translate(-50%, 0);
	padding:10px 20px;
	color:#fff;
	background-color:#7b8749;
	font-weight:normal;
	font-size:13px;
	border-radius:8px;
	position:absolute;
	z-index:99999999;
	box-sizing:border-box;
	box-shadow:0 1px 8px rgba(0,0,0,0.2);
	visibility:hidden; opacity:0; transition:opacity 0.8s;
}

.custom-tooltip:hover .bottom {
	visibility:visible; opacity:1;
}

.custom-tooltip .bottom i {
	position:absolute;
	bottom:100%;
	left:50%;
	margin-left:-12px;
	width:24px;
	height:12px;
	overflow:hidden;
}

.custom-tooltip .bottom i::after {
	content:'';
	position:absolute;
	width:12px;
	height:12px;
	left:50%;
	transform:translate(-50%,50%) rotate(45deg);
	background-color:#7b8749;

}
.custom-tooltip .right {
min-width: 200px;
top: 120%;
left: 115%;
transform: translate(0, -50%);
padding: 10px 20px;
color: #fff;
font-weight: normal;
font-size: 13px;
border-radius: 8px;
position: absolute;
z-index: 99999999;
box-sizing: border-box;
visibility: hidden;
opacity: 0;
transition: opacity 0.8s;
margin-left: 20px; /* Added spacing */
box-shadow: 0px 2px 8px #d6cdcdcc;
}

.custom-tooltip .right.custom-orrange {
background-color: #F39A49;
}
.custom-tooltip .left.custom-green {
background-color: #55AE74;
}
.custom-tooltip .right.custom-red {
background-color: #E82F60;
}
.custom-tooltip .left.custom-blue {
background-color: #513FBB;
}
.custom-tooltip .right.custom-skycolor {
background-color: #3C93C4;
}



.custom-tooltip:hover .right {
visibility: visible;
opacity: 1;
}

.custom-tooltip .right i {
position: absolute;
top: 50%;
left: -5px;
margin-top: -44px;
width: 12px;
height: 24px;
overflow: hidden;
}

.custom-tooltip .right i::after {
content: '';
position: absolute;
width: 8px;
height: 12px;
top: 50%;
left: 50%;
transform: translate(-50%, -50%) rotate(45deg);
}

.custom-tooltip .right.custom-orrange i::after {
background-color: #F39A49;
}
.custom-tooltip .right.custom-red i::after {
background-color: #E82F60;
}
.custom-tooltip .left.custom-blue i::after {
background-color: #513FBB;
}
.custom-tooltip .right.custom-skycolor i::after {
background-color: #3C93C4;
}

.custom-tooltip .left {
min-width: 200px;
top: 110%;
right: 105%;
transform: translate(0, -50%);
padding: 10px 20px;
color: #fff;

font-weight: normal;
font-size: 13px;
border-radius: 8px;
position: absolute;
z-index: 99999999;
box-sizing: border-box;

visibility: hidden;
opacity: 0;
transition: opacity 0.8s;
margin-right: 20px; /* Added spacing */
box-shadow: 0px 2px 8px #d6cdcdcc;
}

.custom-tooltip:hover .left {
visibility: visible;
opacity: 1;
}

.custom-tooltip .left i {
position: absolute;
top: 50%;
right: -5px;
margin-top: -32px;
width: 12px;
height: 24px;
overflow: hidden;
}

.custom-tooltip .left i::after {
content: '';
position: absolute;
width: 8px;
height: 12px;
top: 50%;
right: 50%;
transform: translate(50%, -50%) rotate(45deg);
background-color: #55AE74;
}

.custom-tooltip .top {
min-width: 200px;
bottom: 105%;
left: 50%;
transform: translate(-50%, 0);
padding: 10px 20px;
color: #fff;
background-color: #7b8749;
font-weight: normal;
font-size: 13px;
border-radius: 8px;
position: absolute;
z-index: 99999999;
box-sizing: border-box;

visibility: hidden;
opacity: 0;
transition: opacity 0.8s;
}

.custom-tooltip:hover .top {
visibility: visible;
opacity: 1;
}

.custom-tooltip .top i {
position: absolute;
bottom: -5px;
left: 50%;
margin-left: -12px;
width: 24px;
height: 12px;
overflow: hidden;
}

.custom-tooltip .top i::after {
content: '';
position: absolute;
width: 12px;
height: 12px;
bottom: 50%;
left: 50%;
transform: translate(-50%, 50%) rotate(45deg);
background-color: #7b8749;
}

.elementor-159 .elementor-element.elementor-element-94a6457 .elementkit-tab-wraper.elementskit-fitcontent-tab:not(.vertical) {
	text-align:center!important;
}


/* Custom Form Nomination CSS */
.form-parent {
	    display: flex;
    flex-direction: column;
    gap: 10px;
}


.form-holder {
	    border: 1px solid #E5E4E4;
    background: #F5F5F5;
    border-radius: 5px;
    padding: 10px 10px 1px 10px;
    margin-top: 5px;
}

.wpcf7-radio,
.form-holder .wpcf7-checkbox{
    display: flex;
    flex-direction: column;
}

.form-holder .wpcf7-radio .wpcf7-list-item,
.form-holder .wpcf7-checkbox .wpcf7-list-item{
display: flex;
    margin: 0;
}

.form-holder .wpcf7-radio .wpcf7-list-item label,
.form-holder .wpcf7-checkbox .wpcf7-list-item label{
    display: flex;
    align-items: center;
    gap: 5px;
}


.form-holder .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label,
.ekit-form form label{
    font-weight: bold!important;
	color: #555!important;
	font-size: 14px!important;
}

.form-holder .wpcf7-radio .wpcf7-list-item input,
.form-holder .wpcf7-checkbox .wpcf7-list-item input{
        margin-bottom: 0!important;
}

.ekit-wid-con .ekit-form form input:not([type=submit]):not([type=checkbox]):not([type=radio]),
.form-holder textarea,
.form-holder .wpcf7-select{
	    padding: 8px 12px 8px 5px!important;
	font-size: 13px!important;
	line-height: 18px!important;
    height: 36px!important;
	margin-bottom: 10px;
}

.form-holder textarea {
	height: 150px !important;
}
.accordion {
	gap: 10px;
    display: flex;
    flex-direction: column;
}
.accordion-item {
	border: 0;
}
.accordion-button {
	border: 1px solid #bbbbbb;
	    padding: 8px 10px;
    font-size: 15px;
	color: #464646!important;
	font-weight:bold;
}
.accordion-body {
	padding: 5px 0;
}
.accordion-button:not(.collapsed) {
	background-color: #fff!important;
}

.accordion-button:hover {
	background-color:#e6e6e6!important;
}

.button-holder {
	width: 100%;
	text-align: center;
}

.button-holder p .wpcf7-submit {
padding: 4px 14px!important;
    margin-bottom: 0!important;
    font-size: 14px!important;
    line-height: 20px!important;
	border: 1px solid #bbbbbb!important;
	border-radius: 4px!important;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05)!important;
	    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6)!important;
	color: #333333!important;

}

.button-holder p .wpcf7-submit:hover {
	color: #333333!important;
    text-decoration: none!important;
    background-color: #e6e6e6!important;
    background-position: 0 -28px!important;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear!important;
}

@media only screen and (max-width: 1430px) {
.custom-tooltip .left, .custom-tooltip .right {
	min-width:200px; 
	top:40px;
	left:50%;
	transform:translate(-50%, 0);
	padding:10px 20px;
	color:#fff;

	font-weight:normal;
	font-size:13px;
	border-radius:8px;
	position:absolute;
	z-index:99999999;
	box-sizing:border-box;
	box-shadow:0 1px 8px rgba(0,0,0,0.2);
margin:0px;
	visibility:hidden; opacity:0; transition:opacity 0.8s;
}



.custom-tooltip .left i , .custom-tooltip .right i {
	position:absolute;
	bottom:100%;
	left:50%;
	margin-left:-12px;
	width:24px;
	height:12px;
	overflow:hidden;
top:auto;
}

.custom-tooltip .left i::after, .custom-tooltip .right i::after {
	content:'';
	position:absolute;
	width:12px;
	height:12px;
top:0px;
	left:50%;
	transform:translate(-50%,50%) rotate(45deg);


}

}

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

.custom-map { position: relative;width: 270px; margin: auto; }
.custom-tooltip .left, .custom-tooltip .right {     padding:10px 10px;   min-width: 145px;}
.pulse-circle ul li { font-size:10px}
.pulse-circle h3 { font-size:14px;}
.custom-map .tooltip-right {
	left: 24.4%;
	top: 6%;
	position: absolute;
}
.custom-map .tooltip-left {
	left: 4.9%;
	top: 22%;
	position: absolute;
}
.custom-map .tooltip-right-2 {
	left: 41.4%;
	top: 50%;
	position: absolute;
}
.custom-map .tooltip-left-2 {
	left: 52.4%;
	bottom: 11%;
	position: absolute;
}
.custom-map .tooltip-right-3 {
	right: 15.4%;
	bottom: 20%;
	position: absolute;
}
.custom-tooltip .left.custom-green {        left: 116%;}
.custom-tooltip .left.custom-green i {        margin-left: -39px;}
}



@media(max-width:1100px) {
	#calendar {
		width: 100%;
	}
}

@media(max-width:768px) {
	#calendar {
		width: 100%;
	}
	
	#calendar .weekdays, #calendar .other-month {
		display: none;
	}
	
    #calendar li {
		height: auto !important;
		width: 100%;
		padding: 0px;
		display:flex;
	
	}

	#calendar .date {
		font-size: 18px;
		width: auto;
		margin-right: 15px;
	}

	
	#calendar .date {
		float: none;
	}
	
	#calendar .event {
		margin-top: 8px;
	}

	.s_event_name_wrapp {
		width: 60%;
	}
    
	#calendar .first-week-days li { border-top: 0px solid #ccc; }
	#calendar .first-week-days li:first-child { border-top: 1px solid #ccc; }
	#calendar ul.days {
		margin-top: -1px;
	}

	#calendar ul.days li {
		 padding-top: 7px;
		 padding-bottom: 7px;
		 border-right: 1px solid #ccc;
	}
	

	
}

@media(max-width:650px) { 

	.s_list_wrap ul { padding: 6px 6px; }
	.event_form_wrap {
		padding: 10px 27px;
	}
	.s_btn_wrap .s-event-submit { padding: 11px 7px; } 
	.s_btn_wrap {
		margin-right: 5px;
	}

	.s_event_name_wrapp .s-input {
		padding: 12px 5px 12px 0px;
	}
}



@media screen and (max-width: 1405px) and (min-width:1024px) {
	.custommenu ul.elementor-nav-menu li a{ padding: 0px 10px !important;}
}


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

	.custommenu .elementor-nav-menu--layout-horizontal { justify-content: center;}
	.custommenu .elementor-column {
		justify-content: center !important; 
 }
}


  @media screen and (max-width: 1199px) { 
	.ps-timeline-sec .container ol.ps-timeline li .ps-bot,.ps-timeline-sec .container ol.ps-timeline li .ps-top {width: 100% !important;}
}



@media screen and (max-width: 992px) {
	.nav_menu { min-height: auto;}
	.mainboxblock {width: 100%;}
	.custom-sidebar {margin-left: -270px; position: fixed; z-index: 999; bottom: 0px; top: 0px;}
	.mobile-relative{ position: relative;}
	.custom-sidebar.active { margin-left: 0px;}
	.addtoggle-menu a svg { transform: rotate(180deg);}
	.addtoggle-menu { position: absolute; right: -22px; top: 200px; width: 24px; display: flex; align-items: center; justify-content: center; height: 27px; background-color: #262848; color: #fff;  cursor: pointer;}
	.custom-sidebar.active a svg { transform: rotate(0deg);}
	.trans_sec h2 { font-size: 18px;}
	.trans_sec .discription  {font-size: 14px;}
	.btn-white { padding: 5px 33px;}
	.custom-event-heading  {font-size: 16px;}
	.datetext { line-height: 22px;}
	

	.ps-timeline-sec .container ol.ps-timeline {
		margin: 20px 0 !important;
		border-left: 2px solid #348e80;
		padding-left: 0 !important;
		padding-top: 50px !important;
		border-top: 0 !important;
		margin-left: 25px !important;
	  }
	  .ps-timeline-sec .container ol.ps-timeline { background-image: none !important; border-left: #337CC3 solid 1px !important;}
	  .ps-timeline-sec .container ol.ps-timeline li h5   {text-align: left !important;}
	  .ps-timeline-sec .container ol.ps-timeline li {
		height: 90px;
		float: none !important;
		width: inherit !important;
	  }
	  .ps-timeline-sec .container ol.ps-timeline li:nth-child(2) .img-handler-bot img {
		width: 70px;
	  }
	  .ps-timeline-sec .container ol.ps-timeline li:last-child {
		margin: 0;
		bottom: 0 !important;
		height: auto;
	  }
	  .ps-timeline-sec .container ol.ps-timeline li:last-child .img-handler-bot {
		bottom: 40px !important;
		width: 40% !important;
		margin-left: 25px !important;
		margin-top: 0 !important;
	  }
	  .ps-timeline-sec .container ol.ps-timeline li:last-child .img-handler-bot img {
		width: 100%;
	  }
	  .ps-timeline-sec .container ol.ps-timeline li:last-child .ps-top {
		margin-bottom: 0 !important;
		top: 20px;
		width: 50% !important;
	  }
	  .ps-timeline-sec .container ol.ps-timeline li span {
		left: 0 !important;
	  }
	  .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:before {
		content: none !important;
	  }
	  .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:after {
		content: none !important;
	  }
	  .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:before {
		content: none !important;
	  }
	  .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:after {
		content: none !important;
	  }
	  .ps-timeline-sec .container ol.ps-timeline li .img-handler-top {
		position: absolute !important;
		bottom: 150px !important;
		width: 30% !important;
		float: left !important;
		margin-left: 35px !important;
		margin-bottom: 0 !important;
	  }
	  .ps-timeline-sec .container ol.ps-timeline li .img-handler-top img {
		margin: 0 auto !important;
		width: 80% !important;
	  }
	  .ps-timeline-sec .container ol.ps-timeline li .img-handler-bot {
		position: absolute !important;
		bottom: 115px !important;
		width: 30% !important;
		float: left !important;
		margin-left: 35px !important;
		margin-bottom: 0 !important;
	  }
	  .ps-timeline-sec .container ol.ps-timeline li p {
		text-align: left !important;
		width: 100% !important;
		margin: 0 auto !important;
		margin-top: 0px !important;
	  }
	  .ps-timeline-sec .container ol.ps-timeline li .ps-top {
		width: 90% !important;
		float: right !important;
		right: 0;
		top: -15px;
	  }
	  .ps-timeline-sec .container ol.ps-timeline li .ps-bot {
		width: 90% !important;
		float: right !important;
		right: 0;
		top: -15px;
	  }
	  .ps-timeline-sec .container ol.ps-timeline li .ps-bot { margin-top: 0px !important;}
	  .ps-timeline-sec .container ol.ps-timeline { height: 100% !important;}
	
}

@media screen and (max-width: 767px) { .custom-tab-bar .nav.nav-tabs::before  { display: none;} 
.mainboxblock { padding: 25px;}
.text-b b  { font-size: 16px;}
.event-save-date-section .eventlist-block .event-list-content { padding: 15px;}
.mainboxblock h2 { font-size: 26px;}
.text-3 p span { font-weight: 400; color: #0C5398; font-size: 24px;}
.doc-header a {
	padding: 9px 20px;
	font-size: 12px;

}
	.nav_menu {
		height: 600px;
		padding-top: 10px;
	}
	
	.member-iframe {
		height: 500vh;
	}

}

@media screen and (max-width: 479px) {
	.ps-timeline-sec .container ol.ps-timeline li .ps-top,.ps-timeline-sec .container ol.ps-timeline li .ps-bot {width: 83%  !important;}
	.doc-header a {
		padding: 9px 10px;
		font-size: 12px;
	
	}
}