/*!
Theme Name: Gregory Church
Theme URI: http://underscores.me/
Author: https://www.invictusstudio.com/
Author URI: https://www.invictusstudio.com/
Description: Simple WordPress Theme
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: gregory_church
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.

Gregory Church 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.
 */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@700&display=swap');
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

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

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
	font-family: 'Helvetica';
	    overflow-x: hidden;
	
}
p{    font-size: 16px !important;
    letter-spacing: normal;}
/**
 * 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;
}
a:hover {
	text-decoration: none;
}
/**
 * 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;
	outline: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: 'Helvetica';
	font-size: 1rem;
	line-height: 1.5;
}

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

p {
	margin-bottom: 1.5em;
	font-family: 'Helvetica';
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: 'Helvetica';
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: 'Helvetica';
}

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

.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 Css----*/
/*---Header--*/
.edit-link a#vc_load-inline-editor,
.site-branding p.site-description,
.entry-footer .edit-link a.post-edit-link,
.entry-header h1.entry-title,
.site-title a {
    display: none;
}
.region a {
    text-decoration: none;
    color: #50a0c2;
    position: relative;
    font-size: 12px;
}
.region a:after {
    content: "\f107";
    font-family: fontawesome;
    position: absolute;
    color: #50a0c2;
    right: -15px;
    top: -2px;
}
.top-sign {
    text-align: right;
}
.top-sign a {
    text-decoration: none;
    color: #50a0c2;
    position: relative;
    margin-left: 10px;
    font-size: 12px;
    font-family: 'roboto';
    font-weight: lighter;
}
.top-sign a:after {
    content: "|";
    font-family: fontawesome;
    position: absolute;
    color: #50a0c2;
    right: -8px;
    top: -1px;
	line-height: normal;
}
.site-branding {
    background-color: #107dac;
    display: inline-block;
}
header#masthead {
    padding: 30px 0px 5px 0px;
    background: #107dac;
}
.main-navigation {
    display: inline-block;
    width: 100%;
    background: #189ad3;
}
form.search-form {
    float: right;
    margin-right: 5px;
    margin-top: 15px;
}
input.search-field {
    padding: 6px 20px;
    border-radius: 30px;
    font-size: 14px;
    margin-right: 8px;
}
input.search-submit {
    padding: 10px 29PX;
    border-radius: 30px;
    background: #189ad3;
    color: #fff;
    font-size: 14px;
    font-family: 'helvetica';
    font-weight: lighter;
    cursor: pointer;
    transition: 0.5s;
}
input.search-submit:hover {
    background: #fff;
    color: #189ad3;
}
.top-bar {
    background: #fff;
    padding: 15px;
}
header input.search-field:focus {
outline: none;
}
#site-navigation .last-nav a.mega-menu-link {
    background: #c30300 !important;
    display: inline-block;
    border-radius: 30px !important;
	margin-left: 50px !important;
}
.top-sign a:last-child::after {
    display: none;
}
.last-nav a.mega-menu-link {
    padding: 0 20px 0 20px !important;
    margin: 5px 0 5px 0px !important;
}

/*---Header End--*/ 

.slide-btm1 a:before{
    top: -4px;
    content: "\f101";
    font-family: fontawesome;
    position: absolute;
    right: -15px;
    color: #8f8f8f;
}
.slide-btm1 a {
    position: relative;
    color: #8f8f8f;
    font-size: 17px;
}

.slide-btm1 a:hover {
    position: relative;
	color:#189ad3;
	text-decoration:none;
}
.slide-btm1 p {
    font-size: 19px;
    padding-top: 10px;
    font-family: 'Helvetica';
    color: #2b2b2b;
}
.slide-btm1 a:hover::before {
    color: #189ad3;
}

/*--------*/
.script h2 {
    font-family: 'TrajanPro3' !important;
    font-weight: bold !important;
}
.script h2:after {
   position: absolute;
    content: '';
    width: 37%;
    height: 4px;
    background: #cfe5ee;
    right: 14px;
    top: 25px;
}

.slide-btm1 a:before {
    top: -2px;
    content: "\f101";
    font-family: fontawesome;
    position: absolute;
    right: -15px;
    color: #8f8f8f;
}

.slide-btm1 a {
    position: relative;
	color:#8f8f8f;
	text-decoration:none;
	font-size:17px;
}
.slide-btm1 a:hover {
    position: relative;
	color:#189ad3;
	text-decoration:none;
}
.slide-btm1 p {
    font-size: 19px;
    color: #2b2b2b;
}

.slide-btm1 h1 {
    font-size: 26px;
    text-transform: uppercase;
    font-family: 'trajanpro3';
    font-weight: bold;
    color: #252525;
}
.slide-btm1 h1:hover {
    font-size: 26px;
	text-transform:uppercase;
	font-family:'trajanpro3';
		font-weight: bold;
	color:#189ad3;
}
.slide-btm1 a:hover::before {
    color: #189ad3;
}
.slide-btm1 a:hover::before {
    color: #189ad3;
}

/*--Our watch--*/
.our-watch h2 {
    font-family: 'TrajanPro3' !important;
    font-weight: bold !important;
}
.our-watch h2:after {
    position: absolute;
    content: '';
    width: 60%;
    height: 4px;
    background: #bdd3dc;
    right: 25px;
    top: 60px;
}
.modal-dialog {
    max-width: 750px;
    margin: 1.75rem auto;
}
/*--end--*/

/*---Partner Sec---*/
#primary .partner {
    background-position: right !important;
	 background-size: initial !important;
}

.partner-sec h2 {
    color: #107dac;
    font-size: 45px;
    text-transform: uppercase;
    font-family: 'TrajanPro3';
    font-weight: bold;
	line-height: 41px;
}
.partner-sec h2:after {
    position: absolute;
    content: '';
    width: 23%;
    height: 4px;
    background: #cfe5ee;
    right: 145px;
    top: 170px;
}
.partner-sec p {
    font-size: 19px;
    font-family: 'helvetica';
    font-weight: lighter;
    color: #252525;
}
.partner-sec a:before {
    top: -4px;
    content: "\f101";
    font-family: fontawesome;
    position: absolute;
    right: -15px;
    color: #8f8f8f;
}

.partner-sec a {
    position: relative;
    color: #8f8f8f;
    text-decoration: none;
    font-size: 17px;
}
.partner-sec a:hover {
    position: relative;
	color:#189ad3;
	text-decoration:none;
}
.partner-sec a:hover::before {
    color: #189ad3;
}
.partner-sec span {
    font-family: Roboto;
    font-weight: bold;
}

/*--Footer--*/
.site-footer li.current-menu-item a {
color: #107dac !important;
}
.site-footer li.current-menu-item a:before {
color: #107dac !important;
}

.menu-nav-1-container{
	float: left;
}
ul#menu-nav-1 {
    margin: 0px;
    list-style: none;
    padding-left: 0px;
    padding-right: 60px;
}
ul#menu-nav-1 a:before {
    content: "\f101";
    font-family: fontawesome;
    position: absolute;
    color: #252525;
    left: -14px;
}
ul#menu-nav-1 a:hover::before {
    color: #189ad3;
}
.menu-nav-2-container {
    float: left;
    padding-right: 60px;
}
ul#menu-nav-2 {
    margin: 0 0 0 20px;
    padding: 0;
    list-style: none;

}
ul#menu-nav-2 a:before {
    content: "\f101";
    font-family: fontawesome;
    position: absolute;
    color: #252525;
	left: -14px;
   
}
ul#menu-nav-2 a:hover::before {
    color: #189ad3;
}
.menu-nav-3-container {
    float: left;
}
ul#menu-nav-3 {
    margin: 0px 0 0 20px;
    padding: 0;
    list-style: none;
}

ul#menu-nav-3 a:before {
    content: "\f101";
    font-family: fontawesome;
    position: absolute;
    color: #252525;
	left: -14px;
}
ul#menu-nav-3 a:hover::before {
    color: #189ad3;
}
.menu-nav-1-container a {
    color: #252525 !important;
}
.menu-nav-2-container a {
    color: #252525 !important;
}
.menu-nav-3-container a {
    color: #252525 !important;
}
.textwidget .contact-us a {
    color: #252525 !important;
}
ul#menu-account a {
    color: #252525 !important;
}

.menu-account-container {
    float: left;
}
ul#menu-account {
    margin: 0;
    list-style: none;
    padding-left: 0;
}

.footer-row {
    background: #ececec;
    height: 300PX;
}

.footer-row a img {
    margin-top: 150px;
}
footer#colophon p {
    font-size: 12px !important;
    font-family: 'helvetica';
    color: #252525;
}

footer#colophon span {
    color: #107dac;
	text-decoration:none;
}
footer#colophon a {
    color: #107dac;
	text-decoration:none;
}
.site-footer p{
	display:inline-block;
}
.footer-card {
    float: right;
    margin-top: -5px;
}
.footer-bar {
    padding-top: 10px;
    background: #e6e6e6;
}
.footer-menu li a {
    position: relative;
}
.footer-menu li {
    margin-left: 14px;
}
.footer-menu li a:hover {
    color: #107dac !important;
}
ul#menu-account a:before {
    content: "\f101";
    font-family: fontawesome;
    position: absolute;
    color: #252525;
    left: -14px;
}
ul#menu-account a:hover::before {
    color: #189ad3;
}
.footer-acc li a {
    position: relative;
}
.footer-acc li {
    margin-left: 14px;
}
ul#menu-account a:hover {
    color: #107dac !important;
}

