@charset "UTF-8";
/*!
Theme Name: test
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: test
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.

test 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

--------------------------------------------------------------*/
/* when the menu and other elements collapse or columns reduce. */
/*--------------------------------------------------------------
# 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.
 */
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;
}
div#wistia_41\.thumb_container {
    width: 100% !important;
    height: 100% !important;
}
div#wistia_41\.thumb_container a {
    width: 100% !important;
    height: 100% !important;
    display: block !important;
}
.wistia_popover_mode {
    overflow: hidden !important;
}
button#wistia-mpoq9x154m-1_popover_popover_close_button,
button#wistia-lqigqedyg0-1_popover_popover_close_button{
    opacity: 1 !important;
}
.ue_main .ue_btnAll,
.ue_inner{
display: none !important;
}
/**
 * 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 ButtonText;
}

/**
 * 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: "poppins", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: "nimbus-sans", sans-serif;
}

li,
span,
a,
p, em, b, strong {
	font-family: "nimbus-sans", sans-serif;
}

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
--------------------------------------------- */
.navbar-toggler-con {
	display: flex;
	height: 100%;
	width: 100%;
	align-items: center;
	justify-content: flex-end;
}

.navbar-toggler-con .navbar-toggler {
	background: #fff;
	color: #000;
	border: 0px;
	box-shadow: none;
	min-height: 36px;
}

.brand-buttons {
	display: none;
}

.brand-buttons .button {
	margin-left: 1rem;
}

#site-navigation {
	font-size: 22px;
	font-weight: 300;
	background-color: #eee;
	border-bottom: 1px solid #fff;
	color: #000;
	padding: 0;
}

#site-navigation .navbar-nav {
	margin: 0px;
}

#site-navigation .nav-link,
#site-navigation .dropdown-item {
	padding: 0.5rem 1rem;
}

#site-navigation .dropdown-menu {
	margin-top: 0px;
	border: 0px;
	padding: 0px;
	padding-left: 3rem;
	font-size: inherit;
}

#site-navigation .dropdown-menu .dropdown-item {
	font-weight: inherit;
}

#site-navigation .dropdown-menu .dropdown-item:hover {
	background: none;
}

#site-navigation a {
	color: #000;
}

#site-navigation a:visited {
	color: #000;
}

#site-navigation ul {
	background: #eee;
}

@media screen and (min-width: 992px) {
	.navbar-toggler-con {
		display: none;
	}
	.brand-buttons {
		display: block;
	}
	.navbar-collapse > ul {
		width: 100%;
		justify-content: center;
	}
	.navbar-collapse > ul li {
		padding: 0px 2.5rem;
	}
	#site-navigation .dropdown-menu {
		padding-left: 0rem;
	}
	.hide-on-desktop {
		display: none;
	}
}

/* comment and post nav */
.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 0em;
}

.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;
}

/* set better content container widths for common screen sizes */
.container-md {
	max-width: 1336px;
	margin: 0 auto;
	width: 100%;
	padding: 0px 20px;
}

.container-lg {
	max-width: 1640px;
	margin: 0 auto;
	width: 100%;
}

@media (max-width: 1700px) {
	.container-lg {
		max-width: 1320px;
		padding: 0px 20px;
	}
}

header#sticky-header {
	position: relative;
	z-index: 1000;
	transition: background-color 0.3s ease;
}

header#sticky-header.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}

/**Header Scss Start**/
.top-color-bar {
	width: 100%;
	display: flex;
}

.top-color-bar .color-segment {
	flex: 1;
	min-height: 13px;
}

.header-overly {
	display: none;
}

.show-header {
	overflow: hidden;
}

.show-header .header-overly {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.9);
	z-index: 9;
}

.show-header .header-nav {
	transform: translate(0px, 0px) !important;
}

header {
	background-color: #fff;
}

header .mobile_toggle, header .header-overly {
	display: none;
}

@media (max-width: 992px) {
	header .mobile_toggle {
		display: block;
	}
	header .mobile_toggle svg {
		width: 30px;
		height: 30px;
	}
}

header .header-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 25px 15px 16px 15px;
}

header .header-content .header-logo img {
	max-width: 349px;
	width: 100%;
}

@media (max-width: 1700px) {
	header .header-content .header-logo img {
		max-width: 250px;
	}
}

@media (max-width: 992px) {
	header .header-content .header-logo img {
		max-width: 150px;
	}
}

header .header-content .header-nav .header_close {
	display: none;
	width: 30px;
	height: 30px;
	float: right;
}

@media (max-width: 992px) {
	header .header-content .header-nav .header_close {
		display: block;
	}
}

@media (max-width: 992px) {
	header .header-content .header-nav {
		display: block;
		height: 100%;
		position: fixed;
		width: 300px;
		left: 0;
		top: 0;
		background: #fff;
		padding: 100px 20px;
		z-index: 99;
		transition: all 0.4s ease-in-out;
		transform: translate(-300px, 0px);
	}
}

header .header-content .header-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

header .header-content .header-nav ul li {
	display: inline-block;
	margin-right: 60px;
}

@media (max-width: 1700px) {
	header .header-content .header-nav ul li {
		margin-right: 30px;
	}
}

@media (max-width: 992px) {
	header .header-content .header-nav ul li {
		width: 100%;
		margin: 0;
	}
}

header .header-content .header-nav ul li a {
	text-decoration: none;
	color: #000;
	font-size: 26px;
	font-weight: 600;
}

@media (max-width: 1700px) {
	header .header-content .header-nav ul li a {
		font-size: 20px;
	}
}

@media (max-width: 1350px) {
	header .header-content .header-nav ul li a {
		font-size: 16px;
	}
}

@media (max-width: 992px) {
	header .header-content .header-nav ul li a {
		padding: 10px;
		display: block;
	}
}

/**Header Scss End**/
/**Footer Scss Start**/
footer {
	background-color: #fff;
}

footer .top-color-bar {
	display: flex;
}

footer .top-color-bar .color-segment {
	flex: 1;
	height: 35px;
}

