/*!
Theme Name: zealcre
Theme URI: https://masteriyo.com/themes/elearning
Author: Masteriyo
Author URI: https://masteriyo.com
Description: eLearning is a free WordPress LMS theme powered by Masteriyo LMS. Masteriyo is a revolutionary LMS plugin based on React JS making it not just super fast but also super easy to setup. Masteriyo plugin helps to create and sell online courses with ease. eLearning theme is Gutenberg, Elementor and any other page builder ready making it perfect choice to create a visually appealing professional looking LMS site. eLearning is light weight, SEO optimized, AMP ready, RTL ready, major browsers compatible, fully responsive, translation ready and backed up by our awesome support team. It has tons of customizer options related to header, menu, blog page, single post page, footer, layouts, typography, designs and many more.  It comes with pre-built Elementor and Gutenberg demos that you can import with few clicks via the recommended demo importer plugin. Checkout the live demo at https://demo.masteriyo.com/elearning.
Version: 1.0.3
Tested up to: 5.8
Requires PHP: 5.6
License: GPLv3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
Text Domain: elearning
Tags: one-column, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-logo, featured-images, footer-widgets, full-width-template, theme-options, threaded-comments, translation-ready, blog, news, education, rtl-language-support

eLearning is based on Underscores https://underscores.me/, (C) 2012-2017 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 http://necolas.github.io/normalize.css/
*/
/**
*
* TABLE OF CONTENT
# Reset
# Typography
# Elements
# Forms
# Navigations
# Modules
# Icons
# Accessibility
# Alignments
# Clearings
# Header
# Widgets
# Content
# Posts and Pages
# Asides
# Comments
# Footer
# Media
# captions
# galleries
# Media Queries
# Mobile
# Tablets
# Computers
# Print
*
*/
/*=============================================
=            Normalize            =
=============================================*/

@import url('https://fonts.googleapis.com/css2?family=Fira+Sans+Condensed:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:wght@300;400;500;600;700;800;900&display=swap');
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	outline: 0;
	vertical-align: baseline;
}
h1,
h2,
h3,
h4,
h5,
h6,
 {
	font-family: 'Red Hat Display', sans-serif;
}
html {
	font-family: 'Fira Sans Condensed', sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

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

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: 700;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
	vertical-align: middle;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
	border-style: solid;
	border-width: 0;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: 700;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

p {
	margin-bottom: 1.6em;
}

/*=============================================
=            Base Typography            =
=============================================*/
html {
	font-size: 90%;
}

body {
	font-family: 'Fira Sans Condensed', sans-serif;
	font-size: 1rem;
	color: #51585f;
	line-height: 1.8;
}

code {
	background-color: #f1f3f5;
	padding: 0.125em 0.25em;
}

pre {
	background-color: #f8f9fa;
	padding: 20px;
}

blockquote,
.wp-block-quote {
	padding: 1em;
	margin: 1.5em 1em 1.5em 2em;
	border-left: 4px solid #e9ecef;
}

blockquote.has-text-align-right,
.wp-block-quote.has-text-align-right {
	border: unset;
	border-left: 4px solid #e9ecef;
}

/*=============================================
=            Heading Typography            =
=============================================*/
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #16181a;
	line-height: 1.3;
	font-weight: 500;
	margin: 0 0 20px;
}

h1 {
	font-size: 2.5rem;
}

h2 {
	font-size: 2.25rem;
}

h3 {
	font-size: 1.75rem;
}

h4 {
	font-size: 1.5rem;
}

h5 {
	font-size: 1.313rem;
}

h6 {
	font-size: 1.125rem;
}

html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr,
.wp-block-separator {
	background-color: #e9ecef;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

iframe {
	max-width: 100%;
}

/*=============================================
=            Common CSS Style            =
=============================================*/
/*=============================================
=            GRID            =
=============================================*/
.tg-container {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 768px) {
	.tg-container--boxed .tg-site {
		max-width: 750px;
	}
	.tg-container {
		max-width: 720px;
	}
}

@media (min-width: 992px) {
	.tg-container--boxed .tg-site {
		max-width: 970px;
	}
	.tg-container {
		max-width: 940px;
	}
}

@media (min-width: 1200px) {
	.tg-container--boxed .tg-site {
		max-width: 1270px;
	}
	.tg-container {
		max-width: 1160px;
	}
}

.tg-container-fluid {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.tg-container--flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.tg-container--flex-center {
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.tg-container--flex-space-between {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.tg-site-layout--stretched #page #main :not(.tg-page-header) .tg-container {
	max-width: 100%;
}

.tg-site-layout--stretched #page #main :not(.tg-page-header) .tg-container #primary {
	width: 100%;
	padding-right: 0;
}

/*=============================================
=            Body            =
=============================================*/
body:not(.tg-container--separate) #page {
	background: #fff;
}

body.has-transparent-header.elementor-editor-active .tg-site-header {
	z-index: -1;
}

.page-template.tg-container--separate #page {
	background: #fff;
}

/* Boxed Layout */
.tg-container--boxed .tg-site {
	margin: 20px auto;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.tg-container--boxed .tg-site#page {
	background-color: #fff;
}

/* Streached Layout */
.tg-container--stretched .tg-container {
	width: 100%;
	max-width: unset;
}

/* Seperate Layout */
.tg-container--separate {
	background-color: #e9ecef;
}

.tg-container--separate .tg-site-header {
	background-color: #fff;
	border-bottom: 0 none;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.tg-container--separate .tg-page-header {
	background-color: #ced4da;
}

.tg-container--separate .tg-site-footer {
	background-color: #fff;
}

.tg-container--separate #primary {
	padding-right: 2em;
}

.tg-container--separate #secondary {
	padding-left: 2em;
	border-left: 0 none;
}

.tg-container--separate .tg-site-layout--left #primary {
	padding-left: 2em;
}

.tg-container--separate .tg-site-layout--left #secondary {
	padding-right: 2em;
	border-right: 0 none;
}

.tg-container--separate .hentry,
.tg-container--separate .widget {
	background-color: #fff;
	padding: 2em;
}

.tg-container--separate .tg-footer-widget-area .widget {
	padding: 0;
	background-color: transparent;
}

/* When transparent header is present */
.has-transparent-header:not(.blog):not(.has-page-header) .site-content,
.tg-no-content-margin .site-content {
	margin: 0;
}

.elementor-template-full-width .site-content {
	margin: 0;
}

.elementor-template-full-width .site-content > .tg-container--flex {
	display: block;
}

/*=============================================
=            Page builder            =
=============================================*/
.page-template-pagebuilder {
	background: #fff;
}

.page-template-pagebuilder .site-content {
	margin: 0;
}

.page-template-pagebuilder .widget {
	background: initial;
	padding: 0;    margin-bottom: 10px;
}

.page-template-pagebuilder #primary.content-area.pagebuilder-content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	max-width: inherit;
	padding: 0;
}

@font-face {
	font-family: "themegrill-icons";
	src: url("assets/fonts/themegrill-icons.eot?5d42b271f668d2d6461ba91fc5a5a839?#iefix") format("embedded-opentype"), url("assets/fonts/themegrill-icons.woff2?5d42b271f668d2d6461ba91fc5a5a839") format("woff2"), url("assets/fonts/themegrill-icons.woff?5d42b271f668d2d6461ba91fc5a5a839") format("woff");
	font-display: swap;
}

.tg-icon {
	font-family: "themegrill-icons";
	display: inline-block;
	font-size: 1rem;
	font-style: normal;
}

.tg-icon-angle-down::after {
	content: "\f101";
}

.tg-icon-angle-left::after {
	content: "\f102";
}

.tg-icon-angle-right::after {
	content: "\f103";
}

.tg-icon-angle-up::after {
	content: "\f104";
}

.tg-icon-arrow-down::after {
	content: "\f105";
}

.tg-icon-arrow-left::after {
	content: "\f106";
}

.tg-icon-arrow-right::after {
	content: "\f107";
}

.tg-icon-arrow-up::after {
	content: "\f108";
}

.tg-icon-bars::after {
	content: "\f109";
}

.tg-icon-close::after {
	content: "\f10a";
}

.tg-icon-search::after {
	content: "\f10b";
}

.tg-icon-shopping-cart::after {
	content: "\f10c";
}

.tg-page-header {
	padding: 20px 0;
}

.tg-page-header .tg-page-header__title {
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 500;
	font-size: 2.5rem;
	line-height: 1.3;
}

.tg-page-header.tg-page-header--left-right .tg-page-header__title {
	margin-right: auto;
}

.tg-page-header.tg-page-header--left-right .breadcrumbs {
	margin-left: auto;
}