ul.contact-us {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.contact-us a:hover {
    color: #2c8bb4 !important;
}
.space h2 {
    color: #107dac;
    font-family: 'Roboto';
    font-size: 19px;
    margin-top: 95px;
    padding-bottom: 30px;
}
ul.cnss-social-icon {
    margin-top: 15px;
    margin-left: -10px;
}
.cnss-social-icon .cn-fa-icon a:after {
    content: "|";
    position: absolute;
    margin-left: 5px;
    color: #252525 !important;
}
li.cn-fa-instagram.cn-fa-icon a:last-child::after {
    display: none;
}

#wonderplugincarousel-1 .amazingcarousel-description {
  
    font: 28px trajanpro3 !important;
    font-weight: bold !important;
    margin: 10px !important;
    text-align: left !important;
    line-height: 30px !important;
	text-transform:uppercase !important;
   
}
.amazingcarousel-description a{
	font: 18px trajanpro3 !important;
    font-weight: bold !important;
	color: #252525;
	text-decoration:none;
	text-transform:capitalize !important;
}
#wonderplugincarousel-1 .amazingcarousel-description:hover {
    font: 28px trajanpro3 !important;
    font-weight: bold !important;
    margin: 10px !important;
    text-align: left !important;
    line-height: 30px !important;
	text-transform:uppercase !important;
	color: #107dac;
}
.amazingcarousel-description a:hover{
	font: 18px trajanpro3 !important;
    font-weight: bold !important;
	color: #107dac;
	text-decoration:none;
	text-transform:capitalize !important;
}
.amazingcarousel-prev {
    margin-top: -80px !important;
}
.amazingcarousel-next {
    margin-top: -80px !important;
}
.our-watch .amazingcarousel-image {
    padding: 0 !important;
}

#site-navigation .last-nav a:hover {
    background: #252525 !important;
}
.amazingcarousel-play-video + div a {
    font-size: 0 !important;
 }
.amazingcarousel-play-video + div {
    background: none !important;
}
.amazingcarousel-item-container .amazingcarousel-play-video + div a {
background: none !important;
	color: transparent !important;
}
/*--footer end---*/

/*=================================================================================================*/
h2.headingTwoStyle {
    margin-top: 385px;
    padding-bottom: 50px;
    margin-left: 50px;
    font-family: 'Helvetica';
    font-weight: bold;
    text-transform: uppercase;
        text-shadow: 2px 2px #1b6584;
}
h2.headingTwoStyle:before {
    border-bottom: 4px solid #fff;
    content: '';
    position: absolute;
    width: 90px;
    height: 50px;
}
h3.headingThreeStyle {
    text-transform: uppercase;
    font-family: 'Trajan Pro 3' !important;
    font-weight: bold;
}
h4.headingFourStyle {
    text-transform: uppercase;
    font-family: 'Roboto';
    font-weight: bold;
    margin-top: 10px;
}
h4.headingFourStyle:after {
    position: absolute;
    content: '';
    width: 45%;
    height: 4px;
    background: #cfe5ee;
    right: 170px;
    top: 105px;
}
h4.headingFourStylejesus {
    text-transform: uppercase;
    font-family: 'Roboto';
    font-weight: bold;
    margin-top: 10px;
}
h4.headingFourStylejesus:after {
    position: absolute;
    content: '';
    width: 45%;
    height: 4px;
    background: #cfe5ee;
    right: 170px;
    top: 115px;
}
.jesus-para p {
    font-size: 18px;
    color: #000;
    letter-spacing: normal;
}
.jesus-para {
    margin-top: 20px;
}
.jesus-para1 p {
    font-size: 18px;
    color: #000;
    letter-spacing: normal;
}
.jesus-para1 {
    margin-top: -5px;
}
.jesus-btn a {
    padding: 12px 30PX;
    border-radius: 30px;
    background: #107dac;
    color: #fff;
    font-size: 14px;
    font-family: 'helvetica';
    font-weight: lighter;
    cursor: pointer;
    transition: 1s;
}
.jesus-btn a:hover {
    background: #189ad3;
    color: #fff;
}
/*====================Contact us===============================*/
h3.headingThreeStyle1 {
    font-family: 'Trajan Pro 3' !important;
    font-weight: bold !important;
    margin-top: 15px;
}
h4.headingFourStyle1 {
    font-family: 'Helvetica';
    font-weight: bold;
    margin-top: 40px;
}
.cont-para p {
    color: #252525;
    font-size: 20px;
    font-family: 'Helvetica';
    font-weight: lighter;
    margin-top: 25px;
}
.contact-form input, select, textarea {
    background: #e8f7fe;
    border: 1px solid #4097bd;
    border-radius: 0px;
}
.contact-form .gform_wrapper li.hidden_label input {
    margin-top: -10px;
}
li.fill-names {
    display: inline-block;
    width: 50%;
    height: 45px;
}
li.cont-email {
    display: inline-block;
    width: 50%;
        height: 45px;
}
li.cont-pho {
    display: inline-block;
    width: 50%;
        height: 45px;
}
li.cont-email .ginput_container input#input_1_2 {
    width: 100%;
    height: 45px;
    padding-left: 15px;
    }
li.cont-pho .ginput_container input#input_1_3 {
    width: 100%;
    height: 45px;
    padding-left: 15px;
}
li.fill-names {
    height: 45px;
}
li.fill-names input {
    height: 45px;
    padding-left: 15px !important;
}
li input::placeholder {
    color: #000;
}
li select::placeholder {
    color: #000;
}
li textarea::placeholder {
    color: #000;
}
textarea#input_1_5 {
    padding-left: 15px;
    padding-top: 15px;
}

select#input_1_4 {
    width: 100%;
    height: 45px;
    padding-left: 10px;
}

.contact-form input#gform_submit_button_1 {
    border-radius: 30px;
    padding: 15px 40px;
    background: #107dac;
    color: #ffffff;
    font-size: 17px;
    font-family: 'Helvetica';
    font-weight: 400;
    margin-bottom: 70px;
        transition: all 0.15s linear;
            cursor: pointer;
}
.contact-form input#gform_submit_button_1:hover {
    background: #189ad3;
}
.contact-form .gform_footer.top_label {
    text-align: center;
}
.contact-form #input_1_4_chosen {
    width: 100% !important;
}
.contact-form .gform_wrapper .top_label select.medium{
    width: 100%;
    padding: 4px 1px 5px 7px;
}
.contact-form .gform_wrapper .chosen-container-single .chosen-single{
    position: relative;
    display: block;
    overflow: inherit;
    padding: 10px 0px 0 16px !important;
    height: 45px;
    background-color: #e8f7fe!important;
    border: 1px solid #4097bd !important;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(20%,#fff),color-stop(50%,#f6f6f6),color-stop(52%,#eee),to(#f4f4f4));
    background: transparent;
    background-clip: padding-box;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #252525;
    text-decoration: none;
    white-space: nowrap;
    line-height: 24px;
    margin-top: -4px;
    font-size: 16px;
    }
.contact-form .gform_wrapper .chosen-container-single .chosen-single div b{
    display: block;
    width: 100%;
    height: 100%;
    background: url(/wp-content/uploads/2020/10/form-arrow.png) no-repeat 0 18px;
}    
.contact-form .gfield_error .chosen-container-single .chosen-single {
    border: 2px solid #e41e1e !important;
}
div#gform_confirmation_message_1 {
    background: #e8f7fe;
    padding: 50px 30px;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 80px;
    border: 1px solid #4097bd;
}
.contact-form .vc_column-inner {
    margin-bottom: -50px;
}
/*===============================================================*/
div#gform_confirmation_message_2 {
    background: #e8f7fe;
    padding: 50px 30px;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 80px;
    border: 1px solid #4097bd;
}
.prayer-form .gform_wrapper ul li.gfield {
    margin-top: 0px;
    padding-top: 0;
}
.prayer-form .vc_column-inner {
    margin-bottom: -50px;
}
.prayer-form .vc_column_container {
    margin-top: -50px;
}
section.no-results.not-found {
    margin-top: 50px;
    margin-bottom: 50px;
}
.prayer-form .gform_wrapper .chosen-container-single .chosen-single div b{
    display: block;
    width: 100%;
    height: 100%;
    background: url(/wp-content/uploads/2020/10/form-arrow.png) no-repeat 0 18px;
} 
.prayer-form .gfield_error .chosen-container-single .chosen-single {
    border: 2px solid #e41e1e !important;
}
.prayer-form .ginput_container input{
    width: 100%!important;
    height: 45px;
}
.prayer-form input, select, textarea {
    background: #e8f7fe;
    border: 1px solid #4097bd;
    border-radius: 0px;
        padding-left: 15px !important;
}
.prayer-form #input_2_7_chosen{
    width: 100% !important;
}
li.pray-first {
    display: inline-block;
    width: 35%;

}
li.pray-last {
    display: inline-block;
    width: 35%;
}
li.pray-email {
    display: inline-block;
    width: 30%;

}

li.pray-pho {
    display: inline-block;
    width: 35%;

}
li.pray-street1 {
    display: inline-block;
    width: 35%;

}
li.pray-street2 {
    display: inline-block;
    width: 30%;

}
li.pray-country {
    display: inline-block;
    width: 50%;

}
li.pray-state {
    display: inline-block;
    width: 50%;

}
li.pray-city {
    display: inline-block;
    width: 50%;

}
li.pray-postal {
    display: inline-block;
    width: 50%;

}
li.prayer-box {
    margin-top: 20px !important;
}
li.prayer-box textarea {
    padding: 10px;
}
.prayer-form input#gform_submit_button_2 {
    border-radius: 30px;
    padding: 15px 40px !important;
    background: #107dac;
    color: #ffffff;
    font-size: 17px;
    font-family: 'Helvetica';
    font-weight: 400;
    margin-bottom: 70px;
    transition: all 0.15s linear;
    cursor: pointer;
}
.prayer-form input#gform_submit_button_2:hover {
    background: #189ad3;
}
.prayer-form .gform_footer.top_label {
    text-align: center;
}
.prayer-form #input_2_7_chosen {
    width: 100% !important;
}
.prayer-form .gform_wrapper .top_label select.medium{
    width: 100%;
    padding: 4px 1px 5px 7px;
}
.prayer-form .gform_wrapper .chosen-container-single .chosen-single{
    position: relative;
    display: block;
    overflow: inherit;
    padding: 10px 0px 0 16px !important;
    height: 45px;
    background-color: #e8f7fe!important;
    border: 1px solid #4097bd ;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(20%,#fff),color-stop(50%,#f6f6f6),color-stop(52%,#eee),to(#f4f4f4));
    background: transparent;
    background-clip: padding-box;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #252525;
    text-decoration: none;
    white-space: nowrap;
    line-height: 24px;
    margin-top: -4px;
    font-size: 16px;
    }
