/*Header*/

.header-site-title {
	left: 140px
}

.header-logo {
	position: absolute;
	bottom: -2px;
}

.header-search.elementor-search-form--skin-minimal .elementor-search-form__icon {
	color: var(--e-global-color-f8db274);
}

.header-search .elementor-search-form__icon {
	background: #253052;
	opacity: 1 !important;
}

body:not(.rtl) .elementor-133 .elementor-element.elementor-element-776f88e .elementor-search-form__icon {
	padding-left: 10px !important;
	padding-right: 10px;
	border-radius: 2px;
}

.menu-dropdown .dropdown-items {
	column-count: 3;
}

.desktop-nav nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
	column-count: 3;
	max-width: 1200px;
}

.desktop-nav .menu-item a {
	padding: 10px 20px !important;
}

.header-search {
	width: 35% !important;
}

.g-translate .skiptranslate.goog-te-gadget {
	display: flex !important;
}

select.goog-te-combo {
	text-transform: uppercase;
	font-size: 11px;
}

.g-translate #google_language_translator select.goog-te-combo {
	padding: 7px !important;
}

.menu-item a:hover {
	text-decoration: underline !important;
}

/*Header End*/

/*Hero section*/


.clerk-title {
	font-size: 32px;
	font-weight: 200;
}


.hero-card {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	background-color: #253052;
	transition: 0.3s;
	text-align: center;
	color: #fff;
	padding: 33px 33px 0px 33px;
	font-family: 'Montserrat';
}

.card:hover {
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.container {
	padding: 12px 16px;
}

.hero-card-title {
	font-size: 30px;
	font-style: italic;
	font-weight: 200;
}

.hero-card-title-desc {
	font-size: 18px;
	font-weight: bold;
}


/*Hero section end*/


/*Service page*/


.breadcrumbs {
	list-style: none;
	overflow: hidden;
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	text-transform: uppercase;
	font-size: 15px;
	padding-left: 10px;
	display: flex;
	flex-wrap: wrap;
	gap: 1px;
}

.breadcrumbs li {
	float: left;
}

.breadcrumbs li a {
	color: white;
	text-decoration: none;
	padding: 5px 0 5px 43px;
	background: #253052;
	position: relative;
	display: block;
	float: left;
}


.breadcrumbs li a::after {
	content: " ";
	display: block;
	width: 0;
	height: 0;
	border-top: 50px solid transparent; /* Go big on the size, and let overflow hide */
	border-bottom: 50px solid transparent;
	border-left: 30px solid #253052;
	position: absolute;
	top: 50%;
	margin-top: -50px;
	left: 100%;
	z-index: 2;
}

.breadcrumbs li:not(:last-child) a::before {
	content: " ";
	display: block;
	width: 0;
	height: 0;
	border-top: 50px solid transparent;
	border-bottom: 50px solid transparent;
	border-left: 30px solid black;
	position: absolute;
	top: 50%;
	margin-top: -50px;
	margin-left: 1px;
	left: 100%;
	z-index: 1;
}

.breadcrumb li:first-child a {
	padding-left: 10px;
}

.breadcrumbs li:last-child a {
	background: #8d98a7;


	pointer-events: none;
	cursor: default;
}


.breadcrumb li:last-child a::after {
	border: 0;
}

.breadcrumbs li:last-child a::after {

	border-left: 30px solid #8d98a7;
}


.breadcrumbs li:nth-child(3) a:after {
	border-left-color: #8d98a7;
}


/*box section*/
.box-overlay {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/*box section end*/


.fa-circle {
	/* background: red; */
	color: #253052;
}

.icon-large {
	font-size: 36px;
}

.bg-primary {
	color: var(--e-global-color-primary);
}

.popular-resources-wrap .fa:hover {
	transition: 0.2s ease-in-out;
	color: var(--e-global-color-accent);
}


/*upcoming events*/

.upcoming-events .tribe-events-header {
	display: none !important;
}

.upcoming-events nav.tribe-events-calendar-list-nav.tribe-events-c-nav {
	display: none;
}

.upcoming-events .tribe-events-c-subscribe-dropdown__container {
	display: none !important;
}

.upcoming-events .tribe-common .tribe-common-g-row {

	align-items: center;
}

.upcoming-events .tribe-events-widget-events-list__view-more.tribe-common-b1.tribe-common-b2--min-medium {
	display: none;
}

.upcoming-events header.tribe-events-widget-events-list__event-header {
	display: flex !important;
	flex-direction: column-reverse;
}

.tribe-events .tribe-events-l-container {
	min-height: 0 !important;
	padding-bottom: 0px !important;
	padding-top: 0px !important;
}

.tribe-common .tribe-common-l-container {
	padding-left: 0px !important;
}

time.tribe-events-calendar-list__month-separator-text.tribe-common-h7.tribe-common-h6--min-medium.tribe-common-h--alt {
	color: #fff;
}

.header-site-title {

}

.header-site-title a {
	text-decoration: none !important;
}

/*Upcoming events end*/


/*recaptcha styles*/

.grecaptcha-badge {
	z-index: 1;
}

/*recaptcha end*/

/*Service Page End*/

/*mobile styles*/

@media screen and (max-width: 425px) {
	.header-search {
		width: 100% !important;
	}

	.clerk-title {
		font-size: 4.6vw;
	}

}



@media screen and (max-width: 768px) {
	.header-logo {
		position: relative;
	}

	.header-site-title {
		left: 0px
	}

	.e-n-menu-item-title {
		padding-left: 4px !important;
		padding-right: 4px !important;
	}

	.breadcrumbs {
		font-size: 13px;
		display: flex;
		flex-wrap: wrap;
		gap: 2px;
	}

	.breadcrumbs li a {
		padding: 2px 10px 2px 10px;
		position: unset;
		margin-left: 1px;
	}

	.breadcrumbs li:not(:last-child) a::before {
		display: none;
	}

	.breadcrumbs li a::after {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.header-search {
		width: 100% !important;
	}


}