.tg-page-header.tg-page-header--both-center .tg-container--flex {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.tg-page-header.tg-page-header--both-center .tg-page-header__title {
	text-align: center;
}

.tg-page-header.tg-page-header--right-left .tg-page-header__title {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	margin-left: auto;
}

.tg-page-header.tg-page-header--right-left .breadcrumbs {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	margin-right: auto;
}

.tg-page-header.tg-page-header--both-left .tg-container--flex {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.tg-page-header.tg-page-header--both-right .tg-container--flex {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-line-pack: end;
	align-content: flex-end;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.tg-page-header .breadcrumb-trail ul {
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style-type: none;
}

.tg-page-header .breadcrumb-trail ul li {
	font-size: 16px;
}

.tg-page-header .breadcrumb-trail ul li::after {
	padding: 7px;
	font-size: 12px;
	color: #51585f;
	font-family: "themegrill-icons" !important;
	vertical-align: middle;
	content: "\f103";
}

.tg-page-header .breadcrumb-trail ul li:last-child::after {
	content: none;
}

/*=============================================
=            Lists            =
=============================================*/
ul,
ol {
	margin: 0 0 1.6rem 1.6rem;
	padding-left: 0;
}

ul {
	list-style: square;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.6rem;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.6rem 1.6rem;
}

/*=============================================
=            Table            =
=============================================*/
table,
.wp-block-table {
	margin: 0 0 1.5em;
	width: 100%;
}

table th,
table td,
.wp-block-table th,
.wp-block-table td {
	text-align: left;
	border: 1px solid #e9ecef;
	padding: 1em;
}

/*=============================================
=            Admin Bar            =
=============================================*/
.admin-bar {
	--admin-bar: 32px;
}

@media screen and (max-width: 782px) {
	.admin-bar {
		--admin-bar: 46px;
	}
}

.search-form label {
	position: relative;
}

.search-form label::before {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 10px;
	display: block;
	content: "\f10b";
	font-family: themegrill-icons;
	color: #adb5bd;
}

.search-form .search-submit {
	display: none;
}

.tg-menu-item-search {
	position: relative;
	cursor: pointer;
}

.tg-menu-item-search .search-form {
	position: absolute;
	top: 43px;
	right: 0;
	width: 200px;
	display: none;
	z-index: 999;
}

.tg-menu-item-search .search-form label {
	margin-bottom: 0;
	width: 100%;
}

.tg-menu-item-search.show-search .search-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

/*=============================================
=                    Links                    =
=============================================*/
a {
	color: #16181a;
	text-decoration: none;
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

a:hover, a:focus {
	color: #269bd1;
}

a:active {
	outline: 0;
}

.entry-content a {
	color: #269bd1;
	text-decoration: underline;
}

.entry-content a:hover, .entry-content a:focus {
	color: #1e7ba6;
}

.tg-primary-menu {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	border-bottom: 0 solid #e9ecef;
	margin-left: auto;
}

.tg-primary-menu > div ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.tg-primary-menu > div ul li.current_page_ancestor > a, .tg-primary-menu > div ul li.current-menu-ancestor > a, .tg-primary-menu > div ul li.current_page_item > a, .tg-primary-menu > div ul li.current-menu-item > a {
	color: #269bd1;
}

.tg-primary-menu > div ul li:hover > a {
	color: #269bd1;
}

.tg-primary-menu > div ul li.menu-item-has-children, .tg-primary-menu > div ul li.page_item_has_children {
	position: relative;
}

.tg-primary-menu > div ul li.menu-item-has-children > a::after, .tg-primary-menu > div ul li.page_item_has_children > a::after {
	margin-left: 0.5rem;
	font-family: "themegrill-icons" !important;
	vertical-align: middle;
	content: "\f101";
}
.tg-primary-menu > div ul > li > ul > li > a {
    color: #333;
}
.home .tg-primary-menu > div ul li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #16181a;font-size: 18px;
}
.tg-primary-menu > div ul li a{
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 18px;
}
.tg-primary-menu > div ul li ul {
	position: absolute;
	display: block;
	top: 100%;
	border: 1px solid #e9ecef;
	width: 265px;
	background: #fff;
}

.tg-primary-menu > div ul li ul li {
	border-bottom: 1px solid #e9ecef;
}

.tg-primary-menu > div ul li ul li:last-child {
	border-bottom: 0;
}

.tg-primary-menu > div ul li ul li.menu-item-has-children > a::after, .tg-primary-menu > div ul li ul li.page_item_has_children > a::after {
	position: absolute;
	right: 1rem;
	font-family: "themegrill-icons" !important;
	vertical-align: middle;
	content: "\f103";
}

.tg-primary-menu > div ul li ul li a {
	padding: 1em;
}

.tg-primary-menu > div ul li ul li ul {
	top: -1px;
	left: 100%;
}

.tg-primary-menu > div ul li ul,
.tg-primary-menu > div ul li:hover ul ul,
.tg-primary-menu > div ul li.focus ul ul {
	z-index: 99999;
	position: absolute;
	left: -999999px;
}

.tg-primary-menu > div ul li:hover > ul,
.tg-primary-menu > div ul li.focus > ul {
	left: auto;
}

.tg-primary-menu > div ul li .sub-menu li.menu-item-has-children ul.tg-edge, .tg-primary-menu > div ul li .sub-menu li.page_item_has_children ul.tg-edge {
	left: -100%;
}

.tg-primary-menu > div ul li:hover > ul,
.tg-primary-menu > div ul li.focus > ul {
	left: auto;
}

.tg-primary-menu > div > ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.tg-primary-menu > div > ul > li {
	margin: 1em;
}

.tg-primary-menu > div > ul > li:hover ul ul,
.tg-primary-menu > div > ul > li.focus ul ul {
	position: absolute;
	left: -999999px;
}

.tg-primary-menu > div > ul > li:last-child {
	margin-right: 0;
}

.tg-primary-menu > div > ul > li.tg-menu-item-cart {
	margin-right: 10px;
}

.tg-primary-menu > div > ul > li > ul.tg-edge {
	right: 0;
	left: auto;
}

.tg-primary-menu > div > ul ul li:hover ul ul,
.tg-primary-menu > div > ul ul ul li:hover ul ul,
.tg-primary-menu > div > ul ul li.focus ul ul,
.tg-primary-menu > div > ul ul ul li.focus ul ul {
	position: absolute;
	left: -999999px;
}

.tg-primary-menu > div > ul ul li:hover > ul,
.tg-primary-menu > div > ul ul li.focus > ul {
	left: 100%;
}

.tg-primary-menu > div > ul ul ul li:hover > ul,
.tg-primary-menu > div > ul ul ul ul li:hover > ul,
.tg-primary-menu > div > ul ul ul li.focus > ul,
.tg-primary-menu > div > ul ul ul ul li.focus > ul {
	left: 100%;
}

.tg-primary-menu.tg-primary-menu--style-underline > div > ul > li.current_page_ancestor > a, .tg-primary-menu.tg-primary-menu--style-underline > div > ul > li.current-menu-ancestor > a, .tg-primary-menu.tg-primary-menu--style-underline > div > ul > li.current_page_item > a, .tg-primary-menu.tg-primary-menu--style-underline > div > ul > li.current-menu-item > a, .tg-primary-menu.tg-primary-menu--style-left-border > div > ul > li.current_page_ancestor > a, .tg-primary-menu.tg-primary-menu--style-left-border > div > ul > li.current-menu-ancestor > a, .tg-primary-menu.tg-primary-menu--style-left-border > div > ul > li.current_page_item > a, .tg-primary-menu.tg-primary-menu--style-left-border > div > ul > li.current-menu-item > a, .tg-primary-menu.tg-primary-menu--style-right-border > div > ul > li.current_page_ancestor > a, .tg-primary-menu.tg-primary-menu--style-right-border > div > ul > li.current-menu-ancestor > a, .tg-primary-menu.tg-primary-menu--style-right-border > div > ul > li.current_page_item > a, .tg-primary-menu.tg-primary-menu--style-right-border > div > ul > li.current-menu-item > a {
	position: relative;
}

.tg-primary-menu.tg-primary-menu--style-underline > div > ul > li.current_page_ancestor > a::before, .tg-primary-menu.tg-primary-menu--style-underline > div > ul > li.current-menu-ancestor > a::before, .tg-primary-menu.tg-primary-menu--style-underline > div > ul > li.current_page_item > a::before, .tg-primary-menu.tg-primary-menu--style-underline > div > ul > li.current-menu-item > a::before, .tg-primary-menu.tg-primary-menu--style-left-border > div > ul > li.current_page_ancestor > a::before, .tg-primary-menu.tg-primary-menu--style-left-border > div > ul > li.current-menu-ancestor > a::before, .tg-primary-menu.tg-primary-menu--style-left-border > div > ul > li.current_page_item > a::before, .tg-primary-menu.tg-primary-menu--style-left-border > div > ul > li.current-menu-item > a::before, .tg-primary-menu.tg-primary-menu--style-right-border > div > ul > li.current_page_ancestor > a::before, .tg-primary-menu.tg-primary-menu--style-right-border > div > ul > li.current-menu-ancestor > a::before, .tg-primary-menu.tg-primary-menu--style-right-border > div > ul > li.current_page_item > a::before, .tg-primary-menu.tg-primary-menu--style-right-border > div > ul > li.current-menu-item > a::before {
	content: "";
	position: absolute;
	background-color: #269bd1;
}

.tg-primary-menu.tg-primary-menu--style-underline > div > ul > li.current_page_ancestor > a, .tg-primary-menu.tg-primary-menu--style-underline > div > ul > li.current-menu-ancestor > a, .tg-primary-menu.tg-primary-menu--style-underline > div > ul > li.current_page_item > a, .tg-primary-menu.tg-primary-menu--style-underline > div > ul > li.current-menu-item > a {
	position: relative;
}

.tg-primary-menu.tg-primary-menu--style-underline > div > ul > li.current_page_ancestor > a::before, .tg-primary-menu.tg-primary-menu--style-underline > div > ul > li.current-menu-ancestor > a::before, .tg-primary-menu.tg-primary-menu--style-underline > div > ul > li.current_page_item > a::before, .tg-primary-menu.tg-primary-menu--style-underline > div > ul > li.current-menu-item > a::before {
	height: 2px;
	width: 100%;
	bottom: 0;
}

.tg-primary-menu.tg-primary-menu--style-left-border > div > ul > li.current_page_ancestor > a::before, .tg-primary-menu.tg-primary-menu--style-left-border > div > ul > li.current-menu-ancestor > a::before, .tg-primary-menu.tg-primary-menu--style-left-border > div > ul > li.current_page_item > a::before, .tg-primary-menu.tg-primary-menu--style-left-border > div > ul > li.current-menu-item > a::before {
	width: 2px;
	height: 12px;
	top: 50%;
	left: -5px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.tg-primary-menu.tg-primary-menu--style-right-border > div > ul > li.current_page_ancestor > a::before, .tg-primary-menu.tg-primary-menu--style-right-border > div > ul > li.current-menu-ancestor > a::before, .tg-primary-menu.tg-primary-menu--style-right-border > div > ul > li.current_page_item > a::before, .tg-primary-menu.tg-primary-menu--style-right-border > div > ul > li.current-menu-item > a::before {
	width: 2px;
	height: 12px;
	top: 50%;
	left: auto;
	right: -5px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

/* Top Header Menu */
.tg-site-header-top ul.menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style-type: none;
	margin: 0;
}

.tg-site-header-top ul.menu li a {
	padding: 0 0.5em;
}

/* Header Action */
.tg-header-action-list {
	list-style-type: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
}

.tg-header-action-list .tg-header-action__item {
	position: relative;
}

.tg-header-action-list .tg-header-action__item.tg-mobile-toggle {
	display: none;
}

/* Post Navigation */
.posts-navigation,
.post-navigation {
	border-top: 1px solid #e9ecef;
	padding: 2rem 0;
}

.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.posts-navigation .nav-links a,
.post-navigation .nav-links a {
	vertical-align: middle;
}

.posts-navigation .nav-links .nav-previous a::before,
.post-navigation .nav-links .nav-previous a::before {
	margin-right: 0.5rem;
	font-family: "themegrill-icons" !important;
	vertical-align: middle;
	content: "\f102";
}

.posts-navigation .nav-links .nav-next a::after,
.post-navigation .nav-links .nav-next a::after {
	margin-left: 0.5rem;
	font-family: "themegrill-icons" !important;
	vertical-align: middle;
	content: "\f103";
}

/* Mobile navigation */
.tg-mobile-navigation {
	visibility: hidden;
	opacity: 0;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 9999;
	background: #fff;
	width: 300px;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: 0.35s visibility ease, 0.35s opacity ease, 0.35s -webkit-transform ease;
	transition: 0.35s visibility ease, 0.35s opacity ease, 0.35s -webkit-transform ease;
	transition: 0.35s transform ease, 0.35s visibility ease, 0.35s opacity ease;
	transition: 0.35s transform ease, 0.35s visibility ease, 0.35s opacity ease, 0.35s -webkit-transform ease;
	padding: 50px 20px 20px;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}

.tg-mobile-navigation > div ul li.current_page_ancestor > a, .tg-mobile-navigation > div ul li.current-menu-ancestor > a, .tg-mobile-navigation > div ul li.current_page_item > a, .tg-mobile-navigation > div ul li.current-menu-item > a {
	color: #269bd1;
}

.tg-mobile-navigation > div > ul {
	border-top: 1px solid #e9ecef;
	padding-top: 1em;
}

.tg-mobile-navigation .tg-mobile-navigation-close {
	background-color: unset;
	border: unset;
	padding: unset;
	color: unset;
	cursor: pointer;
	position: absolute;
	right: 20px;
	top: 0;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 18px;
}

.tg-mobile-navigation .tg-mobile-navigation-close::before {
	content: "\f00d";
	font-family: fontawesome;
}

.tg-mobile-navigation ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.tg-mobile-navigation li {
	position: relative;
}

.tg-mobile-navigation li.page_item_has_children, .tg-mobile-navigation li.menu-item-has-children {
	position: relative;
}

.tg-mobile-navigation li.page_item_has_children .tg-submenu-toggle, .tg-mobile-navigation li.menu-item-has-children .tg-submenu-toggle {
	position: absolute;
	right: 8px;
	top: 0;
	display: block;
	padding: 0.5em 0.8em;
	background: unset;
	color: unset;
	border: unset;
}

.tg-mobile-navigation li.page_item_has_children .tg-submenu-toggle::after, .tg-mobile-navigation li.menu-item-has-children .tg-submenu-toggle::after {
	content: '\f067';
	font-family: fontawesome;
	font-size: 12px;
}

.tg-mobile-navigation li.page_item_has_children ul, .tg-mobile-navigation li.menu-item-has-children ul {
	padding-left: 15px;
	max-height: 0;
	visibility: hidden;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	overflow: hidden;
}

.tg-mobile-navigation li.page_item_has_children.submenu--show > .tg-submenu-toggle::after, .tg-mobile-navigation li.menu-item-has-children.submenu--show > .tg-submenu-toggle::after {
	content: '\f068';
}

.tg-mobile-navigation li.page_item_has_children.submenu--show > ul, .tg-mobile-navigation li.menu-item-has-children.submenu--show > ul {
	max-height: 500px;
	visibility: visible;
	overflow-y: scroll;
}

.tg-mobile-navigation li.tg-menu-extras-wrap {
	display: none;
}

.tg-mobile-navigation.tg-mobile-navigation--opened {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	-webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}

.tg-mobile-navigation a {
	display: block;
	padding: 0.5em 30px 0.5em 0.5em;
	word-break: break-word;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

.tg-mobile-navigation li.tg-menu-item-search {
	padding: 0.5em;
}

.tg-mobile-navigation li.tg-menu-item-search label {
	display: block;
}

.tg-mobile-navigation li.tg-menu-item-search .search-form {
	position: unset;
	width: 100%;
	display: block;
}

.tg-primary-menu > div ul li.tg-header-button-wrap a {
	color: #fff;
	background-color: #269bd1;
	padding: 5px 10px;
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	border: 0 solid #e9ecef;
}

.tg-primary-menu > div ul li.tg-header-button-wrap a:hover {
	color: #fff;
	background-color: #1e7ba6;
}

.tg-menu-item-cart .cart-page-link {
	position: relative;
}

.tg-menu-item-cart .cart-page-link .count {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 10px;
	width: 16px;
	height: 16px;
	background-color: #343a40;
	color: #fff;
	position: absolute;
	top: -5px;
	right: -10px;
	border-radius: 50%;
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.tg-site-footer-bar .menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style-type: none;
	margin: 0;
}

.tg-site-footer-bar .menu li a {
	padding: 0 0.5em;
}

.tg-primary-menu > div > ul > li.tg-menu-extras-wrap {
	margin: 1em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.tg-primary-menu > div > ul > li.tg-menu-extras-wrap .submenu-expand {
	cursor: pointer;
	width: 28px;
	height: 28px;
	padding: 0;
	text-align: center;
}

.tg-mobile-navigation li.menu-item-has-children .toggled-on + ul {
	max-height: 500px;
}

.tg-mobile-navigation li.menu-item-has-children .tg-submenu-toggle.toggled-on::after {
	content: "-";
}

/*=============================================
=            Accesibility            =
=============================================*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
	/* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #e9ecef;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	-webkit-clip-path: none;
	clip-path: none;
	color: #16181a;
	display: block;
	font-size: 14px;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

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

/*=============================================
=            Alignments            =
=============================================*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.tg-flex-left {
	margin-right: auto;
}

.tg-flex-right {
	margin-left: auto;
}

.wp-block-gallery.alignleft, .wp-block-gallery.alignright, .wp-block-gallery.aligncenter,
.wp-block-social-links.alignleft,
.wp-block-social-links.alignright,
.wp-block-social-links.aligncenter {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

/*=============================================
=            Infinite Scroll            =
=============================================*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll .tg-numbered-pagination,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/*Display element when scroll ends. */
.infinity-end.neverending .site-footer {
	display: block;
}

#infinite-handle span {
	border: 0 solid #e9ecef;
	background-color: #269bd1;
	color: #fff;
	padding: 0.7rem 1rem;
}

#infinite-handle span:hover {
	background-color: #1e7ba6;
}

/*=============================================
=            Clearings            =
=============================================*/
.clear::before,
.clear::after,
.entry-content::before,
.entry-content::after,
.comment-content::before,
.comment-content::after,
.site-header::before,
.site-header::after,
.site-content::before,
.site-content::after,
.site-footer::before,
.site-footer::after {
	display: table;
	content: "";
}

.clear::after,
.entry-content::after,
.comment-content::after,
.site-header::after,
.site-content::after,
.site-footer::after {
	clear: both;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 0 solid #e9ecef;
	background-color: #269bd1;
	color: #fff;
	padding: 0.7rem 1rem;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background-color: #1e7ba6;
}

.wp-block-button__link code {
	background-color: inherit;
}

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"],
select,
textarea {
	color: #16181a;
	border: 1px solid #dee2e6;
	padding: 0.7rem 1rem;
	width: 100%;
	border-radius: 0;
}

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,
select:focus,
textarea:focus {
	color: #51585f;
}

input[type="search"] {
	-webkit-appearance: none;
}

input[type="checkbox"],
input[type="radio"] {
	margin-right: 0.5rem;
	vertical-align: middle;
	display: inline-block;
}

label {
	margin-bottom: 0.5rem;
	display: inline-block;
}

select {
	border: 1px solid #dee2e6;
	padding: 0.5rem;
}

/*=============================================
=            Header            =
=============================================*/
/* Top Header */
.tg-site-header-top {
	padding: 0.5em 0;
	background-color: #e9ecef;
}

.tg-site-header-top .widget {
	margin: 0;
}

.tg-site-header-top .tg-header-top-left-content,
.tg-site-header-top .tg-header-top-right-content {
	width: 50%;
}

.tg-site-header-top .tg-header-top-right-content {
	text-align: right;
}

.tg-site-header-top .tg-header-top-right-content ul {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.tg-site-header-top p {
	margin: 0;
}

.tg-site-header {
	border-bottom: 1px solid #e9ecef;
	background-color: #fff;
}

.tg-site-header.tg-site-header--center .tg-site-header-bottom .tg-container--flex {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.tg-site-header.tg-site-header--center .site-branding {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
}

.tg-site-header.tg-site-header--center .site-branding .custom-logo-link {
	margin-right: 0;
}

.tg-site-header.tg-site-header--center .tg-primary-menu {
	margin-left: initial;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.tg-site-header.tg-site-header--right {
	/* Site brading */
	/* Menu primary */
}

.tg-site-header.tg-site-header--right .tg-site-header-bottom .tg-container--flex {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.tg-site-header.tg-site-header--right .tg-site-header-bottom .main-navigation ul {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.tg-site-header.tg-site-header--right .site-branding {
	margin-left: 20px;
}

.tg-site-header.tg-site-header--right .site-branding .custom-logo-link {
	margin-right: 0;
}

.tg-site-header.tg-site-header--right .tg-primary-menu {
	margin-left: initial;
	margin-right: auto;
}

.tg-site-header.tg-site-header--transparent {
	position: relative;
}

.tg-site-header.tg-site-header--transparent .tg-header-transparent-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9999;
	height: auto;
	width: 100%;
	background: transparent;
}

.tg-site-header-bottom {
	padding-top: 1em;
	padding-bottom: 1em;
}

.tg-site-header-bottom .tg-block--two {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

/* Site brading */
.site-branding {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.site-branding .custom-logo-link {
	margin-right: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.site-branding .site-title {
	font-size: 1.313rem;
	color: #16181a;
	font-weight: 400;
	line-height: 1.5;
}

.site-branding .site-description {
	font-size: 1rem;
}

.site-branding .site-description,
.site-branding .site-title {
	font-family: -apple-system, blinkmacsystemfont, "segoe ui", roboto, "oxygen-sans", ubuntu, cantarell, "helvetica neue", helvetica, arial, sans-serif;
	margin: 0;
}

.wp-custom-header img {
	margin: 0 auto;
	width: 100%;
	vertical-align: middle;
}

.wp-custom-header:hover .wp-custom-header-video-button {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.wp-custom-header .wp-custom-header-video-button {
	position: absolute;
	top: calc( 50% - 30px);
	left: calc( 50% - 30px);
	z-index: 9999;
	height: 60px;
	width: 60px;
	padding: 10px;
	text-align: center;
	font-size: 18px;
	border: none;
	outline: none;
	color: #fff;
	cursor: pointer;
	-webkit-box-shadow: 0 0 60px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 60px rgba(0, 0, 0, 0.5);
	-webkit-transition: opacity 0.35s, visibility 0.35s, -webkit-box-shadow 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, visibility 0.35s, -webkit-box-shadow 0.35s, -webkit-transform 0.35s;
	transition: box-shadow 0.35s, opacity 0.35s, visibility 0.35s, transform 0.35s;
	transition: box-shadow 0.35s, opacity 0.35s, visibility 0.35s, transform 0.35s, -webkit-box-shadow 0.35s, -webkit-transform 0.35s;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
}

.wp-custom-header .wp-custom-header-video-button:hover {
	-webkit-box-shadow: 0 0 75px rgba(0, 0, 0, 0.8);
	box-shadow: 0 0 75px rgba(0, 0, 0, 0.8);
}

/*=============================================
=            404 Page            =
=============================================*/
.error-404 {
	text-align: center;
}

.error-404 .search-form {
	margin-top: 20px;
}

.site-content {
	margin-top: 80px;
/* 	margin-bottom: 80px; */
}

#primary {
	width: 70%;
	padding-right: 60px;
}

#secondary {
	width: 30%;
	padding-left: 60px;
	border-left: 1px solid #e9ecef;
}

.tg-site-layout--default #primary {
	width: unset;
	padding: 0;
}

.tg-site-layout--default #primary .entry-content > .alignfull {
	width: auto;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}

.tg-site-layout--default #primary .entry-content > .alignwide {
	margin-left: -100px;
	margin-right: -100px;
	max-width: unset;
}

.tg-site-layout--default .content-area {
	max-width: 760px;
	margin: 0 auto;
}

.tg-site-layout--default .hentry {
	margin: 0 0 10em;
}

.tg-site-layout--left .site-content .tg-container--flex {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.tg-site-layout--left #primary {
	padding-right: 0;
	padding-left: 60px;
}

.tg-site-layout--left #secondary {
	padding-left: 0;
	padding-right: 60px;
	border-left: 0 none;
	border-right: 1px solid #e9ecef;
}

.tg-site-layout--no-sidebar #primary {
	width: 100%;
	padding-right: 0;
}

.tg-site-layout--no-sidebar #primary .entry-content > .alignfull {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	max-width: unset;
}

.tg-site-layout--no-sidebar #primary .entry-content > .alignfull.wp-block-cover, .tg-site-layout--no-sidebar #primary .entry-content > .alignfull.wp-block-cover-image {
	width: unset;
}

.tg-site-layout--no-sidebar #primary .entry-content > .alignwide {
	margin-left: -100px;
	margin-right: -100px;
	max-width: unset;
}

/*=============================================
=            Sidebar            =
=============================================*/
/*=============================================
=            Widgets            =
=============================================*/
.widget {
	margin: 0 0 2.5rem;
	/* Recent Comments */
	/* Make sure select elements fit in widgets. */
}

.widget .widget-title {
	font-size: 1.2rem;
	font-weight: 500;
	margin-bottom: 1rem;
}

.widget.widget_recent_comments ul li {
	padding: 0.5rem 0;
}

.widget ul {
	margin: 0;
	list-style-type: none;
}

.widget ul li {
/* 	border-bottom: 1px solid #e9ecef; */
}

.widget ul li:last-child {
	border-bottom: none;
}

.widget ul li a {
	padding: 0.5rem 0;
	display: inline-block;
}

.widget ul li a + .post-date {
	margin-bottom: 0.5rem;
	display: block;
}

.widget ul ul {
	padding-left: 1em;
}

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

.widget.widget_search .search-form label {
	width: 100%;
}

.widget.widget_calendar table td, .widget.widget_calendar table th {
	padding: inherit;
	text-align: center;
}

.widget.widget_tag_cloud .tagcloud {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.widget.widget_tag_cloud .tagcloud a {
	font-size: 1rem !important;
	border: 1px solid;
	padding: 5px 10px;
	margin: 5px;
}

/*=============================================
=               Posts and Pages               =
=============================================*/
.sticky {
	display: block;
}

.hentry {
/* 	margin: 0 0 5em; */
	border: 0 solid #e9ecef;
}

.single .hentry {
	border: 0 solid #e9ecef;
}

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

.extra-hatom {
	display: none;
}

.post-thumbnail {
	margin: 0 0 1.5em;
}

/* .entry-content { 
	margin: 0 0 3em;
}*/

.entry-content p {
	margin-bottom: 1.4em;
}

.entry-content p:last-child {
	margin-bottom: 0;
}

.post-thumbnail {
	display: block;
}

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

.entry-title {
	margin: 0 0 0.5em;
	font-size: 2.25rem;
	word-wrap: break-word;
}

.entry-meta {
	margin: 0 0 1.5em;
	border: 0 solid #e9ecef;
}

.entry-meta > span {
	margin-right: 1.5rem;
	display: inline-block;
}

.entry-meta > span:last-child {
	margin-right: 0;
}

.tg-meta-style-two .entry-meta span, .tg-meta-style-two .entry-meta a {
	color: #269bd1;
}

.tg-meta-style-two .entry-meta a:hover {
	color: #1e7ba6;
}

.tg-meta-style-two .entry-meta > span {
	display: inline-block;
}

.tg-meta-style-two .entry-meta > span::before {
	display: inline-block;
	font-family: 'FontAwesome';
	margin-right: 5px;
}

.tg-meta-style-two .entry-meta .byline::before {
	content: '\f007';
}

.tg-meta-style-two .entry-meta .posted-on::before {
	content: '\f017';
}

.tg-meta-style-two .entry-meta .cat-links::before {
	content: '\f07c';
}

.tg-meta-style-two .entry-meta .tags-links::before {
	content: '\f02c';
}

.tg-meta-style-two .entry-meta .comments-link::before {
	content: '\f075';
}

.tg-read-more-wrapper.tg-text-align--right {
	text-align: right;
}

.tg-read-more-wrapper.tg-text-align--center {
	text-align: center;
}

.tg-read-more-wrapper .tg-read-more {
	display: inline-block;
}

/*=============================================
=            Asides            =
=============================================*/
/*=============================================
=            Comments            =
=============================================*/
.comment-content a {
	word-wrap: break-word;
	text-decoration: underline;
}

.bypostauthor {
	display: block;
}

#comments {
	border-top: 1px solid #e9ecef;
	padding-top: 2rem;
}

#comments .comment-list {
	list-style-type: none;
	margin-left: 0;
}

#comments .comment-list .children {
	list-style-type: none;
	margin-left: 2rem;
}