/*===============Our WAtch==============*/
    .fitnessListingSec {
    padding-top: 50px;
    padding-bottom: 50px;

}
#clickPlay .servicesPlayImg {
    margin-top: -322px;
    
}

.ServicesSection .SerVBx.text-center {
    margin-bottom: 40px;
}

.fitnessListingSec .teamTitle {
    margin-top: 0px !important;
    color: #232323;
    text-align: left;
    font-weight: 600;
    margin: 18px 0px;
    font-size: 16px;
    transition: all 0.15s linear !important;
    display: none;
}
.fitnessListingSec .SerVBx:hover .teamTitle {
    color: #e61f26;
}
.loadMoreVideo {
    padding: 16px 24px;
}

.fitnessImg img {
    width: 540px;
    height: 240px !important;
    object-fit: cover;
}
.SerVBx:hover .text-1 h4 {
    color: #107dac;
}
h4.teamCat {
    text-align: left;
    color: #252525;
    font-size: 18px;
    font-family: 'Helvetica', 'Trajan Pro 3 bold';
}
h4.teamTitle {
    text-align: left;
    color: #252525;
    font-size: 28px;
    font-family: 'Trajan Pro 3';
    font-weight: bold;
    text-transform: capitalize;
}
p.teamExcerpt {
    text-align: left;
    color: #2b2b2b;
    font-size: 20px;
    font-family: 'Helvetica';
    margin-top: 15px;
}
/*===============Our WAtch==============*/
/*===============mission==============*/
.blog-pic img {
    height: 200px;
    object-fit: cover;
    margin-bottom: 30px !important;
}
.blog-link {
    margin-top: 20px;
    margin-bottom: 30px !important;
}
/*============== mission==============*/
/*============== mission inner==============*/
.topBanner1 {
	background: url(/wp-content/uploads/2021/04/grow-bg.jpg);
	background-repeat: no-repeat;
    background-size: cover;
    margin: 25px 0px;
}
h4.headingThreeStyle-single {
    font-family: 'Helvetica';
    font-weight: 600;
    margin-bottom: 20px;
}
.single-mission footer#colophon {
    margin-top: 20px;
}
.single-mission .post-thumbnail {
    display: none;
}
.single-event-icons {
    margin-top: 8px;
}
.event-map p {
    color: #ffff;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.04em;
}
.event-map {
    background: #107dac;
    padding: 8px 10px;
}
.single-event-details {
    color: #107dac;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.04em;
    padding-left: 40px;
}
.single-event-details1 {
    color: #252525;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.04em;
padding-left: 40px;
}
.single-event-details1 a {
    color: #252525;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.04em;

}
.single-event-details1 a:hover{
color: #107dac;}
.event-border {
    border: 1px solid;
    margin-top: -35px;
    padding-top: 20px;
}
.headline {
    border-bottom: 1px solid #ebebeb;
        margin-bottom: 15px !important;

}
.details2 {
    margin-bottom: -30px !important;
}
.mini-map .wpb_wrapper {
    background-color: transparent!important; 
    padding: 0px!important;
}

.events-images img {
    height: 450px !important;
    object-fit: cover;
    width: 100%;
}
.single-mission figure.wpb_wrapper.vc_figure {
    width: 100%;
}
.single-mission .wpb_single_image .vc_single_image-wrapper {
    display: block;

}
.load-item-3{display:none;}
.meet-btn.disabled {
    display: none !important;
}
.load-item-5{display:none;}
.meet-btn.disabled {
    display: none !important;
}
.page-id-40 .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
    border-radius: 30px;
    padding: 15px 40px;
    background: #107dac;
    color: #ffffff;
    font-size: 17px;
    font-family: 'Helvetica';
    font-weight: 400;
    margin-bottom: 70px;
    transition: all 0.15s linear;
}
.page-id-40 .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover {
    background: #189ad3;
    color: #ffffff;
}
.page-id-40 .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:active{
        background: #189ad3;
    color: #ffffff;
        border-color: unset;
    }
.page-id-40 .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:focus{
        background: #189ad3;
    color: #ffffff;
        border-color: unset;
    }
/*============== mission inner==============*/
/*============== Join us==============*/
h3.headingThreeStylej {
    text-transform: uppercase;
    font-family: 'Trajan Pro 3' !important;
    font-weight: bold;
    margin-top: 40px;
}
h4.headingFourStylej {
    text-transform: uppercase;
    font-family: 'Roboto';
    font-weight: bold;
    margin-top: 10px;
}
h3.headingThreeStylej:before {
    position: absolute;
    content: '';
    width: 75px;
    height: 4px;
    background: #cfe5ee;
    left: 292px;
    top: 81px;
}
h3.headingThreeStylej:after {
    position: absolute;
    content: '';
    width: 75px;
    height: 4px;
    background: #cfe5ee;
    right: 292px;
    top: 81px;
}
h3.join-head {
    font-family: 'TrajanPro3';
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
        margin-bottom: 20px;
}
.join-para p {
    font-size: 18px;
    color: #2b2b2b;
        font-family: 'Helvetica';
    font-weight: 400;
}
.join-cont-bg {
    padding: 50px 0px;
    background-repeat: no-repeat;
    background-size: cover;
}
h3.join-cont-head {
    font-family: 'TrajanPro3';
    font-weight: bold;
    text-transform: uppercase;
}
h3.join-cont-head:after {
    position: absolute;
    content: '';
    width: 65%;
    height: 4px;
    background: #53a1c0;
    right: 20px;
    top: 100px;
}
.join-icon-up {
margin: auto;
}
.join-cont-box:hover .join-icon-bg {
    background: #107dac;
}
.join-icon-bg {
    background: #252525;
    border-radius: 100%;
    width: 100px;
    height: 100px; 
    padding-top: 25px;
}
.join-icon-bg1 {
    background: #252525;
    border-radius: 100%;
    width: 100px;
    height: 100px;
    padding-top: 28px;
        margin: 0 auto;
}
.join-cont-box:hover .join-icon-bg1 {
    background: #107dac;
}
.join-icon-bg2 {
    background: #252525;
    border-radius: 100%;
    width: 100px;
    height: 100px;
    padding-top: 30px;
    margin: 0px auto;
}
.new-sec-mail h3 {
    margin-top: 12px;
}
.new-sec-mail {
    margin-top: 10px;
}
/* .new-sec-Icons{
    margin-top: 25px;
} */
.new-sec-loc {
    margin-top: 20px;
}
.join-cont-box1:hover .join-icon-bg {
    background: #107dac;
}
.join-cont-box1:hover .join-text-up1 h3 {
    color: #107dac;
}
.join-cont-box:hover .join-icon-bg2 {
    background: #107dac;
}
.join-cont-box {
    background: #ffff;
    padding: 35px 10px 0px 10px;
    margin: 0px 55px;
    border-radius: 30px;
    width: 40% !important;
}
.join-text-up1 p {
    margin-bottom: 3px !important;
}
.join-text-up h3 {
    font-size: 22px;
    color: #252525;
    text-transform: uppercase;
    font-family: 'Helvetica';
    font-weight: bold;
    letter-spacing: 1px;
}
.join-cont-box:hover h3 {
    color: #107dac;
}
.join-text-up p {
    font-size: 15px;
    color: #252525;
    font-family: 'Helvetica';
    font-weight: 400;
    letter-spacing: normal;
    margin-bottom: 15px;
}

