/*!
Theme Name: Spirit of Faith
Theme URI: http://www.360yourbusiness.com/
Author: 360 Your Business
Author URI: http://www.360yourbusiness.com/
Description: Spirit of Faith
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: spirit
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.

Spirit of Faith 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.
 */
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 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: -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;
}

/*--------------------------------------------------------------
### #### Custom Fonts ### ####
--------------------------------------------------------------*/
/* cyrillic-ext */
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UN_r8OX-hpOqc.woff2) format('woff2');
	unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  }
  /* cyrillic */
  @font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UN_r8OVuhpOqc.woff2) format('woff2');
	unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  }
  /* greek-ext */
  @font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UN_r8OXuhpOqc.woff2) format('woff2');
	unicode-range: U+1F00-1FFF;
  }
  /* greek */
  @font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UN_r8OUehpOqc.woff2) format('woff2');
	unicode-range: U+0370-03FF;
  }
  /* vietnamese */
  @font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UN_r8OXehpOqc.woff2) format('woff2');
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
  }
  /* latin-ext */
  @font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UN_r8OXOhpOqc.woff2) format('woff2');
	unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UN_r8OUuhp.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* cyrillic-ext */
  @font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/opensans/v18/mem8YaGs126MiZpBA-UFWJ0bbck.woff2) format('woff2');
	unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  }
  /* cyrillic */
  @font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/opensans/v18/mem8YaGs126MiZpBA-UFUZ0bbck.woff2) format('woff2');
	unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  }
  /* greek-ext */
  @font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/opensans/v18/mem8YaGs126MiZpBA-UFWZ0bbck.woff2) format('woff2');
	unicode-range: U+1F00-1FFF;
  }
  /* greek */
  @font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/opensans/v18/mem8YaGs126MiZpBA-UFVp0bbck.woff2) format('woff2');
	unicode-range: U+0370-03FF;
  }
  /* vietnamese */
  @font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/opensans/v18/mem8YaGs126MiZpBA-UFWp0bbck.woff2) format('woff2');
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
  }
  /* latin-ext */
  @font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/opensans/v18/mem8YaGs126MiZpBA-UFW50bbck.woff2) format('woff2');
	unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/opensans/v18/mem8YaGs126MiZpBA-UFVZ0b.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* cyrillic-ext */
  @font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UN7rgOX-hpOqc.woff2) format('woff2');
	unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  }
  /* cyrillic */
  @font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UN7rgOVuhpOqc.woff2) format('woff2');
	unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  }
  /* greek-ext */
  @font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UN7rgOXuhpOqc.woff2) format('woff2');
	unicode-range: U+1F00-1FFF;
  }
  /* greek */
  @font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UN7rgOUehpOqc.woff2) format('woff2');
	unicode-range: U+0370-03FF;
  }
  /* vietnamese */
  @font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UN7rgOXehpOqc.woff2) format('woff2');
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
  }
  /* latin-ext */
  @font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UN7rgOXOhpOqc.woff2) format('woff2');
	unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UN7rgOUuhp.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* cyrillic-ext */
  @font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 800;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UN8rsOX-hpOqc.woff2) format('woff2');
	unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  }
  /* cyrillic */
  @font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 800;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UN8rsOVuhpOqc.woff2) format('woff2');
	unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  }
  /* greek-ext */
  @font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 800;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UN8rsOXuhpOqc.woff2) format('woff2');
	unicode-range: U+1F00-1FFF;
  }
  /* greek */
  @font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 800;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UN8rsOUehpOqc.woff2) format('woff2');
	unicode-range: U+0370-03FF;
  }
  /* vietnamese */
  @font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 800;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UN8rsOXehpOqc.woff2) format('woff2');
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
  }
  /* latin-ext */
  @font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 800;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UN8rsOXOhpOqc.woff2) format('woff2');
	unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 800;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UN8rsOUuhp.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* cyrillic */
  @font-face {
	font-family: 'Playfair Display';
	font-style: italic;
	font-weight: 400;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/playfairdisplay/v21/nuFkD-vYSZviVYUb_rj3ij__anPXDTnohkk72xU.woff2) format('woff2');
	unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  }
  /* vietnamese */
  @font-face {
	font-family: 'Playfair Display';
	font-style: italic;
	font-weight: 400;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/playfairdisplay/v21/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojUk72xU.woff2) format('woff2');
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
  }
  /* latin-ext */
  @font-face {
	font-family: 'Playfair Display';
	font-style: italic;
	font-weight: 400;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/playfairdisplay/v21/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojEk72xU.woff2) format('woff2');
	unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
	font-family: 'Playfair Display';
	font-style: italic;
	font-weight: 400;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/playfairdisplay/v21/nuFkD-vYSZviVYUb_rj3ij__anPXDTnogkk7.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* cyrillic */
  @font-face {
	font-family: 'Playfair Display';
	font-style: italic;
	font-weight: 900;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/playfairdisplay/v21/nuFkD-vYSZviVYUb_rj3ij__anPXDTnohkk72xU.woff2) format('woff2');
	unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  }
  /* vietnamese */
  @font-face {
	font-family: 'Playfair Display';
	font-style: italic;
	font-weight: 900;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/playfairdisplay/v21/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojUk72xU.woff2) format('woff2');
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
  }
  /* latin-ext */
  @font-face {
	font-family: 'Playfair Display';
	font-style: italic;
	font-weight: 900;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/playfairdisplay/v21/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojEk72xU.woff2) format('woff2');
	unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
	font-family: 'Playfair Display';
	font-style: italic;
	font-weight: 900;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/playfairdisplay/v21/nuFkD-vYSZviVYUb_rj3ij__anPXDTnogkk7.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* cyrillic */
  @font-face {
	font-family: 'Playfair Display';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/playfairdisplay/v21/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgFE_.woff2) format('woff2');
	unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  }
  /* vietnamese */
  @font-face {
	font-family: 'Playfair Display';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/playfairdisplay/v21/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgFE_.woff2) format('woff2');
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
  }
  /* latin-ext */
  @font-face {
	font-family: 'Playfair Display';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/playfairdisplay/v21/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgFE_.woff2) format('woff2');
	unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
	font-family: 'Playfair Display';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/playfairdisplay/v21/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgA.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* cyrillic */
  @font-face {
	font-family: 'Playfair Display';
	font-style: normal;
	font-weight: 900;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/playfairdisplay/v21/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgFE_.woff2) format('woff2');
	unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  }
  /* vietnamese */
  @font-face {
	font-family: 'Playfair Display';
	font-style: normal;
	font-weight: 900;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/playfairdisplay/v21/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgFE_.woff2) format('woff2');
	unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
  }
  /* latin-ext */
  @font-face {
	font-family: 'Playfair Display';
	font-style: normal;
	font-weight: 900;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/playfairdisplay/v21/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgFE_.woff2) format('woff2');
	unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
	font-family: 'Playfair Display';
	font-style: normal;
	font-weight: 900;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/playfairdisplay/v21/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgA.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }

/*--------------------------------------------------------------
### #### General style ### ####

font-family: 'Open Sans', sans-serif;
font-family: 'Playfair Display', serif;
--------------------------------------------------------------*/
* {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	scroll-behavior: smooth;
}
html {
	scroll-behavior: smooth;
}
body {
	overflow-x: hidden;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Playfair Display', serif;
}
a, p, button, input {
	font-family: 'Open Sans', sans-serif;
}
.page {
	margin-bottom: 0px;
}
article {
	width: 100%;
}
.w1180 {
	max-width: 1180px;
	width: 100%;
	margin: 0 auto;
}
.w1380 {
	max-width: 1380px;
	width: 100%;
	margin: 0 auto;
}
.w900 {
	max-width: 900px;
	width: 100%;
	margin: 0 auto;
}
.w650 {
	max-width: 650px;
	width: 100%;
	margin: 0 auto;
}
.cnt {
	text-align: center;
}
.rgt {
	text-align: right;
}
.lft {
	text-align: left;
}
.pr{
	padding-right: 0;
}
.pl {
	padding-left: 0;
}
.np {
	padding-left: 0;
	padding-right: 0;
}
figure {
	margin: 0; padding: 0;
	display: inline-block;
}
nav {
	margin: 0; padding: 0;
}
.pd40 {
	padding-top: 40px;
}
.mp{
	margin: 0; padding: 0;
}
::-webkit-scrollbar {
	width: 10px;
}
::-webkit-scrollbar-track {
	background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
	background: rgba(40, 40, 52, 1);
	transition: all .12s ease-in;
}
::-webkit-scrollbar-thumb:hover {
	background: rgba(40, 40, 52, .7);
}
::-moz-selection {
	color: #fff;
	background: rgba(14, 59, 140, 1);
}
::selection {
	color: #fff;
	background: rgba(14, 59, 140, 1);
}
.bold {
	font-weight: 700;
}
.mt20 {
	margin-top: 30px;
}
.mt30 {
	margin-top: 30px;
}
.mt40 {
	margin-top: 40px;
}
.rel {
	position: relative;
}
.mob-non {
	display: none;
}
@media only screen and (max-width: 768px) {
	.mob-non {
		display: block;
	}
	.mob-np {
		padding-left: 0;
		padding-right: 0;
	}
	.mob-cnt {
		text-align: center
	}
	.mob-mt0 {
		margin-top: 0;
	}
	.mob-mt30 {
		margin-top: 30px;
	}
	.mob-w50 {
		-ms-flex: 0 0 50%;
			flex: 0 0 50%;
			max-width: 50%;
	}
}
/** Attachment File **/
.entry-attachment {
	padding: 60px 0;
	margin: 0 auto;
}
/** end **/

/** 404 page **/
div.box-404 {
	max-width: 460px;
	width: 100%;
	margin: 0 auto;
}
h2.h2-404 {
	font-size: 120px;
	font-weight: bold;
	color: #000;
	margin-bottom: 20px;
}
p.p-404 {
	margin-bottom: 10px;
	font-size: 15px;
}
p.p-404 b {
    font-weight: bold;
    text-transform: uppercase;
}
a.a-404,
a.a-404:active,
a.a-404:visited {
  color: #000;
  font-size: 15px;
  line-height: 15px;
  text-decoration: underline;
}
a.a-404:focus,
a.a-404:hover {
	text-decoration: none;
}
/** end **/

/*--------------------------------------------------------------
### #### Style ### ####
--------------------------------------------------------------*/


/* Style */
/* Footer */
section.sec-f {
	background: #144B8D;
	padding: 60px 0 30px 0;
}

h3.h3-f {
	font-family: Open Sans;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 20px;
	color: #FFFFFF;
	margin-bottom: 15px;
}

