/*!
Theme Name: EnterpriseUp
Theme URI: https://ascendoor.com/themes/enterpriseup/
Author: Ascendoor
Author URI: https://ascendoor.com/
Description: EnterpriseUp is a modern theme designed for all businesses, consulting services, and other eCommerce websites. This theme is packed with a lot of awesome features that can be used for various kinds of websites with a focus on business sites. The theme comes with a great selection of carefully designed website demos, which can be ideal for any consultancy agency, corporate, software business, or marketing agency. On top of that, EnterpriseUp is a multipurpose WordPress Theme with robust and flexible features with a slick design to give your website the modern edge. With highly customizable features, your website can gain a unique look. EnterpriseUp is fully responsive and compatible with various WordPress plugins. Check the demo at: https://demos.ascendoor.com/enterpriseup/
Version: 1.0.3
Requires at least: 5.0
Requires PHP: 5.6
Tested up to: 6.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: enterpriseup
Tags: custom-background, custom-logo, custom-colors, custom-menu, featured-images, threaded-comments, translation-ready, theme-options, footer-widgets, full-width-template, left-sidebar, right-sidebar, e-commerce, blog, portfolio

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

EnterpriseUp 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

--------------------------------------------------------------*/
.ascendoor-wrapper {
	max-width: 1320px;
	margin: 0 auto;
}

@media (max-width: 1300px) {
	.ascendoor-wrapper {
		padding: 0 20px;
	}
}

.asce-col-1 {
	width: 100%;
}

.asce-col-2 {
	width: 50%;
}

.asce-col-2-5 {
	width: 66.67%;
}

.asce-col-3 {
	width: 33.33%;
}

.asce-col-4 {
	width: 25%;
}

.asce-col-80 {
	width: 80%;
}

.asce-col-75 {
	width: 75%;
}

.asce-col-70 {
	width: 70%;
}

.asce-col-60 {
	width: 60%;
}

.asce-col-55 {
	width: 55%;
}

.asce-col-40 {
	width: 40%;
}

.asce-col-30 {
	width: 30%;
}

.asce-col-20 {
	width: 20%;
}

.asce-col-15 {
	width: 15%;
}

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #3A3A3A;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: var(--font-heading);
}

h1,
.h1 {
	font-size: 4.4rem;
}

h2,
.h2 {
	font-size: 3.4rem;
}

@media (max-width: 992px) {
	h2,
	.h2 {
		font-size: 2.8rem;
	}
}

@media (max-width: 767.98px) {
	h2,
	.h2 {
		font-size: 2.3rem;
	}
}

h3,
.h3 {
	font-size: 1.9rem;
}

h4,
.h4 {
	font-size: 1.5rem;
}

h1.page-title {
	font-size: 4.4rem;
	margin: 0.5rem 0 1.5rem;
}

@media (max-width: 480px) {
	h1.page-title {
		font-size: 2.4rem;
	}
}

.section-header-subtitle {
	text-align: center;
}

.section-header-subtitle .section-title {
	font-size: var(--section-head-font-size);
	font-family: var(--font-heading);
	color: var(--primary-color);
	margin-top: 0;
	margin-bottom: 10px;
	line-height: 1.2;
}

.section-header-subtitle .section-subtitle {
	font-size: var(--section-sub-head-font-size);
	font-family: var(--font-main);
	margin-top: 10px;
	margin-bottom: 0;
}

.section-header-subtitle.section-header-subtitle-left {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 20px;
	text-align: left;
	flex-wrap: wrap;
}

@media (max-width: 992px) {
	.section-header-subtitle.section-header-subtitle-left {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
}

@media (max-width: 769px) {
	.section-header-subtitle.section-header-subtitle-left .enterpriseup-button {
		margin-top: 0;
	}
}

.enterpriseup-latest-news-title,
.enterpriseup-blog-title {
	font-size: var(--single-title-font-size);
	font-family: var(--font-main);
	margin-bottom: 8px;
	margin-top: 10px;
}

.woocommerce-products-header__title {
	margin-top: 0;
	margin-bottom: 20px;
	line-height: 1;
}

.page-header h1 {
	font-size: 2.7rem;
	margin-top: 0;
	margin-bottom: 20px;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: transparent;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
:root {
	--primary-color: #111A51;
	--secondary-color: #34A1FE;
	--secondary-color-light: #ff866e;
	--secondary-color-light: lighten(var(--secondary-color), 50%);
	--secondary-color-dark: #e43a18;
	--secondary-color-hover: rgba(254,65,27,0.5);
	--background-color-white: #fff;
	--background-color-grey: #f1f1f1;
	--background-color-light-grey: #f8f8f8;
	--background-color-dark: #a3a3a3;
	--footer-top-background: #f8f8f8;
	--footer-top-color: #3a3a3a;
	--footer-bottom-background: #e8e8e8;
	--footer-bottom-color: #3a3a3a;
	--color-text-main: #3A3A3A;
	--color-text-white: #fff;
	--input-border-color: rgba(200,200,200,.5);
	--notice-success-bg-color:#D4EDDA;
	--notice-success-text-color:#155724;
	--notice-info-bg-color:#D1ECF1;
	--notice-info-text-color:#0C5460;
	--notice-warning-bg-color:#FFF3CD;
	--notice-warning-text-color:#856404;
	--notice-danger-bg-color:#F8D7DA;
	--notice-danger-text-color:#721C24;
	--banner-head-font-size: clamp(2.5rem, 4vw, 6.125rem);
	--banner-sub-head-font-size: clamp(2rem, 4vw, 2.125rem);
	--banner-description-font-size: clamp(1rem, 4vw, 1.125rem);
	--section-head-font-size: clamp(2.25rem, 4vw, 3.75rem);
	--section-sub-head-font-size: clamp(0.9rem, 4vw, 1.125rem);
	--single-small-title-font-size: 1.125rem;
	--single-title-font-size: 1.225rem;
	--single-big-title-font-size: clamp(1.125rem, 4vw, 2rem);
	--single-bigger-title-font-size: clamp(1.5rem, 4vw, 2.5rem);
	--body-font-size: 1rem;
	--body-text-font-size: 1rem;
	--body-big-text-font-size: 1.125rem;
	--body-bigger-text-font-size: 1.825rem;
	--button-small-font-size: 0.8rem;
	--button-font-size: 0.9rem;
	--button-big-font-size: 1rem;
	--font-main: -apple-system, BlinkMacSystemFont,"Titillium Web", "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	--font-heading:'Titillium Web', serif;
	--font-code: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	--font-pre: "Courier 10 Pitch", courier, monospace;
	--font-line-height-body: 1.5;
	--font-line-height-pre: 1.6;
	--banner-image-border-radius: 175px;
	--border-round-all: 25px;
	--border-round-all-tops: var(--border-round-all) var(--border-round-all) 0 0;
	--border-round-all-bottoms: 0 0 var(--border-round-all)  var(--border-round-all);
	--border-round-all-lefts: var(--border-round-all) 0 0 var(--border-round-all);
	--border-round-all-rights: 0 var(--border-round-all) var(--border-round-all) 0;
	--border-round-button: 30px;
	--main-column-grid: repeat(auto-fit, minmax(320px, 1fr));
	--small-column-grid: repeat(auto-fit, minmax(240px, 1fr));
}

@media (max-width: 600px) {
	:root {
		--main-column-grid: repeat(auto-fit, minmax(300px, 1fr));
	}
}

@media (max-width: 320px) {
	:root {
		--main-column-grid: repeat(auto-fit, minmax(280px, 1fr));
	}
}

body {
	background: #fff;
	background: var(--background-color-grey);
	font-size: 1rem;
	font-family: var(--font-main);
	color: #404040;
}

body.page {
	margin-bottom: 0;
}

@media (max-width: 767.98px) {
	body {
		font-size: 1em;
	}
}

body.menu-opened {
	overflow: hidden;
}

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;
	outline-offset: -2px;
}

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

a:focus-within {
	outline: thin dotted;
	outline-offset: -2px;
}

ul.social-links {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	gap: 10px;
}

@media (min-width: 769px) {
	ul.social-links {
		margin-inline-start: -10px;
	}
}

.teams-social a,
ul.social-links a {
	width: 35px;
	height: 35px;
	opacity: 0.7;
	display: flex;
	font-size: 16px;
	overflow: hidden;
	position: relative;
	align-items: center;
	text-decoration: none;
	justify-content: center;
	transition: all 0.3s ease;
	color: var(--color-text-white);
}

.teams-social a::before,
ul.social-links a::before {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1;
	font-family: 'Font Awesome 5 brands';
	vertical-align: baseline;
	transition: all,ease,.3s;
}

.teams-social a[href*='facebook.com']::before,
ul.social-links a[href*='facebook.com']::before {
	content: "\f39e";
}

.teams-social a[href*='twitter.com']::before,
ul.social-links a[href*='twitter.com']::before {
	content: "\f099";
}

.teams-social a[href*='instagram.com']::before,
ul.social-links a[href*='instagram.com']::before {
	content: "\f16d";
}

.teams-social a[href*='youtube.com']::before,
ul.social-links a[href*='youtube.com']::before {
	content: "\f167";
}

.teams-social a[href*='discord.com']::before,
ul.social-links a[href*='discord.com']::before {
	content: "\f392";
}

.teams-social a[href*='dribbble.com']::before,
ul.social-links a[href*='dribbble.com']::before {
	content: "\f17d";
}

.teams-social a[href*='google.com']::before,
ul.social-links a[href*='google.com']::before {
	content: "\f1a0";
}

.teams-social a[href*='line.me']::before,
ul.social-links a[href*='line.me']::before {
	content: "\f3c0";
}

.teams-social a[href*='linkedin.com']::before,
ul.social-links a[href*='linkedin.com']::before {
	content: "\f08c";
}

.teams-social a[href*='medium.com']::before,
ul.social-links a[href*='medium.com']::before {
	content: "\f23a";
}

.teams-social a[href*='messenger.com']::before,
ul.social-links a[href*='messenger.com']::before {
	content: "\f39f";
}

.teams-social a[href*='paypal.com']::before,
ul.social-links a[href*='paypal.com']::before {
	content: "\f1ed";
}

.teams-social a[href*='pinterest.com']::before,
ul.social-links a[href*='pinterest.com']::before {
	content: "\f0d2";
}

.teams-social a[href*='reddit.com']::before,
ul.social-links a[href*='reddit.com']::before {
	content: "\f1a1";
}

.teams-social a[href*='skype.com']::before,
ul.social-links a[href*='skype.com']::before {
	content: "\f17e";
}

.teams-social a[href*='slack.com']::before,
ul.social-links a[href*='slack.com']::before {
	content: "\f198";
}

.teams-social a[href*='snapchat.com']::before,
ul.social-links a[href*='snapchat.com']::before {
	content: "\f2ad";
}

.teams-social a[href*='spotify.com']::before,
ul.social-links a[href*='spotify.com']::before {
	content: "\f1bc";
}

.teams-social a[href*='stackoverflow.com']::before,
ul.social-links a[href*='stackoverflow.com']::before {
	content: "\f16c";
}

.teams-social a[href*='telegram.org']::before,
ul.social-links a[href*='telegram.org']::before {
	content: "\f3fe";
}

.teams-social a[href*='twitch.tv']::before,
ul.social-links a[href*='twitch.tv']::before {
	content: "\f1e8";
}

.teams-social a[href*='vimeo.com']::before,
ul.social-links a[href*='vimeo.com']::before {
	content: "\f27d";
}

.teams-social a[href*='whatsapp.com']::before,
ul.social-links a[href*='whatsapp.com']::before {
	content: "\f232";
}

.teams-social a[href*='wordpress.org']::before,
ul.social-links a[href*='wordpress.org']::before {
	content: "\f19a";
}

.teams-social a[href*='youtube.com']::before,
ul.social-links a[href*='youtube.com']::before {
	content: "\f167";
}

.teams-social a:focus, .teams-social a:hover,
ul.social-links a:focus,
ul.social-links a:hover {
	opacity: 1;
}

.site-footer-bottom-wrapper ul.social-links li a {
	color: var(--text-color-main);
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
	border: 1px solid;
	border-color: var(--primary-color);
	border-radius: 3px;
	background: var(--primary-color);
	color: var(--color-text-white);
	line-height: 1;
	padding: 10px 25px;
	font-size: 100%;
	transition: all 0.3s ease;
}

button:focus, button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover {
	background-color: var(--secondary-color);
}

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

.site-footer button, .site-footer
input[type="button"], .site-footer
input[type="reset"], .site-footer
input[type="submit"] {
	background-color: var(--background-color-white);
	color: var(--primary-color);
}

.site-footer button:focus, .site-footer button:hover, .site-footer
input[type="button"]:focus, .site-footer
input[type="button"]:hover, .site-footer
input[type="reset"]:focus, .site-footer
input[type="reset"]:hover, .site-footer
input[type="submit"]:focus, .site-footer
input[type="submit"]:hover {
	background-color: var(--secondary-color);
	color: var(--color-text-white);
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	font-size: var(--button-font-size);
	font-weight: 400;
	color: var(--color-text-white);
	background-color: var(--primary-color);
	padding: 10px 25px;
	display: inline-flex;
	align-items: center;
	transition: all 0.3s ease;
}

.woocommerce #respond input#submit:focus, .woocommerce #respond input#submit:hover,
.woocommerce a.button:focus,
.woocommerce a.button:hover,
.woocommerce button.button:focus,
.woocommerce button.button:hover,
.woocommerce input.button:focus,
.woocommerce input.button:hover {
	background-color: var(--primary-color);
	text-decoration: none;
	background-image: none;
	color: var(--color-text-white);
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
	background-color: var(--primary-color);
	color: var(--color-text-white);
	-webkit-font-smoothing: antialiased;
}

.woocommerce #respond input#submit.alt:focus, .woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:focus,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:focus,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:focus,
.woocommerce input.button.alt:hover {
	background-color: var(--primary-color);
	color: var(--color-text-white);
}

.woocommerce #respond input#submit:disabled[disabled], .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit.disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce a.button:disabled,
.woocommerce a.button.disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce button.button:disabled,
.woocommerce button.button.disabled,
.woocommerce input.button:disabled[disabled],
.woocommerce input.button:disabled,
.woocommerce input.button.disabled {
	color: var(--color-text-white);
	cursor: not-allowed;
	opacity: .5;
	padding: .618em 1em;
}

.woocommerce #respond input#submit:disabled[disabled]:focus, .woocommerce #respond input#submit:disabled[disabled]:hover, .woocommerce #respond input#submit:disabled:focus, .woocommerce #respond input#submit:disabled:hover, .woocommerce #respond input#submit.disabled:focus, .woocommerce #respond input#submit.disabled:hover,
.woocommerce a.button:disabled[disabled]:focus,
.woocommerce a.button:disabled[disabled]:hover,
.woocommerce a.button:disabled:focus,
.woocommerce a.button:disabled:hover,
.woocommerce a.button.disabled:focus,
.woocommerce a.button.disabled:hover,
.woocommerce button.button:disabled[disabled]:focus,
.woocommerce button.button:disabled[disabled]:hover,
.woocommerce button.button:disabled:focus,
.woocommerce button.button:disabled:hover,
.woocommerce button.button.disabled:focus,
.woocommerce button.button.disabled:hover,
.woocommerce input.button:disabled[disabled]:focus,
.woocommerce input.button:disabled[disabled]:hover,
.woocommerce input.button:disabled:focus,
.woocommerce input.button:disabled:hover,
.woocommerce input.button.disabled:focus,
.woocommerce input.button.disabled:hover {
	color: var(--color-text-white);
	background-color: var(--primary-color);
}

.woocommerce #respond input#submit.loading::after,
.woocommerce a.button.loading::after,
.woocommerce button.button.loading::after,
.woocommerce input.button.loading::after {
	margin-left: 0.53em;
	position: inherit;
	top: unset;
	right: unset;
}

body .enterpriseup-button {
	display: inline-block;
}

body .enterpriseup-button a {
	font-size: var(--button-font-size);
	text-decoration: none;
	text-transform: capitalize;
	font-weight: bold;
	display: inline-flex;
	align-items: center;
	color: var(--color-text-white);
	background-color: var(--primary-color);
	padding: 15px 25px;
	transition: all 0.3s ease;
	position: relative;
}

body .enterpriseup-button a::after {
	position: relative;
	display: inline-block;
	content: " ";
	width: 25px;
	height: 10px;
	transition: all 0.3s ease;
	transform-origin: right;
	margin-inline-start: 10px;
	z-index: 1;
	-webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 100'><path d='M199,49.52c0-0.78-0.2-1.52-0.52-2.18c-0.24-0.62-0.61-1.21-1.12-1.71l-43.5-43.5c-1.95-1.95-5.12-1.95-7.07,0c-1.95,1.95-1.95,5.12,0,7.07l35.32,35.32H5c-2.76,0-5,2.24-5,5s2.24,5,5,5h176.92l-36.7,36.7c-1.95,1.95-1.95,5.12,0,7.07c0.98,0.98,2.26,1.46,3.54,1.46s2.56-0.49,3.54-1.46l45.07-45.07c0.02-0.02,0.03-0.04,0.05-0.07C198.39,52.24,199,50.96,199,49.52z'/></svg>");
	mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 100'><path d='M199,49.52c0-0.78-0.2-1.52-0.52-2.18c-0.24-0.62-0.61-1.21-1.12-1.71l-43.5-43.5c-1.95-1.95-5.12-1.95-7.07,0c-1.95,1.95-1.95,5.12,0,7.07l35.32,35.32H5c-2.76,0-5,2.24-5,5s2.24,5,5,5h176.92l-36.7,36.7c-1.95,1.95-1.95,5.12,0,7.07c0.98,0.98,2.26,1.46,3.54,1.46s2.56-0.49,3.54-1.46l45.07-45.07c0.02-0.02,0.03-0.04,0.05-0.07C198.39,52.24,199,50.96,199,49.52z'/></svg>");
	-webkit-mask-position: center center;
	mask-position: center center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: cover;
	mask-size: cover;
	background: var(--color-text-white);
}

body .enterpriseup-button.enterpriseup-bordered-button a {
	font-size: 12px;
	color: var(--primary-color);
	border-width: 2px;
	border-style: solid;
	border-color: var(--primary-color);
	background-color: transparent;
	border-radius: var(--border-round-button);
	padding: 8px 20px;
	transition: all 0.3s ease;
}

body .enterpriseup-button.enterpriseup-bordered-button a::before {
	background: var(--primary-color);
}

body .enterpriseup-button.enterpriseup-bordered-button a:focus-within {
	outline-offset: -6px;
}

body .enterpriseup-button.enterpriseup-button-alternate a {
	color: var(--primary-color);
	background-color: #fff;
}

body .enterpriseup-button.enterpriseup-button-alternate a::after {
	background: var(--primary-color);
}

body .enterpriseup-button.enterpriseup-button-noborder-alternate a {
	color: #fff;
	background: transparent;
	padding: 0;
}

body .enterpriseup-button.enterpriseup-button-noborder-alternate a::before {
	display: none;
}

body .enterpriseup-button.enterpriseup-button-noborder-noalternate a {
	color: var(--primary-color);
	background: transparent;
	padding: 0;
}

body .enterpriseup-button.enterpriseup-button-noborder-noalternate a::before {
	display: none;
}

body .enterpriseup-button.enterpriseup-button-noborder-noalternate a::after {
	background: var(--primary-color);
}

body .enterpriseup-button a::before {
	position: absolute;
	content: "";
	right: 0;
	top: 0;
	height: 100%;
	width: 40px;
	background-color: var(--secondary-color);
	transition: all 0.3s ease;
	z-index: 0;
}

body .enterpriseup-button a:focus::before, body .enterpriseup-button a:hover::before {
	width: 0;
}

body .enterpriseup-button.enterpriseup-button-noborder-alternate a:focus::after, body .enterpriseup-button.enterpriseup-button-noborder-alternate a:hover::after {
	width: 30px;
}

body .enterpriseup-button.enterpriseup-button-noborder-noalternate a:focus::after, body .enterpriseup-button.enterpriseup-button-noborder-noalternate a:hover::after {
	width: 30px;
}

body .enterpriseup-add-to-cart-wrapper a {
	text-decoration: none;
}

body .enterpriseup-add-to-cart-wrapper a.product_type_external, body .enterpriseup-add-to-cart-wrapper a.product_type_variable, body .enterpriseup-add-to-cart-wrapper a.product_type_composite, body .enterpriseup-add-to-cart-wrapper a.product_type_grouped, body .enterpriseup-add-to-cart-wrapper a.add_to_cart_button {
	font-size: var(--button-font-size);
	text-decoration: none;
	text-transform: capitalize;
	font-weight: bold;
	display: inline-flex;
	align-items: center;
	color: var(--color-text-white);
	background-color: var(--primary-color);
	padding: 15px 25px;
	transition: all 0.3s ease;
	position: relative;
}

body .enterpriseup-add-to-cart-wrapper a.product_type_external::after, body .enterpriseup-add-to-cart-wrapper a.product_type_variable::after, body .enterpriseup-add-to-cart-wrapper a.product_type_composite::after, body .enterpriseup-add-to-cart-wrapper a.product_type_grouped::after, body .enterpriseup-add-to-cart-wrapper a.add_to_cart_button::after {
	position: relative;
	display: inline-block;
	content: " ";
	width: 25px;
	height: 10px;
	transition: all 0.3s ease;
	transform-origin: right;
	margin-inline-start: 10px;
	z-index: 1;
	-webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 100'><path d='M199,49.52c0-0.78-0.2-1.52-0.52-2.18c-0.24-0.62-0.61-1.21-1.12-1.71l-43.5-43.5c-1.95-1.95-5.12-1.95-7.07,0c-1.95,1.95-1.95,5.12,0,7.07l35.32,35.32H5c-2.76,0-5,2.24-5,5s2.24,5,5,5h176.92l-36.7,36.7c-1.95,1.95-1.95,5.12,0,7.07c0.98,0.98,2.26,1.46,3.54,1.46s2.56-0.49,3.54-1.46l45.07-45.07c0.02-0.02,0.03-0.04,0.05-0.07C198.39,52.24,199,50.96,199,49.52z'/></svg>");
	mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 100'><path d='M199,49.52c0-0.78-0.2-1.52-0.52-2.18c-0.24-0.62-0.61-1.21-1.12-1.71l-43.5-43.5c-1.95-1.95-5.12-1.95-7.07,0c-1.95,1.95-1.95,5.12,0,7.07l35.32,35.32H5c-2.76,0-5,2.24-5,5s2.24,5,5,5h176.92l-36.7,36.7c-1.95,1.95-1.95,5.12,0,7.07c0.98,0.98,2.26,1.46,3.54,1.46s2.56-0.49,3.54-1.46l45.07-45.07c0.02-0.02,0.03-0.04,0.05-0.07C198.39,52.24,199,50.96,199,49.52z'/></svg>");
	-webkit-mask-position: center center;
	mask-position: center center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: cover;
	mask-size: cover;
	background: var(--color-text-white);
}

body .enterpriseup-add-to-cart-wrapper a.product_type_external::before, body .enterpriseup-add-to-cart-wrapper a.product_type_variable::before, body .enterpriseup-add-to-cart-wrapper a.product_type_composite::before, body .enterpriseup-add-to-cart-wrapper a.product_type_grouped::before, body .enterpriseup-add-to-cart-wrapper a.add_to_cart_button::before {
	position: absolute;
	content: "";
	right: 0;
	top: 0;
	height: 100%;
	width: 40px;
	background-color: var(--secondary-color);
	transition: all 0.3s ease;
	z-index: 0;
}

body .enterpriseup-add-to-cart-wrapper a.product_type_external:focus::before, body .enterpriseup-add-to-cart-wrapper a.product_type_external:hover::before, body .enterpriseup-add-to-cart-wrapper a.product_type_variable:focus::before, body .enterpriseup-add-to-cart-wrapper a.product_type_variable:hover::before, body .enterpriseup-add-to-cart-wrapper a.product_type_composite:focus::before, body .enterpriseup-add-to-cart-wrapper a.product_type_composite:hover::before, body .enterpriseup-add-to-cart-wrapper a.product_type_grouped:focus::before, body .enterpriseup-add-to-cart-wrapper a.product_type_grouped:hover::before, body .enterpriseup-add-to-cart-wrapper a.add_to_cart_button:focus::before, body .enterpriseup-add-to-cart-wrapper a.add_to_cart_button:hover::before {
	width: 0;
}

body .enterpriseup-newsletter-form button[type="submit"] {
	cursor: pointer;
	border: none;
	border-radius: 0;
	color: var(--primary-color);
	background-color: var(--background-color-white);
	font-size: var(--button-font-size);
	text-decoration: none;
	text-transform: capitalize;
	font-weight: bold;
	display: inline-flex;
	align-items: center;
	padding: 15px 25px;
	transition: all 0.3s ease;
	position: relative;
}

body .enterpriseup-newsletter-form button[type="submit"]::after {
	position: relative;
	display: inline-block;
	content: " ";
	width: 25px;
	height: 10px;
	transition: all 0.3s ease;
	transform-origin: right;
	margin-inline-start: 10px;
	z-index: 1;
	-webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 100'><path d='M199,49.52c0-0.78-0.2-1.52-0.52-2.18c-0.24-0.62-0.61-1.21-1.12-1.71l-43.5-43.5c-1.95-1.95-5.12-1.95-7.07,0c-1.95,1.95-1.95,5.12,0,7.07l35.32,35.32H5c-2.76,0-5,2.24-5,5s2.24,5,5,5h176.92l-36.7,36.7c-1.95,1.95-1.95,5.12,0,7.07c0.98,0.98,2.26,1.46,3.54,1.46s2.56-0.49,3.54-1.46l45.07-45.07c0.02-0.02,0.03-0.04,0.05-0.07C198.39,52.24,199,50.96,199,49.52z'/></svg>");
	mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 100'><path d='M199,49.52c0-0.78-0.2-1.52-0.52-2.18c-0.24-0.62-0.61-1.21-1.12-1.71l-43.5-43.5c-1.95-1.95-5.12-1.95-7.07,0c-1.95,1.95-1.95,5.12,0,7.07l35.32,35.32H5c-2.76,0-5,2.24-5,5s2.24,5,5,5h176.92l-36.7,36.7c-1.95,1.95-1.95,5.12,0,7.07c0.98,0.98,2.26,1.46,3.54,1.46s2.56-0.49,3.54-1.46l45.07-45.07c0.02-0.02,0.03-0.04,0.05-0.07C198.39,52.24,199,50.96,199,49.52z'/></svg>");
	-webkit-mask-position: center center;
	mask-position: center center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: cover;
	mask-size: cover;
	background: var(--primary-color);
}

body .enterpriseup-newsletter-form button[type="submit"]::before {
	position: absolute;
	content: "";
	right: 0;
	top: 0;
	height: 100%;
	width: 40px;
	background-color: #e5e5e5;
	transition: all 0.3s ease;
	z-index: 0;
}

body .enterpriseup-newsletter-form button[type="submit"]:focus::before, body .enterpriseup-newsletter-form button[type="submit"]:hover::before {
	width: 0;
}

.bottom-viewall-button.enterpriseup-button {
	display: flex;
	justify-content: center;
	margin-top: 30px;
}

body:not(.single-product) .pswp {
	display: none;
}

body:not(.single-product) .pswp button[class*="pswp__button"] {
	background-color: transparent !important;
	border: none !important;
	font-size: 0;
	padding: 0;
}

button.mfp-close:hover {
	background-color: transparent !important;
}

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: var(--color-text-main);
	border: 1px solid var(--input-border-color);
	border-radius: 0;
	padding: 3px 5px;
	min-height: 37px;
	background: var(--background-color-white);
	width: 100%;
}

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: var(--color-text-main);
}