.join-cont-box1 {
    background: #ffff;
    padding: 35px 10px 0px 10px;
    margin: 28px;
    border-radius: 30px;
}
.join-text-up a:hover {
    color: #107dac;
}
.join-text-up1 h3 {
        font-size: 22px;
    color: #252525;
    text-transform: uppercase;
    font-family: 'Helvetica';
    font-weight: bold;
    letter-spacing: 1px;
}
.join-text-up a {
    font-size: 15px;
    color: #252525;
    font-family: 'Helvetica';
    font-weight: 400;
    letter-spacing: normal;
    margin-bottom: 15px;
}
.join-text-up1 a{
    font-size: 15px;
    color: #252525;
    font-family: 'Helvetica';
    font-weight: 400;
    letter-spacing: normal;
    margin-bottom: 15px;
}
/*============== Join us==============*/
/* form error css */
.gform_ajax_spinner {
display: none !important;
}
.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
background-color: transparent !important;
margin-bottom: 0px !important;
border-top: none !important;
border-bottom: none !important;
padding-bottom: 0px !important;
padding-top: 0 !important;
}
.gform_wrapper .validation_message{
display: none;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container{
margin-top: 0px !important;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label{
margin-top: 20px !important;
}
.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper li.gfield_error textarea, .gform_wrapper li.gfield_error select {
border: 2px solid red !important;
}
.gform_wrapper .top_label li.gfield.gf_left_half, .gform_wrapper .top_label li.gfield.gf_right_half {
vertical-align: baseline !important;
}
.validation_error {
display: none;
}
.gform_confirmation_message {
color: #009ca6;
border-color: #009ca6;
margin-top: 100px;
font-size: 20px;
}
.contact-form li.gfield_error.fill-names {
    display: inline-block;
    width: 50% !important;
    height: 45px;
    padding-right: 15px !important;
}
.contact-form li.gfield_error.cont-email {
    display: inline-block;
    width: 50% !important;
    height: 45px;
    padding-right: 15px !important;
}
.contact-form li.gfield_error.cont-pho {
    display: inline-block;
    width: 50% !important;
    height: 45px;
    padding-right: 15px !important;
}
.prayer-form li.gfield_error.pray-first {
    display: inline-block;
    width: 35%!important;
    padding-right: 15px !important;
}
.prayer-form li.gfield_error.pray-last {
    display: inline-block;
    width: 35%!important;
    padding-right: 15px !important;
}
.prayer-form li.gfield_error.pray-email {
    display: inline-block;
    width: 30%!important;
    padding-right: 15px !important;
}

.prayer-form li.gfield_error.pray-pho {
    display: inline-block;
    width: 35%!important;
    padding-right: 15px !important;
}
.prayer-form li.gfield_error.pray-street1 {
    display: inline-block;
    width: 35%!important;
    padding-right: 15px !important;
}
.prayer-form li.gfield_error.pray-street2 {
    display: inline-block;
    width: 30%!important;
    padding-right: 15px !important;
}
.prayer-form li.gfield_error.pray-country {
    display: inline-block;
    width: 50%!important;
    padding-right: 15px !important;
}
.prayer-form li.gfield_error.pray-state {
    display: inline-block;
    width: 50%!important;
    padding-right: 15px !important;
}
.prayer-form li.gfield_error.pray-city {
    display: inline-block;
    width: 50%!important;
    padding-right: 15px !important;
}
.prayer-form li.gfield_error.pray-postal {
    display: inline-block;
    width: 50%!important;
    padding-right: 15px !important;
}
/* end */
/*===============================================================================================*/
h2 {
	font-family: 'Trajan Pro 3';
}
.sideTabs  {
	padding-bottom: 20px;
}
.sideTabs .vc_tta-container > h2 {
	display: inline-block;
    font-size: 20px;
    font-family: 'Trajan Pro 3';
    width: 280px;
    text-align: center;
    background-color: #189ad3;
    font-weight: 600;
    color: #fff;
    padding: 15px 0px;
    margin-bottom: 0px;
    letter-spacing: 1px;
}
.sideTabs .vc_tta-tabs-container {
	width: 280px;
    background-color: #e8f7fe;
    height: 322px;
}
.sideTabs .vc_tta-tabs-container ul.vc_tta-tabs-list li a {
	background: none !important;
	border: none !important;
	padding: 20px 0px !important;
    margin: 10px 20px;
    border-bottom: 2px solid #189ad3 !important;
    transition: all 0.15s linear;
}
.sideTabs .vc_tta-tabs-container ul.vc_tta-tabs-list li a:hover {
	color: #189ad3 !important;
}
.sideTabs .vc_tta-tabs-container ul.vc_tta-tabs-list li a {
	font-size: 18px;
    font-weight: 600;
    color: #252525 !important;
}
.sideTabs .vc_tta-tabs-container ul.vc_tta-tabs-list li a:after {
    content: '\f105';
    font-family: 'fontawesome';
    position: absolute;
    right: 0px;
    font-size: 19px;
    font-weight: bolder;
}
.sideTabs .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_active a {
	color: #189ad3 !important;
}
.sideTabs .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_active a span:after {
	content: '\f107' !important;
    font-family: 'fontawesome';
    position: absolute;
    right: 0px;
    font-size: 19px;
    font-weight: bolder;
}
.sideTabs .vc_tta-panels-container .vc_tta-panels {
	margin-top: -50px !important;
}
.headingLine .vc_sep_line {
	border-color: #bed4de !important;
}
.sideTabs .vc_tta-tabs-container ul.vc_tta-tabs-list li:last-child a {
	border-bottom: 0px solid #189ad3 !important;
}
.page-id-336 .sideTabs .vc_tta-container > h2 {
	font-size: 16px;
}
.page-id-336 .sideTabs .vc_tta-tabs-container {
	height: 482px;
}

/*Testimonial Sec*/
/*               Test                */

.inner-testimonials .single-tetsi-item {    
    margin-bottom: 45px !important;
    border: 1px solid #f0f9f1;
    background: #fff;
}
.inner-testimonials .testimonial-details {
    padding: 110px 19px 25px 19px;
    text-align: center;
}
.inner-testimonials .testimonial-details p {
    color: #252525;
    font-size: 14px;
    letter-spacing: 0px;
    font-weight: 400;
    margin-bottom: 10px;
    font-style: normal;
    margin-top: -20px;
    height: 160px;
}
.inner-testimonials .single-tetsi-item:hover .testimonial-details p {
    color: #fff;
    margin-top: -20px;
}
.inner-testimonials .testimonial-details h3 {
    color: #189ad3;
    text-align: center;
    font-size: 18px;
    letter-spacing: 0;
    margin-top: 20px;
    font-family: 'Trajan Pro 3';
}
.testimonial-details h4 {
    font-size: 15px;
    color: #626262;
}
.inner-testimonials .single-tetsi-item:hover .testimonial-details h3 {
    color: #fff;
}
.inner-testimonials .single-tetsi-item:hover .testimonial-details h4 {
    color: #fff;
}
.testimonial-details li span.checked {
    color: #ecaa2a;
}
.testimonial-details li span {
    color: #62626278;
    font-size: 14px;
}
.inner-testimonials .single-tetsi-item:hover .testimonial-details li span.checked {
    color: #fff;    
}
.inner-testimonials .testimonial-details p:before {
    content: '';
    background-image: url(/wp-content/uploads/2020/10/test-coma.png);
    width: 40px;
    height: 74px;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 30px;
    right: 0;
    margin: 0 auto;
}
.single-tetsi-item:hover .testimonial-details p:before {
    content: '';
    filter: brightness(111);
    width: 40px;
    height: 74px;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 30px;
    right: 0;
    margin: 0 auto;
}
.inner-testimonials .testimonial-details p:after {
    content: none;
}
.inner-testimonials .single-tetsi-item:hover .testimonial-details p:before {
    color: #fff;
}
.inner-testimonials .single-tetsi-item:hover {
    background: #107dac;
    box-shadow: none;
   
}
.inner-testimonials .single-tetsi-item {
	 transition: all 0.15s linear;
	 box-shadow: 0px 0px 7px 0px #b5b1b1;
	 height: 330px;
}
/*.inner-testimonials .load-item-3{display:none;} */
.texti-btn.disabled {
    display: none !important;
}
.inner-testimonials .row {
    justify-content: center;
}
.texti-btn p {
    color: #626262;
    width: 230px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #1a1a1a;
    position: relative;
    margin: 40px auto 0 auto;
    cursor:pointer;
}
.texti-btn p:before {
    content: '';
    width: 50px;
    height: 8px;
    background: #0055d4;
    position: absolute;
    right: -1px;
    top: -9px;
}
.texti-btn p:after {
    content: '';
    width: 50px;
    height: 8px;
    background: #5ac000;
    position: absolute;
    left: -1px;
    bottom: -9px;
}
.inner-testi {
    margin-bottom: 100px !important;
}
.texti-btn p:hover {
    background: linear-gradient(30deg, rgba(90,192,0,1) 36%, rgba(0,85,212,1) 65%) !important;
    border: none;
    color: #fff;
}

.inner-testimonials .load-item-3:focus {
	outline: none;
}
.inner-testimonials .slick-arrow {
	width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #107dac;
    transition: all 0.15s linear;
}
.inner-testimonials .slick-arrow:hover {
	background-color:#252525;
}
.inner-testimonials .slick-prev.slick-arrow:before {
    content: '\f104' !important;
    font-family: fontawesome;
 }
 .inner-testimonials .slick-next.slick-arrow:before {
 	 content: '\f105' !important;
    font-family: fontawesome;
 }
 .inner-testimonials .slick-prev:before,.inner-testimonials .slick-next:before {
 	color: #fff;
 }
 .inner-testimonials .slick-prev.slick-arrow {
 	left: -60px;
 }
  .inner-testimonials .slick-next.slick-arrow {
  	right: -60px;
  }

/*Testimonial Sec End*/

.dynamicHeading {
	display: inline-flex;
}
.dynamicHeading hr {
	height: 2px !important;
	background-color: #cfe5ee !important;
	width: 72px !important;
	margin: 13px 0px 0px 0px !important;
}
.topBanner {
	background: url(https://christmcm.org/wp-content/uploads/2021/04/grow-bg.jpg);
	background-repeat: no-repeat;
    background-size: cover;
    margin: 25px 0px;
}


.headingTwoStyle {	
    color: #ffffff;    
    margin-top: 385px;
    padding-bottom: 50px;
    margin-left: 50px;
}
.scriptureHEading {
    display: inline-block;
    font-size: 16px;
    font-family: 'Trajan Pro 3';
    text-align: center;
    background-color: #189ad3;
    font-weight: 600;
    color: #fff;
    padding: 15px 15px 15px 15px;
    margin-bottom: 0px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.noPadding {
	padding: 0px 0px;
}
.contentSection .noPadding ul {
	padding:0px 0px;
	margin: 0px 0px;
	list-style: none;
}
.contentSection .noPadding ul li a {
	background: none !important;
    border: none !important;  
    transition: all 0.15s linear;
    font-size: 18px;
    font-weight: 600;
    color: #252525 !important;
}
.contentSection .noPadding ul li a:hover {
	text-decoration: none;
	 color: #107dac !important;
}
.contentSection .noPadding ul li a span:after {
	
	content: '\f105' !important;
    font-family: 'fontawesome';
    position: absolute;
    right: 30px;
    font-size: 19px;
    font-weight: bolder;
}
.contentSection .noPadding .sidebarActive a span:after {
	content: '\f107' !important;
    font-family: 'fontawesome';
    position: absolute;
    right: 30px;
    font-size: 19px;
    font-weight: bolder;
}


.alignLi {
	padding: 20px 0px !important;
    margin: 10px 20px;
    border-bottom: 2px solid #189ad3 !important;
    
}
.contentSection .noPadding ul {
	background: #e8f7fe;
}
.contentSection .noPadding ul li:last-child .alignLi {
	border-bottom: 0px solid #189ad3 !important;
}
.bgColor {
	 background: #e8f7fe;
	 padding-bottom: 8px;
}
.bgColorHeading {
	background-color: #189ad3;
}
.mainTitle {
	font-size: 45px;
    color: #107dac;
    line-height: 35px;
    text-align: left;
    margin-top: 40px;
        font-family: 'Trajan Pro 3';
    text-transform: uppercase;
        letter-spacing: 2px;
}
.contentSection .bgColor .sidebarActive a {
	 color: #189ad3 !important;
}


/* 404 - NOT FOUND PAGE */

.error-404.not-found {
text-align: center;
height: 100vh;
overflow: hidden;
display: flex;
flex-direction: column;
justify-content: center;
width: 100vw;
left: 50%;
margin-left: -50vw;
position: relative;
background-image: url(/wp-content/uploads/2020/10/404.jpg);
background-size: cover;
}
.not_found_inner {
max-width: 69.5%;
}
.error404 #masthead, .error404 #colophon {
display: none;
}
.logo a {
outline: 0 !important;
}
.error-404.not-found .logo {
padding: 0;
background-color: transparent;
}
.error-404.not-found h1 {
font-size: 200px;
line-height: 1;
color: #107dac;
margin: 30px 0;
font-weight: 800;
}
.error-404.not-found h1 span {
color: #189ad3;
}
.page-header h3 {
color: #000;
font-weight: 700;
margin-bottom: 10px;
font-size: 40px;
}
.page-header p {
font-size: 22px !important;
color: #000;
margin-bottom: 20px;
}
.page-content .return_home {
    border-radius: 30px;
    padding: 15px 40px;
    background: #107dac;
    color: #ffffff;
    font-size: 17px;
    font-family: 'Helvetica';
    font-weight: 400;
    margin-bottom: 70px;
    transition: all 0.15s linear;
}
.page-content .return_home:hover {
background: #189ad3;
}
.error404 .top-bar {
    display: none;
}



/* 404 - NOT FOUND PAGE ENDS */
h2.give-form-title {
    display: none;
}
#give-donation-level-button-wrap li button {
    background-color: #107dac;
    border: none;
    color: #fff;
}
#give-purchase-button {
    border-radius: 30px;
    padding: 15px 40px;
    background: #107dac;
    color: #ffffff;
    font-size: 17px;
    font-family: 'Helvetica';
    font-weight: 400;
    margin-bottom: 20px;
    transition: all 0.15s linear;
}
#give-purchase-button:hover {
    background: #189ad3;
}
.search-no-results main#primary form.search-form {
    display: none;
}
.search-results a.post-thumbnail {
    display: none;
}
.search-results h2.entry-title {
    margin-top: 50px;
    margin-bottom: -20px;
}
.search-results h2.entry-title a:hover {
    color: #189ad3;
}
.search-results h2.entry-title a {
    color: #107dac;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
    content: '\f140';
    font-family: dashicons;
    font-weight: normal;
    display: inline-block;
    margin: -1px -15px 5px 5px;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: rotate(0);
    color: inherit;
    position: relative;
    background: transparent;
    height: auto;
    width: auto;
    right: auto;
    line-height: inherit;
    font-size: 22px;
    right: 5px;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    display: block;
    background: #fff;
    color: #000;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    padding: 7px 15px 7px 15px;
    line-height: 35px;
    text-decoration: none;
    text-transform: none;
    vertical-align: baseline;
    border-bottom: 1px solid #d4d4d4;
    transition: all 0.15s linear;
    cursor: pointer;
}
.grow-template-default li#menu-item-594 a, .mission-template-default li#menu-item-139 a  {
    color: #107dac !important;
}
ul.mega-sub-menu li.mega-current-menu-item a {
    background: #fff !important;
    font-weight: normal !important;
    text-decoration: none !important;
    color: #107dac !important;
    border-left: 5px solid #107dac !important;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {
    background: #fff;
    font-weight: normal;
    text-decoration: none;
    color: #107dac;
    border-left: 5px solid #107dac;
}
.inner-banner {
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.vc_tta-panel-body {
    padding-right: 0 !important;
}
.prayer-form .vc_column-inner {
    padding-right: 0px !important;
}
.contact-form .vc_column-inner {
    padding-right: 0px !important;
}
.single-res {
    padding-right: 0px;
}
.miss-inner-res .vc_column-inner {
padding-left: 0px !important;
    padding-right: 0px !important;
}
.event-details-pad .vc_column-inner {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
button.menu-toggle {
    display: none;
}
/*=============================================================================================================*/
@media (max-width:1199px){
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    padding: 0px 9px 10px 9px;
}
#site-navigation .last-nav a.mega-menu-link {
    margin-left: 20px !important;
}
.single-tetsi-item {
    text-align: center;
}
.script h2:after {
    position: absolute;
    content: '';
    width: 35%;
    height: 4px;
    background: #cfe5ee;
    right: 15px;
    top: 25px;
}
.slide-btm1 a:before {
    top: -4px;
}
.slide-btm1 h1 {
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'trajanpro3';
    font-weight: bold;
    color: #252525;
    text-align: center;
}
.slide-btm1 p {
    text-align: center;
    margin-bottom:0px;
}
.home #wonderplugincarousel-1 .amazingcarousel-description {
    text-align: center !important;
}
.partner-sec h2:after {
    position: absolute;
    content: '';
    width: 20%;
    height: 4px;
    background: #cfe5ee;
    right: 78px;
    top: 50px;
}
.footer-row {
    background: #ececec;
    height: 350px;
}
ul#menu-nav-3 {
    margin: 0px 0 0 0px;
    padding: 0;
    list-style: none;
}
.footer-menu li {
    margin-left: 0px;
}
ul#menu-nav-2 li {
    margin-left: 50px;
}
.footer-bar {
    padding-top: 10px;
    padding-bottom: 5px;
    background: #e6e6e6;
    text-align: center;
}
.footer-card {
    float: none;
    margin-top: -5px;
    text-align: center;
}
/*==========Grow res======*/
.single-res {
    padding-right: 0px;
}
.mainTitle {
    font-size: 45px;
}
.single-grow #colophon {
    margin-top: 30px;
}
.contentSection .noPadding ul li a {
    font-size: 16px;
}
/*==========Jesus res======*/
h4.headingFourStylejesus:after {
    position: absolute;
    content: '';
    width: 55%;
    height: 4px;
    background: #cfe5ee;
    right: 91px;
    top: 96px;
}
.jesus-para p {
    font-size: 14px !important;
}
.jesus-para1 p {
    font-size: 14px !important;
}
.page-id-13 .vc_custom_1601553562461 {
    margin-top: 10px !important;
}
/*==========about res======*/
.inner-testimonials .slick-next.slick-arrow {
    right: -12px!important;
}
.inner-testimonials .slick-prev.slick-arrow{
    left: -12px!important;
}
.inner-testimonials .slick-arrow {
    width: 20px!important;
    height: 20px!important;
    border-radius: 50%;
    background-color: #107dac;
    transition: all 0.15s linear;
}
.page-id-15 .vc_custom_1601566945450 {
    margin-top: 5px !important;
    font-size: 32px !important;
}
.page-id-15 .vc_custom_1601892799602 {
    margin-bottom: 10px !important;
    font-size: 30px !important;
    line-height: 5px !important;
}
.dynamicHeading hr {
    height: 4px !important;
    background-color: #cfe5ee !important;
    width: 100px !important;
    margin: 13px 0px 0px 10px !important;
}
.page-id-15 .vc_custom_1601566236814 p {
    margin-top: 20px !important;
        padding-bottom: 0px !important;
}
.sideTabs .vc_tta-tabs-container ul.vc_tta-tabs-list li a {
    font-size: 16px;
}
.sideTabs .vc_tta-tabs-container ul.vc_tta-tabs-list li a:after {
    right: 5px;
}
.sideTabs .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_active a span:after {
    right: 5px;
}
/*==========mission inner res======*/
.miss-inner-res .vc_column-inner {
padding-left: 0px !important;
    padding-right: 0px !important;
}
.miss-inner-res h4 {
    font-size: 26px !important;
    text-align: center !important;
}
.miss-inner-res p {

    text-align: center !important;
}
.single-events span {
    font-size: 16px !important;
}
.single-event-details {
    font-size: 16px;
}
.mini-map iframe {
    height: 295px !important;
}
.single-mission footer#colophon {
    margin-top: 20px;
}
/*==========================*/
h3.headingThreeStylej{
     font-size: 36px !important;
}
h3.headingThreeStylej:before {
    left: 240px;

}
h3.headingThreeStylej:after {
    right: 240px;
}
h4.headingFourStylej{
     font-size: 36px !important;
}
h3.join-head {
    text-align: center;
}
h3.join-head {
    text-align: center !important;
    font-size: 24px !important;
}
.join-para {
    text-align: center;
}
h3.join-cont-head:after {
    width: 59%;
}
.page-id-19 .vc_custom_1601828114305 {
    margin-right: -30px !important;
}
.join-cont-box {
    background: #ffff;
    padding: 35px 0px 0px 0px;
    width: 31% !important;
    margin: 8px;
    height: 200px;
}
.join-icon-bg {
    background: #252525;
    border-radius: 100%;
    width: 80px;
    height: 80px;
    padding-left: 25px;
    padding-top: 18px;
}
.join-icon-bg1 {
    background: #252525;
    border-radius: 100%;
    width: 80px;
    height: 80px;
    padding-left: 20px;
    padding-top: 20px;
}
.join-icon-bg2 {
    background: #252525;
    border-radius: 100%;
    width: 80px;
    height: 80px;
    padding-left: 15px;
    padding-top: 20px;
}
.join-text-up a {
    font-size: 13px;
}
.join-text-up1 a {
    font-size: 14px;
}
#give-purchase-button {
    margin-bottom: 10px;
}
.page-id-21 h3.headingThreeStyle {
    font-size: 36px !important;
    text-align: center !important;
}
.cont-para p {
    text-align: center !important;
}
}
@media (max-width: 1300px){
    
#wonderplugincarousel-1 .amazingcarousel-prev {
    left: 2%!important;
}
#wonderplugincarousel-1 .amazingcarousel-next {
    right: 2%!important;
}
ul#menu-nav-1 a:before {
    top: -5px;
}
ul#menu-nav-2 a:before {
    top: -5px;
}
ul#menu-nav-3 a:before {
    top: -5px;
}
ul#menu-account a:before {
    top: -5px;
}
.inner-testimonials .slick-next.slick-arrow {
    right: -23px;
}
.inner-testimonials .slick-arrow {
    width: 30px;
    height: 30px;
}
 .inner-testimonials .slick-prev.slick-arrow {
    left: -23px;
}
.inner-testimonials .slick-arrow {
    width: 30px;
    height: 30px;
}
#give-purchase-button {
    margin-bottom: 20px;
}
	.single-gallery-item .loaded iframe {
    min-height: 190px;
}
}
/*=================================================responsive===============================================*/
@media (max-width: 1199px){
	.single-gallery-item .loaded iframe {
    min-height: 160px!important;
}
	.partner-sec {
    margin-top: 70px !important;
}
	.partner-sec h2:after {
    position: absolute;
    content: '';
    width: 20%;
    height: 4px;
    background: #cfe5ee;
    right: 78px;
    top: 28%;
}
	.single-res p:last-child {
    display: none;
}
	.single-gallery-item .loaded iframe {
    min-height: 250px !important;
}
	.inner-testimonials .testimonial-details h3 {
    color: #189ad3;
    text-align: center;
    font-size: 18px;
    letter-spacing: 0;
    margin-top: 40px;
    font-family: 'Trajan Pro 3';
}
	.dynamicHeading hr {
    display: none;
}
	.dynamicHeading {
    display: inline-flex;
    font-size: 35px !important;
    line-height: 0px !important;
}
	h2.vc_custom_heading.dynamicHeading p {
    display: none;
}
	h3.vc_custom_heading.vc_custom_1605810843275 {
    margin-bottom: 20px !important;
}
	.join-icon-bg {
    background: #252525;
    border-radius: 100%;
    width: 80px;
    height: 80px;
    padding-left: 0;
    padding-top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
	.join-icon-bg img {
    width: 26px;
}
	.join-cont-box {
    background: #ffff;
    padding: 35px 0px 0px 0px;
    width: 48% !important;
    margin: 8px;
    height: 160px;
}
	.join-icon-bg1 {
    background: #252525;
    border-radius: 100%;
    width: 80px;
    height: 80px;
    padding-left: 0;
    padding-top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
	.join-icon-bg1 img {
    width: 26px;
}
	.join-icon-bg2 {
    background: #252525;
    border-radius: 100%;
    width: 80px;
    height: 80px;
    padding-left: 0;
    padding-top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
	.join-icon-bg2 img {
    width: 26px;
}
	.gallery-details h3 {
    font-size: 16px;
    margin: 10px 0px;
    font-weight: bold;
    font-family: 'trajanpro5';
    text-transform: uppercase;
}
.gallery-details h3 {
    font-size: 16px !important;
    margin: 10px 0px;
    font-weight: bold;
    font-family: 'trajanpro5';
    text-transform: uppercase;
}
}
/*========================================================================================================================*/
@media (max-width: 991px){
p {
    font-size: 14px !important;
    letter-spacing: normal;
}
  .site-branding {
    background-color: #107dac;
    display: inline-block;
    width: 50%;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
    right: 8px;
    top: 0px;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    text-align: center;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {
    background: #fff;
    font-weight: normal;
    text-decoration: none;
    color: #000;
    border-left: 10px solid #189ad3;
}

.script h2:after {
    position: absolute;
    content: '';
    width: 15%;
    height: 4px;
    background: #cfe5ee;
    right: 15px;
    top: 25px;
}
.slide-btm1 h1 {
    font-size: 16px;
}
.our-watch h2:after {
    width: 55%;
}
.partner-sec h2 {
    color: #107dac;
    font-size: 30px;
    text-transform: uppercase;
    font-family: 'TrajanPro3';
    font-weight: bold;
    line-height: 30px;
}
.page .vc_custom_1597071619956 {
    background-image: none !important;
}
	#primary .partner {
    background-position: right !important;
    background-size: 40% !important;
}
.partner-sec p {
    font-size: 13px !important;
}
.partner-sec h2:after {
        top: 22%;
}
footer#colophon a {
    font-size: 14px;
}
.menu-nav-2-container {
    float: none;
    margin-left: 19px;
}
ul#menu-nav-1 a:before {
    top: -2px;
}
ul#menu-nav-2 a:before {
    top: -2px;
}
ul#menu-nav-3 a:before {
    top: -2px;
}
ul#menu-account a:before {
    top: -2px;
}
.topBanner {
    background-position: center;
}
.scriptureHEading {
    font-size: 12px;
}
.contentSection .noPadding ul li a {
    font-size: 12px;
}
.contentSection .noPadding ul li a span:after {
    right: 20px;
}
.contentSection .noPadding .sidebarActive a span:after {
    right: 20px;
}
.mainTitle {
    font-size: 32px;
        margin-top: 20px;
}
.single-res p {
    margin-top: -18px;
    font-size: 14px !important;
}
.bgColor {
    padding-bottom: 0px;
}
.inner-banner {
    background-position: center;
}
.inner-banner h2 {
    font-size: 32px !important;
}
#clickPlay .servicesPlayImg {
    margin-top: -230px;
}
h4.teamTitle {
    font-size: 24px;
}
p.teamExcerpt {
    font-size: 14px !important;
}
.sideTabs .vc_tta-container > h2 {
    font-size: 16px;
}
.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-body {
    padding: 0px!important;
}
.wpb-js-composer .vc_tta.vc_tta-gap-35.vc_tta-tabs-position-left .vc_tta-tabs-container {
    margin-right: 20px!important;
}
h2.vc_custom_heading.vc_custom_1601558639301 {
    font-size: 32px !important;
    line-height: 20px !important;
}
h2.vc_custom_heading.vc_custom_1601559979786 {
    font-size: 32px !important;
}
.page-id-15 .vc_custom_1601564045461 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}
.page-id-15 .vc_custom_1601566945450 {
    margin-top: 0px !important;
    font-size: 20px !important;
}
.page-id-15 .vc_custom_1601892799602 {
    margin-bottom: 10px !important;
    font-size: 20px !important;
    line-height: 5px !important;
}
.page-id-15 .vc_custom_1601566236814 p {
    margin-top: 0px !important;
    padding-bottom: 0px !important;
    font-size: 12px !important;
    margin-bottom: -25px !important;
}
.page-id-15 .vc_custom_1601566236814 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
.blog-pic img {
    height: 120px;

}
h3.headingThreeStylej {
    font-size: 30px !important;
}
h4.headingFourStylej {
    font-size: 30px !important;
}
h3.headingThreeStylej:before {
    left: 150px;
}
h3.headingThreeStylej:after {
    right: 150px;
}
h3.join-head {
    text-align: center !important;
    font-size: 18px !important;
    line-height: 0px !important;
}
h3.join-cont-head:after {
    width: 45%;
}
.join-cont-box {
    background: #ffff;
    padding: 35px 0px 0px 0px;
    width: 47% !important;
    margin: 8px;
    height: 200px;
}
	h3.vc_custom_heading.vc_custom_1605810843275 {
    margin-bottom: 0px !important;
    font-size: 30px !important;
}
	.dynamicHeading {
    display: inline-flex;
    font-size: 24px !important;
    line-height: 0px !important;
}
	.join-text-up1 h3 {
    text-align: center !important;
}
	.join-text-up1 p {
    text-align: center !important;
}
.join-icon-up {
    margin-top: -15px;
}
.join-text-up1 h3 {
    text-align: center;
}
.join-text-up1 p{
    text-align: center;
}
.join-text-up h3 {
    text-align: center;
    margin-top: 15px;
}
.join-text-up p{
    text-align: center;
}
.page-id-21 h3.headingThreeStyle {
    font-size: 30px !important;
    text-align: center !important;
}
nav#site-navigation .container {
    padding: 0px;
    margin: 0;
    max-width: 100%;
}
li#mega-menu-item-454 {
    text-align: center !important;
}
#site-navigation .last-nav a.mega-menu-link {
    background: #c30300 !important;
    display: inline-block !important;
    border-radius: 30px !important;
    margin-left: 0px !important;
    width: 25% !important;
}
.single-events {
    padding-left: 0px !important;
}
.single-events span {
    font-size: 12px !important;
}
.single-event-details {
    font-size: 14px!important;
    padding-left: 15px!important;
}
.single-event-details1 {
    font-size: 16px !important;
}
.single-event-details1 a {
    color: #252525;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.04em;
}
.mini-map iframe {
    height: 277px !important;
}
	rs-mask-wrap rs-layer {
    font-size: 14px !important;
}
	.single-gallery-item .loaded iframe {
    min-height: 185px!important;
}
	.our-watch button.slick-prev.slick-arrow {
    left: -20px !important;
}
	.our-watch button.slick-next.slick-arrow {
    right: -20px!important;

}
	.partner-sec {
    margin-top: 30px !important;
    margin: 0px !important;
}
	.single-gallery-item .loaded iframe {
    min-height: 185px !important;
}
.gallery-details h3 {
    font-size: 16px !important;
    margin: 10px 0px;
    font-weight: bold;
    font-family: 'trajanpro5';
    text-transform: uppercase;
}