#comments .comment-list .comment-body {
	margin-bottom: 2rem;
}

#comments .comment-list .comment-meta {
	position: relative;
	margin-bottom: 0.5rem;
	min-height: 40px;
}

#comments .comment-list .comment-meta .comment-author img.avatar {
	position: absolute;
	left: 0;
	top: 0;
}

#comments .comment-list .comment-meta .comment-author .fn {
	margin-left: 3.5rem;
}

#comments .comment-list .comment-meta .comment-author .says {
	display: none;
}

#comments .comment-list .comment-meta .comment-metadata {
	margin-left: 3.5rem;
}

.comment-form-cookies-consent label {
	margin-bottom: 0;
}

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

/*=============================================
=            Gallery            =
=============================================*/
.gallery {
	margin-bottom: 1.5em;
}

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

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

.tg-oembed-container {
	position: relative;
	padding-top: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}

.tg-oembed-container iframe,
.tg-oembed-container object,
.tg-oembed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

body .tg-oembed-container * {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*=============================================
=            footer            =
=============================================*/
.tg-site-footer .site-info {
	text-align: center;
	padding: 1rem 0;
}

.tg-site-footer .tg-site-footer-widgets {
	border-top: 1px solid #e9ecef;
}

.tg-site-footer .tg-site-footer-widgets ul li a {
	display: block;
}

.tg-site-footer .tg-footer-widget-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 60px 0 25px;
}