select {
	border: 1px solid var(--input-border-color);
}

textarea {
	width: 100%;
}

.woocommerce table.shop_table .actions .coupon #coupon_code {
	min-width: 200px;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.right-sidebar .ascendoor-wrapper .ascendoor-page {
	display: grid;
	grid-gap: 30px;
	grid-template-columns: auto 25%;
	grid-template-areas: "main sidebar";
	margin-top: 50px;
}

@media (max-width: 991px) {
	.right-sidebar .ascendoor-wrapper .ascendoor-page {
		grid-template-columns: 1fr;
		grid-template-areas: "main" "sidebar";
	}
}

.right-sidebar .ascendoor-wrapper .ascendoor-page .site-main {
	grid-area: main;
	overflow: hidden;
	/* Resolves issue with <pre> elements forcing full width. */
}

.right-sidebar .ascendoor-wrapper .ascendoor-page .widget-area {
	grid-area: sidebar;
}

.no-sidebar .ascendoor-wrapper .ascendoor-page {
	display: block;
}

.left-sidebar .ascendoor-wrapper .ascendoor-page {
	display: grid;
	grid-gap: 30px;
	grid-template-columns: 25% auto;
	margin-top: 50px;
	grid-template-areas: "sidebar main";
}

@media (max-width: 991px) {
	.left-sidebar .ascendoor-wrapper .ascendoor-page {
		grid-template-columns: 1fr;
		grid-template-areas: "sidebar"  "main";
	}
}

.left-sidebar .ascendoor-wrapper .ascendoor-page .site-main {
	grid-area: main;
	overflow: hidden;
	/* Resolves issue with <pre> elements forcing full width. */
}

.left-sidebar .ascendoor-wrapper .ascendoor-page .widget-area {
	grid-area: sidebar;
}

.no-sidebar .ascendoor-wrapper .ascendoor-page {
	display: block;
}