.home-watch .wpb_text_column.wpb_content_element {
    margin: 0px !important;
}
div.our-watch {
    padding-bottom: 0;
}
.watch-out .wpb_text_column.wpb_content_element {
    margin: 0px !important;
}
.cont-para {
    margin: 0px !important;
}
.cont-para p {
    color: #252525;
    font-size: 20px;
    font-family: 'Helvetica';
    font-weight: lighter;
    margin-top: 15px;
}
}
/*=============================================================================*/
@media (max-width: 767px){
header#masthead {
    text-align: center;
}
form.search-form {
    float: none;
    margin-right: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.site-branding {
    background-color: #107dac;
    display: block;
    width: 100%;
}
.page rs-bullets.tp-bullets {
    position: relative;
    top: 80px !important;
}

.blog-pic img {
    height: 250px;
    width: 100%;
}
.script h2 {
    font-size: 32px !important;
}
.script h2:after {
    width: 17%;
    top: 17px;
}
.script .vc_empty_space {
    height: 20px!important;
}
.slide-btm1 .wpb_single_image.vc_align_left {
    text-align: center;
        margin-bottom: 25px;
}
.slide-btm1 h1 {
    font-size: 24px;
    margin-bottom: 0px;
}

.our-watch h2 {
    font-size: 32px !important;
}
.our-watch h2:after {
    width: 55%;
    top: 53px;
}
.footer-row {
    background: #ececec;
    height: auto;
}

.menu-nav-1-container {
    float: left;
    padding-left: 15px;
    width: 25%;
}
.spacer h2 {
    text-align: center;
}
.menu-nav-2-container {
    float: left;
    margin-left: 0px;
    width: 60%;
}
.footer-row a img {
    margin-top: 80px;
}
.footer-sma {
    text-align: center;
}
.footer-sma1 {
    text-align: center;
}
.footer-acc {
    text-align: center;
}
.menu-account-container {
    float: none;
}
ul.cnss-social-icon {
    text-align: center !important;
    margin-bottom: 20px;
}
.space h2 {
    color: #107dac;
    font-family: 'Roboto';
    font-size: 19px;
    margin-top: 50px;
    padding-bottom: 10px;
}
.partner .vc_custom_1597071619956 {
    background-image: none !important;
}
.partner-sec h2:after {
display:none;
}
.partner-sec p {
    font-size: 16px !important;
}
.partner-sec {
    margin-bottom: 0px;
    text-align: center;
}
.inner-banner h2 {
    font-size: 24px !important;
}
.inner-banner {
    background-position: bottom -80px center;
}
.topBanner h2 {
    font-size: 24px !important;
    margin-top: 185px !important;
}
.topBanner h2.headingTwoStyle:before {
    height: 35px;
}
h2.headingTwoStyle {
    margin-top: 180px;
    padding-bottom: 20px;
    margin-left: 10px;
    font-size: 14px;
}
h2.headingTwoStyle:before {
    height: 30px;
}
.bgColorHeading {
    text-align: center;
}
.scriptureHEading {
    font-size: 16px;
}
.alignLi.sidebarActive {
    text-align: center;
}
.alignLi {
    text-align: center;
}
.contentSection .noPadding ul li a {
    font-size: 16px;
}
.bgColor {
    padding-bottom: 0px;
    margin-bottom: 30px;
}
.single-res {
    padding-right: 0px;
    padding-left: 0px;
}
.mainTitle {
    font-size: 30px;
    margin-top: 20px;
    text-align: center;
}
.single-res p {
    margin-top: -18px;
    font-size: 16px !important;
    text-align: center;
}
h4.teamCat {
    text-align: center;
}
h4.teamTitle {
    font-size: 24px;
    text-align: center;
}
p.teamExcerpt {
    font-size: 14px !important;
    text-align: center;
}
h3.headingThreeStyle {
    font-size: 30px !important;
    text-align: center!important;
}
h4.headingFourStylejesus {
    font-size: 28px !important;
    text-align: center!important;
}

h4.headingFourStylejesus:after{
display: none;
    }
.jesus-para p {
    font-size: 14px !important;
    text-align: center;
}
.jesus-para1 p {
    font-size: 14px !important;
    text-align: center;
}
h4.vc_tta-panel-title {
    background-color: #e8f7fe;
        text-align: center;
}
span.vc_tta-title-text {
    font-size: 18px;
    font-weight: 600;
    color: #252525 !important;
    text-align: center;
}
h2.vc_custom_heading.vc_custom_1601558639301 {
    font-size: 26px !important;
    line-height: 20px !important;
    text-align: center !important;
}
.vc_tta-panel-body p {
    text-align: center;
}
.wpb-js-composer .vc_tta.vc_tta-gap-35 .vc_tta-panel:not(:last-child):not(.vc_active) .vc_tta-panel-heading {
    margin-bottom: -20px!important;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: #ffff;
    border: 0;
    outline: none;
    background: #107dac;
    font-size: 12px;
}

.dynamicHeading hr {
    display: none;
}
.page-id-15 .vc_custom_1601566236814 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    text-align: center !important;
}
.page-id-15 .vc_custom_1601892799602 {
    margin-bottom: 20px !important;
    font-size: 20px !important;
    line-height: 5px !important;
    text-align: center !important;
}
.miss-inner-res h4 {
    font-size: 22px !important;
    text-align: center !important;
}
.single-event-icons {
    text-align: center;
    padding-left: 0px !important;
    margin-bottom: 20px;
}
.single-event-icons img {
    float: none;
}
.single-events {
    text-align: center;
}
.single-events span {
    font-size: 16px !important;
}
.single-events {
    text-align: center;
    padding-left: 15px !important;
}
.event-resp {
    margin-bottom: 530px!important;
}
.event-border {
    margin-top: -637px;
}
.single-mission .vc_custom_1601660403796 {
    margin-top: 57px !important;
}
.single-event-details {
    font-size: 16px!important;
    text-align: center;
    margin-bottom: 10px;
}
.single-event-details1 {
    font-size: 16px !important;
    text-align: center;
    margin-bottom: 10px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}