.tg-site-footer .tg-footer-widget-container.tg-footer-widget-col--one .tg-footer-widget-area {
	width: 100%;
}

.tg-site-footer .tg-footer-widget-container.tg-footer-widget-col--two .tg-footer-widget-area {
	width: calc(50% - 20px);
}

.tg-site-footer .tg-footer-widget-container.tg-footer-widget-col--three .tg-footer-widget-area {
	width: calc(33.33% - 20px);
}

.tg-site-footer .tg-footer-widget-container.tg-footer-widget-col--four .tg-footer-widget-area {
	width: calc(25% - 20px);
}

.tg-site-footer .tg-footer-widget-container.tg-footer-widget--title-hidden .widget-title {
	display: none;
}

.tg-site-footer .tg-site-footer-bar {
	padding-top: 0em;
	padding-bottom: 1em;
	border-top: 0 solid #e9ecef;
}

.tg-site-footer .tg-site-footer-bar .tg-container--flex {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.tg-site-footer .tg-site-footer-bar p {
	margin: 0;
}

.tg-site-footer .tg-site-footer-bar .tg-site-footer-section-1 {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-right: 15px;
}

.tg-site-footer .tg-site-footer-bar .tg-site-footer-section-1 ul {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.tg-site-footer .tg-site-footer-bar .tg-site-footer-section-2 {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-left: 15px;
	text-align: right;
}

.tg-site-footer .tg-site-footer-bar .tg-site-footer-section-2 .menu {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.tg-site-footer .tg-site-footer-bar .tg-site-footer-section-2 .widget {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.tg-site-footer .tg-site-footer-bar .tg-site-footer-section-2 .widget li {
	text-align: right;
}

.tg-site-footer .tg-site-footer-bar.tg-site-footer-bar--center .tg-container--flex {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;

	-webkit-box-pack: normal;
	-ms-flex-pack: normal;
	justify-content: normal;
    border-radius: 30px;
    background-color: rgb(244,244,244);padding:10px 30px;
}

.tg-site-footer .tg-site-footer-bar.tg-site-footer-bar--center .tg-site-footer-section-1 {
	text-align: left;
}

.tg-site-footer .tg-site-footer-bar.tg-site-footer-bar--center .tg-site-footer-section-2 {
	text-align: right;
}
.tg-site-footer .tg-site-footer-bar.tg-site-footer-bar--center .tg-site-footer-section-1 ul,
.tg-site-footer .tg-site-footer-bar.tg-site-footer-bar--center .tg-site-footer-section-2 ul {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.tg-site-footer .tg-site-footer-bar.tg-site-footer-bar--center .tg-site-footer-section-1 .widget,
.tg-site-footer .tg-site-footer-bar.tg-site-footer-bar--center .tg-site-footer-section-2 .widget {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.tg-site-footer .tg-site-footer-bar.tg-site-footer-bar--center .tg-site-footer-section-1 .widget li,
.tg-site-footer .tg-site-footer-bar.tg-site-footer-bar--center .tg-site-footer-section-2 .widget li {
	text-align: center;
}

.tg-scroll-to-top {
	position: fixed;
	right: 20px;
	bottom: 20px;
	width: 50px;
	height: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 999;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
	color: #fff;
	background-color: #16181a;
}

.tg-scroll-to-top:hover {
	color: #fff;
	background-color: #269bd1;
}

.tg-scroll-to-top.tg-scroll-to-top--show {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
}

.tg-overlay-wrapper {
	z-index: 999;
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.05);
	display: none;
}

.tg-overlay-wrapper.overlay-show {
	display: block;
}

@media (min-width: 769px) {
	.tg-site-header--left .tg-block--two {
		margin-left: 4em;
	}
}

/*=============================================
=            Desktop Devices          =
=============================================*/
@media screen and (min-width: 1024px) {
	.tg-site-layout--default .post-thumbnail {
		display: block;
		margin-left: calc(50% - 26vw);
		margin-right: calc(50% - 26vw);
	}
}

/*=============================================
=            Tablet Devices            =
=============================================*/
/*=============================================
=            Mobile Devices            =
=============================================*/
@media screen and (max-width: 768px) {
	/* Page builder template */
	.page-template-pagebuilder #main .tg-container {
		padding-left: 15px;
		padding-right: 15px;
	}
	/* Boxed Layout */
	.tg-container--separate #primary {
		padding-right: 0;
	}
	.tg-container--separate #secondary {
		padding-left: 0;
	}
	/* Site Layout */
	.tg-site-layout--left #primary,
	.tg-site-layout--left #secondary {
		padding: 0;
	}
	.main-navigation {
		display: none;
	}
	.tg-site-header.tg-site-header--center .tg-primary-menu {
		display: none;
	}
	.tg-container--boxed .tg-site {
		width: 90%;
	}
	.tg-container {
		padding-left: 15px;
		padding-right: 15px;
	}
	/* Header Main */
	.tg-site-header--center .site-branding {
		margin-bottom: 1em;
	}
	.tg-header-action-list .tg-header-action__item.tg-mobile-toggle {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.tg-site-header--left .tg-block--two {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
	.tg-menu-item-search {
		margin-top: 0.5em;
	}
	.tg-menu-item-search a {
		display: none;
	}
	#primary {
		margin-bottom: 60px;
	}
	#primary.pagebuilder-content {
		margin-bottom: 0;
	}
	#primary,
	#secondary {
		width: 100% !important;
		padding: 0;
		border: none;
	}
	#secondary .widget:last-child {
		margin-bottom: 0;
	}
	.tg-site-footer .tg-footer-widget-container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.tg-site-footer .tg-footer-widget-container.tg-footer-widget-col--two .tg-footer-widget-area, .tg-site-footer .tg-footer-widget-container.tg-footer-widget-col--three .tg-footer-widget-area, .tg-site-footer .tg-footer-widget-container.tg-footer-widget-col--four .tg-footer-widget-area {
		width: 100%;
	}
	.tg-block--two .tg-menu-item-cart .cart-page-link {
		display: inline-block;
	}
	.tg-block--two .tg-menu-item-cart .cart-page-link .count {
		top: 0;
		right: 20px;
	}
}