footer .footer-content {
	display: flex;
	align-items: center;
	max-width: 1640px;
	margin: 0 auto;
	padding: 60px 20px;
	gap: 37px;
	justify-content: center;
}

@media (max-width: 767px) {
	footer .footer-content {
		flex-direction: column;
	}
}

footer .footer-content .footer-left p {
	margin: 0;
	color: #000;
	font-size: 15px;
	line-height: 38px;
}

footer .footer-content .footer-left a {
	text-decoration: none;
	color: #000;
}

footer .footer-content .footer-right img {
	max-width: 40px;
}

/**Footer Scss End**/
.women-power {
	max-width: 1376px;
	padding: 100px 20px;
}

@media (max-width: 767px) {
	.women-power {
		padding: 50px 20px;
	}
}

.women-power h2 {
	margin: 0;
	font-size: 45px;
	line-height: 57px;
}

@media (max-width: 767px) {
	.women-power h2 {
		font-size: 30px;
		line-height: 35px;
	}
}

.women-power p {
	margin: 0 auto;
	font-size: 22px;
	line-height: 35px;
	max-width: 1062px;
	padding: 40px 0px 10px;
}

@media (max-width: 767px) {
	.women-power p {
		font-size: 20px;
		line-height: 30px;
	}
}

.women-power h3 {
	margin: 0 0px 36px;
	font-size: 30px;
	line-height: 35px;
}

@media (max-width: 767px) {
	.women-power h3 {
		font-size: 20px;
		line-height: 25px;
	}
}

.women-power a {
	font-size: 22px;
	letter-spacing: 1.35px;
	padding: 15px 30px;
	font-weight: 700;
}

@media (max-width: 767px) {
	.women-power a {
		font-size: 20px;
	}
}

.women-power .line_wrapper {
	display: flex;
	height: 12px;
	max-width: 854px;
	margin: 30px auto 0;
}

.women-power .line_wrapper .line1 {
	width: 50%;
}

.women-power .line_wrapper .line2 {
	width: 30%;
}

.women-power .line_wrapper .line3 {
	width: 20%;
}

.wwd {
	max-width: 1336px;
	padding: 100px 20px 50px;
}

@media (max-width: 767px) {
	.wwd {
		padding: 50px 20px 20px;
	}
}

.wwd h2 {
	margin: 0;
	font-size: 32px;
	line-height: 35px;
	letter-spacing: 1.6px;
}

.wwd hr {
	border: 6px solid;
	border-left: none;
	border-right: none;
	height: auto;
	margin: 16px 0px 44px;
}

.wwd p {
	margin: 0;
	font-size: 21px;
	line-height: 38px;
	color: #010101;
	margin-bottom: 25px;
}

.shape-col {
	max-width: 1376px;
	padding-bottom: 80px;
	justify-content: space-between;
}

@media (max-width: 767px) {
	.shape-col {
		padding-bottom: 20px;
	}
}

@media (max-width: 992px) {
	.shape-col {
		justify-content: center;
	}
}

.shape-col .wp-block-column {
	max-width: 580px;
}