h3.headingThreeStylej:before{
    display:none;
}
h3.headingThreeStylej:after{
    display:none;
}
h3.join-head {
    text-align: center !important;
    font-size: 26px !important;
    line-height: 0px !important;
}
h3.join-cont-head {
    font-size: 32px !important;
    text-align: center !important;
    line-height: 0px !important;
}
h3.join-cont-head:after{
    display:none;
}
.join-cont-box {
    background: #ffff;
    padding: 30px 0px 0px 0px;
    width: 100% !important;
    margin: 8px;
    height: 260px;
}
.join-cont-bg {
    height: auto;
    margin-top: 50px;
    background-size: cover;
}
.join-cont-box {
    background: #ffff;
    padding: 30px 0px 0px 0px;
    width: 100% !important;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 0px;
    height: 260px;
}
div#give-payment-mode-wrap {
    text-align: center;
}
.prayer-form input, select, textarea {
    font-size: 14px !important;
}
.contact-form input, select, textarea {
    font-size: 14px !important;
}
.prayer-form .gform_wrapper .top_label select.medium {
    height: 45px;
}
	rs-mask-wrap rs-layer {
    font-size: 8px!important;
}
	
	#primary .partner {
    background-position: right !important;
    background-size: 40% !important;
    background-image: none !important;
}
	.single-gallery-item .loaded iframe {
    min-height: 285px !important;
}
	.vc_separator.wpb_content_element.vc_separator_align_center.vc_sep_width_100.vc_sep_border_width_2.vc_sep_pos_align_center.vc_separator_no_text.vc_sep_color_turquoise.vc_custom_1601559942086.vc_custom_1601559942086.headingLine {
    display: none!important;
}
	h3.vc_custom_heading.vc_custom_1605810843275 {
    margin-bottom: 0px !important;
    font-size: 30px !important;
    text-align: center !important;
}
button.slick-next.slick-arrow {
    display: none !important;
}
button.slick-prev.slick-arrow {
    display: none !important;
}
.join-cont-box1 {
    background: #ffff;
    padding: 35px 10px 0px 10px;
    margin: 0px;
    margin-top: 28px;
    border-radius: 30px;
}