/*--------------------------------------------------------------
# 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 {
	z-index: 99999;
	display: block;
}

.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 {
	background-color: var(--background-color-white);
	color: var(--text-color-main);
	opacity: 1;
	padding: 15px 20px;
	border-bottom: 1px solid #f1f1f1;
	text-transform: capitalize;
}

.main-navigation ul ul a:focus, .main-navigation ul ul a:hover {
	color: var(--secondary-color);
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	padding: 17px 20px;
	font-size: 0.9375rem;
	color: #fff;
	text-transform: uppercase;
	display: block;
	text-decoration: none;
	opacity: 0.9;
}

.main-navigation a:focus, .main-navigation a:hover {
	opacity: 1;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
	position: relative;
	opacity: 1;
}

@media (min-width: 991px) {
	.main-navigation ul.menu li .children,
	.main-navigation ul.menu li .sub-menu {
		left: -999em;
		padding: 0;
		position: absolute;
		top: 100%;
		z-index: 999;
		margin: 30px 0 0;
		width: 230px;
	}
	.main-navigation ul.menu li .children > li .children,
	.main-navigation ul.menu li .children > li .sub-menu,
	.main-navigation ul.menu li .sub-menu > li .children,
	.main-navigation ul.menu li .sub-menu > li .sub-menu {
		left: -999em;
		top: 0;
		margin-top: 0;
		margin-left: 30px;
	}
	.main-navigation ul.menu li.menu-item-has-children > a::after {
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		display: inline-block;
		font-style: normal;
		font-variant: normal;
		font-weight: 400;
		line-height: 1;
		font-family: Font Awesome\ 5 Free;
		font-weight: 900;
		line-height: inherit;
		vertical-align: baseline;
		content: "\f107";
		display: inline-block;
		margin-left: 10px;
	}
	.main-navigation ul.menu > li:hover > .children,
	.main-navigation ul.menu > li:hover > .sub-menu {
		margin: 0;
		margin-top: 0px;
		left: 0;
	}
	.main-navigation ul.menu > li:focus-within > .children,
	.main-navigation ul.menu > li:focus-within > .sub-menu {
		margin: 0;
		margin-top: 0px;
		left: 0;
	}
	.main-navigation ul.menu .children,
	.main-navigation ul.menu .sub-menu {
		box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	}
	.main-navigation ul.menu .children li.menu-item-has-children > a,
	.main-navigation ul.menu .sub-menu li.menu-item-has-children > a {
		padding-right: 25px;
	}
	.main-navigation ul.menu .children li.menu-item-has-children > a::after,
	.main-navigation ul.menu .sub-menu li.menu-item-has-children > a::after {
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		display: inline-block;
		font-style: normal;
		font-variant: normal;
		font-weight: 400;
		line-height: 1;
		font-family: Font Awesome\ 5 Free;
		font-weight: 900;
		line-height: inherit;
		vertical-align: baseline;
		content: "\f105";
		display: inline-block;
		margin-left: 10px;
		position: absolute;
		right: 10px;
		top: 50%;
		transform: translateY(-50%);
	}
	.main-navigation ul.menu .children > li:hover > .children,
	.main-navigation ul.menu .children > li:hover > .sub-menu,
	.main-navigation ul.menu .sub-menu > li:hover > .children,
	.main-navigation ul.menu .sub-menu > li:hover > .sub-menu {
		left: 100%;
		margin-left: 0px;
		margin-top: 0px;
	}
	.main-navigation ul.menu .children > li:focus-within > .children,
	.main-navigation ul.menu .children > li:focus-within > .sub-menu,
	.main-navigation ul.menu .sub-menu > li:focus-within > .children,
	.main-navigation ul.menu .sub-menu > li:focus-within > .sub-menu {
		left: 100%;
		margin-left: 0px;
		margin-top: 0px;
	}
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

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

@media only screen and (max-width: 480px) {
	.comment-navigation .nav-links,
	.posts-navigation .nav-links,
	.post-navigation .nav-links {
		flex-wrap: wrap;
	}
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-previous a,
.posts-navigation .nav-previous a,
.post-navigation .nav-previous a {
	display: inline-flex;
	gap: 5px;
	color: var(--text-color-main);
	transition: all 0.3s ease;
	text-decoration: none;
}

.comment-navigation .nav-previous a .nav-subtitle,
.posts-navigation .nav-previous a .nav-subtitle,
.post-navigation .nav-previous a .nav-subtitle {
	font-size: 14px;
}

.comment-navigation .nav-previous a:focus, .comment-navigation .nav-previous a:hover,
.posts-navigation .nav-previous a:focus,
.posts-navigation .nav-previous a:hover,
.post-navigation .nav-previous a:focus,
.post-navigation .nav-previous a:hover {
	color: var(--secondary-color);
}

@media only screen and (max-width: 480px) {
	.comment-navigation .nav-previous a,
	.posts-navigation .nav-previous a,
	.post-navigation .nav-previous a {
		flex-direction: column;
	}
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

.comment-navigation .nav-next a,
.posts-navigation .nav-next a,
.post-navigation .nav-next a {
	display: inline-flex;
	gap: 5px;
	justify-content: flex-end;
	color: var(--text-color-main);
	transition: all 0.3s ease;
	text-decoration: none;
}

.comment-navigation .nav-next a .nav-subtitle,
.posts-navigation .nav-next a .nav-subtitle,
.post-navigation .nav-next a .nav-subtitle {
	font-size: 14px;
}

.comment-navigation .nav-next a:focus, .comment-navigation .nav-next a:hover,
.posts-navigation .nav-next a:focus,
.posts-navigation .nav-next a:hover,
.post-navigation .nav-next a:focus,
.post-navigation .nav-next a:hover {
	color: var(--secondary-color);
}

@media only screen and (max-width: 480px) {
	.comment-navigation .nav-next a,
	.posts-navigation .nav-next a,
	.post-navigation .nav-next a {
		flex-direction: column-reverse;
	}
}

@media (max-width: 1199.98px) {
	.main-navigation .main-menu {
		position: fixed;
		right: -130%;
		height: 100%;
		top: 0;
		background-color: #fff;
		min-width: 300px;
		padding-top: 60px;
		width: 50%;
		transition: all 400ms ease;
		display: block;
		border-right: 1px solid #fff;
		z-index: 13;
		box-shadow: 2px 0 18px 0 rgba(0, 0, 0, 0.5);
		opacity: 0;
		visibility: hidden;
	}
	.main-navigation .main-menu ul {
		left: auto;
	}
}

@media (max-width: 1199.98px) {
	.main-navigation.toggled .main-menu {
		right: 0;
		left: auto;
		overflow-x: auto;
		opacity: 1;
		visibility: visible;
	}
}

@media (max-width: 992px) {
	.main-navigation ul a {
		color: #000;
	}
}

@media (max-width: 1199.98px) {
	.main-navigation ul ul {
		position: relative;
		position: unset;
		float: none;
		padding-left: 5px;
	}
}

.main-navigation li.menu-item-has-children > a::after {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1;
	font-family: Font Awesome\ 5 Free;
	font-weight: 900;
	line-height: inherit;
	vertical-align: baseline;
	content: "\f107";
	display: inline-block;
	margin-left: 10px;
}

@media (max-width: 992px) {
	.main-navigation li.menu-item-has-children > ul {
		height: 0;
		transform: scaleY(0);
		transform-origin: top left;
		overflow: hidden;
		transition: all 0.5s ease-in-out;
	}
}

@media (max-width: 1199.98px) {
	.main-navigation li.menu-item-has-children:hover > ul, .main-navigation li.menu-item-has-children.focus > ul {
		height: auto;
		transform: scaleY(1);
	}
}

@media screen and (min-width: 991px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: flex;
		margin-inline-start: -20px;
	}
}

@media (max-width: 991px) {
	body.admin-bar #site-navigation.toggled .main-navigation-links {
		padding-top: 100px;
	}
	body.admin-bar #site-navigation button.menu-toggle.open {
		top: 55px;
	}
	.bottom-header-part-wrapper .navigation-part {
		align-items: center;
	}
	#site-navigation button.menu-toggle {
		width: 35px;
		height: 35px;
		position: relative;
		transform: rotate(0deg);
		transition: 0.5s ease-in-out;
		cursor: pointer;
		padding: 0;
		background: none;
		border: none;
		margin: 11px 5px 11px auto;
	}
	#site-navigation button.menu-toggle span {
		display: block;
		position: absolute;
		height: 3px;
		width: 100%;
		background: #fff;
		border-radius: 3px;
		opacity: 1;
		left: 0;
		transform: rotate(0deg);
		transition: 0.25s ease-in-out;
	}
	#site-navigation button.menu-toggle span:nth-child(1) {
		top: calc(50% - 15px);
	}
	#site-navigation button.menu-toggle span:nth-child(2) {
		top: 50%;
		transform: translateY(-50%);
	}
	#site-navigation button.menu-toggle span:nth-child(3) {
		bottom: calc(50% - 15px);
	}
	#site-navigation button.menu-toggle.open {
		z-index: 18;
		position: fixed !important;
		right: 20px;
		top: 20px;
	}
	#site-navigation button.menu-toggle.open span {
		background-color: #0b3b57;
	}
	#site-navigation button.menu-toggle.open span:nth-child(1) {
		top: 14px;
		width: 0%;
		left: 50%;
	}
	#site-navigation button.menu-toggle.open span:nth-child(2) {
		transform: rotate(45deg);
	}
	#site-navigation button.menu-toggle.open span:nth-child(3) {
		top: 50%;
		transform: translateY(-50%) rotate(-45deg);
	}
	#site-navigation .main-navigation-links {
		position: fixed;
		right: -130%;
		height: 100%;
		top: 0;
		background-color: #fff;
		min-width: 300px;
		padding-top: 60px;
		padding-right: 10px;
		width: 60%;
		transition: all 400ms ease;
		display: block;
		border-right: 1px solid #fff;
		z-index: 13;
		box-shadow: 2px 0 18px 0 rgba(0, 0, 0, 0.5);
		opacity: 0;
		visibility: hidden;
	}
	#site-navigation.toggled .main-navigation-links {
		right: 0;
		left: auto;
		overflow-x: auto;
		opacity: 1;
		visibility: visible;
	}
	#site-navigation.toggled .main-navigation-links li.current_page_item > a,
	#site-navigation.toggled .main-navigation-links li.current-menu-item > a {
		color: var(--secondary-color);
		font-weight: bold;
	}
}

@media (max-width: 480px) {
	#site-navigation .main-navigation-links {
		width: 80%;
	}
}

nav.navigation.pagination .nav-links {
	display: flex;
	gap: 5px;
	margin: 10px 0 20px;
}

nav.navigation.pagination .nav-links span,
nav.navigation.pagination .nav-links a {
	text-decoration: none;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
	color: var(--color-text-main);
	border: 1px solid var(--color-text-main);
}

nav.navigation.pagination .nav-links span.prev, nav.navigation.pagination .nav-links span.next,
nav.navigation.pagination .nav-links a.prev,
nav.navigation.pagination .nav-links a.next {
	font-size: 0;
}

nav.navigation.pagination .nav-links span.prev::after, nav.navigation.pagination .nav-links span.next::after,
nav.navigation.pagination .nav-links a.prev::after,
nav.navigation.pagination .nav-links a.next::after {
	content: "\f30a";
	font-size: 1rem;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1;
	font-weight: 900;
	line-height: inherit;
	vertical-align: baseline;
	font-family: Font Awesome\ 5 Free;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

nav.navigation.pagination .nav-links span.next::after,
nav.navigation.pagination .nav-links a.next::after {
	content: "\f30b";
}

nav.navigation.pagination .nav-links span:hover, nav.navigation.pagination .nav-links span:focus,
nav.navigation.pagination .nav-links a:hover,
nav.navigation.pagination .nav-links a:focus {
	color: var(--secondary-color);
	border: 1px solid var(--secondary-color);
}

nav.navigation.pagination .nav-links span.current {
	color: var(--color-text-white);
	background-color: var(--secondary-color);
	border: 1px solid var(--secondary-color);
}

nav.navigation.pagination .nav-links span.dots {
	border: none;
}

nav.navigation.pagination .nav-links span.dots:hover, nav.navigation.pagination .nav-links span.dots:focus {
	color: var(--color-text-main);
	border: none;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

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

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

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

.site-main article .entry-header .entry-title {
	font-size: var(--single-big-title-font-size);
	font-family: var(--font-main);
	line-height: 1.2;
	margin-top: 0;
	margin-bottom: 1.3rem;
}

@media (min-width: 992px) {
	.site-main article .entry-header .entry-title {
		margin-bottom: 1.1rem;
	}
}

.site-main article .entry-header .entry-title a {
	text-decoration: none;
	color: var(--color-text-main);
	display: inline-block;
	transition: all 0.3s ease;
}

.site-main article .entry-header .entry-title a:focus, .site-main article .entry-header .entry-title a:hover {
	color: var(--secondary-color);
}

.site-main article .entry-meta {
	padding-bottom: 10px;
}

.site-main article .entry-meta span {
	font-size: 16px;
	font-weight: normal;
}

.site-main article .entry-meta span a,
.site-main article .entry-meta span span {
	font-weight: normal;
}

.site-main article .entry-meta span a {
	text-decoration: none;
	color: var(--color-text-main);
}

.site-main article .entry-meta span a:focus, .site-main article .entry-meta span a:hover {
	color: var(--secondary-color);
}

.site-main article .entry-meta span.comments-link a {
	font-weight: bold;
}

.site-main article .post-thumbnail {
	display: block;
	line-height: 0;
}

.site-main article .post-thumbnail img {
	width: 100%;
	transition: all 0.3s linear;
}

@media (min-width: 992px) {
	.site-main article .entry-meta {
		padding: 10px 0 20px;
		padding-top: 0;
	}
}

.site-main article .entry-content {
	margin-top: 0;
}

.site-main article .entry-content p {
	margin-bottom: 10px;
}

.site-main article .entry-footer {
	display: flex;
	flex-direction: column;
	margin-top: 10px;
}

.site-main article .entry-footer span {
	margin-bottom: 6px;
	font-size: 16px;
	font-weight: bold;
}

.site-main article .entry-footer span a,
.site-main article .entry-footer span span {
	font-weight: normal;
}

.site-main article .entry-footer span a {
	text-decoration: none;
	color: var(--color-text-main);
}

.site-main article .entry-footer span a:focus, .site-main article .entry-footer span a:hover {
	color: var(--secondary-color);
}

.site-main article .entry-footer span.comments-link a {
	font-weight: bold;
}

.related-posts h2 {
	font-size: var(--single-big-title-font-size);
	font-family: var(--font-main);
	line-height: 1.2;
}

.related-posts .row {
	display: grid;
	grid-gap: 30px;
	grid-template-columns: var(--main-column-grid);
	grid-template-columns: 1fr 1fr 1fr;
}

@media (max-width: 480px) {
	.related-posts .row {
		grid-template-columns: 1fr;
	}
}

.related-posts .row .post-thumbnail {
	line-height: 0;
	aspect-ratio: 1/0.7;
	overflow: hidden;
}

.related-posts .row .post-thumbnail img {
	width: 100%;
}

.related-posts .row .entry-header {
	margin-top: 10px;
}

.related-posts .row .entry-header .entry-title {
	font-size: var(--single-title-font-size);
}

/*--------------------------------------------------------------
# single
--------------------------------------------------------------*/
body.single .site-main > article {
	border-bottom: 1px solid #d6d6d6;
	margin-bottom: 2.5rem;
	padding-bottom: 30px;
}

body.single .site-main > article header {
	margin-top: 10px;
}

body.single .site-main > article header .entry-title {
	margin-bottom: 5px;
}

/*------------##gutenberg support----------*/
img.alignright {
	clear: right;
}

img.alignleft {
	clear: left;
}

div.wp-block h6 a,
div.wp-block h5 a,
div.wp-block h4 a,
div.wp-block h3 a,
div.wp-block h2 a,
div.wp-block h1 a {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	font-style: inherit;
}

div.wp-block b,
div.wp-block strong {
	font-weight: bold;
}

div.wp-block .editor-rich-text__tinymce code,
div.wp-block .editor-rich-text__editable code {
	background-color: transparent;
	color: inherit;
	font-family: monospace;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	font-style: inherit;
	letter-spacing: 1px;
}

.entry-content .aligncenter {
	text-align: center;
}

.entry-content ol:not([class*="wp-"]),
.entry-content ul:not([class*="wp-"]) {
	padding-left: 0;
	margin-left: 15px;
	margin-bottom: 15px;
	list-style-position: inside;
}

.entry-content ol:not([class*="wp-"]) li,
.entry-content ul:not([class*="wp-"]) li {
	padding-bottom: 5px;
	padding-top: 5px;
}

.entry-content ol:not([class*="wp-"]) ol,
.entry-content ol:not([class*="wp-"]) ul,
.entry-content ul:not([class*="wp-"]) ol,
.entry-content ul:not([class*="wp-"]) ul {
	margin-bottom: 0;
}

.entry-content ol:not([class*="wp-"]) ol li:last-child,
.entry-content ol:not([class*="wp-"]) ul li:last-child,
.entry-content ul:not([class*="wp-"]) ol li:last-child,
.entry-content ul:not([class*="wp-"]) ul li:last-child {
	padding-bottom: 0;
}

.entry-content ol:not([class*="wp-"]) .alignwide,
.entry-content ul:not([class*="wp-"]) .alignwide {
	padding-left: 30px;
}

.entry-content ol:not([class*="wp-"]) .alignfull,
.entry-content ul:not([class*="wp-"]) .alignfull {
	margin-left: calc(50% - 50vw - 10px);
	padding-left: 40px;
}

.entry-content ol:not([class*="wp-"]) {
	list-style-type: decimal;
}

.entry-content ul:not([class*="wp-"]) {
	list-style-type: disc;
}

.entry-content p.has-drop-cap:not(:focus):first-letter {
	font-weight: normal;
}

.entry-content .wp-block-quote.is-style-large, .entry-content .wp-block-quote.is-large {
	margin-top: 2.57143em;
	margin-bottom: 2.14286em;
	padding-top: 1.71429em;
	padding-bottom: 1.71429em;
}

.entry-content .wp-block-image figcaption {
	text-align: center;
}

.entry-content .wp-block-button:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright) {
	margin-top: 1em;
	margin-bottom: 1em;
}

.entry-content .wp-block-file {
	margin: 0 0 20px;
}

.entry-content .wp-block-file > a:not([class]),
.entry-content .wp-block-file .wp-block-file__textlink {
	display: inline-block;
	margin: 0 20px 0 0;
}

.entry-content .wp-block-file .wp-block-file__button-richtext-wrapper {
	display: inline-block;
	margin: 0;
}

.entry-content .wp-block-file .wp-block-file__button,
.entry-content .wp-block-file a.wp-block-file__button {
	display: inline-block;
	position: relative;
	text-align: center;
	border: none;
}

.entry-content [dir=rtl] .wp-block-file > a:not([class]),
.entry-content [dir=rtl] .wp-block-file .wp-block-file__textlink {
	margin-left: 20px;
	margin-right: 0;
}

.entry-content .wp-block-audio {
	margin-bottom: 20px;
}

.entry-content .wp-block-audio figcaption {
	margin: 0;
	padding: 10px 0;
}

.entry-content .wp-block-video {
	margin: 0 0 20px;
	text-align: center;
}

.entry-content .wp-block-video video {
	display: inline-block;
}

.entry-content .wp-block-video figcaption {
	margin: 0;
	padding: 6px 0 15px;
	text-align: center;
}

.entry-content .wp-block-code {
	background-color: #f3f3f3;
	color: inherit;
	font-family: monospace;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	font-style: inherit;
	letter-spacing: 1px;
	margin: 0 0 20px;
	border: none;
}

.entry-content .wp-block-code code,
.entry-content .wp-block-code .editor-plain-text {
	background-color: #000000;
	padding: 10px;
	color: inherit;
	color: #fff;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	font-style: inherit;
	letter-spacing: inherit;
	display: block;
}

.entry-content .wp-block-preformatted {
	margin: 0 0 20px;
}

.entry-content .wp-block-preformatted pre {
	color: inherit;
	font-family: monospace;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	font-style: inherit;
	letter-spacing: 1px;
}

.entry-content .wp-block-preformatted a {
	text-decoration: underline;
}

.entry-content .wp-block-pullquote {
	margin: 30px 0;
	padding: 30px 0;
}

.entry-content .wp-block-pullquote p {
	font-size: 28px;
	line-height: 1.6;
}

.entry-content .wp-block-pullquote.alignleft {
	margin-right: 2em;
}

.entry-content .wp-block-pullquote.alignright {
	margin-left: 2em;
}

.entry-content .wp-block-pullquote:not(.is-style-solid-color) {
	border-top-width: 4px;
	border-top-style: solid;
	border-bottom-width: 4px;
	border-bottom-style: solid;
}

.entry-content .wp-block-pullquote.is-style-solid-color {
	padding-left: 50px;
	padding-right: 50px;
}

.entry-content .wp-block-pullquote.is-style-solid-color blockquote {
	max-width: 100%;
}

.entry-content .wp-block-pullquote blockquote,
.entry-content .wp-block-pullquote.alignleft blockquote,
.entry-content .wp-block-pullquote.alignright blockquote,
.entry-content .wp-block-pullquote.is-style-solid-color blockquote {
	margin: 0;
	padding: 16px;
	border-width: 0;
	border-style: solid;
	text-align: center;
}

.entry-content .wp-block-pullquote blockquote::before,
.entry-content .wp-block-pullquote.alignleft blockquote::before,
.entry-content .wp-block-pullquote.alignright blockquote::before,
.entry-content .wp-block-pullquote.is-style-solid-color blockquote::before {
	content: none;
}

.entry-content .wp-block-pullquote blockquote p:last-of-type,
.entry-content .wp-block-pullquote.alignleft blockquote p:last-of-type,
.entry-content .wp-block-pullquote.alignright blockquote p:last-of-type,
.entry-content .wp-block-pullquote.is-style-solid-color blockquote p:last-of-type {
	margin: 0;
}

.entry-content .wp-block-pullquote blockquote > .editor-rich-text p:last-of-type,
.entry-content .wp-block-pullquote blockquote > .editor-rich-text p:last-of-type,
.entry-content .wp-block-pullquote blockquote > .editor-rich-text p:last-of-type,
.entry-content .wp-block-pullquote blockquote > .editor-rich-text p:last-of-type,
.entry-content .wp-block-pullquote.alignleft blockquote > .editor-rich-text p:last-of-type,
.entry-content .wp-block-pullquote.alignleft blockquote > .editor-rich-text p:last-of-type,
.entry-content .wp-block-pullquote.alignleft blockquote > .editor-rich-text p:last-of-type,
.entry-content .wp-block-pullquote.alignleft blockquote > .editor-rich-text p:last-of-type,
.entry-content .wp-block-pullquote.alignright blockquote > .editor-rich-text p:last-of-type,
.entry-content .wp-block-pullquote.alignright blockquote > .editor-rich-text p:last-of-type,
.entry-content .wp-block-pullquote.alignright blockquote > .editor-rich-text p:last-of-type,
.entry-content .wp-block-pullquote.alignright blockquote > .editor-rich-text p:last-of-type,
.entry-content .wp-block-pullquote.is-style-solid-color blockquote > .editor-rich-text p:last-of-type,
.entry-content .wp-block-pullquote.is-style-solid-color blockquote > .editor-rich-text p:last-of-type,
.entry-content .wp-block-pullquote.is-style-solid-color blockquote > .editor-rich-text p:last-of-type,
.entry-content .wp-block-pullquote.is-style-solid-color blockquote > .editor-rich-text p:last-of-type {
	margin: 0;
}