ul.ul-f {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

	ul.ul-f li {
	padding: 5px 0;
}

a.a-foot,
a.a-foot:active,
a.a-foot:visited {
	font-family: Open Sans;
	font-style: normal;
	font-weight: 300;
	font-size: 13px;
	color: #FFFFFF;
	transition: color .25s ease-in-out;
}

a.a-foot:hover,
a.a-foot:focus {
	color: #42C6FF;
	text-decoration: none;
}

div.r-foot {
	border-bottom: 1px solid #fff;
}
div.r-foot-btm {
	padding-top: 20px;
}

a.btn-f-a,
a.btn-f-a:active,
a.btn-f-a:visited {
	font-family: Open Sans;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	color: #FFFFFF;
	transition: background .25s ease-in-out;
	border: 1px solid #42C6FF;
	border-radius: 3px;
	padding: 6px 30px;
	width: 180px;
	text-align: center;
}

a.btn-f-a:hover,
a.btn-f-a:focus {
	color: #fff;
	background: #42C6FF;
	text-decoration: none;
}

a.btn-f-b,
a.btn-f-b:active,
a.btn-f-b:visited {
	font-family: Open Sans;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	color: #FFFFFF;
	background: #42C6FF;
	transition: background .25s ease-in-out;
	border: 1px solid #42C6FF;
	border-radius: 3px;
	padding: 6px 30px;
	margin-left: 15px;
	width: 180px;
	text-align: center;
}

a.btn-f-b:hover,
a.btn-f-b:focus {
	color: #fff;
	background: transparent;
	text-decoration: none;
}

p.p-sm-f {
	font-family: Open Sans;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 133.5%;
	letter-spacing: 0.695em;
	color: #FFFFFF;
	margin-left: 15px;
	display: inline-block;
	transition: .25s ease-in-out color;
	margin-bottom: 0;
}

figure.fig-sm-f {
	display: inline-block;
	position: relative;
	top: -3px;
}

a.a-sm-f,
a.a-sm-f:active,
a.a-sm-f:visited {
	font-size: 0;
}


a.a-sm-f:hover p.p-sm-f,
a.a-sm-f:focus p.p-sm-f {
	color: #42C6FF;
	text-decoration: none;
}


/* Quote */
section.sec-quote {
	background-image: url(/wp-content/uploads/2020/12/image-2-3-min.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	padding: 40px 0 100px 0;
	border-left: 17px solid #42C6FF;
	border-right: 17px solid #42C6FF;
}

p.p-quote-nag {
	font-family: Open Sans;
	font-style: normal;
	font-weight: bold;
	font-size: 32px;
	line-height: 129.26%;
	text-align: center;
	color: #000000;
	margin-bottom: 10px;
}

p.p-quote-txt {
	font-family: Playfair Display;
	font-style: italic;
	font-weight: bold;
	font-size: 40px;
	line-height: 129.26%;
	text-align: center;
	color: #003B83;
	margin-bottom: 0px;
	max-width: 790px;
	width: 100%;
	margin: 0 auto;
}

section.sec-quote-up {
	position: relative;
	min-height: 1000px;
	padding: 60px 0;
}

hr.hr-blue {
	background: #42C6FF;
	width: 250px;
	height: 4px;
	display: inline-block;
}
figure.fig-quote-left {
	position: absolute;
	left: 0;
	top: 1850px;
	max-width: 800px;
	width: 100%;
}

h2.h2-quote {
	font-family: Open Sans;
	font-style: normal;
	font-weight: bold;
	font-size: 36px;
	line-height: 168.5%;
	text-align: center;
	letter-spacing: -0.04em;
	color: #003B83;
}

div.box-quote-abs {
	background: rgba(0, 59, 131, .8);
	width: 850px;
	height: 500px;
	position: absolute;
	bottom: 100px;
	right: 0;
	z-index: 2;
	padding: 20px;
}
div.box-quote-ins {
	position: relative;
	width: 100%;
	height: 100%;
}
figure.fig-q-tl {
	position: absolute;
	top: 0;
	left: 0;
}
figure.fig-q-br {
	position: absolute;
	bottom: 0;
	right: 0;
}
div.box-quo-ins-abs {
	padding-top: 120px;
}
p.p-qou-txt {
	font-family: Open Sans;
	font-style: normal;
	font-weight: bold;
	font-size: 28px;
	line-height: 110%;
	text-align: center;
	color: #FFFFFF;
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
}
p.p-qou-aut {
	font-family: Open Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 129.26%;
	text-align: right;
	color: #FFFFFF;
	padding-right: 60px;
	margin-top: 30px;
}
div.box-quote-abs .owl-nav {
	display: none;
}
div.box-quote-abs .owl-dots {
	position: absolute; 
	left: -320px;
	margin-top: 40px;
}
div.box-quote-abs .owl-theme .owl-dots .owl-dot span {
	border-radius: 0px;
	margin: 5px 12px;
}
div.box-quote-abs .owl-theme .owl-dots .owl-dot.active span {
    background: #83DBDB;
}
div.box-quote-abs .owl-theme .owl-dots .owl-dot:hover span {
	background: #83DBDB;
	opacity: .8;
}

/* Get involved */
section.sec-invol {
	padding: 60px 0;
	background: #F3F6FB;
}

h2.h2-nag-inv {
	font-family: Open Sans;
	font-style: normal;
	font-weight: bold;
	font-size: 40px;
	line-height: 65px;
	letter-spacing: -0.045em;
	color: #003B83;
	margin-bottom: 5px;
	
}

p.p-pdp-inv {
	font-family: Playfair Display;
	font-style: italic;
	font-weight: bold;
	font-size: 16px;
	line-height: 167.5%;
	text-align: center;
	color: #000000;
	margin-bottom: 40px;
}

.w800 {
	max-width: 860px;
	width: 100%;
	margin: 0 auto;
}

div.cm-inv {
	margin-bottom: 30px;
}

div.box-inv-bcg {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 320px;
	border-radius: 5px;
	box-shadow: 0px 4px 35px rgba(0, 0, 0, 0.25);
}

div.box-inv-txt {
	padding: 10px 20px;
	background: #fff;
}

h3.h3-inv {
	font-family: Playfair Display;
	font-style: italic;
	font-weight: bold;
	font-size: 27px;
	line-height: 36px;
	text-align: center;
	color: #003B83;
}


p.p-inv-txt {
	font-family: Open Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	line-height: 179%;
	text-align: center;
	color: #000000;
}

a.btn-inv,
a.btn-inv:active,
a.btn-inv:visited {
	font-family: Open Sans;
	font-style: normal;
	font-weight: 600;
	font-size: 17px;
	color: #003B83;
	transition: background .25s ease-in-out, color .25s ease-in-out;
	border: 2px solid #003B83;
	border-radius: 4px;
	padding: 6px 30px;
	width: 180px;
	text-align: center;
	margin: 0px auto 30px auto;
	display: block;
}

a.btn-inv:hover,
a.btn-inv:focus {
	color: #fff;
	background: #003B83;
	text-decoration: none;
}

/* Watch */

section.sec-watch {
	background-image: url(/wp-content/uploads/2020/12/Group-68-1-min-scaled-e1609331366306.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 60px 0;
	background-attachment: fixed;
}

h2.h2-watch {
	font-family: Open Sans;
	font-style: normal;
	font-weight: bold;
	font-size: 40px;
	line-height: 58px;
	letter-spacing: -0.05em;
	color: #FFFFFF;
	margin-bottom: 5px;
}

p.p-watch {
	font-family: Playfair Display;
	font-style: italic;
	font-weight: bold;
	font-size: 20px;
	line-height: 28px;
	text-align: center;
	color: #FFFFFF;
	opacity: 0.46;
	max-width: 650px;
    width: 100%;
    margin: 0 auto;
}

img.img-watch {
	margin-top: 50px;
	box-shadow: 0px 4px 35px rgba(0, 0, 0, 0.25);
	border-radius: 4px;
}

a.btn-watch-btm,
a.btn-watch-btm:visited,
a.btn-watch-btm:active {
	font-family: Open Sans;
	font-style: normal;
	font-weight: 600;
	font-size: 17px;
	color: #fff;
	transition: background .25s ease-in-out;
	border: 2px solid #42C6FF;
	border-radius: 4px;
	padding: 6px 30px;
	width: 180px;
	text-align: center;
	margin: 50px auto 10px auto;
	display: block;
}

a.btn-watch-btm:hover,
a.btn-watch-btm:focus {
	text-decoration: none;
	background: #42C6FF;
}

/* .preload {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  max-height: 100vh;
  height: 100vh;
  opacity: 1;
  z-index: 9999999999999999999999999;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-animation: preload 1.2s ease forwards;
  animation: preload 2.2s ease forwards;
}
.dka-zmniej {
  position: absolute;
  top: 47%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 120px;
  z-index: 9999999999999999999999999;
  max-height: 300px;
}

@-webkit-keyframes preload {
  90% {
    opacity: 1;
    z-index: 9999999999999999999999999;
  }

  100% {
    opacity: 0;
    z-index: -1;
  }
} */


.preload {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  max-height: 100vh;
  height: 100vh;
  opacity: 1;
  z-index: 9999999999999999999999999999999999999999;
  background: #E0E2E6;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  
  animation: sebku 3s ease forwards;
	
	animation: sebku-opa 3s ease forwards;
}
.dka-zmniej {
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 250px;
  z-index: 1;
  max-height: 1200px;
	 -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-animation: sebku2 2s ease forwards;
  animation: sebku2 3s ease forwards;
}

@-webkit-keyframes sebku {
  70% {
    opacity: 1;

  }

  100% {
    opacity: 0;
  }
}
@-webkit-keyframes sebku2 {
  70% {
    opacity: 1;
/*    width: 210px; */
  }

  100% {
    opacity: 0;
 	width: 80px;
  }
}
	
@-webkit-keyframes sebku-opa {
		99% {
			width: 100%;
		}
		100% {
			width: 0;
		}
	}


	#wiec {
  animation-name:wiec;
  animation-duration: 1.5s;
  animation-timing-function: ease-in-out;
  transform-origin: 50% 50%;
  
}

@keyframes wiec {
  0% {
    opacity:0;
    transform: rotate(300deg); filter: blur(10px); 
    
  }

  70% {opacity:1;transform: scale(1.2);}
  100% {transform: scale(1);}

}
/* ==== END PRELOADER ==== */
/* ==== END PRELOADER ==== */

/** pulsar **/
div.box-pulsar {
	position: absolute;
	left: 8%; bottom: 40px;
}
div.box-pulsar::before {
  content: '';
  background-image: url(/wp-content/uploads/2020/12/arrow.png);
  width: 40px; height: 55px;  
  background-size: 40px 55px;
  position: absolute;
	right: 0; top: -35px;
}
p.p-pulsar {
	font-weight: normal;
	font-size: 24px;
	line-height: 33px;
	color: #E9E9E9;
	margin-bottom: 0;
}
p.p-pulsar-b {
	font-family: 'Playfair Display', serif;
	font-style: italic;
	font-weight: normal;
	font-size: 34px;
	line-height: 37px;
	color: #E9E9E9;
	text-shadow: 0px 4px 13px rgba(0, 0, 0, 0.77);
	margin-bottom: 0;
}
p.p-pulsar-b span {
	color: #42C6FF;
}

	/** pulsar play **/
div.box-puls {
	position: absolute;
	right: -40px; top: -140px;
}
figure.fig-puls {
	z-index: 5;
	position: relative;
}
figure.fig-puls:hover {
	cursor: pointer;
}
img.pic-puls {
	width: 80px;
	position: relative;
	z-index: 2;
	transition: transform .3s ease-in-out;
}
figure.fig-puls:hover img.pic-puls {
	transform: scale(1.05);
}
/* PULSAR */

.preloader {
  background: transparent;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 4;
  left: -32px; top: -30px;
}
.preloader .ball-scale-multiple {
  position: relative;
  left: 50%; top: 50%;  
}
 @-webkit-keyframes ball-scale-ripple-multiple {
 0% {
 -webkit-transform: scale(0.1);
 transform: scale(0.1);
 opacity: 1;
}
 70% {
 -webkit-transform: scale(1);
 transform: scale(1);
 opacity: 0.7;
}
 100% {
 opacity: 0.0;
}
}
 @keyframes ball-scale-ripple-multiple {
 0% {
 -webkit-transform: scale(0.1);
 transform: scale(0.1);
 opacity: 1;
}
 70% {
 -webkit-transform: scale(1);
 transform: scale(1);
 opacity: 0.7;
}
 100% {
 opacity: 0.0;
}
}
.ball-scale-ripple-multiple {
  position: relative;
  -webkit-transform: translateY(-25px);
  -ms-transform: translateY(-25px);
  transform: translateY(-25px);
}
.ball-scale-ripple-multiple > div:nth-child(0) {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.ball-scale-ripple-multiple > div:nth-child(1) {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
.ball-scale-ripple-multiple > div:nth-child(2) {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.ball-scale-ripple-multiple > div:nth-child(3) {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.ball-scale-ripple-multiple > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  top: -2px;
  left: -26px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 2px solid #fff;
  -webkit-animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
  animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
}
 @-webkit-keyframes ball-beat {
 50% {
 opacity: 0.2;
 -webkit-transform: scale(0.75);
 transform: scale(0.75);
}
 100% {
 opacity: 1;
 -webkit-transform: scale(1);
 transform: scale(1);
}
}
 @keyframes ball-beat {
 50% {
 opacity: 0.2;
 -webkit-transform: scale(0.75);
 transform: scale(0.75);
}
 100% {
 opacity: 1;
 -webkit-transform: scale(1);
 transform: scale(1);
}
}
.ball-beat > div {
  background-color: #fff;
  width: 30px; height: 30px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
  -webkit-animation: ball-beat 0.7s 0s infinite linear;
  animation: ball-beat 0.7s 0s infinite linear;
}
.ball-beat > div:nth-child(2n-1) {
  -webkit-animation-delay: -0.35s !important;
  animation-delay: -0.35s !important;
}
 @-webkit-keyframes ball-scale-multiple {
 0% {
 -webkit-transform: scale(0);
 transform: scale(0);
 opacity: 0;
}
 5% {
 opacity: 1;
}
 100% {
 -webkit-transform: scale(1);
 transform: scale(1);
 opacity: 0;
}
}
 @keyframes ball-scale-multiple {
 0% {
 -webkit-transform: scale(0);
 transform: scale(0);
 opacity: 0;
}
 5% {
 opacity: 1;
}
 100% {
 -webkit-transform: scale(1);
 transform: scale(1);
 opacity: 0;
}
}
.ball-scale-multiple {
  position: relative;
  -webkit-transform: translateY(-45px);
  -ms-transform: translateY(-45px);
  transform: translateY(-45px);
	margin-left: -14px;

}
.ball-scale-multiple > div:nth-child(2) {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.ball-scale-multiple > div:nth-child(3) {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.ball-scale-multiple > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  left: -30px;
  top: 0px;
  opacity: 0;
  margin: 0;
  width: 150px;
  height: 150px;
  -webkit-animation: ball-scale-multiple 1.6s 0s linear infinite;
  animation: ball-scale-multiple 1.6s 0s linear infinite;
}
/** end **/

/** section locations **/
section.sec-loc {
	position: relative;
	padding: 80px 0;
	background-color: #E0E2E6;
}
figure.fig-loc-wm {
	position: absolute;
	right: 0; bottom: 0;
}
h2.h2-loc-up {
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: 48px;
	line-height: 35px;
	letter-spacing: -0.075em;
	color: #003B83;
}
p.p-loc-up {
	margin-bottom: 0;
	font-family: 'Playfair Display', serif;
	font-style: italic;
	font-weight: bold;
	font-size: 24px;
	line-height: 32px;
	color: #413B39;
}

	/** locations **/
div.row-loc {
	margin-top: 60px;
}
div.box-loc {
	position: relative;
	margin-bottom: 30px;
	border-radius: 4px;
	background-color: #fff;	
	overflow: hidden;
}
div.box-loc-ov {
	overflow: hidden;
}
div.box-loc-bg {
	position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 380px;
	border-radius: 4px 4px 0 0;
	
	will-change: transform;
	transition: transform .3s ease-in-out;
}
div.box-loc:focus div.box-loc-bg,
div.box-loc:hover div.box-loc-bg {
	transform: scale(1.1);
}
div.box-loc-main {
	padding: 20px 15px;
}
h3.h3-loc {
	font-style: italic;
	font-weight: bold;
	font-size: 24px;
	line-height: 32px;
	color: #003B83;
}
div.box-loc-txt {
	min-height: 50px;
	position: relative;
}
p.p-loc {
	font-weight: normal;
	font-size: 18px;
	line-height: 25px;
	color: #413B39;
	margin-bottom: 0;

  position: absolute;
	width: 100%;
  left: 50%; top: 50%;
  transform: translate(-50%, -50%);
}
div.box-loc-btn {
	position: relative;
	margin-top: 30px;
}
div.col-loc-a, div.col-loc-b {
	float: left;
	width: 50%;
	padding: 0 5px;
	text-align: center;
}
a.btn-loc-a,
a.btn-loc-a:active,
a.btn-loc-a:visited {
	font-weight: normal;
	font-size: 17px;
	line-height: 23px;
	color: #fff;
	background-color: #42C6FF;
	padding: 10px 0;
	width: 100%;
	border: 2px solid #42C6FF;
	transition: color .3s ease-in-out, background-color .3s ease-in-out;
}
a.btn-loc-a:focus,
a.btn-loc-a:hover {
	background-color: transparent;
	color: #42C6FF;
	text-decoration: none;
}
a.btn-loc-b,
a.btn-loc-b:active,
a.btn-loc-b:visited {
	font-weight: normal;
	font-size: 17px;
	line-height: 23px;
	color: #003B83;
	background-color: transparent;
	padding: 10px 0;
	width: 100%;
	border: 2px solid #003B83;
	transition: color .3s ease-in-out, background-color .3s ease-in-out;
}
a.btn-loc-b:focus,
a.btn-loc-b:hover {
	background-color: #003B83;
	color: #fff;
	text-decoration: none;
}
/** end **/

/** section welcome **/
section.sec-wel {
	padding-top: 80px;
	position: relative;
}
div.box-wel-content {
	position: relative;
}
h2.h2-wel {
	font-weight: bold;
	font-size: 46px;
	line-height: 61px;
	color: #003B83;
	margin-bottom: 40px;
}
p.p-wel {
	font-size: 15px;
	line-height: 28px;
	color: #000000;
	box-sizing: border-box;	
	z-index: 2;
	position: relative;
}
div.box-wel-sig {
	margin-top: 60px;
	padding-bottom: 40px;
}
figure.fig-wel {
	position: absolute;
	right: -100px; bottom: 0;
	z-index: -1;
}
img.pic-wel {
	max-width: 850px;
}
img.pic-sig {
	max-width: 250px;
}


/** section banner **/
section.sec-ban {
	position: relative;
}
div.col-ban {
	padding-left: 0;
	padding-right: 0;
}
div.col-ban:nth-child(2) {
	border-left: 2px solid #42C6FF;
	border-right: 2px solid #42C6FF;
}
a.a-ban,
a.a-ban:active,
a.a-ban:visited {
	color: #fff;
}
a.a-ban:focus,
a.a-ban:hover {
	text-decoration: none;
}
div.bg-ban-ov {
	position: relative;
	overflow: hidden;
}
div.bg-ban {
	position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 380px;
	
	will-change: transform;
	transition: transform .3s ease-in-out;
}
div.bg-ban-ov:hover div.bg-ban,
div.bg-ban-ov:focus div.bg-ban {
	transform: scale(1.1);
}
div.box-ban-content {
	text-align: center;
	margin: 0;
	position: absolute;
	left: 50%; top: 50%;
	width: 100%;
	transform: translate(-50%, -50%);
}
h2.h2-ban {
	font-family: 'Playfair Display', serif;
	font-style: italic;
	font-weight: bold;
	font-size: 77px;
	line-height: 82px;
	color: #fff;
	text-shadow: 0px 4px 7px #000;
	margin: 15px;
	transition: .3s ease-in-out;
}
p.p-ban {
	margin-bottom: 0;
	font-style: normal;
	font-weight: bold;
	font-size: 19px;
	line-height: 21px;
	color: #fff;
	text-shadow: 0px 4px 7px #000;
}
a.a-ban:focus h2.h2-ban,
a.a-ban:hover h2.h2-ban {
	color: #D5B5FF;
}
/** end **/

/** section slider **/
section.sec-slider {
	position: relative;
	padding: 80px 0;
	background-image: url(/wp-content/uploads/2021/06/bcg-stay.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.bcg-slide-ph {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

div.row-slider {
	min-height: 380px;
	background: #fff;
}
figure.fig-slide-ico {
    position: absolute;
    left: -85px;
    top: 95px;
}

	/** slider content **/
div.box-slider-content {
	position: relative;
	padding: 20px 15px 15px 25px;
}
h2.h2-slider {
	font-weight: bold;
	font-size: 67px;
	line-height: 60px;
	color: #003B83;
}
h2.h2-slider span {
	display: block;
	margin-top: 5px;
	font-weight: 900;
	font-family: 'Playfair Display', serif;
	font-style: italic;
}
p.p-slider {
	margin-top: 50px;
	margin-bottom: 0;
	font-size: 20px;
	line-height: 27px;
	color: #413B39;
}
div.box-slider-btn {
	margin-top: 40px;
}
a.btn-slider,
a.btn-slider:active,
a.btn-slider:visited {
	border: 2px solid #003B83;
	padding: 10px 45px 10px 20px;
	color: #003B83;
	font-style: italic;
	font-weight: bold;
	font-size: 20px;
	transition: color .3s ease-in-out, background-color .3s ease-in-out;
}
a.btn-slider:focus,
a.btn-slider:hover {
	text-decoration: none;
	background-color: #003B83;
	color: #fff;
}
figure.fig-sms {
	margin-right: 10px;
}
img.pic-sms {
	margin-bottom: -10px;
}

	/** slider col inside **/
div.box-slider-col {
	position: relative;
}
a.btn-slider-b {
	display: inline;
}
div.col-slider-a,
div.col-slider-b{
	float: left;
	width: 50%;
}
.owl-slider img.pic-sms-b {
	width: 100%;
}

/** OWL Testimonials Arrows **/
.owl-slider .owl-dots {
	display: none;
}
.owl-slider .owl-prev span,
.owl-slider .owl-next span {
	display: none;
}

.owl-slider .owl-prev:after {
  content: '';
  background-image: url(/wp-content/uploads/2020/12/slider-l.png);
  width: 40px;
  height: 40px;
  display: inline-block;
  background-size: 40px 40px;
  margin-left: 1px;
}
.owl-slider .owl-next:after {
  content: '';
  background-image: url(/wp-content/uploads/2020/12/slider-r.png);
  width: 40px;
  height: 40px;
  display: inline-block;
  background-size: 40px 40px;
  margin-left: 1px;
}
.owl-slider button:focus {
	outline: none;
}
.owl-slider .owl-nav {
	margin-top: -250px;
	position: absolute;
  width: 100%;
}
.owl-slider .owl-nav .owl-prev  {
	position: absolute;
	left: -75px;
	transition: opacity .2s ease-in-out;
}
.owl-slider .owl-nav .owl-next  {
	position: absolute;
	right: -75px;
	transition: opacity .2s ease-in-out;
}
.owl-slider .owl-nav .owl-prev:hover  {
	background: transparent;
	opacity: .7;
}
.owl-slider .owl-nav .owl-next:hover  {
	background: transparent;
	opacity: .7;
}

/** end **/

/** section hero **/
section.sec-hero {
  position: relative;
	margin-top: 85px;
}
div.attr-hero {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 800px;
}

	/** hash arrow **/
a.a-hash,
a.a-hash:visited,
a.a-hash:active {
	display: inline-block;
	padding: 30px 35px 0 35px;
	font-size: 0;
	text-align: center;
	margin: 0;
	position: absolute;
	left: 50%; bottom: -20px;
	transform: translate(-50%, -50%);
	z-index: 2;
}
figure.fig-hash {
	-webkit-animation: bounce-top 2.5s infinite alternate-reverse forwards;
	        animation: bounce-top 2.5s infinite alternate-reverse forwards;
}
img.pic-hash {
	width: 25px;
}
@-webkit-keyframes bounce-top {
  0% {
    -webkit-transform: translateY(-35px);
            transform: translateY(-35px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 1;
  }
  24% {
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-24px);
            transform: translateY(-24px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  65% {
    -webkit-transform: translateY(-12px);
            transform: translateY(-12px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  82% {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  93% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  25%,
  55%,
  75%,
  87% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
}
@keyframes bounce-top {
  0% {
    -webkit-transform: translateY(-35px);
            transform: translateY(-35px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 1;
  }
  24% {
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-24px);
            transform: translateY(-24px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  65% {
    -webkit-transform: translateY(-12px);
            transform: translateY(-12px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  82% {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  93% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  25%,
  55%,
  75%,
  87% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
}

/** end **/

	/** hero content **/
div.box-hero {
	display: inline;
	padding-top: 0;
	text-align: center;
	z-index: 2;
	width: 100%;
  margin: 0;
  position: absolute;
  left: 50%; top: 55%;
  transform: translate(-50%, -50%);
}
p.p-hero {
	font-family: 'Playfair Display', serif;
	font-style: italic;
	font-weight: bold;
	font-size: 78px;
	line-height: 83px;
	margin: 0 0 30px 0;
	text-align: center;
	color: #fff;
	text-shadow: 0px 4px 20px #000;
}
p.p-hero span {
	color: #D5B5FF;
}
p.p-hero-b {
	font-weight: normal;
	font-size: 23px;
	line-height: 31px;
	text-align: center;
	color: #fff;
	text-shadow: 0px 4px 14px #000;
	margin-bottom: 0;
}
div.box-hero-btn {
	margin-top: 50px;
}
a.btn-hero,
a.btn-hero:visited,
a.btn-hero:active {
	line-height: 20px;
	color: #fff;
	background-color: #42C6FF;
	
	display: inline-block;
	padding: 10px 65px;
	border: 2px solid #42C6FF;
	transition: background-color .3s ease-in-out, color .3s ease-in-out;;
}
a.btn-hero:focus,
a.btn-hero:hover {
	text-decoration: none;
	color: #42C6FF;
	background-color: transparent;
}

	/** social media hero **/
div.box-hero-sm {
	position: absolute;
	right: 0; top: 0;
	z-index: 3;

	margin: 0;
	position: absolute;
	top: 50%; right: -450px;
	transform: translate(-50%, -50%) rotate(-270deg);
}
a.a-hero-sm,
a.a-hero-sm:active,
a.a-hero-sm:visited {
	font-weight: normal;
	font-size: 14px;
	line-height: 19px;
	letter-spacing: 0.42em;
	color: #fff;
	padding: 0 20px;
	transition: color .3s ease-in-out;
}
a.a-hero-sm:focus,
a.a-hero-sm:hover {
	color: #42C6FF;
	text-decoration: none;
}

	/** Featured News - dots **/
.owl-hero .owl-dots {
	position: absolute;
	left: 50px; top: 50%;
	margin: 0; 
	transform: translate(-50%, -50%) rotate(-270deg);
	z-index: 3;
}
.owl-hero .owl-dots button.owl-dot.active span  {
	background-color: transparent;
	border-radius: 50%;
	border: 5px solid #42C6FF;
	position: relative;
	width: 16px; height: 16px;
	z-index: 2;
}
.owl-hero .owl-dots button.owl-dot span  {	
	background-color: #DADADA;
	border-radius: 50%;
	width: 16px; height: 16px;
	z-index: 2;
	margin: 0 12px;
}
.owl-hero .owl-dots button:focus {
		outline: none;
}
/** end **/

/** header **/
section.desk-h {
	position: fixed;
	left: 0; top: 0;
	width: 100%;
	z-index: 6;
	background-color: #fff;
	box-shadow: 0 14px 28px rgba(0,0,0,.1), 0 10px 10px rgba(0,0,0,.01);
}
.cont-h {
/* 	padding: 20px 0; */

}

	/** header logo **/
div.box-logo-h {
	position: absolute;
	left: 15px; top: 10px;
}
img.logo-h {
	width: 220px;
}
	/** header nav **/
.page-id-9 .li-home {
	display: none;
}
ul.ul-h {
	margin: 15px 0 0 0; padding: 0;
	list-style: none;
	display: inline-block;
}
ul.ul-h li {
	display: inline;
	float: left;
}
p.p-h,
a.a-h,
a.a-h:visited,
a.a-h:active {
	margin: 0;
	line-height: 20px;
	color: #003B83;
	font-size: 15px;
	font-weight: bold;
	display: inline-block;
	padding: 15px 20px;
	border-top: 2px solid transparent;
	border-bottom: 2px solid transparent;	
	transition: border-color .3s ease-in-out;
}
p.p-h:focus,
p.p-h:hover
a.a-h:focus,
a.a-h:hover {
	text-decoration: none;
	border-color: #42C6FF;
}
a.btn-h,
a.btn-h:visited,
a.btn-h:active {
	line-height: 20px;
	color: #fff;
	font-size: 15px;
	background-color: #42C6FF;
	font-weight: bold;
	display: inline-block;
	margin-top: 5px;
	margin-left: 10px;
	padding: 8px 45px;
	border: 2px solid #42C6FF;
	transition: background-color .3s ease-in-out;
}
a.btn-h:focus,
a.btn-h:hover {
	text-decoration: none;
	color: #003B83;
	background-color: transparent;
}

/* Top header */
div.top-head {
	background: #F3F6FB;
	padding: 5px 0;
	transition: transform .3s ease-in-out;
}

ul.ul-th {
	list-style: none;
	padding-left: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}

ul.ul-th li {
	display: inline-block;
	margin-left: 15px;
}

a.a-th,
a.a-th:active,
a.a-th:visited {
	font-family: Open Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 18px;
	text-align: right;
	color: #8B8B8B;
	transition: color .3 ease-in-out;
}

a.a-th:hover,
a.a-th:focus {
	text-decoration: none;	
	color: #003B83;
}


a.a-th-b,
a.a-th-b:active,
a.a-th-b:visited {
	font-family: Open Sans;
	font-style: normal;
	font-weight: bold;
}
p.p-th {
	font-family: Open Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	margin-bottom: 0px;
}

div.cont-h {
	transition: transform .3s ease-in-out;
}
div.cont-th-ins {
	transition: padding .3s ease-in-out;
	padding: 10px 0;
}
section.cont-h-js div.top-head {
/* 	transform: translatey(-34px); */
}

.cont-h-js  {
	transform: translatey(-34px);
}
.cont-h-js div.cont-th-ins {
	padding: 6px;
}

/* Footer ul links top */

div.r-foot-mid {
	padding-top: 20px;
}
ul.ul-cnt-foot {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

ul.ul-cnt-foot li {
	display: inline-block;
	margin-left: 20px;
	margin-right: 20px;
}

a.a-th-f,
a.a-th-f:active,
a.a-th-f:visited {
	font-family: Open Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	line-height: 18px;
	text-align: right;
	color: #fff;
	transition: color .3 ease-in-out;
}

a.a-th-f:hover,
a.a-th-f:focus {
	text-decoration: none;	
	color: #42C6FF;
}

/* Featured Sermon */

div.box-featured {
	position: relative;
	width: 100%;
	max-width: 700px;
	margin: 20px auto;
}

div.box-featured-btm {
	position: absolute;
	background: linear-gradient(360deg, #000000 0%, rgba(0, 0, 0, 0) 53.68%);
	filter: drop-shadow(0px 4px 35px rgba(0, 0, 0, 0.25));
	width: 100%;
	height: 140px;
	bottom: 0px;
	left: 0px;
	text-align: left;
	padding: 20px 30px;
}

p.p-featured-date {
	font-family: Open Sans;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 22px;
	color: #42C6FF;
	margin-bottom: 15px;
}

h3.h3-featured {
	font-family: Playfair Display;
	font-style: italic;
	font-weight: bold;
	font-size: 27px;
	line-height: 36px;
	color: #FFFFFF;
	margin-bottom: 0px;
	padding-right: 215px;
}
a.btn-feat-video,
a.btn-feat-video:visited,
a.btn-feat-video:active {
	position: absolute;
	display: block;
	right: 40px;
	bottom: 45px;
	background: #42C6FF;
	color: #fff;
	font-family: Open Sans;
	font-style: normal;
	font-weight: 800;
	font-size: 17px;
	line-height: 23px;
	color: #FFFFFF;
	padding: 10px 30px;
	border-radius: 4px;
}

a.btn-feat-video:focus,
a.btn-feat-video:hover {
	text-decoration: none;
	color: #003B83;
}

@media screen and (max-width: 769px) {
	a.btn-feat-video, 
	a.btn-feat-video:visited, 
	a.btn-feat-video:active {
		position: relative;
		right: 0;
		bottom: -33px;
	}
	h3.h3-featured {
		padding-right: 0px;
	}
	body section.sec-watch {
		padding-bottom: 70px;
	}
}

/* Single Location */
section.sec-page-h-sl {
	margin-top: 127px;
	position: relative;
	position: relative;
	background-color: #F6F6F6;
	padding: 50px 0;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

div.r-sl-head {
	border-top: 1px solid #FFFFFF;
	padding-top: 30px;
}
section.sec-page-h-sl h2.h2-page-h {
	margin-bottom: 30px;
}

p.p-sl-h-nag {
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	line-height: 34px;
	color: #FFFFFF;
	margin-bottom: 12px;
	display: inline-block;
}

img.img-ico-sl-tel {
	display: inline-block;
	margin-right: 10px;
	margin-top: -4px;
}
p.p-sl-h {
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 149%;
	color: #FFFFFF;
}

p.p-time-sl {
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	color: #FFFFFF;
	margin-bottom: 10px;
}

p.p-time-sl-h {
	font-size: 16px;
	font-weight: bold;
	font-size: 18px;
	line-height: 200%;
	color: #78FFFF;
	margin-bottom: 10px;
}

tr.tr-time-sl {
	border-bottom: 1px solid rgba(255, 255, 255, .3);
}

tr.tr-time-sl:last-child {
	border-bottom: none;
}

a.a-sl-h-nag,
a.a-sl-h-nag:active,
a.a-sl-h-nag:visited {
		font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 34px;
	color: #FFFFFF;
	margin-bottom: 12px;
	display: inline-block;
	transition: color .3s ease-in-out;
	margin-bottom: 20px;
}
a.a-sl-h-nag:hover,
a.a-sl-h-nag:focus {
	text-decoration: none;
	color: #78FFFF;
}

a.a-sl-h,
a.a-sl-h:active,
a.a-sl-h:visited {
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 149%;
	color: #FFFFFF;
	transition: color .3s ease-in-out;
}

a.a-sl-h:hover,
a.a-sl-h:focus {
	text-decoration: none;
	color: #78FFFF;
}

/** countdown **/
section.sec-hero {
	position: relative;
}
section.sec-countdown {
	position: absolute;
	left: 0; top: 0;
	z-index: 2;
	background-color: #003B83;
	
  text-align: center;
	max-width: 1040px;
	width: 100%;
	padding: 80px 80px;
  margin: 0;
  position: absolute;
  left: 50%; top: 50%;
	transform: translate(-50%, -50%);
}
figure.fig-cd {
	position: absolute;
	right: 10px; top: 10px;
	
	will-change: transform;
	transition: transform .3s ease-in-out;
}
figure.fig-cd:active,
figure.fig-cd:hover {
	cursor: pointer;
	transform: scale(1.1);
}
img.img-cd {
	max-width: 20px;
}
div.box-cd-txt {
	position: relative;
}
p.p-cd-a {
	font-size: 17px;
	line-height: 23px;
	color: #fff;
	
	max-width: 640px;
	width: 100%;
	margin: 0 auto 60px auto;
}
p.p-cd-b {
	font-weight: bold;
	font-size: 36px;
	line-height: 49px;
	color: #fff;
	margin-bottom: 60px;
}
#Countdown {
	max-width: 560px;
	width: 100%;
	margin: 0 auto;
}
div.box-dni {
	
}
div.d-data {
	
}
h2.h2-cd {
	font-family: 'Open Sans', sans-serif;
	font-size: 64px;
	line-height: 87px;
	color: #42C6FF;
}
p.p-cd {
	font-size: 18px;
	line-height: 25px;
	color: #fff;
	margin-bottom: 0;
}
div.box-dni {
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}
@media only screen and (max-width: 768px) {
	section.sec-countdown {
		padding: 35px 15px;
	}
	p.p-cd-a {
    font-size: 14px;
    margin: 0 auto 30px auto;
	}
	p.p-cd-b {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 30px;
	}
	div.box-dni {
				-ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
	}
	h2.h2-cd {
    font-size: 45px;
    line-height: 55px;
	}
	p.p-cd {
    font-size: 13px;
    line-height: 12px;
	}
}

/** end countdown **/

#GetInvolved,
#Locations {
	padding-top: 120px;
	margin-top: -120px;
}

/** subpage volunteer **/
div.box-vol {
	position: relative;
}
h2.h2-vol {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 65px;
  letter-spacing: -1px;
  color: #003B83;
  margin-bottom: 30px;
	text-align: center;
}
div.box-vol-meta {
	position: relative;
}
div.box-vol-single {
	position: relative;
		margin-bottom: 30px;
	border: 1px solid rgba(0,0,0,.07);
	padding: 25px 20px;
}
h3.h3-vol-sin {
	color: #000;
	font-weight: bold;
	font-size: 25px;
	margin-bottom: 20px;
}
div.box-vol-sin-con {
	position: relative;
	margin-top: 20px;
}
p.p-vol-sin {
	font-size: 15px;
	font-weight: bold;
	color: #000;
	margin: 0;
}
a.a-vol,
a.a-vol:active,
a.a-vol:visited {
	color: #003B83;
	font-weight: normal;
	transition: color .3s ease-in-out;
}
a.a-vol:focus,
a.a-vol:hover {
	text-decoration: none;
	color: #000;
}
@media only screen and (max-width: 768px) {
h2.h2-vol {
		font-size: 35px;
		line-height: 40px;
	}
}

/** subpage partership services **/
h2.h2-pser {
	font-weight: bold;
	font-family: 'Open Sans', sans-serif;
	color: #003B83;
	margin-bottom: 30px;
}
a.btn-pser,
a.btn-pser:active,
a.btn-pser:visited {
  line-height: 20px;
  color: #fff;
  background-color: #42C6FF;
  font-weight: bold;
  display: inline-block;
  margin-top: 5px;
  margin-left: 10px;
  padding: 12px 25px;
  border: 2px solid #42C6FF;
  transition: background-color .3s ease-in-out;
}
a.btn-pser:focus,
a.btn-pser:hover {
  text-decoration: none;
  color: #42C6FF;
  background-color: transparent;
}
div.box-pser {
	position: relative;
	margin-bottom: 30px;
}
h3.h3-pser {
	font-weight: bold;
	font-family: 'Open Sans', sans-serif;
	color: #003B83;
	margin-bottom: 25px;
}

/** subpage partner manual **/
div.box-pm-txt {
	position: relative;
	margin-bottom: 60px;
}
h2.h2-pm {
	font-weight: bold;
	color: #000;
}
p.p-pm {
	font-weight: bold;
	margin: 0;
	color: #003B83;
}
figure.fig-sin-pm {
	position: relative;
	margin-bottom: 30px;
}
a.btn-return,
a.btn-return:active,
a.btn-return:visited {
line-height: 20px;
  color: #fff;
  font-size: 15px;
  background-color: #003B83;
  font-weight: bold;
  display: inline-block;
  margin: 20px auto;
  padding: 15px 35px;
  border: 2px solid #003B83;
  transition: background-color .3s ease-in-out;
}
a.btn-return:focus,
a.btn-return:hover {
  text-decoration: none;
  color: #003B83;
  background-color: transparent;	
}

/** form general **/
section.sec-sp-form-general {
	position: relative;
	padding: 80px 0;
	background-color: #144B8D;
}
section.sec-sp-form-general h2.h2-form-k,
section.sec-sp-form-general p.p-form-k,
section.sec-sp-form-general label {
	color: #fff;
}

	/** sidebar partner manual **/
div.box-sidebar-pm {
	position: relative;
}
figure.fig-pm {
	position: relative;
}
a.btn-download,
a.btn-download:active,
a.btn-download:visited {
line-height: 20px;
  color: #fff;
  font-size: 15px;
  background-color: #003B83;
  font-weight: bold;
  display: inline-block;
  margin: 20px auto;
  padding: 12px 15px;
  border: 2px solid #003B83;
  transition: background-color .3s ease-in-out;
}
a.btn-download:focus,
a.btn-download:hover {
  text-decoration: none;
  color: #003B83;
  background-color: transparent;	
}
div.box-sidebar-pm-ul {
	position: relative;
}
h3.h3-pm {
	font-weight: bold;
	color: #000;
	text-align: center;
	margin-bottom: 30px;
}
ul.ul-pm {
	margin: 0; padding: 0 0 0 30px;
}
ul.ul-pm li {
/* 	list-style: none; */
	padding: 5px 0;
	position: relative;
}
a.a-pm,
a.a-pm:active,
a.a-pm:visited {
	color: #003B83;
	font-weight: bold;
	font-size: 15px;
	transition: color .3s ease-in-out;
}
a.a-pm:focus,
a.a-pm:hover {
	text-decoration: none;
	color: #000;
}

/** subpage Salvation **/
section.sec-sp-salvation {
	position: relative;
	padding: 80px 0;
	background-color: #144B8D;
}
section.sec-sp-salvation h2.h2-form-k,
section.sec-sp-salvation p.p-form-k,
section.sec-sp-salvation label{
	color: #fff;
}
div.w640 {
	max-width: 640px;
	width: 100%;
	margin: 0 auto;
}

/** subpage Faith News **/
section.sec-bg-fnews {
	background-image: url(/wp-content/uploads/2021/07/bg-fnews.jpg);
	background-position: center 68%;
	background-size: cover;
	background-repeat: no-repeat;
	height: 350px;
}
h3.h3-sp-fnews {
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	font-weight: bold;
	color: #003B83;
	font-size: 35px;
	margin-bottom: 60px;
}
div.box-fnwes {
	position: relative;
}
div.box-fnews-content {
	position: relative;
	margin-bottom: 30px;
	background-color: rgba(0,0,0,.01);
	border: 1px solid rgba(0,0,0,.05);
	border-radius: 6px;
	padding: 25px 35px;
}
h4.h4-fnews {
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	color: #003B83;
	font-size: 25px;
	margin-bottom: 35px;
}
div.box-fnews-btn {
	position: relative;
	text-align: center;
	margin-top: 40px;
}
section.sec-sp-fnews-reg {
	position: relative;
	padding: 0 0 80px 0;
}
h2.h2-fnews-reg {
font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	color: #003B83;
	font-size: 40px;
}
a.btn-reg,
a.btn-reg:active,
a.btn-reg:visited {
  line-height: 20px;
  color: #fff;
  background-color: #42C6FF;
  font-weight: bold;
  display: inline-block;
  margin-top: 5px;
  margin-left: 10px;
  padding: 15px 45px;
  border: 2px solid #42C6FF;
  transition: background-color .3s ease-in-out;
}
a.btn-reg:focus,
a.btn-reg:hover {
  text-decoration: none;
  color: #fff;
  background-color: #003B83;
}
h4.h4-conntect {
	font-family: Open Sans;
	font-weight: bold;
	font-size: 40px;
	margin-bottom: 30px;
	color: #8300e9;
}
a.btn-connect,
a.btn-connect:active,
a.btn-connect:visited {
  line-height: 20px;
  color: #fff;
  background-color: #8300e9;
  font-weight: bold;
  display: inline-block;
  margin-top: 5px;
  margin-left: 10px;
  padding: 15px 45px;
  border: 2px solid #8300e9;
  transition: background-color .3s ease-in-out;
}
a.btn-connect:focus,
a.btn-connect:hover {
  text-decoration: none;
  color: #fff;
  background-color: #8300e9;
}

/** single sit group card **/
div.card-columns-g {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
	
	-webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
}
div.card-sin-g {
	padding: 25px 25px;
	text-align: center;
}
h3.h3-card-g {
	font-weight: bold;
	color: #fff;
	font-size: 30px;
	margin-bottom: 20px;
}
a.btn-sin-g,
a.btn-sin-g:active,
a.btn-sin-g:visited {
  line-height: 20px;
  color: #fff;
  background-color: #42C6FF;
  font-weight: bold;
  display: inline-block;
  margin-top: 5px;
  margin-left: 10px;
  padding: 15px 45px;
  border: 2px solid #42C6FF;
  transition: background-color .3s ease-in-out;
}
a.btn-sin-g:focus,
a.btn-sin-g:hover {
  text-decoration: none;
  color: #fff;
  background-color: #003B83;
}

/** single sit group **/
div.bg-sin-g {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
}
div.box-sin-main-content {
	position: relative;
	padding: 180px 0;
	text-align: center;
}
h2.h2-sin-g {
	font-weight: bold;
	color: #fff;
	font-size: 50px;
	margin-bottom: 20px;
}
p.p-sin-g {
	font-weight: bold;
	font-size: 18px;
	color: #fff;
	margin-bottom: 0;
}

/** subpage sit group **/
div.row-sp {
	margin-top: 60px!important;
}
img.img-sg {
	max-width: 220px;
	width: 100%;
}
div.box-sg-over {
	position: relative;
	overflow: hidden;
	border-radius: 6px 6px 0 0;
}
div.box-sg {
	position: relative;
	text-align: center;
	margin-bottom: 30px;		
}
div.box-sg-women {
	background-color: #9550a3;
	border: 1px solid #9550a3;
}
div.box-sg-men {
	background-color: #5077a3;
	border: 1px solid #5077a3;
}
div.bg-sg {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 300px;
	transition: transform .3s ease-in-out;
	will-change: transform;
}
a.a-sg:hover div.bg-sg  {
	transform: scale(1.1);
}
a.a-sg:hover {
	text-decoration: none;
}
div.box-sg-main {
	position: relative;	
	border-radius: 0 0 6px 6px;
}
div.box-sp-sg-meta {
	position: relative;
	padding: 25px 15px;	
}
h2.h2-sp-sg {
	font-style: italic;
  font-weight: bold;
  font-size: 30px;
  line-height: 35px;
  color: #fff;
}
p.p-sp-sg {
	margin: 15px auto;
	line-height: 20px;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
}
div.box-sg-link {
	position: relative;	
}
p.p-sg-link {
	display: inline-block;
  font-size: 15px;
  line-height: 23px;
  color: #003B83;
	font-weight: bold;
  background-color: #fff;
  padding: 10px 0;
  width: 60%;
	border-radius: 6px;
  border: 2px solid #fff;
  transition: color .3s ease-in-out, background-color .3s ease-in-out;
}
p.p-sg-link:focus,
p.p-sg-link:hover {
  background-color: #fff;
  color: #42C6FF;
  text-decoration: none;
}

/** form radio **/
div.col-radio {
	margin: 10px 0 10px 0
}
div.col-checkbox {
	position: relative;
	margin: 15px 0 10px 0;
}
div.col-checkbox .form-check {
	padding-left: 0;
}
div.col-checkbox span.wpcf7-list-item-label,
div.col-radio span.wpcf7-list-item-label {
	font-size: 14px;
	margin: 10px 0;
}
div.col-checkbox span.wpcf7-list-item {
	margin-right: 20px;
	margin-left: 0;
}

/** form styles **/
div.row-form {
	position: relative;
	max-width: 720px;
	width: 100%;
	margin: 0 auto;
}
h2.h2-form-k {
  font-weight: 600;
  font-size: 40px;
  line-height: 45px;
  color: #000;
  margin: 0 0 40px 0;
}
h3.h3-form-k {
	font-weight: bold;
	color: #003B83;
	margin: 30px 0;
	text-align: center;
}
p.p-form-k {
	margin-bottom: 30px;
	font-size: 14px;
	color: #000;
}
label.lab-form {
	color: #000;
	font-size: 14px;
	margin-bottom: 5px;
}
div.form-box .form-k {
	border-radius: 5px;
	margin-bottom: 15px;
	font-size: 14px;
	font-weight: normal;
	padding-left: 15px;
	height: 50px;	
	background-color: #eee;
	filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.05));
	border-color: #eee;
}
div.form-box select {
	height: 50px;
	padding-right: 15px;
	border-color: #eee;
	background-color: #eee;
}
div.form-box .form-k:focus,
div.form-box .form-k:active {
	background-color: #fff;
	outline: 0;
	box-shadow: none;
}
section.sec-sp-form p {
    margin: 0;
}
div.form-box .btn-send,
div.form-box .btn-send:visited,
div.form-box .btn-send:active {
  margin: 40px 0 0 0;
  font-weight: bold;
  line-height: 19px;
  text-align: center;
  color: #fff;
  padding: 15px 0;   
	max-width: 300px;
	width: 100%;
	background-color: #42C6FF;
   border-radius: 6px;
   border: 1px solid #42C6FF;	
   transition: color .2s ease-in-out, background .2s ease-in-out;
}
div.form-box .btn-send:hover,
div.form-box .btn-send:focus {
  text-decoration: none;
  color: #42C6FF;
  background: transparent;
}
div.form-box .form-txt {
	height: 150px;
}
div.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #2196F3 ;
  outline: 0;
  box-shadow: none;
}
div.form-box a.btn-form,
div.form-box a.btn-form:visited,
div.form-box a.btn-form:active {
  margin: 0;
  font-weight: bold;
  line-height: 19px;
  text-align: center;
  color: #00BCD4;
  padding: 10px 0;   
	width: 100%;
	background: transparent;
  border-radius: 5px;
  border: 1px solid #00BCD4;
  transition: color .2s ease-in-out, background .2s ease-in-out;
}
div.form-box a.btn-form:hover,
div.form-box a.btn-form:focus {
  text-decoration: none;
  color: #fff;
  background: transparent;
}

/** Walidacja Kontaktu **/
span.wpcf7-not-valid-tip {
  font-size: 13px;
  margin-top: 0x;
  margin-bottom: 20px;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
  font-size: 13px;
  text-align: center;
	margin-top: -10px;
  margin-bottom: 40px;
}
div.wpcf7-mail-sent-ok {
  margin-top: -10px;
  border: 2px solid #398f14;
  margin-bottom: 40px;
  font-size: 13px;
  text-align: center;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: #ffb900;
	background-color: #ffb900;
	color: #000;
	text-align: center;
	font-size: 15px;
}
.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450;
	background-color: #46b450;
	color: #fff;
	text-align: center;
	font-size: 15px;
}

	/** form accept **/
div.cm-akcept {
	position: relative;
	border-top: 1px solid rgba(0,0,0,.05);
	margin-top: 20px;
	padding-top: 20px;
}
p.p-form-accept {
	text-align: center;
	display: inline;	
	font-size: 13px;
	line-height: 15px;
	color: #545454;
	margin-bottom: 10px;
	padding-left: 0;
	position: relative;
}
a.a-kon-akcept,
a.a-kon-akcept:visited,
a.a-kon-akcept:active{
	font-size: 14px;
	line-height: 15px;
	color: #E30613;
	text-decoration: underline;
}
a.a-kon-akcept:hover,
a.a-kon-akcept:focus{
	text-decoration: none;
}
div.cm-akcept input[type="checkbox"] {
	position: absolute;
	top: 6px; left: 0;	
}
div.box-acc-form {
	position: relative;
	margin-top: 20px;
}
div.cm-akcept p.p-form-acc {
	display: inline;
	margin: 0;
	font-size: 14px;
	margin-left: 5px;
	margin-bottom: 0;
}

/** dropmenu **/
li.li-drop img {
	width: 8px;
	margin-left: 5px;
}
li.li-drop:hover p.p-h,
li.li-drop:focus p.p-h {
	border-color: #42C6FF;
}
li.li-drop {
	position: relative;
	display: inline-block;
}
div.boxdrop-menu {
	border-top: 2px solid #42C6FF;
	display: none;
	position: absolute;
	z-index: 3;
	top: 52px; left: 0;
	width: 200px;
	opacity: 0;
	background-color: rgba(255, 255, 255, 1);
	text-align: left;
	box-shadow: 0 14px 28px rgba(0,0,0,.1), 0 10px 10px rgba(0,0,0,.01);
	padding: 15px 20px;
	border-radius: 0 0 6px 6px;
	transition: opacity 3s ease-in-out;
}
div.boxdrop-menu-b {
	width: 210px;
}
li.li-drop:hover div.boxdrop-menu,
li.li-drop:focus div.boxdrop-menu {
	display: block;
	animation-name: width-hero;
  animation-duration: .3s;
	animation-fill-mode: forwards;
	transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}
@keyframes width-hero {
  from {
		opacity: 0;
		transform: translateY(20px);
	}
  to {
		opacity: 1;
		transform: translateY(0);
	}
}
ul.ul-drop {
	columns: 1;
		-webkit-columns: 1;
		-moz-columns: 1;
	
	margin: 0; padding: 0;	
}
ul.ul-drop li {
	float: none;
	display: block;
	width: 100%;
}
a.a-drop,
a.a-drop:visited,
a.a-drop:active {
	color: #003B83;
  font-weight: bold;
	font-size: 15px;
	display: block;
	width: 100%;
	padding: 5px 0;
	transition: color .3s ease-in-out;
}
a.a-drop:focus,
a.a-drop:hover {
	text-decoration: none;
	color: #42C6FF;
}

/** subpage partner redirect **/
section.sec-sp-partner {
	position: relative;
	height: 400px;
  background-position: contain;
  background-size: cover;
  background-repeat: no-repeat;
	margin-top: 148px;
	border-top: 10px solid #003B83;
	border-bottom: 10px solid #003B83;
}
section.sec-part-up {
	position: relative;
	padding: 60px 0;
}
div.w960 {
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
}
p.p-part-up {
	font-weight: bold;
	font-size: 24px;
	line-height: 36px;
	color: #000;
	margin: 0;
}
hr.hr-part {
	display: block;
	margin: 20px auto;
	background-color: #42C6FF;
	width: 100px; height: 2px;
}
div.box-wyzwig-part-up {
	position: relative;
}
section.sec-part-main {
	position: relative;
	padding: 60px 0 80px 0;
	background-color: #F3F6FB;
}
div.box-wyzwig-part-main {
	position: relative;	
}
section.sec-part-bottom {
	position: relative;
	padding: 80px 0 60px 0;
}
section.sec-part-btn {
	position: relative;
	padding: 40px 0;
	border-top: 1px solid #42C6FF;
	border-bottom: 1px solid #42C6FF;
}
p.p-part-btn {
	font-weight: bold;
	font-size: 24px;
	line-height: 36px;
	margin: 20px 0 40px 0;
}
div.box-part-wel-content {
	position: absolute;
	width: 95%;
	left: 0; top: -90px;
}
div.bg-part-wel {
	box-shadow: -10px -4px 28px rgb(0 0 0 / 10%), 0 10px 10px rgb(0 0 0 / 1%);
	background-position: cover;
  background-size: cover;
  background-repeat: no-repeat;
	height: 400px;
	background-color: #F3F6FB;
	border-radius: 24px 24px 0px 0px ;
}
div.box-part-wel {
	position: relative;		
	border-radius: 0px 0px 24px 24px;
}
div.box-part-wel-txt {
	background-color: #42C6FF;
	box-shadow: 0px 7px 40px rgba(0, 0, 0, 0.12);
	position: relative;
	padding: 40px 60px 40px 25px;
	border-radius: 0px 0px 24px 24px;
}
p.p-part-wel-txt {
	position: relative;
	font-weight: bold;
	font-size: 24px;
	line-height: 33px;
	color: #fff;
	margin: 0;
}
p.p-part-wel-txt span {
	font-family: 'Playfair Display', serif;
	font-size: 30px;
	line-height: 37px;
}
p.p-part-wel-txt::before {
  content: '';
  background-image: url(/wp-content/uploads/2021/06/play-part.png);
  width: 60px; height: 60px;  
  background-size: 60px 60px;
  position: absolute;
	right: -25px; top: 5px;
}



/** single location **/
section.sec-sp-loc-guest {
	position: relative;
	padding: 60px 0 0 0;
}
section.sec-sp-loc-metro {
	position: relative;
	padding: 60px 0 0 0;
}
section.sec-sp-loc-part {
	margin-top: 50px;
	position: relative;
	padding: 60px 0;
	background-color: #F5F5F5;
}
figure.fig-loc-part {
	text-align: center;
	width: 100%;
  margin: 0;
  position: absolute;
  left: 50%; bottom: -60px;;
	transform: translate(-50%, 0);
}
div.box-loc-btn {
	position: relative;
	margin-top: 30px;
}
a.btn-blue,
a.btn-blue:active,
a.btn-blue:visited {
  line-height: 20px;
  color: #fff;
  background-color: #42C6FF;
  font-weight: bold;
  display: inline-block;
  padding: 12px 45px;
  border: 2px solid #42C6FF;
  transition: background-color .3s ease-in-out;
}
a.btn-blue:focus,
a.btn-blue:hover {
  text-decoration: none;
  color: #003B83;
  background-color: transparent;
}

/** subpage Give **/
hr.hr-give {
	display: block;
	margin: 40px auto;
	background-color: #42C6FF;
	width: 100px; height: 2px;
}
a.btn-h-give,
a.btn-h-give:active,
a.btn-h-give:visited {
  line-height: 20px;
  color: #fff;
  background-color: #42C6FF;
  font-weight: bold;
  display: inline-block;
  margin-top: 5px;
  margin-left: 10px;
  padding: 10px 45px;
  border: 2px solid #42C6FF;
  transition: background-color .3s ease-in-out;
}
a.btn-h-give:focus,
a.btn-h-give:hover {
  text-decoration: none;
  color: #fff;
  background-color: #003B83;
}

	/** give ways phone **/
section.sec-sp-give-ways {
	position: relative;
	padding: 140px 0 60px 0;
}
h2.h2-ways {
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: 43px;
	line-height: 64px;
	color: #000;
	margin: 0;
}
hr.hr-ways {
	display: block;
	margin: 40px auto 0 auto;
	background-color: #42C6FF;
	width: 100px; height: 2px;	
}
div.bg-ways {
	background-image: url(/wp-content/uploads/2021/06/bg-give-phone.jpg);
	padding: 0;
  background-position: contain;
  background-size: cover;
  background-repeat: no-repeat;
	height: 100%;
}
div.col-ways {
	padding-left: 0;
}
div.box-ways-main {
	position: relative;
	background-color: #42C6FF;
	padding: 70px 0 70px 100px;
}
div.box-ways-txt {
	position: relative;
}
div.box-ways-txt:nth-child(1)::after {
	content: '1';
	
	position: absolute;
	text-align: center;
	left: -150px; top: 0;
	background-color: #003B83;
	box-shadow: 0px 21px 30px rgba(66, 198, 255, 0.53);
	border-radius: 50%;
	width: 100px; height: 100px;
	
	font-weight: bold;
	font-size: 55px;
	line-height: 95px;
	color: #fff;
}
div.box-ways-txt:nth-child(2)::after {
	content: '2';
	
	position: absolute;
	text-align: center;
	left: -150px; top: 0;
	background-color: #003B83;
	box-shadow: 0px 21px 30px rgba(66, 198, 255, 0.53);
	border-radius: 50%;
	width: 100px; height: 100px;
	
	font-weight: bold;
	font-size: 55px;
	line-height: 95px;
	color: #fff;
}
div.box-ways-txt:nth-child(3)::after {
	content: '3';
	
	position: absolute;
	text-align: center;
	left: -150px; top: 0;
	background-color: #003B83;
	box-shadow: 0px 21px 30px rgba(66, 198, 255, 0.53);
	border-radius: 50%;
	width: 100px; height: 100px;
	
	font-weight: bold;
	font-size: 55px;
	line-height: 95px;
	color: #fff;
}
div.box-ways-txt-b {
	margin-bottom: 50px;
}
h4.h4-ways {
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: 30px;
	line-height: 40px;
	color: #fff;
	margin: 0 0 20px 0;
}
a.btn-ways,
a.btn-ways:visited,
a.btn-ways:active {
	line-height: 20px;
	color: #fff;
	background-color: #42C6FF;
	font-weight: bold;
	display: inline-block;
	margin-top: 5px;
	padding: 12px 45px;
	border: 2px solid #003B83;
	transition: background-color .3s ease-in-out;
}
a.btn-ways:focus,
a.btn-ways:hover {
	text-decoration: none;
	color: #fff;
	background-color: #003B83;
}
p.p-g-ways {
	font-weight: normal;
	font-size: 18px;
	line-height: 34px;
	color: #fff;
	margin: 0;
}

	/** Give text **/
section.sec-sp-give {
	position: relative;
	padding: 60px 0;
}
div.box-giv-why {
	position: relative;
	margin-top: 80px;
}
figure.fig-why-abs {
	position: absolute;
	left: 0; top: 150px;
}
img.img-why-abs {
	max-width: 420px;
}
h3.h3-giv-why {
	position: relative;
	font-weight: bold;
	font-style: italic;
}
h3.h3-giv-why span {
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: 43px;
	line-height: 50px;
	color: #000;
	margin: 0;
}
hr.hr-giv {
	display: block;
	margin: 20px 0;
	background-color: #42C6FF;
	width: 100px; height: 2px;
}
a.btn-donate,
a.btn-donate:active,
a.btn-donate:visited {
  line-height: 20px;
  color: #fff;
  background-color: #42C6FF;
  font-weight: bold;
  display: inline-block;
  margin-top: 25px;
  padding: 10px 45px;
  border: 2px solid #42C6FF;
  transition: background-color .3s ease-in-out;
}
a.btn-donate:focus,
a.btn-donate:hover {
  text-decoration: none;
  color: #fff;
  background-color: #003B83;
}

	/** Give Cloud **/
section.sec-sp-give-cloud {
	position: relative;
	background-image: url(/wp-content/uploads/2021/06/bg-cloud.jpg);
	padding: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
	height: 450px;
	margin-top: 80px;
}
div.box-g-cloud {
	position: relative;
	background-color: #fff;
	padding: 40px 80px;
	box-shadow: 0px 0px 42px rgba(0, 0, 0, 0.08);
	min-height: 550px;
	margin-top: -50px;
}
h3.h3-g-cloud {
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 32px;
  line-height: 44px;
  color: #003B83;
  margin: 0;
}
hr.hr-g-cloud {
  display: block;
  margin: 30px auto;
  background-color: #42C6FF;
  width: 100px;
  height: 2px;
}
div.box-g-cloud {
	
}

	/** subpage about question **/
div.box-quest {
	position: relative;
}
div.box-quest-header {
	position: relative;
	background-color: #F3F6FB;
	padding: 25px 45px;
	margin-bottom: 20px;
	transition: color .3s ease-in-out;
}
div.box-quest-header:hover,
div.box-quest-header:focus {
	background-color: #f7f7f7;
	cursor: pointer;
}
div.box-quest-header[aria-expanded="true"] {
  background-color: #f7f7f7;
}
p.p-quest {
	font-family: 'Playfair Display', serif;
	font-weight: normal;
	font-size: 25px;
	line-height: 35px;
	color: #000;
	margin: 0;
}
div.quest-body {
	padding: 0 45px 20px 45px;;
}

	/** subpage about join **/
section.sec-sp-ab-join {
	position: relative;
	padding: 60px 0;
}
div.w980 {
	max-width: 980px;
	width: 100%;
	margin: 0 auto;
}
h2.h2-ab-join {
	font-style: italic;
	font-weight: bold;
	font-size: 49px;
	line-height: 55px;
	color: #003B83;
}
h2.h2-ab-join span {
	color: #42C6FF;
}
div.row-join {
	margin-top: 60px;
}
div.box-quote-said {
	position: relative;
	border: 1px solid #000;
	box-sizing: border-box;
	padding: 50px 35px 35px 35px;
}
div.box-quote-said::after {
	content: 'Jesus said,';
	text-align: center;
  margin: 0;
  position: absolute;
  left: 50%; top: -5px;
	transform: translate(-50%, -50%);
	
	font-style: normal;
	font-weight: normal;
	font-size: 45px;
	line-height: 95px;
	color: #000;
	background-color: #fff;
	padding: 0 25px;
	font-family: 'Playfair Display', serif;
}

/** subpage about **/
section.sec-sp-ab {
	position: relative;
	padding: 60px 0;
}
section.sec-page-h {
	margin-top: 149px;
	position: relative;	
  position: relative;
  background-color: #F6F6F6;
  padding: 200px 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
div.box-page-h {
	position: relative;
}
h2.h2-page-h {
	font-style: italic;
	font-weight: bold;
	font-size: 65px;
	line-height: 70px;
	color: #fff;
	text-shadow: 0px 4px 20px #000;
	margin-bottom: 0;
}

	/** subpage about text **/
div.box-ab-txt {
	position: relative;
}
h2.h2-ab-txt {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 48px;
	line-height: 65px;
	letter-spacing: -1px;
	color: #003B83;	
	margin-bottom: 0;
}
p.p-ab-txt-b {
	font-weight: bold;
	font-size: 24px;
	line-height: 32px;
	color: #413B39;
	margin-bottom: 0;
}
hr.hr-ab {
	display: block;
	margin: 20px 0;
	background-color: #42C6FF;
	width: 100px; height: 2px;
}
div.row-ab {
	margin-top: 40px;
}

	/** subpage about vision **/
section.sec-sp-ab-vision {
	position: relative;
	padding: 80px 0 120px 0;
	position: relative;
  background-color: #F6F6F6;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
	background-image: url(/wp-content/uploads/2021/06/bg-ab-vision.jpg);
}
section.sec-sp-ab-vision::before {
  content: "";
  text-align: center;
  margin: 0;
  position: absolute;
  left: 50%; bottom: 0;
	transform: translate(-50%, 0);
  margin-left: -4px;
  width: 0;  height: 0;
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  border-bottom: 60px solid #fff;
}
h3.h3-ab-vision {
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: 60px;
	line-height: 83px;
	text-align: center;
	letter-spacing: -1px;
	color: #fff;
	margin-bottom: 0;
}
hr.hr-ab-vision {
	display: block;
	margin: 30px auto;
	background-color: #42C6FF;
	width: 100px; height: 2px;
}
div.box-special-txt {
	position: relative;
	margin: 30px 0 45px 0;
}
p.p-special-txt {
	font-family: 'Playfair Display', serif;
	font-style: normal;
	font-weight: bold;
	font-size: 37px;
	line-height: 49px;
	text-decoration-line: underline;
	color: #78FFFF;
	margin: 0;
}

	/** section about believe **/
section.sec-sp-ab-bel {
	position: relative;
	padding: 60px 0;
}
h2.h2-ab-bel {
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: 32px;
	line-height: 44px;
	color: #003B83;
	margin: 0;
}
h2.h2-ab-bel span {
	font-style: normal;
	font-weight: bold;
	font-size: 43px;
	line-height: 64px;
	text-decoration-line: underline;
	color: #000;
}
div.row-page {
	position: relative;
	margin-top: 60px;
}

	/** quote believe **/
div.box-ab-quote {
	position: relative;
	background-color: #F3F6FB;
	padding: 40px 45px;
}
p.p-jes {
	font-weight: normal;
	font-size: 26px;
	line-height: 48px;
	color: #000;
	margin-bottom: 25px;
}
div.box-quote-main {
	position: relative;
}
div.box-quote-aut {
	position: relative;
	margin-top: 20px;
	text-align: right;
}
p.p-quote-aut {
	font-weight: bold;
	font-size: 19px;
	line-height: 35px;
	color: #949494;
	margin-bottom: 0;
}
div.row-bel-bg {
	margin-top: 40px;
}
div.bg-bel {
  position: relative;
  background-color: #F6F6F6;
	height: 650px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;		
}

	/** subpage about lord **/
section.sec-sp-ab-lord {
	position: relative;
	padding-top: 60px;
}
h2.h2-ab-lord {
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: 68px;
	line-height: 50px;
	text-align: center;
	letter-spacing: -0.065em;
	color: #003B83;
	margin: 0;
}
h2.h2-ab-lord span {
	font-size: 40px;
	font-style: italic;
}
div.bg-ab-lord {
	margin-top: 60px;
	height: 600px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;	
}

	/** box wyzwig **/
div.box-wyzwig p {
	font-size: 15px;
	line-height: 25px;
	color: #000;
	margin-bottom: 10px;
}
div.box-wyzwig-fff p {
	color: #fff;
}
div.box-quote-main p {
	font-style: italic;
	font-weight: bold;
	font-size: 26px;
	line-height: 48px;
	color: #003B83;
	margin-bottom: 0;
}
div.box-quote-said p {
	font-style: italic;
	font-size: 18px;
	line-height: 35px;
	color: #000;
	margin: 0;
}
section.sec-sp-ab-vision div.box-wyzwig-fff p {
	font-size: 19px;
	line-height: 35px;
}
div.box-wyzwig a,
div.box-wyzwig a:visited,
div.box-wyzwig a:active{
	font-size: 15px;
	line-height: 30px;
	color: #003B83;
	text-decoration: underline;
}
div.box-wyzwig a:hover,
div.box-wyzwig a:focus{
	text-decoration: none;
}
div.box-wyzwig h2,
div.box-wyzwig h3,
div.box-wyzwig h4,
div.box-wyzwig h5,
div.box-wyzwig h6 {
	font-weight: bold;
	font-size: 36px;
	line-height: 44px;
	color: #003B83;
	margin-bottom: 20px;
}
div.box-wyzwig ul,
div.box-wyzwig ol {
	margin: 20px 0 20px 40px; padding: 0;
}
section.sec-sp-fnews div.box-wyzwig ul {
	margin: 10px 0 10px 30px;
}
div.box-wyzwig li {
	font-size: 15px;
	line-height: 25px;
	color: #000;
	margin-bottom: 0;
}
div.box-wyzwig blockquote {
  background: #F7F7F7;
  padding: 15px;
	max-width: 960px;
	width: 100%;
	margin: 20px auto;
}
div.box-wyzwig blockquote {
	position: relative;
}
div.box-wyzwig blockquote:after {
 content: '';
 background-image: url(/wp-content/uploads/2021/06/quote.png);
 height: 25px;
 width: 25px;
 background-size: 25px 25px;
 display: inline-block;
 position: absolute;
	top: -8px; left: -8px;
}
div.box-wyzwig blockquote p:last-child {
	margin-bottom: 0;
}

	/** bread**/
section.sec-sp-bread {
	position: relative;
	background-color: #F5F5F5;
	padding: 15px 0;
}
div.box-sp-h {
	position: relative;
	z-index: 1;
}
div.box-sp-h {
	position: relative;
}
div.sep-bread {
	display: inline-block;
	width: 7px; height: 7px;
	background-color: #000000;
	margin: 0 5px 0 5px;
	position: relative;
	top: -1px;
	border-radius: 50%;
}
div.breadcrumbs {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 25px;
	letter-spacing: 0.187em;
	color: #000000;
}
div.breadcrumbs a,
div.breadcrumbs a:visited,
div.breadcrumbs a:focus,
div.breadcrumbs a:active {
	font-weight: bold;
	font-size: 11px;
	line-height: 19px;
	color: #000000;
	transition: color .3s ease-in-out;
}
div.breadcrumbs a:hover,
div.breadcrumbs a:focus {
	text-decoration: none;
	color: #42C6FF;
}


/** mobile section welcome **/
section.mob-sec-wel {
	display: none;
	overflow: hidden;
}
@media only screen and (max-width: 980px) {
	section.mob-sec-wel {
		display: block;
	}
	section.sec-wel {
		display: none;
	}
	div.cont-wel-a {
		padding-top: 40px;
	}
	div.cont-wel-b {
		background-color: #F3F6FB;
		padding-top: 40px;
	}
	div.box-wel-sig {
		text-align: center;
	}
	
	/** other **/
	img.pic-wel-mob {
		display: block;
	}
	img.pic-wel-desk {
		display: none;
	}
	section.sec-watch {
    margin-top: -6px;
	}
	div.box-puls {
		right: -32px;
    top: -126px;
	}
	
	section.sec-wel {
		padding: 40px 0 0 0;
	}
	div.tab-w100 {
		-ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
	}
	figure.fig-wel {
    position: relative;
    right: 0;
    bottom: 0;
    z-index: -1;
	}
	img.pic-wel {
    max-width: 100%;
	}
	div.box-pulsar {
    left: 30px;
    bottom: 30px;	
	}
}

/** end mobile welcome **/

/** cont th **/
div.box-th {
	position: absolute;
	left: 15px; top: 2px;
}
@media only screen and (max-width: 1040px) {
	p.p-th,
	a.a-th-b,
	a.a-th-b:active,
	a.a-th-b:visited {
		font-size: 11px;
	}
	ul.ul-th li {
		margin-left: 5px;
	}
	a.a-th,
	a.a-th:active,
	a.a-th:visited {
		font-size: 11px;
	}
}
@media only screen and (max-width: 860px) {
	div.tab-padd.rel {
    padding-left: 5px;
    padding-right: 5px;
		text-align: center;
	}
	div.box-th {
		position: relative;
		left: auto; top: auto;
		text-align: center;
		margin-bottom: 5px;
	}
	ul.ul-th li {
		text-align: center;
		margin-left: 8px;
	}
	a.a-th,
	a.a-th:active,
	a.a-th:visited {
		font-size: 13px;
	}
	
	/** JS classes **/
	.cont-h-js {
    transform: translatey(-60px);
	}
}

/** end **/

/** subpage header **/
section.sec-sp-h {
	margin-top: 100px;
	background-image: url(/wp-content/uploads/2020/12/bg-hero2.jpg);
  position: relative;
  background-color: #F6F6F6;
  padding: 120px 0 40px 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
section.sec-sp-h::before {
	content: '';
	background-color: rgba(0,0,0,.5);
	position: absolute;
	left: 0; top: 0;
	width: 100%; height: 100%;
}
h1.h1-sp-h {
	font-family: 'Playfair Display', serif;
	color: #fff;
	font-weight: bold;
	font-size: 40px;
	margin: 0 0 10px 0;
}
/** section subpage **/
section.sec-sp {
	position: relative;
	padding: 60px 0;
}

/** modal Video **/
div.modal-dialog {
	max-width: 960px;
	width: 100%;
}
div.box-modal-body {
	
}
.modal-content {
	border: none;
	background-color: transparent;
}
figure.pic-c-modal {
	position: absolute;
	right: -10px; top: -10px;
	
	will-change: transform;
	transition: transform .3s ease-in-out;
}
figure.pic-c-modal:hover,
figure.pic-c-modal:focus {
	transform: scale(1.1);
	cursor: pointer;
}
img.pic-c-modal {
	width: 25px;
}
@media only screen and (max-width: 768px) {
	div.modal-dialog {
		max-width: 640px;
		width: 100%;
	}
	#playerID {
		height: 350px;
	}
}
@media only screen and (max-width: 560px) {
	div.modal-dialog {
		max-width: 340px;
		width: 100%;
	}
}
/** end **/

@media only screen and (max-width: 1360px) {
	.owl-slider .owl-nav {
		display: none;
	}
}

/** mobile section quote **/
@media only screen and (max-width: 880px) {
	section.sec-quote-up {
		padding: 40px 0;
		min-height: 750px;
	}
	h2.h2-quote {
    font-size: 32px;
    line-height: 33px;
	}
	figure.fig-quote-left {
    position: absolute;
    left: 0; top: 160px;
    max-width: 100%;
	}
	div.box-quote-abs {
		width: 100%;
		bottom: 30px;
		height: auto;
	}
	div.box-quo-ins-abs {
    padding-top: 40px;
	}
	p.p-qou-txt {
    font-size: 24px;
    line-height: 35px;
	}
}

/** mobile footer **/
@media only screen and (max-width: 1240px) {
	div.tab-sm-f {
		-ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
		text-align: center;
		margin-top: 20px;
	}
}

/** mobile front **/
@media only screen and (max-width: 980px) {
	/** slider **/
	div.box-slider-content {
    padding-left: 15px;
	}
	h2.h2-slider {
    font-size: 51px;
		line-height: 46px;
	}
	p.p-slider {
    margin-top: 30px;
		font-size: 16px;
	}
}
@media only screen and (max-width: 768px) {
	/** slider **/
	section.sec-slider {
		padding: 40px 0;
	}
	div.box-slider-content {
		text-align: center;
		padding-left: 0;
		margin-bottom: 20px;
	}
	div.box-slider-col {
    max-width: 360px;
    margin: 0 auto;
		padding: 0 10px;
	}
	div.col-slider-a, div.col-slider-b {
    float: none;
    width: 100%;
	}
	
	/** section banner **/
	div.bg-ban {
		height: 300px;
	}
	h2.h2-ban {
    font-size: 60px;
    line-height: 62px;
	}
	div.col-ban:nth-child(2) {
    border: none;
	}
	
	/** section watch **/
	section.sec-watch {
		padding: 40px 0;
	}
	h2.h2-watch {
    font-size: 40px;
    line-height: 44px;
    margin-bottom: 20px;
	}
	a.btn-watch-btm,
	a.btn-watch-btm:visited,
	a.btn-watch-btm:active {
		margin-top: 30px 0;
		width: 100%;
	}
	
	/** section Involved **/
	section.sec-invol {
    padding: 40px 0;
	}
	div.cm-inv {
		padding-left: 0;
		padding-right: 0;
	}
	div.box-inv-txt {
		padding: 15px 20px;
	}
	div.box-inv-bcg {
    height: 250px;		
	}
	a.btn-inv,
	a.btn-inv:active,
	a.btn-inv:visited {
		width: 100%;
		margin-bottom: 0;
	}
	
	/** section location **/
	section.sec-loc {
    position: relative;
    padding: 40px 0;
	}
	div.box-loc-bg {
		height: 250px;
	}
	div.box-loc-main {
		text-align: center;
	}
	h3.h3-loc {
    font-size: 20px;
	}
	div.box-loc-txt {
    min-height: auto;
	}
	p.p-loc {
    font-size: 14px;
    line-height: 19px;
		position: relative;
    width: 100%;
    left: auto;
    top: auto;
    transform: none;
	}
	div.box-loc-btn {
    position: relative;
    margin-top: 20px;
	}
	a.btn-loc-a,
	a.btn-loc-a:active,
	a.btn-loc-a:visited,
	
	a.btn-loc-b,
	a.btn-loc-b:active,
	a.btn-loc-b:visited {
    font-size: 15px;
    padding: 8px 0;
	}
	
	/** section quote **/
	section.sec-quote {
		padding: 40px 0;
	}
	p.p-quote-txt {
    font-size: 25px;
	}
	
	/** footer **/
	section.sec-f {
		padding: 40px 0;
	}
	img.img-logo-f {
    margin-bottom: 40px;
	}
	a.btn-f-a,
	a.btn-f-b {
		width: 100%;
		margin: 0 0 15px 0;
	}
	div.row-sm-f {
		margin-top: 30px;
	}
	a.a-sm-f,
	a.a-sm-f:active,
	a.a-sm-f:visited {
		display: block;
		margin-bottom: 20px;
	}
}

img.pic-wel-mob {
	display: none;
}
/** end mobile front **/

/** mobile hero **/
@media only screen and (max-width: 980px) {
	div.box-hero-sm {
		right: -480px;
	}
}
@media only screen and (max-width: 880px) {
	p.p-hero {
    font-size: 55px;
    line-height: 63px;
		margin: 0 0 15px 0;
	}
	p.p-hero-b {
    font-size: 16px;
		line-height: 20px;
		padding: 0 20px;
	}
	div.box-hero {
		padding: 10px;
	}
	div.attr-hero {
    height: auto;
    padding: 420px 0 190px 0;
	}
	
	/** social media hero **/
	div.box-hero-sm {
    right: -340px; top: 55%;
	}
	a.a-hero-sm,
	a.a-hero-sm:active,
	a.a-hero-sm:visited {
    font-size: 11px;
    padding: 0 10px;
	}
	
	/** bounce arrow **/
	img.pic-hash {
    width: 18px;
	}
	a.a-hash,
	a.a-hash:visited,
	a.a-hash:active {
    bottom: -10px;
	}
}
@media only screen and (max-width: 768px) {
	div.box-hero-sm {
		display: none;
	}
	div.attr-hero {
    padding: 250px 0 300px 0;
	}
	div.box-hero {
    margin-top: -15px;
	}
}
@media only screen and (max-width: 680px) {
	.owl-hero .owl-dots {
		display: none;
	}
}
@media only screen and (max-width: 580px) {
	p.p-hero {
		font-size: 59px;
    line-height: 58px;
		margin: 0 0 15px 0;
		padding: 0 10px;
	}
	p.p-hero-b {
    font-size: 15px;
    line-height: 20px;
	}
}

/** mobile header **/
@media only screen and (max-width: 1140px) {
	a.a-h,
	a.a-h:visited,
	a.a-h:active {
		padding: 15px 10px;
	}
	a.btn-h,
	a.btn-h:visited,
	a.btn-h:active {
		padding: 10px 25px;
	}
}
@media only screen and (max-width: 980px) {
	a.a-h,
	a.a-h:visited,
	a.a-h:active {
		padding: 15px 5px;
		font-size: 15px;
	}
	a.btn-h,
	a.btn-h:visited,
	a.btn-h:active {
		padding: 10px 15px;
		font-size: 15px;
	}
}
@media only screen and (max-width: 880px){
	div.box-logo-h {
    top: 10px;
	}
	img.logo-h {
    width: 200px;
	}
}
.mob-h,
.mob-sec-m {
	display: none;
}
@media only screen and (max-width: 768px){
	section.desk-h {
		display: none;
	}
	.mob-h {
		display: block;
	}
	section.sec-hero {
		margin-top: 65px;
	}
}

@media only screen and (max-width: 768px) {
	.desk-h {
		display: none;
	}
	
		/** mobile header style **/
	.mob-h {
		display: block;
		position: fixed;
		left: 0; top: 0;
		width: 100%;
		z-index: 7;
		padding: 10px 0;
		background-color: #fff;
		
		box-shadow: 0 14px 28px rgba(0,0,0,.1), 0 10px 10px rgba(0,0,0,.01);
	}
	img.mob-logo-h {
		width: 190px;
	}
	div.box-menu {
		display: inline-block;
		position: absolute;
		right: -15px; top: 0;
	}
	div.box-menu:hover {
		cursor: pointer;
	}

			/** mob menu **/
	.mob-sec-m {
		display: block;
		position: fixed;
		left: 0; top: 0;
		width: 100%; height: 100%;
		background-color: #003B83;
		z-index: 6;
		
		overflow-x: hidden;
		overflow-y: scroll;		
		transform: translateX(-100%);
		will-change: transform;
		transition: transform .3s ease-in-out;
	}
	.mob-sec-m::-webkit-scrollbar {
		width: 0;
	}
	.mob-sec-m-sh {
		transform: translateX(0);
	}
	.mob-h-bs {
		box-shadow: none!important;
	}
	
	/** mob menu content **/
	div.row-mob-m {
		margin-top: 120px;
		margin-bottom: 60px;
	}
	.mob-nav {
		will-change: transform;
		transition: transform .4s ease-in-out;	
	}
	.page-id-10 li.li-home {
		display: none;
	}
	.mob-nav-sh {
    animation-name: mob-nav;
    animation-delay: .5s;
    animation-duration: .6s;
    animation-fill-mode: forwards;
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
    opacity: 0;
	}
	@keyframes mob-nav {
		from {
			transform: translateX(-100px);
			opacity: 0;
		}
		to {
			transform: translateX(0);
			opacity: 1;
		}
	}
	ul.ul-mob-m {
		margin: 0; padding: 0;
		list-style: none;
	}
	img.mob-pic-h {
		margin-left: 10px;
	}
	a.mob-a-h,
	a.mob-a-h:visited,
	a.mob-a-h:active {
		font-family: 'Open Sans', sans-serif;
		font-weight: 900;
    color: #fff;
    font-size: 29px;
    letter-spacing: -.6px;
		text-transform: uppercase;
    line-height: 50px;
    position: relative;
    z-index: 1;
    display: block;
    margin-bottom: 0;
    margin-top: 0;
    transition: color .2s ease-in-out;
	}
	a.mob-a-h:focus,
	a.mob-a-h:hover {
		text-decoration: none;
		color: #42C6FF;
		cursor: pointer;
	}	
	a.mob-a-h-b {
		color: #42C6FF!important;
	}
	
	/** mobile nav b **/
	div.mob-other-link {
		margin-top: 20px;
		padding-top: 20px;
		border-top: 1px solid rgba(255,255,255,.05)
	}
	ul.ul-mob-m-b {
		margin: 0; padding: 0;
		list-style: none;
	}
	a.mob-a-th,
	a.mob-a-th:visited,
	a.mob-a-th:active {
		font-family: 'Open Sans', sans-serif;
		font-weight: 900;
    color: #fff;
    font-size: 20px;
    letter-spacing: -.6px;
		text-transform: uppercase;
    line-height: 40px;
    position: relative;
    z-index: 1;
    display: block;
    margin-bottom: 0;
    margin-top: 0;
    transition: color .2s ease-in-out;
	}
	a.mob-a-th:focus,
	a.mob-a-th:hover {
		text-decoration: none;
		color: #42C6FF;
		cursor: pointer;
	}	
	
	/** mobile social **/	
	.mob-box-social {
		margin-top: 40px;
		will-change: transform;
		transition: transform .4s ease-in-out;
	}	
	p.mob-p-social {
		font-family: 'Open Sans', sans-serif;
		font-weight: 900;
    color: #fff;
    margin-bottom: 57px;
    font-size: 20px;
    letter-spacing: -1px;
    line-height: 25px;
    position: relative;
		text-transform: uppercase;
    z-index: 1;
    display: inline-block;
    margin: 6px 0 0 0;
	}
	div.mob-box-social-b {
		margin-top: 15px;
	}
	div.box-mob-fig {
		position: relative;
		display: inline-block;
		text-align: center;
		padding: 10px 10px;
		height: 60px;
	}
	figure.fig-mob-h {
		text-align: center;
	}
	img.pic-mob-h {
		height: 40px;
	}
	a.a-th-social {
		font-size: 0;
	}
	figure.fig-mob-h-b {
		position: relative;
		top: 5px;
	}
	
	/** mobile menu logo **/
	div.mob-m-logo {
		text-align: center;
		margin-top: 60px;
	}
	img.pic-logo-m {
		max-width: 260px;
		width: 100%;
		opacity: .6;
	}
	
		/** Hamburger **/
	.ham {
		cursor: pointer;
		-webkit-tap-highlight-color: transparent;
		transition: transform 400ms;
		-moz-user-select: none;
		-webkit-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}
	.hamRotate.active {
		transform: rotate(45deg);
	}
	.hamRotate180.active {
		transform: rotate(180deg);
	}
	.line {
		fill:none;
		transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
		stroke:#003B83;
		stroke-width:5.5;
		stroke-linecap:round;
	}
	.line-color {
		stroke:#fff!important;
	}
	.ham-h .top {
		stroke-dasharray: 40 139;
	}
	.ham-h .bottom {
		stroke-dasharray: 40 180;
	}
	.ham-h.active .top {
		stroke-dashoffset: -98px;
	}
	.ham-h.active .bottom {
  stroke-dashoffset: -138px;
	}
	/** end mobile hamburger **/	
}

/** signle person **/
section.sec-person-h {
	position: relative;
	margin-top: 148px;
		background-image: url(/wp-content/uploads/2021/06/bg-loc-temp.jpg);
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
	padding: 60px 0 60px 0;
}
div.box-per-title {
	position: relative;
	margin-top: 60px;
}
h2.h2-per {
	font-style: italic;
	font-weight: bold;
	font-size: 65px;
	line-height: 70px;
	color: #fff;
	text-shadow: 0px 4px 20px #000;
}
h2.h2-per span {
	color: #42C6FF;
	text-transform: uppercase;
}
div.box-per-quote-content {
	margin-top: 40px;
	position: relative;
	border: 1px solid #42C6FF;
	box-sizing: border-box;
	padding: 35px 40px;
}
div.box-per-quote p {
	font-weight: bold;
	font-size: 23px;
	line-height: 34px;
	color: #fff;
	text-shadow: 0px 4px 14px #000;
}
div.box-per-author {
	position: relative;
	text-align: right;
}
p.p-per-author {
	margin: 0;
	font-weight: normal;
	font-size: 15px;
	line-height: 34px;
	color: #fff;
}
figure.fig-per {
	position: relative;
	
	text-align: center;
	margin: 0;
	width: 100%;
	position: absolute;
	left: 50%; bottom: -60px;	
	transform: translate(-50%, 0);
}
img.img-per {
	max-width: 500px;
	width: 100%;
}

	/** person single content **/
section.sec-per-main {
	position: relative;
	padding: 60px 0;
}
div.box-per-sidebar {
	position: relative;
	padding-right: 50px;
}
div.box-per-circle {
	border-radius: 50%;
	width: 150px; height: 150px;
	border: 1px solid #42C6FF;
	background-color: #f7f7f7;
  position: relative;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
	padding: 60px 0 60px 0;
}
div.box-per-s-info {
	position: relative;
	margin-top: 20px;
}
p.p-per-ab {
	font-family: Playfair Display;
	font-style: italic;
	font-weight: bold;
	font-size: 24px;
	line-height: 32px;
	color: #413B39;
	margin: 0;
}
h3.h3-per-ab {
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: 43px;
	line-height: 50px;
	color: #000;
	margin: 0;
}
hr.hr-per-ab {
	display: block;
	margin: 20px 0;
	background-color: #42C6FF;
	width: 100px; height: 2px;
}
div.box-per-s-sm {
	position: relative;
}
a.a-per-ab-sm {
	font-size: 0;
}
figure.fig-per-sm {
	position: relative;
	margin-right: 15px;
}
img.img-per-sm {
	max-width: 20px;
}

/** footer **/
figure.fig-logo-f {
	margin: 0 0 40px 0;
}
img.img-logo-f {
	max-width: 250px;
}