.contact-form input#gform_submit_button_1 {
    border-radius: 30px;
    padding: 15px 40px;
    background: #107dac;
    color: #ffffff;
    font-size: 17px;
    font-family: 'Helvetica';
    font-weight: 400;
    margin-bottom: 70px;
    transition: all 0.15s linear;
    cursor: pointer;
    width: 30%;
	}
.single-gallery-item .loaded iframe {
    min-height: 285px!important;
}
}
/*===============================================================================*/
@media (max-width: 575px){
    .top-sign {
    text-align: center;
}
	rs-mask-wrap rs-layer {
    font-size: 5px!important;
}
	
	.menu-nav-2-container {
    float: left;
    margin-left: 0px;
    width: unset !important;
}
	.single-gallery-item .loaded iframe {
    min-height: 185px !important;
}
.region {
    text-align: center;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    padding: 0px 0px 0px 0px;
}
#site-navigation .last-nav a.mega-menu-link {

    width: auto !important;
}
#rev_slider_1_1_wrapper .ares .tp-bullet {
    width: 10px;
    height: 10px;
}
.page rs-bullets.tp-bullets {
    position: relative;
    top: 50px !important;
}
.blog-detail {
    font-size: 14px;
}
.slide-btm1 a {
    font-size: 14px;
}
.slide-btm1 a:before {
    top: -2px;
}
.script h2 {
    font-size: 24px !important;
    text-align: center !important;
}
.script h2:after{
    display:none;
    }
.slide-btm1 h1 {
    font-size: 20px;
    margin-bottom: 0px;
}
.slide-btm1 p {
    text-align: center;
    margin-bottom: 0px;
    font-size: 13px !important;
}
.our-watch h2:after{
    display:none;
}
.our-watch h2 {
    font-size: 28px !important;
    text-align: center !important;
}
.home #wonderplugincarousel-1 .amazingcarousel-description {
    text-align: center !important;
    font-size: 18px !important;
}
.home .amazingcarousel-description a {
    font: 16px trajanpro3 !important;
}
.partner-sec h2 {
    font-size: 22px;
}
.partner-sec span {
    font-size: 20px;
}
.partner-sec p {
    font-size: 12px !important;
}
.partner-sec a {
    font-size: 14px;
}
.partner-sec a:before {
    top: -2px;
}
.partner-sec {
    padding-bottom: 0px !important;
    text-align: center;
}

footer#colophon p {
    font-size: 10px !important;
}
footer#colophon a {
    font-size: 12px;
}
.menu-nav-3-container {
    float: left;
    margin-left: 15px;
}
.modal-header .close {
    padding: 10px;
}
h4.teamTitle {
    font-size: 16px;
    text-align: center;
}
p.teamExcerpt {
    font-size: 12px !important;
    text-align: center;
}
#clickPlay .servicesPlayImg {
    margin-top: -205px;
}
h3.headingThreeStyle {
    font-size: 24px !important;
    text-align: center!important;
}
h4.headingFourStylejesus {
    font-size: 24px !important;
    text-align: center!important;
        margin-top: 0px!important;
}
.jesus-para p {
    font-size: 12px !important;
    text-align: center;
}
.jesus-para1 p {
    font-size: 12px !important;
    text-align: center;
}
.jesus-para {
    margin-top: 10px;
    margin-bottom: 0px !important;
}
.page-id-13 .vc_custom_1601553562461 {
    margin-top: 10px !important;
    margin-bottom: 0px;
}
span.vc_tta-title-text {
    font-size: 16px;
    font-weight: 600;
    color: #252525 !important;
    text-align: center;
}
.page-id-15 h2.vc_custom_heading {
    font-size: 24px !important;
    line-height: 20px !important;
    text-align: center !important;
}
.vc_tta-panel-body p {
    text-align: center;
    font-size: 12px !important;
}
h2.vc_custom_heading.vc_custom_1601559979786 {
    font-size: 26px !important;
}
.blog-detail {
    font-size: 13px;
}
h3.headingThreeStylej {
    font-size: 24px !important;
}
h4.headingFourStylej {
    font-size: 22px !important;
    margin-bottom: -30px;
}
.join-para p {
    font-size: 13px !important;

}
h3.join-head {
    text-align: center !important;
    font-size: 22px !important;
    line-height: 0px !important;
}
.join-cont-box {
    background: #ffff;
    padding: 30px 0px 0px 0px;
    width: 100% !important;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 0px !important;
    height: 260px;
}
h3.headingThreeStyle1 {
    font-size: 24px !important;
}
.cont-para p {
    text-align: center !important;
    font-size: 12px !important;
    margin-bottom: -20px !important;
}