.entry-content .wp-block-pullquote blockquote cite,
.entry-content .wp-block-pullquote.alignleft blockquote cite,
.entry-content .wp-block-pullquote.alignright blockquote cite,
.entry-content .wp-block-pullquote.is-style-solid-color blockquote cite {
	display: block;
	margin-top: 15px;
}

.entry-content .wp-block-table {
	border-spacing: 0;
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 20px;
}

.entry-content .wp-block-table caption {
	text-align: center;
	padding: 20px;
}

.entry-content .wp-block-table :not([class]):not([id]) {
	border-spacing: 0;
	border-collapse: collapse;
}

.entry-content .wp-block-table :not([class]):not([id]) th,
.entry-content .wp-block-table :not([class]):not([id]) td {
	padding: 10px 20px;
	border-width: 1px;
	border-style: solid;
}

.entry-content .wp-block-table td,
.entry-content .wp-block-table th {
	padding: 10px 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-left-width: 1px;
	border-left-style: solid;
	word-break: break-all;
}

.entry-content .wp-block-table td:last-child,
.entry-content .wp-block-table th:last-child {
	border-right-width: 1px;
	border-right-style: solid;
}

.entry-content .wp-block-table td:last-child td,
.entry-content .wp-block-table th:last-child td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.entry-content .wp-block-table.is-style-stripes {
	border-width: 0;
	border-style: solid;
}

.entry-content .wp-block-table .wp-block-table__cell-content {
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	font-style: inherit;
	padding: 0;
}

.entry-content pre.wp-block-verse {
	white-space: inherit;
	margin: 0 0 20px;
	padding: 40px 0;
	padding-left: 30px;
	position: relative;
	background-color: #e2e2e2;
	color: inherit;
	font-family: monospace;
	font-size: inherit;
	line-height: inherit;
	border: none;
}

.entry-content pre.wp-block-verse {
	white-space: inherit;
	margin: 0 0 20px;
	padding: 40px 0;
	padding-left: 30px;
	position: relative;
	background-color: #e2e2e2;
	color: inherit;
	font-family: monospace;
	font-size: inherit;
	line-height: inherit;
	border: none;
}

.entry-content .wp-block-spacer {
	clear: both;
}

.entry-content ul.wp-block-archives,
.entry-content ul.wp-block-categories,
.entry-content ul.wp-block-categories__list {
	margin-bottom: 20px;
	padding: 0;
	position: relative;
}

.entry-content div.wp-block ul.wp-block-archives ul,
.entry-content div.wp-block ul.wp-block-categories ul,
.entry-content div.wp-block ul.wp-block-categories__list ul {
	margin-bottom: 0;
	padding: 10px 0 0;
}

.entry-content div.wp-block-archives.wp-block-archives-dropdown,
.entry-content div.wp-block-categories.wp-block-categories-dropdown {
	margin-bottom: 20px;
}

.entry-content div.wp-block-archives.wp-block-archives-dropdown label,
.entry-content div.wp-block-categories.wp-block-categories-dropdown label {
	display: none;
}

.entry-content .wp-block-latest-comments {
	list-style: none;
	margin-bottom: 20px;
}

.entry-content .wp-block-latest-comments .wp-block-latest-comments__comment {
	min-height: auto;
	margin: 25px 0 0;
	padding: 0;
	overflow: hidden;
}

.entry-content .wp-block-latest-comments .wp-block-latest-comments__comment:first-child {
	margin: 0;
}

.entry-content .wp-block-latest-comments.has-avatars .wp-block-latest-comments__comment {
	min-height: 48px;
}

.entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-avatar {
	width: 48px;
	height: 48px;
	margin: 0 17px 0 0;
	float: left;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.entry-content .wp-block-latest-comments article {
	display: block;
	padding: 0 0 0 3px;
	overflow: hidden;
}

.entry-content .wp-block-latest-comments.has-avatars .wp-block-latest-comments__comment-meta,
.entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta {
	margin: 0;
}

.entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-date {
	margin: -3px 0 0;
}

.entry-content .wp-block-latest-comments.has-avatars .wp-block-latest-comments__comment-excerpt,
.entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-excerpt {
	margin: 5px 0 0;
}

.entry-content .wp-block-latest-comments.has-avatars .wp-block-latest-comments__comment-excerpt p,
.entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-excerpt p {
	margin: 0;
	padding: 0 0 20px;
}

.entry-content .wp-block-latest-comments.has-avatars .wp-block-latest-comments__comment-excerpt > *:last-child,
.entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-excerpt > *:last-child {
	margin: 0;
	padding: 0;
}

.entry-content .wp-block-latest-comments.aligncenter .wp-block-latest-comments__comment-avatar {
	margin: 0 auto 10px;
	float: none;
}

.entry-content .wp-block-latest-comments.aligncenter article {
	padding: 0 3px;
}

.entry-content .wp-block-latest-comments.aligncenter .wp-block-latest-comments__comment-excerpt {
	text-align: center;
}

.entry-content .wp-block-columns .wp-block-column {
	margin-bottom: 20px;
}

.entry-content .wp-block-columns .wp-block-column > p {
	margin-bottom: 0;
}

.entry-content .wp-block-columns .wp-block-column > p:not(.has-background) {
	padding-bottom: 0;
}

.entry-content .wp-block-columns .wp-block-column .wp-block-paragraph {
	margin-bottom: 0;
}

.entry-content .wp-block-columns .wp-block-column .wp-block-paragraph:not(.has-background) {
	padding-bottom: 0;
}

.entry-content::before, .entry-content::after {
	display: table;
	content: " ";
}

.entry-content::after {
	clear: both;
}

[dir=rtl] .wp-block-latest-comments .wp-block-latest-comments__comment-avatar {
	margin: 0 0 0 17px;
	float: right;
}

[dir=rtl] .wp-block-latest-comments article {
	margin: 0 3px 0 0;
}

/*no-align*/
.wp-block-embed-vimeo:not(.alignfull):not(.alignwide):not(.alignright):not(.alignleft) .wp-block-embed__wrapper iframe,
.wp-block-embed-youtube:not(.alignfull):not(.alignwide):not(.alignright):not(.alignleft) .wp-block-embed__wrapper iframe {
	margin-left: auto !important;
	margin-right: auto !important;
}

/*no-align*/
.wp-block-embed-youtube figcaption {
	text-align: center;
}

/*alignfull*/
.wp-block-embed-vimeo.alignfull .wp-block-embed__wrapper,
.wp-block-embed-youtube.alignfull .wp-block-embed__wrapper {
	position: relative;
	padding-top: 56.25%;
}

.wp-block-embed-vimeo.alignfull iframe,
.wp-block-embed-youtube.alignfull iframe {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

/*alignfull*/
/*alignwide*/
.wp-block-embed-vimeo.alignwide .wp-block-embed__wrapper,
.wp-block-embed-youtube.alignwide .wp-block-embed__wrapper {
	position: relative;
	padding-top: 56.25%;
}

.wp-block-embed-vimeo.alignwide iframe,
.wp-block-embed-youtube.alignwide iframe {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

/*alignwide*/
@media only screen and (min-width: 1025px) {
	.wp-block-quote.is-large, .wp-block-quote.is-style-large {
		margin-top: 2.66667em;
		margin-bottom: 2em;
		padding: 0.66667em;
		padding-top: 1.33333em;
		padding-bottom: 1.33333em;
	}
}

@media only screen and (max-width: 480px) {
	.wp-block-media-text {
		display: block;
	}
	.wp-block-media-text .wp-block-media-text__media {
		margin: 10px auto;
	}
	.wp-block-media-text .wp-block-media-text__content {
		padding: 0;
	}
}

.aligncener,
.alignfull,
.alignwide {
	margin-top: 30px;
	margin-bottom: 30px;
}

.alignfull .alignfull,
.alignwide .alignwide {
	padding-top: 10px;
	padding-bottom: 10px;
}

body.no-sidebar .alignfull {
	margin-left: calc(50% - 50vw - 10px);
	margin-right: calc(50% - 50vw - 10px);
	max-width: 100vw;
	width: 100vw;
}

body.no-sidebar .alignwide {
	max-width: 100vw;
}

@media (min-width: 768px) and (max-width: 1170px) {
	body.no-sidebar .alignwide {
		width: calc(100% + (100vw - 100%) / 2);
		margin-left: calc((100% - 100vw) / 4);
	}
}

@media (min-width: 1171px) {
	body.no-sidebar .alignwide {
		width: 1140px;
		margin-left: -195px;
	}
}

body.no-sidebar figure.wp-block-embed.is-type-wp-embed.alignfull,
body.no-sidebar figure.wp-block-table.alignfull,
body.no-sidebar div.wp-block-text-columns.alignfull,
body.no-sidebar div.wp-block-columns.alignfull,
body.no-sidebar div.wp-block-categories-dropdown.alignfull,
body.no-sidebar div.wp-block-file.alignfull {
	padding: 0 25px;
}

.wp-block-latest-posts.wp-block-latest-posts__list {
	list-style: none;
	padding-left: 0;
	margin-inline: 0;
}

.wp-block-latest-posts.wp-block-latest-posts__list li .wp-block-latest-posts__featured-image {
	width: 50%;
}

.wp-block-latest-posts.wp-block-latest-posts__list li .wp-block-latest-posts__featured-image > a {
	line-height: 0;
}

.wp-block-latest-posts.wp-block-latest-posts__list.is-grid li .wp-block-latest-posts__featured-image {
	width: 100%;
	margin-inline: 0;
	margin-block-end: 1.5em;
}

/*------------##gutenberg support----------*/
/*--------------------------------------------------------------
# single
--------------------------------------------------------------*/
/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/**
 * Comments Wrapper
 */
.comments-area {
	padding-bottom: 30px;
}

.comments-area > * {
	margin-top: 30px;
	margin-bottom: 30px;
}

.comments-area > *:first-child {
	margin-top: 0;
}

.comments-area > *:last-child {
	margin-bottom: 0;
}

.comments-area.show-avatars .avatar {
	border-radius: 50%;
	position: absolute;
	top: 10px;
}

.comments-area.show-avatars .fn {
	display: inline-block;
	padding-left: 85px;
}

.comments-area.show-avatars .comment-metadata {
	padding: 8px 0 9px 85px;
}

/**
 * Comment Title
 */
.comment-reply-title {
	display: flex;
	justify-content: space-between;
}

.comment-reply-title small a {
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
}

/* Nested comment reply title*/
.comment .comment-respond .comment-reply-title {
	font-size: 30px;
}

/**
 * Comment Lists
 */
.comments-area [type="checkbox"], .comments-area [type="radio"] {
	margin-bottom: 7px;
	margin-right: 10px;
}

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

.comment-list ol {
	margin-left: 0;
}

.comment-list > li {
	margin-top: 30px;
	margin-bottom: 30px;
}

.comment-list .children {
	list-style: none;
	padding-left: 0;
}

.comment-list .children > li {
	margin-top: 30px;
	margin-bottom: 30px;
}

@media only screen and (min-width: 482px) {
	.comment-list .depth-2,
	.comment-list .depth-3 {
		padding-left: calc(4 * 20px);
	}
}

/**
 * Comment Meta
 */
.comment-meta .comment-author {
	margin-bottom: calc(0.25 *20px);
}

@media only screen and (min-width: 482px) {
	.comment-meta .comment-author {
		margin-bottom: 0;
		padding-right: 0;
	}
}

.comment-meta .comment-author .fn {
	font-weight: normal;
	hyphens: auto;
	word-wrap: break-word;
	word-break: break-word;
}

.comment-meta .comment-metadata {
	color: var(--color-text-main);
	padding: 8px 0 9px 0;
	font-size: 15px;
	display: flex;
	justify-content: space-between;
}

.comment-meta .comment-metadata .edit-link {
	margin-left: 20px;
}

@media only screen and (min-width: 482px) {
	.comment-meta {
		margin-right: inherit;
	}
	.comment-meta .comment-author {
		max-width: inherit;
	}
}

.bypostauthor {
	display: block;
}

.says {
	display: none;
}

.comment-meta {
	margin-bottom: 10px;
}

.comment-body {
	position: relative;
	margin-bottom: 40px;
	padding: 30px;
	background-color: #f9f9f9;
	border: 1px solid #eee;
}

.comment-body .reply {
	margin: 0;
}

.comment-content {
	word-wrap: break-word;
	font-size: 16px;
	padding-bottom: 15px;
	color: #555;
}

.pingback .comment-body,
.trackback .comment-body {
	margin-top: 30px;
	margin-bottom: 30px;
}

.comment-respond {
	margin-top: 30px;
}

.comment-respond > * {
	margin-top: 20px;
	margin-bottom: 20px;
}

.comment-respond > *:first-child {
	margin-top: 0;
}

.comment-respond > *:last-child {
	margin-bottom: 0;
}

.comment-respond > *:last-child.comment-form {
	margin-bottom: 30px;
}

.comment-author {
	padding-top: 3px;
}

.reply a,
.comment-content a,
.comment-meta .comment-metadata a,
.comment-author .url {
	color: currentColor;
}

.reply a:focus, .reply a:hover,
.comment-content a:focus,
.comment-content a:hover,
.comment-meta .comment-metadata a:focus,
.comment-meta .comment-metadata a:hover,
.comment-author .url:focus,
.comment-author .url:hover {
	color: var(--secondary-color);
}

.comment-form {
	display: flex;
	flex-wrap: wrap;
}

.comment-form > * {
	flex-basis: 100%;
}

.comment-form .comment-form-url,
.comment-form .comment-form-comment {
	width: 100%;
}

.comment-form .comment-form-author,
.comment-form .comment-form-email {
	flex-basis: 0;
	flex-grow: 1;
}

@media only screen and (max-width: 481px) {
	.comment-form .comment-form-author,
	.comment-form .comment-form-email {
		flex-basis: 100%;
	}
}

.comment-form .comment-form-cookies-consent > label,
.comment-form .comment-notes {
	font-size: 1rem;
	font-weight: normal;
}

.comment-form > p {
	margin-bottom: 10px;
}

.comment-form > p a {
	color: var(--color-text-main);
	transition: all 0.3s ease;
	text-decoration: none;
}

.comment-form > p a:hover {
	color: var(--primary-color);
}

.comment-form > p:first-of-type {
	margin-top: 0;
}

.comment-form > p:last-of-type {
	margin-bottom: 0;
}

.comment-form > p label,
.comment-form > p input[type=email],
.comment-form > p input[type=text],
.comment-form > p input[type=url],
.comment-form > p textarea {
	display: block;
	font-size: var(--global--font-size-sm);
	margin-bottom: calc(.5 *20px);
	width: 100%;
	font-weight: var(--form--label-weight);
}

.comment-form > p.comment-form-cookies-consent {
	display: flex;
	align-items: center;
}

@media only screen and (min-width: 482px) {
	.comment-form > p.comment-form-author, .woocommerce #review_form #respond p {
		margin-right: calc(1.5 * 20px);
	}
	.comment-form > p.comment-notes,
	.comment-form > p.logged-in-as {
		display: block;
	}
}

nav.breadcrumb-trail ul.trail-items {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	color: var(--color-text-main);
}

nav.breadcrumb-trail ul.trail-items li a {
	text-decoration: none;
	color: var(--color-text-main);
}

nav.breadcrumb-trail ul.trail-items li a:focus, nav.breadcrumb-trail ul.trail-items li a:hover {
	color: var(--primary-color);
}

nav.breadcrumb-trail ul.trail-items li::after {
	margin: 0 0.3rem;
}

nav.breadcrumb-trail ul.trail-items li:last-child::after {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
/*comments section====*/
#comments.comments-area {
	margin-block: 20px;
}

#comments.comments-area .comments-title {
	font-size: var(--single-big-title-font-size);
	font-family: var(--font-main);
	line-height: 1.2;
}

#comments.comments-area .comment-list .comment .comment-author img {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	width: 50px;
}

#comments.comments-area .comment-list .comment .comment-content p {
	margin-bottom: 5px;
}

#comments.comments-area div#respond {
	margin-top: 20px;
}

#comments.comments-area div#respond #reply-title {
	margin-top: 0;
	font-weight: 700;
	font-size: 18px;
}

#comments.comments-area div#respond p {
	margin-bottom: 5px;
}

#comments.comments-area div#respond label {
	font-weight: normal;
}

#comments.comments-area div#respond textarea {
	width: 100%;
	background: #fafafa;
}

#comments.comments-area div#respond p.comment-form-url,
#comments.comments-area div#respond p.comment-form-email,
#comments.comments-area div#respond p.comment-form-author {
	display: inline-block;
	width: 100%;
}

#comments.comments-area div#respond p.comment-form-url label,
#comments.comments-area div#respond p.comment-form-email label,
#comments.comments-area div#respond p.comment-form-author label {
	display: block;
}

#comments.comments-area div#respond p.comment-form-url input,
#comments.comments-area div#respond p.comment-form-email input,
#comments.comments-area div#respond p.comment-form-author input {
	width: 100%;
}

#comments.comments-area div#respond p.comment-form-cookies-consent label {
	margin-left: 8px;
	position: relative;
	top: -1px;
}