.shape-col .wp-block-column figure {
	height: 550px;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media (max-width: 767px) {
	.shape-col .wp-block-column figure {
		height: auto;
	}
}

.shape-col .wp-block-column h2 {
	margin: 22px 0px 18px;
	font-size: 32px;
	line-height: 35px;
	letter-spacing: 1.6px;
}

@media (max-width: 1350px) {
	.shape-col .wp-block-column h2 {
		font-size: 22px;
	}
}

.shape-col .wp-block-column hr {
	border: 6px solid;
	margin: 0 0px 44px;
}

.shape-col .wp-block-column p {
	font-size: 20px;
	line-height: 38px;
	color: #010101;
	min-height: 200px;
}

@media (max-width: 767px) {
	.shape-col .wp-block-column p {
		min-height: auto;
	}
}

.what-expect {
	max-width: 1376px;
	padding: 100px 0px;
}

@media (max-width: 1700px) {
	.what-expect {
		padding: 100px 20px;
	}
}

@media (max-width: 767px) {
	.what-expect {
		padding: 50px 20px;
	}
}

.what-expect h2 {
	margin: 0;
	font-size: 32px;
	line-height: 35px;
	letter-spacing: 1.6px;
}

.what-expect p {
	color: #010101;
	font-size: 20px;
	line-height: 38px;
	margin: 0;
}

.what-expect hr {
	margin: 16px 0px 40px;
	border: 6px solid;
}

.what-expect .step-card {
	margin-top: 80px;
	gap: 0;
}

@media (max-width: 767px) {
	.what-expect .step-card {
		margin-top: 50px;
		gap: 20px;
		padding: 0px 0px;
	}
}

.what-expect .step-card .wp-block-column {
	align-self: flex-start;
}

.what-expect .step-card h3 {
	font-size: 32px;
	line-height: 35px;
	letter-spacing: 1.6px;
	padding: 25px;
	margin: 30px 0px 22px;
}

.what-expect .step-card p {
	max-width: 228px;
	margin: auto;
}

.what-expect .step_list {
	margin: 65px 0px 0px;
	padding-left: 30px;
}

.what-expect .step_list li {
	color: #010101;
	font-size: 20px;
	line-height: 38px;
	margin-bottom: 20px;
}

.what-expect .step_list li:nth-last-child(1) {
	margin-bottom: 0px;
}

.what-expect .step_list li::marker {
	background: #E05E03;
	color: #E05E03;
	font-size: 40px;
}

.what-expect p a {
	text-decoration: none;
	font-size: 22px;
	line-height: 38px;
	font-weight: 600;
}

.what-expect .expect_btn .wp-block-button__link {
	margin-top: 50px;
	font-weight: 600;
	font-size: 26px;
	padding: 20px 35px;
	letter-spacing: 1.35px;
	line-height: 35px;
}

.home_testimonial {
	background: #DADEEA;
	padding: 100px 0px;
	margin-top: 100px;
}

@media (max-width: 767px) {
	.home_testimonial {
		padding: 50px 0px;
	}
}

.home_testimonial h2 {
	margin: 0;
	color: #455B94;
	font-size: 32px;
	line-height: 35px;
	letter-spacing: 1.6px;
	border-bottom: 6px solid #E05E03;
	padding-bottom: 16px;
	width: auto;
	display: inline-block;
}

.home_testimonial .testimonial_slider {
	margin: 60px 0px 0px !important;
}

.home_testimonial .testimonial_slider .testimonial_slide {
	background: #FFFFFF;
	padding: 60px 100px;
	display: flex;
	align-items: center;
}

@media (max-width: 1350px) {
	.home_testimonial .testimonial_slider .testimonial_slide {
		align-items: flex-start;
	}
}

@media (max-width: 992px) {
	.home_testimonial .testimonial_slider .testimonial_slide {
		flex-wrap: wrap;
		gap: 50px;
	}
}

@media (max-width: 767px) {
	.home_testimonial .testimonial_slider .testimonial_slide {
		padding: 20px;
	}
}

.home_testimonial .testimonial_slider .testimonial_slide .testi_left {
	width: 350px;
	border-right: 1px solid #707070;
	padding-right: 20px;
}

@media (max-width: 1350px) {
	.home_testimonial .testimonial_slider .testimonial_slide .testi_left {
		width: 250px;
	}
}

@media (max-width: 992px) {
	.home_testimonial .testimonial_slider .testimonial_slide .testi_left {
		padding: 0;
		margin-left: 0;
		border: none;
		width: 300px;
	}
}

.home_testimonial .testimonial_slider .testimonial_slide .testi_left .testi_img {
	display: block;
	width: 260px;
	height: 290px;
}

@media (max-width: 1350px) {
	.home_testimonial .testimonial_slider .testimonial_slide .testi_left .testi_img {
		width: 200px;
		height: 200px;
	}
}

@media (max-width: 992px) {
	.home_testimonial .testimonial_slider .testimonial_slide .testi_left .testi_img {
		width: 100%;
		height: auto;
	}
}

.home_testimonial .testimonial_slider .testimonial_slide .testi_left .testi_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.home_testimonial .testimonial_slider .testimonial_slide .testi_left .testi_text {
	display: block;
	margin-top: 35px;
}

.home_testimonial .testimonial_slider .testimonial_slide .testi_left .testi_text h3 {
	margin: 0;
	font-size: 28px;
	line-height: 35px;
	letter-spacing: 1.4px;
	color: #455B94;
}

.home_testimonial .testimonial_slider .testimonial_slide .testi_left .testi_text p {
	margin: 0;
	font-size: 18px;
	color: #010101;
	line-height: 33px;
}

.home_testimonial .testimonial_slider .testimonial_slide .testi_right {
	width: calc(100% - 350px);
	padding-left: 60px;
}

@media (max-width: 1350px) {
	.home_testimonial .testimonial_slider .testimonial_slide .testi_right {
		width: calc(100% - 250px);
	}
}

@media (max-width: 992px) {
	.home_testimonial .testimonial_slider .testimonial_slide .testi_right {
		width: 100%;
		padding: 0;
	}
}

.home_testimonial .testimonial_slider .testimonial_slide .testi_right .testi_right-content {
	font-size: 20px;
	line-height: 40px;
	position: relative;
}

.home_testimonial .testimonial_slider .testimonial_slide .testi_right .testi_right-content p {
	margin: 0;
}

.home_testimonial .testimonial_slider .testimonial_slide .testi_right .testi_right-content p::before {
	content: '“';
	color: #E05E03;
	font-size: 30px;
	font-weight: 700;
}

.home_testimonial .testimonial_slider .testimonial_slide .testi_right .testi_right-content p::after {
	content: '”';
	color: #E05E03;
	font-size: 30px;
	font-weight: 700;
}

.home_testimonial .testimonial_slider .testimonial_slide .testi_right .testi_right-content b {
	text-transform: uppercase;
	color: #E05E03;
}

.home_testimonial .testi_lines {
	height: 12px;
	display: flex;
}

.home_testimonial .testi_lines .testi_line1 {
	background: #FEDCC1;
	height: 100%;
	width: 25%;
}

.home_testimonial .testi_lines .testi_line2 {
	height: 100%;
	background: #F5BF97;
	width: 15%;
}

.home_testimonial .testi_lines .testi_line3 {
	height: 100%;
	background: #F2A26D;
	width: 15%;
}

.home_testimonial .testi_lines .testi_line4 {
	height: 100%;
	background: #EA8845;
	width: 15%;
}

.home_testimonial .testi_lines .testi_line5 {
	height: 100%;
	background: #E27121;
	width: 15%;
}

.home_testimonial .testi_lines .testi_line6 {
	height: 100%;
	background: #E05E03;
	width: 15%;
}

.home_testimonial .site_btn--wrapper {
	text-align: center;
}

.home_testimonial .site_btn--wrapper .site_btn {
	font-size: 26px;
	line-height: 35px;
	letter-spacing: 1.35px;
	color: #fff;
	text-decoration: none;
	margin-top: 50px;
	display: inline-block;
	background: #EA8845;
	padding: 25px 30px;
	font-weight: 700;
}

@media (max-width: 767px) {
	.home_testimonial .site_btn--wrapper .site_btn {
		font-size: 16px;
		line-height: 25px;
	}
}

.events_main {
	padding: 100px 0px;
}

@media (max-width: 767px) {
	.events_main {
		padding: 50px 0px;
	}
}

.events_main h2 {
	margin: 0;
	color: #455B94;
	font-size: 32px;
	line-height: 35px;
	letter-spacing: 1.6px;
	border-bottom: 6px solid #E05E03;
	padding-bottom: 16px;
	width: auto;
	display: inline-block;
}

.events_main .events_inner {
	margin-top: 60px;
	display: grid;
	gap: 30px;
	grid-template-columns: 45% 55%;
	width: calc(100% - 30px);
}

@media (max-width: 767px) {
	.events_main .events_inner {
		display: block;
		width: 100%;
	}
}

@media (max-width: 767px) {
	.events_main .events_inner .single_event {
		margin-bottom: 10px;
		display: block;
	}
}

.events_main .events_inner .single_event:nth-child(1) {
	grid-row: 1 / span 2;
	padding: 150px 0px;
}

@media (max-width: 767px) {
	.events_main .events_inner .single_event:nth-child(1) {
		padding: 0px 0px;
	}
}

.events_main .events_inner .single_event:nth-child(1) .s_eventImg {
	height: 690px;
	display: block;
}

@media (max-width: 992px) {
	.events_main .events_inner .single_event:nth-child(1) .s_eventImg {
		height: 490px;
	}
}

@media (max-width: 767px) {
	.events_main .events_inner .single_event:nth-child(1) .s_eventImg {
		height: auto;
	}
}

.events_main .events_inner .single_event:nth-child(2) {
	grid-column: 2;
}

.events_main .events_inner .single_event .s_eventImg {
	height: 480px;
	display: block;
}

@media (max-width: 992px) {
	.events_main .events_inner .single_event .s_eventImg {
		height: 380px;
	}
}

@media (max-width: 767px) {
	.events_main .events_inner .single_event .s_eventImg {
		height: auto;
	}
}

.events_main .events_inner .single_event img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.events_main .site_btn--wrapper {
	text-align: center;
}

.events_main .site_btn--wrapper .site_btn {
	font-size: 26px;
	line-height: 35px;
	letter-spacing: 1.35px;
	color: #fff;
	text-decoration: none;
	margin-top: 60px;
	display: inline-block;
	background: #EA8845;
	padding: 25px 30px;
	font-weight: 700;
}

.event_form--main {
	margin-top: 0px;
}

.event_form--main .event_form--inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

@media (max-width: 767px) {
	.event_form--main .event_form--inner {
		flex-wrap: wrap;
	}
}

.event_form--main .event_form--inner .event_form--left {
	width: 50%;
	align-self: stretch;
	background: #EA8845;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 150px 80px;
}

@media (max-width: 992px) {
	.event_form--main .event_form--inner .event_form--left {
		padding: 50px 20px;
	}
}

@media (max-width: 767px) {
	.event_form--main .event_form--inner .event_form--left {
		width: 100%;
	}
}

.event_form--main .event_form--inner .event_form--left h3 {
	font-size: 30px;
	line-height: 40px;
	color: #FFFFFF;
	max-width: 400px;
	text-align: center;
	margin: 30px 0px 40px;
}

.event_form--main .event_form--inner .event_form--left .ef_btn {
	background: #DADEEA;
	text-decoration: none;
	text-align: center;
	padding: 25px;
	color: #455B94;
	font-size: 26px;
	line-height: 35px;
	letter-spacing: 1.3px;
	font-weight: 600;
	display: inline-block;
}

.event_form--main .event_form--inner .event_form--right {
	width: 50%;
	align-self: stretch;
	background: rgba(224, 94, 3, 0.5);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding: 150px 80px;
}

@media (max-width: 992px) {
	.event_form--main .event_form--inner .event_form--right {
		padding: 50px 20px;
	}
}

@media (max-width: 767px) {
	.event_form--main .event_form--inner .event_form--right {
		width: 100%;
	}
}

.event_form--main .event_form--inner .event_form--right h4 {
	margin: 0;
	font-size: 30px;
	line-height: 40px;
	color: white;
}

.event_form--main .event_form--inner .event_form--right p {
	margin: 0;
	color: white;
	font-size: 20px;
	line-height: 38px;
}

.event_form--main .event_form--inner .event_form--right form {
	margin-top: 30px;
	display: block;
	min-width: 80%;
}

.event_form--main .event_form--inner .event_form--right form .form_intype {
	display: flex;
	justify-content: space-between;
	gap: 16px;
}

.event_form--main .event_form--inner .event_form--right form .form_intype .form_intypeFull {
	width: 100%;
	margin-bottom: 16px;
}

.event_form--main .event_form--inner .event_form--right form .form_intype .form_intypeHalf {
	width: 50%;
	margin-bottom: 16px;
}

.event_form--main .event_form--inner .event_form--right form .form_intype input {
	width: 100%;
	height: 54px;
	padding: 0px 20px;
	color: #707070;
	font-size: 18px;
}

.event_form--main .event_form--inner .event_form--right form .form_intype textarea {
	width: 100%;
	padding: 13px 20px;
	height: 100px;
	font-size: 18px;
	color: #707070;
}

.event_form--main .event_form--inner .event_form--right form button[type="submit"], .event_form--main .event_form--inner .event_form--right form input[type="submit"] {
	background: #DADEEA;
	text-decoration: none;
	text-align: center;
	padding: 15px 25px;
	color: #455B94;
	font-size: 26px;
	line-height: 35px;
	letter-spacing: 1.3px;
	font-weight: 600;
	display: inline-block;
}

.show-about {
	overflow: hidden;
}

.show-about .about_main .video_modal {
	display: flex;
}

.about_main .about_inner {
	display: flex;
	justify-content: space-between;
	background: #DADEEA;
	align-items: center;
}

@media (max-width: 767px) {
	.about_main .about_inner {
		flex-wrap: wrap;
	}
}

.about_main .about_inner .about_left {
	width: 50%;
}

@media (max-width: 767px) {
	.about_main .about_inner .about_left {
		width: 100%;
	}
}

.about_main .about_inner .about_left img {
	height: 100%;
	width: 100%;
	display: block;
}

.about_main .about_inner .about_right {
	width: 50%;
	padding: 100px 150px;
}

@media (max-width: 1350px) {
	.about_main .about_inner .about_right {
		padding: 80px;
	}
}

@media (max-width: 992px) {
	.about_main .about_inner .about_right {
		padding: 50px 20px;
	}
}

@media (max-width: 767px) {
	.about_main .about_inner .about_right {
		width: 100%;
	}
}

.about_main .about_inner .about_right h2 {
	margin: 0;
	color: #455B94;
	font-size: 32px;
	line-height: 35px;
	letter-spacing: 1.6px;
	text-transform: uppercase;
	border-bottom: 12px solid #E05E03;
	padding-bottom: 16px;
	margin-bottom: 40px;
}

.about_main .about_inner .about_right p {
	margin: 0;
	font-size: 20px;
	line-height: 38px;
	color: #010101;
}

.about_main .about_inner .about_right a {
	margin-top: 60px;
	display: inline-grid;
	background: #EA8845;
	padding: 18px 30px;
	font-size: 26px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: 700;
	text-transform: uppercase;
}

.about_main .video_modal {
	position: fixed;
	width: 100%;
	height: 100vh;
	left: 0;
	top: 0;
	padding: 100px;
	display: none;
	text-align: center;
}

@media (max-width: 767px) {
	.about_main .video_modal {
		padding: 20px;
	}
}

.about_main .video_modal .video_modal-overly {
	position: absolute;
	background: rgba(0, 0, 0, 0.9);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.about_main .video_modal video {
	height: 100%;
	width: 90%;
	margin: auto;
	z-index: 99;
	position: relative;
}

@media (max-width: 992px) {
	.about_main .video_modal video {
		height: auto;
	}
}

.page-template-template-testimonial .home_testimonial {
	margin-top: 0;
}

.page-template-template-testimonial h2 {
	width: 70%;
}

.inner_page_banner .wp-block-columns .wp-block-column {
	max-width: 490px;
	padding: 0px 0px 25px;
	background: rgba(69, 91, 148, 0.7);
	margin-left: 10%;
}

@media (max-width: 992px) {
	.inner_page_banner .wp-block-columns .wp-block-column {
		margin-left: 0;
	}
}

.inner_page_banner .wp-block-columns .wp-block-column h1 {
	margin: 0;
	font-size: 45px;
	line-height: 57px;
	padding: 25px 25px 50px 54px;
}

@media (max-width: 767px) {
	.inner_page_banner .wp-block-columns .wp-block-column h1 {
		font-size: 32px;
		padding: 20px;
	}
}

.meet-founder {
	padding-top: 150px;
}

.about-ceo-nexus {
	padding-top: 150px;
}

@media (max-width: 767px) {
	.about-ceo-nexus {
		padding-top: 50px;
	}
}

.about-ceo-nexus .wp-block-column:nth-child(1) {
	padding-right: 50px;
}

@media (max-width: 1350px) {
	.about-ceo-nexus .wp-block-column:nth-child(1) {
		flex-basis: 35% !important;
		align-self: flex-start;
	}
}

@media (max-width: 992px) {
	.about-ceo-nexus .wp-block-column:nth-child(1) {
		padding-right: 0px;
	}
}

.about-ceo-nexus .wp-block-column:nth-child(1) figure {
	padding-left: 30px;
}

.about-ceo-nexus .wp-block-column:nth-child(1) p.has-text-color {
	font-size: 26px;
	line-height: 45px;
	padding-right: 20px;
	font-weight: 600;
}

@media (max-width: 992px) {
	.about-ceo-nexus .wp-block-column:nth-child(1) p.has-text-color {
		padding-right: 0px;
	}
}

@media (max-width: 767px) {
	.about-ceo-nexus .wp-block-column:nth-child(1) p.has-text-color {
		font-size: 20px;
		line-height: 35px;
	}
}

@media (max-width: 1350px) {
	.about-ceo-nexus .wp-block-column:nth-child(2) {
		flex-basis: 65% !important;
	}
}

.about-ceo-nexus .wp-block-column:nth-child(2) h2 {
	margin: 0;
	font-size: 32px;
	line-height: 35px;
	letter-spacing: 1.6px;
	padding-bottom: 16px;
}

.about-ceo-nexus .wp-block-column:nth-child(2) .wp-block-separator {
	border: 6px solid;
}

.about-ceo-nexus .wp-block-column:nth-child(2) p {
	color: #010101;
	font-size: 20px;
	line-height: 38px;
}

.meet-founder .wp-block-columns .wp-block-column:nth-child(1) {
	padding-right: 50px;
}

@media (max-width: 1350px) {
	.meet-founder .wp-block-columns .wp-block-column:nth-child(1) {
		flex-basis: 35% !important;
	}
}

@media (max-width: 992px) {
	.meet-founder .wp-block-columns .wp-block-column:nth-child(1) {
		padding-right: 0px;
	}
}

.meet-founder .wp-block-columns .wp-block-column:nth-child(1) figure {
	margin-top: 0;
	margin-bottom: 40px;
}

.meet-founder .wp-block-columns .wp-block-column:nth-child(1) figure img {
	width: 100%;
}

.meet-founder .wp-block-columns .wp-block-column:nth-child(1) h3 {
	margin: 0;
	font-size: 28px;
	line-height: 35px;
	letter-spacing: 1.4px;
}

.meet-founder .wp-block-columns .wp-block-column:nth-child(1) figure + h3 + p {
	font-size: 20px;
}

.meet-founder .wp-block-columns .wp-block-column:nth-child(1) figure + h3 + p a {
	color: #010101;
	text-decoration: none;
}

.meet-founder .wp-block-columns .wp-block-column:nth-child(1) .line_outer {
	margin-top: 80px;
}

.meet-founder .wp-block-columns .wp-block-column:nth-child(1) h4 {
	font-size: 26px;
	line-height: 45px;
}

@media (max-width: 1350px) {
	.meet-founder .wp-block-columns .wp-block-column:nth-child(2) {
		flex-basis: 65% !important;
	}
}

.meet-founder .wp-block-columns .wp-block-column:nth-child(2) h2 {
	margin: 0;
	font-size: 32px;
	line-height: 35px;
	letter-spacing: 1.6px;
	padding-bottom: 16px;
}

.meet-founder .wp-block-columns .wp-block-column:nth-child(2) hr {
	border: 6px solid;
	margin-bottom: 40px;
}

.meet-founder .wp-block-columns .wp-block-column:nth-child(2) p {
	font-size: 20px;
	line-height: 38px;
}

.successful-percentage {
	padding: 150px 0px;
}

@media (max-width: 767px) {
	.successful-percentage {
		padding: 50px 20px;
	}
}

.successful-percentage .wp-block-columns {
	margin-bottom: 0px;
}

.successful-percentage .wp-block-columns .line_outer {
	max-width: 400px !important;
	margin: 0px auto 50px auto !important;
}

.successful-percentage .wp-block-columns h3 {
	font-size: 26px;
	max-width: 940px;
	margin: auto;
}

.about-ceo {
	padding: 150px 0px;
}

@media (max-width: 1700px) {
	.about-ceo {
		padding: 150px 20px;
	}
}

@media (max-width: 767px) {
	.about-ceo {
		padding: 50px 20px;
	}
}

.about-ceo .wp-block-columns {
	margin-bottom: 0;
}

.about-ceo .wp-block-columns .wp-block-column:nth-child(1) {
	padding-right: 50px;
}

@media (max-width: 1350px) {
	.about-ceo .wp-block-columns .wp-block-column:nth-child(1) {
		flex-basis: 35% !important;
	}
}

@media (max-width: 992px) {
	.about-ceo .wp-block-columns .wp-block-column:nth-child(1) {
		padding-right: 0px;
	}
}

.about-ceo .wp-block-columns .wp-block-column:nth-child(1) figure {
	margin: 0;
}

.about-ceo .wp-block-columns .wp-block-column:nth-child(1) figure img {
	width: 100%;
	display: block;
}

.about-ceo .wp-block-columns .wp-block-column:nth-child(1) h3 {
	margin: 46px 0px 0px;
	font-size: 28px;
	line-height: 35px;
	letter-spacing: 1.4px;
}

.about-ceo .wp-block-columns .wp-block-column:nth-child(1) p {
	margin: 0;
	font-size: 20px;
	line-height: 35px;
}

@media (max-width: 1350px) {
	.about-ceo .wp-block-columns .wp-block-column:nth-child(2) {
		flex-basis: 65% !important;
	}
}

.about-ceo .wp-block-columns .wp-block-column:nth-child(2) h2 {
	margin: 0;
	padding-bottom: 16px;
	font-size: 32px;
	line-height: 35px;
	letter-spacing: 1.6px;
}

.about-ceo .wp-block-columns .wp-block-column:nth-child(2) hr {
	border: 6px solid;
}

.about-ceo .wp-block-columns .wp-block-column:nth-child(2) p {
	font-size: 20px;
	line-height: 38px;
}

.about-ceo .wp-block-columns .wp-block-column:nth-child(2) .wp-block-button a {
	font-size: 24px;
	font-weight: 600;
}

@media (max-width: 1350px) {
	.about-ceo .wp-block-columns .wp-block-column:nth-child(2) .wp-block-button a {
		font-size: 20px;
	}
}

.about_video--main {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

@media (max-width: 992px) {
	.about_video--main {
		flex-wrap: wrap;
	}
}

.about_video--main .about_video--left {
	width: 50%;
	padding-right: 140px;
}

@media (max-width: 1700px) {
	.about_video--main .about_video--left {
		padding-right: 80px;
	}
}

@media (max-width: 992px) {
	.about_video--main .about_video--left {
		width: 100%;
		padding-right: 0px;
	}
}

.about_video--main .about_video--left img {
	width: 100%;
	display: block;
}

.about_video--main .about_video--right {
	width: 50%;
	padding-right: 160px;
}

@media (max-width: 1700px) {
	.about_video--main .about_video--right {
		padding: 50px 20px 50px 0px;
	}
}

@media (max-width: 992px) {
	.about_video--main .about_video--right {
		padding: 50px 20px 50px 20px;
		width: 100%;
	}
}

.about_video--main .about_video--right .blue_linesfour {
	max-width: 400px;
	display: flex;
	height: 12px;
}

.about_video--main .about_video--right .blue_linesfour div {
	height: 100%;
	width: 25%;
}

.about_video--main .about_video--right p {
	margin: 50px 0px 60px;
	color: #fff;
	font-size: 25px;
	line-height: 45px;
	font-weight: 600;
}

.about_video--main .about_video--right .av_btn {
	text-decoration: none;
	background: #dadeea;
	padding: 20px 25px;
	color: #455b94;
	font-size: 26px;
	line-height: 35px;
	letter-spacing: 1.3px;
	font-weight: 600;
}

@media (max-width: 767px) {
	.about_video--main .about_video--right .av_btn {
		font-size: 20px;
	}
}

.three_line {
	height: 12px;
	display: flex;
}

.three_line .three_line1 {
	background: #e05e03;
	height: 100%;
	width: 40%;
}

.three_line .three_line2 {
	background: #ea8845;
	height: 100%;
	width: 30%;
}

.three_line .three_line3 {
	background: #f5bf97;
	height: 100%;
	width: 30%;
}

.inner_page_banner h2 {
	margin: 0;
	font-size: 45px;
	line-height: 57px;
	padding: 25px 25px 50px 54px;
}

@media (max-width: 767px) {
	.inner_page_banner h2 {
		font-size: 32px;
		padding: 20px;
	}
}

.wwd-section {
	padding-top: 150px;
	padding-bottom: 100px;
	max-width: 1300px;
}

@media (max-width: 767px) {
	.wwd-section {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}

.wwd-section h2 {
	margin: 0;
	font-size: 32px;
	line-height: 35px;
	letter-spacing: 1.6px;
	padding-bottom: 16px;
}

.wwd-section hr {
	border: 6px solid;
}

.wwd-section p {
	font-size: 20px;
	line-height: 38px;
}

.wwd-section .fe_wraper {
	margin-top: 80px;
}

.testimonial h2 {
	padding-top: 150px;
	margin: 0;
	font-size: 32px;
	line-height: 35px;
	letter-spacing: 1.6px;
	padding-bottom: 16px;
}

@media (max-width: 767px) {
	.testimonial h2 {
		padding-top: 50px;
	}
}

.testimonial hr {
	border: 6px solid;
	width: 100%;
	margin-left: 0;
	max-width: 1480px;
	margin-bottom: 0px;
}

@media (max-width: 767px) {
	.testimonial hr {
		width: auto;
	}
}

.testimonial .wp-block-columns {
	max-width: 1480px;
	padding-top: 70px;
	padding-bottom: 100px;
}

.testimonial .wp-block-columns .wp-block-column:nth-child(1) {
	border-right: 1px solid #aaa;
}

@media (max-width: 991px) {
	.testimonial .wp-block-columns .wp-block-column:nth-child(1) {
		border-right: none;
	}
}

.testimonial .wp-block-columns .wp-block-column:nth-child(1) figure {
	max-width: 260px;
	margin: 0px auto 35px;
}

.testimonial .wp-block-columns .wp-block-column:nth-child(1) h3 {
	max-width: 260px;
	margin: auto;
	font-size: 26px;
	line-height: 35px;
	letter-spacing: 1.4px;
}

.testimonial .wp-block-columns .wp-block-column:nth-child(1) p {
	max-width: 260px;
	margin: auto;
	font-size: 20px;
	line-height: 35px;
}

.testimonial .wp-block-columns .wp-block-column:nth-child(2) {
	padding-left: 50px;
	display: flex;
	align-items: center;
}

@media (max-width: 991px) {
	.testimonial .wp-block-columns .wp-block-column:nth-child(2) {
		padding-left: 0px;
	}
}

.testimonial .wp-block-columns .wp-block-column:nth-child(2) p {
	font-size: 20px;
	line-height: 40px;
}

.testimonial .wp-block-columns .wp-block-column:nth-child(2) p mark {
	font-weight: 700;
}

.testi_loop .wp-block-columns {
	padding-top: 100px;
	padding-bottom: 100px;
}

@media (max-width: 767px) {
	.testi_loop .wp-block-columns {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}

.testi_loop .wp-block-columns .wp-block-column:nth-child(1) {
	border-right: 1px solid #aaa;
}

@media (max-width: 991px) {
	.testi_loop .wp-block-columns .wp-block-column:nth-child(1) {
		border: none;
	}
}

.testi_loop .wp-block-columns .wp-block-column:nth-child(1) figure {
	max-width: 260px;
	margin: 0px auto 35px;
}

.testi_loop .wp-block-columns .wp-block-column:nth-child(1) h3 {
	max-width: 260px;
	margin: auto;
	font-size: 26px;
	line-height: 35px;
	letter-spacing: 1.4px;
}

.testi_loop .wp-block-columns .wp-block-column:nth-child(1) p {
	max-width: 260px;
	margin: auto;
	font-size: 20px;
	line-height: 35px;
}

.testi_loop .wp-block-columns .wp-block-column:nth-child(2) {
	padding-left: 50px;
	display: flex;
	align-items: center;
}

@media (max-width: 991px) {
	.testi_loop .wp-block-columns .wp-block-column:nth-child(2) {
		padding-left: 0px;
	}
}

.testi_loop .wp-block-columns .wp-block-column:nth-child(2) p {
	font-size: 20px;
	line-height: 40px;
}

.testi_loop .wp-block-columns .wp-block-column:nth-child(2) p mark {
	font-weight: 700;
}

.contact-page .wp-block-columns {
	gap: 0;
}

.contact-page .wp-block-columns .wp-block-column:nth-child(1) {
	width: 50%;
	flex-basis: auto !important;
}

.contact-page .wp-block-columns .wp-block-column:nth-child(1) .wp-block-cover {
	padding: 0;
	height: 100%;
	align-items: flex-end;
}

.contact-page .wp-block-columns .wp-block-columns .wp-block-column {
	padding: 0;
	max-width: 90%;
}

.contact-page .wp-block-columns .wp-block-columns .wp-block-column h3 {
	font-size: 22px;
}

.contact-page .wp-block-column:nth-child(2) {
	padding: 150px;
	width: 50%;
	box-sizing: border-box;
	flex-basis: auto !important;
}

@media (max-width: 1350px) {
	.contact-page .wp-block-column:nth-child(2) {
		padding: 80px;
	}
}

@media (max-width: 767px) {
	.contact-page .wp-block-column:nth-child(2) {
		padding: 50px 20px;
	}
}

.contact-page .wp-block-column:nth-child(2) h2 {
	margin: 0;
	font-size: 32px;
	line-height: 35px;
	letter-spacing: 1.6px;
	padding-bottom: 16px;
}

.contact-page .wp-block-column:nth-child(2) hr {
	border: 6px solid;
}

.contact-page .wp-block-column:nth-child(2) hr + p {
	margin: 0;
	font-size: 20px;
}

.contact-page .wp-block-column:nth-child(2) .wpcf7-form {
	margin-top: 30px;
}

.contact-page .wp-block-column:nth-child(2) .wpcf7-form p {
	margin: 0;
}

.contact-page .wp-block-column:nth-child(2) .wpcf7-form p input {
	width: 100%;
	padding: 15px 25px;
	border: none;
	border-radius: 0;
	margin-bottom: 16px;
}

.contact-page .wp-block-column:nth-child(2) .wpcf7-form p textarea {
	width: 100%;
	padding: 15px 25px;
	border: none;
	margin-bottom: 36px;
	border-radius: 0;
}

.contact-page .wp-block-column:nth-child(2) .wpcf7-form p .wpcf7-submit {
	background: #ea8845;
	border: none;
	border-radius: 0;
	color: #fff;
	font-size: 26px;
	line-height: 35px;
	letter-spacing: 1.35px;
	padding: 16px 50px;
	font-weight: 700;
	width: auto;
}

.contact-page .wp-block-column:nth-child(2) .form_intype + p {
	text-align: center;
}

.contact-page .wp-block-column:nth-child(2) .form_intype {
	display: flex;
	gap: 16px;
}

.contact-page .wp-block-column:nth-child(2) .form_intypeFull {
	width: 100%;
}

.events-section .wp-block-columns .wp-block-column {
	padding: 100px 0px;
	max-width: 1364px;
	margin: auto;
}

@media (max-width: 767px) {
	.events-section .wp-block-columns .wp-block-column {
		padding: 50px 0px;
	}
}

.events-section .wp-block-columns .wp-block-column h2 {
	margin: 0;
	font-size: 32px;
	line-height: 35px;
	letter-spacing: 1.6px;
	padding-bottom: 16px;
}

.events-section .wp-block-columns .wp-block-column p {
	margin: 0;
	font-size: 22px;
	line-height: 38px;
}

.events-section .wp-block-columns .wp-block-column .wp-block-button__link {
	margin-top: 70px;
	font-weight: 600;
	font-size: 26px;
	letter-spacing: 1.35px;
}

@media (max-width: 767px) {
	.events-section .wp-block-columns .wp-block-column .wp-block-button__link {
		font-size: 22px;
	}
}

.ue_main .container-lg {
	max-width: 1364px;
	padding: 100px 0px;
}

@media (max-width: 1199px) {
	.ue_main .container-lg {
		padding: 100px 20px;
	}
}

@media (max-width: 767px) {
	.ue_main .container-lg {
		padding: 50px 20px;
	}
}

.ue_main .container-lg h2 {
	margin: 0;
	color: #455B94;
	font-size: 32px;
	line-height: 35px;
	letter-spacing: 1.6px;
	padding-bottom: 16px;
	border-bottom: 12px solid #E05E03;
}

.ue_main .container-lg .ue_item {
	margin-top: 60px;
	display: flex;
}

@media (max-width: 991px) {
	.ue_main .container-lg .ue_item {
		flex-wrap: wrap;
	}
}

.ue_main .container-lg .ue_item .ue_item-date {
	width: 210px;
	color: #455B94;
	font-size: 30px;
	line-height: 40px;
	font-weight: 700;
	text-align: right;
}

@media (max-width: 991px) {
	.ue_main .container-lg .ue_item .ue_item-date {
		width: 100%;
		text-align: left;
	}
}

.ue_main .container-lg .ue_item .ue_item-date span {
	display: block;
	color: #7B8BB3;
	font-size: 20px;
	line-height: 28px;
	text-transform: uppercase;
	font-weight: 600;
}

.ue_main .container-lg .ue_item .ue_item-content {
	width: calc(100% - 374px);
	padding: 0px 80px;
	font-size: 20px;
}

@media (max-width: 991px) {
	.ue_main .container-lg .ue_item .ue_item-content {
		width: 100%;
		padding: 40px 20px;
	}
}

.ue_main .container-lg .ue_item .ue_item-content h3 {
	color: #E05E03;
	margin: 0;
	font-size: 20px;
	line-height: 38px;
	letter-spacing: 1px;
}

.ue_main .container-lg .ue_item .ue_item_btngrup {
	width: 164px;
}

@media (max-width: 991px) {
	.ue_main .container-lg .ue_item .ue_item_btngrup {
		margin: auto;
	}
}

.ue_main .container-lg .ue_item .ue_item_btngrup a {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #EA8845;
	height: 60px;
	text-decoration: none;
	color: #fff;
	font-size: 20px;
	line-height: 35px;
	letter-spacing: 1px;
	font-weight: 600;
}

.ue_main .ue_btnAll {
	background: #DADEEA;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 400px;
	height: 70px;
	margin-top: 100px;
	margin-left: auto;
	margin-right: auto;
	color: #455B94;
	line-height: 35px;
	text-decoration: none;
	font-size: 22px;
	font-weight: 700;
}

@media (max-width: 767px) {
	.ue_main .ue_btnAll {
		width: 100%;
		text-align: center;
		font-size: 18px;
	}
}

.ep_main {
	margin-top: 100px;
}

.ep_main h2 {
	margin: 0;
	color: #455B94;
	font-size: 32px;
	line-height: 36px;
	letter-spacing: 1.6px;
	padding-bottom: 16px;
	border-bottom: 12px solid #E05E03;
}

.ep_main .ep_inner {
	display: block;
	column-count: 2;
	margin: 100px 0px;
}

@media (max-width: 767px) {
	.ep_main .ep_inner {
		column-count: 1;
		margin: 50px 0px;
	}
}

.ep_main .ep_inner .ep_imag-wrap {
	width: calc(50% - 10px);
	text-decoration: none;
	margin-bottom: 20px;
}

@media (max-width: 767px) {
	.ep_main .ep_inner .ep_imag-wrap {
		width: 100%;
		display: block;
	}
}

.ep_main .ep_inner h5 {
	margin: 20px 0px 0px;
	text-decoration: none;
	color: #010101;
	font-size: 22px;
	line-height: 33px;
}

.three-cols .learn-more a.wp-block-button__link {
	padding: 0 !important;
}

/* 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;
}

/* WP Block adjustments
--------------------------------------------- */
section {
	padding: 6rem 0px;
}

/* set breaking point to $mobile-breakpoint for stacking, instead of 782*/
@media (max-width: 992px) {
	.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
		flex-basis: 100% !important;
	}
}

@media (min-width: 992px) {
	.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
		flex-basis: 0;
		flex-grow: 1;
	}
}

@media (min-width: 992px) {
	.wp-block-columns {
		flex-wrap: nowrap !important;
	}
}

@media (max-width: 992px) {
	.wp-block-columns {
		flex-wrap: wrap !important;
	}
}

/* change breakpoint for media & text wp-block */
@media (max-width: 992px) {
	.wp-block-media-text.is-stacked-on-mobile {
		grid-template-columns: 100% !important;
	}
	.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
		grid-column: 1;
		grid-row: 2;
	}
	.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
		grid-column: 1;
		grid-row: 1;
	}
}

/* add padding to wp block elements */
.wp-block-media-text__media {
	padding: 2rem 6rem;
}

.wp-block-cover__inner-container .wp-block-column {
	padding: 2rem 4rem;
}

.wp-block-cover {
	padding: 4rem 2rem;
}

/* don't show background cover image on mobile */
/*--------------------------------------------------------------
# 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;
}
.email-link a {
    color: #000;

    padding-bottom: 10px;
    display: inline-block;
}
.bottom-bar{
	border: 6px solid;
	margin-bottom: 40px;}
/* added for general themeing */

/*# sourceMappingURL=style.css.map */