li.fill-names {
    display: inline-block;
    width: 100%;
    height: 45px;
}
li.cont-email {
    display: inline-block;
    width: 100%;
        height: 45px;
}
li.cont-pho {
    display: inline-block;
    width: 100%;
        height: 45px;
}
li.cont-email .ginput_container input#input_1_2 {
    width: 100%;
    height: 45px;
    padding-left: 15px;
    }
li.cont-pho .ginput_container input#input_1_3 {
    width: 100%;
    height: 45px;
    padding-left: 15px;
}
li.fill-names {
    height: 45px;
}
li.fill-names input {
    height: 45px;
    padding-left: 15px !important;
    
}
.contact-form .vc_column-inner {
    padding-right: 15px !important;
}
.contact-form input#gform_submit_button_1 {
    padding: 10px 40px;
    width: auto;
}
.contact-form input, select, textarea {
    font-size: 14px !important;
}
.page-id-21 h3.headingThreeStyle {
    font-size: 20px !important;
    text-align: center !important;
}
.cont-para p {
    text-align: center !important;
    font-size: 12px !important;
    margin-bottom: 0px !important;
}
.contact-form .gform_wrapper ul.gform_fields li.gfield.gfield_error+li.gfield.gfield_error {
    margin-top: 12px;
}
.contact-form li.gfield_error.fill-names {
    display: inline-block;
    width: 100% !important;
    height: 45px;
    padding-right: 0px !important;
}
.contact-form li.gfield_error.cont-email {
    display: inline-block;
    width: 100% !important;
    height: 45px;
    padding-right: 0px !important;
}
.contact-form li.gfield_error.cont-pho {
    display: inline-block;
    width: 100% !important;
    height: 45px;
    padding-right: 0px !important;
}
li.pray-first {
    display: inline-block;
    width: 100%;
}
li.pray-last {
    display: inline-block;
    width: 100%;
}
li.pray-email {
    display: inline-block;
    width: 100%;

}

li.pray-pho {
    display: inline-block;
    width: 100%;

}
li.pray-street1 {
    display: inline-block;
    width: 100%;

}
li.pray-street2 {
    display: inline-block;
    width: 100%;

}
li.pray-country {
    display: inline-block;
    width: 100%;
    margin-top: 12px !important;
}
li.pray-state {
    display: inline-block;
    width: 100%;

}
li.pray-city {
    display: inline-block;
    width: 100%;

}
li.pray-postal {
    display: inline-block;
    width: 100%;

}
.prayer-form .vc_column-inner {
    padding-right: 15px !important;
}
.prayer-form input#gform_submit_button_2{
    padding: 10px 40px;
    width: auto;
}
.prayer-form input, select, textarea {
    font-size: 14px !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
    right: 15px;
    top: 0px;
}
.single-grow .row{
    margin-right: 0;
    margin-left: 0;
}
.single-res p {
    margin-top: 0px;
    font-size: 13px !important;
    text-align: center;
}
.mainTitle {
    font-size: 20px;
    margin-top: 20px;
    text-align: center;
}
.single-mission .container {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
    margin-right: auto;
    margin-left: auto;
}
.single-mission h2.headingTwoStyle {
    margin-top: 150px;
    padding-bottom: 20px;
    margin-left: 10px;
    font-size: 20px;
}

.page-id-15 .inner-banner h2 {
    font-size: 24px !important;
}
.page-id-15 .inner-banner h2 {
    font-size: 24px !important;
    text-align: left!important;
}
.prayer-form .gform_wrapper ul.gform_fields li.gfield.gfield_error+li.gfield.gfield_error {
    margin-top: 0;
}
.prayer-form li.gfield_error.pray-first {
    display: inline-block;
    width: 100%!important;
    padding-right: 0px !important;
}
.prayer-form li.gfield_error.pray-last {
    display: inline-block;
    width: 100%!important;
    padding-right: 0px !important;
}
.prayer-form li.gfield_error.pray-email {
    display: inline-block;
    width: 100%!important;
    padding-right: 0px !important;
}

.prayer-form li.gfield_error.pray-pho {
    display: inline-block;
    width: 100%!important;
    padding-right: 0px !important;
}
.prayer-form li.gfield_error.pray-street1 {
    display: inline-block;
    width: 100%!important;
    padding-right: 0px !important;
}
.prayer-form li.gfield_error.pray-street2 {
    display: inline-block;
    width: 100%!important;
    padding-right: 0px !important;
}
.prayer-form li.gfield_error.pray-country {
    display: inline-block;
     width: 100%!important;
    padding-right: 0px !important;
}
.prayer-form li.gfield_error.pray-state {
    display: inline-block;
    width: 100%!important;
    padding-right: 0px !important;
}
.prayer-form li.gfield_error.pray-city {
    display: inline-block;
    width: 100%!important;
    padding-right: 0px !important;
}
.prayer-form li.gfield_error.pray-postal {
    display: inline-block;
    width: 100%!important;
    padding-right: 0px !important;
}
.join-cont-box1 {
    background: #ffff;
    padding: 35px 10px 0px 10px;
    border-radius: 30px;
    margin: 0px;
    margin-top: 28px;
    width: 100% !important;
}

.gallery-details h3 {
    font-size: 10px !important;
    margin: 10px 0px;
    font-weight: bold;
    font-family: 'trajanpro5';
    text-transform: uppercase;
}
.inner-banner h2 {
    font-size: 18px !important;
}
}
@media (max-width:420px){

.cont-para {
    margin: 0px !important;
}
}
/*=============================================================================================*/
@media (max-width:360px){
rs-mask-wrap rs-layer {
    font-size: 4px!important;
}
.partner-sec {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

ul#menu-nav-1 {
    margin: 0px;
    list-style: none;
    padding-left: 0px;
    padding-right: 0;
}
	.menu-nav-2-container {
    float: left;
    margin-left: 0px;
    width: unset !important;
    padding: 0px;
}
.cont-para p {
    text-align: center !important;
    font-size: 12px !important;
    margin-bottom: 0px !important;
    margin: 0px;
}
.inner-banner h2 {
    font-size: 14px !important;
}
.event-border {
    margin-top: -660px;
}
	.single-gallery-item .loaded iframe {
    min-height: 145px !important;
}
}
/*newcss*/
.new-sec-loc p {
    margin-bottom: 10px !important;
}
.join-text-up1 a:hover {
    color: #107dac;
}
.top-bar {
    display: none;
}
span.tp-bullet-title {
    display: none;
}
.slide-btm1 img {
    width: 370px;
    height: 250px !important;
    object-fit: cover;
}
.partner-sec {
    margin-top: 120px;
}
.our-watch button.slick-next.slick-arrow:before {
    content: '\f105';
    font-weight: bold;
    font-family: 'FontAwesome';
    font-size: 14px;
	color:#fff;
}
.our-watch button.slick-next.slick-arrow:hover {
    background: #107dac;
}
.our-watch button.slick-next.slick-arrow {
    background: #404040;
    border-radius: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 26px;
    height: 26px;
    position: absolute;
    right: -40px;
	top: 50%;
}
.our-watch button.slick-prev.slick-arrow:before {
    content: '\f104';
    font-weight: bold;
    font-family: 'FontAwesome';
    font-size: 14px;
	color:#fff;
}
.our-watch button.slick-prev.slick-arrow:hover {
    background: #107dac;
}
.our-watch button.slick-prev.slick-arrow {
    background: #404040;
    border-radius: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 26px;
    height: 26px;
    position: absolute;
    left: -40px;
	top: 50%;
}
.gallery-thumbnail {
    position: relative;
}
.gallery-thumbnail a.fancybox.vid {
    position: absolute;
    left: 0px;
    right: 0px;
    text-align: center;
    top: 130px;
    bottom: 0px;
    margin: auto !important;
}
.gallery-thumbnail a.fancybox.vid i.far.fa-play-circle {
    font-size: 60px;
    color: #fff;
    font-weight: 400;
}
.gallery-details h3 {
    font-size: 28px ;
    margin: 10px 0px;
    font-weight: bold;
    font-family: 'trajanpro5';
    text-transform: uppercase;
}
.gallery-details h4 {
    font-size: 18px !important;
    font-weight: bold;
    font-family: 'trajanpro5';
    text-transform: capitalize;
}
.slick-slide {
    outline: 0;
}
.single-gallery-item:hover h3 {
    color: #107dac;
}
.single-gallery-item:hover .gallery-details h4 {
    color: #107dac;
}
div.our-watch {
    padding-bottom: 20px;
}
.our-watch.inn .single-gallery-item {
    margin-bottom: 40px;
}


#videoPlayer {
  background-color: #000;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  height: 380px;
  width: 100%;
  margin: 1em auto;
}
#videoPlayer:after {
  content: attr(data-title);
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  max-height: 100px;
  text-align: left;
  padding: 1em;
  font-size: 1.2em;
  color: #fff;
  transition: opacity 0.7s ease-in-out;
}
#videoPlayer:hover:after {
  opacity: 0;
}
#videoPlayer .thumb {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: auto;
  opacity: 0.8;
  filter: alpha(opacity=80);
  transition: all 200ms ease-out;
  -webkit-transition: all 200ms ease-out;
}
#videoPlayer .thumb:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.single-gallery-item .thumb {
    position: relative;
}
.single-gallery-item .thumb span.play {
    background: url(http://i.imgur.com/TxzC70f.png);
    background-repeat: no-repeat;
    position: absolute;
    width: 72px;
    height: 72px;
    cursor: pointer;
    top: 0;
    bottom: 0px;
    right: 0px;
    left: 0px;
    margin: auto;
}
#videoPlayer.loaded:after {
  display: none;
}
.single-gallery-item .loaded iframe {
    min-height: 300px;
}
.single-gallery-item .thumb img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}