#comments.comments-area div#respond input[type="submit"] {
	display: inline-block;
	margin-top: 10px;
}

#comments.comments-area div#respond #reply-title small a {
	display: inline-block;
	margin-left: 10px;
}

.comment div#respond,
.comment-content {
	margin-left: 70px;
}

.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

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

.widget .widget-title,
.widget h2 {
	font-size: var(--single-small-title-font-size);
	font-family: var(--font-main);
	line-height: 1.3;
	margin: 0 0 20px;
	position: relative;
	color: var(--color-text-main);
}

.widget ol,
.widget ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.widget ol li,
.widget ul li {
	font-size: 14px;
	line-height: 1.5em;
}

.widget ol li a,
.widget ul li a {
	text-decoration: none;
	color: var(--color-text-main);
	transition: all 0.3s ease;
}

.widget ol li a:focus, .widget ol li a:hover,
.widget ul li a:focus,
.widget ul li a:hover {
	color: var(--secondary-color);
}

.widget ol > li:not(:last-child),
.widget ul > li:not(:last-child) {
	margin-bottom: 7px;
	padding-bottom: 7px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.widget.widget_search .wp-block-search__inside-wrapper {
	display: flex;
}

.widget.widget_search .wp-block-search__inside-wrapper .wp-block-search__input {
	border: 1px solid #d3ced2;
	padding: 6px 16px;
	font-size: 0.9rem;
}

.widget.widget_search .wp-block-search__inside-wrapper .wp-block-search__input:focus-visible {
	outline: 0;
}

.widget.widget_search .wp-block-search__inside-wrapper .wp-block-search__button {
	cursor: pointer;
	color: var(--color-text-white);
	background-color: var(--secondary-color);
	margin: 0;
	padding: 10px 25px;
}

.footer-widgets-wrapper .footer-widget-single .widget {
	margin: 0 0 1.5em;
}

.footer-widgets-wrapper .footer-widget-single .widget:last-child {
	margin-bottom: 0;
}

.footer-widgets-wrapper .footer-widget-single .widget ol > li:not(:last-child),
.footer-widgets-wrapper .footer-widget-single .widget ul > li:not(:last-child) {
	padding-bottom: 0;
	border-bottom: none;
}

.footer-widgets-wrapper .footer-widget-single .widget ul.social-links {
	margin-inline-start: -10px;
}

.wc-block-product-search label {
	display: none;
}

.wc-block-product-search .wc-block-product-search__field {
	border-radius: var(--border-round-all-lefts);
	border: 1px solid #d3ced2;
	padding: 6px 16px;
	font-size: 0.9rem;
}

.wc-block-product-search .wc-block-product-search__field:focus-visible {
	outline: 0;
}

.wc-block-product-search .wc-block-product-search__button {
	cursor: pointer;
	color: var(--color-text-white);
	background-color: var(--secondary-color);
	border-radius: var(--border-round-all-rights);
	margin: 0;
	padding: 10px 25px;
}

.wc-block-product-search .wc-block-product-search__button:hover {
	background-color: #3a3a3a;
}

.widget.woocommerce ul.product_list_widget li img {
	float: left;
	margin-left: 0px;
	width: 80px;
	height: auto;
	box-shadow: none;
	margin-right: 10px;
}

.widget.woocommerce ul.product_list_widget li ins {
	background-color: transparent;
}

/*widget tag cloud ===============*/
.wp-block-tag-cloud a,
.tagcloud a {
	display: inline-block;
	text-decoration: none;
	font-size: 14px !important;
	color: var(--color-text-main);
	border: 1px solid var(--color-text-main);
	padding: 3px 7px;
	border-radius: 3px;
	margin-inline-end: 5px;
	margin-block-end: 5px;
	line-height: 1.2;
}

.wp-block-tag-cloud a:focus, .wp-block-tag-cloud a:hover,
.tagcloud a:focus,
.tagcloud a:hover {
	color: var(--secondary-color);
	border: 1px solid var(--secondary-color);
}

.site-footer .wp-block-tag-cloud a, .site-footer
.tagcloud a {
	border: 1px solid var(--color-text-white);
	color: var(--color-text-white);
}

.site-footer .wp-block-tag-cloud a:focus, .site-footer .wp-block-tag-cloud a:hover, .site-footer
.tagcloud a:focus, .site-footer
.tagcloud a:hover {
	color: var(--secondary-color);
	border: 1px solid var(--secondary-color);
}

/*widget tag cloud ===============*/
/*widget search ===============*/
.widget.widget_search .wp-block-search__inside-wrapper {
	display: flex;
}

.widget.widget_search .wp-block-search__inside-wrapper .wp-block-search__input {
	border: 1px solid #d3ced2;
	padding: 6px 16px;
	font-size: 0.9rem;
	border-radius: 3px 0 0 3px;
}

.widget.widget_search .wp-block-search__inside-wrapper .wp-block-search__button {
	cursor: pointer;
	color: var(--background-color-white);
	background-color: var(--primary-color);
	margin: 0;
	padding: 10px 25px;
	border-radius: 0 3px 3px 0;
}

.search-form {
	display: flex;
}

.search-form label,
.search-form .search-field {
	width: 100%;
}

.search-form .search-field {
	border: 1px solid #d3ced2;
	padding: 6px 16px;
	font-size: 0.9rem;
	border-radius: 3px 0 0 3px;
}

.search-form .search-submit {
	border-radius: 0 3px 3px 0;
}

/*widget search ===============*/
/* 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%;
	margin: 0;
}

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

/* Header CSS start
--------------------------------------------- */
header.site-header .top-header-part-wrapper {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding: 20px 0;
}

header.site-header .top-header-part-wrapper .top-header-left-part {
	display: flex;
	align-items: center;
	gap: 20px;
	width: 40%;
}

@media (max-width: 991px) {
	header.site-header .top-header-part-wrapper .top-header-left-part {
		gap: 0;
	}
}

header.site-header .top-header-part-wrapper .top-header-left-part .site-branding {
	display: flex;
	align-items: center;
	gap: 10px;
}

header.site-header .top-header-part-wrapper .top-header-left-part .site-branding .site-logo {
	min-width: 52px;
}

header.site-header .top-header-part-wrapper .top-header-left-part .site-branding .site-identity .site-title {
	font-size: 30px;
	line-height: 1.1;
	font-weight: 700;
	margin: 0;
}

header.site-header .top-header-part-wrapper .top-header-left-part .site-branding .site-identity .site-title a {
	text-decoration: none;
	color: var(--primary-color);
}

header.site-header .top-header-part-wrapper .top-header-left-part .site-branding .site-identity .site-description {
	margin-bottom: 0;
	margin-top: 5px;
}

@media (max-width: 480px) {
	header.site-header .top-header-part-wrapper .top-header-left-part .site-branding .site-identity .site-description {
		font-size: 0.8rem;
		margin-top: 0;
	}
}

header.site-header .top-header-part-wrapper .top-header-right-part {
	width: 60%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

header.site-header .top-header-part-wrapper .top-header-right-part .top-header-contact {
	display: flex;
	align-items: center;
	gap: 20px;
}

header.site-header .top-header-part-wrapper .top-header-right-part .top-header-contact .header-contact-inner {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	padding: 5px 20px;
}

@media (min-width: 1200px) {
	header.site-header .top-header-part-wrapper .top-header-right-part .top-header-contact .header-contact-inner {
		padding: 5px 50px;
	}
}

header.site-header .top-header-part-wrapper .top-header-right-part .top-header-contact .header-contact-inner .contact-head h3 {
	font-size: 0.9rem;
	font-family: var(--font-main);
	font-weight: normal;
	margin: 0;
	text-transform: uppercase;
}

header.site-header .top-header-part-wrapper .top-header-right-part .top-header-contact .header-contact-inner .contact-details {
	display: flex;
	align-items: center;
	gap: 7px;
}

header.site-header .top-header-part-wrapper .top-header-right-part .top-header-contact .header-contact-inner .contact-details span a {
	text-decoration: none;
	color: var(--primary-color);
	font-size: 1.1rem;
	word-break: keep-all;
	white-space: nowrap;
}

@media (max-width: 992px) {
	header.site-header .top-header-part-wrapper .top-header-right-part .top-header-contact .header-contact-inner .contact-details span a {
		font-size: 0.9rem;
	}
}

header.site-header .top-header-part-wrapper .top-header-right-part .top-header-contact .header-contact-inner .contact-details i {
	color: var(--secondary-color);
}

header.site-header .top-header-part-wrapper .top-header-right-part .top-header-contact .header-contact-inner:nth-child(2) {
	border-inline-start: 1px solid var(--primary-color);
}

header.site-header .top-header-part-wrapper .top-header-right-part .social-icons-part {
	padding-inline-start: 20px;
}

header.site-header .top-header-part-wrapper .top-header-right-part .social-icons-part .header-social-title h3 {
	font-size: 0.9rem;
	font-family: var(--font-main);
	font-weight: normal;
	margin: 0;
	text-transform: uppercase;
}

@media (min-width: 601px) {
	header.site-header .top-header-part-wrapper .top-header-right-part .social-icons-part {
		border-inline-start: 1px solid var(--primary-color);
		padding-inline-start: 50px;
	}
}

@media (max-width: 600px) {
	header.site-header .top-header-part-wrapper .top-header-right-part .social-icons-part {
		display: none;
	}
}

header.site-header .top-header-part-wrapper .top-header-right-part .social-icons-part ul.social-links a {
	border-radius: 0;
	color: var(--secondary-color);
}

header.site-header .top-header-part-wrapper .top-header-right-part .social-icons-part ul.social-links a::after {
	display: none;
}

@media (max-width: 991px) {
	header.site-header .top-header-part-wrapper {
		gap: 20px;
	}
	header.site-header .top-header-part-wrapper .top-header-left-part {
		width: 100%;
		flex-wrap: wrap;
		justify-content: center;
	}
	header.site-header .top-header-part-wrapper .top-header-left-part .site-branding {
		width: 100%;
		justify-content: center;
	}
	header.site-header .top-header-part-wrapper .top-header-left-part .site-branding .site-identity {
		text-align: center;
	}
	header.site-header .top-header-part-wrapper .top-header-left-part .site-branding .site-logo + .site-identity {
		text-align: start;
	}
	header.site-header .top-header-part-wrapper .top-header-right-part {
		width: 100%;
	}
	header.site-header .top-header-part-wrapper .top-header-right-part .top-header-contact {
		width: 100%;
	}
}

@media (max-width: 600px) {
	header.site-header .top-header-part-wrapper {
		gap: 0;
	}
	header.site-header .top-header-part-wrapper .top-header-right-part {
		flex-direction: column;
		gap: 15px;
		position: relative;
	}
	header.site-header .top-header-part-wrapper .top-header-right-part .top-header-contact {
		display: none;
	}
}

header.site-header .bottom-header-part {
	background: var(--primary-color);
}

@media (max-width: 991px) {
	header.site-header .bottom-header-part {
		min-height: 57px;
	}
}

header.site-header .bottom-header-part .bottom-header-part-wrapper {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
}

header.site-header .bottom-header-part .bottom-header-part-wrapper .navigation-part {
	display: flex;
}

header.site-header .bottom-header-part .bottom-header-part-wrapper .navigation-part .main-navigation-links .top-header-right-part {
	display: flex;
	flex-direction: column;
}

@media (min-width: 601px) {
	header.site-header .bottom-header-part .bottom-header-part-wrapper .navigation-part .main-navigation-links .top-header-right-part {
		display: none;
	}
}

header.site-header .bottom-header-part .bottom-header-part-wrapper .navigation-part .main-navigation-links .top-header-right-part .top-header-contact {
	display: flex;
	flex-direction: column;
}

header.site-header .bottom-header-part .bottom-header-part-wrapper .navigation-part .main-navigation-links .top-header-right-part .top-header-contact .header-contact-inner {
	border-block: 1px solid #f1f1f1;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	padding: 10px 20px;
}

header.site-header .bottom-header-part .bottom-header-part-wrapper .navigation-part .main-navigation-links .top-header-right-part .top-header-contact .header-contact-inner .contact-head h3 {
	font-size: 0.9rem;
	font-family: var(--font-main);
	font-weight: normal;
	margin: 0;
	text-transform: uppercase;
}

header.site-header .bottom-header-part .bottom-header-part-wrapper .navigation-part .main-navigation-links .top-header-right-part .top-header-contact .header-contact-inner .contact-details {
	display: flex;
	align-items: center;
	gap: 7px;
}

header.site-header .bottom-header-part .bottom-header-part-wrapper .navigation-part .main-navigation-links .top-header-right-part .top-header-contact .header-contact-inner .contact-details span a {
	text-decoration: none;
	color: var(--primary-color);
	font-size: 0.9rem;
	word-break: keep-all;
	white-space: nowrap;
	padding: 0;
}

header.site-header .bottom-header-part .bottom-header-part-wrapper .navigation-part .main-navigation-links .top-header-right-part .top-header-contact .header-contact-inner .contact-details i {
	color: var(--secondary-color);
}

header.site-header .bottom-header-part .bottom-header-part-wrapper .navigation-part .main-navigation-links .top-header-right-part .social-icons-part {
	padding-inline-start: 20px;
	padding-top: 10px;
}

header.site-header .bottom-header-part .bottom-header-part-wrapper .navigation-part .main-navigation-links .top-header-right-part .social-icons-part .header-social-title h3 {
	font-size: 0.9rem;
	font-family: var(--font-main);
	font-weight: normal;
	margin: 0;
	text-transform: uppercase;
}

header.site-header .bottom-header-part .bottom-header-part-wrapper .navigation-part .main-navigation-links .top-header-right-part .social-icons-part ul.social-links {
	display: flex;
	margin-inline-start: -10px;
}

header.site-header .bottom-header-part .bottom-header-part-wrapper .navigation-part .main-navigation-links .top-header-right-part .social-icons-part ul.social-links a {
	padding: 0;
	border-radius: 0;
	color: var(--secondary-color);
}

header.site-header .bottom-header-part .bottom-header-part-wrapper .navigation-part .main-navigation-links .top-header-right-part .social-icons-part ul.social-links a::after {
	display: none;
}

header.site-header .bottom-header-part .bottom-header-part-wrapper .header-search {
	width: 45px;
	position: relative;
	display: inline-block;
	text-align: center;
}

header.site-header .bottom-header-part .bottom-header-part-wrapper .header-search .header-search-wrap .header-search-icon {
	display: block;
	line-height: 38px;
	font-size: 14px;
	color: #fff;
	font-weight: 700;
	text-align: center;
	outline: 0;
}

header.site-header .bottom-header-part .bottom-header-part-wrapper .header-search .header-search-wrap .header-search-icon:hover {
	opacity: 1;
}

header.site-header .bottom-header-part .bottom-header-part-wrapper .header-search .header-search-wrap .header-search-icon:focus-within {
	opacity: 1;
	outline: 1px dashed #fff;
}

header.site-header .bottom-header-part .bottom-header-part-wrapper .header-search .header-search-wrap .header-search-form {
	position: absolute;
	background: #fff;
	right: 0;
	opacity: 0;
	visibility: hidden;
	top: 100%;
	width: 325px;
	padding: 14px;
	z-index: 99;
}

header.site-header .bottom-header-part .bottom-header-part-wrapper .header-search .header-search-wrap .header-search-form .search-form {
	display: flex;
}

header.site-header .bottom-header-part .bottom-header-part-wrapper .header-search .header-search-wrap .header-search-form .search-form label {
	width: 75%;
}

header.site-header .bottom-header-part .bottom-header-part-wrapper .header-search .header-search-wrap .header-search-form .search-form label input {
	width: 100%;
	border-radius: 0px;
}

header.site-header .bottom-header-part .bottom-header-part-wrapper .header-search .header-search-wrap .header-search-form .search-form input.search-submit {
	border: 1px solid var(--primary-color);
	border-radius: 0px;
	padding: 0px;
	height: 38px;
	font-size: 13px;
	width: 25%;
	margin: 0;
}

header.site-header .bottom-header-part .bottom-header-part-wrapper .header-search .header-search-wrap.show .header-search-form {
	margin: 0;
	opacity: 1;
	visibility: visible;
}

header.site-header .bottom-header-part .bottom-header-part-wrapper .cart-part {
	display: flex;
	align-items: center;
	margin-left: 20px;
}

@media (max-width: 480px) {
	header.site-header .bottom-header-part .bottom-header-part-wrapper .cart-part {
		margin-left: 0;
	}
}

header.site-header .bottom-header-part .bottom-header-part-wrapper .cart-part a.header-search-icon,
header.site-header .bottom-header-part .bottom-header-part-wrapper .cart-part a.cart-contents {
	transition: all 0.3s ease;
	color: var(--color-text-white);
	opacity: 0.7;
}

header.site-header .bottom-header-part .bottom-header-part-wrapper .cart-part a.header-search-icon:hover,
header.site-header .bottom-header-part .bottom-header-part-wrapper .cart-part a.cart-contents:hover {
	opacity: 1;
}

header.site-header .bottom-header-part .bottom-header-part-wrapper .cart-part a.header-search-icon:focus-within,
header.site-header .bottom-header-part .bottom-header-part-wrapper .cart-part a.cart-contents:focus-within {
	opacity: 1;
}

header.site-header .bottom-header-part .bottom-header-part-wrapper .cart-part a.cart-contents .cart-icon i {
	opacity: 0.7;
}

header.site-header .bottom-header-part .bottom-header-part-wrapper .cart-part a.cart-contents:hover .cart-icon i {
	opacity: 1;
}

header.site-header .bottom-header-part .bottom-header-part-wrapper .cart-part a.cart-contents:focus-within .cart-icon i {
	opacity: 1;
}

header.site-header .bottom-header-part .bottom-header-part-wrapper .cart-part .header-cart > a {
	width: 45px;
	height: 45px;
	font-size: 0;
	display: flex;
	border-radius: 50%;
	align-items: center;
	text-decoration: none;
	justify-content: center;
}

header.site-header .bottom-header-part .bottom-header-part-wrapper .cart-part .header-cart > a::after {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1;
	font-family: Font Awesome\ 5 Free;
	font-weight: 900;
	line-height: inherit;
	vertical-align: baseline;
	content: "\f07a";
	display: inline-block;
	font-size: 16px;
}

header.site-header .bottom-header-part .bottom-header-part-wrapper .cart-part .header-user > a {
	width: 45px;
	height: 45px;
	font-size: 0;
	display: flex;
	align-items: center;
	text-decoration: none;
	justify-content: center;
	transition: all 0.3s ease;
	color: var(--color-text-white);
	opacity: 0.7;
}

header.site-header .bottom-header-part .bottom-header-part-wrapper .cart-part .header-user > a::after {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1;
	font-family: Font Awesome\ 5 Free;
	font-weight: 900;
	line-height: inherit;
	vertical-align: baseline;
	content: "\f007";
	display: inline-block;
	font-size: 16px;
}

header.site-header .bottom-header-part .bottom-header-part-wrapper .cart-part .header-user > a:hover {
	opacity: 1;
}

header.site-header .bottom-header-part .bottom-header-part-wrapper .cart-part .header-user > a:focus-within {
	opacity: 1;
}

header.site-header .bottom-header-part.fix-header {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 15;
}

@media (min-width: 601px) {
	body.admin-bar header.site-header .bottom-header-part.fix-header {
		top: 32px;
	}
}

/* Header CSS end
--------------------------------------------- */
/* frontpage section CSS start
--------------------------------------------- */
.enterpriseup-frontpage-section {
	padding: 80px 0;
}

@media screen and (max-width: 992px) and (min-width: 600px) {
	.enterpriseup-frontpage-section {
		padding: 40px 0;
	}
}

@media (max-width: 768px) {
	.enterpriseup-frontpage-section {
		padding: 40px 0;
	}
}

.enterpriseup-frontpage-section.enterpriseup-background {
	background: var(--background-color-white);
}

.enterpriseup-frontpage-section.enterpriseup-white-background {
	background: var(--background-color-white);
}

.enterpriseup-frontpage-section.enterpriseup-grey-background {
	background: var(--background-color-grey);
}

.enterpriseup-frontpage-section.enterpriseup-dark-background {
	background: var(--background-color-dark);
}

.enterpriseup-frontpage-section.enterpriseup-secondary1-background {
	background: var(--primary-color);
	color: var(--color-text-white);
}

.enterpriseup-frontpage-section.enterpriseup-secondary1-background .section-header-subtitle .section-title {
	color: var(--color-text-white);
}

.enterpriseup-frontpage-section.enterpriseup-secondary2-background {
	background: var(--secondary-color);
}

.enterpriseup-frontpage-section.enterpriseup-secondary-light-background {
	position: relative;
	background: var(--background-color-white);
}

.enterpriseup-frontpage-section.enterpriseup-secondary-light-background::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--secondary-color);
	opacity: 0.2;
}