@media screen and (max-width: 600px) {
	.tg-site-header-top {
		display: none;
	}
	.tg-site-footer .tg-site-footer-bar .tg-container--flex {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		row-gap: 0.8rem;
	}
	.tg-site-footer .tg-site-footer-bar .tg-site-footer-section-1,
	.tg-site-footer .tg-site-footer-bar .tg-site-footer-section-2 {
		width: 100%;
		text-align: center;
		margin: 0;
	}
	.tg-site-footer .tg-site-footer-bar .tg-site-footer-section-1 .menu,
	.tg-site-footer .tg-site-footer-bar .tg-site-footer-section-2 .menu {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.tg-page-header .tg-container--flex {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.tg-page-header.tg-page-header--left-right .tg-page-header__title {
		margin-right: 0;
	}
	.tg-page-header.tg-page-header--left-right .breadcrumbs {
		margin-left: 0;
	}
	.tg-page-header.tg-page-header--right-left .tg-page-header__title {
		margin-left: 0;
	}
	.tg-page-header.tg-page-header--right-left .breadcrumbs {
		margin-right: 0;
	}
    h3.zelfont {
    font-size: 30px !important;
    text-align: center;
}
    .yankee-heading .title {
        font-size: 30px!important;}
    h2.visionfont {text-align: center;}
}
@media screen and (max-width: 375px) {
#pl-556 #panel-556-1-0-0, #pl-330 #panel-330-1-0-0, #pl-670 #panel-670-1-0-0, #pl-762 #panel-762-1-0-0,
#pl-799 #panel-799-1-0-0, #pl-852 #panel-852-1-0-0{
    margin: -30px 0px 0px 0px !important;
}
}
@media screen and (max-width: 480px) {
	.tg-mobile-navigation {
		width: calc(100% - 60px);
	}
	.site-branding {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
    
}


/* Header Action */
.tg-header-action-list .tg-header-action__item.tg-mobile-toggle {
	margin-left: 10px;
	padding: 0.5em 0.8em;
}

.tg-header-action-list .tg-header-action__item.tg-mobile-toggle > button {
	background: initial;
	color: inherit;
	border: initial;
	padding: initial;
	line-height: 1;
}

.tg-site-header--center .tg-header-action-list .tg-header-action__item.tg-mobile-toggle, .tg-site-header--right .tg-header-action-list .tg-header-action__item.tg-mobile-toggle {
	margin-left: 0;
}

.tg-header-action-list .tg-header-action__item.tg-mobile-toggle .tg-icon-bars {
	font-size: 1.5rem;
	line-height: 1.2;
}
/* Unit Test Fix - Page Headline Overlay */
html:not(.bt_bb_touch) .bt_bb_parallax {
    background-attachment: fixed !important;
    }
.bt_bb_section {
    position: relative;
    }
.bt_bb_section.bt_bb_video > video {
    z-index: 0;
    }
.bt_bb_section.bt_bb_section_allow_content_outside > .bt_bb_port {
    z-index: 3;
    position: relative;
    }
.bt_bb_section.bt_bb_section_with_top_coverage_image,
.bt_bb_section.bt_bb_section_with_bottom_coverage_image {
    overflow: hidden;
    }
.bt_bb_section .bt_bb_section_top_section_coverage_image,
.bt_bb_section .bt_bb_section_bottom_section_coverage_image {
    position: absolute;
    right: 0;
    left: 0;
    z-index: 2;
    pointer-events: none;
    }
.bt_bb_section .bt_bb_section_top_section_coverage_image img,
.bt_bb_section .bt_bb_section_bottom_section_coverage_image img {
    width: 100%;
    height: auto;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    }
.bt_bb_section .bt_bb_section_top_section_coverage_image {
    top: -1px;
    }
.bt_bb_section .bt_bb_section_bottom_section_coverage_image {
    bottom: -1px;
    }
.inline-YTPlayer .bt_bb_section.bt_bb_background_image {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    }

.yankee-heading {
    padding: 0px 0px 0px 0px;
    text-align: left;
}
.yankee-heading .tag-line {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 2px;
    color: #fff;
    margin-bottom: 15px;
}
.yankee-heading .title {
    font-size: 48px;
    letter-spacing: -1px;
   
    line-height: 1;
    margin: 0;
    
    color: #fff;
}
.bt_bb_shape_circle .bt_bb_image img {
    border-radius: 50%;
}
.bt_bb_shape_circle h4 {text-align:center; margin:10px 0px}
.bt_bb_shape_circle {text-align:center}

ul.reachus {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.reachus li {
   padding: 3px 0 3px 25px;
    position: relative;
    border-bottom: none;

}
ul.reachus li:before {
font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    padding-right: 0.5em;
    position: absolute;
    top: 10px;
    left: 0;
}
ul.reachus li.company { font-weight:bold;}
ul.reachus li.company:before {
	content: "\f0f7";
}
ul.reachus li.location:before {
	content: "\f041";
}
ul.reachus li.email:before {
	content: "\f003";
}
ul.reachus li.mobile:before {
    content: "\f10b";
    font-size: 22px;
    top: 8px;
}
ul.reachus li.phone:before {
    content: "\f095";
}
h3.zelfont {font-size:50px; text-align:center}
h3.zelfont span {color:#1796ec;}
h3.our-parterns {font-size:42px; text-align:center; margin-bottom: 5px;} 
h3.our-parterns span {color:#1796ec;}
h4.our-parterns { text-align:center;}
h4.our-parterns span { color:#1796ec;}

.sp-serv img {
    margin-left: auto;
    width: 100%;
    max-width: 45%;
    height: auto;
    border-radius: 100%;
    margin-right: auto;
    display: block;
}
.sp-serv h4{
	text-align:center;
	margin:10px 0;
}
.sp-serv p{
	text-align:center;
}
h3.about-hed {
    font-size: 47px;
}
h3.about-hed span {
    color: #1796ec;
}
/* About page */
#pgc-277-1-1 {
   
    z-index: 999;
}
.about-right-img img {
    border-radius: 18px;
}
.process-row.panel-row-style.panel-row-style-for-277-2 {
    border-top-left-radius: 125px;
    border-bottom-right-radius: 96px;
}
.process-row img {
    border-top-left-radius: 96px;
}
.process-row {
	margin-top:-100px;
}
.lease-trans-process{
	margin-top:-100px;
}
.about-ourpro h2 {
    text-align: left;
    color: #000;
}
.text-para  {
    text-align: left;
    color: #000;
}

.about-carousal img {
    width: 100%;
    max-width: 45% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    display: block;
}
.about-carousal .sp-serv {
    height: 348px;
    padding: 15px;
    border-bottom-left-radius: 40px;
    border-bottom: 10px solid #022179 !important;
	border-top: 2px solid #1796ec !important;
	border-left: 2px solid #1796ec !important;
	border-right: 2px solid #1796ec !important;
	
}
.our-app h3 {
    margin-bottom: 0px;
    font-size: 40px;
}
.zeal-oda .lsow-odometers .lsow-odometer .lsow-stats-title {
    color: #fff;
}
.zeal-oda .lsow-odometers .lsow-odometer .lsow-stats-title .lsow-icon-wrapper {
    color: #fff;
}
.zeal-oda .lsow-odometers .lsow-odometer {
    text-align: center;
}
.zeal-oda .lsow-odometers .lsow-odometer .lsow-number span {
    font-size: 45px;
}
.zeal-oda.lsow-odometers .lsow-odometer .lsow-number span {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
}
.zeal-oda.lsow-odometers .lsow-odometer .lsow-number {
   margin-bottom: 3px; 
}
.zeal-oda .lsow-odometers .lsow-odometer .lsow-number{
	color:#fff;
}
.zeal-oda-suffix .lsow-odometers .lsow-odometer .lsow-suffix { 
    color: #fff; 
}
.zeal-oda span.lsow-suffix {
    color: white !important;
}

/* .zeal-oda .odometer.odometer-auto-theme, .odometer.odometer-theme-default { 
        font-family: 'Lato';
}*/
.zeal-oda h3 {
    text-align: center;
    margin-bottom: 0px;
    margin-top: 40px;
    font-size: 48px;
    color: #022179;
}
.zeal-oda.panel-row-style.panel-row-style-for-277-4 {
    border-top-left-radius: 30%;
    border-top-right-radius: 89%;
}
/* breadcrums  inner page*/
/* .tg-container.tg-container--flex.tg-container--flex-center.tg-container--flex-space-between { 
    display: none !important;
}*/
/* .page-id-330 .tg-page-header { 
    background-image: url("http://demoserver.jbsoft.in/zealcre/zealcre/uploads/2022/05/contact.jpg") !important;
    background-position: center center;
    background-size: cover;
	height:500px;
	border-bottom-left-radius: 82px !important;
	border-bottom-right-radius: 82px !important;
}*/
/* contact us */
div#pgc-330-1-1 {
    z-index: 999;
}

div#pgc-w627e529ee66fe-0-0 {
    z-index: 99999;
}
.contact-form  textarea.wpcf7-form-control.wpcf7-textarea {
    height: 100px;
}
.contact-form h3{
	font-size:40px;
}
.contact-form {
	background: #f4f4f4;
    border: 1px solid #fff;
    padding: 40px;
    border-radius: 16px;
    box-shadow: 1px 2px 3px 4px #e1deded4;
}
.contact-form button, input[type="button"], input[type="reset"], input[type="submit"] {
    border: 0 solid #e9ecef;
    background-color: #269bd1;
    color: #fff;
    padding: 0.7rem 2rem;
    font-size: 15px;
    border-radius: 10px;
}
.contact-cont h3 {
    font-size: 37px;
	margin-bottom:0px;
}
.contact-cont span {
    font-size: 42px;
    color:#269bd1;
}
.contact-cont .reachus{
	border-top:1px solid #dedede;
	border-bottom:1px solid #dedede;
}
.contact-cont ul.reachus{
	padding:50px 0;
font-size: 20px;
}
ul.social {
    padding: 20px;
}
ul.social li { display: inline-block; }
ul.social li a {
    width: 60px;
    height: 60px;
    line-height: 50px;
    text-align: center;
    float: left;
    color:#fff;
    border-radius: 50%;-moz-border-radius: 50%;-webkit-border-radius: 50%;
    margin-right: 3px;
}
ul.social li a i{
	font-size:22px;
}
ul.social li a.facebook { background: #3b5998; }
ul.social li a.twitter { background: #55acee; }
ul.social li a.linkedin { background: #007bb5; }
ul.social li a.facebook:hover { color: #3b5998; background: rgba(0,0,0,0);}
ul.social li a.twitter:hover { color: #55acee; background: rgba(0,0,0,0); }
ul.social li a.linkedin:hover { color: #007bb5; background: rgba(0,0,0,0); }
 

/*Lease Abstraction  */
div#pgc-556-1-1 {
    z-index: 999;
}
div#pgc-556-1-0 {
    z-index: 999;
}
.lease-left-fr h3 {
    font-size: 35px;
}
.lease-right-fr img {
    border-radius: 100%;
}
.lease-right-fr img {
    border-left: 31px solid #1796ec;
    border-radius: 100%;
    box-shadow: 1px 2px 3px 0px;
}
.least-sec-row {
    border-top-right-radius: 196px;
    border-bottom-left-radius: 196px;
}
.least-sec-row .zeal-oda .lsow-odometers .lsow-odometer .lsow-number span{
	font-size: 24px;
}
.least-sec-row .zeal-oda .lsow-odometers .lsow-odometer .lsow-number{
	margin-bottom:0px !important;
}
ul.list-inner li:before { 
    content: "\f18e";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #e65a3e;
    font-size: 17px !important;
    padding-right: 0.5em;
    position: absolute;
    top: 0px;
    left: 0;
}
ul.list-inner li {
    position: relative;
    padding: 3px 2px 3px 25px;
}
ul.list-inner:hover li:before {
    background: none;
}
.Lease.-trans-img img {
    border-top-right-radius: 56px;
    border-bottom-left-radius: 56px;
	border-bottom: 14px solid #1796ec;
}
.Lease-Trans-con span {
    font-size: 35px;
    color: #1796ec;
}
.last-row h5 {
    font-size: 15px;
	color:#fff;
}
.last-row h3, .last-row p {
	color:#fff;
}

.last-row {
    border-top-left-radius: 169px;
}


/*Lease Administration */
/* .lease-ad-fr img{ 
	border-radius:100%;
}
.lease-ad-fr {
	
    border-top-right-radius: 146px;
    border-bottom-right-radius: 161px;
    border-top-right-radius: 161px;
}
.lease-ad-fr p{
	color: #ffffff;
}
.lease-ad-fr h3{
	color: #ffffff;
}
div#pgc-670-1-0 {
    z-index: 99999999999999;
}*/
div#pgc-670-1-0 {
    z-index: 999;
}
.lease-adm-last h3{
	color:#fff;
	font-size: 22px;
}
.lease-adm-last  {
    border-top-right-radius: 148px;
	border-top-left-radius: 148px;
}
.lease-adm-last ul.list-inner {
    color: #f9f9f9;
}

.nni-connect img {
    border-top-left-radius: 48px;
    border-bottom-right-radius: 48px;
    border-bottom: 17px solid #1796ec;
    border-right: 3px solid #022179;
    border-left: 3px solid #022179;
    border-top: 3px solid #022179;
}
/* .lease-ad-sec img{
	border-radius:100%;
}
.lease-ad-sec {
    border-top-left-radius: 164px;
    border-bottom-left-radius: 164px;
}
.lease-ad-sec p{
	color: #ffffff;
}
.lease-ad-sec h3{
	color: #ffffff;
} */
.ad-counter-row .lsow-services.lsow-style1 .lsow-service .lsow-icon-wrapper span{
	font-size:30px ;
}
.ad-counter-row .lsow-services.lsow-style1 .lsow-service .lsow-service-text .lsow-title{
	font-size:16px;
	text-transform: capitalize;
	color:#fff
}
.ad-counter-row {
    border-bottom-left-radius: 192px;
    border-top-right-radius: 192px;
}
/*  */
.ongo-first-row img {
    border-top-left-radius: 48px;
    border-bottom-right-radius: 48px;
    border-bottom: 17px solid #1796ec;
    border-right: 3px solid #022179;
    border-left: 3px solid #022179;
    border-top: 3px solid #022179;
}
div#pgc-670-1-1{
    z-index: 999;
}
div#pgc-670-2-0 {
    z-index: 999;
}
.ad-counterone-row h3 {
    color: #f8f2f2 !important;
}
.ad-counterone-row {
    border-radius: 0 150px 0px 150px;
}
.ad-counterone-row .lsow-services.lsow-style1 .lsow-service .lsow-image-wrapper img{
	margin: 0 auto 12px !important;
}
.ad-counterone-row .lsow-service img{
	width:150px !important;
	border: 2px solid #022179;
    border-radius: 26px;
}
.ad-counterone-row .lsow-services.lsow-style1 .lsow-service .lsow-icon-wrapper span{
	font-size:30px ;
}
.ad-counterone-row .lsow-services.lsow-style1 .lsow-service .lsow-service-text .lsow-title{
	font-size:15px;
}
.ad-counterone-row .lsow-services.lsow-style1 .lsow-service .lsow-service-text .lsow-title{
	text-transform: capitalize;
}
.admin-last-row img {
    border-top-right-radius: 56px;
    border-bottom-left-radius: 56px;
	border-bottom: 14px solid #1796ec;
}
/* residential page */
div#pgc-762-1-0 {
    z-index: 999;
}
.resident-first-row img {
    border-top-left-radius: 48px;
    border-bottom-right-radius: 48px;
    border-bottom: 17px solid #1796ec;
    border-right: 3px solid #022179;
    border-left: 3px solid #022179;
    border-top: 3px solid #022179;
}
.res-two-box {
    border: 1px solid #fff;
    box-shadow: 2px 2px 6px 0px #504f4f9e;
   border-radius:23px;
    height: 581px;
    background: #f4f4f4;
}
.res-two-box h3{
	font-size:21px;
}
.res-two-box h3, .res-two-box p, .res-two-box ul.list-inner{
	padding:0 20px;
}

.res-two-box img {
     border-top-right-radius: 23px;
	border-top-left-radius: 23px;
}
/* training */
.trainee-tri-row span a{
	color:white;
	text-decoration:none;
} 
.trainee-tri-row span a:hover{
	color:white;
	text-decoration:none;
} 
.trainee-first-row img {
     border-top-left-radius: 48px;
    border-bottom-right-radius: 48px;
    border-bottom: 17px solid #1796ec;
    border-right: 3px solid #022179;
    border-left: 3px solid #022179;
    border-top: 3px solid #022179;
}
.trainee-tri-row h3 {
    color: #022179;
}
.trainee-tri-row {
    border-radius: 0px 106px 2px 105px;
    color: white;
}
.trainee-sec-row{
    border-radius: 20px;

}
.train-last-row {
/*     border-top-right-radius: 166px; */
    border-top-left-radius: 166px;
}
.train-last-row h3, 
.train-last-row p{
	color:#fff;
}
div#pgc-799-1-0 {
    z-index: 999;
}
.trainee-tri-row img{
 border-radius: 24px;
	border-bottom: 14px solid #022179;	
}
/* home */
h3.zelfont{
margin-top: -66px;
}
.yankee-heading .title{
	margin-bottom:15px;
}
#pg-2-3> .panel-row-style{
	margin-top:-45px;
}
.service-home .lsow-services.lsow-style2 .lsow-service .lsow-service-text .lsow-title{
	margin-bottom:0px ;
}
.service-home .lsow-services .lsow-service {
    margin-bottom: 15px;
}
/* .sp-serv-rad img { 
    border: 2px solid #006fb9;
}*/
.service-home  .lsow-service-details {
    margin-left: 41px;
}
.exp-img img{
	 border-top-left-radius: 56px;
    border-bottom-right-radius: 56px;
	border-bottom: 14px solid #1796ec;	
}
.exp-title h3 {
    font-size: 42px;
    margin-bottom: 0px !important;
}
/*join  */
div#pgc-852-1-0 {
    z-index: 999;
}
.join-us a {
    color: white;
    text-decoration: none;
}
.join-us button {
    padding: 6px;
    width: 113px;
    margin-top: 15px;
}
#job input.wpcf7-form-control {
    box-shadow: 2px 2px 0px 1px #dededede;
}
#job span.wpcf7-form-control-wrap.file-121 input.wpcf7-form-control {
    box-shadow: none !important;
}
#job textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    height: 127px;
    box-shadow: 2px 2px 0px 1px #dededede;
}
div#pgc-990-1-1 {
	z-index: 999;
}
    
.lsow-tabs.style1 .lsow-tab-nav .lsow-tab.lsow-active {
    border-bottom: none;
    background: #269bd1 !important;
}
/*home about section  */
.desk-view{
	display:block !important;
}

.mob-view{
	display:none !important;
}
.mob-view{
	margin: -100px 0px 0px 0px;
}

@media only screen and (min-width:992px) and (max-width:1199px) {
.tg-primary-menu > div ul li a{
  font-size: 15px;	
	}
.process-row p {
    font-size: 13px !important;
}
.process-row h2 {
    font-size: 25px !important;
    margin-bottom: 7px !important;
}
.process-row #panel-277-2-1-0> .panel-widget-style {
   height: 281px;
   padding: 12px 15px 4px 15px !important;
}
}

@media only screen and (min-width:790px) and (max-width:991px) {
.tg-primary-menu > div > ul > li {
    margin: 9px;
}
.tg-primary-menu > div ul li a{
  font-size: 10px !important;	
	}
/*ourpartner fr row 
	#pl-1807 #panel-1807-1-0-0, #pl-852 #panel-852-1-0-0 {
		 margin: -40px 0px 0px 0px !important;
	}
	#pl-330 #panel-330-1-1-0{
		margin: -28px 0px 0px 0px !important;
	}*/
/*resiten fr row
#pl-762 #panel-762-1-0-0 {
    margin: -40px 0px 0px 0px !important;
} */
/* trainining fr row 
#pl-799 #panel-799-1-0-0 {
    margin: -40px 0px 0px 0px !important;
}*/
/* home page */

.fr-rowtitle-home h3.zelfont {
    margin-top: 89px !important;
}
	#pg-2-3> .panel-row-style{
margin-top: -120px;
}	
.why-zeal h3 {
    margin-top: -115px !important;
}
.our-exp{
margin:93px 0px 0px 0px !important
}
/* inner page */
/* About us */
.about-cont p {
    font-size: 11px;
}
.process-row #panel-277-2-1-0> .panel-widget-style {
        padding: 12px 15px 4px 15px !important;
    height: 216px;
}
.process-row p {
    font-size: 10px;
}
.process-row h2 {
    font-size: 18px;
    margin-bottom: 7px;
}
.about-carousal .sp-serv {
	height: 411px;
	}