.enterpriseup-frontpage-section.enterpriseup-secondary-light-background > * {
	position: relative;
}

.enterpriseup-frontpage-section.enterpriseup-half-grey-background {
	position: relative;
	background: var(--background-color-white);
}

.enterpriseup-frontpage-section.enterpriseup-half-grey-background::before {
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50%;
	background: var(--background-color-grey);
}

.enterpriseup-frontpage-section.enterpriseup-half-grey-background > div {
	position: relative;
}

.enterpriseup-frontpage-section.enterpriseup-half-grey-background.enterpriseup-trending-section::before {
	height: 35%;
}

.enterpriseup-frontpage-section.no-section-padding {
	padding: 0;
}

.enterpriseup-frontpage-section.enterpriseup-half-grey-background + .enterpriseup-grey-background {
	padding-top: 10px;
}

.enterpriseup-frontpage-section.enterpriseup-grey-background:not(.enterpriseup-contact-section.style-3) + .enterpriseup-grey-background {
	padding-top: 10px;
}

.enterpriseup-frontpage-section.enterpriseup-secondary-light-background + .enterpriseup-secondary-light-background {
	padding-top: 10px;
}

.enterpriseup-frontpage-section.enterpriseup-background + .enterpriseup-background {
	padding-top: 10px;
}

.enterpriseup-frontpage-section .section-header-subtitle + .enterpriseup-section-body {
	margin-top: 50px;
}

@media (max-width: 992px) {
	.enterpriseup-frontpage-section .section-header-subtitle + .enterpriseup-section-body {
		margin-top: 20px;
	}
}

.enterpriseup-section-half {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 30px;
}

@media (min-width: 1025px) {
	.enterpriseup-section-half .section-header-subtitle.section-header-subtitle-left {
		max-width: 300px;
	}
}

@media (max-width: 1025px) {
	.enterpriseup-section-half .section-header-subtitle.section-header-subtitle-left {
		width: 100%;
		max-width: 100%;
	}
}

.enterpriseup-section-half .enterpriseup-section-body {
	width: 70%;
}

@media (max-width: 1025px) {
	.enterpriseup-section-half .enterpriseup-section-body {
		width: 100%;
	}
}

/* frontpage section CSS end
--------------------------------------------- */
/* main banner slider CSS start
--------------------------------------------- */
.enterpriseup-main-banner-section {
	position: relative;
}

.enterpriseup-main-banner-section .enterpriseup-banner-slider-single {
	position: relative;
	min-height: 750px;
	display: flex !important;
	flex-direction: column;
	justify-content: center;
}

@media (max-width: 769px) {
	.enterpriseup-main-banner-section .enterpriseup-banner-slider-single {
		min-height: 550px;
	}
}

@media (max-width: 600px) {
	.enterpriseup-main-banner-section .enterpriseup-banner-slider-single {
		min-height: 480px;
	}
}

.enterpriseup-main-banner-section .enterpriseup-banner-slider-single .enterpriseup-banner-slider-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.enterpriseup-main-banner-section .enterpriseup-banner-slider-single .enterpriseup-banner-slider-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.enterpriseup-main-banner-section .enterpriseup-banner-slider-single .enterpriseup-banner-slider-img::after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.4;
}

.enterpriseup-main-banner-section .enterpriseup-banner-slider-single .enterpriseup-banner-slider-detail {
	position: relative;
	z-index: 1;
	color: var(--background-color-white);
}

.enterpriseup-main-banner-section .enterpriseup-banner-slider-single .enterpriseup-banner-slider-detail .enterpriseup-banner-slider-detail-inside {
	visibility: hidden;
}

@media (min-width: 1200px) {
	.enterpriseup-main-banner-section .enterpriseup-banner-slider-single .enterpriseup-banner-slider-detail .enterpriseup-banner-slider-detail-inside {
		max-width: 760px;
	}
}

.enterpriseup-main-banner-section .enterpriseup-banner-slider-single .enterpriseup-banner-slider-detail .enterpriseup-banner-slider-detail-inside .enterpriseup-banner-sub-head-title {
	font-size: var(--banner-sub-head-font-size);
	font-family: var(--font-heading);
	font-weight: normal;
	margin: 0;
	line-height: 1;
	opacity: 0.7;
}

.enterpriseup-main-banner-section .enterpriseup-banner-slider-single .enterpriseup-banner-slider-detail .enterpriseup-banner-slider-detail-inside .enterpriseup-banner-head-title {
	font-size: var(--banner-head-font-size);
	font-family: var(--font-heading);
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 1.2;
}

.enterpriseup-main-banner-section .enterpriseup-banner-slider-single .enterpriseup-banner-slider-detail .enterpriseup-banner-slider-detail-inside p {
	font-size: var(--banner-description-font-size);
	max-width: 390px;
}

.enterpriseup-main-banner-section .enterpriseup-banner-slider-single .enterpriseup-banner-slider-detail .enterpriseup-banner-slider-detail-inside .banner-slider-btn {
	display: flex;
	align-items: center;
	gap: 20px;
}

.enterpriseup-main-banner-section .slick-active.enterpriseup-banner-slider-single .enterpriseup-banner-slider-detail-inside,
.enterpriseup-main-banner-section .slick-active .enterpriseup-banner-slider-single .enterpriseup-banner-slider-detail-inside {
	visibility: visible;
}

.enterpriseup-main-banner-section .slick-active.enterpriseup-banner-slider-single .enterpriseup-banner-slider-detail-inside .enterpriseup-banner-sub-head-title,
.enterpriseup-main-banner-section .slick-active.enterpriseup-banner-slider-single .enterpriseup-banner-slider-detail-inside .enterpriseup-banner-head-title,
.enterpriseup-main-banner-section .slick-active.enterpriseup-banner-slider-single .enterpriseup-banner-slider-detail-inside p,
.enterpriseup-main-banner-section .slick-active.enterpriseup-banner-slider-single .enterpriseup-banner-slider-detail-inside .banner-slider-btn a:nth-child(1),
.enterpriseup-main-banner-section .slick-active.enterpriseup-banner-slider-single .enterpriseup-banner-slider-detail-inside .banner-slider-btn a:nth-child(2),
.enterpriseup-main-banner-section .slick-active .enterpriseup-banner-slider-single .enterpriseup-banner-slider-detail-inside .enterpriseup-banner-sub-head-title,
.enterpriseup-main-banner-section .slick-active .enterpriseup-banner-slider-single .enterpriseup-banner-slider-detail-inside .enterpriseup-banner-head-title,
.enterpriseup-main-banner-section .slick-active .enterpriseup-banner-slider-single .enterpriseup-banner-slider-detail-inside p,
.enterpriseup-main-banner-section .slick-active .enterpriseup-banner-slider-single .enterpriseup-banner-slider-detail-inside .banner-slider-btn a:nth-child(1),
.enterpriseup-main-banner-section .slick-active .enterpriseup-banner-slider-single .enterpriseup-banner-slider-detail-inside .banner-slider-btn a:nth-child(2) {
	transform-origin: top;
	animation-name: ascendoor-animation1;
	animation-fill-mode: both;
	animation-duration: 0.7s;
}

.enterpriseup-main-banner-section .slick-active.enterpriseup-banner-slider-single .enterpriseup-banner-slider-detail-inside .enterpriseup-banner-sub-head-title,
.enterpriseup-main-banner-section .slick-active .enterpriseup-banner-slider-single .enterpriseup-banner-slider-detail-inside .enterpriseup-banner-sub-head-title {
	animation-delay: 0.2s;
}

.enterpriseup-main-banner-section .slick-active.enterpriseup-banner-slider-single .enterpriseup-banner-slider-detail-inside .enterpriseup-banner-head-title,
.enterpriseup-main-banner-section .slick-active .enterpriseup-banner-slider-single .enterpriseup-banner-slider-detail-inside .enterpriseup-banner-head-title {
	animation-delay: 0.3s;
}

.enterpriseup-main-banner-section .slick-active.enterpriseup-banner-slider-single .enterpriseup-banner-slider-detail-inside p,
.enterpriseup-main-banner-section .slick-active .enterpriseup-banner-slider-single .enterpriseup-banner-slider-detail-inside p {
	animation-delay: 0.4s;
}

.enterpriseup-main-banner-section .slick-active.enterpriseup-banner-slider-single .enterpriseup-banner-slider-detail-inside .banner-slider-btn a:nth-child(1),
.enterpriseup-main-banner-section .slick-active .enterpriseup-banner-slider-single .enterpriseup-banner-slider-detail-inside .banner-slider-btn a:nth-child(1) {
	animation-delay: 0.5s;
}

.enterpriseup-main-banner-section .slick-active.enterpriseup-banner-slider-single .enterpriseup-banner-slider-detail-inside .banner-slider-btn a:nth-child(2),
.enterpriseup-main-banner-section .slick-active .enterpriseup-banner-slider-single .enterpriseup-banner-slider-detail-inside .banner-slider-btn a:nth-child(2) {
	animation-delay: 0.6s;
}

@keyframes ascendoor-animation1 {
	from {
		opacity: 0;
		transform: scaleY(0);
	}
	to {
		opacity: 1;
		transform: scaleY(1);
	}
}

.enterpriseup-main-banner-section.style-2 .enterpriseup-banner-slider-single {
	background: var(--primary-color);
}

.enterpriseup-main-banner-section.style-2 .enterpriseup-banner-slider-single .enterpriseup-banner-slider-detail .enterpriseup-banner-slider-detail-inside {
	margin: 0 auto;
	text-align: center;
}

@media (min-width: 1200px) {
	.enterpriseup-main-banner-section.style-2 .enterpriseup-banner-slider-single .enterpriseup-banner-slider-detail .enterpriseup-banner-slider-detail-inside {
		max-width: 800px;
	}
}

.enterpriseup-main-banner-section.style-2 .enterpriseup-banner-slider-single .enterpriseup-banner-slider-detail .enterpriseup-banner-slider-detail-inside p {
	margin-inline: auto;
	max-width: 550px;
}

.enterpriseup-main-banner-section.style-2 .enterpriseup-banner-slider-single .enterpriseup-banner-slider-detail .enterpriseup-banner-slider-detail-inside .banner-slider-btn {
	justify-content: center;
}

.enterpriseup-main-banner-section.style-2 .slick-active.enterpriseup-banner-slider-single .enterpriseup-banner-slider-detail-inside .enterpriseup-banner-sub-head-title,
.enterpriseup-main-banner-section.style-2 .slick-active.enterpriseup-banner-slider-single .enterpriseup-banner-slider-detail-inside .enterpriseup-banner-head-title,
.enterpriseup-main-banner-section.style-2 .slick-active.enterpriseup-banner-slider-single .enterpriseup-banner-slider-detail-inside p,
.enterpriseup-main-banner-section.style-2 .slick-active.enterpriseup-banner-slider-single .enterpriseup-banner-slider-detail-inside .banner-slider-btn a:nth-child(1),
.enterpriseup-main-banner-section.style-2 .slick-active.enterpriseup-banner-slider-single .enterpriseup-banner-slider-detail-inside .banner-slider-btn a:nth-child(2),
.enterpriseup-main-banner-section.style-2 .slick-active .enterpriseup-banner-slider-single .enterpriseup-banner-slider-detail-inside .enterpriseup-banner-sub-head-title,
.enterpriseup-main-banner-section.style-2 .slick-active .enterpriseup-banner-slider-single .enterpriseup-banner-slider-detail-inside .enterpriseup-banner-head-title,
.enterpriseup-main-banner-section.style-2 .slick-active .enterpriseup-banner-slider-single .enterpriseup-banner-slider-detail-inside p,
.enterpriseup-main-banner-section.style-2 .slick-active .enterpriseup-banner-slider-single .enterpriseup-banner-slider-detail-inside .banner-slider-btn a:nth-child(1),
.enterpriseup-main-banner-section.style-2 .slick-active .enterpriseup-banner-slider-single .enterpriseup-banner-slider-detail-inside .banner-slider-btn a:nth-child(2) {
	transform-origin: center;
	animation-name: ascendoor-animation;
}