/* Lease Abstraction */
.lease-left-fr h3 {
    margin-top: 18px !important;
}
.lease-ad-fr h3, .lease-ad-sec h3{
		font-size:16px ;
	}
.lease-ad-fr p, .lease-ad-sec p{
	font-size: 11px;
    line-height: 16px;
}
.trainee-first-row ul.list-inner li{
	font-size: 12px;
	}
.trainee-sec-row ul.list-inner li{
	font-size: 8px;
	}
.trainee-sec-row ul.list-inner li:before{
		font-size: 12px !important;
	}
/*logo  */
.site-branding img {
    width: 156px;
}
.trainee-sec-row p {
    font-size: 10px;
}
#pl-330 #panel-330-1-1-0{
	margin: -40px 0px 0px 0px !important;
	}

}

@media only screen and (min-width: 768px) and (max-width: 780px) {
	.fr-row-home h2 {
    text-align: center;
}
.fr-row-home p {
    text-align: center;
}
	.mob-view {
    margin-top: -35px;
}
.why-zeal h3 {
    margin-top: -84px;
}
.our-exp h3 {
   margin-top: 20px !important; 
}
/* inner page */
/* About us	 */
.process-row img {
    width: 100% !important;
}
.lease-ad-fr, .lease-ad-sec {
    border-top-right-radius: 422px;
    border-top-left-radius: 383px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
/* Residential Mortgage Services */
.res-two-box{
		height:634px;
	}
}

@media only screen and (max-width: 767px) {
/*home about section  */
.mob-view{
	display:block !important;
}
.desk-view{
	display:none !important;
}
.about-right-img .lsow-grid-container.lsow-grid-mobile-1 .lsow-grid-item { 
    display: none !important;
}
/* our expertise section */
.our-exp h3 {
    margin-top: 2px !important;
}
/*home vision mission section  */
.fr-row-home p {
    text-align: center;
}
  .lease-ad-fr {
	 border-bottom-right-radius:0;
    border-top-left-radius: 256px;
    border-top-right-radius: 256px;
}
.lease-ad-sec {
	 border-bottom-left-radius:0;
    border-top-left-radius: 256px;
    border-top-right-radius: 256px;
}
/*About us  */
	.about-right-img div#lsow-services-1{
    display: none !important;
}
.zeal-oda.panel-row-style.panel-row-style-for-277-4 {
    border-top-left-radius: 100% !important; 
	 border-top-right-radius: 100% !important;
}
	.zeal-oda h3{
		font-size:28px !important;
	}
.about-carousal .sp-serv {
    height: 395px;	
}
/* logo */
	.tg-block.tg-block--one img {
    width: 103px !important;
}
.tg-header-action-list .tg-header-action__item.tg-mobile-toggle {
    color: white;
}
.stickyheader .tg-header-action-list .tg-header-action__item.tg-mobile-toggle {
    color: black !important;
}
/* Residential Mortgage Services */
.res-two-box{
		height:614px;
	}
.logo-sec h3 {
    margin-top: 39px;
}
.lease-adm-last {
    border-top-right-radius: 71px;
    border-top-left-radius: 71px;
}
.train-last-row {
    border-top-right-radius: 70px;
    border-top-left-radius: 70px;
}
.our-partner-form .columns .col-6 {
    width: 100%;
    max-width: 100% !important;
}
}

.res-two-box img, .process-row img, .trainee-sec-row img {
    width: 100%;
}


.hide-sec {
    display: none !important;
}
.logo-sec {
    border-top-left-radius: 109px;
    border-bottom-right-radius: 109px;
}
.logo-sec .lsow-container button.slick-prev:before {
    content: "\e900";
    color: #022179 !important;
}
.logo-sec .lsow-container button.slick-next:before {
    content: "\e901";
	color: #022179 !important;
}
.logo-sec .lsow-container img, .lsow-grid-container img{
	border: 3px solid #022179;
}
.logo-sec{
	margin-top:-100px;
}
.logo-sec h3{
	font-size: 40px;
	color: #fff !important;
}
.logo-sec p {
    color: white;
    font-size: 17px;
}

.lease-head h3 {
    font-size: 40px;
	margin-bottom:0px !important;
}
.lease-head p {
    font-size: 16px;
}


.part-logo-sec {
    border-radius: 0px 114px 0px 33px;
}
.part-logo-sec .lsow-container button.slick-prev:before {
    content: "\e900";
    color: #022179 !important;
}
.part-logo-sec .lsow-container button.slick-next:before {
    content: "\e901";
	color: #022179 !important;
}
.part-logo-sec .lsow-container img, .lsow-grid-container img{
	border: 3px solid #022179;
}
h4.our-parterns span a {
    color: #1796ec;
	text-decoration: none;
}
h4.our-parterns span a:hover {
    color:#022179;
}
div#our-partner-form h3 {
    text-align: center;
    color: white;
    font-size: 33px;
}

.screen-reader-response {
    display: none;
}

.vect-carousal h3 {
    padding: 7px 0px !important;
    background: #022179;
    font-size: 20px !important;
    text-align: center;
    color: white !important;
}
/* team */
.team-wh .lsow-team-members.lsow-style1 .lsow-team-member .lsow-image-wrapper img{
	max-width:50% !important;
}
.team-con {
    color: white !important;
    background: #081e71 !important;
    margin-top: -67px !important;
    padding: 83px 0px 4px 0px!important;
    text-align: center;
}
.team-con h4 {
	color:white;
}
.team-con h4 {
    color: white;
    margin-bottom: 7px;
}
.team-abt{
	border-radius: 25px;
	padding: 20px 0px;
	 background: #1796ec !important;
}
.team-abt img {
    border-radius: 100%;
    width: 63% !important;
    /* margin-right: auto; */
    margin: auto !important;
}
.team-carousal h3 {
    text-align: center;
    font-size: 40px;
}
.about-content {
    text-align: center;
}
.about-content span {
color: #2e2e2f;
 
    font-weight: 700;
    display: block;
    margin-bottom: 0px;
      
    line-height: 1;
    letter-spacing: .05em;
    text-transform: uppercase;
}
.about-content h2 {
    font-size: 40px;
    margin-bottom: 20px;margin-top: 0;
}
.type-wrap span#typed {
    color: #35a3ee;
}
.type-wrap {
       font-size: 50px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wp_teamshowcase_slider.design-3 .team-slider {margin: 10px;border: 1px solid #081e71;}
.ourteam-abtus .wp_teamshowcase_slider.design-3 .teamshowcase-image-bg {   height: 295px;}
.ourteam-abtus .teamshowcase-image-bg:hover img{-webkit-transform: scale(1);transform: scale(1);}
.ourteam-abtus .wp_teamshowcase_slider.design-3 .member-main-info {
    background: #081e71;
    color: #fff;
}
.spalign h3 {    font-size: 19px;    margin-bottom: 0;}
.recstcs1 h3{text-align: center;margin: 0;font-size: 27px;padding: 20px 0;}
.recstcs1 a:hover {    color: #fff;}

.recstcs1 a {
    color: #fff;
    text-decoration: none;
    border: 0;
}
.spalign h3 {
    color: #022179;
}
.spalign {
    color: white;
}
.spalign {    margin-bottom: 17px;}
ul.li-f0 li {
    position: relative;
    padding: 3px 2px 3px 25px;
	display: inline-block;
    margin-right: 39px;
}
ul.li-f0 li:before {
    content: "\f1d8";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #e65a3e;
    font-size: 17px !important;
    padding-right: 0.5em;
    position: absolute;
    top: 0px;
    left: 0;
}
.train-last-row p {
    font-size: 17px;
}
.train-last-row h4 {
    font-size: 27px;
	margin-bottom:0px;
	color: #022179;
}
@media (max-width: 768px) {
div#pgc-330-1-1, div#pgc-556-1-1, div#pgc-556-1-0, div#pgc-670-1-0, div#pgc-762-1-0, div#pgc-799-1-0, 
div#pgc-852-1-0, div#pgc-990-1-1, div#pgc-670-1-1, div#pgc-670-2-0, div#pgc-1807-1-0 {
    z-index: 999;
}
.resident-list {
    border-radius: 87px 0px !important;
}

}
.desk-view {
    border-radius: 0px 140px 0px 115px;
}
.resident-list {
    border-radius: 150px 0px;
}
.tg-page-header .tg-page-header__title{
	display:none !important;
}
.our-partner-form .columns { 
	display: flex;
	flex-flow: row wrap;
	column-gap:10px;
	
}
.our-partner-form .columns .col-6 {
    width: 100%;
    max-width: 49%;
}
.our-partner-form .our-partner-form .columns .col-12 {
    width: 100%;
}
div#pgc-1807-1-0 {
    z-index: 999;
}
.our-partner-form .columns input#sub-btn {
    width: 100% !important;
/*     margin-top: 13px !important; */
}
.our-partner-form form.wpcf7-form .wpcf7-form-control-wrap input, .our-partner-form  form.wpcf7-form .wpcf7-form-control-wrap textarea, .our-partner-form form.wpcf7-form .wpcf7-form-control-wrap select {
       width: 100%;
    border: 1px solid #b4b0b0;
    padding: 12px 13px;
    border-radius: 5px;
    margin-bottom: 22px;
}

/* @media (min-width: 424px) { */
.banner-tags {
    margin-bottom: 25px;
    font-size: 16px;
    font-family: "Rajdhani", sans-serif;
    font-weight: 700;
    color: #ff9900;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1.6;
    padding: 0;
    list-style: none;text-align: center !important;
}
 .banner-tags li {
    display: inline-block;
    position: relative;
    margin: 0 30px;
}
 .banner-tags li:first-child {
    margin-left: 0;
}
.banner-tags li:not(:last-child)::after {
    position: absolute;
    right: -30px;
    top: 50%;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    content: "|";
}

/*  
@media (max-width: 425px) {
.banner-tags {
    margin-bottom: 25px;
    font-size: 16px;
    font-family: "Rajdhani", sans-serif;
    font-weight: 700;
    color: #ff9900;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1;
    padding: 0;
    list-style: none;text-align: center !important;
}
 .banner-tags li {
    display: block;
    position: relative;
    margin: 0 30px;
}
 .banner-tags li:first-child {
    margin-left: 0;
}
.banner-tags li:not(:last-child)::after {
    position: absolute;
    right: -30px;
    top: 50%;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    content: "|";
}
}
@media (max-width: 991px) {
    ul.banner-tags li {
    font-size: 12px !important;
    margin-left: 10px !important;
    margin-right: 10px !important;
}
 .banner-tags li {
    margin: 0 15px;
}
 .banner-tags li:not(:last-child)::after {
    right: -10px;
}
}
@media (max-width: 375px) {
 ul.banner-tags li {
    font-size: 10px !important;
}
}*/
.trainee-first-row a {
    text-decoration: none !important;
}
.slick-track .sp-serv img  {
    margin-left: auto;
    width: 100%;
    max-width: 45%;
    height: auto;
    border-radius: 100%;
    margin-right: auto;
    display: block;
}

.tg-site-header-bottom.stickyheader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: #ffffff;
    -webkit-animation-name: silde_to_top;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: ease;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-direction: normal;
    -webkit-animation-delay: 1000;
    -webkit-animation-play-state: running;
    -webkit-animation-fill-mode: forwards;
    border-bottom: 1px solid #EEEEEE;
}
@-webkit-keyframes silde_to_top {
    0% {
        top: -200px;
        top: default;
        opacity: 0;
    }
    100% {
        bottom: default;
        top: 0%;
        z-index: 1000000;
        opacity: 1;
    }
}
.tg-site-header-bottom.removestickyheader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: #ffffff;
    -webkit-animation-name: silde_to_bottom;
    -webkit-animation-duration: 3s;
    -webkit-animation-timing-function: ease;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-direction: normal;
    -webkit-animation-delay: 100;
    -webkit-animation-play-state: running;
    -webkit-animation-fill-mode: forwards;
    border-bottom: 1px solid #EEEEEE;
}
@-webkit-keyframes silde_to_bottom {
    0% {
        bottom: default;
        top: 0%;
        z-index: 1000000;
        opacity: 1;
    }
    100% {
        top: -200px;
        top: default;
        opacity: 0;
    }
}

.tg-site-header-bottom.stickyheader .tg-primary-menu > div ul li a {
    color: #272323;
}
@media (max-width: 1199px) {
.vect-carousal h3{
  font-size:13px !important;
	}
#pgc-277-1-1, #pgc-330-1-0 {
    z-index: 999;
}
div#pgc-670-1-0 {
    z-index: 999;
}
div#pgc-330-1-1 {
    z-index: 999;
}

}
.paoc-credit-wrp {
    display: none;
}