@keyframes ascendoor-animation1 {
	from {
		opacity: 0;
		transform: translateY(100px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.enterpriseup-main-banner-section ul.slick-dots {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	z-index: 1;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	align-items: center;
}

.enterpriseup-main-banner-section ul.slick-dots li {
	position: relative;
	display: inline-block;
	width: auto;
	height: auto;
	margin: 0 8px;
}

.enterpriseup-main-banner-section ul.slick-dots li button {
	width: 8px;
	height: 8px;
	border: none;
	border-radius: 10px;
	padding: 0;
	cursor: pointer;
	font-size: 0;
	opacity: 0.7;
	transition: all 0.3s ease;
	background-color: var(--background-color-white);
}

.enterpriseup-main-banner-section ul.slick-dots li button::focus, .enterpriseup-main-banner-section ul.slick-dots li button::focus-visible {
	outline: none;
}

.enterpriseup-main-banner-section ul.slick-dots li.slick-active button {
	width: 50px;
	opacity: 1;
}

.enterpriseup-main-banner-section .slick-active.enterpriseup-banner-slider-single .enterpriseup-banner-slider-detail-inside,
.enterpriseup-main-banner-section .slick-active .enterpriseup-banner-slider-single .enterpriseup-banner-slider-detail-inside {
	visibility: visible;
}

.enterpriseup-main-banner-section .slick-active.enterpriseup-banner-slider-single .enterpriseup-banner-slider-detail-inside .enterpriseup-banner-sub-head-title,
.enterpriseup-main-banner-section .slick-active.enterpriseup-banner-slider-single .enterpriseup-banner-slider-detail-inside .enterpriseup-banner-head-title,
.enterpriseup-main-banner-section .slick-active.enterpriseup-banner-slider-single .enterpriseup-banner-slider-detail-inside p,
.enterpriseup-main-banner-section .slick-active.enterpriseup-banner-slider-single .enterpriseup-banner-slider-detail-inside .banner-slider-btn a:nth-child(1),
.enterpriseup-main-banner-section .slick-active.enterpriseup-banner-slider-single .enterpriseup-banner-slider-detail-inside .banner-slider-btn a:nth-child(2),
.enterpriseup-main-banner-section .slick-active .enterpriseup-banner-slider-single .enterpriseup-banner-slider-detail-inside .enterpriseup-banner-sub-head-title,
.enterpriseup-main-banner-section .slick-active .enterpriseup-banner-slider-single .enterpriseup-banner-slider-detail-inside .enterpriseup-banner-head-title,
.enterpriseup-main-banner-section .slick-active .enterpriseup-banner-slider-single .enterpriseup-banner-slider-detail-inside p,
.enterpriseup-main-banner-section .slick-active .enterpriseup-banner-slider-single .enterpriseup-banner-slider-detail-inside .banner-slider-btn a:nth-child(1),
.enterpriseup-main-banner-section .slick-active .enterpriseup-banner-slider-single .enterpriseup-banner-slider-detail-inside .banner-slider-btn a:nth-child(2) {
	transform-origin: top;
	animation-name: ascendoor-animation1;
	animation-fill-mode: both;
	animation-duration: 0.7s;
}

.enterpriseup-main-banner-section .slick-active.enterpriseup-banner-slider-single .enterpriseup-banner-slider-detail-inside .enterpriseup-banner-sub-head-title,
.enterpriseup-main-banner-section .slick-active .enterpriseup-banner-slider-single .enterpriseup-banner-slider-detail-inside .enterpriseup-banner-sub-head-title {
	animation-delay: 0.2s;
}

.enterpriseup-main-banner-section .slick-active.enterpriseup-banner-slider-single .enterpriseup-banner-slider-detail-inside .enterpriseup-banner-head-title,
.enterpriseup-main-banner-section .slick-active .enterpriseup-banner-slider-single .enterpriseup-banner-slider-detail-inside .enterpriseup-banner-head-title {
	animation-delay: 0.3s;
}

.enterpriseup-main-banner-section .slick-active.enterpriseup-banner-slider-single .enterpriseup-banner-slider-detail-inside p,
.enterpriseup-main-banner-section .slick-active .enterpriseup-banner-slider-single .enterpriseup-banner-slider-detail-inside p {
	animation-delay: 0.4s;
}

.enterpriseup-main-banner-section .slick-active.enterpriseup-banner-slider-single .enterpriseup-banner-slider-detail-inside .banner-slider-btn a:nth-child(1),
.enterpriseup-main-banner-section .slick-active .enterpriseup-banner-slider-single .enterpriseup-banner-slider-detail-inside .banner-slider-btn a:nth-child(1) {
	animation-delay: 0.5s;
}

.enterpriseup-main-banner-section .slick-active.enterpriseup-banner-slider-single .enterpriseup-banner-slider-detail-inside .banner-slider-btn a:nth-child(2),
.enterpriseup-main-banner-section .slick-active .enterpriseup-banner-slider-single .enterpriseup-banner-slider-detail-inside .banner-slider-btn a:nth-child(2) {
	animation-delay: 0.6s;
}

@keyframes ascendoor-animation1 {
	from {
		opacity: 0;
		transform: scaleY(0);
	}
	to {
		opacity: 1;
		transform: scaleY(1);
	}
}

/* main banner slider CSS start
--------------------------------------------- */
/* enterpriseup carousel dots start
--------------------------------------------- */
.enterpriseup-carousel .slick-slide {
	margin-inline: 15px;
}

.enterpriseup-carousel .slick-dots {
	margin: 0px;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 1320px;
	margin-inline: auto;
	margin-top: 50px;
}

.enterpriseup-carousel .slick-dots li {
	width: 100%;
}

.enterpriseup-carousel .slick-dots li button {
	font-size: 0;
	padding: 0;
	height: 2px;
	width: 100%;
	background-color: #3a3a3a;
	transition: all 0.3s ease;
}

.enterpriseup-carousel .slick-dots li button:hover {
	background-color: var(--primary-color);
	height: 5px;
}

.enterpriseup-carousel .slick-dots li.slick-active button {
	background-color: var(--primary-color);
	height: 10px;
}

/* enterpriseup carousel dots CSS end
--------------------------------------------- */
/* blog grid CSS start
--------------------------------------------- */
.enterpriseup-blog-section .enterpriseup-blog-view-all {
	display: flex;
	margin-top: 50px;
	justify-content: center;
}

.enterpriseup-blog-section .enterpriseup-blog-single .enterpriseup-blog-img {
	line-height: 0;
	aspect-ratio: 1/0.7;
}

.enterpriseup-blog-section .enterpriseup-blog-single .enterpriseup-blog-img a {
	width: 100%;
	height: 100%;
	display: block;
	line-height: 1;
}

.enterpriseup-blog-section .enterpriseup-blog-single .enterpriseup-blog-img a img {
	position: relative;
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.enterpriseup-blog-section .enterpriseup-blog-single .enterpriseup-blog-img a:focus {
	outline: 1px dashed;
	outline-offset: 2px;
}

.enterpriseup-blog-section .enterpriseup-blog-single .enterpriseup-detail {
	color: var(--color-text-main);
}

.enterpriseup-blog-section .enterpriseup-blog-single .enterpriseup-detail .shop-blog-category {
	display: flex;
	flex-wrap: wrap;
	font-size: var(--body-text-font-size);
}

.enterpriseup-blog-section .enterpriseup-blog-single .enterpriseup-detail .shop-blog-category a {
	text-transform: uppercase;
	text-decoration: none;
	color: var(--color-text-main);
	transition: all 0.3s linear;
}

.enterpriseup-blog-section .enterpriseup-blog-single .enterpriseup-detail .shop-blog-category a:focus, .enterpriseup-blog-section .enterpriseup-blog-single .enterpriseup-detail .shop-blog-category a:hover {
	color: var(--primary-color);
}

.enterpriseup-blog-section .enterpriseup-blog-single .enterpriseup-detail .shop-blog-category a:not(:first-child) {
	margin-block-end: 4px;
	margin-inline-start: 4px;
}

.enterpriseup-blog-section .enterpriseup-blog-single .enterpriseup-detail .enterpriseup-blog-title a {
	text-decoration: none;
	color: var(--primary-color);
	transition: all 0.3s linear;
	display: inline-block;
}

.enterpriseup-blog-section .enterpriseup-blog-single .enterpriseup-detail .enterpriseup-blog-title a:focus, .enterpriseup-blog-section .enterpriseup-blog-single .enterpriseup-detail .enterpriseup-blog-title a:hover {
	color: var(--secondary-color);
}

.enterpriseup-blog-section .enterpriseup-blog-single .enterpriseup-detail .enterpriseup-meta a {
	text-decoration: none;
	color: var(--primary-color);
	transition: all 0.3s linear;
}

.enterpriseup-blog-section .enterpriseup-blog-single .enterpriseup-detail .enterpriseup-meta a:focus, .enterpriseup-blog-section .enterpriseup-blog-single .enterpriseup-detail .enterpriseup-meta a:hover {
	color: var(--secondary-color);
}

.enterpriseup-blog-section .enterpriseup-blog-single .enterpriseup-detail .enterpriseup-meta:not(:last-child) {
	margin-bottom: 8px;
}

.enterpriseup-blog-section .enterpriseup-blog-single .enterpriseup-detail .enterpriseup-description {
	font-size: var(--body-text-font-size);
}

.enterpriseup-blog-section .enterpriseup-blog-single .enterpriseup-detail .enterpriseup-readmore {
	display: flex;
	margin-top: 20px;
}

.enterpriseup-blog-section.style-3 .enterpriseup-blog-section-wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 30px;
}

@media (max-width: 821px) {
	.enterpriseup-blog-section.style-3 .enterpriseup-blog-section-wrapper {
		grid-template-columns: 1fr;
	}
}

.enterpriseup-blog-section.style-3 .enterpriseup-blog-section-wrapper .enterpriseup-blog-single {
	display: flex;
	align-items: center;
	gap: 30px;
}

.enterpriseup-blog-section.style-3 .enterpriseup-blog-section-wrapper .enterpriseup-blog-single .enterpriseup-blog-img {
	flex-basis: 40%;
}

.enterpriseup-blog-section.style-3 .enterpriseup-blog-section-wrapper .enterpriseup-blog-single .enterpriseup-blog-img a:focus-within {
	outline-offset: 2px;
}

.enterpriseup-blog-section.style-3 .enterpriseup-blog-section-wrapper .enterpriseup-blog-single .enterpriseup-detail {
	flex-basis: 60%;
}

.enterpriseup-blog-section.style-3 .enterpriseup-blog-section-wrapper .enterpriseup-blog-single .enterpriseup-detail .enterpriseup-meta {
	margin-bottom: 0;
}

.enterpriseup-blog-section.style-3 .enterpriseup-blog-section-wrapper .enterpriseup-blog-single .enterpriseup-detail .enterpriseup-description {
	display: none;
}

@media (max-width: 425px) {
	.enterpriseup-blog-section.style-3 .enterpriseup-blog-section-wrapper .enterpriseup-blog-single {
		flex-wrap: wrap;
		gap: 0;
	}
	.enterpriseup-blog-section.style-3 .enterpriseup-blog-section-wrapper .enterpriseup-blog-single .enterpriseup-detail,
	.enterpriseup-blog-section.style-3 .enterpriseup-blog-section-wrapper .enterpriseup-blog-single .enterpriseup-blog-img {
		flex-basis: 100%;
	}
}

.enterpriseup-carousel.style-1 .enterpriseup-blog-section-wrapper {
	margin-top: 70px;
}

.enterpriseup-carousel.style-1 .enterpriseup-blog-single {
	transition: all 0.5s ease;
	position: relative;
	z-index: 0;
	padding-inline: 25px;
}

.enterpriseup-carousel.style-1 .enterpriseup-blog-single .enterpriseup-blog-img a:focus-within {
	outline-offset: 2px;
}

.enterpriseup-carousel.style-1 .enterpriseup-blog-single .enterpriseup-detail {
	padding-block: 30px;
}

.enterpriseup-carousel.style-1 .enterpriseup-blog-single::after {
	position: absolute;
	content: "";
	bottom: 0;
	left: -15px;
	right: -15px;
	width: calc(100% + 30px);
	height: 75%;
	background: var(--background-color-white);
	z-index: -1;
	transform: scaleY(0);
	transform-origin: bottom;
	transition: all 0.3s ease;
	box-shadow: 0 6px 16px -5px rgba(0, 0, 0, 0.2);
}

.enterpriseup-carousel.style-1 .enterpriseup-blog-single:hover::after {
	transform: scaleY(1);
}

.enterpriseup-carousel.style-1 .enterpriseup-blog-single:focus-within::after {
	transform: scaleY(1);
}

.enterpriseup-carousel.style-2 .enterpriseup-blog-single .enterpriseup-blog-img a:focus-within {
	outline-offset: 2px;
}

.enterpriseup-carousel.style-2 .enterpriseup-blog-single .enterpriseup-detail {
	padding: 30px;
	transition: all 0.5s ease;
	position: relative;
	z-index: 0;
}

.enterpriseup-carousel.style-2 .enterpriseup-blog-single .enterpriseup-detail::after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--background-color-white);
	z-index: -1;
	transform-origin: bottom;
	transition: all 0.3s ease;
}

/* blog grid CSS end
--------------------------------------------- */
/* enterpriseup features CSS start
--------------------------------------------- */
.enterpriseup-features-section {
	position: relative;
}

@media (max-width: 768px) {
	.enterpriseup-features-section {
		display: flex;
		flex-direction: column;
		gap: 20px;
	}
}

@media (min-width: 1020px) {
	.enterpriseup-features-section .section-header-subtitle {
		max-width: 600px;
	}
}

.enterpriseup-features-section .features-section-img {
	position: absolute;
	height: 100%;
	right: 0;
	top: 0;
	width: 100%;
	max-width: 765px;
}

.enterpriseup-features-section .features-section-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media (max-width: 1260px) {
	.enterpriseup-features-section .features-section-img {
		max-width: 40%;
	}
}

@media (max-width: 1024px) {
	.enterpriseup-features-section .features-section-img {
		max-width: 355px;
	}
}

@media (max-width: 992px) {
	.enterpriseup-features-section .features-section-img {
		max-width: none;
		opacity: 0.4;
	}
}

.enterpriseup-features-section-inside {
	max-width: 600px;
	color: var(--color-text-white);
	position: relative;
}

.enterpriseup-features-section-inside .section-header-subtitle {
	text-align: start;
}

.enterpriseup-features-section-wrapper {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.enterpriseup-features-section-wrapper .enterpriseup-features-single {
	display: flex;
	align-items: center;
	padding-inline-end: 20px;
	gap: 20px;
}

.enterpriseup-features-section-wrapper .enterpriseup-features-single .features-icon {
	width: 40px;
	flex-shrink: 0;
}

.enterpriseup-features-section-wrapper .enterpriseup-features-single .features-details {
	color: var(--color-text-white);
}

.enterpriseup-features-section-wrapper .enterpriseup-features-single .features-details .feature-title {
	font-size: var(--single-small-title-font-size);
	font-family: var(--font-main);
	margin-top: 0;
	margin-bottom: 10px;
}

.enterpriseup-features-section-wrapper .enterpriseup-features-single .features-details .feature-title a {
	color: var(--color-text-white);
	transition: all 0.3s ease;
	text-decoration: none;
}

.enterpriseup-features-section-wrapper .enterpriseup-features-single .features-details .feature-title a:hover {
	color: var(--secondary-color);
}

.enterpriseup-features-section-wrapper .enterpriseup-features-single .features-details .feature-title a:focus {
	color: var(--secondary-color);
}

.enterpriseup-features-section-wrapper .enterpriseup-features-single .features-details p {
	font-size: var(--body-text-font-size);
	margin-top: 0;
	margin-bottom: 0;
}

.enterpriseup-features-section-wrapper .enterpriseup-features-single:not(:first-child) {
	padding-top: 30px;
	border-top: 1px solid rgba(255, 255, 255, 0.5);
}

/* enterpriseup features CSS end

--------------------------------------------- */
/* enterpriseup newsletter CSS start
--------------------------------------------- */
.enterpriseup-newsletter-section {
	position: relative;
	background-color: var(--secondary-color);
}

.enterpriseup-newsletter-section .enterpriseup-newsletter-img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 0;
}

.enterpriseup-newsletter-section .enterpriseup-newsletter-img::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--primary-color);
	opacity: 0.25;
}

.enterpriseup-newsletter-section .enterpriseup-newsletter-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.enterpriseup-newsletter-section .enterpriseup-newsletter-section-wrapper {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

@media (max-width: 992px) {
	.enterpriseup-newsletter-section .enterpriseup-newsletter-section-wrapper {
		flex-direction: column;
	}
}

.enterpriseup-newsletter-section .enterpriseup-newsletter-section-wrapper .enterpriseup-newsletter-text {
	color: var(--background-color-white);
}

.enterpriseup-newsletter-section .enterpriseup-newsletter-section-wrapper .enterpriseup-newsletter-text .enterpriseup-newsletter-title {
	font-size: var(--banner-sub-head-font-size);
	margin-top: 0;
	margin-bottom: 10px;
}

.enterpriseup-newsletter-section .enterpriseup-newsletter-section-wrapper .enterpriseup-newsletter-text p {
	margin: 0;
	margin-bottom: 20px;
}

@media (max-width: 992px) {
	.enterpriseup-newsletter-section .enterpriseup-newsletter-section-wrapper .enterpriseup-newsletter-text p {
		text-align: center;
	}
}

.enterpriseup-newsletter-section .enterpriseup-newsletter-section-wrapper .enterpriseup-newsletter-form .jetpack_subscription_widget .widgettitle {
	display: none;
}

.enterpriseup-newsletter-section .enterpriseup-newsletter-section-wrapper .enterpriseup-newsletter-form .jetpack_subscription_widget form {
	display: flex;
}

.enterpriseup-newsletter-section .enterpriseup-newsletter-section-wrapper .enterpriseup-newsletter-form .jetpack_subscription_widget form p {
	display: flex;
	margin: 0;
}

.enterpriseup-newsletter-section .enterpriseup-newsletter-section-wrapper .enterpriseup-newsletter-form .jetpack_subscription_widget form p input {
	padding: 12px;
	padding-inline-start: 20px;
	background-color: transparent;
	border-radius: 0;
	color: var(--color-text-white);
}

.enterpriseup-newsletter-section .enterpriseup-newsletter-section-wrapper .enterpriseup-newsletter-form .jetpack_subscription_widget form p input:focus, .enterpriseup-newsletter-section .enterpriseup-newsletter-section-wrapper .enterpriseup-newsletter-form .jetpack_subscription_widget form p input:focus-visible {
	outline: none;
}

.enterpriseup-newsletter-section .enterpriseup-newsletter-section-wrapper .enterpriseup-newsletter-form .jetpack_subscription_widget form p input::placeholder {
	color: var(--color-text-white);
}

.enterpriseup-newsletter-section .enterpriseup-newsletter-section-wrapper .enterpriseup-newsletter-form .jetpack_subscription_widget form p#subscribe-email input {
	width: 100%;
}

@media (max-width: 480px) {
	.enterpriseup-newsletter-section .enterpriseup-newsletter-section-wrapper .enterpriseup-newsletter-form .jetpack_subscription_widget form p#subscribe-email input {
		width: 200px;
	}
}

@media (max-width: 320px) {
	.enterpriseup-newsletter-section .enterpriseup-newsletter-section-wrapper .enterpriseup-newsletter-form .jetpack_subscription_widget form p#subscribe-email input {
		width: 150px;
	}
}

/* enterpriseup newsletter CSS end
--------------------------------------------- */
/* frontpage teams section CSS end
--------------------------------------------- */
.enterpriseup-teams-section .enterpriseup-teams-section-wrapper {
	display: grid;
	grid-gap: 30px;
	grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 1025px) {
	.enterpriseup-teams-section .enterpriseup-teams-section-wrapper {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 769px) {
	.enterpriseup-teams-section .enterpriseup-teams-section-wrapper {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 480px) {
	.enterpriseup-teams-section .enterpriseup-teams-section-wrapper {
		grid-template-columns: repeat(1, 1fr);
	}
}

.enterpriseup-teams-section .enterpriseup-teams-section-wrapper .teams-single {
	text-align: center;
	transition: all 0.5s ease;
	position: relative;
	z-index: 0;
}

.enterpriseup-teams-section .enterpriseup-teams-section-wrapper .teams-single .teams-img {
	position: relative;
	line-height: 0;
	aspect-ratio: 1/1;
	overflow: hidden;
}

.enterpriseup-teams-section .enterpriseup-teams-section-wrapper .teams-single .teams-img::before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	transition: all ease 0.4s;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}

.enterpriseup-teams-section .enterpriseup-teams-section-wrapper .teams-single .teams-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.enterpriseup-teams-section .enterpriseup-teams-section-wrapper .teams-single .teams-detial {
	transition: all 0.5s ease;
	padding: 20px;
	position: relative;
}

.enterpriseup-teams-section .enterpriseup-teams-section-wrapper .teams-single .teams-detial .team-name {
	margin: 0;
	font-size: var(--single-title-font-size);
	line-height: 1.2;
	font-weight: 700;
	font-family: var(--font-main);
}

.enterpriseup-teams-section .enterpriseup-teams-section-wrapper .teams-single .teams-detial .team-name a {
	text-decoration: none;
	color: var(--color-text-main);
}

.enterpriseup-teams-section .enterpriseup-teams-section-wrapper .teams-single .teams-detial .team-designation {
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 0;
	margin-top: 5px;
	line-height: 1;
}

.enterpriseup-teams-section .enterpriseup-teams-section-wrapper .teams-single .teams-detial .teams-social {
	display: flex;
	justify-content: center;
	position: relative;
	margin-top: 30px;
	padding-top: 10px;
}

.enterpriseup-teams-section .enterpriseup-teams-section-wrapper .teams-single .teams-detial .teams-social a {
	transition: all 0.3s ease;
	letter-spacing: 0;
	color: var(--color-text-main);
}

.enterpriseup-teams-section .enterpriseup-teams-section-wrapper .teams-single .teams-detial .teams-social a::after {
	display: none;
}

.enterpriseup-teams-section .enterpriseup-teams-section-wrapper .teams-single .teams-detial .teams-social a:hover {
	color: var(--secondary-color);
}

.enterpriseup-teams-section .enterpriseup-teams-section-wrapper .teams-single .teams-detial .teams-social::before {
	position: absolute;
	content: "";
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	height: 2px;
	width: 50px;
	background: grey;
}

.enterpriseup-teams-section .enterpriseup-teams-section-wrapper .teams-single::after {
	position: absolute;
	content: "";
	bottom: 0;
	left: -15px;
	right: -15px;
	width: calc(100% + 30px);
	height: 65%;
	background: var(--background-color-white);
	z-index: -1;
	transform: scaleY(0);
	transform-origin: bottom;
	transition: all 0.3s ease;
}

.enterpriseup-teams-section .enterpriseup-teams-section-wrapper .teams-single:hover::after {
	transform: scaleY(1);
}

.enterpriseup-teams-section .enterpriseup-teams-section-wrapper .teams-single:focus-within::after {
	transform: scaleY(1);
}

.enterpriseup-teams-section .enterpriseup-teams-view-all {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 50px;
}

/* frontpage teams section CSS end
--------------------------------------------- */
/* enterpriseup text image section CSS start
--------------------------------------------- */
.enterpriseup-text-image-section .enterpriseup-text-image-section-wrapper {
	display: flex;
	gap: 50px;
	align-items: center;
}

@media (max-width: 768px) {
	.enterpriseup-text-image-section .enterpriseup-text-image-section-wrapper {
		flex-wrap: wrap;
		gap: 30px;
	}
}

.enterpriseup-text-image-section .enterpriseup-text-image-section-wrapper .enterpriseup-text-image-section-text {
	text-align: start;
}

@media (min-width: 769px) {
	.enterpriseup-text-image-section .enterpriseup-text-image-section-wrapper .enterpriseup-text-image-section-text {
		width: 50%;
	}
}

.enterpriseup-text-image-section .enterpriseup-text-image-section-wrapper .enterpriseup-text-image-section-text .section-title {
	margin: 0;
	margin-bottom: 10px;
	color: var(--primary-color);
}

.enterpriseup-text-image-section .enterpriseup-text-image-section-wrapper .enterpriseup-text-image-section-text .enterpriseup-button {
	display: flex;
}

.enterpriseup-text-image-section .enterpriseup-text-image-section-wrapper .enterpriseup-text-image-section-image {
	overflow: hidden;
	line-height: 0;
	transition: all 0.3s ease;
}

@media (min-width: 769px) {
	.enterpriseup-text-image-section .enterpriseup-text-image-section-wrapper .enterpriseup-text-image-section-image {
		width: 50%;
	}
}

.enterpriseup-text-image-section .enterpriseup-text-image-section-wrapper .enterpriseup-text-image-section-image img {
	transition: transform 0.3s ease;
	position: relative;
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.enterpriseup-text-image-section .enterpriseup-text-image-section-wrapper .enterpriseup-text-image-section-image:hover {
	box-shadow: 0 2px 5px -1px rgba(0, 0, 0, 0.3);
}

.enterpriseup-text-image-section .enterpriseup-text-image-section-wrapper .enterpriseup-text-image-section-image:hover img {
	transform: scale(1.05);
}

@media (min-width: 769px) {
	.enterpriseup-text-image-section.enterpriseup-style-2 .enterpriseup-text-image-section-wrapper {
		display: block;
		position: relative;
		display: flex;
		align-items: center;
		justify-content: flex-end;
		min-height: 450px;
		padding: 50px 0;
	}
}

@media (min-width: 769px) {
	.enterpriseup-text-image-section.enterpriseup-style-2 .enterpriseup-text-image-section-wrapper .enterpriseup-text-image-section-image {
		position: absolute;
		height: 100%;
		width: calc(60% - 50px);
		background-size: cover;
		background-position: 50%;
		left: 0;
		top: 0;
	}
}

@media (min-width: 769px) {
	.enterpriseup-text-image-section.enterpriseup-style-2 .enterpriseup-text-image-section-wrapper .enterpriseup-text-image-section-text {
		position: relative;
		z-index: 2;
		width: 50%;
		padding: 50px;
		background: var(--background-color-white);
	}
}

.enterpriseup-text-image-section.enterpriseup-image-right .enterpriseup-text-image-section-wrapper {
	flex-direction: row-reverse;
}

.enterpriseup-text-image-section.enterpriseup-image-right.enterpriseup-style-2 .enterpriseup-text-image-section-wrapper .enterpriseup-text-image-section-image {
	left: unset;
	right: 0;
}

/* enterpriseup text image section CSS end
--------------------------------------------- */
/* enterpriseup services section CSS start
--------------------------------------------- */
.enterpriseup-our-services-section .enterpriseup-button {
	margin-top: 20px;
}

.enterpriseup-our-services-section .section-header-subtitle .section-title {
	color: var(--color-text-white);
}

.enterpriseup-our-services-section .enterpriseup-our-services-section-wrapper {
	display: grid;
	grid-gap: 30px;
	grid-template-columns: var(--main-column-grid);
}

.enterpriseup-our-services-section .enterpriseup-our-services-section-wrapper .enterpriseup-service-single {
	text-align: start;
	padding: 50px;
	position: relative;
	z-index: 1;
	background: var(--background-color-white);
}

@media (max-width: 767px) {
	.enterpriseup-our-services-section .enterpriseup-our-services-section-wrapper .enterpriseup-service-single {
		padding: 20px;
		padding: 40px 20px;
	}
}

.enterpriseup-our-services-section .enterpriseup-our-services-section-wrapper .enterpriseup-service-single .enterpriseup-service-img {
	margin-bottom: 20px;
	height: 50px;
	width: 50px;
}

.enterpriseup-our-services-section .enterpriseup-our-services-section-wrapper .enterpriseup-service-single .enterpriseup-service-img a {
	line-height: 0;
	display: block;
	height: 100%;
	width: 100%;
}

.enterpriseup-our-services-section .enterpriseup-our-services-section-wrapper .enterpriseup-service-single .enterpriseup-service-img a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 300ms linear;
}

.enterpriseup-our-services-section .enterpriseup-our-services-section-wrapper .enterpriseup-service-single .enterpriseup-service-img a:focus-within {
	outline-offset: 2px;
}

.enterpriseup-our-services-section .enterpriseup-our-services-section-wrapper .enterpriseup-service-single .enterpriseup-service-detail {
	color: var(--color-text-main);
}

.enterpriseup-our-services-section .enterpriseup-our-services-section-wrapper .enterpriseup-service-single .enterpriseup-service-detail .service-title {
	font-family: var(--font-main);
	font-size: var(--single-title-font-size);
	margin-top: 0;
	margin-bottom: 10px;
}

.enterpriseup-our-services-section .enterpriseup-our-services-section-wrapper .enterpriseup-service-single .enterpriseup-service-detail .service-title a {
	text-decoration: none;
	color: var(--color-text-main);
}

.enterpriseup-our-services-section .enterpriseup-our-services-section-wrapper .enterpriseup-service-single .enterpriseup-service-detail p {
	font-size: var(--body-text-font-size);
}

.enterpriseup-our-services-section .enterpriseup-our-services-section-wrapper .enterpriseup-service-single .enterpriseup-service-detail .enterpriseup-button {
	display: flex;
}

.enterpriseup-our-services-section .enterpriseup-our-services-section-wrapper .enterpriseup-service-single > div {
	position: relative;
}

.enterpriseup-our-services-section .enterpriseup-our-services-section-wrapper .enterpriseup-service-single::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.1;
	background-color: var(--secondary-color);
}

.enterpriseup-our-services-section.style-2 .enterpriseup-section-half {
	position: relative;
	flex-direction: column;
	align-items: flex-start;
	gap: 0;
	padding-bottom: 80px;
}

.enterpriseup-our-services-section.style-2 .enterpriseup-section-half .section-header-subtitle.section-header-subtitle-left {
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 0;
	width: 100%;
}

@media (min-width: 1025px) {
	.enterpriseup-our-services-section.style-2 .enterpriseup-section-half .section-header-subtitle.section-header-subtitle-left {
		max-width: 1025px;
		margin-inline: auto;
	}
}

.enterpriseup-our-services-section.style-2 .enterpriseup-section-half .section-header-subtitle.section-header-subtitle-left .enterpriseup-button {
	position: absolute;
	bottom: 0;
	width: 100%;
	display: flex;
	justify-content: center;
}

.enterpriseup-our-services-section.style-2 .enterpriseup-section-half .enterpriseup-section-body {
	width: 100%;
}

.enterpriseup-our-services-section.style-2 .enterpriseup-section-half .enterpriseup-section-body .enterpriseup-our-services-section-wrapper .enterpriseup-service-single .enterpriseup-service-img {
	margin-inline: auto;
	height: 70px;
	width: 70px;
}

.enterpriseup-our-services-section.style-2 .enterpriseup-section-half .enterpriseup-section-body .enterpriseup-our-services-section-wrapper .enterpriseup-service-single .enterpriseup-service-detail {
	text-align: center;
}

.enterpriseup-our-services-section.style-2 .enterpriseup-section-half .enterpriseup-section-body .enterpriseup-our-services-section-wrapper .enterpriseup-service-single .enterpriseup-button {
	justify-content: center;
}

/* enterpriseup services section CSS end
--------------------------------------------- */
/* Gallery CSS start
--------------------------------------------- */
.enterpriseup-gallery-section .enterpriseup-button {
	display: flex;
	justify-content: center;
	margin-top: 30px;
}

.enterpriseup-gallery-section-wrapper {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
	grid-gap: 30px;
}

.enterpriseup-gallery-section-wrapper .enterpriseup-gallery-single {
	position: relative;
	height: 320px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.enterpriseup-gallery-section-wrapper .enterpriseup-gallery-single .enterpriseup-gallery-img {
	position: relative;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 0;
}

.enterpriseup-gallery-section-wrapper .enterpriseup-gallery-single .enterpriseup-gallery-img a {
	display: block;
	height: 100%;
}

.enterpriseup-gallery-section-wrapper .enterpriseup-gallery-single .enterpriseup-gallery-img a:focus {
	outline: 1px dotted;
	outline-offset: 2px;
}

.enterpriseup-gallery-section-wrapper .enterpriseup-gallery-single .enterpriseup-gallery-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.enterpriseup-gallery-section-wrapper .enterpriseup-gallery-single .enterpriseup-gallery-detail {
	position: absolute;
	color: var(--color-text-white);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 50px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	z-index: 0;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
}

.enterpriseup-gallery-section-wrapper .enterpriseup-gallery-single .enterpriseup-gallery-detail .enterpriseup-gallery-title {
	font-size: var(--body-big-text-font-size);
	margin: 0;
}

.enterpriseup-gallery-section-wrapper .enterpriseup-gallery-single .enterpriseup-gallery-detail .enterpriseup-gallery-title a {
	color: var(--color-text-white);
	text-decoration: none;
}

.enterpriseup-gallery-section-wrapper .enterpriseup-gallery-single .enterpriseup-gallery-detail .enterpriseup-content {
	margin-bottom: 0;
}

.enterpriseup-gallery-section-wrapper .enterpriseup-gallery-single .enterpriseup-gallery-detail::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	opacity: 0.5;
	background-color: var(--primary-color);
	z-index: -1;
}

.enterpriseup-gallery-section-wrapper .enterpriseup-gallery-single:hover .enterpriseup-gallery-detail {
	opacity: 1;
	visibility: visible;
}

.enterpriseup-gallery-section-wrapper .enterpriseup-gallery-single:focus .enterpriseup-gallery-detail {
	opacity: 1;
	visibility: visible;
}

.enterpriseup-gallery-section-wrapper .enterpriseup-gallery-single:focus-within .enterpriseup-gallery-detail {
	opacity: 1;
	visibility: visible;
}

/* Gallery CSS end
--------------------------------------------- */
/* scroll to top
--------------------------------------------- */
a.enterpriseup-scroll-to-top {
	position: fixed;
	bottom: 65px;
	right: 30px;
	height: 50px;
	width: 50px;
	opacity: 0;
	visibility: hidden;
	z-index: 17;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	color: var(--color-text-white);
	background-color: var(--primary-color);
	border: 1px solid var(--color-text-white);
	transition: all 0.3s ease;
}

a.enterpriseup-scroll-to-top:hover, a.enterpriseup-scroll-to-top:focus {
	box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.15);
	transform: translateY(-10px);
}

a.enterpriseup-scroll-to-top.show {
	opacity: 1;
	visibility: visible;
}

/* scroll to top
--------------------------------------------- */
/* 404 page
--------------------------------------------- */
section.error-404.not-found {
	margin-bottom: 50px;
}

/* 404 page
--------------------------------------------- */
/* footer CSS start
--------------------------------------------- */
.site-footer {
	background: var(--primary-color);
}

.site-footer .site-footer-top {
	padding: 5.25rem 0 2.5rem;
}

.site-footer .site-footer-top .footer-widgets-wrapper {
	display: grid;
	grid-gap: 30px;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.site-footer .site-footer-top .footer-widgets-wrapper .footer-widget-single {
	color: var(--color-text-white);
}

.site-footer .site-footer-top .footer-widgets-wrapper .footer-widget-single h1,
.site-footer .site-footer-top .footer-widgets-wrapper .footer-widget-single h2,
.site-footer .site-footer-top .footer-widgets-wrapper .footer-widget-single h3,
.site-footer .site-footer-top .footer-widgets-wrapper .footer-widget-single h4,
.site-footer .site-footer-top .footer-widgets-wrapper .footer-widget-single h5,
.site-footer .site-footer-top .footer-widgets-wrapper .footer-widget-single h6 {
	margin-top: 0;
}

.site-footer .site-footer-top .footer-widgets-wrapper .footer-widget-single a {
	color: var(--color-text-white);
}

.site-footer .site-footer-top .footer-widgets-wrapper .footer-widget-single a:focus, .site-footer .site-footer-top .footer-widgets-wrapper .footer-widget-single a:hover {
	color: var(--secondary-color);
}

.site-footer .site-footer-top .footer-widgets-wrapper .footer-widget-single .widget .widget-title {
	color: var(--color-text-white);
}

.site-footer .site-footer-top .footer-widgets-wrapper .footer-widget-single .widget ul li a,
.site-footer .site-footer-top .footer-widgets-wrapper .footer-widget-single .widget ol li a {
	color: var(--color-text-white);
}

.site-footer .site-footer-top .footer-widgets-wrapper .footer-widget-single .widget ul li a:focus, .site-footer .site-footer-top .footer-widgets-wrapper .footer-widget-single .widget ul li a:hover,
.site-footer .site-footer-top .footer-widgets-wrapper .footer-widget-single .widget ol li a:focus,
.site-footer .site-footer-top .footer-widgets-wrapper .footer-widget-single .widget ol li a:hover {
	color: var(--secondary-color);
}

.site-footer .site-footer-bottom {
	position: relative;
	padding: 15px 0;
	z-index: 1;
}

.site-footer .site-footer-bottom .site-footer-bottom-wrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	color: var(--color-text-white);
	position: relative;
}

.site-footer .site-footer-bottom .site-footer-bottom-wrapper .site-info a {
	text-decoration: none;
	color: var(--color-text-white);
}

.site-footer .site-footer-bottom .site-footer-bottom-wrapper .site-info a:focus, .site-footer .site-footer-bottom .site-footer-bottom-wrapper .site-info a:hover {
	color: var(--secondary-color);
}

.site-footer .site-footer-bottom::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #d9d9d9;
	opacity: 0.1;
}

/* footer CSS end
--------------------------------------------- */

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