/*!
Theme Name: Corporaze Pro
Theme URI: https://ascendoor.com/themes/corporaze-pro/
Author: Ascendoor
Author URI: https://ascendoor.com/
Description: Corporaze Pro is a multipurpose WordPress theme designed for business websites - it is creative, flexible, highly customizable and a Gutenberg compatible WordPress theme. The design is completely responsive and will make your website stand out. Corporaze Pro is a multipurpose theme with a variety of layouts that can be used for any other WordPress site, including startups, business agencies, e-commerce websites, corporate, blogs, Stock Market, Consultants, and ideally for any kind of business sites. The theme of Corporaze Pro is highly customizable and includes multiple styles for sections. The compatibility of WordPress Classic editor, WooCommerce, and Gutenberg makes it easy for users. Check the theme documentation at: https://docs.ascendoor.com/docs/corporaze-pro/ and demo at: https://demos.ascendoor.com/corporaze-pro/
Version: 1.0.2
Requires at least: 5.0
Requires PHP: 7.4
Tested up to: 6.7
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: corporaze-pro
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.

Corporaze Pro 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-outer-wrapper {
	max-width: 1320px;
	margin-inline: auto;
	padding: 0 20px;
}

@media (min-width: 1600px) {
	.ascendoor-outer-wrapper {
		max-width: 1520px;
		padding: 0;
	}
}

@media (min-width: 1521px) {
	.ascendoor-outer-wrapper {
		max-width: 1420px;
	}
}

@media (max-width: 1320px) {
	.ascendoor-outer-wrapper {
		margin-inline: 20px;
	}
	.ascendoor-outer-wrapper .ascendoor-wrapper {
		padding: 0;
	}
}

.ascendoor-wrapper {
	width: 100%;
	max-width: 1320px;
	margin: 0 auto;
	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;
	margin-bottom: 50px;
}

.section-header-subtitle .section-title {
	font-size: var(--font-size-xl);
	font-family: var(--font-heading);
	margin-top: 0;
	margin-bottom: 10px;
	line-height: 1.2;
}

.section-header-subtitle .section-subtitle {
	font-size: var(--font-size-base);
	font-family: var(--font-main);
	margin-top: 10px;
	margin-bottom: 0;
}

.layout-icon.business-layout .section-header-subtitle .section-title {
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.layout-icon.business-layout .section-header-subtitle .section-title::after {
	position: absolute;
	content: " ";
	inset-inline-start: 50%;
	bottom: 0;
	transform: translateX(-50%);
	height: 3px;
	width: 60px;
	background-color: var(--color-text-main);
}

body.rtl .layout-icon.business-layout .section-header-subtitle .section-title::after {
	transform: translateX(50%);
}

.layout-icon.pets-layout .section-header-subtitle .section-title, .layout-icon.yoga-layout .section-header-subtitle .section-title {
	position: relative;
	margin-bottom: 15px;
	z-index: 1;
}

.layout-icon.pets-layout .section-header-subtitle .section-title::after, .layout-icon.yoga-layout .section-header-subtitle .section-title::after {
	position: absolute;
	content: " ";
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: inline-block;
	width: 80px;
	height: 80px;
	transition: all 0.3s ease;
	transform-origin: center;
	-webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'><g><path d='M185.61,66.09c-0.32,7.23-1.26,13.53-3.73,19.56c-0.27,0.66,0.05,1.9,0.55,2.49c2.74,3.24,5.58,6.4,8.46,9.52c1.56,1.69,1.44,3.16-0.06,4.79c-2.71,2.94-5.28,6-8.04,8.89c-1.11,1.16-1.5,2.06-0.79,3.66c3.12,7.09,3.59,14.67,3.65,22.26c0.01,1.13-1.13,2.58-2.14,3.34c-5.45,4.07-11.5,7.06-18.06,8.87c-2.09,0.58-3.32,1.45-3.52,3.71c-0.46,5.28-3.32,8.28-8.67,8.72c-2.21,0.18-3.14,1.33-3.73,3.47c-1.79,6.46-4.81,12.38-8.65,17.9c-1.27,1.83-2.77,2.54-5.04,2.43c-7.35-0.37-14.62-0.96-21.51-3.9c-0.64-0.27-1.89,0.14-2.5,0.65c-3.24,2.74-6.4,5.58-9.52,8.45c-1.58,1.45-3,1.46-4.59,0.01c-3.13-2.87-6.28-5.72-9.53-8.45c-0.63-0.53-1.98-0.85-2.69-0.55c-7.31,3.05-15.02,3.61-22.78,3.73c-1.01,0.01-2.34-0.91-3.02-1.79c-4.43-5.73-7.45-12.21-9.42-19.15c-0.45-1.59-1.14-2.52-2.75-2.63c-6.17-0.4-9.13-3.92-9.65-9.84c-0.13-1.46-1-2.03-2.36-2.41c-6.46-1.82-12.44-4.7-18.04-8.41c-2.26-1.5-3.36-3.23-3.18-6.15c0.45-7.18,1.06-14.27,3.91-21c0.27-0.63-0.17-1.87-0.69-2.48c-2.74-3.24-5.58-6.4-8.46-9.51c-1.5-1.62-1.36-3.01,0.07-4.56c2.76-3.01,5.39-6.13,8.19-9.09c1.02-1.09,1.44-1.9,0.77-3.43c-3.16-7.16-3.66-14.82-3.68-22.5c0-1.01,0.94-2.3,1.81-2.98c5.78-4.53,12.39-7.46,19.39-9.51c1.44-0.42,1.96-1.13,2.31-2.46c2.4-8.89,0.93-7.38,9.95-9.82c1.26-0.34,1.88-0.85,2.27-2.19c1.95-6.76,4.88-13.08,8.94-18.86c1.26-1.79,2.7-2.62,5-2.52c7.44,0.31,14.78,0.96,21.74,3.94c0.58,0.25,1.73-0.13,2.29-0.6c3.3-2.8,6.52-5.69,9.72-8.61c1.51-1.38,2.86-1.4,4.37-0.02c3.13,2.86,6.36,5.63,9.47,8.52c0.97,0.9,1.71,1.18,3.04,0.6c7.26-3.14,14.98-3.8,22.75-3.7c1.16,0.01,2.6,1.34,3.4,2.43c4.05,5.47,6.96,11.55,8.78,18.1c0.51,1.85,1.31,2.89,3.26,3.05c5.49,0.44,8.57,3.4,9.08,8.93c0.18,1.96,1.23,2.77,3.11,3.51c5.25,2.05,10.39,4.41,15.46,6.88C184.42,59.24,187.25,61.94,185.61,66.09z M72.11,42.08c-0.44-0.17-0.8-0.37-1.19-0.46c-8.83-1.94-17.54-1.24-26.1,1.42c-0.81,0.25-1.64,1.36-1.91,2.24c-2.32,7.41-2.98,14.98-1.87,22.68c0.21,1.43,0.59,2.84,0.87,4.14c16.68-2.58,28.79,3.35,36.79,18.05c2.62-5.15,6.4-8.82,11.44-11.47C75.33,70.55,69.42,58.43,72.11,42.08z M78.71,109.87c-6.92,14-21.31,21.25-36.65,18.03c-0.18,0.51-0.44,1.03-0.55,1.58c-1.23,6.02-1.49,12.09-0.26,18.11c2.22,10.84,0.32,8.96,11.22,11.16c6.49,1.31,13.05,1.06,19.65-0.72c-2.78-16.54,3.3-28.68,18.01-36.75C85.05,118.7,81.32,115.03,78.71,109.87z M109.83,121.31c14.92,8.11,20.79,20.33,18.1,36.68c0.63,0.2,1.09,0.39,1.57,0.49c8.67,1.81,17.23,1.16,25.62-1.51c0.87-0.28,1.76-1.47,2.06-2.42c1.9-6.01,2.64-12.2,2.21-18.48c-0.19-2.76-0.77-5.5-1.17-8.19c-16.8,2.7-28.86-3.32-36.88-17.97C118.69,114.96,115.01,118.77,109.83,121.31z M121.32,90.15c8.04-14.78,20.23-20.77,36.58-18.07c0.17-0.3,0.35-0.5,0.41-0.73c2.06-9,1.39-17.87-1.36-26.61c-0.24-0.75-1.26-1.61-2.06-1.78c-4.14-0.9-8.29-1.86-12.49-2.3c-4.88-0.52-9.77-0.08-14.5,1.34c2.71,16.56-3.32,28.7-18.07,36.73C115.07,81.3,118.71,85.06,121.32,90.15z M77.61,39.34c12.86,5.22,19.86,14.79,22.46,28.16c2.33-13.61,9.74-22.92,22.27-28.22c-4.99-11.1-13.3-19.02-22.33-26.62C90.94,20.22,82.73,28.22,77.61,39.34z M67.38,100.04c-13.34-2.61-22.89-9.63-28.07-22.41c-11.1,5.08-19.12,13.35-26.67,22.39c7.65,9.08,15.58,17.4,26.67,22.35C44.49,109.7,53.93,102.53,67.38,100.04z M100.18,132.67c-2.29,5.84-3.32,12.02-7.42,16.95c-4.08,4.91-9.04,8.52-15.04,11.06c0.39,0.89,0.67,1.66,1.04,2.38c4.83,9.46,12.23,16.72,20.27,23.39c0.43,0.36,1.93,0.11,2.42-0.37c5.06-5.03,10.23-9.98,14.92-15.35c2.49-2.85,4.11-6.46,6.25-9.93C109.59,155.36,102.49,145.98,100.18,132.67z M160.67,77.68c-5.15,12.78-14.77,19.76-28.07,22.39c13.53,2.45,22.92,9.66,28.14,22.31c11.16-5.11,19.13-13.42,26.68-22.41C179.65,90.93,171.8,82.55,160.67,77.68z M80.81,99.77c-0.13,10.62,8.27,19.26,18.96,19.48c10.61,0.22,19.32-8.4,19.43-19.25c0.11-10.43-8.42-19.07-18.95-19.18C89.59,80.7,80.95,89.12,80.81,99.77z M102.99,75.89c13.82-1.32,25.03-18.83,20.47-32.23C112.18,46.89,102.79,61.68,102.99,75.89zM156.59,123.39c-0.65-1.33-1.24-2.67-1.94-3.96c-6.57-12.23-18.56-14.39-30.63-16.71C124.83,116.31,143.83,128.37,156.59,123.39zM43.63,76.58c3.5,11.3,16.55,19.62,32.19,20.54C74.76,82.76,56.3,71.98,43.63,76.58z M97.67,75.96c-1.54-5.58-2.77-10.94-4.52-16.13c-2.75-8.18-8.96-12.99-16.6-16.44C72.15,57.67,83.47,74.64,97.67,75.96z M156.77,76.35c-8.27-1.94-15.56-0.32-22.17,4.29c-5.76,4.02-9.41,9.51-10.94,17.15c5.99-1.66,11.33-2.92,16.52-4.65C148.32,90.44,153.14,84.26,156.77,76.35z M123.4,156.54c4.74-13.88-7.11-31.55-21.21-32.39c1.98,6.45,3.36,12.93,5.94,18.88C111.01,149.66,116.73,153.76,123.4,156.54z M76.55,156.47c14.4-6.01,17.96-15.68,20.51-32.41C82.23,125.91,72.27,143.56,76.55,156.47z M43.41,123.58c16.57,4.4,31.96-9.3,32.41-20.91c-7.02,1.5-14.18,2.56-20.4,6.2C49.79,112.17,45.89,117.23,43.41,123.58z M145.77,163.57c-1.92,0-3.5,0.12-5.05-0.03c-1.85-0.18-2.87,0.48-3.55,2.24c-0.77,2.01-1.89,3.88-2.83,5.82c-0.87,1.81-2.25,2.57-4.25,2.19c-2.61-0.49-5.22-1-7.84-1.41c-0.64-0.1-1.6-0.05-1.95,0.34c-1.43,1.58-2.68,3.32-4.07,5.1c0.42,0.26,0.67,0.49,0.96,0.6c5.99,2.28,12.26,2.94,18.61,3.01c0.62,0.01,1.46-0.43,1.83-0.94C141.32,175.43,143.9,169.8,145.77,163.57z M22.11,83.84c1.74-1.36,3.12-2.56,4.62-3.57c1.1-0.74,1.17-1.48,0.88-2.71c-0.62-2.58-0.93-5.23-1.42-7.84c-0.34-1.82,0.34-3.05,1.97-3.85c2.16-1.06,4.33-2.11,6.45-3.26c0.67-0.36,1.62-0.98,1.67-1.55c0.2-2.17,0.08-4.36,0.08-7.4c-5.13,2.52-9.76,4.87-14.47,7.06c-2.93,1.36-3.72,3.46-3.35,6.58C19.2,72.82,19.58,78.36,22.11,83.84z M115.75,21.62c1.73,2.2,2.92,3.57,3.95,5.07c0.72,1.05,1.39,1.29,2.68,0.96c2.48-0.63,5.05-0.93,7.58-1.42c2.09-0.4,3.53,0.3,4.44,2.25c0.98,2.11,2,4.2,3.1,6.24c0.35,0.65,1.01,1.53,1.59,1.58c2.1,0.19,4.24,0.08,7.06,0.08c-1.98-4.38-3.88-8.39-5.62-12.48c-1.92-4.51-5-6.52-9.93-5.11c-0.7,0.2-1.5,0.07-2.23,0.21C124.35,19.82,120.33,20.67,115.75,21.62z M177.97,116.07c-1.66,1.33-3,2.58-4.52,3.56c-1.21,0.78-1.33,1.6-1.04,2.91c0.59,2.67,0.96,5.39,1.41,8.08c0.27,1.61-0.38,2.73-1.82,3.45c-2.23,1.11-4.49,2.17-6.66,3.39c-0.69,0.39-1.55,1.15-1.62,1.82c-0.21,2.04-0.08,4.12-0.08,6.44c6.22-1.83,11.95-4.49,17.14-8.3c0.39-0.29,0.73-0.97,0.71-1.46C181.31,129.3,180.79,122.7,177.97,116.07z M178.01,83.9c2.59-6.27,3.18-12.44,3.52-18.68c0.09-1.64-0.41-2.76-1.82-3.45c-4.92-2.4-9.85-4.77-14.79-7.12c-0.38-0.18-0.89-0.1-1.31-0.13c0,1.83,0.12,3.49-0.03,5.14c-0.15,1.71,0.57,2.52,2.09,3.16c2.21,0.93,4.43,1.97,6.4,3.32c0.89,0.61,1.72,2.12,1.66,3.16c-0.17,2.8-0.87,5.56-1.26,8.36c-0.1,0.71-0.06,1.76,0.37,2.16C174.35,81.21,176.06,82.39,178.01,83.9z M36.39,146.22c0-2.61-0.09-4.43,0.03-6.24c0.09-1.42-0.55-2.05-1.77-2.59c-2.2-0.98-4.3-2.18-6.47-3.23c-1.67-0.81-2.28-2.1-1.97-3.87c0.47-2.7,1-5.39,1.41-8.1c0.09-0.63,0.04-1.58-0.35-1.93c-1.59-1.42-3.35-2.66-5.21-4.09c-2.3,5.03-2.67,10.25-3.45,15.42c-0.61,4.05,0.47,6.65,4.25,8.31C27.3,141.84,31.66,144,36.39,146.22z M53.95,163.61c1.72,3.92,3.04,7.77,5.01,11.26c4.63,8.21,2.72,6.78,11.39,6.23c0.5-0.03,1.01-0.02,1.49-0.12c3.94-0.81,7.87-1.65,12.35-2.59c-1.67-2.17-2.72-3.76-4.01-5.11c-0.53-0.56-1.63-0.94-2.4-0.85c-2.88,0.34-5.73,1.08-8.61,1.29c-0.98,0.07-2.44-0.71-2.98-1.55c-1.43-2.22-2.43-4.72-3.72-7.04c-0.35-0.63-1.07-1.41-1.68-1.47C58.74,163.49,56.66,163.61,53.95,163.61z M83.82,22.08c-1.03-0.42-1.82-0.92-2.67-1.06c-5.23-0.87-10.48-1.64-15.71-2.5c-1.85-0.31-3.04,0.46-3.81,2.03c-2.3,4.69-4.59,9.38-6.83,14.09c-0.25,0.53-0.22,1.19-0.32,1.8c1.9,0,3.55-0.07,5.2,0.02c1.53,0.08,2.41-0.44,3.02-1.94c0.91-2.22,1.93-4.46,3.29-6.41c0.67-0.96,2.25-1.85,3.37-1.8c2.8,0.14,5.56,0.87,8.35,1.28c0.65,0.1,1.63,0.16,1.96-0.21C81.1,25.78,82.33,24.02,83.82,22.08z M163.49,133.42c6.68-2.1,7.6-4.15,4.52-9.96c-1.62,0.79-3.28,1.53-4.85,2.42c-0.43,0.25-0.88,1.01-0.82,1.47C162.62,129.38,163.08,131.38,163.49,133.42z M76.63,31.88c-6.58-2.52-8.86-1.42-9.85,4.74c2.25,0.43,4.51,0.85,6.86,1.3C74.66,35.85,75.64,33.87,76.63,31.88z M36.27,66.45c-1.64,0.78-3.26,1.43-4.72,2.33c-0.55,0.34-1.09,1.31-1.03,1.94c0.18,1.94,0.65,3.86,1.06,6.05c2.28-1.13,4.26-2.11,6.27-3.1c-0.39-2.22-0.76-4.33-1.15-6.44C36.68,67.07,36.55,66.94,36.27,66.45z M133.51,163.46c-2.13-0.41-4.07-0.85-6.02-1.11c-0.48-0.07-1.29,0.29-1.53,0.69c-0.95,1.63-1.73,3.36-2.57,5.06C129.73,170.8,131.08,170.2,133.51,163.46z M133.51,36.56c-2.43-6.76-3.55-7.26-10.11-4.66c0.99,1.99,1.97,3.98,2.98,6.01C128.78,37.46,131.04,37.03,133.51,36.56z M36.54,133.52c0.47-2.48,0.89-4.74,1.34-7.16c-2.05-1-4.08-2-6.16-3.02C29.58,131.86,29.56,130.5,36.54,133.52z M163.51,66.58c-0.41,2.03-0.86,4.04-1.18,6.07c-0.07,0.43,0.23,1.18,0.58,1.37c1.71,0.93,3.5,1.72,5.28,2.57C170.76,70.1,170.14,68.79,163.51,66.58z M66.49,163.48c2.64,6.82,3.92,7.39,10.12,4.59c-0.84-1.69-1.61-3.42-2.55-5.04c-0.24-0.41-1.07-0.75-1.57-0.68C70.53,162.62,68.6,163.07,66.49,163.48z'/><path d='M111.9,99.99c0,5.37-6.51,11.88-11.89,11.91c-5.34,0.03-11.87-6.49-11.92-11.89c-0.05-5.36,6.57-11.98,11.89-11.91C105.47,88.18,111.91,94.6,111.9,99.99z M100.09,107.66c3.31-0.1,7.74-4.71,7.57-7.88c-0.16-3.16-4.66-7.49-7.76-7.45c-3.23,0.04-7.74,4.75-7.54,7.88C92.57,103.46,97.02,107.75,100.09,107.66z'/></g></svg>");
	mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'><g><path d='M185.61,66.09c-0.32,7.23-1.26,13.53-3.73,19.56c-0.27,0.66,0.05,1.9,0.55,2.49c2.74,3.24,5.58,6.4,8.46,9.52c1.56,1.69,1.44,3.16-0.06,4.79c-2.71,2.94-5.28,6-8.04,8.89c-1.11,1.16-1.5,2.06-0.79,3.66c3.12,7.09,3.59,14.67,3.65,22.26c0.01,1.13-1.13,2.58-2.14,3.34c-5.45,4.07-11.5,7.06-18.06,8.87c-2.09,0.58-3.32,1.45-3.52,3.71c-0.46,5.28-3.32,8.28-8.67,8.72c-2.21,0.18-3.14,1.33-3.73,3.47c-1.79,6.46-4.81,12.38-8.65,17.9c-1.27,1.83-2.77,2.54-5.04,2.43c-7.35-0.37-14.62-0.96-21.51-3.9c-0.64-0.27-1.89,0.14-2.5,0.65c-3.24,2.74-6.4,5.58-9.52,8.45c-1.58,1.45-3,1.46-4.59,0.01c-3.13-2.87-6.28-5.72-9.53-8.45c-0.63-0.53-1.98-0.85-2.69-0.55c-7.31,3.05-15.02,3.61-22.78,3.73c-1.01,0.01-2.34-0.91-3.02-1.79c-4.43-5.73-7.45-12.21-9.42-19.15c-0.45-1.59-1.14-2.52-2.75-2.63c-6.17-0.4-9.13-3.92-9.65-9.84c-0.13-1.46-1-2.03-2.36-2.41c-6.46-1.82-12.44-4.7-18.04-8.41c-2.26-1.5-3.36-3.23-3.18-6.15c0.45-7.18,1.06-14.27,3.91-21c0.27-0.63-0.17-1.87-0.69-2.48c-2.74-3.24-5.58-6.4-8.46-9.51c-1.5-1.62-1.36-3.01,0.07-4.56c2.76-3.01,5.39-6.13,8.19-9.09c1.02-1.09,1.44-1.9,0.77-3.43c-3.16-7.16-3.66-14.82-3.68-22.5c0-1.01,0.94-2.3,1.81-2.98c5.78-4.53,12.39-7.46,19.39-9.51c1.44-0.42,1.96-1.13,2.31-2.46c2.4-8.89,0.93-7.38,9.95-9.82c1.26-0.34,1.88-0.85,2.27-2.19c1.95-6.76,4.88-13.08,8.94-18.86c1.26-1.79,2.7-2.62,5-2.52c7.44,0.31,14.78,0.96,21.74,3.94c0.58,0.25,1.73-0.13,2.29-0.6c3.3-2.8,6.52-5.69,9.72-8.61c1.51-1.38,2.86-1.4,4.37-0.02c3.13,2.86,6.36,5.63,9.47,8.52c0.97,0.9,1.71,1.18,3.04,0.6c7.26-3.14,14.98-3.8,22.75-3.7c1.16,0.01,2.6,1.34,3.4,2.43c4.05,5.47,6.96,11.55,8.78,18.1c0.51,1.85,1.31,2.89,3.26,3.05c5.49,0.44,8.57,3.4,9.08,8.93c0.18,1.96,1.23,2.77,3.11,3.51c5.25,2.05,10.39,4.41,15.46,6.88C184.42,59.24,187.25,61.94,185.61,66.09z M72.11,42.08c-0.44-0.17-0.8-0.37-1.19-0.46c-8.83-1.94-17.54-1.24-26.1,1.42c-0.81,0.25-1.64,1.36-1.91,2.24c-2.32,7.41-2.98,14.98-1.87,22.68c0.21,1.43,0.59,2.84,0.87,4.14c16.68-2.58,28.79,3.35,36.79,18.05c2.62-5.15,6.4-8.82,11.44-11.47C75.33,70.55,69.42,58.43,72.11,42.08z M78.71,109.87c-6.92,14-21.31,21.25-36.65,18.03c-0.18,0.51-0.44,1.03-0.55,1.58c-1.23,6.02-1.49,12.09-0.26,18.11c2.22,10.84,0.32,8.96,11.22,11.16c6.49,1.31,13.05,1.06,19.65-0.72c-2.78-16.54,3.3-28.68,18.01-36.75C85.05,118.7,81.32,115.03,78.71,109.87z M109.83,121.31c14.92,8.11,20.79,20.33,18.1,36.68c0.63,0.2,1.09,0.39,1.57,0.49c8.67,1.81,17.23,1.16,25.62-1.51c0.87-0.28,1.76-1.47,2.06-2.42c1.9-6.01,2.64-12.2,2.21-18.48c-0.19-2.76-0.77-5.5-1.17-8.19c-16.8,2.7-28.86-3.32-36.88-17.97C118.69,114.96,115.01,118.77,109.83,121.31z M121.32,90.15c8.04-14.78,20.23-20.77,36.58-18.07c0.17-0.3,0.35-0.5,0.41-0.73c2.06-9,1.39-17.87-1.36-26.61c-0.24-0.75-1.26-1.61-2.06-1.78c-4.14-0.9-8.29-1.86-12.49-2.3c-4.88-0.52-9.77-0.08-14.5,1.34c2.71,16.56-3.32,28.7-18.07,36.73C115.07,81.3,118.71,85.06,121.32,90.15z M77.61,39.34c12.86,5.22,19.86,14.79,22.46,28.16c2.33-13.61,9.74-22.92,22.27-28.22c-4.99-11.1-13.3-19.02-22.33-26.62C90.94,20.22,82.73,28.22,77.61,39.34z M67.38,100.04c-13.34-2.61-22.89-9.63-28.07-22.41c-11.1,5.08-19.12,13.35-26.67,22.39c7.65,9.08,15.58,17.4,26.67,22.35C44.49,109.7,53.93,102.53,67.38,100.04z M100.18,132.67c-2.29,5.84-3.32,12.02-7.42,16.95c-4.08,4.91-9.04,8.52-15.04,11.06c0.39,0.89,0.67,1.66,1.04,2.38c4.83,9.46,12.23,16.72,20.27,23.39c0.43,0.36,1.93,0.11,2.42-0.37c5.06-5.03,10.23-9.98,14.92-15.35c2.49-2.85,4.11-6.46,6.25-9.93C109.59,155.36,102.49,145.98,100.18,132.67z M160.67,77.68c-5.15,12.78-14.77,19.76-28.07,22.39c13.53,2.45,22.92,9.66,28.14,22.31c11.16-5.11,19.13-13.42,26.68-22.41C179.65,90.93,171.8,82.55,160.67,77.68z M80.81,99.77c-0.13,10.62,8.27,19.26,18.96,19.48c10.61,0.22,19.32-8.4,19.43-19.25c0.11-10.43-8.42-19.07-18.95-19.18C89.59,80.7,80.95,89.12,80.81,99.77z M102.99,75.89c13.82-1.32,25.03-18.83,20.47-32.23C112.18,46.89,102.79,61.68,102.99,75.89zM156.59,123.39c-0.65-1.33-1.24-2.67-1.94-3.96c-6.57-12.23-18.56-14.39-30.63-16.71C124.83,116.31,143.83,128.37,156.59,123.39zM43.63,76.58c3.5,11.3,16.55,19.62,32.19,20.54C74.76,82.76,56.3,71.98,43.63,76.58z M97.67,75.96c-1.54-5.58-2.77-10.94-4.52-16.13c-2.75-8.18-8.96-12.99-16.6-16.44C72.15,57.67,83.47,74.64,97.67,75.96z M156.77,76.35c-8.27-1.94-15.56-0.32-22.17,4.29c-5.76,4.02-9.41,9.51-10.94,17.15c5.99-1.66,11.33-2.92,16.52-4.65C148.32,90.44,153.14,84.26,156.77,76.35z M123.4,156.54c4.74-13.88-7.11-31.55-21.21-32.39c1.98,6.45,3.36,12.93,5.94,18.88C111.01,149.66,116.73,153.76,123.4,156.54z M76.55,156.47c14.4-6.01,17.96-15.68,20.51-32.41C82.23,125.91,72.27,143.56,76.55,156.47z M43.41,123.58c16.57,4.4,31.96-9.3,32.41-20.91c-7.02,1.5-14.18,2.56-20.4,6.2C49.79,112.17,45.89,117.23,43.41,123.58z M145.77,163.57c-1.92,0-3.5,0.12-5.05-0.03c-1.85-0.18-2.87,0.48-3.55,2.24c-0.77,2.01-1.89,3.88-2.83,5.82c-0.87,1.81-2.25,2.57-4.25,2.19c-2.61-0.49-5.22-1-7.84-1.41c-0.64-0.1-1.6-0.05-1.95,0.34c-1.43,1.58-2.68,3.32-4.07,5.1c0.42,0.26,0.67,0.49,0.96,0.6c5.99,2.28,12.26,2.94,18.61,3.01c0.62,0.01,1.46-0.43,1.83-0.94C141.32,175.43,143.9,169.8,145.77,163.57z M22.11,83.84c1.74-1.36,3.12-2.56,4.62-3.57c1.1-0.74,1.17-1.48,0.88-2.71c-0.62-2.58-0.93-5.23-1.42-7.84c-0.34-1.82,0.34-3.05,1.97-3.85c2.16-1.06,4.33-2.11,6.45-3.26c0.67-0.36,1.62-0.98,1.67-1.55c0.2-2.17,0.08-4.36,0.08-7.4c-5.13,2.52-9.76,4.87-14.47,7.06c-2.93,1.36-3.72,3.46-3.35,6.58C19.2,72.82,19.58,78.36,22.11,83.84z M115.75,21.62c1.73,2.2,2.92,3.57,3.95,5.07c0.72,1.05,1.39,1.29,2.68,0.96c2.48-0.63,5.05-0.93,7.58-1.42c2.09-0.4,3.53,0.3,4.44,2.25c0.98,2.11,2,4.2,3.1,6.24c0.35,0.65,1.01,1.53,1.59,1.58c2.1,0.19,4.24,0.08,7.06,0.08c-1.98-4.38-3.88-8.39-5.62-12.48c-1.92-4.51-5-6.52-9.93-5.11c-0.7,0.2-1.5,0.07-2.23,0.21C124.35,19.82,120.33,20.67,115.75,21.62z M177.97,116.07c-1.66,1.33-3,2.58-4.52,3.56c-1.21,0.78-1.33,1.6-1.04,2.91c0.59,2.67,0.96,5.39,1.41,8.08c0.27,1.61-0.38,2.73-1.82,3.45c-2.23,1.11-4.49,2.17-6.66,3.39c-0.69,0.39-1.55,1.15-1.62,1.82c-0.21,2.04-0.08,4.12-0.08,6.44c6.22-1.83,11.95-4.49,17.14-8.3c0.39-0.29,0.73-0.97,0.71-1.46C181.31,129.3,180.79,122.7,177.97,116.07z M178.01,83.9c2.59-6.27,3.18-12.44,3.52-18.68c0.09-1.64-0.41-2.76-1.82-3.45c-4.92-2.4-9.85-4.77-14.79-7.12c-0.38-0.18-0.89-0.1-1.31-0.13c0,1.83,0.12,3.49-0.03,5.14c-0.15,1.71,0.57,2.52,2.09,3.16c2.21,0.93,4.43,1.97,6.4,3.32c0.89,0.61,1.72,2.12,1.66,3.16c-0.17,2.8-0.87,5.56-1.26,8.36c-0.1,0.71-0.06,1.76,0.37,2.16C174.35,81.21,176.06,82.39,178.01,83.9z M36.39,146.22c0-2.61-0.09-4.43,0.03-6.24c0.09-1.42-0.55-2.05-1.77-2.59c-2.2-0.98-4.3-2.18-6.47-3.23c-1.67-0.81-2.28-2.1-1.97-3.87c0.47-2.7,1-5.39,1.41-8.1c0.09-0.63,0.04-1.58-0.35-1.93c-1.59-1.42-3.35-2.66-5.21-4.09c-2.3,5.03-2.67,10.25-3.45,15.42c-0.61,4.05,0.47,6.65,4.25,8.31C27.3,141.84,31.66,144,36.39,146.22z M53.95,163.61c1.72,3.92,3.04,7.77,5.01,11.26c4.63,8.21,2.72,6.78,11.39,6.23c0.5-0.03,1.01-0.02,1.49-0.12c3.94-0.81,7.87-1.65,12.35-2.59c-1.67-2.17-2.72-3.76-4.01-5.11c-0.53-0.56-1.63-0.94-2.4-0.85c-2.88,0.34-5.73,1.08-8.61,1.29c-0.98,0.07-2.44-0.71-2.98-1.55c-1.43-2.22-2.43-4.72-3.72-7.04c-0.35-0.63-1.07-1.41-1.68-1.47C58.74,163.49,56.66,163.61,53.95,163.61z M83.82,22.08c-1.03-0.42-1.82-0.92-2.67-1.06c-5.23-0.87-10.48-1.64-15.71-2.5c-1.85-0.31-3.04,0.46-3.81,2.03c-2.3,4.69-4.59,9.38-6.83,14.09c-0.25,0.53-0.22,1.19-0.32,1.8c1.9,0,3.55-0.07,5.2,0.02c1.53,0.08,2.41-0.44,3.02-1.94c0.91-2.22,1.93-4.46,3.29-6.41c0.67-0.96,2.25-1.85,3.37-1.8c2.8,0.14,5.56,0.87,8.35,1.28c0.65,0.1,1.63,0.16,1.96-0.21C81.1,25.78,82.33,24.02,83.82,22.08z M163.49,133.42c6.68-2.1,7.6-4.15,4.52-9.96c-1.62,0.79-3.28,1.53-4.85,2.42c-0.43,0.25-0.88,1.01-0.82,1.47C162.62,129.38,163.08,131.38,163.49,133.42z M76.63,31.88c-6.58-2.52-8.86-1.42-9.85,4.74c2.25,0.43,4.51,0.85,6.86,1.3C74.66,35.85,75.64,33.87,76.63,31.88z M36.27,66.45c-1.64,0.78-3.26,1.43-4.72,2.33c-0.55,0.34-1.09,1.31-1.03,1.94c0.18,1.94,0.65,3.86,1.06,6.05c2.28-1.13,4.26-2.11,6.27-3.1c-0.39-2.22-0.76-4.33-1.15-6.44C36.68,67.07,36.55,66.94,36.27,66.45z M133.51,163.46c-2.13-0.41-4.07-0.85-6.02-1.11c-0.48-0.07-1.29,0.29-1.53,0.69c-0.95,1.63-1.73,3.36-2.57,5.06C129.73,170.8,131.08,170.2,133.51,163.46z M133.51,36.56c-2.43-6.76-3.55-7.26-10.11-4.66c0.99,1.99,1.97,3.98,2.98,6.01C128.78,37.46,131.04,37.03,133.51,36.56z M36.54,133.52c0.47-2.48,0.89-4.74,1.34-7.16c-2.05-1-4.08-2-6.16-3.02C29.58,131.86,29.56,130.5,36.54,133.52z M163.51,66.58c-0.41,2.03-0.86,4.04-1.18,6.07c-0.07,0.43,0.23,1.18,0.58,1.37c1.71,0.93,3.5,1.72,5.28,2.57C170.76,70.1,170.14,68.79,163.51,66.58z M66.49,163.48c2.64,6.82,3.92,7.39,10.12,4.59c-0.84-1.69-1.61-3.42-2.55-5.04c-0.24-0.41-1.07-0.75-1.57-0.68C70.53,162.62,68.6,163.07,66.49,163.48z'/><path d='M111.9,99.99c0,5.37-6.51,11.88-11.89,11.91c-5.34,0.03-11.87-6.49-11.92-11.89c-0.05-5.36,6.57-11.98,11.89-11.91C105.47,88.18,111.91,94.6,111.9,99.99z M100.09,107.66c3.31-0.1,7.74-4.71,7.57-7.88c-0.16-3.16-4.66-7.49-7.76-7.45c-3.23,0.04-7.74,4.75-7.54,7.88C92.57,103.46,97.02,107.75,100.09,107.66z'/></g></svg>");
	-webkit-mask-position: center center;
	mask-position: center center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
	background: var(--primary-color);
	z-index: 0;
	opacity: 0.2;
}

.layout-icon.pets-layout .section-header-subtitle .section-title::after {
	-webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 51.3 42.4'><g><path d='M15.6,40.1c-0.9,0-1.8-0.2-2.7-0.7c-2.9-1.5-3.2-5.2-3.5-8c0-0.4-0.1-0.7-0.1-1c0-1.7-0.5-3.8-1.7-4.4c-0.3-0.2-0.7-0.3-1.1-0.5c-0.3-0.1-0.6-0.2-0.9-0.3c-3-1.2-3.8-4.3-3.3-6.8C2.9,15.7,4.9,13,8.4,13c1.8,0,3.4,0.5,4.9,0.9c0.5,0.1,1,0.3,1.5,0.4c1,0.2,2.1,0.3,3.1,0.4c1.8,0.2,3.5,0.4,5.1,0.9c2.8,0.9,5.5,3.6,5.1,6.6c0,0.9-0.4,1.7-0.8,2.5l-0.2,0.4c-0.6,1.3-1.3,2.6-1.9,3.9c-0.9,1.8-1.8,3.7-2.7,5.5c-0.5,1.2-2.1,4.1-5,5.1C16.9,40,16.2,40.1,15.6,40.1z M8.4,14c-2.9,0-4.7,2.3-5.1,4.6c-0.4,2.2,0.3,4.8,2.7,5.7c0.3,0.1,0.6,0.2,0.8,0.3c0.5,0.2,0.9,0.3,1.2,0.5c1.6,0.8,2.2,3.2,2.2,5.2c0,0.3,0.1,0.6,0.1,1c0.2,2.7,0.5,6,2.9,7.2c1.3,0.6,2.6,0.7,3.8,0.3c1.7-0.6,3.4-2.4,4.4-4.6c0.9-1.8,1.8-3.7,2.7-5.5c0.6-1.3,1.3-2.7,1.9-4l0.2-0.4c0.4-0.8,0.7-1.4,0.7-2.1c0.3-2.5-2.1-4.9-4.5-5.6c-1.5-0.5-3.1-0.7-4.9-0.9c-1-0.1-2.1-0.2-3.2-0.4c-0.5-0.1-1.1-0.3-1.6-0.4C11.6,14.5,10.1,14,8.4,14z'/><path d='M19.5,13.2c-0.5,0-1,0-1.5-0.1c-0.9-0.2-2-0.5-2.6-1.1c-1-1-1.2-2.6-0.4-4.6l0,0c1.1-2.8,4.5-5.3,7.6-5.6c2.1-0.2,3.9,0.6,5,2.2c1.6,2.5,1,4.4,0.3,5.6C26.3,11.9,22.6,13.2,19.5,13.2z M16,7.7L16,7.7c-0.4,1.1-0.7,2.6,0.2,3.6c0.5,0.5,1.7,0.8,2.1,0.9c2.7,0.5,7.2-0.8,8.8-3.2c0.9-1.3,0.8-2.8-0.3-4.5c-1.2-1.7-2.9-1.9-4.1-1.8C20,3,16.9,5.3,16,7.7z'/><path d='M34.9,15.7c-0.6,0-1.2,0-1.8-0.1c-0.5,0-1.1,0-1.8-0.6c-0.2-0.2-0.2-0.4-0.3-0.6C31,14.2,31,14.1,30.9,14l-0.1-0.1l0-0.1c-0.8-2.3,0.4-4.8,1.9-6.1l0,0c3.2-2.4,8-3.3,10.2-0.7c1.1,1.7,1.2,3.4,0.3,4.7c-0.5,1.3-1.7,2.4-3.2,3C38.5,15.3,36.8,15.7,34.9,15.7z M31.7,13.4c0.2,0.2,0.3,0.5,0.3,0.7c0,0.1,0.1,0.2,0.1,0.2c0.3,0.3,0.7,0.3,1.1,0.3c2.3,0.3,4.5,0,6.4-0.9c1.3-0.5,2.3-1.5,2.8-2.5c0.9-1.4,0.2-2.9-0.3-3.7c-1.9-2.2-6.3-0.9-8.8,0.9C32.1,9.5,31.1,11.6,31.7,13.4z'/><path d='M41.1,27.3c-1.1,0-2.3-0.2-3.6-0.5c-1.7-0.3-3.5-0.9-4.4-2.5c-1.1-1.7-0.4-4.2,1.1-5.7c1.2-1.2,3.2-1.9,5.4-1.9c4.1-0.3,6.6,1.2,7.4,4.5c0.5,2.3-0.8,4.8-3.1,5.7C43.1,27.1,42.2,27.3,41.1,27.3z M39.6,17.6c-2,0-3.7,0.6-4.7,1.7c-1.1,1.1-1.8,3.2-0.9,4.5c0.7,1.4,2.2,1.8,3.8,2.1c2.5,0.6,4.4,0.6,5.8,0c1.8-0.7,2.9-2.7,2.5-4.5C45.4,18.5,43.3,17.3,39.6,17.6L39.6,17.6z'/><path d='M32.6,38.9c-1.8,0-3.7-0.4-5-1.4c-1.2-0.9-1.7-2.3-1.4-3.8c0.2-1.5,1.2-2.7,2.8-3.4c2-1,5.3-1.6,7.8-0.6c2,0.9,3.1,2.4,3.2,4.2c0,1.7-1,3.2-2.8,4.1C36.1,38.6,34.4,38.9,32.6,38.9z M33.9,30.2c-1.6,0-3.3,0.4-4.4,1l0,0c-1.2,0.5-2,1.4-2.2,2.6c-0.2,1.3,0.1,2.2,1,2.9c2.1,1.6,6.5,1.4,8.5,0.4c1.5-0.7,2.3-1.9,2.3-3.2c0-1.4-1-2.6-2.6-3.3C35.7,30.4,34.8,30.2,33.9,30.2z'/></g></svg>");
	mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 51.3 42.4'><g><path d='M15.6,40.1c-0.9,0-1.8-0.2-2.7-0.7c-2.9-1.5-3.2-5.2-3.5-8c0-0.4-0.1-0.7-0.1-1c0-1.7-0.5-3.8-1.7-4.4c-0.3-0.2-0.7-0.3-1.1-0.5c-0.3-0.1-0.6-0.2-0.9-0.3c-3-1.2-3.8-4.3-3.3-6.8C2.9,15.7,4.9,13,8.4,13c1.8,0,3.4,0.5,4.9,0.9c0.5,0.1,1,0.3,1.5,0.4c1,0.2,2.1,0.3,3.1,0.4c1.8,0.2,3.5,0.4,5.1,0.9c2.8,0.9,5.5,3.6,5.1,6.6c0,0.9-0.4,1.7-0.8,2.5l-0.2,0.4c-0.6,1.3-1.3,2.6-1.9,3.9c-0.9,1.8-1.8,3.7-2.7,5.5c-0.5,1.2-2.1,4.1-5,5.1C16.9,40,16.2,40.1,15.6,40.1z M8.4,14c-2.9,0-4.7,2.3-5.1,4.6c-0.4,2.2,0.3,4.8,2.7,5.7c0.3,0.1,0.6,0.2,0.8,0.3c0.5,0.2,0.9,0.3,1.2,0.5c1.6,0.8,2.2,3.2,2.2,5.2c0,0.3,0.1,0.6,0.1,1c0.2,2.7,0.5,6,2.9,7.2c1.3,0.6,2.6,0.7,3.8,0.3c1.7-0.6,3.4-2.4,4.4-4.6c0.9-1.8,1.8-3.7,2.7-5.5c0.6-1.3,1.3-2.7,1.9-4l0.2-0.4c0.4-0.8,0.7-1.4,0.7-2.1c0.3-2.5-2.1-4.9-4.5-5.6c-1.5-0.5-3.1-0.7-4.9-0.9c-1-0.1-2.1-0.2-3.2-0.4c-0.5-0.1-1.1-0.3-1.6-0.4C11.6,14.5,10.1,14,8.4,14z'/><path d='M19.5,13.2c-0.5,0-1,0-1.5-0.1c-0.9-0.2-2-0.5-2.6-1.1c-1-1-1.2-2.6-0.4-4.6l0,0c1.1-2.8,4.5-5.3,7.6-5.6c2.1-0.2,3.9,0.6,5,2.2c1.6,2.5,1,4.4,0.3,5.6C26.3,11.9,22.6,13.2,19.5,13.2z M16,7.7L16,7.7c-0.4,1.1-0.7,2.6,0.2,3.6c0.5,0.5,1.7,0.8,2.1,0.9c2.7,0.5,7.2-0.8,8.8-3.2c0.9-1.3,0.8-2.8-0.3-4.5c-1.2-1.7-2.9-1.9-4.1-1.8C20,3,16.9,5.3,16,7.7z'/><path d='M34.9,15.7c-0.6,0-1.2,0-1.8-0.1c-0.5,0-1.1,0-1.8-0.6c-0.2-0.2-0.2-0.4-0.3-0.6C31,14.2,31,14.1,30.9,14l-0.1-0.1l0-0.1c-0.8-2.3,0.4-4.8,1.9-6.1l0,0c3.2-2.4,8-3.3,10.2-0.7c1.1,1.7,1.2,3.4,0.3,4.7c-0.5,1.3-1.7,2.4-3.2,3C38.5,15.3,36.8,15.7,34.9,15.7z M31.7,13.4c0.2,0.2,0.3,0.5,0.3,0.7c0,0.1,0.1,0.2,0.1,0.2c0.3,0.3,0.7,0.3,1.1,0.3c2.3,0.3,4.5,0,6.4-0.9c1.3-0.5,2.3-1.5,2.8-2.5c0.9-1.4,0.2-2.9-0.3-3.7c-1.9-2.2-6.3-0.9-8.8,0.9C32.1,9.5,31.1,11.6,31.7,13.4z'/><path d='M41.1,27.3c-1.1,0-2.3-0.2-3.6-0.5c-1.7-0.3-3.5-0.9-4.4-2.5c-1.1-1.7-0.4-4.2,1.1-5.7c1.2-1.2,3.2-1.9,5.4-1.9c4.1-0.3,6.6,1.2,7.4,4.5c0.5,2.3-0.8,4.8-3.1,5.7C43.1,27.1,42.2,27.3,41.1,27.3z M39.6,17.6c-2,0-3.7,0.6-4.7,1.7c-1.1,1.1-1.8,3.2-0.9,4.5c0.7,1.4,2.2,1.8,3.8,2.1c2.5,0.6,4.4,0.6,5.8,0c1.8-0.7,2.9-2.7,2.5-4.5C45.4,18.5,43.3,17.3,39.6,17.6L39.6,17.6z'/><path d='M32.6,38.9c-1.8,0-3.7-0.4-5-1.4c-1.2-0.9-1.7-2.3-1.4-3.8c0.2-1.5,1.2-2.7,2.8-3.4c2-1,5.3-1.6,7.8-0.6c2,0.9,3.1,2.4,3.2,4.2c0,1.7-1,3.2-2.8,4.1C36.1,38.6,34.4,38.9,32.6,38.9z M33.9,30.2c-1.6,0-3.3,0.4-4.4,1l0,0c-1.2,0.5-2,1.4-2.2,2.6c-0.2,1.3,0.1,2.2,1,2.9c2.1,1.6,6.5,1.4,8.5,0.4c1.5-0.7,2.3-1.9,2.3-3.2c0-1.4-1-2.6-2.6-3.3C35.7,30.4,34.8,30.2,33.9,30.2z'/></g></svg>");
}

.corporaze-latest-news-title,
.corporaze-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: #2896df;
	--background-color-white: #fff;
	--background-color-grey: #F6F7FB;
	--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);
	--shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
	--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;
	--font-size-xs: clamp(0.7rem, 0.17vw + 0.76rem, 0.79rem);
	--font-size-sm: clamp(0.8rem, 0.17vw + 0.76rem, 0.89rem);
	--font-size-base: clamp(1rem, 0.34vw + 0.91rem, 1.19rem);
	--font-size-md: clamp(1.25rem, 0.61vw + 1.1rem, 1.58rem);
	--font-size-lg: clamp(1.56rem, 1vw + 1.31rem, 2.11rem);
	--font-size-xl: clamp(1.95rem, 1.56vw + 1.56rem, 2.81rem);
	--font-size-xxl: clamp(2.44rem, 2.38vw + 1.85rem, 3.75rem);
	--font-size-xxxl: clamp(2.95rem, 3.54vw + 2.17rem, 5rem);
	--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;
	--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;
	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;
	margin-bottom: 1.5em;
	margin-inline-start: 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-inline-start: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0;
	margin-bottom: 1.5em;
	margin-inline: 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;
}

.teams-social a,
ul.social-links a {
	width: 35px;
	height: 35px;
	opacity: 0.8;
	display: flex;
	font-size: 16px;
	overflow: hidden;
	position: relative;
	border-radius: 50%;
	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::after,
ul.social-links a::after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.1;
}

.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: "\e61b";
}

.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*='t.me']::before, .teams-social a[href*='telegram.org']::before,
ul.social-links a[href*='t.me']::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.com']::before, .teams-social a[href*='wordpress.org']::before,
ul.social-links a[href*='wordpress.com']::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[href*='tiktok.com']::before,
ul.social-links a[href*='tiktok.com']::before {
	content: "\e07b";
}

.teams-social a[href*='vk.com']::before,
ul.social-links a[href*='vk.com']::before {
	content: "\f189";
}

.teams-social a[href*='qq.com']::before,
ul.social-links a[href*='qq.com']::before {
	content: "\f1d6";
}

.teams-social a[href*='weibo.com']::before,
ul.social-links a[href*='weibo.com']::before {
	content: "\f18a";
}

.teams-social a[href*='mastodon.social']::before,
ul.social-links a[href*='mastodon.social']::before {
	content: "\f4f6";
}

.teams-social a[href*='github.com']::before,
ul.social-links a[href*='github.com']::before {
	content: "\f09b";
}

.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);
	background-color: var(--primary-color);
	border-radius: 0;
	color: var(--color-text-white);
	line-height: 1;
	padding: 10px 25px;
	font-size: 100%;
	transition: all 0.3s ease;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: var(--color-text-main);
	background: var(--color-text-main);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	border-color: var(--color-text-main);
	background: var(--color-text-main);
	outline: 1px dashed;
}

.site-footer button:hover,
.site-footer input[type="button"]:hover,
.site-footer input[type="reset"]:hover,
.site-footer input[type="submit"]:hover {
	border-color: var(--background-color-white);
	color: var(--color-text-main);
	background-color: var(--background-color-white);
}

.site-footer button:focus,
.site-footer input[type="button"]:focus,
.site-footer input[type="reset"]:focus,
.site-footer input[type="submit"]:focus {
	border-color: var(--background-color-white);
	color: var(--color-text-main);
	background-color: var(--background-color-white);
	outline: 1px dashed;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	font-size: var(--font-size-sm);
	font-weight: 400;
	color: var(--color-text-white);
	background-color: var(--color-text-main);
	padding: 10px 25px;
	display: inline-flex;
	align-items: center;
	transition: all 0.3s ease;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
	background-color: var(--color-text-main);
	text-decoration: none;
	background-image: none;
	color: var(--color-text-white);
}

.woocommerce #respond input#submit:focus,
.woocommerce a.button:focus,
.woocommerce button.button:focus,
.woocommerce input.button:focus {
	background-color: var(--color-text-main);
	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(--color-text-main);
	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(--color-text-main);
	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]:hover, .woocommerce #respond input#submit:disabled:hover, .woocommerce #respond input#submit.disabled:hover,
.woocommerce a.button:disabled[disabled]:hover,
.woocommerce a.button:disabled:hover,
.woocommerce a.button.disabled:hover,
.woocommerce button.button:disabled[disabled]:hover,
.woocommerce button.button:disabled:hover,
.woocommerce button.button.disabled:hover,
.woocommerce input.button:disabled[disabled]:hover,
.woocommerce input.button:disabled:hover,
.woocommerce input.button.disabled:hover {
	color: var(--color-text-white);
	background-color: var(--color-text-main);
}

.woocommerce #respond input#submit:disabled[disabled]:focus, .woocommerce #respond input#submit:disabled:focus, .woocommerce #respond input#submit.disabled:focus,
.woocommerce a.button:disabled[disabled]:focus,
.woocommerce a.button:disabled:focus,
.woocommerce a.button.disabled:focus,
.woocommerce button.button:disabled[disabled]:focus,
.woocommerce button.button:disabled:focus,
.woocommerce button.button.disabled:focus,
.woocommerce input.button:disabled[disabled]:focus,
.woocommerce input.button:disabled:focus,
.woocommerce input.button.disabled:focus {
	color: var(--color-text-white);
	background-color: var(--color-text-main);
}

.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 .corporaze-button a {
	font-size: var(--font-size-sm);
	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: 10px 25px;
	transition: all 0.3s ease;
}

body .corporaze-button a:focus, body .corporaze-button a:hover {
	background-color: var(--color-text-main);
}

body .corporaze-button.corporaze-button-secondary-alternate a {
	color: var(--color-text-white);
	background-color: var(--primary-color);
}

body .corporaze-button.corporaze-button-secondary-alternate a:not(.corporaze-play-btn):focus, body .corporaze-button.corporaze-button-secondary-alternate a:not(.corporaze-play-btn):hover {
	color: var(--color-text-white);
	background-color: var(--color-text-main);
}

body .corporaze-button.corporaze-button-secondary-alternate a.corporaze-play-btn {
	background-color: transparent;
	gap: 20px;
	padding: 0;
	box-shadow: none !important;
}

body .corporaze-button.corporaze-button-secondary-alternate a.corporaze-play-btn i {
	border-radius: 50%;
	height: 41px;
	width: 41px;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: var(--font-size-sm);
	transition: all 0.3s ease;
	color: var(--color-text-main);
	background-color: #fff;
	box-shadow: 0 0 0 1rem rgba(255, 255, 255, 0.3);
	animation: box-pulse 2s 0.5s ease-in infinite;
}

body .corporaze-button.corporaze-button-secondary-alternate a.corporaze-play-btn .video-btn-txt {
	color: var(--color-text-white);
	text-decoration: underline;
}

body .corporaze-button.corporaze-button-secondary-alternate a.corporaze-play-btn:hover {
	box-shadow: none !important;
}

body .corporaze-button.corporaze-button-secondary-alternate a.corporaze-play-btn:hover i {
	color: var(--primary-color);
	animation: none;
}

body .corporaze-button.corporaze-button-secondary-alternate a.corporaze-play-btn:focus {
	box-shadow: none !important;
}

body .corporaze-button.corporaze-button-secondary-alternate a.corporaze-play-btn:focus i {
	color: var(--primary-color);
	animation: none;
}

body .corporaze-button.corporaze-button-noborder-alternate a {
	color: var(--color-text-white);
	background: transparent;
	padding: 0;
	text-shadow: none;
}

body .corporaze-button.corporaze-button-noborder-noalternate a {
	color: transparent;
	background: transparent;
	padding: 0;
	--h: 1.2em;
	line-height: var(--h);
	overflow: hidden;
	text-shadow: 0 calc(-1*var(--_t, 0em)) var(--color-text-main), 0 calc(var(--h) - var(--_t, 0em)) var(--primary-color);
}

body .corporaze-button.corporaze-button-noborder-noalternate a:focus, body .corporaze-button.corporaze-button-noborder-noalternate a:hover {
	--_t: var(--h);
}

body .corporaze-button.corporaze-button-noborder-noalternate a:focus {
	outline: thin dotted var(--primary-color);
}

body.layout-icon.pets-layout .corporaze-button:not(.corporaze-button-secondary-alternate):not(.corporaze-button-noborder-alternate):not(.corporaze-button-noborder-noalternate) a:focus, body.layout-icon.pets-layout .corporaze-button:not(.corporaze-button-secondary-alternate):not(.corporaze-button-noborder-alternate):not(.corporaze-button-noborder-noalternate) a:hover {
	background-color: var(--color-text-main);
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 163.6 109.2'><style type='text/css'>path{opacity:0.5;}</style><g><path d='M112.5,49.8c2.3-0.5,4.3,0,6.6,0.3c2.8,0,5.6-0.5,8.4-0.3c2.8,0.5,5.6,2.3,5.8,5.1c0,1-0.3,1.8-0.5,2.8c-1,3.3-1.8,6.9-2.8,10.2c-1,3.6-3.6,7.4-7.9,6.1c-3.3-1-4.1-5.1-4.6-7.9c-0.3-1.8-1-3.8-2.8-4.3c-0.8-0.3-1.3-0.3-2-0.3C106.4,60,106.4,50.9,112.5,49.8z'/><path d='M118.3,42.2c-0.3,1.5-0.3,3,1,4.1c0.8,0.5,1.5,0.5,2.5,0.5c4.3,0,12.2-4.8,7.6-9.9C125.7,33.1,119.4,38.2,118.3,42.2z'/><path d='M135.9,39.7c-1.3,1.5-1.8,4.1-0.8,5.8c0.3,0.3,0.5,0.8,0.8,0.8c0.5,0.3,1,0.3,1.8,0.3c2.3,0,4.6-0.8,6.3-2.3c1-0.8,2-1.8,2.5-3.3c0.5-1.3,0-3-1-3.8C142.5,35.1,138.1,37.2,135.9,39.7z'/><path d='M144,47.6c-1.8,0.5-3.6,1.3-4.8,2.8c-1,1.5-1.3,3.8,0,5.3c1,1.3,2.8,1.5,4.6,1.5c2,0,4.3,0,6.1-1.3c1.8-1,2.8-3.6,2-5.3C150.1,47.3,147.3,46.8,144,47.6z'/><path d='M136.1,63c-1,0.8-2,2-2,3.3c-0.3,5.3,7.9,4.1,10.7,2c3.3-2.3,2.3-6.3-1.5-7.4C140.7,60.8,137.9,61.8,136.1,63z'/><path d='M50.3,28.5c-1.3-3,1.3-7.4,4.6-7.4c0.8,0,1.5,0,2.3,0.3c2.8,0.5,5.3,1,8.1,1.5c2.3,0.5,4.6,0.8,6.6,1.8c1.8,0.8,3.8,2,4.3,4.1c0.8,2.5-0.8,5.3-2,7.6c-1.5,2.3-2.8,4.3-4.3,6.6c-1.3,2-2.5,4.1-4.8,5.1c-2,1-5.1,0.8-6.1-1.3c-1-2,0-4.3,0-6.3C59.5,33.6,52.3,33.3,50.3,28.5z'/><path d='M64.3,18.9c0.3,0.5,0.8,1,1.3,1.3c0.5,0.3,1.3,0.3,1.8,0.3c2-0.3,3.8-1.3,5.3-2.8c0.3-0.5,0.8-0.8,1-1.3c0.3-0.3,0.5-0.8,0.5-1c1.3-3.3-2.8-6.1-5.6-4.8C65.3,11.5,62.5,15.6,64.3,18.9z'/><path d='M77.7,20.4c-0.5,1.3-0.8,2.8,0.3,3.8c0.3,0.3,0.8,0.5,1,0.5c1.8,0.5,3.6,0.8,5.3,0.3c1.8-0.5,3.3-1.8,4.1-3.6c1-2.8-1.3-5.6-4.1-5.8C81.8,15.6,78.7,18.1,77.7,20.4z'/><path d='M85.9,28c-1.3,0-2.5,0.3-3.6,0.8c-1,0.5-2,1.5-2.3,2.8c-0.3,1.5,0.5,3.3,1.8,4.1c1.3,1,3,1.3,4.6,1.3c2.5,0,6.9-1.8,5.8-5.1C91.4,29,88.4,27.8,85.9,28z'/><path d='M85.3,45.3c-0.8,0.8-1.5,1.3-2.5,1.8c-2.3,0.8-5.3,0.5-7.4-1c-2-1.5-2.8-4.6-0.5-6.1C78,37.7,89.2,40.5,85.3,45.3z'/><path d='M9.7,79.5c2.3,0,4.3,0.8,6.3,1.3c2.8,0.5,5.6,0.5,8.1,1.3s5.1,3.3,4.8,6.1c0,1-0.5,1.8-1,2.8c-1.5,3-3,6.3-4.6,9.4c-1.5,3.3-4.8,6.6-8.9,4.6c-3-1.5-3-5.8-3.3-8.6c0-1.8-0.5-4.1-2-4.8c-0.5-0.3-1.3-0.5-2-0.8C1.8,88.7,3.6,79.5,9.7,79.5z'/><path d='M16.8,73.5c-0.5,1.3-0.8,3,0.3,4.1c0.5,0.5,1.5,0.8,2.3,1c4.3,0.8,12.9-2.5,9.1-8.4C25.4,65.6,18.3,69.6,16.8,73.5z'/><path d='M34.3,74c-1.5,1.3-2.5,3.6-1.8,5.6c0.3,0.3,0.3,0.8,0.5,1c0.5,0.5,1,0.5,1.5,0.5c2.3,0.3,4.6,0,6.6-1c1.3-0.5,2.5-1.5,3-2.8c0.8-1.3,0.5-2.8-0.3-4.1C41.7,70.7,37.1,71.9,34.3,74z'/><path d='M40.9,83.1c-1.8,0-3.8,0.5-5.1,1.8s-2,3.6-1,5.1c0.8,1.5,2.5,2,4.1,2.3c2,0.5,4.3,0.8,6.1,0c2-0.8,3.3-3,2.8-5.1C47,83.9,44.5,82.8,40.9,83.1z'/><path d='M30.5,96.8c-1.3,0.5-2.3,1.5-2.5,3c-1,5.1,7.1,5.3,10.2,3.8c3.6-1.8,3.3-5.8-0.3-7.4C35.6,95.3,32.5,95.8,30.5,96.8z'/></g></svg>");
}

body.layout-icon.pets-layout .banner-slider-btn > a:focus, body.layout-icon.pets-layout .banner-slider-btn > a:hover {
	background-color: var(--color-text-main);
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 163.6 109.2'><style type='text/css'>path{opacity:0.5;}</style><g><path d='M112.5,49.8c2.3-0.5,4.3,0,6.6,0.3c2.8,0,5.6-0.5,8.4-0.3c2.8,0.5,5.6,2.3,5.8,5.1c0,1-0.3,1.8-0.5,2.8c-1,3.3-1.8,6.9-2.8,10.2c-1,3.6-3.6,7.4-7.9,6.1c-3.3-1-4.1-5.1-4.6-7.9c-0.3-1.8-1-3.8-2.8-4.3c-0.8-0.3-1.3-0.3-2-0.3C106.4,60,106.4,50.9,112.5,49.8z'/><path d='M118.3,42.2c-0.3,1.5-0.3,3,1,4.1c0.8,0.5,1.5,0.5,2.5,0.5c4.3,0,12.2-4.8,7.6-9.9C125.7,33.1,119.4,38.2,118.3,42.2z'/><path d='M135.9,39.7c-1.3,1.5-1.8,4.1-0.8,5.8c0.3,0.3,0.5,0.8,0.8,0.8c0.5,0.3,1,0.3,1.8,0.3c2.3,0,4.6-0.8,6.3-2.3c1-0.8,2-1.8,2.5-3.3c0.5-1.3,0-3-1-3.8C142.5,35.1,138.1,37.2,135.9,39.7z'/><path d='M144,47.6c-1.8,0.5-3.6,1.3-4.8,2.8c-1,1.5-1.3,3.8,0,5.3c1,1.3,2.8,1.5,4.6,1.5c2,0,4.3,0,6.1-1.3c1.8-1,2.8-3.6,2-5.3C150.1,47.3,147.3,46.8,144,47.6z'/><path d='M136.1,63c-1,0.8-2,2-2,3.3c-0.3,5.3,7.9,4.1,10.7,2c3.3-2.3,2.3-6.3-1.5-7.4C140.7,60.8,137.9,61.8,136.1,63z'/><path d='M50.3,28.5c-1.3-3,1.3-7.4,4.6-7.4c0.8,0,1.5,0,2.3,0.3c2.8,0.5,5.3,1,8.1,1.5c2.3,0.5,4.6,0.8,6.6,1.8c1.8,0.8,3.8,2,4.3,4.1c0.8,2.5-0.8,5.3-2,7.6c-1.5,2.3-2.8,4.3-4.3,6.6c-1.3,2-2.5,4.1-4.8,5.1c-2,1-5.1,0.8-6.1-1.3c-1-2,0-4.3,0-6.3C59.5,33.6,52.3,33.3,50.3,28.5z'/><path d='M64.3,18.9c0.3,0.5,0.8,1,1.3,1.3c0.5,0.3,1.3,0.3,1.8,0.3c2-0.3,3.8-1.3,5.3-2.8c0.3-0.5,0.8-0.8,1-1.3c0.3-0.3,0.5-0.8,0.5-1c1.3-3.3-2.8-6.1-5.6-4.8C65.3,11.5,62.5,15.6,64.3,18.9z'/><path d='M77.7,20.4c-0.5,1.3-0.8,2.8,0.3,3.8c0.3,0.3,0.8,0.5,1,0.5c1.8,0.5,3.6,0.8,5.3,0.3c1.8-0.5,3.3-1.8,4.1-3.6c1-2.8-1.3-5.6-4.1-5.8C81.8,15.6,78.7,18.1,77.7,20.4z'/><path d='M85.9,28c-1.3,0-2.5,0.3-3.6,0.8c-1,0.5-2,1.5-2.3,2.8c-0.3,1.5,0.5,3.3,1.8,4.1c1.3,1,3,1.3,4.6,1.3c2.5,0,6.9-1.8,5.8-5.1C91.4,29,88.4,27.8,85.9,28z'/><path d='M85.3,45.3c-0.8,0.8-1.5,1.3-2.5,1.8c-2.3,0.8-5.3,0.5-7.4-1c-2-1.5-2.8-4.6-0.5-6.1C78,37.7,89.2,40.5,85.3,45.3z'/><path d='M9.7,79.5c2.3,0,4.3,0.8,6.3,1.3c2.8,0.5,5.6,0.5,8.1,1.3s5.1,3.3,4.8,6.1c0,1-0.5,1.8-1,2.8c-1.5,3-3,6.3-4.6,9.4c-1.5,3.3-4.8,6.6-8.9,4.6c-3-1.5-3-5.8-3.3-8.6c0-1.8-0.5-4.1-2-4.8c-0.5-0.3-1.3-0.5-2-0.8C1.8,88.7,3.6,79.5,9.7,79.5z'/><path d='M16.8,73.5c-0.5,1.3-0.8,3,0.3,4.1c0.5,0.5,1.5,0.8,2.3,1c4.3,0.8,12.9-2.5,9.1-8.4C25.4,65.6,18.3,69.6,16.8,73.5z'/><path d='M34.3,74c-1.5,1.3-2.5,3.6-1.8,5.6c0.3,0.3,0.3,0.8,0.5,1c0.5,0.5,1,0.5,1.5,0.5c2.3,0.3,4.6,0,6.6-1c1.3-0.5,2.5-1.5,3-2.8c0.8-1.3,0.5-2.8-0.3-4.1C41.7,70.7,37.1,71.9,34.3,74z'/><path d='M40.9,83.1c-1.8,0-3.8,0.5-5.1,1.8s-2,3.6-1,5.1c0.8,1.5,2.5,2,4.1,2.3c2,0.5,4.3,0.8,6.1,0c2-0.8,3.3-3,2.8-5.1C47,83.9,44.5,82.8,40.9,83.1z'/><path d='M30.5,96.8c-1.3,0.5-2.3,1.5-2.5,3c-1,5.1,7.1,5.3,10.2,3.8c3.6-1.8,3.3-5.8-0.3-7.4C35.6,95.3,32.5,95.8,30.5,96.8z'/></g></svg>");
}

.bottom-viewall-button.corporaze-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:focus,
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;
	width: 100%;
	background: var(--background-color-white);
}

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";
	padding-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;
	padding-top: 50px;
}

.left-sidebar .ascendoor-wrapper .ascendoor-page {
	display: grid;
	grid-gap: 30px;
	grid-template-columns: 25% auto;
	grid-template-areas: "sidebar main";
	padding-top: 50px;
}

@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;
	padding-top: 50px;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-inline-start: 0;
}

.main-navigation ul ul {
	z-index: 99999;
	display: block;
}

.main-navigation ul ul ul {
	inset-inline-start: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	inset-inline-start: 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(--primary-color);
}

.main-navigation ul li:hover > ul,
.main-navigation ul li:focus > ul {
	inset-inline-start: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	padding: 17px 20px;
	font-size: 0.9375rem;
	color: var(--text-color-main);
	text-transform: uppercase;
	display: block;
	text-decoration: none;
	opacity: 0.9;
}

@media (min-width: 992px) {
	.main-navigation a {
		font-weight: bold;
	}
}

.main-navigation a:focus, .main-navigation a:hover {
	opacity: 1;
	color: var(--primary-color);
}

.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;
	color: var(--primary-color);
}

@media (min-width: 992px) {
	.main-navigation ul.menu li .children,
	.main-navigation ul.menu li .sub-menu {
		inset-inline-start: -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 {
		inset-inline-start: -999em;
		top: 0;
		margin-top: 0;
		margin-inline-start: 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-family: Font Awesome\ 5 Free;
		font-weight: 900;
		line-height: inherit;
		vertical-align: baseline;
		content: "\f107";
		margin-left: 10px;
	}
	.main-navigation ul.menu > li:not(:nth-last-child(1)):not(:nth-last-child(2)):not(:nth-last-child(3)):hover > .children,
	.main-navigation ul.menu > li:not(:nth-last-child(1)):not(:nth-last-child(2)):not(:nth-last-child(3)):hover > .sub-menu {
		margin: 0;
		margin-top: 0px;
		inset-inline-start: 0;
	}
	.main-navigation ul.menu > li:not(:nth-last-child(1)):not(:nth-last-child(2)):not(:nth-last-child(3)):focus-within > .children,
	.main-navigation ul.menu > li:not(:nth-last-child(1)):not(:nth-last-child(2)):not(:nth-last-child(3)):focus-within > .sub-menu {
		margin: 0;
		margin-top: 0px;
		inset-inline-start: 0;
	}
	.main-navigation ul.menu > li:nth-last-child(1):hover > .children,
	.main-navigation ul.menu > li:nth-last-child(1):hover > .sub-menu,
	.main-navigation ul.menu > li:nth-last-child(2):hover > .children,
	.main-navigation ul.menu > li:nth-last-child(2):hover > .sub-menu,
	.main-navigation ul.menu > li:nth-last-child(3):hover > .children,
	.main-navigation ul.menu > li:nth-last-child(3):hover > .sub-menu {
		margin: 0;
		margin-top: 0px;
		right: 0;
		inset-inline-start: unset;
	}
	.main-navigation ul.menu > li:nth-last-child(1):focus-within > .children,
	.main-navigation ul.menu > li:nth-last-child(1):focus-within > .sub-menu,
	.main-navigation ul.menu > li:nth-last-child(2):focus-within > .children,
	.main-navigation ul.menu > li:nth-last-child(2):focus-within > .sub-menu,
	.main-navigation ul.menu > li:nth-last-child(3):focus-within > .children,
	.main-navigation ul.menu > li:nth-last-child(3):focus-within > .sub-menu {
		margin: 0;
		margin-top: 0px;
		right: 0;
		inset-inline-start: unset;
	}
	.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-inline-end: 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-family: Font Awesome\ 5 Free;
		font-weight: 900;
		line-height: inherit;
		vertical-align: baseline;
		content: "\f105";
		margin-inline-start: 10px;
		position: absolute;
		inset-inline-end: 10px;
		top: 50%;
		transform: translateY(-50%);
	}
	body.rtl .main-navigation ul.menu .children li.menu-item-has-children > a::after, body.rtl
	.main-navigation ul.menu .sub-menu li.menu-item-has-children > a::after {
		content: "\f104";
	}
	.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 {
		inset-inline-start: 100%;
		margin-inline-start: 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 {
		inset-inline-start: 100%;
		margin-inline-start: 0px;
		margin-top: 0px;
	}
	.main-navigation ul.menu > li:nth-last-child(1) li.menu-item-has-children > a,
	.main-navigation ul.menu > li:nth-last-child(2) li.menu-item-has-children > a,
	.main-navigation ul.menu > li:nth-last-child(3) li.menu-item-has-children > a {
		padding-inline-start: 25px;
		padding-inline-end: 20px;
	}
	.main-navigation ul.menu > li:nth-last-child(1) li.menu-item-has-children > a::after,
	.main-navigation ul.menu > li:nth-last-child(2) li.menu-item-has-children > a::after,
	.main-navigation ul.menu > li:nth-last-child(3) 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-family: Font Awesome\ 5 Free;
		font-weight: 900;
		line-height: inherit;
		vertical-align: baseline;
		content: "\f104";
		margin-inline-end: 10px;
		margin-inline-start: 0;
		position: absolute;
		inset-inline-start: 10px;
		inset-inline-end: unset;
		top: 50%;
		transform: translateY(-50%);
	}
	body.rtl .main-navigation ul.menu > li:nth-last-child(1) li.menu-item-has-children > a::after, body.rtl
	.main-navigation ul.menu > li:nth-last-child(2) li.menu-item-has-children > a::after, body.rtl
	.main-navigation ul.menu > li:nth-last-child(3) li.menu-item-has-children > a::after {
		content: "\f105";
	}
	.main-navigation ul.menu > li:nth-last-child(1) .children > li:hover > .children,
	.main-navigation ul.menu > li:nth-last-child(1) .children > li:hover > .sub-menu,
	.main-navigation ul.menu > li:nth-last-child(1) .sub-menu > li:hover > .children,
	.main-navigation ul.menu > li:nth-last-child(1) .sub-menu > li:hover > .sub-menu,
	.main-navigation ul.menu > li:nth-last-child(2) .children > li:hover > .children,
	.main-navigation ul.menu > li:nth-last-child(2) .children > li:hover > .sub-menu,
	.main-navigation ul.menu > li:nth-last-child(2) .sub-menu > li:hover > .children,
	.main-navigation ul.menu > li:nth-last-child(2) .sub-menu > li:hover > .sub-menu,
	.main-navigation ul.menu > li:nth-last-child(3) .children > li:hover > .children,
	.main-navigation ul.menu > li:nth-last-child(3) .children > li:hover > .sub-menu,
	.main-navigation ul.menu > li:nth-last-child(3) .sub-menu > li:hover > .children,
	.main-navigation ul.menu > li:nth-last-child(3) .sub-menu > li:hover > .sub-menu {
		inset-inline-end: 100%;
		inset-inline-start: unset;
		margin-inline-start: 0px;
		margin-top: 0px;
	}
	.main-navigation ul.menu > li:nth-last-child(1) .children > li:focus-within > .children,
	.main-navigation ul.menu > li:nth-last-child(1) .children > li:focus-within > .sub-menu,
	.main-navigation ul.menu > li:nth-last-child(1) .sub-menu > li:focus-within > .children,
	.main-navigation ul.menu > li:nth-last-child(1) .sub-menu > li:focus-within > .sub-menu,
	.main-navigation ul.menu > li:nth-last-child(2) .children > li:focus-within > .children,
	.main-navigation ul.menu > li:nth-last-child(2) .children > li:focus-within > .sub-menu,
	.main-navigation ul.menu > li:nth-last-child(2) .sub-menu > li:focus-within > .children,
	.main-navigation ul.menu > li:nth-last-child(2) .sub-menu > li:focus-within > .sub-menu,
	.main-navigation ul.menu > li:nth-last-child(3) .children > li:focus-within > .children,
	.main-navigation ul.menu > li:nth-last-child(3) .children > li:focus-within > .sub-menu,
	.main-navigation ul.menu > li:nth-last-child(3) .sub-menu > li:focus-within > .children,
	.main-navigation ul.menu > li:nth-last-child(3) .sub-menu > li:focus-within > .sub-menu {
		inset-inline-end: 100%;
		inset-inline-start: unset;
		margin-inline-start: 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(--primary-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(--primary-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;
		inset-inline-end: -130%;
		height: 100%;
		top: 0;
		background-color: #fff;
		min-width: 300px;
		padding-top: 60px;
		width: 50%;
		transition: all 400ms ease;
		display: block;
		border-inline-end: 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 {
		inset-inline-start: auto;
	}
}

@media (max-width: 1199.98px) {
	.main-navigation.toggled .main-menu {
		inset-inline-end: 0;
		inset-inline-start: auto;
		overflow-x: auto;
		opacity: 1;
		visibility: visible;
	}
}

@media (max-width: 991px) {
	.main-navigation ul a {
		color: #000;
	}
}

@media (max-width: 1199.98px) {
	.main-navigation ul ul {
		position: relative;
		position: unset;
		float: none;
		padding-inline-start: 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-family: Font Awesome\ 5 Free;
	font-weight: 900;
	line-height: inherit;
	vertical-align: baseline;
	content: "\f107";
	margin-inline-start: 10px;
}

@media (max-width: 991px) {
	.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: 992px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: flex;
		margin-inline-end: -20px;
	}
}

@media (max-width: 991px) {
	body.admin-bar #site-navigation.toggled .main-navigation-links {
		padding-top: 120px;
	}
	body.admin-bar #site-navigation button.menu-toggle.open {
		top: 55px;
	}
	#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: 9px 5px 9px auto;
	}
	#site-navigation button.menu-toggle span {
		display: block;
		position: absolute;
		height: 3px;
		width: 100%;
		background: var(--primary-color);
		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;
		inset-inline-end: 20px;
		top: 20px;
	}
	#site-navigation button.menu-toggle.open span {
		background-color: var(--color-text-main);
	}
	#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 button.menu-toggle:focus {
		outline: 1px dashed #000;
		outline-offset: 2px;
		border-radius: 0;
	}
	#site-navigation .main-navigation-links {
		position: fixed;
		inset-inline-end: -130%;
		height: 100%;
		top: 0;
		background-color: #fff;
		min-width: 300px;
		padding-top: 60px;
		padding-inline-start: 10px;
		width: 60%;
		transition: all 400ms ease;
		display: block;
		border-inline-end: 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 {
		inset-inline-end: 0;
		inset-inline-start: 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(--primary-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(--primary-color);
	border: 1px solid var(--primary-color);
}

nav.navigation.pagination .nav-links span.current {
	color: var(--color-text-white);
	background-color: var(--primary-color);
	border: 1px solid var(--primary-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.7em;
}

.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 {
	border-bottom: 1px solid #d6d6d6;
	margin-bottom: 2.5rem;
	padding-bottom: 30px;
}

.site-main article .entry-header .entry-title {
	font-size: var(--font-size-lg);
	font-family: var(--font-main);
	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);
}

.site-main article .entry-header .entry-title a:focus, .site-main article .entry-header .entry-title a:hover {
	color: var(--primary-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(--primary-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 {
	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(--primary-color);
}

.site-main article .entry-footer span.comments-link a {
	font-weight: bold;
}

.page.no-sidebar .site-main article .post-thumbnail img,
.single.no-sidebar .site-main article .post-thumbnail img {
	width: 100%;
}

.related-posts h2 {
	font-size: var(--font-size-lg);
	font-family: var(--font-main);
	line-height: 1.2;
}

.related-posts .row {
	display: grid;
	grid-gap: 30px;
	grid-template-columns: 1fr 1fr 1fr;
}

@media (max-width: 480px) {
	.related-posts .row {
		grid-template-columns: 1fr;
	}
}

.related-posts .row article {
	padding: 0;
	margin: 0;
	border: none;
}

.related-posts .row .post-thumbnail {
	line-height: 0;
	aspect-ratio: 1/0.7;
	overflow: hidden;
}

.related-posts .row .post-thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.related-posts .row .entry-header {
	margin-top: 10px;
}

.related-posts .row .entry-header .entry-title {
	font-size: var(--font-size-base);
}

/*--------------------------------------------------------------
# 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: 0;
}

/*------------##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 {
	/** === Button === */
	/** === Button === */
	/** === File === */
	/** === File === */
	/** === Block Audio === */
	/** === Block Audio === */
	/** === Block Video === */
	/** === Block Video === */
	/** === Block code === */
	/** === Block code === */
	/** === Block preformated=== */
	/** === Block preformated=== */
	/** === Block pullquote=== */
	/** === Block pullquote=== */
	/** === Block table=== */
	/** === Block table=== */
	/** === Block verse=== */
	/** === Block verse=== */
	/** === Block verse=== */
	/** === Block verse=== */
	/** === Block spacer=== */
	/** === Block spacer=== */
	/** === Block widget archive and category=== */
	/** === Block widget archive and category=== */
	/** === Block latest comments=== */
	/** === Block latest comments=== */
	/** === Block columns=== */
	/** === Block columns=== */
}

.entry-content .aligncenter {
	text-align: center;
}

.entry-content ol:not([class*="wp-"]),
.entry-content ul:not([class*="wp-"]) {
	padding-inline-start: 0;
	margin-inline-start: 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-inline-start: 30px;
}

.entry-content ol:not([class*="wp-"]) .alignfull,
.entry-content ul:not([class*="wp-"]) .alignfull {
	margin-inline-start: calc(50% - 50vw - 10px);
	padding-inline-start: 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-inline-start: 20px;
	margin-inline-end: 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-inline-start: 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-inline-start: 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;
	margin-inline-end: 17px;
	float: left;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.entry-content .wp-block-latest-comments article {
	display: block;
	padding: 0;
	padding-inline-start: 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;
}

/** === dir= rtl Block latest comments=== */
[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;
}

/** === dir= rtl Block latest comments=== */
/** === Block youtube and vimeo video=== */
/*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;
	inset: 0;
	width: 100% !important;
	height: 100% !important;
}

/*alignwide*/
/** === Block youtube and vimeo video=== */
@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;
	padding: 0 30px;
	width: 100vw;
}

@media (max-width: 1200px) {
	body.no-sidebar .alignfull {
		margin-left: calc(50% - 50vw);
		margin-right: calc(50% - 50vw);
		padding: 0 20px;
	}
}

body.no-sidebar .alignfull .alignwide {
	margin-inline: auto;
}

body.no-sidebar .alignfull .aligncenter {
	margin-inline: auto;
}

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-inline-start: calc((100% - 100vw) / 4);
	}
}

@media (min-width: 1171px) {
	body.no-sidebar .alignwide {
		width: 1140px;
		margin-inline-start: -195px;
	}
}

body.no-sidebar .alignwide .alignwide {
	width: 100%;
	margin-inline: auto;
}

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;
}

/** === Latest Post Block === */
.wp-block-latest-posts.wp-block-latest-posts__list {
	list-style: none;
	padding-inline-start: 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 li > a {
	text-decoration: none;
	color: var(--color-text-main);
}

.wp-block-latest-posts.wp-block-latest-posts__list li > a:focus, .wp-block-latest-posts.wp-block-latest-posts__list li > a:hover {
	color: var(--primary-color);
}

.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;
}

/** === Latest Post Block === */
/*------------##gutenberg support----------*/
.page.no-sidebar .entry-content,
.single.no-sidebar .entry-content {
	max-width: 750px;
	margin-inline: auto;
}

/*--------------------------------------------------------------
# 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(--primary-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:focus, .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;
	color: var(--color-text-main);
}

nav.breadcrumb-trail ul.trail-items li {
	display: inline-block;
}

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(--font-size-lg);
	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(--font-size-md);
	font-family: var(--font-main);
	line-height: 1.3;
	margin: 0 0 20px;
	position: relative;
}

.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(--primary-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 ul.social-links li {
	margin-bottom: 0;
	padding-bottom: 0;
	border: none;
}

.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(--primary-color);
	margin: 0;
	padding: 10px 25px;
}

.widget.widget_search .search-form .search-field {
	width: 100%;
}

.footer-widgets-wrapper .footer-widget-single .widget {
	margin: 0 0 1.5em;
}

.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 ol > li ol,
.footer-widgets-wrapper .footer-widget-single .widget ol > li ul,
.footer-widgets-wrapper .footer-widget-single .widget ul > li ol,
.footer-widgets-wrapper .footer-widget-single .widget ul > li ul {
	margin-inline-start: 10px;
	margin-block-start: 7px;
}

.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: 1px solid #d3ced2;
	padding: 6px 16px;
	font-size: 0.9rem;
	width: 100%;
}

.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(--primary-color);
	margin: 0;
	padding: 10px 25px;
}

.wc-block-product-search .wc-block-product-search__button:focus, .wc-block-product-search .wc-block-product-search__button:hover {
	background-color: #3a3a3a;
}

.site-footer .wc-block-product-search .wc-block-product-search__button {
	color: var(--color-text-white);
	background-color: var(--primary-color);
}

.site-footer .wc-block-product-search .wc-block-product-search__button:focus, .site-footer .wc-block-product-search .wc-block-product-search__button:hover {
	color: var(--color-text-main);
	background-color: var(--background-color-white);
}

.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: var(--font-size-sm) !important;
	color: var(--color-text-main);
	border: 1px solid var(--color-text-main);
	padding: 3px 7px;
	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(--primary-color);
	border: 1px solid var(--primary-color);
}

.site-footer .wp-block-tag-cloud a, .site-footer
.tagcloud a {
	color: var(--color-text-white);
	border: 1px solid 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(--primary-color);
	border: 1px solid var(--primary-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;
}

.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(--primary-color);
	margin: 0;
	padding: 10px 25px;
}

.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: 0;
}

.search-form .search-submit {
	border-radius: 0;
}

/*widget search ===============*/
/*widget wp social links ===============*/
.widget ul.wp-block-social-links li {
	margin: unset;
	padding: unset;
	font-size: unset;
	border: unset;
}

/*widget wp social links ===============*/
/* 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;
}

/* preloader CSS start
--------------------------------------------- */
#loader {
	overflow-x: hidden;
	overflow-y: hidden;
	vertical-align: middle;
	background-color: #fff;
	position: fixed;
	display: table;
	width: 100%;
	top: 0;
	height: 100%;
	min-height: 100%;
	z-index: 99999;
}

#loader .loader-container {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	z-index: 12;
	text-align: center;
	text-transform: uppercase;
}

#loader #preloader {
	position: relative;
	margin: auto;
	width: 100px;
}

/* preloader CSS end
--------------------------------------------- */
/* Header CSS start
--------------------------------------------- */
header.site-header .top-header-part {
	background: var(--background-color-grey);
}

header.site-header .top-header-part .top-header-part-wrapper {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

header.site-header .top-header-part .top-header-part-wrapper .top-header-left-part {
	display: flex;
	align-items: center;
	gap: 20px;
	width: 25%;
}

@media (max-width: 768px) {
	header.site-header .top-header-part .top-header-part-wrapper .top-header-left-part {
		gap: 0;
	}
}

header.site-header .top-header-part .top-header-part-wrapper .top-header-left-part .social-icons-part ul.social-links {
	gap: 0;
}

header.site-header .top-header-part .top-header-part-wrapper .top-header-left-part .social-icons-part ul.social-links a {
	border-radius: 0;
	color: var(--color-text-main);
	opacity: 1;
}

header.site-header .top-header-part .top-header-part-wrapper .top-header-left-part .social-icons-part ul.social-links a::after {
	display: none;
}

header.site-header .top-header-part .top-header-part-wrapper .top-header-left-part .social-icons-part ul.social-links a:focus, header.site-header .top-header-part .top-header-part-wrapper .top-header-left-part .social-icons-part ul.social-links a:hover {
	color: var(--primary-color);
}

header.site-header .top-header-part .top-header-part-wrapper .top-header-right-part {
	width: 75%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

header.site-header .top-header-part .top-header-part-wrapper .top-header-right-part .top-header-contact {
	display: flex;
	align-items: center;
	gap: 5px;
}

@media (max-width: 767px) {
	header.site-header .top-header-part .top-header-part-wrapper .top-header-right-part .top-header-contact {
		display: none;
	}
}

header.site-header .top-header-part .top-header-part-wrapper .top-header-right-part .top-header-contact .header-contact-inner {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	padding-inline: 20px;
}

@media (max-width: 992px) {
	header.site-header .top-header-part .top-header-part-wrapper .top-header-right-part .top-header-contact .header-contact-inner {
		padding-inline-start: 0px;
	}
}

header.site-header .top-header-part .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 .top-header-part-wrapper .top-header-right-part .top-header-contact .header-contact-inner .contact-details {
	font-size: 1rem;
}

header.site-header .top-header-part .top-header-part-wrapper .top-header-right-part .top-header-contact .header-contact-inner .contact-details span a {
	text-decoration: none;
	color: var(--color-text-main);
	word-break: keep-all;
	white-space: nowrap;
	font-weight: 500;
}

@media (max-width: 992px) {
	header.site-header .top-header-part .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 .top-header-part-wrapper .top-header-right-part .top-header-contact .header-contact-inner .contact-details i {
	color: var(--primary-color);
}

header.site-header .top-header-part .top-header-part-wrapper .top-header-right-part .header-search {
	width: 25px;
	height: 35px;
	position: relative;
	text-align: center;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

@media (max-width: 480px) {
	header.site-header .top-header-part .top-header-part-wrapper .top-header-right-part .header-search {
		position: unset;
	}
}

header.site-header .top-header-part .top-header-part-wrapper .top-header-right-part .header-search .header-search-wrap .header-search-icon {
	display: block;
	font-size: 14px;
	color: var(--color-text-main);
	font-weight: 700;
	text-align: center;
	outline: 0;
}

header.site-header .top-header-part .top-header-part-wrapper .top-header-right-part .header-search .header-search-wrap .header-search-icon:hover {
	color: var(--primary-color);
}

header.site-header .top-header-part .top-header-part-wrapper .top-header-right-part .header-search .header-search-wrap .header-search-icon:focus-within {
	color: var(--primary-color);
	outline: 1px dashed;
}

header.site-header .top-header-part .top-header-part-wrapper .top-header-right-part .header-search .header-search-wrap .header-search-form {
	position: absolute;
	background: #fff;
	inset-inline-end: 0;
	opacity: 0;
	visibility: hidden;
	top: 100%;
	width: 325px;
	padding: 14px;
	z-index: 99;
	box-shadow: var(--shadow);
}

@media (max-width: 480px) {
	header.site-header .top-header-part .top-header-part-wrapper .top-header-right-part .header-search .header-search-wrap .header-search-form {
		width: 100%;
	}
}

header.site-header .top-header-part .top-header-part-wrapper .top-header-right-part .header-search .header-search-wrap .header-search-form .search-form {
	display: flex;
}

header.site-header .top-header-part .top-header-part-wrapper .top-header-right-part .header-search .header-search-wrap .header-search-form .search-form label {
	width: 75%;
}

header.site-header .top-header-part .top-header-part-wrapper .top-header-right-part .header-search .header-search-wrap .header-search-form .search-form label input {
	width: 100%;
	border-radius: 0px;
}

header.site-header .top-header-part .top-header-part-wrapper .top-header-right-part .header-search .header-search-wrap .header-search-form .search-form input.search-submit {
	border: 1px solid var(--color-text-main);
	border-radius: 0px;
	padding: 0px;
	font-size: 13px;
	width: 25%;
	margin: 0;
}

header.site-header .top-header-part .top-header-part-wrapper .top-header-right-part .header-search .header-search-wrap.show .header-search-form {
	margin: 0;
	opacity: 1;
	visibility: visible;
}

header.site-header .top-header-part .top-header-part-wrapper .top-header-right-part .cart-part {
	display: flex;
	align-items: center;
	margin-inline-start: 20px;
	gap: 20px;
}

@media (max-width: 480px) {
	header.site-header .top-header-part .top-header-part-wrapper .top-header-right-part .cart-part {
		margin-inline-start: 0;
		gap: 10px;
	}
}

header.site-header .top-header-part .top-header-part-wrapper .top-header-right-part .cart-part a {
	transition: all 0.3s ease;
	color: var(--color-text-main);
}

header.site-header .top-header-part .top-header-part-wrapper .top-header-right-part .cart-part a:hover {
	color: var(--primary-color);
}

header.site-header .top-header-part .top-header-part-wrapper .top-header-right-part .cart-part a:focus {
	color: var(--primary-color);
}

header.site-header .top-header-part .top-header-part-wrapper .top-header-right-part .cart-part .woocommerce-mini-cart__buttons .button {
	color: var(--color-text-white);
}

header.site-header .top-header-part .top-header-part-wrapper .top-header-right-part .cart-part .header-cart > a {
	width: 30px;
	height: 30px;
	font-size: 0;
	display: flex;
	border-radius: 50%;
	align-items: center;
	text-decoration: none;
	justify-content: center;
}

header.site-header .top-header-part .top-header-part-wrapper .top-header-right-part .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-family: Font Awesome\ 5 Free;
	font-weight: 900;
	line-height: inherit;
	vertical-align: baseline;
	content: "\f07a";
	font-size: 16px;
}

header.site-header .top-header-part .top-header-part-wrapper .top-header-right-part .cart-part .header-user > a {
	width: 30px;
	height: 30px;
	font-size: 0;
	display: flex;
	align-items: center;
	text-decoration: none;
	justify-content: center;
	transition: all 0.3s ease;
	color: var(--color-text-main);
}

header.site-header .top-header-part .top-header-part-wrapper .top-header-right-part .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-family: Font Awesome\ 5 Free;
	font-weight: 900;
	line-height: inherit;
	vertical-align: baseline;
	content: "\f007";
	font-size: 16px;
}

header.site-header .top-header-part .top-header-part-wrapper .top-header-right-part .cart-part .header-user > a:hover {
	color: var(--primary-color);
}

header.site-header .top-header-part .top-header-part-wrapper .top-header-right-part .cart-part .header-user > a:focus-within {
	color: var(--primary-color);
}

@media (max-width: 480px) {
	header.site-header .top-header-part .top-header-part-wrapper {
		gap: 0;
		position: relative;
	}
	header.site-header .top-header-part .top-header-part-wrapper .top-header-right-part .top-header-contact {
		display: none;
	}
}

header.site-header .bottom-header-outer-wrapper .bottom-header-part {
	background: var(--background-color-white);
	padding-block: 10px;
}

header.site-header .bottom-header-outer-wrapper .bottom-header-part .bottom-header-part-wrapper {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
}

header.site-header .bottom-header-outer-wrapper .bottom-header-part .bottom-header-part-wrapper .site-branding {
	display: flex;
	align-items: center;
	gap: 10px;
}

header.site-header .bottom-header-outer-wrapper .bottom-header-part .bottom-header-part-wrapper .site-branding .site-logo {
	min-width: 52px;
}

header.site-header .bottom-header-outer-wrapper .bottom-header-part .bottom-header-part-wrapper .site-branding .site-identity .site-title {
	font-size: 30px;
	line-height: 1.1;
	font-weight: 700;
	margin: 0;
}

header.site-header .bottom-header-outer-wrapper .bottom-header-part .bottom-header-part-wrapper .site-branding .site-identity .site-title a {
	text-decoration: none;
	color: var(--primary-color);
}

header.site-header .bottom-header-outer-wrapper .bottom-header-part .bottom-header-part-wrapper .site-branding .site-identity .site-title a:focus, header.site-header .bottom-header-outer-wrapper .bottom-header-part .bottom-header-part-wrapper .site-branding .site-identity .site-title a:hover {
	color: var(--color-text-main);
}

header.site-header .bottom-header-outer-wrapper .bottom-header-part .bottom-header-part-wrapper .site-branding .site-identity .site-description {
	margin-bottom: 0;
	margin-top: 5px;
}

@media (max-width: 480px) {
	header.site-header .bottom-header-outer-wrapper .bottom-header-part .bottom-header-part-wrapper .site-branding .site-identity .site-description {
		font-size: 0.8rem;
		margin-top: 0;
	}
}

header.site-header .bottom-header-outer-wrapper .bottom-header-part .bottom-header-part-wrapper .navigation-part {
	display: flex;
}

@media (min-width: 768px) {
	header.site-header .bottom-header-outer-wrapper .bottom-header-part .bottom-header-part-wrapper .navigation-part .top-header-contact {
		display: none;
	}
}

@media (max-width: 767px) {
	header.site-header .bottom-header-outer-wrapper .bottom-header-part .bottom-header-part-wrapper .navigation-part .top-header-contact {
		padding-top: 20px;
		border-top: 1px solid #dddddf;
	}
	header.site-header .bottom-header-outer-wrapper .bottom-header-part .bottom-header-part-wrapper .navigation-part .top-header-contact .header-contact-inner {
		display: flex;
		align-items: flex-start;
		flex-direction: column;
		padding-inline: 20px;
		margin-bottom: 15px;
	}
	header.site-header .bottom-header-outer-wrapper .bottom-header-part .bottom-header-part-wrapper .navigation-part .top-header-contact .header-contact-inner .contact-details {
		font-size: 1rem;
		display: flex;
		align-items: center;
		gap: 10px;
	}
	header.site-header .bottom-header-outer-wrapper .bottom-header-part .bottom-header-part-wrapper .navigation-part .top-header-contact .header-contact-inner .contact-details span a {
		text-decoration: none;
		color: var(--color-text-main);
		word-break: keep-all;
		white-space: nowrap;
		font-weight: 500;
		padding: 0;
		text-transform: none;
	}
}

@media (max-width: 767px) and (max-width: 992px) {
	header.site-header .bottom-header-outer-wrapper .bottom-header-part .bottom-header-part-wrapper .navigation-part .top-header-contact .header-contact-inner .contact-details span a {
		font-size: 0.9rem;
	}
}

@media (max-width: 767px) {
	header.site-header .bottom-header-outer-wrapper .bottom-header-part .bottom-header-part-wrapper .navigation-part .top-header-contact .header-contact-inner .contact-details i {
		color: var(--primary-color);
	}
}

header.site-header .bottom-header-outer-wrapper .bottom-header-part.fix-header {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 15;
}

@media (min-width: 782px) {
	body.admin-bar header.site-header .bottom-header-part.fix-header {
		top: 32px;
	}
}

@media (min-width: 601px) and (max-width: 781px) {
	body.admin-bar header.site-header .bottom-header-part.fix-header {
		top: 46px;
	}
}

/* Header CSS end
--------------------------------------------- */
/* frontpage section CSS start
--------------------------------------------- */
.corporaze-frontpage-section {
	margin-top: 80px;
}

@media screen and (max-width: 992px) and (min-width: 600px) {
	.corporaze-frontpage-section {
		margin-top: 40px;
	}
}

@media (max-width: 768px) {
	.corporaze-frontpage-section {
		margin-top: 40px;
	}
}

.corporaze-frontpage-section.corporaze-grey-background {
	background: var(--background-color-grey);
}

.corporaze-frontpage-section.section-has-background {
	padding: 80px 0;
}

@media screen and (max-width: 992px) and (min-width: 600px) {
	.corporaze-frontpage-section.section-has-background {
		padding: 40px 0;
	}
}

@media (max-width: 768px) {
	.corporaze-frontpage-section.section-has-background {
		padding: 40px 0;
	}
}

.corporaze-frontpage-section.section-has-background.no-section-padding {
	padding: 0;
}

.corporaze-frontpage-section.section-has-background + .section-has-background {
	margin-top: 0;
}

.corporaze-frontpage-section:last-child:not(.section-has-background) {
	margin-bottom: 80px;
}

@media screen and (max-width: 992px) and (min-width: 600px) {
	.corporaze-frontpage-section:last-child:not(.section-has-background) {
		margin-bottom: 40px;
	}
}

@media (max-width: 768px) {
	.corporaze-frontpage-section:last-child:not(.section-has-background) {
		margin-bottom: 40px;
	}
}

/* frontpage section CSS end
--------------------------------------------- */
/* main banner slider CSS start
--------------------------------------------- */
.corporaze-main-banner-section {
	position: relative;
	overflow: hidden;
}

.corporaze-main-banner-section #particles-js {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	pointer-events: none;
	z-index: 0;
	font-size: 0;
}

.corporaze-main-banner-section .main-slider {
	position: relative;
	z-index: 1;
}

.corporaze-main-banner-section.banner-style-1 {
	position: relative;
}

.corporaze-main-banner-section.banner-style-1 .corporaze-banner-slider-single {
	position: relative;
	min-height: 750px;
	display: flex !important;
	flex-direction: column;
	justify-content: center;
	padding: 65px 0;
}

@media (max-width: 1024px) {
	.corporaze-main-banner-section.banner-style-1 .corporaze-banner-slider-single {
		min-height: 650px;
	}
}

@media (max-width: 768px) {
	.corporaze-main-banner-section.banner-style-1 .corporaze-banner-slider-single {
		min-height: 550px;
	}
}

@media (max-width: 600px) {
	.corporaze-main-banner-section.banner-style-1 .corporaze-banner-slider-single {
		min-height: 480px;
	}
}

.corporaze-main-banner-section.banner-style-1 .corporaze-banner-slider-single .corporaze-banner-slider-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.corporaze-main-banner-section.banner-style-1 .corporaze-banner-slider-single .corporaze-banner-slider-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.corporaze-main-banner-section.banner-style-1 .corporaze-banner-slider-single .corporaze-banner-slider-img::after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, rgba(235, 28, 36, 0) 20%, black 50%, rgba(82, 96, 242, 0) 80%);
	opacity: 0.4;
}

.corporaze-main-banner-section.banner-style-1 .corporaze-banner-slider-single .corporaze-banner-slider-detail {
	position: relative;
	z-index: 1;
	color: var(--background-color-white);
}

@media (min-width: 1025px) {
	.corporaze-main-banner-section.banner-style-1 .corporaze-banner-slider-single .corporaze-banner-slider-detail {
		width: calc(100% - 130px);
		margin-inline: auto;
	}
}

.corporaze-main-banner-section.banner-style-1 .corporaze-banner-slider-single .corporaze-banner-slider-detail .corporaze-banner-slider-detail-inside {
	visibility: hidden;
	text-align: center;
}

@media (min-width: 1200px) {
	.corporaze-main-banner-section.banner-style-1 .corporaze-banner-slider-single .corporaze-banner-slider-detail .corporaze-banner-slider-detail-inside {
		max-width: 760px;
		margin: 0 auto;
	}
}

.corporaze-main-banner-section.banner-style-1 .corporaze-banner-slider-single .corporaze-banner-slider-detail .corporaze-banner-slider-detail-inside .corporaze-banner-head-title {
	font-size: var(--font-size-xl);
	font-family: var(--font-heading);
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 1.2;
}

@media (max-width: 480px) {
	.corporaze-main-banner-section.banner-style-1 .corporaze-banner-slider-single .corporaze-banner-slider-detail .corporaze-banner-slider-detail-inside .corporaze-banner-head-title {
		font-size: var(--font-size-xxl);
	}
}

.business-layout .corporaze-main-banner-section.banner-style-1 .corporaze-banner-slider-single .corporaze-banner-slider-detail .corporaze-banner-slider-detail-inside .corporaze-banner-head-title {
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.business-layout .corporaze-main-banner-section.banner-style-1 .corporaze-banner-slider-single .corporaze-banner-slider-detail .corporaze-banner-slider-detail-inside .corporaze-banner-head-title::after {
	position: absolute;
	content: " ";
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	height: 3px;
	width: 60px;
	background-color: var(--color-text-white);
}

.corporaze-main-banner-section.banner-style-1 .corporaze-banner-slider-single .corporaze-banner-slider-detail .corporaze-banner-slider-detail-inside p {
	font-size: var(--font-size-base);
	max-width: 450px;
	margin-inline: auto;
}

.corporaze-main-banner-section.banner-style-1 .corporaze-banner-slider-single .corporaze-banner-slider-detail .corporaze-banner-slider-detail-inside .banner-slider-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	flex-wrap: wrap;
}

.corporaze-main-banner-section.banner-style-1 .corporaze-banner-slider-single .corporaze-banner-slider-detail .corporaze-banner-slider-detail-inside .banner-slider-btn .video-btn {
	display: flex;
	align-items: center;
}

.corporaze-main-banner-section.banner-style-1 .slick-active.corporaze-banner-slider-single .corporaze-banner-slider-detail-inside,
.corporaze-main-banner-section.banner-style-1 .slick-active .corporaze-banner-slider-single .corporaze-banner-slider-detail-inside {
	visibility: visible;
}

.corporaze-main-banner-section.banner-style-1 .slick-active.corporaze-banner-slider-single .corporaze-banner-slider-detail-inside .corporaze-banner-sub-head-title,
.corporaze-main-banner-section.banner-style-1 .slick-active.corporaze-banner-slider-single .corporaze-banner-slider-detail-inside .corporaze-banner-head-title,
.corporaze-main-banner-section.banner-style-1 .slick-active.corporaze-banner-slider-single .corporaze-banner-slider-detail-inside p,
.corporaze-main-banner-section.banner-style-1 .slick-active.corporaze-banner-slider-single .corporaze-banner-slider-detail-inside .banner-slider-btn > a,
.corporaze-main-banner-section.banner-style-1 .slick-active.corporaze-banner-slider-single .corporaze-banner-slider-detail-inside .banner-slider-btn .video-btn,
.corporaze-main-banner-section.banner-style-1 .slick-active .corporaze-banner-slider-single .corporaze-banner-slider-detail-inside .corporaze-banner-sub-head-title,
.corporaze-main-banner-section.banner-style-1 .slick-active .corporaze-banner-slider-single .corporaze-banner-slider-detail-inside .corporaze-banner-head-title,
.corporaze-main-banner-section.banner-style-1 .slick-active .corporaze-banner-slider-single .corporaze-banner-slider-detail-inside p,
.corporaze-main-banner-section.banner-style-1 .slick-active .corporaze-banner-slider-single .corporaze-banner-slider-detail-inside .banner-slider-btn > a,
.corporaze-main-banner-section.banner-style-1 .slick-active .corporaze-banner-slider-single .corporaze-banner-slider-detail-inside .banner-slider-btn .video-btn {
	transform-origin: top;
	animation-name: ascendoor-animation1;
	animation-fill-mode: both;
	animation-duration: 0.7s;
}

.corporaze-main-banner-section.banner-style-1 .slick-active.corporaze-banner-slider-single .corporaze-banner-slider-detail-inside .corporaze-banner-sub-head-title,
.corporaze-main-banner-section.banner-style-1 .slick-active .corporaze-banner-slider-single .corporaze-banner-slider-detail-inside .corporaze-banner-sub-head-title {
	animation-delay: 0.2s;
}

.corporaze-main-banner-section.banner-style-1 .slick-active.corporaze-banner-slider-single .corporaze-banner-slider-detail-inside .corporaze-banner-head-title,
.corporaze-main-banner-section.banner-style-1 .slick-active .corporaze-banner-slider-single .corporaze-banner-slider-detail-inside .corporaze-banner-head-title {
	animation-delay: 0.3s;
}

.corporaze-main-banner-section.banner-style-1 .slick-active.corporaze-banner-slider-single .corporaze-banner-slider-detail-inside p,
.corporaze-main-banner-section.banner-style-1 .slick-active .corporaze-banner-slider-single .corporaze-banner-slider-detail-inside p {
	animation-delay: 0.4s;
}

.corporaze-main-banner-section.banner-style-1 .slick-active.corporaze-banner-slider-single .corporaze-banner-slider-detail-inside .banner-slider-btn > a,
.corporaze-main-banner-section.banner-style-1 .slick-active .corporaze-banner-slider-single .corporaze-banner-slider-detail-inside .banner-slider-btn > a {
	animation-delay: 0.5s;
}

.corporaze-main-banner-section.banner-style-1 .slick-active.corporaze-banner-slider-single .corporaze-banner-slider-detail-inside .banner-slider-btn .video-btn,
.corporaze-main-banner-section.banner-style-1 .slick-active .corporaze-banner-slider-single .corporaze-banner-slider-detail-inside .banner-slider-btn .video-btn {
	animation-delay: 0.6s;
}

@keyframes ascendoor-animation1 {
	from {
		opacity: 0;
		transform: translateY(100px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.corporaze-main-banner-section.banner-style-1 button.ascendoor-carousel-btn {
	position: absolute;
	z-index: 1;
	top: unset;
	bottom: 0;
	transform: translateY(0);
	border: none;
	display: flex;
	padding: 20px 11px;
	border-radius: 0;
	background-color: var(--background-color-white);
}

@media (min-width: 1025px) {
	.corporaze-main-banner-section.banner-style-1 button.ascendoor-carousel-btn {
		bottom: unset;
		top: 50%;
		transform: translateY(-50%);
	}
}

.corporaze-main-banner-section.banner-style-1 button.ascendoor-carousel-btn::after {
	position: relative;
	display: inline-block;
	content: " ";
	width: 35px;
	height: 17px;
	transition: all 0.3s ease;
	transform-origin: center;
	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-main);
}

.corporaze-main-banner-section.banner-style-1 button.ascendoor-carousel-btn:hover {
	background-color: var(--primary-color);
}

.corporaze-main-banner-section.banner-style-1 button.ascendoor-carousel-btn:hover::after {
	background: var(--background-color-white);
}

.corporaze-main-banner-section.banner-style-1 button.ascendoor-carousel-btn:focus-within {
	background-color: var(--primary-color);
	outline: 1px dashed var(--color-text-white);
}

.corporaze-main-banner-section.banner-style-1 button.ascendoor-carousel-btn:focus-within::after {
	background: var(--background-color-white);
}

@media (min-width: 1025px) {
	.corporaze-main-banner-section.banner-style-1 button.ascendoor-carousel-btn.carousel-prev {
		inset-inline-start: 0;
	}
}

@media (max-width: 1024px) {
	.corporaze-main-banner-section.banner-style-1 button.ascendoor-carousel-btn.carousel-prev {
		inset-inline-end: 57px;
	}
}

.corporaze-main-banner-section.banner-style-1 button.ascendoor-carousel-btn.carousel-prev::after {
	transform: rotate(-180deg);
}

.corporaze-main-banner-section.banner-style-1 button.ascendoor-carousel-btn.carousel-next {
	inset-inline-end: 0;
}

.corporaze-main-banner-section.banner-style-2 {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.corporaze-main-banner-section.banner-style-2 .banner-style-2-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 750px;
}

@media (max-width: 1024px) {
	.corporaze-main-banner-section.banner-style-2 .banner-style-2-wrapper {
		min-height: 650px;
	}
}

@media (max-width: 768px) {
	.corporaze-main-banner-section.banner-style-2 .banner-style-2-wrapper {
		min-height: 550px;
	}
}

@media (max-width: 600px) {
	.corporaze-main-banner-section.banner-style-2 .banner-style-2-wrapper {
		min-height: 480px;
	}
}

.corporaze-main-banner-section.banner-style-2 .corporaze-banner-slider-single {
	position: relative;
	display: flex !important;
	flex-direction: row-reverse;
	align-items: center;
	gap: 150px;
	visibility: hidden;
}

@media (max-width: 1200px) {
	.corporaze-main-banner-section.banner-style-2 .corporaze-banner-slider-single {
		gap: 50px;
	}
}

@media (max-width: 600px) {
	.corporaze-main-banner-section.banner-style-2 .corporaze-banner-slider-single {
		flex-direction: column;
		gap: 20px;
	}
}

.corporaze-main-banner-section.banner-style-2 .corporaze-banner-slider-single .corporaze-banner-slider-img {
	width: 50%;
}

@media (max-width: 600px) {
	.corporaze-main-banner-section.banner-style-2 .corporaze-banner-slider-single .corporaze-banner-slider-img {
		width: 100%;
	}
}

.corporaze-main-banner-section.banner-style-2 .corporaze-banner-slider-single .corporaze-banner-slider-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.corporaze-main-banner-section.banner-style-2 .corporaze-banner-slider-single .corporaze-banner-slider-detail {
	width: 50%;
	color: var(--color-text-main);
}

@media (max-width: 600px) {
	.corporaze-main-banner-section.banner-style-2 .corporaze-banner-slider-single .corporaze-banner-slider-detail {
		width: 100%;
	}
}

.corporaze-main-banner-section.banner-style-2 .corporaze-banner-slider-single .corporaze-banner-slider-detail .corporaze-banner-slider-detail-inside .corporaze-banner-head-title {
	font-size: var(--font-size-xxl);
	font-family: var(--font-heading);
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 1.2;
}

@media (max-width: 480px) {
	.corporaze-main-banner-section.banner-style-2 .corporaze-banner-slider-single .corporaze-banner-slider-detail .corporaze-banner-slider-detail-inside .corporaze-banner-head-title {
		font-size: var(--font-size-xl);
	}
}

.business-layout .corporaze-main-banner-section.banner-style-2 .corporaze-banner-slider-single .corporaze-banner-slider-detail .corporaze-banner-slider-detail-inside .corporaze-banner-head-title {
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.business-layout .corporaze-main-banner-section.banner-style-2 .corporaze-banner-slider-single .corporaze-banner-slider-detail .corporaze-banner-slider-detail-inside .corporaze-banner-head-title::after {
	position: absolute;
	content: " ";
	inset-inline-start: 0;
	bottom: 0;
	transform: translateX(0);
	height: 3px;
	width: 60px;
	background-color: var(--color-text-main);
}

.corporaze-main-banner-section.banner-style-2 .corporaze-banner-slider-single .corporaze-banner-slider-detail .corporaze-banner-slider-detail-inside p {
	font-size: var(--font-size-base);
	max-width: 390px;
}

.corporaze-main-banner-section.banner-style-2 .corporaze-banner-slider-single .corporaze-banner-slider-detail .corporaze-banner-slider-detail-inside .banner-slider-btn {
	display: flex;
	align-items: center;
	gap: 20px;
	flex-wrap: wrap;
}

.corporaze-main-banner-section.banner-style-2 .corporaze-banner-slider-single .corporaze-banner-slider-detail .corporaze-banner-slider-detail-inside .banner-slider-btn .video-btn {
	display: flex;
	align-items: center;
}

.corporaze-main-banner-section.banner-style-2 .corporaze-banner-slider-single .corporaze-banner-slider-detail .corporaze-banner-slider-detail-inside .banner-slider-btn .video-btn a {
	color: var(--color-text-main);
	gap: 5px;
}

.corporaze-main-banner-section.banner-style-2 .corporaze-banner-slider-single .corporaze-banner-slider-detail .corporaze-banner-slider-detail-inside .banner-slider-btn .video-btn a i {
	border: 2px solid;
	border-color: var(--color-text-main);
	box-shadow: none;
}

.corporaze-main-banner-section.banner-style-2 .corporaze-banner-slider-single .corporaze-banner-slider-detail .corporaze-banner-slider-detail-inside .banner-slider-btn .video-btn a .video-btn-txt {
	color: var(--color-text-main);
	text-decoration: none;
	font-size: calc(var(--font-size-base) - 3px);
}

.corporaze-main-banner-section.banner-style-2 .corporaze-banner-slider-single .corporaze-banner-slider-detail .corporaze-banner-slider-detail-inside .banner-slider-btn .video-btn a:focus i, .corporaze-main-banner-section.banner-style-2 .corporaze-banner-slider-single .corporaze-banner-slider-detail .corporaze-banner-slider-detail-inside .banner-slider-btn .video-btn a:hover i {
	border-color: var(--primary-color);
}

.corporaze-main-banner-section.banner-style-2 .corporaze-banner-slider-single .corporaze-banner-slider-detail .corporaze-banner-slider-detail-inside .banner-slider-btn .video-btn a:focus .video-btn-txt, .corporaze-main-banner-section.banner-style-2 .corporaze-banner-slider-single .corporaze-banner-slider-detail .corporaze-banner-slider-detail-inside .banner-slider-btn .video-btn a:hover .video-btn-txt {
	color: var(--primary-color);
}

.corporaze-main-banner-section.banner-style-2 .corporaze-banner-slider-single .corporaze-banner-slider-detail .corporaze-banner-slider-detail-inside .banner-slider-btn .video-btn a:focus {
	outline: 1px dotted;
}

.corporaze-main-banner-section.banner-style-2 .slick-active.corporaze-banner-slider-single,
.corporaze-main-banner-section.banner-style-2 .slick-active .corporaze-banner-slider-single {
	visibility: visible;
}

.corporaze-main-banner-section.banner-style-2 .slick-active.corporaze-banner-slider-single .corporaze-banner-slider-img,
.corporaze-main-banner-section.banner-style-2 .slick-active.corporaze-banner-slider-single .corporaze-banner-head-title,
.corporaze-main-banner-section.banner-style-2 .slick-active.corporaze-banner-slider-single p,
.corporaze-main-banner-section.banner-style-2 .slick-active.corporaze-banner-slider-single .banner-slider-btn > a,
.corporaze-main-banner-section.banner-style-2 .slick-active.corporaze-banner-slider-single .banner-slider-btn .video-btn,
.corporaze-main-banner-section.banner-style-2 .slick-active .corporaze-banner-slider-single .corporaze-banner-slider-img,
.corporaze-main-banner-section.banner-style-2 .slick-active .corporaze-banner-slider-single .corporaze-banner-head-title,
.corporaze-main-banner-section.banner-style-2 .slick-active .corporaze-banner-slider-single p,
.corporaze-main-banner-section.banner-style-2 .slick-active .corporaze-banner-slider-single .banner-slider-btn > a,
.corporaze-main-banner-section.banner-style-2 .slick-active .corporaze-banner-slider-single .banner-slider-btn .video-btn {
	transform-origin: top;
	animation-name: ascendoor-animation1;
	animation-fill-mode: both;
	animation-duration: 0.7s;
}

.corporaze-main-banner-section.banner-style-2 .slick-active.corporaze-banner-slider-single .corporaze-banner-slider-img,
.corporaze-main-banner-section.banner-style-2 .slick-active .corporaze-banner-slider-single .corporaze-banner-slider-img {
	animation-delay: 0.2s;
}

.corporaze-main-banner-section.banner-style-2 .slick-active.corporaze-banner-slider-single .corporaze-banner-head-title,
.corporaze-main-banner-section.banner-style-2 .slick-active .corporaze-banner-slider-single .corporaze-banner-head-title {
	animation-delay: 0.3s;
}

.corporaze-main-banner-section.banner-style-2 .slick-active.corporaze-banner-slider-single p,
.corporaze-main-banner-section.banner-style-2 .slick-active .corporaze-banner-slider-single p {
	animation-delay: 0.4s;
}

.corporaze-main-banner-section.banner-style-2 .slick-active.corporaze-banner-slider-single .banner-slider-btn > a,
.corporaze-main-banner-section.banner-style-2 .slick-active .corporaze-banner-slider-single .banner-slider-btn > a {
	animation-delay: 0.5s;
}

.corporaze-main-banner-section.banner-style-2 .slick-active.corporaze-banner-slider-single .banner-slider-btn .video-btn,
.corporaze-main-banner-section.banner-style-2 .slick-active .corporaze-banner-slider-single .banner-slider-btn .video-btn {
	animation-delay: 0.6s;
}

@keyframes ascendoor-animation1 {
	from {
		opacity: 0;
		transform: translateY(100px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (min-width: 768px) {
	.corporaze-main-banner-section.banner-style-2.corporaze-navigation .slick-arrow {
		width: 60px;
		height: 60px;
	}
	.corporaze-main-banner-section.banner-style-2.corporaze-navigation .slick-arrow.slick-prev {
		inset-inline-start: 20px;
	}
	.corporaze-main-banner-section.banner-style-2.corporaze-navigation .slick-arrow.slick-next {
		inset-inline-end: 20px;
	}
}

/* main banner slider CSS start
--------------------------------------------- */
/* blog grid CSS start
--------------------------------------------- */
.corporaze-blog-section .corporaze-blog-view-all {
	display: flex;
	margin-top: 50px;
	justify-content: center;
}

.corporaze-blog-section .corporaze-blog-single {
	display: flex;
	flex-direction: column;
	background-color: var(--background-color-grey);
}

.corporaze-blog-section .corporaze-blog-single .corporaze-blog-img > a {
	display: block;
	line-height: 0;
	height: 100%;
}

.corporaze-blog-section .corporaze-blog-single .corporaze-blog-img > a img {
	position: relative;
	height: 100%;
	width: 100%;
	aspect-ratio: 1/0.7;
	object-fit: cover;
}

.corporaze-blog-section .corporaze-blog-single .corporaze-blog-img > a:focus {
	outline: 1px dashed;
	outline-offset: 2px;
}

.corporaze-blog-section .corporaze-blog-single .corporaze-detail {
	color: var(--color-text-main);
	padding: 20px;
}

.corporaze-blog-section .corporaze-blog-single .corporaze-detail .shop-blog-category {
	display: flex;
	flex-wrap: wrap;
	font-size: var(--body-text-font-size);
}

.corporaze-blog-section .corporaze-blog-single .corporaze-detail .shop-blog-category a {
	text-transform: uppercase;
	text-decoration: none;
	color: var(--color-text-main);
	transition: all 0.3s linear;
}

.corporaze-blog-section .corporaze-blog-single .corporaze-detail .shop-blog-category a:focus, .corporaze-blog-section .corporaze-blog-single .corporaze-detail .shop-blog-category a:hover {
	color: var(--color-text-main);
}

.corporaze-blog-section .corporaze-blog-single .corporaze-detail .shop-blog-category a:not(:first-child) {
	margin-block-end: 4px;
	margin-inline-start: 4px;
}

.corporaze-blog-section .corporaze-blog-single .corporaze-detail .corporaze-blog-title {
	font-size: var(--font-size-md);
	line-height: 1.2;
	margin-top: 0;
}

.corporaze-blog-section .corporaze-blog-single .corporaze-detail .corporaze-blog-title a {
	text-decoration: none;
	color: var(--color-text-main);
	transition: all 0.3s linear;
	display: inline-block;
}

.corporaze-blog-section .corporaze-blog-single .corporaze-detail .corporaze-blog-title a:focus, .corporaze-blog-section .corporaze-blog-single .corporaze-detail .corporaze-blog-title a:hover {
	color: var(--primary-color);
}

.corporaze-blog-section .corporaze-blog-single .corporaze-detail .corporaze-meta {
	color: var(--primary-color);
}

.corporaze-blog-section .corporaze-blog-single .corporaze-detail .corporaze-meta a {
	text-decoration: none;
	color: var(--color-text-main);
	transition: all 0.3s linear;
}

.corporaze-blog-section .corporaze-blog-single .corporaze-detail .corporaze-meta a:focus, .corporaze-blog-section .corporaze-blog-single .corporaze-detail .corporaze-meta a:hover {
	color: var(--primary-color);
}

.corporaze-blog-section .corporaze-blog-single .corporaze-detail .corporaze-meta:not(:last-child) {
	margin-bottom: 8px;
}

.corporaze-blog-section .corporaze-blog-single .corporaze-detail .corporaze-description {
	font-size: var(--body-text-font-size);
}

.corporaze-blog-section .corporaze-blog-single .corporaze-detail .corporaze-readmore {
	display: flex;
	margin-top: 20px;
}

.corporaze-blog-section.blog-style-1 .corporaze-blog-section-wrapper {
	display: grid;
	grid-gap: 30px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 768px) {
	.corporaze-blog-section.blog-style-1 .corporaze-blog-section-wrapper {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 600px) {
	.corporaze-blog-section.blog-style-1 .corporaze-blog-section-wrapper {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
}

.corporaze-blog-section.blog-style-2 .corporaze-blog-section-wrapper {
	display: grid;
	grid-gap: 30px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 768px) {
	.corporaze-blog-section.blog-style-2 .corporaze-blog-section-wrapper {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 600px) {
	.corporaze-blog-section.blog-style-2 .corporaze-blog-section-wrapper {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
}

.corporaze-blog-section.blog-style-2 .corporaze-blog-section-wrapper .corporaze-blog-single {
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	min-height: 260px;
}

.corporaze-blog-section.blog-style-2 .corporaze-blog-section-wrapper .corporaze-blog-single .corporaze-blog-img {
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
}

.corporaze-blog-section.blog-style-2 .corporaze-blog-section-wrapper .corporaze-blog-single .corporaze-blog-img::after {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: linear-gradient(360deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
	transform-origin: bottom;
	transform: scaleY(0);
	opacity: 0;
	visibility: hidden;
	transition: all 0.4s ease;
}

.corporaze-blog-section.blog-style-2 .corporaze-blog-section-wrapper .corporaze-blog-single .corporaze-detail {
	position: relative;
	width: 100%;
	padding: 15px;
	justify-self: end;
	justify-content: flex-end;
	color: var(--color-text-white);
}

.corporaze-blog-section.blog-style-2 .corporaze-blog-section-wrapper .corporaze-blog-single .corporaze-detail .corporaze-blog-title a {
	color: var(--color-text-white);
}

.corporaze-blog-section.blog-style-2 .corporaze-blog-section-wrapper .corporaze-blog-single .corporaze-detail .corporaze-blog-title a:focus, .corporaze-blog-section.blog-style-2 .corporaze-blog-section-wrapper .corporaze-blog-single .corporaze-detail .corporaze-blog-title a:hover {
	color: var(--primary-color);
}

.corporaze-blog-section.blog-style-2 .corporaze-blog-section-wrapper .corporaze-blog-single .corporaze-detail .corporaze-meta {
	color: var(--color-text-white);
}

.corporaze-blog-section.blog-style-2 .corporaze-blog-section-wrapper .corporaze-blog-single .corporaze-detail .corporaze-readmore a {
	color: var(--color-text-white);
	text-shadow: none;
}

.corporaze-blog-section.blog-style-2 .corporaze-blog-section-wrapper .corporaze-blog-single .corporaze-detail .corporaze-readmore a::after {
	background: var(--color-text-white);
}

.corporaze-blog-section.blog-style-2 .corporaze-blog-section-wrapper .corporaze-blog-single .corporaze-detail > * {
	position: relative;
	z-index: 1;
}

.corporaze-blog-section.blog-style-2 .corporaze-blog-section-wrapper .corporaze-blog-single .corporaze-detail::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 15%, rgba(0, 0, 0, 0.5) 50%, #000 100%);
	z-index: 0;
}

@media (min-width: 601px) {
	.corporaze-blog-section.blog-style-2 .corporaze-blog-section-wrapper .corporaze-blog-single:nth-child(1) {
		grid-row: span 2;
		grid-column: span 2;
	}
	.corporaze-blog-section.blog-style-2 .corporaze-blog-section-wrapper .corporaze-blog-single:nth-child(1) .corporaze-detail .corporaze-blog-title {
		font-size: var(--font-size-lg);
	}
	.corporaze-blog-section.blog-style-2 .corporaze-blog-section-wrapper .corporaze-blog-single:not(:nth-child(1)) .shop-blog-category,
	.corporaze-blog-section.blog-style-2 .corporaze-blog-section-wrapper .corporaze-blog-single:not(:nth-child(1)) .corporaze-description,
	.corporaze-blog-section.blog-style-2 .corporaze-blog-section-wrapper .corporaze-blog-single:not(:nth-child(1)) .corporaze-button {
		display: none;
	}
}

@media (max-width: 600px) {
	.corporaze-blog-section.blog-style-2 .corporaze-blog-section-wrapper .corporaze-blog-single:nth-child(1) .shop-blog-category,
	.corporaze-blog-section.blog-style-2 .corporaze-blog-section-wrapper .corporaze-blog-single:nth-child(1) .corporaze-description,
	.corporaze-blog-section.blog-style-2 .corporaze-blog-section-wrapper .corporaze-blog-single:nth-child(1) .corporaze-button, .corporaze-blog-section.blog-style-2 .corporaze-blog-section-wrapper .corporaze-blog-single:not(:nth-child(1)) .shop-blog-category,
	.corporaze-blog-section.blog-style-2 .corporaze-blog-section-wrapper .corporaze-blog-single:not(:nth-child(1)) .corporaze-description,
	.corporaze-blog-section.blog-style-2 .corporaze-blog-section-wrapper .corporaze-blog-single:not(:nth-child(1)) .corporaze-button {
		display: none;
	}
}

.corporaze-blog-section.blog-style-2 .corporaze-blog-section-wrapper .corporaze-blog-single:hover .corporaze-blog-img::after {
	transform: scaleY(1);
	opacity: 1;
	visibility: visible;
	transition: all 0.4s ease;
}

.corporaze-blog-section.blog-style-2 .corporaze-blog-section-wrapper .corporaze-blog-single:focus-within .corporaze-blog-img::after {
	transform: scaleY(1);
	opacity: 1;
	visibility: visible;
	transition: all 0.4s ease;
}

.corporaze-blog-section.blog-style-3 .corporaze-blog-section-wrapper {
	display: grid;
	grid-gap: 30px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 767px) {
	.corporaze-blog-section.blog-style-3 .corporaze-blog-section-wrapper {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 600px) {
	.corporaze-blog-section.blog-style-3 .corporaze-blog-section-wrapper {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
}

.corporaze-blog-section.blog-style-3 .corporaze-blog-section-wrapper .corporaze-blog-single {
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	min-height: 260px;
}

.corporaze-blog-section.blog-style-3 .corporaze-blog-section-wrapper .corporaze-blog-single .corporaze-blog-img {
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
}

.corporaze-blog-section.blog-style-3 .corporaze-blog-section-wrapper .corporaze-blog-single .corporaze-blog-img::after {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: linear-gradient(360deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
	transform-origin: bottom;
	transform: scaleY(0);
	opacity: 0;
	visibility: hidden;
	transition: all 0.4s ease;
}

.corporaze-blog-section.blog-style-3 .corporaze-blog-section-wrapper .corporaze-blog-single .corporaze-detail {
	position: relative;
	width: 100%;
	padding: 15px;
	padding-top: 50px;
	justify-self: end;
	justify-content: flex-end;
	color: var(--color-text-white);
}

.corporaze-blog-section.blog-style-3 .corporaze-blog-section-wrapper .corporaze-blog-single .corporaze-detail .corporaze-blog-title a {
	color: var(--color-text-white);
}

.corporaze-blog-section.blog-style-3 .corporaze-blog-section-wrapper .corporaze-blog-single .corporaze-detail .corporaze-blog-title a:focus, .corporaze-blog-section.blog-style-3 .corporaze-blog-section-wrapper .corporaze-blog-single .corporaze-detail .corporaze-blog-title a:hover {
	color: var(--primary-color);
}

.corporaze-blog-section.blog-style-3 .corporaze-blog-section-wrapper .corporaze-blog-single .corporaze-detail .corporaze-meta {
	color: var(--color-text-white);
}

.corporaze-blog-section.blog-style-3 .corporaze-blog-section-wrapper .corporaze-blog-single .corporaze-detail .corporaze-readmore a {
	color: var(--color-text-white);
	text-shadow: none;
}

.corporaze-blog-section.blog-style-3 .corporaze-blog-section-wrapper .corporaze-blog-single .corporaze-detail .corporaze-readmore a::after {
	background: var(--color-text-white);
}

.corporaze-blog-section.blog-style-3 .corporaze-blog-section-wrapper .corporaze-blog-single .corporaze-detail > * {
	position: relative;
	z-index: 1;
}

.corporaze-blog-section.blog-style-3 .corporaze-blog-section-wrapper .corporaze-blog-single .corporaze-detail::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 15%, rgba(0, 0, 0, 0.5) 50%, #000 100%);
	z-index: 0;
}

@media (min-width: 768px) {
	.corporaze-blog-section.blog-style-3 .corporaze-blog-section-wrapper .corporaze-blog-single:nth-child(4n+1), .corporaze-blog-section.blog-style-3 .corporaze-blog-section-wrapper .corporaze-blog-single:nth-child(4n) {
		grid-column: span 2;
	}
	.corporaze-blog-section.blog-style-3 .corporaze-blog-section-wrapper .corporaze-blog-single:nth-child(4n+1) .corporaze-detail .corporaze-blog-title, .corporaze-blog-section.blog-style-3 .corporaze-blog-section-wrapper .corporaze-blog-single:nth-child(4n) .corporaze-detail .corporaze-blog-title {
		font-size: var(--font-size-lg);
	}
	.corporaze-blog-section.blog-style-3 .corporaze-blog-section-wrapper .corporaze-blog-single:not(:nth-child(4n)):not(:nth-child(4n+1)) .shop-blog-category,
	.corporaze-blog-section.blog-style-3 .corporaze-blog-section-wrapper .corporaze-blog-single:not(:nth-child(4n)):not(:nth-child(4n+1)) .corporaze-description,
	.corporaze-blog-section.blog-style-3 .corporaze-blog-section-wrapper .corporaze-blog-single:not(:nth-child(4n)):not(:nth-child(4n+1)) .corporaze-button {
		display: none;
	}
}

@media (max-width: 767px) {
	.corporaze-blog-section.blog-style-3 .corporaze-blog-section-wrapper .corporaze-blog-single:nth-child(4n+1) .shop-blog-category,
	.corporaze-blog-section.blog-style-3 .corporaze-blog-section-wrapper .corporaze-blog-single:nth-child(4n+1) .corporaze-description,
	.corporaze-blog-section.blog-style-3 .corporaze-blog-section-wrapper .corporaze-blog-single:nth-child(4n+1) .corporaze-button, .corporaze-blog-section.blog-style-3 .corporaze-blog-section-wrapper .corporaze-blog-single:nth-child(4n) .shop-blog-category,
	.corporaze-blog-section.blog-style-3 .corporaze-blog-section-wrapper .corporaze-blog-single:nth-child(4n) .corporaze-description,
	.corporaze-blog-section.blog-style-3 .corporaze-blog-section-wrapper .corporaze-blog-single:nth-child(4n) .corporaze-button, .corporaze-blog-section.blog-style-3 .corporaze-blog-section-wrapper .corporaze-blog-single:not(:nth-child(4n)):not(:nth-child(4n+1)) .shop-blog-category,
	.corporaze-blog-section.blog-style-3 .corporaze-blog-section-wrapper .corporaze-blog-single:not(:nth-child(4n)):not(:nth-child(4n+1)) .corporaze-description,
	.corporaze-blog-section.blog-style-3 .corporaze-blog-section-wrapper .corporaze-blog-single:not(:nth-child(4n)):not(:nth-child(4n+1)) .corporaze-button {
		display: none;
	}
}

.corporaze-blog-section.blog-style-3 .corporaze-blog-section-wrapper .corporaze-blog-single:hover .corporaze-blog-img::after {
	transform: scaleY(1);
	opacity: 1;
	visibility: visible;
	transition: all 0.4s ease;
}

.corporaze-blog-section.blog-style-3 .corporaze-blog-section-wrapper .corporaze-blog-single:focus-within .corporaze-blog-img::after {
	transform: scaleY(1);
	opacity: 1;
	visibility: visible;
	transition: all 0.4s ease;
}

/* blog grid CSS end
--------------------------------------------- */
/* case study CSS start
--------------------------------------------- */
.section-header-subtitle + .corporaze-casestudy-filter {
	margin-top: 50px;
}

.corporaze-casestudy-filter {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin-bottom: 40px;
	gap: 10px;
}

.corporaze-casestudy-filter a {
	text-decoration: none;
	display: inline-block;
}

.corporaze-casestudy-filter a.button {
	padding: 15px 25px;
	transition: all 0.3s linear;
	color: var(--color-text-white);
	background: var(--primary-color);
	cursor: pointer;
}

.corporaze-casestudy-filter a.button:not(.active) {
	color: var(--color-text-main);
	background: transparent;
	border: 1px solid transparent;
}

.corporaze-casestudy-filter a.button:not(.active):focus, .corporaze-casestudy-filter a.button:not(.active):hover {
	color: var(--primary-color);
}

.corporaze-casestudy-section .corporaze-casestudy-view-all {
	display: flex;
	margin-top: 50px;
	justify-content: center;
}

/* case study CSS end
--------------------------------------------- */
/* corporaze features CSS start
--------------------------------------------- */
.corporaze-features-section {
	position: relative;
}

@media (max-width: 768px) {
	.corporaze-features-section {
		display: flex;
		flex-direction: column;
		gap: 20px;
	}
}

@media (min-width: 1020px) {
	.corporaze-features-section .section-header-subtitle {
		max-width: 600px;
	}
}

.corporaze-features-section .features-section-img {
	position: absolute;
	height: 100%;
	right: 0;
	top: 0;
	width: 100%;
	max-width: 765px;
}

.corporaze-features-section .features-section-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media (max-width: 1024px) {
	.corporaze-features-section .features-section-img {
		max-width: 355px;
	}
}

@media (max-width: 800px) {
	.corporaze-features-section .features-section-img {
		max-width: none;
		opacity: 0.4;
	}
}

.corporaze-features-section-inside {
	max-width: 600px;
	color: var(--color-text-white);
	position: relative;
}

.corporaze-features-section-inside .section-header-subtitle {
	text-align: start;
}

.corporaze-features-section-wrapper {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.corporaze-features-section-wrapper .corporaze-features-single {
	display: flex;
	align-items: center;
	padding-inline-end: 20px;
	gap: 20px;
}

.corporaze-features-section-wrapper .corporaze-features-single .features-icon {
	width: 40px;
	flex-shrink: 0;
}

.corporaze-features-section-wrapper .corporaze-features-single .features-details {
	color: var(--color-text-white);
}

.corporaze-features-section-wrapper .corporaze-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;
}

.corporaze-features-section-wrapper .corporaze-features-single .features-details p {
	font-size: var(--body-text-font-size);
	margin-top: 0;
	margin-bottom: 0;
}

.corporaze-features-section-wrapper .corporaze-features-single:not(:first-child) {
	padding-top: 30px;
	border-top: 1px solid rgba(255, 255, 255, 0.5);
}

/* corporaze features CSS end
--------------------------------------------- */
/* corporaze events CSS start
--------------------------------------------- */
.corporaze-events-section.events-style-1 .corporaze-events-section-wrapper {
	display: grid;
	grid-gap: 30px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 768px) {
	.corporaze-events-section.events-style-1 .corporaze-events-section-wrapper {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 600px) {
	.corporaze-events-section.events-style-1 .corporaze-events-section-wrapper {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
}

.corporaze-events-section.events-style-1 .corporaze-events-section-wrapper .event-single {
	padding: 20px;
	border: 1.5px solid #e9e9e9;
	background-color: transparent;
	color: var(--color-text-main);
	transition: all 0.3s ease;
}

.corporaze-events-section.events-style-1 .corporaze-events-section-wrapper .event-single .corporaze-event-img {
	width: 100%;
	aspect-ratio: 1/0.7;
	margin-bottom: 20px;
}

.corporaze-events-section.events-style-1 .corporaze-events-section-wrapper .event-single .corporaze-event-img > a {
	display: block;
	line-height: 0;
	height: 100%;
}

.corporaze-events-section.events-style-1 .corporaze-events-section-wrapper .event-single .corporaze-event-img > a img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.corporaze-events-section.events-style-1 .corporaze-events-section-wrapper .event-single .corporaze-event-detail .event-title {
	font-family: var(--font-main);
	font-size: var(--font-size-base);
	margin-top: 0;
	margin-bottom: 10px;
}

.corporaze-events-section.events-style-1 .corporaze-events-section-wrapper .event-single .corporaze-event-detail .event-title a {
	text-decoration: none;
	color: var(--color-text-main);
}

.corporaze-events-section.events-style-1 .corporaze-events-section-wrapper .event-single .corporaze-event-detail .event-title a:focus, .corporaze-events-section.events-style-1 .corporaze-events-section-wrapper .event-single .corporaze-event-detail .event-title a:hover {
	color: var(--primary-color);
}

.corporaze-events-section.events-style-1 .corporaze-events-section-wrapper .event-single .corporaze-event-detail .event-date {
	display: flex;
	align-items: center;
	gap: 5px;
	line-height: 1;
	font-size: var(--font-size-sm);
}

.corporaze-events-section.events-style-1 .corporaze-events-section-wrapper .event-single .corporaze-event-detail .event-category {
	display: flex;
	margin-bottom: 10px;
	gap: 2px;
}

.corporaze-events-section.events-style-1 .corporaze-events-section-wrapper .event-single .corporaze-event-detail .event-category a {
	text-decoration: none;
}

.corporaze-events-section.events-style-1 .corporaze-events-section-wrapper .event-single .corporaze-event-detail .event-time {
	display: flex;
	margin-top: 10px;
	position: relative;
	flex-direction: column;
	font-size: var(--font-size-sm);
	gap: 10px;
}

.corporaze-events-section.events-style-1 .corporaze-events-section-wrapper .event-single .corporaze-event-detail .event-time i {
	margin-inline-end: 5px;
}

.corporaze-events-section.events-style-1 .corporaze-events-section-wrapper .event-single .corporaze-event-detail .event-description {
	margin-top: 10px;
}

.corporaze-events-section.events-style-1 .corporaze-events-section-wrapper .event-single .corporaze-event-detail .corporaze-button {
	display: flex;
	margin-top: 10px;
	margin-bottom: 10px;
}

.corporaze-events-section.events-style-1 .corporaze-events-section-wrapper .event-single .corporaze-event-detail .corporaze-button a {
	color: transparent;
}

.corporaze-events-section.events-style-1 .corporaze-events-section-wrapper .event-single:hover {
	box-shadow: 0pc 0.3125pc 1.25pc 0px rgba(69, 67, 96, 0.1);
	-webkit-box-shadow: 0pc 0.3125pc 1.25pc 0px rgba(69, 67, 96, 0.1);
}

.corporaze-events-section.events-style-1 .corporaze-events-section-wrapper .event-single:focus-within {
	box-shadow: 0pc 0.3125pc 1.25pc 0px rgba(69, 67, 96, 0.1);
	-webkit-box-shadow: 0pc 0.3125pc 1.25pc 0px rgba(69, 67, 96, 0.1);
}

.corporaze-events-section.events-style-2 .corporaze-events-section-wrapper {
	display: grid;
	grid-gap: 30px;
	max-width: 1000px;
	margin-inline: auto;
	grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media (max-width: 768px) {
	.corporaze-events-section.events-style-2 .corporaze-events-section-wrapper {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 600px) {
	.corporaze-events-section.events-style-2 .corporaze-events-section-wrapper {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
}

.corporaze-events-section.events-style-2 .corporaze-events-section-wrapper .event-single {
	display: flex;
	padding: 20px;
	gap: 20px;
	border: 1.5px solid #e9e9e9;
	background-color: transparent;
	color: var(--color-text-main);
	transition: all 0.3s ease;
}

@media (max-width: 768px) {
	.corporaze-events-section.events-style-2 .corporaze-events-section-wrapper .event-single {
		flex-wrap: wrap;
	}
}

.corporaze-events-section.events-style-2 .corporaze-events-section-wrapper .event-single .corporaze-event-img {
	max-width: 25%;
	flex: 0 0 25%;
}

@media (max-width: 768px) {
	.corporaze-events-section.events-style-2 .corporaze-events-section-wrapper .event-single .corporaze-event-img {
		max-width: none;
		flex: 0 0 100%;
		width: 100%;
		height: auto;
		aspect-ratio: 1/1;
	}
}

.corporaze-events-section.events-style-2 .corporaze-events-section-wrapper .event-single .corporaze-event-img > a {
	display: block;
	line-height: 0;
	height: 100%;
}

.corporaze-events-section.events-style-2 .corporaze-events-section-wrapper .event-single .corporaze-event-img > a img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.corporaze-events-section.events-style-2 .corporaze-events-section-wrapper .event-single .corporaze-event-detail {
	max-width: 75%;
	flex: 0 0 75%;
	padding: 20px;
}

@media (max-width: 768px) {
	.corporaze-events-section.events-style-2 .corporaze-events-section-wrapper .event-single .corporaze-event-detail {
		padding: 0;
		max-width: none;
		flex: 0 0 100%;
	}
}

.corporaze-events-section.events-style-2 .corporaze-events-section-wrapper .event-single .corporaze-event-detail .event-title {
	font-family: var(--font-main);
	font-size: var(--font-size-md);
	margin-top: 0;
	margin-bottom: 10px;
}

.corporaze-events-section.events-style-2 .corporaze-events-section-wrapper .event-single .corporaze-event-detail .event-title a {
	text-decoration: none;
	color: var(--color-text-main);
}

.corporaze-events-section.events-style-2 .corporaze-events-section-wrapper .event-single .corporaze-event-detail .event-title a:focus, .corporaze-events-section.events-style-2 .corporaze-events-section-wrapper .event-single .corporaze-event-detail .event-title a:hover {
	color: var(--primary-color);
}

.corporaze-events-section.events-style-2 .corporaze-events-section-wrapper .event-single .corporaze-event-detail .event-date {
	display: flex;
	align-items: center;
	gap: 5px;
	line-height: 1;
}

.corporaze-events-section.events-style-2 .corporaze-events-section-wrapper .event-single .corporaze-event-detail .event-category {
	display: flex;
	margin-bottom: 10px;
	gap: 2px;
}

.corporaze-events-section.events-style-2 .corporaze-events-section-wrapper .event-single .corporaze-event-detail .event-category a {
	text-decoration: none;
}

.corporaze-events-section.events-style-2 .corporaze-events-section-wrapper .event-single .corporaze-event-detail .event-time {
	display: flex;
	margin-top: 10px;
	position: relative;
	flex-direction: column;
	gap: 10px;
}

.corporaze-events-section.events-style-2 .corporaze-events-section-wrapper .event-single .corporaze-event-detail .event-time i {
	margin-inline-end: 5px;
}

.corporaze-events-section.events-style-2 .corporaze-events-section-wrapper .event-single .corporaze-event-detail .event-description {
	margin-top: 10px;
}

.corporaze-events-section.events-style-2 .corporaze-events-section-wrapper .event-single .corporaze-event-detail .corporaze-button {
	display: flex;
	margin-top: 20px;
}

.corporaze-events-section.events-style-2 .corporaze-events-section-wrapper .event-single .corporaze-event-detail .corporaze-button a {
	color: transparent;
}

.corporaze-events-section.events-style-2 .corporaze-events-section-wrapper .event-single:hover {
	box-shadow: 0pc 0.3125pc 1.25pc 0px rgba(69, 67, 96, 0.1);
	-webkit-box-shadow: 0pc 0.3125pc 1.25pc 0px rgba(69, 67, 96, 0.1);
}

.corporaze-events-section.events-style-2 .corporaze-events-section-wrapper .event-single:focus-within {
	box-shadow: 0pc 0.3125pc 1.25pc 0px rgba(69, 67, 96, 0.1);
	-webkit-box-shadow: 0pc 0.3125pc 1.25pc 0px rgba(69, 67, 96, 0.1);
}

.corporaze-events-section.events-style-3 .corporaze-events-section-wrapper {
	display: grid;
	grid-gap: 30px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (max-width: 600px) {
	.corporaze-events-section.events-style-3 .corporaze-events-section-wrapper {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
}

.corporaze-events-section.events-style-3 .corporaze-events-section-wrapper .event-single {
	color: var(--color-text-main);
	padding: 20px;
	background-color: var(--background-color-light-grey);
	transition: box-shadow 0.3s ease;
}

.corporaze-events-section.events-style-3 .corporaze-events-section-wrapper .event-single .event-date-time {
	display: flex;
	align-items: center;
	gap: 12px;
}

.corporaze-events-section.events-style-3 .corporaze-events-section-wrapper .event-single .event-date-time .event-date {
	display: flex;
	align-items: center;
	line-height: 1;
	font-size: var(--font-size-sm);
}

.corporaze-events-section.events-style-3 .corporaze-events-section-wrapper .event-single .event-date-time .event-date i {
	margin-inline-end: 5px;
}

.corporaze-events-section.events-style-3 .corporaze-events-section-wrapper .event-single .event-date-time .event-time {
	position: relative;
	font-size: var(--font-size-sm);
}

.corporaze-events-section.events-style-3 .corporaze-events-section-wrapper .event-single .event-date-time .event-time i {
	margin-inline-end: 5px;
}

.corporaze-events-section.events-style-3 .corporaze-events-section-wrapper .event-single .event-category {
	display: flex;
	margin-bottom: 10px;
	gap: 2px;
}

.corporaze-events-section.events-style-3 .corporaze-events-section-wrapper .event-single .event-category a {
	text-decoration: none;
	color: var(--color-text-white);
}

.corporaze-events-section.events-style-3 .corporaze-events-section-wrapper .event-single .event-location {
	font-size: var(--font-size-sm);
	margin-top: 10px;
	display: inline-block;
}

.corporaze-events-section.events-style-3 .corporaze-events-section-wrapper .event-single .event-location i {
	margin-inline-end: 5px;
}

.corporaze-events-section.events-style-3 .corporaze-events-section-wrapper .event-single .event-title {
	font-family: var(--font-main);
	font-size: var(--font-size-base);
	margin-top: 5px;
	margin-bottom: 5px;
}

.corporaze-events-section.events-style-3 .corporaze-events-section-wrapper .event-single .event-title a {
	text-decoration: none;
	color: var(--color-text-main);
}

.corporaze-events-section.events-style-3 .corporaze-events-section-wrapper .event-single .event-title a:focus, .corporaze-events-section.events-style-3 .corporaze-events-section-wrapper .event-single .event-title a:hover {
	color: var(--primary-color);
}

.corporaze-events-section.events-style-3 .corporaze-events-section-wrapper .event-single .event-description {
	margin-top: 5px;
	font-size: var(--font-size-sm);
}

.corporaze-events-section.events-style-3 .corporaze-events-section-wrapper .event-single .corporaze-button {
	display: flex;
	margin-top: 20px;
}

.corporaze-events-section.events-style-3 .corporaze-events-section-wrapper .event-single .corporaze-button a {
	color: var(--color-text-white);
	background-color: var(--primary-color);
	padding: 15px 25px;
}

.corporaze-events-section.events-style-3 .corporaze-events-section-wrapper .event-single .corporaze-button a::after {
	background: var(--background-color-white);
}

.corporaze-events-section.events-style-3 .corporaze-events-section-wrapper .event-single:focus-within, .corporaze-events-section.events-style-3 .corporaze-events-section-wrapper .event-single:hover {
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

/* corporaze events CSS end
--------------------------------------------- */
/* corporaze cta CSS start
--------------------------------------------- */
.corporaze-cta-section.cta-style-1 {
	position: relative;
	background-color: #000;
}

.corporaze-cta-section.cta-style-1 .corporaze-cta-background-img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 0;
	overflow: hidden;
	opacity: 0.3;
}

.corporaze-cta-section.cta-style-1 .corporaze-cta-background-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.corporaze-cta-section.cta-style-1 .corporaze-cta-wrapper {
	position: relative;
	z-index: 1;
}

.corporaze-cta-section.cta-style-1 .corporaze-cta-wrapper .corporaze-cta-text {
	color: var(--background-color-white);
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 50px;
}

@media (max-width: 600px) {
	.corporaze-cta-section.cta-style-1 .corporaze-cta-wrapper .corporaze-cta-text {
		flex-direction: column;
		gap: 30px;
	}
}

.corporaze-cta-section.cta-style-1 .corporaze-cta-wrapper .corporaze-cta-text .section-header-subtitle {
	text-align: start;
	max-width: 900px;
	margin: 0;
}

@media (max-width: 600px) {
	.corporaze-cta-section.cta-style-1 .corporaze-cta-wrapper .corporaze-cta-text .section-header-subtitle {
		text-align: center;
	}
}

.corporaze-cta-section.cta-style-1 .corporaze-cta-wrapper .corporaze-cta-text .section-header-subtitle .corporaze-cta-head {
	padding-bottom: 0;
}

.corporaze-cta-section.cta-style-1 .corporaze-cta-wrapper .corporaze-cta-text .section-header-subtitle .corporaze-cta-head::after {
	display: none;
}

.corporaze-cta-section.cta-style-1 .corporaze-cta-wrapper .corporaze-cta-text .section-header-subtitle .pure-portfolio-cta-button {
	width: max-content;
	flex-shrink: 0;
}

.corporaze-cta-section.cta-style-2 {
	position: relative;
	background-color: var(--color-text-main);
}

.corporaze-cta-section.cta-style-2 .corporaze-cta-background-img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 0;
	overflow: hidden;
	opacity: 0.1;
}

.corporaze-cta-section.cta-style-2 .corporaze-cta-background-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.corporaze-cta-section.cta-style-2 .corporaze-cta-wrapper {
	position: relative;
}

.corporaze-cta-section.cta-style-2 .corporaze-cta-wrapper .corporaze-cta-text {
	position: relative;
	color: var(--background-color-white);
	text-align: center;
	z-index: 1;
}

.business-layout .corporaze-cta-section.cta-style-2 .corporaze-cta-wrapper .corporaze-cta-text .section-title::after,
.pets-layout .corporaze-cta-section.cta-style-2 .corporaze-cta-wrapper .corporaze-cta-text .section-title::after,
.yoga-layout .corporaze-cta-section.cta-style-2 .corporaze-cta-wrapper .corporaze-cta-text .section-title::after {
	background-color: #fff;
}

.corporaze-cta-section.cta-style-2 .corporaze-cta-wrapper .corporaze-cta-text .corporaze-cta-details p {
	color: var(--background-color-white);
	margin: 0;
}

.corporaze-cta-section.cta-style-2 .corporaze-cta-wrapper .corporaze-cta-text .corporaze-cta-button {
	display: flex;
	justify-content: center;
	margin-top: 50px;
}

@media (max-width: 768px) {
	.corporaze-cta-section.cta-style-2 .corporaze-cta-wrapper {
		flex-direction: column;
		align-items: flex-start;
		padding: 0 50px;
	}
	.corporaze-cta-section.cta-style-2 .corporaze-cta-wrapper .corporaze-cta-text {
		max-width: none;
	}
	.corporaze-cta-section.cta-style-2 .corporaze-cta-wrapper .corporaze-cta-details {
		width: 100%;
	}
}

@media (max-width: 425px) {
	.corporaze-cta-section.cta-style-2 .corporaze-cta-wrapper {
		padding: 0 25px;
	}
}

/* corporaze cta CSS end
--------------------------------------------- */
/* corporaze nesletter CSS start
--------------------------------------------- */
.corporaze-newsletter-section {
	position: relative;
	padding: 40px 0;
	background-color: var(--primary-color);
}

.corporaze-newsletter-section .corporaze-newsletter-img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 0;
	opacity: 0.4;
}

.corporaze-newsletter-section .corporaze-newsletter-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.corporaze-newsletter-section .corporaze-newsletter-section-wrapper {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

@media (max-width: 992px) {
	.corporaze-newsletter-section .corporaze-newsletter-section-wrapper {
		flex-direction: column;
	}
}

.corporaze-newsletter-section .corporaze-newsletter-section-wrapper .corporaze-newsletter-text {
	color: var(--background-color-white);
}

.corporaze-newsletter-section .corporaze-newsletter-section-wrapper .corporaze-newsletter-text .corporaze-newsletter-title {
	font-size: var(--font-size-md);
	line-height: normal;
	margin-top: 0;
	margin-bottom: 10px;
}

.corporaze-newsletter-section .corporaze-newsletter-section-wrapper .corporaze-newsletter-text p {
	margin: 0;
}

@media (max-width: 992px) {
	.corporaze-newsletter-section .corporaze-newsletter-section-wrapper .corporaze-newsletter-text p {
		margin-bottom: 20px;
		text-align: center;
	}
}

.corporaze-newsletter-section .corporaze-newsletter-section-wrapper .corporaze-newsletter-form .jetpack_subscription_widget .widgettitle {
	display: none;
}

.corporaze-newsletter-section .corporaze-newsletter-section-wrapper .corporaze-newsletter-form .jetpack_subscription_widget form {
	display: flex;
}

.corporaze-newsletter-section .corporaze-newsletter-section-wrapper .corporaze-newsletter-form .jetpack_subscription_widget form p {
	display: flex;
	margin: 0;
}

.corporaze-newsletter-section .corporaze-newsletter-section-wrapper .corporaze-newsletter-form .jetpack_subscription_widget form p input {
	padding: 12px 30px;
	border: 1px solid #fff;
	background-color: transparent;
	border-radius: 0;
	color: var(--color-text-white);
}

.corporaze-newsletter-section .corporaze-newsletter-section-wrapper .corporaze-newsletter-form .jetpack_subscription_widget form p input:focus, .corporaze-newsletter-section .corporaze-newsletter-section-wrapper .corporaze-newsletter-form .jetpack_subscription_widget form p input:focus-visible {
	outline: none;
}

.corporaze-newsletter-section .corporaze-newsletter-section-wrapper .corporaze-newsletter-form .jetpack_subscription_widget form p input::placeholder {
	color: var(--color-text-white);
}

.corporaze-newsletter-section .corporaze-newsletter-section-wrapper .corporaze-newsletter-form .jetpack_subscription_widget form p#subscribe-email input {
	width: 100%;
}

@media (max-width: 480px) {
	.corporaze-newsletter-section .corporaze-newsletter-section-wrapper .corporaze-newsletter-form .jetpack_subscription_widget form p#subscribe-email input {
		width: 200px;
	}
}

@media (max-width: 320px) {
	.corporaze-newsletter-section .corporaze-newsletter-section-wrapper .corporaze-newsletter-form .jetpack_subscription_widget form p#subscribe-email input {
		width: 150px;
	}
}

.corporaze-newsletter-section .corporaze-newsletter-section-wrapper .corporaze-newsletter-form button[type="submit"] {
	cursor: pointer;
	border: none;
	border-radius: 0;
	color: var(--color-text-white);
	background-color: var(--primary-color);
	font-size: var(--button-font-size);
	text-decoration: none;
	text-transform: capitalize;
	font-weight: bold;
	display: flex;
	align-items: center;
	padding: 15px 25px;
	transition: all 0.3s ease;
	position: relative;
}

/* corporaze nesletter CSS end
--------------------------------------------- */
/* frontpage deals CSS start
--------------------------------------------- */
.corporaze-deals-section-wrapper {
	display: grid;
	grid-template-columns: var(--main-column-grid);
}

@media (max-width: 769px) {
	.corporaze-deals-section-wrapper {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
}

.corporaze-deals-section-wrapper .corporaze-deals-single {
	position: relative;
	min-height: 460px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 100px;
	overflow: hidden;
}

.corporaze-deals-section-wrapper .corporaze-deals-single .corporaze-deals-img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 0;
}

.corporaze-deals-section-wrapper .corporaze-deals-single .corporaze-deals-img::after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--color-text-main);
	opacity: 0.25;
	z-index: 0;
}

.corporaze-deals-section-wrapper .corporaze-deals-single .corporaze-deals-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.corporaze-deals-section-wrapper .corporaze-deals-single .corporaze-deals-detail {
	position: relative;
	color: var(--background-color-white);
	max-width: 500px;
}

.corporaze-deals-section-wrapper .corporaze-deals-single .corporaze-deals-detail .corporaze-deals-title {
	font-size: var(--section-head-font-size);
	text-transform: capitalize;
	margin-top: 0;
	margin-bottom: 15px;
	line-height: 1;
}

.corporaze-deals-section-wrapper .corporaze-deals-single .corporaze-deals-detail .corporaze-deals-sub-title {
	font-size: var(--section-sub-head-font-size);
	font-family: var(--font-main);
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0;
	line-height: normal;
}

.corporaze-deals-section-wrapper .corporaze-deals-single .corporaze-deals-detail .corporaze-button {
	display: flex;
	margin-top: 20px;
}

.corporaze-deals-section-wrapper .corporaze-deals-single:hover .corporaze-deals-img img {
	transform: scale(1.05);
}

.corporaze-deals-section-wrapper .corporaze-deals-single:focus .corporaze-deals-img img {
	transform: scale(1.05);
}

@media (max-width: 1024px) {
	.corporaze-deals-section-wrapper .corporaze-deals-single {
		padding: 50px 30px;
	}
}

@media (max-width: 768px) {
	.corporaze-deals-section-wrapper .corporaze-deals-single {
		min-height: 360px;
	}
}

/* frontpage deals CSS end
--------------------------------------------- */
/* frontpage brands slider CSS end
--------------------------------------------- */
.corporaze-brands-slider {
	padding: 0;
}

.corporaze-brands-slider .corporaze-section-body {
	padding: 20px;
}

.corporaze-brands-slider .corporaze-section-body .corporaze-brands-slider-wrapper .corporaze-brand-single {
	display: flex !important;
	align-items: center;
	justify-content: center;
	padding: 20px;
}

.corporaze-brands-slider .corporaze-section-body .corporaze-brands-slider-wrapper .corporaze-brand-single img {
	filter: grayscale(1) opacity(0.7);
	transition: all 0.3s ease;
}

.corporaze-brands-slider .corporaze-section-body .corporaze-brands-slider-wrapper .corporaze-brand-single:focus-within img, .corporaze-brands-slider .corporaze-section-body .corporaze-brands-slider-wrapper .corporaze-brand-single:hover img {
	filter: grayscale(0) opacity(1);
	transform: scale(1.1);
}

.corporaze-brands-slider .corporaze-section-body .corporaze-brands-slider-wrapper .slick-track {
	display: flex !important;
	align-items: center;
}

.corporaze-brands-slider .corporaze-section-body .corporaze-brands-slider-wrapper .slick-track .slick-slide {
	display: flex;
	justify-content: center;
}

/* frontpage brands slider CSS end
--------------------------------------------- */
/* frontpage video section CSS start
--------------------------------------------- */
.corporaze-product-video-section.video-style-1 {
	background: var(--background-color-grey);
}

.corporaze-product-video-section.video-style-1 .video-details-wrapper {
	display: flex;
	gap: 50px;
	align-items: center;
}

@media (max-width: 768px) {
	.corporaze-product-video-section.video-style-1 .video-details-wrapper {
		flex-wrap: wrap;
		gap: 30px;
	}
}

.corporaze-product-video-section.video-style-1 .video-details-wrapper .video-part {
	position: relative;
	width: 100%;
}

@media (min-width: 769px) {
	.corporaze-product-video-section.video-style-1 .video-details-wrapper .video-part {
		width: 50%;
	}
}

.corporaze-product-video-section.video-style-1 .video-details-wrapper .video-part .corporaze-product-video-background-img img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.corporaze-product-video-section.video-style-1 .video-details-wrapper .video-part a.corporaze-video-play-btn {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	text-decoration: none;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 105px;
	height: 105px;
	font-size: 20px;
	line-height: 1;
	color: var(--color-text-white);
	background-color: var(--primary-color);
	border-radius: 50%;
	transition: all 0.3s linear;
}

@media (max-width: 480px) {
	.corporaze-product-video-section.video-style-1 .video-details-wrapper .video-part a.corporaze-video-play-btn {
		width: 50px;
		height: 50px;
	}
}

.corporaze-product-video-section.video-style-1 .video-details-wrapper .video-part a.corporaze-video-play-btn i {
	position: relative;
}

.corporaze-product-video-section.video-style-1 .video-details-wrapper .video-part a.corporaze-video-play-btn::after, .corporaze-product-video-section.video-style-1 .video-details-wrapper .video-part a.corporaze-video-play-btn::before {
	content: "";
	border: 2px solid #ffffff;
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: block;
	width: 215px;
	height: 215px;
	border-radius: 50%;
	-webkit-animation: zoombig 3.25s linear infinite;
	animation: zoombig 3.25s linear infinite;
	-webkit-animation-delay: .8s;
	animation-delay: .8s;
}

@media (max-width: 480px) {
	.corporaze-product-video-section.video-style-1 .video-details-wrapper .video-part a.corporaze-video-play-btn::after, .corporaze-product-video-section.video-style-1 .video-details-wrapper .video-part a.corporaze-video-play-btn::before {
		width: 100px;
		height: 100px;
	}
}

.corporaze-product-video-section.video-style-1 .video-details-wrapper .video-part a.corporaze-video-play-btn::after {
	content: "";
	border: 2px solid #ffffff;
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: block;
	width: 215px;
	height: 215px;
	border-radius: 50%;
	-webkit-animation: zoombig 3.25s linear infinite;
	animation: zoombig 3.25s linear infinite;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

@media (max-width: 480px) {
	.corporaze-product-video-section.video-style-1 .video-details-wrapper .video-part a.corporaze-video-play-btn::after {
		width: 100px;
		height: 100px;
	}
}

@keyframes zoombig {
	0% {
		transform: translate(-50%, -50%) scale(0.5);
		opacity: 1;
		border-width: 3px;
	}
	40% {
		opacity: .5;
		border-width: 3px;
	}
	65% {
		border-width: 2px;
	}
	100% {
		transform: translate(-50%, -50%) scale(1);
		opacity: 0;
		border-width: 2px;
	}
}

.corporaze-product-video-section.video-style-1 .video-details-wrapper .video-part a.corporaze-video-play-btn:hover {
	background-color: var(--color-text-white);
	color: var(--primary-color);
}

.corporaze-product-video-section.video-style-1 .video-details-wrapper .video-part a.corporaze-video-play-btn:focus, .corporaze-product-video-section.video-style-1 .video-details-wrapper .video-part a.corporaze-video-play-btn:focus-visible {
	outline: none;
	background-color: var(--color-text-white);
	color: var(--primary-color);
}

.corporaze-product-video-section.video-style-1 .video-details-wrapper .corporaze-product-video-details {
	text-align: start;
}

@media (min-width: 769px) {
	.corporaze-product-video-section.video-style-1 .video-details-wrapper .corporaze-product-video-details {
		width: 50%;
	}
}

.corporaze-product-video-section.video-style-1 .video-details-wrapper .corporaze-product-video-details .section-header-subtitle {
	text-align: start;
	margin-bottom: 20px;
}

.business-layout .corporaze-product-video-section.video-style-1 .video-details-wrapper .corporaze-product-video-details .section-header-subtitle .section-title::after {
	inset-inline-start: 0;
	transform: translateX(0);
}

.pets-layout .corporaze-product-video-section.video-style-1 .video-details-wrapper .corporaze-product-video-details .section-header-subtitle .section-title::after,
.yoga-layout .corporaze-product-video-section.video-style-1 .video-details-wrapper .corporaze-product-video-details .section-header-subtitle .section-title::after {
	inset-inline-start: 0;
	transform: translate(0, -50%);
}

.corporaze-product-video-section.video-style-1.video-right .video-details-wrapper {
	flex-direction: row-reverse;
}

.corporaze-product-video-section.video-style-2 {
	position: relative;
	background: var(--background-color-grey);
}

.corporaze-product-video-section.video-style-2 .corporaze-product-video-background-img {
	position: absolute;
	height: 100%;
	inset-inline-start: 0;
	top: 0;
	width: 50%;
}

.corporaze-product-video-section.video-style-2 .corporaze-product-video-background-img img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

@media (max-width: 768px) {
	.corporaze-product-video-section.video-style-2 .corporaze-product-video-background-img {
		width: 100%;
	}
	.corporaze-product-video-section.video-style-2 .corporaze-product-video-background-img::after {
		position: absolute;
		content: "";
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: var(--color-text-main);
		opacity: 0.8;
	}
}

.corporaze-product-video-section.video-style-2 .corporaze-product-video-details {
	max-width: 740px;
	margin-inline-start: auto;
	text-align: start;
	position: relative;
	width: 50%;
	padding-inline-start: 70px;
}

@media (max-width: 768px) {
	.corporaze-product-video-section.video-style-2 .corporaze-product-video-details {
		text-align: center;
		width: 100%;
		padding-inline-start: 0;
		color: #fff;
	}
}

.corporaze-product-video-section.video-style-2 .corporaze-product-video-details .section-header-subtitle {
	text-align: start;
	margin-bottom: 30px;
}

.business-layout .corporaze-product-video-section.video-style-2 .corporaze-product-video-details .section-header-subtitle .section-title::after {
	inset-inline-start: 0;
	transform: translateX(0);
}

.pets-layout .corporaze-product-video-section.video-style-2 .corporaze-product-video-details .section-header-subtitle .section-title::after,
.yoga-layout .corporaze-product-video-section.video-style-2 .corporaze-product-video-details .section-header-subtitle .section-title::after {
	inset-inline-start: 0;
	transform: translate(0, -50%);
}

@media (max-width: 768px) {
	.corporaze-product-video-section.video-style-2 .corporaze-product-video-details .section-header-subtitle {
		color: #fff;
		text-align: center;
		margin-bottom: 0;
	}
}

.corporaze-product-video-section.video-style-2 .corporaze-product-video-details a.corporaze-video-play-btn {
	position: absolute;
	inset-inline-start: 0;
	top: 50%;
	transform: translate(-50%, -50%);
	text-decoration: none;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 105px;
	height: 105px;
	font-size: 20px;
	line-height: 1;
	color: var(--color-text-white);
	background-color: var(--primary-color);
	border-radius: 50%;
	transition: all 0.3s linear;
}

body.rtl .corporaze-product-video-section.video-style-2 .corporaze-product-video-details a.corporaze-video-play-btn {
	transform: translate(50%, -50%);
}

@media (max-width: 768px) {
	.corporaze-product-video-section.video-style-2 .corporaze-product-video-details a.corporaze-video-play-btn {
		position: unset;
		left: unset;
		top: unset;
		transform: translate(0, 0);
		margin-top: 10px;
		margin-bottom: 30px;
	}
	body.rtl .corporaze-product-video-section.video-style-2 .corporaze-product-video-details a.corporaze-video-play-btn {
		transform: translate(0, 0);
	}
}

@media (max-width: 480px) {
	.corporaze-product-video-section.video-style-2 .corporaze-product-video-details a.corporaze-video-play-btn {
		width: 50px;
		height: 50px;
	}
}

.corporaze-product-video-section.video-style-2 .corporaze-product-video-details a.corporaze-video-play-btn i {
	position: relative;
}

.corporaze-product-video-section.video-style-2 .corporaze-product-video-details a.corporaze-video-play-btn::after, .corporaze-product-video-section.video-style-2 .corporaze-product-video-details a.corporaze-video-play-btn::before {
	content: "";
	border: 2px solid #ffffff;
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: block;
	width: 215px;
	height: 215px;
	border-radius: 50%;
	-webkit-animation: zoombig 3.25s linear infinite;
	animation: zoombig 3.25s linear infinite;
	-webkit-animation-delay: .8s;
	animation-delay: .8s;
}

@media (max-width: 480px) {
	.corporaze-product-video-section.video-style-2 .corporaze-product-video-details a.corporaze-video-play-btn::after, .corporaze-product-video-section.video-style-2 .corporaze-product-video-details a.corporaze-video-play-btn::before {
		width: 100px;
		height: 100px;
	}
}

.corporaze-product-video-section.video-style-2 .corporaze-product-video-details a.corporaze-video-play-btn::after {
	content: "";
	border: 2px solid #ffffff;
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: block;
	width: 215px;
	height: 215px;
	border-radius: 50%;
	-webkit-animation: zoombig 3.25s linear infinite;
	animation: zoombig 3.25s linear infinite;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

@media (max-width: 480px) {
	.corporaze-product-video-section.video-style-2 .corporaze-product-video-details a.corporaze-video-play-btn::after {
		width: 100px;
		height: 100px;
	}
}

@keyframes zoombig {
	0% {
		transform: translate(-50%, -50%) scale(0.5);
		opacity: 1;
		border-width: 3px;
	}
	40% {
		opacity: .5;
		border-width: 3px;
	}
	65% {
		border-width: 2px;
	}
	100% {
		transform: translate(-50%, -50%) scale(1);
		opacity: 0;
		border-width: 2px;
	}
}

.corporaze-product-video-section.video-style-2 .corporaze-product-video-details a.corporaze-video-play-btn:hover {
	background-color: var(--color-text-white);
	color: var(--primary-color);
}

.corporaze-product-video-section.video-style-2 .corporaze-product-video-details a.corporaze-video-play-btn:focus, .corporaze-product-video-section.video-style-2 .corporaze-product-video-details a.corporaze-video-play-btn:focus-visible {
	outline: none;
	background-color: var(--color-text-white);
	color: var(--primary-color);
}

.corporaze-product-video-section.video-style-2.video-right .corporaze-product-video-background-img {
	inset-inline-start: unset;
	inset-inline-end: 0;
}

.corporaze-product-video-section.video-style-2.video-right .corporaze-product-video-details {
	margin-inline-start: unset;
	margin-inline-end: auto;
	padding-inline-start: unset;
	padding-inline-end: 70px;
}

@media (max-width: 768px) {
	.corporaze-product-video-section.video-style-2.video-right .corporaze-product-video-details {
		padding-inline-end: 0;
	}
}

.corporaze-product-video-section.video-style-2.video-right .corporaze-product-video-details a.corporaze-video-play-btn {
	inset-inline-start: 100%;
}

.corporaze-product-video-section.video-style-3 {
	position: relative;
}

.corporaze-product-video-section.video-style-3 .corporaze-product-video-background-img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 0;
}

.corporaze-product-video-section.video-style-3 .corporaze-product-video-background-img img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.corporaze-product-video-section.video-style-3 .corporaze-product-video-background-img::after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--color-text-main);
	opacity: 0.50;
	z-index: 0;
}

.corporaze-product-video-section.video-style-3 .corporaze-product-video-details {
	position: relative;
	text-align: center;
	padding: 30px 0 60px;
	color: var(--background-color-white);
}

.corporaze-product-video-section.video-style-3 .corporaze-product-video-details .section-header-subtitle {
	margin-bottom: 30px;
}

.business-layout .corporaze-product-video-section.video-style-3 .corporaze-product-video-details .section-header-subtitle .section-title::after {
	background-color: var(--background-color-white);
}

.corporaze-product-video-section.video-style-3 .corporaze-product-video-details a.corporaze-video-play-btn {
	text-decoration: none;
	margin-top: 20px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 70px;
	height: 70px;
	font-size: 20px;
	line-height: 1;
	position: relative;
	color: var(--color-text-white);
	border-radius: 50%;
	position: relative;
	transition: all .35s ease;
}

.corporaze-product-video-section.video-style-3 .corporaze-product-video-details a.corporaze-video-play-btn i {
	position: relative;
}

.corporaze-product-video-section.video-style-3 .corporaze-product-video-details a.corporaze-video-play-btn::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 0;
	border-radius: 50%;
	background-color: var(--color-text-main);
	opacity: 0.5;
	animation: box-pulse 1s ease-in infinite;
}

@keyframes box-pulse {
	0% {
		-moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
	}
	70% {
		-moz-box-shadow: 0 0 0 1rem rgba(255, 255, 255, 0.5);
		box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.5);
	}
	100% {
		-moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
	}
}

.corporaze-product-video-section.video-style-3 .corporaze-product-video-details a.corporaze-video-play-btn:hover {
	box-shadow: 0 0 0 1rem rgba(255, 255, 255, 0.2);
}

.corporaze-product-video-section.video-style-3 .corporaze-product-video-details a.corporaze-video-play-btn:hover::before {
	animation: none;
}

.corporaze-product-video-section.video-style-3 .corporaze-product-video-details a.corporaze-video-play-btn:focus {
	box-shadow: 0 0 0 1rem rgba(255, 255, 255, 0.2);
	outline: 1px dashed #fff;
	outline-offset: 2px;
}

.corporaze-product-video-section.video-style-3 .corporaze-product-video-details a.corporaze-video-play-btn:focus::before {
	animation: none;
}

/* frontpage video section CSS end
--------------------------------------------- */
/* frontpage instagram section CSS start
--------------------------------------------- */
.corporaze-product-instagram-section {
	position: relative;
}

.corporaze-product-instagram-section .corporaze-product-instagram-background-img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 0;
}

.corporaze-product-instagram-section .corporaze-product-instagram-background-img img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.corporaze-product-instagram-section .corporaze-product-instagram-background-img::after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--color-text-main);
	opacity: 0.7;
	z-index: 0;
}

.corporaze-product-instagram-section .corporaze-product-instagram-details {
	position: relative;
	text-align: center;
	color: var(--background-color-white);
}

.corporaze-product-instagram-section .corporaze-product-instagram-details .section-header-subtitle {
	margin-bottom: 30px;
}

.business-layout .corporaze-product-instagram-section .corporaze-product-instagram-details .section-header-subtitle .section-title::after,
.pets-layout .corporaze-product-instagram-section .corporaze-product-instagram-details .section-header-subtitle .section-title::after,
.yoga-layout .corporaze-product-instagram-section .corporaze-product-instagram-details .section-header-subtitle .section-title::after {
	background-color: var(--background-color-white);
}

.corporaze-product-instagram-section .corporaze-product-instagram-details .corporaze-button {
	display: flex;
	align-items: center;
	justify-content: center;
}

.corporaze-product-instagram-section.feed-style {
	padding: 0;
}

.corporaze-product-instagram-section.feed-style::before, .corporaze-product-instagram-section.feed-style::after {
	content: "";
	display: table;
}

.corporaze-product-instagram-section.feed-style::after {
	clear: both;
}

#sb_instagram .sb_instagram_header {
	float: none;
	text-align: center;
}

#sb_instagram .sb_instagram_header a {
	display: inline-block;
	float: none;
}

#sb_instagram #sbi_images .sbi_item .sbi_photo_wrap .sbi_photo {
	border-radius: var(--border-round-all);
}

/* frontpage instagram section CSS end
--------------------------------------------- */
/* frontpage teams section CSS end
--------------------------------------------- */
.corporaze-teams-section .corporaze-teams-section-wrapper {
	display: grid;
	gap: 30px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 1025px) {
	.corporaze-teams-section .corporaze-teams-section-wrapper {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 769px) {
	.corporaze-teams-section .corporaze-teams-section-wrapper {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 600px) {
	.corporaze-teams-section .corporaze-teams-section-wrapper {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
}

.corporaze-teams-section.team-style-1 .teams-single {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	min-height: 480px;
	background-color: var(--background-color-grey);
}

.corporaze-teams-section.team-style-1 .teams-single .teams-img {
	line-height: 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	transition: all 0.3s ease;
}

.corporaze-teams-section.team-style-1 .teams-single .teams-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.corporaze-teams-section.team-style-1 .teams-single .teams-detial {
	position: relative;
	width: 80%;
	margin-bottom: 10px;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
	padding: 26px 30px 20px;
	-webkit-clip-path: inset(0 100% 0 0);
	clip-path: inset(0 100% 0 0);
	transition: -webkit-clip-path .5s ease;
	transition: clip-path .5s ease,
 -webkit-clip-path .5s ease;
}

.corporaze-teams-section.team-style-1 .teams-single .teams-detial .team-name {
	margin: 0;
	font-size: var(--font-size-md);
	font-weight: 700;
	font-family: var(--font-main);
	line-height: 1;
	opacity: 0;
	transform: translateX(40px);
	transition: opacity .4s ease-out, transform .6s ease-out .1s;
}

.corporaze-teams-section.team-style-1 .teams-single .teams-detial .team-name a {
	text-decoration: none;
	color: var(--color-text-main);
}

.corporaze-teams-section.team-style-1 .teams-single .teams-detial .team-designation {
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 0;
	margin-top: 5px;
	font-weight: 700;
	color: var(--primary-color);
	text-transform: uppercase;
	opacity: 0;
	transform: translateX(40px);
	transition: opacity .4s ease-out, transform .6s ease-out .1s;
}

.corporaze-teams-section.team-style-1 .teams-single .teams-detial .teams-social {
	display: flex;
	justify-content: center;
	position: relative;
	margin-top: 10px;
	gap: 10px;
	opacity: 0;
	transform: translateX(40px);
	transition: opacity .4s ease-out, transform .6s ease-out .1s;
}

.corporaze-teams-section.team-style-1 .teams-single .teams-detial .teams-social a {
	width: auto;
	height: auto;
	transition: all 0.3s ease;
	letter-spacing: 0;
	color: var(--color-text-main);
	border-radius: 0;
}

.corporaze-teams-section.team-style-1 .teams-single .teams-detial .teams-social a::after {
	display: none;
}

.corporaze-teams-section.team-style-1 .teams-single .teams-detial .teams-social a:focus, .corporaze-teams-section.team-style-1 .teams-single .teams-detial .teams-social a:hover {
	color: var(--primary-color);
}

.corporaze-teams-section.team-style-1 .teams-single:focus-within .teams-detial, .corporaze-teams-section.team-style-1 .teams-single:hover .teams-detial {
	-webkit-clip-path: inset(0 0 0 0);
	clip-path: inset(0 0 0 0);
}

.corporaze-teams-section.team-style-1 .teams-single:focus-within .teams-detial .team-name, .corporaze-teams-section.team-style-1 .teams-single:hover .teams-detial .team-name {
	opacity: 1;
	transform: translateX(0);
}

.corporaze-teams-section.team-style-1 .teams-single:focus-within .teams-detial .team-designation, .corporaze-teams-section.team-style-1 .teams-single:hover .teams-detial .team-designation {
	opacity: 1;
	transform: translateX(0);
}

.corporaze-teams-section.team-style-1 .teams-single:focus-within .teams-detial .teams-social, .corporaze-teams-section.team-style-1 .teams-single:hover .teams-detial .teams-social {
	opacity: 1;
	transform: translateX(0);
}

.corporaze-teams-section.team-style-2 .teams-single {
	text-align: start;
	transition: all 0.5s ease;
	position: relative;
	z-index: 0;
	border: 1.5px solid #e9e9e9;
	background-color: transparent;
	padding: 25px;
}

@media (max-width: 480px) {
	.corporaze-teams-section.team-style-2 .teams-single {
		padding: 10px;
	}
}

.corporaze-teams-section.team-style-2 .teams-single .teams-img {
	position: relative;
	line-height: 0;
	width: 100%;
	height: auto;
	aspect-ratio: 1/1;
	margin-inline: auto;
	overflow: hidden;
}

.corporaze-teams-section.team-style-2 .teams-single .teams-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.corporaze-teams-section.team-style-2 .teams-single .teams-detial {
	transition: all 0.5s ease;
	margin-top: 20px;
	position: relative;
}

.corporaze-teams-section.team-style-2 .teams-single .teams-detial .team-name {
	margin: 0;
	font-size: var(--font-size-md);
	font-weight: 700;
	font-family: var(--font-main);
	line-height: 1;
}

.corporaze-teams-section.team-style-2 .teams-single .teams-detial .team-name a {
	text-decoration: none;
	color: var(--color-text-main);
}

.corporaze-teams-section.team-style-2 .teams-single .teams-detial .team-designation {
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 0;
	margin-top: 5px;
	font-weight: 700;
	color: var(--primary-color);
	text-transform: uppercase;
}

.corporaze-teams-section.team-style-2 .teams-single .teams-detial .teams-social {
	display: flex;
	justify-content: flex-start;
	position: absolute;
	bottom: calc(100% + 20px);
	inset-inline-start: 0;
	width: auto;
	background-color: var(--background-color-white);
	transform: translateY(-50%);
}

@media (min-width: 769px) {
	.corporaze-teams-section.team-style-2 .teams-single .teams-detial .teams-social {
		-webkit-clip-path: inset(0 100% 0 0);
		clip-path: inset(0 100% 0 0);
		transition: -webkit-clip-path .5s ease;
		transition: clip-path .5s ease;
		transition: clip-path .5s ease, -webkit-clip-path .5s ease;
	}
}

.corporaze-teams-section.team-style-2 .teams-single .teams-detial .teams-social a {
	transition: all 0.3s ease;
	letter-spacing: 0;
	border-radius: 0;
	color: var(--color-text-main);
	transition: opacity .4s ease-out, transform .6s ease-out .1s;
}

@media (min-width: 769px) {
	.corporaze-teams-section.team-style-2 .teams-single .teams-detial .teams-social a {
		opacity: 0;
		transform: translateX(40px);
	}
}

.corporaze-teams-section.team-style-2 .teams-single .teams-detial .teams-social a::after {
	display: none;
}

.corporaze-teams-section.team-style-2 .teams-single .teams-detial .teams-social a:focus, .corporaze-teams-section.team-style-2 .teams-single .teams-detial .teams-social a:hover {
	color: var(--primary-color);
}

.corporaze-teams-section.team-style-2 .teams-single:focus-within .teams-social, .corporaze-teams-section.team-style-2 .teams-single:hover .teams-social {
	-webkit-clip-path: inset(0 0 0 0);
	clip-path: inset(0 0 0 0);
}

.corporaze-teams-section.team-style-2 .teams-single:focus-within .teams-social a, .corporaze-teams-section.team-style-2 .teams-single:hover .teams-social a {
	opacity: 1;
	transform: translateX(0);
}

.corporaze-teams-section.team-style-3 .corporaze-teams-section-wrapper {
	display: block;
}

.corporaze-teams-section.team-style-3 .corporaze-teams-section-wrapper .slick-list {
	margin-inline: 0 -15px;
}

.corporaze-teams-section.team-style-3 .corporaze-teams-section-wrapper .slick-list .slick-slide {
	padding-inline: 15px;
}

.corporaze-teams-section.team-style-3 .corporaze-teams-section-wrapper .teams-single {
	position: relative;
	background: var(--background-color-light-grey);
	transition: .5s ease;
	margin-bottom: 30px;
}

.corporaze-teams-section.team-style-3 .corporaze-teams-section-wrapper .teams-single .teams-img {
	width: 100%;
	height: auto;
	aspect-ratio: 1/1;
}

.corporaze-teams-section.team-style-3 .corporaze-teams-section-wrapper .teams-single .teams-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.corporaze-teams-section.team-style-3 .corporaze-teams-section-wrapper .teams-single .teams-detial {
	position: relative;
	padding: 25px 30px;
}

.corporaze-teams-section.team-style-3 .corporaze-teams-section-wrapper .teams-single .teams-detial .team-name {
	margin: 0;
	font-size: var(--font-size-base);
	font-weight: 700;
	font-family: var(--font-main);
	line-height: 1;
}

.corporaze-teams-section.team-style-3 .corporaze-teams-section-wrapper .teams-single .teams-detial .team-name a {
	text-decoration: none;
	color: var(--color-text-main);
}

.corporaze-teams-section.team-style-3 .corporaze-teams-section-wrapper .teams-single .teams-detial .team-designation {
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 0;
	margin-top: 5px;
	font-weight: 700;
	color: var(--primary-color);
	text-transform: uppercase;
}

.corporaze-teams-section.team-style-3 .corporaze-teams-section-wrapper .teams-single .teams-detial .teams-social {
	display: flex;
	justify-content: flex-start;
	position: relative;
	margin-top: 10px;
	gap: 10px;
}

.corporaze-teams-section.team-style-3 .corporaze-teams-section-wrapper .teams-single .teams-detial .teams-social a {
	width: auto;
	height: auto;
	transition: all 0.3s ease;
	letter-spacing: 0;
	color: var(--color-text-main);
	border-radius: 0;
}

.corporaze-teams-section.team-style-3 .corporaze-teams-section-wrapper .teams-single .teams-detial .teams-social a::after {
	display: none;
}

.corporaze-teams-section.team-style-3 .corporaze-teams-section-wrapper .teams-single .teams-detial .teams-social a:focus, .corporaze-teams-section.team-style-3 .corporaze-teams-section-wrapper .teams-single .teams-detial .teams-social a:hover {
	color: var(--primary-color);
}

.corporaze-teams-section.team-style-3 .corporaze-teams-section-wrapper .teams-single:focus-within, .corporaze-teams-section.team-style-3 .corporaze-teams-section-wrapper .teams-single:hover {
	box-shadow: 0 53px 29px -46px rgba(9, 0, 0, 0.09);
	cursor: pointer;
}

.corporaze-teams-section.team-style-3 .corporaze-teams-view-all {
	margin-top: 10px;
}

.corporaze-teams-view-all {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 50px;
}

/* frontpage teams section CSS end
--------------------------------------------- */
/* about section start
--------------------------------------------- */
.corporaze-text-image-section {
	position: relative;
}

.corporaze-text-image-section.mission-style-1 .corporaze-text-image-section-wrapper, .corporaze-text-image-section.about-style-1 .corporaze-text-image-section-wrapper {
	display: flex;
	gap: 50px;
	align-items: center;
	flex-direction: column;
}

@media (min-width: 769px) {
	.corporaze-text-image-section.mission-style-1 .corporaze-text-image-section-wrapper, .corporaze-text-image-section.about-style-1 .corporaze-text-image-section-wrapper {
		flex-direction: row;
	}
}

.corporaze-text-image-section.mission-style-1 .corporaze-text-image-section-wrapper .section-header-subtitle, .corporaze-text-image-section.about-style-1 .corporaze-text-image-section-wrapper .section-header-subtitle {
	text-align: start;
	margin-bottom: 0;
}

.business-layout .corporaze-text-image-section.mission-style-1 .corporaze-text-image-section-wrapper .section-header-subtitle .section-title::after, .business-layout .corporaze-text-image-section.about-style-1 .corporaze-text-image-section-wrapper .section-header-subtitle .section-title::after {
	inset-inline-start: 0;
	transform: translateX(0);
}

.pets-layout .corporaze-text-image-section.mission-style-1 .corporaze-text-image-section-wrapper .section-header-subtitle .section-title::after,
.yoga-layout .corporaze-text-image-section.mission-style-1 .corporaze-text-image-section-wrapper .section-header-subtitle .section-title::after, .pets-layout .corporaze-text-image-section.about-style-1 .corporaze-text-image-section-wrapper .section-header-subtitle .section-title::after,
.yoga-layout .corporaze-text-image-section.about-style-1 .corporaze-text-image-section-wrapper .section-header-subtitle .section-title::after {
	inset-inline-start: 0;
	transform: translate(0, -50%);
}

@media (min-width: 769px) {
	.corporaze-text-image-section.mission-style-1 .corporaze-text-image-section-wrapper .corporaze-text-image-section-image, .corporaze-text-image-section.about-style-1 .corporaze-text-image-section-wrapper .corporaze-text-image-section-image {
		width: 50%;
	}
}

.corporaze-text-image-section.mission-style-1 .corporaze-text-image-section-wrapper .corporaze-text-image-section-image img, .corporaze-text-image-section.about-style-1 .corporaze-text-image-section-wrapper .corporaze-text-image-section-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.corporaze-text-image-section.mission-style-1 .corporaze-text-image-section-wrapper .corporaze-text-image-section-text, .corporaze-text-image-section.about-style-1 .corporaze-text-image-section-wrapper .corporaze-text-image-section-text {
	text-align: start;
}

@media (min-width: 769px) {
	.corporaze-text-image-section.mission-style-1 .corporaze-text-image-section-wrapper .corporaze-text-image-section-text, .corporaze-text-image-section.about-style-1 .corporaze-text-image-section-wrapper .corporaze-text-image-section-text {
		width: 50%;
	}
}

.corporaze-text-image-section.mission-style-1 .corporaze-text-image-section-wrapper .corporaze-text-image-section-text .section-title, .corporaze-text-image-section.about-style-1 .corporaze-text-image-section-wrapper .corporaze-text-image-section-text .section-title {
	margin: 0;
	margin-bottom: 10px;
}

.corporaze-text-image-section.mission-style-1 .corporaze-text-image-section-wrapper .corporaze-text-image-section-text .description, .corporaze-text-image-section.about-style-1 .corporaze-text-image-section-wrapper .corporaze-text-image-section-text .description {
	margin-top: 30px;
}

.corporaze-text-image-section.mission-style-1 .corporaze-text-image-section-wrapper .corporaze-text-image-section-text .corporaze-button, .corporaze-text-image-section.about-style-1 .corporaze-text-image-section-wrapper .corporaze-text-image-section-text .corporaze-button {
	display: flex;
	margin-top: 30px;
}

.corporaze-text-image-section.mission-style-1.corporaze-image-right .corporaze-text-image-section-wrapper, .corporaze-text-image-section.about-style-1.corporaze-image-right .corporaze-text-image-section-wrapper {
	flex-direction: column;
}

@media (min-width: 769px) {
	.corporaze-text-image-section.mission-style-1.corporaze-image-right .corporaze-text-image-section-wrapper, .corporaze-text-image-section.about-style-1.corporaze-image-right .corporaze-text-image-section-wrapper {
		flex-direction: row-reverse;
	}
}

.corporaze-text-image-section.mission-style-2 .corporaze-text-image-section-wrapper, .corporaze-text-image-section.about-style-2 .corporaze-text-image-section-wrapper {
	display: flex;
	gap: 50px;
	align-items: center;
}

@media (min-width: 769px) {
	.corporaze-text-image-section.mission-style-2 .corporaze-text-image-section-wrapper, .corporaze-text-image-section.about-style-2 .corporaze-text-image-section-wrapper {
		display: block;
		position: relative;
		display: flex;
		align-items: center;
		justify-content: flex-end;
		min-height: 450px;
		padding: 50px 0;
	}
}

@media (max-width: 768px) {
	.corporaze-text-image-section.mission-style-2 .corporaze-text-image-section-wrapper, .corporaze-text-image-section.about-style-2 .corporaze-text-image-section-wrapper {
		flex-wrap: wrap;
		gap: 30px;
	}
}

.corporaze-text-image-section.mission-style-2 .corporaze-text-image-section-wrapper .corporaze-text-image-section-image, .corporaze-text-image-section.about-style-2 .corporaze-text-image-section-wrapper .corporaze-text-image-section-image {
	overflow: hidden;
	line-height: 0;
	transition: all 0.3s ease;
}

@media (min-width: 769px) {
	.corporaze-text-image-section.mission-style-2 .corporaze-text-image-section-wrapper .corporaze-text-image-section-image, .corporaze-text-image-section.about-style-2 .corporaze-text-image-section-wrapper .corporaze-text-image-section-image {
		position: absolute;
		height: 100%;
		width: calc(60% - 50px);
		background-size: cover;
		background-position: 50%;
		inset-inline-start: 0;
		top: 0;
	}
}

.corporaze-text-image-section.mission-style-2 .corporaze-text-image-section-wrapper .corporaze-text-image-section-image img, .corporaze-text-image-section.about-style-2 .corporaze-text-image-section-wrapper .corporaze-text-image-section-image img {
	transition: transform 0.3s ease;
	position: relative;
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.corporaze-text-image-section.mission-style-2 .corporaze-text-image-section-wrapper .section-header-subtitle, .corporaze-text-image-section.about-style-2 .corporaze-text-image-section-wrapper .section-header-subtitle {
	text-align: start;
	margin-bottom: 0;
}

.business-layout .corporaze-text-image-section.mission-style-2 .corporaze-text-image-section-wrapper .section-header-subtitle .section-title::after, .business-layout .corporaze-text-image-section.about-style-2 .corporaze-text-image-section-wrapper .section-header-subtitle .section-title::after {
	inset-inline-start: 0;
	transform: translateX(0);
}

.pets-layout .corporaze-text-image-section.mission-style-2 .corporaze-text-image-section-wrapper .section-header-subtitle .section-title::after,
.yoga-layout .corporaze-text-image-section.mission-style-2 .corporaze-text-image-section-wrapper .section-header-subtitle .section-title::after, .pets-layout .corporaze-text-image-section.about-style-2 .corporaze-text-image-section-wrapper .section-header-subtitle .section-title::after,
.yoga-layout .corporaze-text-image-section.about-style-2 .corporaze-text-image-section-wrapper .section-header-subtitle .section-title::after {
	inset-inline-start: 0;
	transform: translate(0, -50%);
}

.corporaze-text-image-section.mission-style-2 .corporaze-text-image-section-wrapper .corporaze-text-image-section-text, .corporaze-text-image-section.about-style-2 .corporaze-text-image-section-wrapper .corporaze-text-image-section-text {
	text-align: start;
}

@media (min-width: 769px) {
	.corporaze-text-image-section.mission-style-2 .corporaze-text-image-section-wrapper .corporaze-text-image-section-text, .corporaze-text-image-section.about-style-2 .corporaze-text-image-section-wrapper .corporaze-text-image-section-text {
		position: relative;
		z-index: 2;
		width: 50%;
		padding: 50px;
		background: var(--background-color-white);
	}
}

.corporaze-text-image-section.mission-style-2 .corporaze-text-image-section-wrapper .corporaze-text-image-section-text .section-title, .corporaze-text-image-section.about-style-2 .corporaze-text-image-section-wrapper .corporaze-text-image-section-text .section-title {
	margin: 0;
	margin-bottom: 10px;
}

.corporaze-text-image-section.mission-style-2 .corporaze-text-image-section-wrapper .corporaze-text-image-section-text .description, .corporaze-text-image-section.about-style-2 .corporaze-text-image-section-wrapper .corporaze-text-image-section-text .description {
	margin-top: 30px;
}

.corporaze-text-image-section.mission-style-2.corporaze-image-right .corporaze-text-image-section-wrapper, .corporaze-text-image-section.about-style-2.corporaze-image-right .corporaze-text-image-section-wrapper {
	flex-direction: row-reverse;
}

.corporaze-text-image-section.mission-style-2.corporaze-image-right .corporaze-text-image-section-wrapper .corporaze-text-image-section-image, .corporaze-text-image-section.about-style-2.corporaze-image-right .corporaze-text-image-section-wrapper .corporaze-text-image-section-image {
	inset-inline-start: unset;
	inset-inline-end: 0;
}

/* about section end
--------------------------------------------- */
/* corporaze counter section CSS start
--------------------------------------------- */
.corporaze-counter-section {
	position: relative;
}

.corporaze-counter-section .corporaze-counter-background-img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 0.2;
}

.corporaze-counter-section .corporaze-counter-background-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.corporaze-counter-section .corporaze-counter-details {
	color: var(--color-text-white);
	position: relative;
	z-index: 2;
}

.corporaze-counter-section .corporaze-counter-details .corporaze-counter-wrapper {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	grid-gap: 30px;
}

@media (max-width: 1024px) {
	.corporaze-counter-section .corporaze-counter-details .corporaze-counter-wrapper {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 480px) {
	.corporaze-counter-section .corporaze-counter-details .corporaze-counter-wrapper {
		grid-gap: 50px;
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
}

.corporaze-counter-section .corporaze-counter-details .corporaze-counter-wrapper .corporaze-counter-single {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 10px;
}

@media (max-width: 768px) {
	.corporaze-counter-section .corporaze-counter-details .corporaze-counter-wrapper .corporaze-counter-single {
		justify-content: flex-start;
	}
}

.corporaze-counter-section .corporaze-counter-details .corporaze-counter-wrapper .corporaze-counter-single .corporaze-counter-img {
	width: 70px;
}

.corporaze-counter-section .corporaze-counter-details .corporaze-counter-wrapper .corporaze-counter-single .corporaze-counter-img img {
	width: 70px;
}

.corporaze-counter-section .corporaze-counter-details .corporaze-counter-wrapper .corporaze-counter-single .corporaze-counter-txt {
	color: var(--color-text-white);
	text-align: center;
}

.corporaze-counter-section .corporaze-counter-details .corporaze-counter-wrapper .corporaze-counter-single .corporaze-counter-txt h3 {
	font-size: var(--font-size-xl);
	font-family: var(--font-main);
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 10px;
	line-height: 1;
}

.corporaze-counter-section .corporaze-counter-details .corporaze-counter-wrapper .corporaze-counter-single .corporaze-counter-txt p {
	font-size: var(--font-size-sm);
	margin-top: 0;
	margin-bottom: 0;
}

.corporaze-counter-section.counter-style-1 .corporaze-counter-details .corporaze-counter-wrapper .corporaze-counter-single {
	flex-direction: row;
	gap: 15px;
}

@media (max-width: 600px) {
	.corporaze-counter-section.counter-style-1 .corporaze-counter-details .corporaze-counter-wrapper .corporaze-counter-single {
		justify-content: center;
	}
}

.corporaze-counter-section.counter-style-1 .corporaze-counter-details .corporaze-counter-wrapper .corporaze-counter-single .corporaze-counter-txt {
	text-align: start;
}

/* corporaze counter section CSS end
--------------------------------------------- */
/* corporaze testimonial section CSS start
--------------------------------------------- */
.corporaze-testimonial-slider-section.testimonial-style-1 .corporaze-testimonial-single .corporaze-testimonial-single-inner {
	padding: 20px;
}

.corporaze-testimonial-slider-section.testimonial-style-1 .corporaze-testimonial-single .corporaze-testimonial-single-inner .corporaze-testimonial-user {
	display: flex;
	align-items: center;
	flex-direction: column;
	gap: 10px;
	color: var(--color-text-main);
	margin-bottom: 10px;
	text-align: center;
}

.corporaze-testimonial-slider-section.testimonial-style-1 .corporaze-testimonial-single .corporaze-testimonial-single-inner .corporaze-testimonial-user .corporaze-testimonial-slider-img {
	width: 85px;
	height: 85px;
	flex-shrink: 0;
}

.corporaze-testimonial-slider-section.testimonial-style-1 .corporaze-testimonial-single .corporaze-testimonial-single-inner .corporaze-testimonial-user .corporaze-testimonial-slider-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border: 1px solid #d7d7d7;
	border-radius: 50%;
}

.corporaze-testimonial-slider-section.testimonial-style-1 .corporaze-testimonial-single .corporaze-testimonial-single-inner .corporaze-testimonial-user .user-name {
	font-family: var(--font-main);
	font-size: var(--single-title-font-size);
	margin: 0;
}

.corporaze-testimonial-slider-section.testimonial-style-1 .corporaze-testimonial-single .corporaze-testimonial-single-inner .corporaze-testimonial-user .designation {
	font-size: 14px;
	color: var(--primary-color);
}

.corporaze-testimonial-slider-section.testimonial-style-1 .corporaze-testimonial-single .corporaze-testimonial-single-inner .corporaze-testimonial-user .ascendoor-star-rating {
	unicode-bidi: bidi-override;
	color: #c5c5c5;
	font-size: 25px;
	height: 25px;
	line-height: 1;
	width: 105px;
	position: relative;
	text-shadow: 0 1px 0 #a2a2a2;
}

.corporaze-testimonial-slider-section.testimonial-style-1 .corporaze-testimonial-single .corporaze-testimonial-single-inner .corporaze-testimonial-user .ascendoor-star-rating .grey-star {
	opacity: 0.4;
	text-shadow: 0px 1px #000;
}

.corporaze-testimonial-slider-section.testimonial-style-1 .corporaze-testimonial-single .corporaze-testimonial-single-inner .corporaze-testimonial-user .ascendoor-star-rating .gold-star {
	color: #ec8a2f;
	text-shadow: 0px 1px #ec8a2f;
	position: absolute;
	z-index: 1;
	display: block;
	left: 0;
	top: 0;
	overflow: hidden;
}

.corporaze-testimonial-slider-section.testimonial-style-1 .corporaze-testimonial-single .corporaze-testimonial-single-inner .corporaze-testimonial-comment {
	color: var(--color-text-main);
	font-size: var(--body-text-font-size);
	line-height: 1.2;
	text-align: center;
}

.corporaze-testimonial-slider-section.testimonial-style-1 .corporaze-testimonial-single .corporaze-testimonial-single-inner .corporaze-testimonial-comment p {
	margin-top: 0;
	margin-bottom: 20px;
}

.corporaze-testimonial-slider-section.testimonial-style-1 .corporaze-testimonial-single .corporaze-testimonial-single-inner .corporaze-testimonial-comment p:last-child {
	margin-bottom: 0;
}

.corporaze-testimonial-slider-section.testimonial-style-1 .corporaze-button {
	display: flex;
	margin-top: 50px;
	justify-content: center;
}

.corporaze-testimonial-slider-section.testimonial-style-1 .slick-slide {
	padding-inline: 15px;
}

.corporaze-testimonial-slider-section.testimonial-style-2 .corporaze-testimonial-single .corporaze-testimonial-single-inner {
	padding: 30px 40px;
	display: flex;
	flex-direction: column-reverse;
	gap: 20px;
	background-color: var(--background-color-white);
	border-radius: 15px 15px 15px 15px;
	box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
	margin-bottom: 20px;
}

.corporaze-testimonial-slider-section.testimonial-style-2 .corporaze-testimonial-single .corporaze-testimonial-single-inner .corporaze-testimonial-user {
	display: flex;
	align-items: center;
	gap: 10px;
	color: var(--color-text-main);
	text-align: start;
}

.corporaze-testimonial-slider-section.testimonial-style-2 .corporaze-testimonial-single .corporaze-testimonial-single-inner .corporaze-testimonial-user .corporaze-testimonial-slider-img {
	width: 85px;
	height: 85px;
	flex-shrink: 0;
}

.corporaze-testimonial-slider-section.testimonial-style-2 .corporaze-testimonial-single .corporaze-testimonial-single-inner .corporaze-testimonial-user .corporaze-testimonial-slider-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border: 1px solid #d7d7d7;
	border-radius: 50%;
}

.corporaze-testimonial-slider-section.testimonial-style-2 .corporaze-testimonial-single .corporaze-testimonial-single-inner .corporaze-testimonial-user .testimonial-user-detail {
	display: flex;
	flex-direction: column;
}

.corporaze-testimonial-slider-section.testimonial-style-2 .corporaze-testimonial-single .corporaze-testimonial-single-inner .corporaze-testimonial-user .testimonial-user-detail .user-name {
	font-family: var(--font-main);
	font-size: var(--single-title-font-size);
	margin: 0;
	order: 2;
}

.corporaze-testimonial-slider-section.testimonial-style-2 .corporaze-testimonial-single .corporaze-testimonial-single-inner .corporaze-testimonial-user .testimonial-user-detail .designation {
	font-size: 14px;
	color: var(--primary-color);
	order: 3;
}

.corporaze-testimonial-slider-section.testimonial-style-2 .corporaze-testimonial-single .corporaze-testimonial-single-inner .corporaze-testimonial-user .testimonial-user-detail .ascendoor-star-rating {
	order: 1;
}

.corporaze-testimonial-slider-section.testimonial-style-2 .corporaze-testimonial-single .corporaze-testimonial-single-inner .corporaze-testimonial-comment {
	color: var(--color-text-main);
	font-size: var(--body-text-font-size);
	line-height: 1.2;
	text-align: start;
}

.corporaze-testimonial-slider-section.testimonial-style-2 .corporaze-testimonial-single .corporaze-testimonial-single-inner .corporaze-testimonial-comment p {
	margin-top: 0;
	margin-bottom: 20px;
}

.corporaze-testimonial-slider-section.testimonial-style-2 .corporaze-testimonial-single .corporaze-testimonial-single-inner .corporaze-testimonial-comment p:last-child {
	margin-bottom: 0;
}

.corporaze-testimonial-slider-section.testimonial-style-2 .corporaze-button {
	display: flex;
	margin-top: 50px;
	justify-content: center;
}

.corporaze-testimonial-slider-section.testimonial-style-2 .slick-slide {
	padding-inline: 15px;
}

.corporaze-testimonial-slider-section.testimonial-style-3 .corporaze-testimonial-slider {
	display: flex;
	flex-wrap: wrap;
	margin-inline: -15px;
}

.corporaze-testimonial-slider-section.testimonial-style-3 .corporaze-testimonial-single {
	padding: 0 15px;
	width: 33.33%;
	flex-shrink: 0;
	flex-grow: 1;
	margin-bottom: 30px;
}

@media (max-width: 991px) {
	.corporaze-testimonial-slider-section.testimonial-style-3 .corporaze-testimonial-single {
		width: 50%;
	}
}

@media (max-width: 600px) {
	.corporaze-testimonial-slider-section.testimonial-style-3 .corporaze-testimonial-single {
		width: 100%;
	}
}

.corporaze-testimonial-slider-section.testimonial-style-3 .corporaze-testimonial-single .corporaze-testimonial-single-inner {
	padding: 30px 40px;
	display: flex;
	flex-direction: column-reverse;
	gap: 20px;
	background-color: var(--background-color-white);
	border-radius: 15px 15px 15px 15px;
	box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
}

.corporaze-testimonial-slider-section.testimonial-style-3 .corporaze-testimonial-single .corporaze-testimonial-single-inner .corporaze-testimonial-user {
	display: flex;
	align-items: center;
	gap: 10px;
	color: var(--color-text-main);
	text-align: start;
}

.corporaze-testimonial-slider-section.testimonial-style-3 .corporaze-testimonial-single .corporaze-testimonial-single-inner .corporaze-testimonial-user .corporaze-testimonial-slider-img {
	width: 85px;
	height: 85px;
	flex-shrink: 0;
}

.corporaze-testimonial-slider-section.testimonial-style-3 .corporaze-testimonial-single .corporaze-testimonial-single-inner .corporaze-testimonial-user .corporaze-testimonial-slider-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border: 1px solid #d7d7d7;
	border-radius: 50%;
}

.corporaze-testimonial-slider-section.testimonial-style-3 .corporaze-testimonial-single .corporaze-testimonial-single-inner .corporaze-testimonial-user .testimonial-user-detail {
	display: flex;
	flex-direction: column;
}

.corporaze-testimonial-slider-section.testimonial-style-3 .corporaze-testimonial-single .corporaze-testimonial-single-inner .corporaze-testimonial-user .testimonial-user-detail .user-name {
	font-family: var(--font-main);
	font-size: var(--single-title-font-size);
	margin: 0;
	order: 2;
}

.corporaze-testimonial-slider-section.testimonial-style-3 .corporaze-testimonial-single .corporaze-testimonial-single-inner .corporaze-testimonial-user .testimonial-user-detail .designation {
	font-size: 14px;
	color: var(--primary-color);
	order: 3;
}

.corporaze-testimonial-slider-section.testimonial-style-3 .corporaze-testimonial-single .corporaze-testimonial-single-inner .corporaze-testimonial-user .testimonial-user-detail .ascendoor-star-rating {
	order: 1;
}

.corporaze-testimonial-slider-section.testimonial-style-3 .corporaze-testimonial-single .corporaze-testimonial-single-inner .corporaze-testimonial-comment {
	color: var(--color-text-main);
	font-size: var(--body-text-font-size);
	line-height: 1.2;
	text-align: start;
}

.corporaze-testimonial-slider-section.testimonial-style-3 .corporaze-testimonial-single .corporaze-testimonial-single-inner .corporaze-testimonial-comment p {
	margin-top: 0;
	margin-bottom: 20px;
}

.corporaze-testimonial-slider-section.testimonial-style-3 .corporaze-testimonial-single .corporaze-testimonial-single-inner .corporaze-testimonial-comment p:last-child {
	margin-bottom: 0;
}

.ascendoor-star-rating {
	unicode-bidi: bidi-override;
	color: #c5c5c5;
	font-size: 25px;
	height: 25px;
	line-height: 1;
	width: 105px;
	position: relative;
	text-shadow: 0 1px 0 #a2a2a2;
}

.ascendoor-star-rating .grey-star {
	opacity: 0.4;
	text-shadow: 0px 1px #000;
}

.ascendoor-star-rating .gold-star {
	color: #ec8a2f;
	text-shadow: 0px 1px #ec8a2f;
	position: absolute;
	z-index: 1;
	display: block;
	inset-inline-start: 0;
	top: 0;
	overflow: hidden;
}

/* corporaze testimonial section CSS end
--------------------------------------------- */
/* corporaze services section CSS start
--------------------------------------------- */
.corporaze-our-services-section .corporaze-button {
	margin-top: 30px;
}

.corporaze-our-services-section.service-style-1 .corporaze-our-services-section-wrapper {
	display: grid;
	grid-gap: 30px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 1024px) {
	.corporaze-our-services-section.service-style-1 .corporaze-our-services-section-wrapper {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 699px) {
	.corporaze-our-services-section.service-style-1 .corporaze-our-services-section-wrapper {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
}

.corporaze-our-services-section.service-style-1 .corporaze-our-services-section-wrapper .corporaze-service-single {
	text-align: center;
	padding: 30px 20px;
	position: relative;
	z-index: 1;
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
	transition: box-shadow 0.3s ease;
}

@media (max-width: 767px) {
	.corporaze-our-services-section.service-style-1 .corporaze-our-services-section-wrapper .corporaze-service-single {
		padding: 25px 20px;
	}
}

.corporaze-our-services-section.service-style-1 .corporaze-our-services-section-wrapper .corporaze-service-single .corporaze-service-img {
	margin-bottom: 15px;
	height: 85px;
	width: 85px;
	margin-inline: auto;
}

.corporaze-our-services-section.service-style-1 .corporaze-our-services-section-wrapper .corporaze-service-single .corporaze-service-img a {
	line-height: 0;
	display: block;
	height: 100%;
	width: 100%;
}

.corporaze-our-services-section.service-style-1 .corporaze-our-services-section-wrapper .corporaze-service-single .corporaze-service-img a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 300ms linear;
}

.corporaze-our-services-section.service-style-1 .corporaze-our-services-section-wrapper .corporaze-service-single .corporaze-service-img a:focus-within {
	outline-offset: 2px;
}

.corporaze-our-services-section.service-style-1 .corporaze-our-services-section-wrapper .corporaze-service-single .corporaze-service-detail {
	color: var(--color-text-main);
}

.corporaze-our-services-section.service-style-1 .corporaze-our-services-section-wrapper .corporaze-service-single .corporaze-service-detail .service-title {
	font-family: var(--font-main);
	font-size: var(--font-size-md);
	margin-top: 0;
	margin-bottom: 10px;
}

.corporaze-our-services-section.service-style-1 .corporaze-our-services-section-wrapper .corporaze-service-single .corporaze-service-detail .service-title a {
	text-decoration: none;
	color: var(--color-text-main);
	transition: all 0.3s ease;
}

.corporaze-our-services-section.service-style-1 .corporaze-our-services-section-wrapper .corporaze-service-single .corporaze-service-detail p {
	font-size: 1rem;
}

@media (max-width: 1024px) and (min-width: 601px) {
	.corporaze-our-services-section.service-style-1 .corporaze-our-services-section-wrapper .corporaze-service-single .corporaze-service-detail p {
		font-size: var(--font-size-sm);
	}
}

.corporaze-our-services-section.service-style-1 .corporaze-our-services-section-wrapper .corporaze-service-single:focus-within, .corporaze-our-services-section.service-style-1 .corporaze-our-services-section-wrapper .corporaze-service-single:hover {
	box-shadow: 0px 0px 0px 3px var(--primary-color);
}

.corporaze-our-services-section.service-style-1 .corporaze-our-services-section-wrapper .corporaze-service-single:focus-within .corporaze-service-detail .service-title a, .corporaze-our-services-section.service-style-1 .corporaze-our-services-section-wrapper .corporaze-service-single:hover .corporaze-service-detail .service-title a {
	color: var(--primary-color);
}

.corporaze-our-services-section.service-style-2 .corporaze-our-services-section-wrapper {
	display: grid;
	grid-gap: 30px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 1024px) {
	.corporaze-our-services-section.service-style-2 .corporaze-our-services-section-wrapper {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 699px) {
	.corporaze-our-services-section.service-style-2 .corporaze-our-services-section-wrapper {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
}

.corporaze-our-services-section.service-style-2 .corporaze-our-services-section-wrapper .corporaze-service-single {
	display: flex;
	align-items: flex-start;
	padding: 10px;
}

.corporaze-our-services-section.service-style-2 .corporaze-our-services-section-wrapper .corporaze-service-single .corporaze-service-img {
	width: 60px;
	height: 60px;
	display: flex;
	flex-shrink: 0;
	position: relative;
	align-items: center;
	border-radius: 50%;
	margin-right: 1.875rem;
	justify-content: center;
}

.corporaze-our-services-section.service-style-2 .corporaze-our-services-section-wrapper .corporaze-service-single .corporaze-service-img img {
	width: 40px;
	height: 40px;
	object-fit: cover;
}

.corporaze-our-services-section.service-style-2 .corporaze-our-services-section-wrapper .corporaze-service-single .corporaze-service-img:focus-within {
	outline-offset: 2px;
}

.corporaze-our-services-section.service-style-2 .corporaze-our-services-section-wrapper .corporaze-service-single .corporaze-service-img::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: var(--primary-color);
	opacity: 0.1;
}

.corporaze-our-services-section.service-style-2 .corporaze-our-services-section-wrapper .corporaze-service-single .corporaze-service-detail {
	color: var(--color-text-main);
}

.corporaze-our-services-section.service-style-2 .corporaze-our-services-section-wrapper .corporaze-service-single .corporaze-service-detail .service-title {
	font-family: var(--font-main);
	font-size: var(--font-size-base);
	margin-top: 0;
	margin-bottom: 5px;
}

.corporaze-our-services-section.service-style-2 .corporaze-our-services-section-wrapper .corporaze-service-single .corporaze-service-detail .service-title a {
	text-decoration: none;
	color: var(--color-text-main);
	transition: all 0.3s ease;
}

.corporaze-our-services-section.service-style-2 .corporaze-our-services-section-wrapper .corporaze-service-single .corporaze-service-detail p {
	margin: 0;
	font-size: var(--font-size-sm);
}

.corporaze-our-services-section.service-style-2 .corporaze-our-services-section-wrapper .corporaze-service-single .corporaze-service-detail .corporaze-button {
	display: none;
}

.corporaze-our-services-section.service-style-2 .corporaze-our-services-section-wrapper .corporaze-service-single:focus-within .corporaze-service-detail .service-title a, .corporaze-our-services-section.service-style-2 .corporaze-our-services-section-wrapper .corporaze-service-single:hover .corporaze-service-detail .service-title a {
	color: var(--primary-color);
}

.corporaze-our-services-section.service-style-3 .corporaze-our-services-section-wrapper .slick-list {
	margin-inline: -15px;
}

.corporaze-our-services-section.service-style-3 .corporaze-our-services-section-wrapper .slick-list .slick-slide {
	padding-inline: 15px;
}

.corporaze-our-services-section.service-style-3 .corporaze-our-services-section-wrapper .corporaze-service-single {
	text-align: center;
	padding: 30px 20px;
	position: relative;
	z-index: 1;
}

@media (max-width: 767px) {
	.corporaze-our-services-section.service-style-3 .corporaze-our-services-section-wrapper .corporaze-service-single {
		padding: 20px;
	}
}

.corporaze-our-services-section.service-style-3 .corporaze-our-services-section-wrapper .corporaze-service-single .corporaze-service-img {
	margin-bottom: 15px;
	height: 85px;
	width: 85px;
	margin-inline: auto;
}

.corporaze-our-services-section.service-style-3 .corporaze-our-services-section-wrapper .corporaze-service-single .corporaze-service-img a {
	line-height: 0;
	display: block;
	height: 100%;
	width: 100%;
}

.corporaze-our-services-section.service-style-3 .corporaze-our-services-section-wrapper .corporaze-service-single .corporaze-service-img a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 300ms linear;
}

.corporaze-our-services-section.service-style-3 .corporaze-our-services-section-wrapper .corporaze-service-single .corporaze-service-img a:focus-within {
	outline-offset: 2px;
}

.corporaze-our-services-section.service-style-3 .corporaze-our-services-section-wrapper .corporaze-service-single .corporaze-service-detail {
	color: var(--color-text-main);
}

.corporaze-our-services-section.service-style-3 .corporaze-our-services-section-wrapper .corporaze-service-single .corporaze-service-detail .service-title {
	font-family: var(--font-main);
	font-size: var(--font-size-md);
	margin-top: 0;
	margin-bottom: 10px;
}

.corporaze-our-services-section.service-style-3 .corporaze-our-services-section-wrapper .corporaze-service-single .corporaze-service-detail .service-title a {
	text-decoration: none;
	color: var(--color-text-main);
	transition: all 0.3s ease;
}

.corporaze-our-services-section.service-style-3 .corporaze-our-services-section-wrapper .corporaze-service-single .corporaze-service-detail p {
	font-size: 1rem;
}

@media (max-width: 1024px) and (min-width: 601px) {
	.corporaze-our-services-section.service-style-3 .corporaze-our-services-section-wrapper .corporaze-service-single .corporaze-service-detail p {
		font-size: var(--font-size-sm);
	}
}

.corporaze-our-services-section.service-style-3 .corporaze-our-services-section-wrapper .corporaze-service-single .line {
	width: 100%;
	height: 4px;
	margin-top: 15px;
	background: var(--primary-color);
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.corporaze-our-services-section.service-style-3 .corporaze-our-services-section-wrapper .corporaze-service-single:focus-within .corporaze-service-detail .service-title a, .corporaze-our-services-section.service-style-3 .corporaze-our-services-section-wrapper .corporaze-service-single:hover .corporaze-service-detail .service-title a {
	color: var(--primary-color);
}

.corporaze-our-services-section.service-style-3 .corporaze-our-services-section-wrapper .corporaze-service-single:focus-within .line, .corporaze-our-services-section.service-style-3 .corporaze-our-services-section-wrapper .corporaze-service-single:hover .line {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.corporaze-our-services-section.service-style-4 .corporaze-our-services-section-wrapper {
	display: grid;
	gap: 30px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 1025px) {
	.corporaze-our-services-section.service-style-4 .corporaze-our-services-section-wrapper {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 600px) {
	.corporaze-our-services-section.service-style-4 .corporaze-our-services-section-wrapper {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
}

@media (max-width: 699px) {
	.corporaze-our-services-section.service-style-4 .corporaze-our-services-section-wrapper {
		gap: 20px;
	}
}

.corporaze-our-services-section.service-style-4 .corporaze-our-services-section-wrapper .corporaze-service-single {
	text-align: start;
	padding: 30px 28px;
	position: relative;
	z-index: 1;
	background: var(--background-color-white);
	border: 1.5px solid #e9e9e9;
	transition: all 300ms ease;
}

@media (max-width: 1024px) and (min-width: 601px) {
	.corporaze-our-services-section.service-style-4 .corporaze-our-services-section-wrapper .corporaze-service-single {
		padding: 10px;
	}
}

@media (max-width: 480px) {
	.corporaze-our-services-section.service-style-4 .corporaze-our-services-section-wrapper .corporaze-service-single {
		padding: 20px;
	}
}

.corporaze-our-services-section.service-style-4 .corporaze-our-services-section-wrapper .corporaze-service-single .corporaze-service-img {
	margin-bottom: 10px;
	aspect-ratio: 1/0.7;
}

.corporaze-our-services-section.service-style-4 .corporaze-our-services-section-wrapper .corporaze-service-single .corporaze-service-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.corporaze-our-services-section.service-style-4 .corporaze-our-services-section-wrapper .corporaze-service-single .corporaze-service-detail {
	color: var(--color-text-main);
}

.corporaze-our-services-section.service-style-4 .corporaze-our-services-section-wrapper .corporaze-service-single .corporaze-service-detail .service-title {
	font-family: var(--font-main);
	font-size: var(--font-size-md);
	margin-top: 0;
	margin-bottom: 10px;
}

.corporaze-our-services-section.service-style-4 .corporaze-our-services-section-wrapper .corporaze-service-single .corporaze-service-detail .service-title a {
	text-decoration: none;
	color: var(--color-text-main);
}

.corporaze-our-services-section.service-style-4 .corporaze-our-services-section-wrapper .corporaze-service-single .corporaze-service-detail p {
	font-size: 1rem;
}

@media (max-width: 1024px) and (min-width: 601px) {
	.corporaze-our-services-section.service-style-4 .corporaze-our-services-section-wrapper .corporaze-service-single .corporaze-service-detail p {
		font-size: var(--font-size-sm);
	}
}

.layout-icon.yoga-layout .corporaze-our-services-section.service-style-4 .corporaze-our-services-section-wrapper .corporaze-service-single {
	overflow: hidden;
}

.layout-icon.yoga-layout .corporaze-our-services-section.service-style-4 .corporaze-our-services-section-wrapper .corporaze-service-single::after {
	position: absolute;
	content: " ";
	right: -350px;
	bottom: -350px;
	display: inline-block;
	width: 350px;
	height: 350px;
	transition: all 0.3s ease;
	transform-origin: center center;
	-webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'><g><path d='M185.61,66.09c-0.32,7.23-1.26,13.53-3.73,19.56c-0.27,0.66,0.05,1.9,0.55,2.49c2.74,3.24,5.58,6.4,8.46,9.52c1.56,1.69,1.44,3.16-0.06,4.79c-2.71,2.94-5.28,6-8.04,8.89c-1.11,1.16-1.5,2.06-0.79,3.66c3.12,7.09,3.59,14.67,3.65,22.26c0.01,1.13-1.13,2.58-2.14,3.34c-5.45,4.07-11.5,7.06-18.06,8.87c-2.09,0.58-3.32,1.45-3.52,3.71c-0.46,5.28-3.32,8.28-8.67,8.72c-2.21,0.18-3.14,1.33-3.73,3.47c-1.79,6.46-4.81,12.38-8.65,17.9c-1.27,1.83-2.77,2.54-5.04,2.43c-7.35-0.37-14.62-0.96-21.51-3.9c-0.64-0.27-1.89,0.14-2.5,0.65c-3.24,2.74-6.4,5.58-9.52,8.45c-1.58,1.45-3,1.46-4.59,0.01c-3.13-2.87-6.28-5.72-9.53-8.45c-0.63-0.53-1.98-0.85-2.69-0.55c-7.31,3.05-15.02,3.61-22.78,3.73c-1.01,0.01-2.34-0.91-3.02-1.79c-4.43-5.73-7.45-12.21-9.42-19.15c-0.45-1.59-1.14-2.52-2.75-2.63c-6.17-0.4-9.13-3.92-9.65-9.84c-0.13-1.46-1-2.03-2.36-2.41c-6.46-1.82-12.44-4.7-18.04-8.41c-2.26-1.5-3.36-3.23-3.18-6.15c0.45-7.18,1.06-14.27,3.91-21c0.27-0.63-0.17-1.87-0.69-2.48c-2.74-3.24-5.58-6.4-8.46-9.51c-1.5-1.62-1.36-3.01,0.07-4.56c2.76-3.01,5.39-6.13,8.19-9.09c1.02-1.09,1.44-1.9,0.77-3.43c-3.16-7.16-3.66-14.82-3.68-22.5c0-1.01,0.94-2.3,1.81-2.98c5.78-4.53,12.39-7.46,19.39-9.51c1.44-0.42,1.96-1.13,2.31-2.46c2.4-8.89,0.93-7.38,9.95-9.82c1.26-0.34,1.88-0.85,2.27-2.19c1.95-6.76,4.88-13.08,8.94-18.86c1.26-1.79,2.7-2.62,5-2.52c7.44,0.31,14.78,0.96,21.74,3.94c0.58,0.25,1.73-0.13,2.29-0.6c3.3-2.8,6.52-5.69,9.72-8.61c1.51-1.38,2.86-1.4,4.37-0.02c3.13,2.86,6.36,5.63,9.47,8.52c0.97,0.9,1.71,1.18,3.04,0.6c7.26-3.14,14.98-3.8,22.75-3.7c1.16,0.01,2.6,1.34,3.4,2.43c4.05,5.47,6.96,11.55,8.78,18.1c0.51,1.85,1.31,2.89,3.26,3.05c5.49,0.44,8.57,3.4,9.08,8.93c0.18,1.96,1.23,2.77,3.11,3.51c5.25,2.05,10.39,4.41,15.46,6.88C184.42,59.24,187.25,61.94,185.61,66.09z M72.11,42.08c-0.44-0.17-0.8-0.37-1.19-0.46c-8.83-1.94-17.54-1.24-26.1,1.42c-0.81,0.25-1.64,1.36-1.91,2.24c-2.32,7.41-2.98,14.98-1.87,22.68c0.21,1.43,0.59,2.84,0.87,4.14c16.68-2.58,28.79,3.35,36.79,18.05c2.62-5.15,6.4-8.82,11.44-11.47C75.33,70.55,69.42,58.43,72.11,42.08z M78.71,109.87c-6.92,14-21.31,21.25-36.65,18.03c-0.18,0.51-0.44,1.03-0.55,1.58c-1.23,6.02-1.49,12.09-0.26,18.11c2.22,10.84,0.32,8.96,11.22,11.16c6.49,1.31,13.05,1.06,19.65-0.72c-2.78-16.54,3.3-28.68,18.01-36.75C85.05,118.7,81.32,115.03,78.71,109.87z M109.83,121.31c14.92,8.11,20.79,20.33,18.1,36.68c0.63,0.2,1.09,0.39,1.57,0.49c8.67,1.81,17.23,1.16,25.62-1.51c0.87-0.28,1.76-1.47,2.06-2.42c1.9-6.01,2.64-12.2,2.21-18.48c-0.19-2.76-0.77-5.5-1.17-8.19c-16.8,2.7-28.86-3.32-36.88-17.97C118.69,114.96,115.01,118.77,109.83,121.31z M121.32,90.15c8.04-14.78,20.23-20.77,36.58-18.07c0.17-0.3,0.35-0.5,0.41-0.73c2.06-9,1.39-17.87-1.36-26.61c-0.24-0.75-1.26-1.61-2.06-1.78c-4.14-0.9-8.29-1.86-12.49-2.3c-4.88-0.52-9.77-0.08-14.5,1.34c2.71,16.56-3.32,28.7-18.07,36.73C115.07,81.3,118.71,85.06,121.32,90.15z M77.61,39.34c12.86,5.22,19.86,14.79,22.46,28.16c2.33-13.61,9.74-22.92,22.27-28.22c-4.99-11.1-13.3-19.02-22.33-26.62C90.94,20.22,82.73,28.22,77.61,39.34z M67.38,100.04c-13.34-2.61-22.89-9.63-28.07-22.41c-11.1,5.08-19.12,13.35-26.67,22.39c7.65,9.08,15.58,17.4,26.67,22.35C44.49,109.7,53.93,102.53,67.38,100.04z M100.18,132.67c-2.29,5.84-3.32,12.02-7.42,16.95c-4.08,4.91-9.04,8.52-15.04,11.06c0.39,0.89,0.67,1.66,1.04,2.38c4.83,9.46,12.23,16.72,20.27,23.39c0.43,0.36,1.93,0.11,2.42-0.37c5.06-5.03,10.23-9.98,14.92-15.35c2.49-2.85,4.11-6.46,6.25-9.93C109.59,155.36,102.49,145.98,100.18,132.67z M160.67,77.68c-5.15,12.78-14.77,19.76-28.07,22.39c13.53,2.45,22.92,9.66,28.14,22.31c11.16-5.11,19.13-13.42,26.68-22.41C179.65,90.93,171.8,82.55,160.67,77.68z M80.81,99.77c-0.13,10.62,8.27,19.26,18.96,19.48c10.61,0.22,19.32-8.4,19.43-19.25c0.11-10.43-8.42-19.07-18.95-19.18C89.59,80.7,80.95,89.12,80.81,99.77z M102.99,75.89c13.82-1.32,25.03-18.83,20.47-32.23C112.18,46.89,102.79,61.68,102.99,75.89zM156.59,123.39c-0.65-1.33-1.24-2.67-1.94-3.96c-6.57-12.23-18.56-14.39-30.63-16.71C124.83,116.31,143.83,128.37,156.59,123.39zM43.63,76.58c3.5,11.3,16.55,19.62,32.19,20.54C74.76,82.76,56.3,71.98,43.63,76.58z M97.67,75.96c-1.54-5.58-2.77-10.94-4.52-16.13c-2.75-8.18-8.96-12.99-16.6-16.44C72.15,57.67,83.47,74.64,97.67,75.96z M156.77,76.35c-8.27-1.94-15.56-0.32-22.17,4.29c-5.76,4.02-9.41,9.51-10.94,17.15c5.99-1.66,11.33-2.92,16.52-4.65C148.32,90.44,153.14,84.26,156.77,76.35z M123.4,156.54c4.74-13.88-7.11-31.55-21.21-32.39c1.98,6.45,3.36,12.93,5.94,18.88C111.01,149.66,116.73,153.76,123.4,156.54z M76.55,156.47c14.4-6.01,17.96-15.68,20.51-32.41C82.23,125.91,72.27,143.56,76.55,156.47z M43.41,123.58c16.57,4.4,31.96-9.3,32.41-20.91c-7.02,1.5-14.18,2.56-20.4,6.2C49.79,112.17,45.89,117.23,43.41,123.58z M145.77,163.57c-1.92,0-3.5,0.12-5.05-0.03c-1.85-0.18-2.87,0.48-3.55,2.24c-0.77,2.01-1.89,3.88-2.83,5.82c-0.87,1.81-2.25,2.57-4.25,2.19c-2.61-0.49-5.22-1-7.84-1.41c-0.64-0.1-1.6-0.05-1.95,0.34c-1.43,1.58-2.68,3.32-4.07,5.1c0.42,0.26,0.67,0.49,0.96,0.6c5.99,2.28,12.26,2.94,18.61,3.01c0.62,0.01,1.46-0.43,1.83-0.94C141.32,175.43,143.9,169.8,145.77,163.57z M22.11,83.84c1.74-1.36,3.12-2.56,4.62-3.57c1.1-0.74,1.17-1.48,0.88-2.71c-0.62-2.58-0.93-5.23-1.42-7.84c-0.34-1.82,0.34-3.05,1.97-3.85c2.16-1.06,4.33-2.11,6.45-3.26c0.67-0.36,1.62-0.98,1.67-1.55c0.2-2.17,0.08-4.36,0.08-7.4c-5.13,2.52-9.76,4.87-14.47,7.06c-2.93,1.36-3.72,3.46-3.35,6.58C19.2,72.82,19.58,78.36,22.11,83.84z M115.75,21.62c1.73,2.2,2.92,3.57,3.95,5.07c0.72,1.05,1.39,1.29,2.68,0.96c2.48-0.63,5.05-0.93,7.58-1.42c2.09-0.4,3.53,0.3,4.44,2.25c0.98,2.11,2,4.2,3.1,6.24c0.35,0.65,1.01,1.53,1.59,1.58c2.1,0.19,4.24,0.08,7.06,0.08c-1.98-4.38-3.88-8.39-5.62-12.48c-1.92-4.51-5-6.52-9.93-5.11c-0.7,0.2-1.5,0.07-2.23,0.21C124.35,19.82,120.33,20.67,115.75,21.62z M177.97,116.07c-1.66,1.33-3,2.58-4.52,3.56c-1.21,0.78-1.33,1.6-1.04,2.91c0.59,2.67,0.96,5.39,1.41,8.08c0.27,1.61-0.38,2.73-1.82,3.45c-2.23,1.11-4.49,2.17-6.66,3.39c-0.69,0.39-1.55,1.15-1.62,1.82c-0.21,2.04-0.08,4.12-0.08,6.44c6.22-1.83,11.95-4.49,17.14-8.3c0.39-0.29,0.73-0.97,0.71-1.46C181.31,129.3,180.79,122.7,177.97,116.07z M178.01,83.9c2.59-6.27,3.18-12.44,3.52-18.68c0.09-1.64-0.41-2.76-1.82-3.45c-4.92-2.4-9.85-4.77-14.79-7.12c-0.38-0.18-0.89-0.1-1.31-0.13c0,1.83,0.12,3.49-0.03,5.14c-0.15,1.71,0.57,2.52,2.09,3.16c2.21,0.93,4.43,1.97,6.4,3.32c0.89,0.61,1.72,2.12,1.66,3.16c-0.17,2.8-0.87,5.56-1.26,8.36c-0.1,0.71-0.06,1.76,0.37,2.16C174.35,81.21,176.06,82.39,178.01,83.9z M36.39,146.22c0-2.61-0.09-4.43,0.03-6.24c0.09-1.42-0.55-2.05-1.77-2.59c-2.2-0.98-4.3-2.18-6.47-3.23c-1.67-0.81-2.28-2.1-1.97-3.87c0.47-2.7,1-5.39,1.41-8.1c0.09-0.63,0.04-1.58-0.35-1.93c-1.59-1.42-3.35-2.66-5.21-4.09c-2.3,5.03-2.67,10.25-3.45,15.42c-0.61,4.05,0.47,6.65,4.25,8.31C27.3,141.84,31.66,144,36.39,146.22z M53.95,163.61c1.72,3.92,3.04,7.77,5.01,11.26c4.63,8.21,2.72,6.78,11.39,6.23c0.5-0.03,1.01-0.02,1.49-0.12c3.94-0.81,7.87-1.65,12.35-2.59c-1.67-2.17-2.72-3.76-4.01-5.11c-0.53-0.56-1.63-0.94-2.4-0.85c-2.88,0.34-5.73,1.08-8.61,1.29c-0.98,0.07-2.44-0.71-2.98-1.55c-1.43-2.22-2.43-4.72-3.72-7.04c-0.35-0.63-1.07-1.41-1.68-1.47C58.74,163.49,56.66,163.61,53.95,163.61z M83.82,22.08c-1.03-0.42-1.82-0.92-2.67-1.06c-5.23-0.87-10.48-1.64-15.71-2.5c-1.85-0.31-3.04,0.46-3.81,2.03c-2.3,4.69-4.59,9.38-6.83,14.09c-0.25,0.53-0.22,1.19-0.32,1.8c1.9,0,3.55-0.07,5.2,0.02c1.53,0.08,2.41-0.44,3.02-1.94c0.91-2.22,1.93-4.46,3.29-6.41c0.67-0.96,2.25-1.85,3.37-1.8c2.8,0.14,5.56,0.87,8.35,1.28c0.65,0.1,1.63,0.16,1.96-0.21C81.1,25.78,82.33,24.02,83.82,22.08z M163.49,133.42c6.68-2.1,7.6-4.15,4.52-9.96c-1.62,0.79-3.28,1.53-4.85,2.42c-0.43,0.25-0.88,1.01-0.82,1.47C162.62,129.38,163.08,131.38,163.49,133.42z M76.63,31.88c-6.58-2.52-8.86-1.42-9.85,4.74c2.25,0.43,4.51,0.85,6.86,1.3C74.66,35.85,75.64,33.87,76.63,31.88z M36.27,66.45c-1.64,0.78-3.26,1.43-4.72,2.33c-0.55,0.34-1.09,1.31-1.03,1.94c0.18,1.94,0.65,3.86,1.06,6.05c2.28-1.13,4.26-2.11,6.27-3.1c-0.39-2.22-0.76-4.33-1.15-6.44C36.68,67.07,36.55,66.94,36.27,66.45z M133.51,163.46c-2.13-0.41-4.07-0.85-6.02-1.11c-0.48-0.07-1.29,0.29-1.53,0.69c-0.95,1.63-1.73,3.36-2.57,5.06C129.73,170.8,131.08,170.2,133.51,163.46z M133.51,36.56c-2.43-6.76-3.55-7.26-10.11-4.66c0.99,1.99,1.97,3.98,2.98,6.01C128.78,37.46,131.04,37.03,133.51,36.56z M36.54,133.52c0.47-2.48,0.89-4.74,1.34-7.16c-2.05-1-4.08-2-6.16-3.02C29.58,131.86,29.56,130.5,36.54,133.52z M163.51,66.58c-0.41,2.03-0.86,4.04-1.18,6.07c-0.07,0.43,0.23,1.18,0.58,1.37c1.71,0.93,3.5,1.72,5.28,2.57C170.76,70.1,170.14,68.79,163.51,66.58z M66.49,163.48c2.64,6.82,3.92,7.39,10.12,4.59c-0.84-1.69-1.61-3.42-2.55-5.04c-0.24-0.41-1.07-0.75-1.57-0.68C70.53,162.62,68.6,163.07,66.49,163.48z'/><path d='M111.9,99.99c0,5.37-6.51,11.88-11.89,11.91c-5.34,0.03-11.87-6.49-11.92-11.89c-0.05-5.36,6.57-11.98,11.89-11.91C105.47,88.18,111.91,94.6,111.9,99.99z M100.09,107.66c3.31-0.1,7.74-4.71,7.57-7.88c-0.16-3.16-4.66-7.49-7.76-7.45c-3.23,0.04-7.74,4.75-7.54,7.88C92.57,103.46,97.02,107.75,100.09,107.66z'/></g></svg>");
	mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'><g><path d='M185.61,66.09c-0.32,7.23-1.26,13.53-3.73,19.56c-0.27,0.66,0.05,1.9,0.55,2.49c2.74,3.24,5.58,6.4,8.46,9.52c1.56,1.69,1.44,3.16-0.06,4.79c-2.71,2.94-5.28,6-8.04,8.89c-1.11,1.16-1.5,2.06-0.79,3.66c3.12,7.09,3.59,14.67,3.65,22.26c0.01,1.13-1.13,2.58-2.14,3.34c-5.45,4.07-11.5,7.06-18.06,8.87c-2.09,0.58-3.32,1.45-3.52,3.71c-0.46,5.28-3.32,8.28-8.67,8.72c-2.21,0.18-3.14,1.33-3.73,3.47c-1.79,6.46-4.81,12.38-8.65,17.9c-1.27,1.83-2.77,2.54-5.04,2.43c-7.35-0.37-14.62-0.96-21.51-3.9c-0.64-0.27-1.89,0.14-2.5,0.65c-3.24,2.74-6.4,5.58-9.52,8.45c-1.58,1.45-3,1.46-4.59,0.01c-3.13-2.87-6.28-5.72-9.53-8.45c-0.63-0.53-1.98-0.85-2.69-0.55c-7.31,3.05-15.02,3.61-22.78,3.73c-1.01,0.01-2.34-0.91-3.02-1.79c-4.43-5.73-7.45-12.21-9.42-19.15c-0.45-1.59-1.14-2.52-2.75-2.63c-6.17-0.4-9.13-3.92-9.65-9.84c-0.13-1.46-1-2.03-2.36-2.41c-6.46-1.82-12.44-4.7-18.04-8.41c-2.26-1.5-3.36-3.23-3.18-6.15c0.45-7.18,1.06-14.27,3.91-21c0.27-0.63-0.17-1.87-0.69-2.48c-2.74-3.24-5.58-6.4-8.46-9.51c-1.5-1.62-1.36-3.01,0.07-4.56c2.76-3.01,5.39-6.13,8.19-9.09c1.02-1.09,1.44-1.9,0.77-3.43c-3.16-7.16-3.66-14.82-3.68-22.5c0-1.01,0.94-2.3,1.81-2.98c5.78-4.53,12.39-7.46,19.39-9.51c1.44-0.42,1.96-1.13,2.31-2.46c2.4-8.89,0.93-7.38,9.95-9.82c1.26-0.34,1.88-0.85,2.27-2.19c1.95-6.76,4.88-13.08,8.94-18.86c1.26-1.79,2.7-2.62,5-2.52c7.44,0.31,14.78,0.96,21.74,3.94c0.58,0.25,1.73-0.13,2.29-0.6c3.3-2.8,6.52-5.69,9.72-8.61c1.51-1.38,2.86-1.4,4.37-0.02c3.13,2.86,6.36,5.63,9.47,8.52c0.97,0.9,1.71,1.18,3.04,0.6c7.26-3.14,14.98-3.8,22.75-3.7c1.16,0.01,2.6,1.34,3.4,2.43c4.05,5.47,6.96,11.55,8.78,18.1c0.51,1.85,1.31,2.89,3.26,3.05c5.49,0.44,8.57,3.4,9.08,8.93c0.18,1.96,1.23,2.77,3.11,3.51c5.25,2.05,10.39,4.41,15.46,6.88C184.42,59.24,187.25,61.94,185.61,66.09z M72.11,42.08c-0.44-0.17-0.8-0.37-1.19-0.46c-8.83-1.94-17.54-1.24-26.1,1.42c-0.81,0.25-1.64,1.36-1.91,2.24c-2.32,7.41-2.98,14.98-1.87,22.68c0.21,1.43,0.59,2.84,0.87,4.14c16.68-2.58,28.79,3.35,36.79,18.05c2.62-5.15,6.4-8.82,11.44-11.47C75.33,70.55,69.42,58.43,72.11,42.08z M78.71,109.87c-6.92,14-21.31,21.25-36.65,18.03c-0.18,0.51-0.44,1.03-0.55,1.58c-1.23,6.02-1.49,12.09-0.26,18.11c2.22,10.84,0.32,8.96,11.22,11.16c6.49,1.31,13.05,1.06,19.65-0.72c-2.78-16.54,3.3-28.68,18.01-36.75C85.05,118.7,81.32,115.03,78.71,109.87z M109.83,121.31c14.92,8.11,20.79,20.33,18.1,36.68c0.63,0.2,1.09,0.39,1.57,0.49c8.67,1.81,17.23,1.16,25.62-1.51c0.87-0.28,1.76-1.47,2.06-2.42c1.9-6.01,2.64-12.2,2.21-18.48c-0.19-2.76-0.77-5.5-1.17-8.19c-16.8,2.7-28.86-3.32-36.88-17.97C118.69,114.96,115.01,118.77,109.83,121.31z M121.32,90.15c8.04-14.78,20.23-20.77,36.58-18.07c0.17-0.3,0.35-0.5,0.41-0.73c2.06-9,1.39-17.87-1.36-26.61c-0.24-0.75-1.26-1.61-2.06-1.78c-4.14-0.9-8.29-1.86-12.49-2.3c-4.88-0.52-9.77-0.08-14.5,1.34c2.71,16.56-3.32,28.7-18.07,36.73C115.07,81.3,118.71,85.06,121.32,90.15z M77.61,39.34c12.86,5.22,19.86,14.79,22.46,28.16c2.33-13.61,9.74-22.92,22.27-28.22c-4.99-11.1-13.3-19.02-22.33-26.62C90.94,20.22,82.73,28.22,77.61,39.34z M67.38,100.04c-13.34-2.61-22.89-9.63-28.07-22.41c-11.1,5.08-19.12,13.35-26.67,22.39c7.65,9.08,15.58,17.4,26.67,22.35C44.49,109.7,53.93,102.53,67.38,100.04z M100.18,132.67c-2.29,5.84-3.32,12.02-7.42,16.95c-4.08,4.91-9.04,8.52-15.04,11.06c0.39,0.89,0.67,1.66,1.04,2.38c4.83,9.46,12.23,16.72,20.27,23.39c0.43,0.36,1.93,0.11,2.42-0.37c5.06-5.03,10.23-9.98,14.92-15.35c2.49-2.85,4.11-6.46,6.25-9.93C109.59,155.36,102.49,145.98,100.18,132.67z M160.67,77.68c-5.15,12.78-14.77,19.76-28.07,22.39c13.53,2.45,22.92,9.66,28.14,22.31c11.16-5.11,19.13-13.42,26.68-22.41C179.65,90.93,171.8,82.55,160.67,77.68z M80.81,99.77c-0.13,10.62,8.27,19.26,18.96,19.48c10.61,0.22,19.32-8.4,19.43-19.25c0.11-10.43-8.42-19.07-18.95-19.18C89.59,80.7,80.95,89.12,80.81,99.77z M102.99,75.89c13.82-1.32,25.03-18.83,20.47-32.23C112.18,46.89,102.79,61.68,102.99,75.89zM156.59,123.39c-0.65-1.33-1.24-2.67-1.94-3.96c-6.57-12.23-18.56-14.39-30.63-16.71C124.83,116.31,143.83,128.37,156.59,123.39zM43.63,76.58c3.5,11.3,16.55,19.62,32.19,20.54C74.76,82.76,56.3,71.98,43.63,76.58z M97.67,75.96c-1.54-5.58-2.77-10.94-4.52-16.13c-2.75-8.18-8.96-12.99-16.6-16.44C72.15,57.67,83.47,74.64,97.67,75.96z M156.77,76.35c-8.27-1.94-15.56-0.32-22.17,4.29c-5.76,4.02-9.41,9.51-10.94,17.15c5.99-1.66,11.33-2.92,16.52-4.65C148.32,90.44,153.14,84.26,156.77,76.35z M123.4,156.54c4.74-13.88-7.11-31.55-21.21-32.39c1.98,6.45,3.36,12.93,5.94,18.88C111.01,149.66,116.73,153.76,123.4,156.54z M76.55,156.47c14.4-6.01,17.96-15.68,20.51-32.41C82.23,125.91,72.27,143.56,76.55,156.47z M43.41,123.58c16.57,4.4,31.96-9.3,32.41-20.91c-7.02,1.5-14.18,2.56-20.4,6.2C49.79,112.17,45.89,117.23,43.41,123.58z M145.77,163.57c-1.92,0-3.5,0.12-5.05-0.03c-1.85-0.18-2.87,0.48-3.55,2.24c-0.77,2.01-1.89,3.88-2.83,5.82c-0.87,1.81-2.25,2.57-4.25,2.19c-2.61-0.49-5.22-1-7.84-1.41c-0.64-0.1-1.6-0.05-1.95,0.34c-1.43,1.58-2.68,3.32-4.07,5.1c0.42,0.26,0.67,0.49,0.96,0.6c5.99,2.28,12.26,2.94,18.61,3.01c0.62,0.01,1.46-0.43,1.83-0.94C141.32,175.43,143.9,169.8,145.77,163.57z M22.11,83.84c1.74-1.36,3.12-2.56,4.62-3.57c1.1-0.74,1.17-1.48,0.88-2.71c-0.62-2.58-0.93-5.23-1.42-7.84c-0.34-1.82,0.34-3.05,1.97-3.85c2.16-1.06,4.33-2.11,6.45-3.26c0.67-0.36,1.62-0.98,1.67-1.55c0.2-2.17,0.08-4.36,0.08-7.4c-5.13,2.52-9.76,4.87-14.47,7.06c-2.93,1.36-3.72,3.46-3.35,6.58C19.2,72.82,19.58,78.36,22.11,83.84z M115.75,21.62c1.73,2.2,2.92,3.57,3.95,5.07c0.72,1.05,1.39,1.29,2.68,0.96c2.48-0.63,5.05-0.93,7.58-1.42c2.09-0.4,3.53,0.3,4.44,2.25c0.98,2.11,2,4.2,3.1,6.24c0.35,0.65,1.01,1.53,1.59,1.58c2.1,0.19,4.24,0.08,7.06,0.08c-1.98-4.38-3.88-8.39-5.62-12.48c-1.92-4.51-5-6.52-9.93-5.11c-0.7,0.2-1.5,0.07-2.23,0.21C124.35,19.82,120.33,20.67,115.75,21.62z M177.97,116.07c-1.66,1.33-3,2.58-4.52,3.56c-1.21,0.78-1.33,1.6-1.04,2.91c0.59,2.67,0.96,5.39,1.41,8.08c0.27,1.61-0.38,2.73-1.82,3.45c-2.23,1.11-4.49,2.17-6.66,3.39c-0.69,0.39-1.55,1.15-1.62,1.82c-0.21,2.04-0.08,4.12-0.08,6.44c6.22-1.83,11.95-4.49,17.14-8.3c0.39-0.29,0.73-0.97,0.71-1.46C181.31,129.3,180.79,122.7,177.97,116.07z M178.01,83.9c2.59-6.27,3.18-12.44,3.52-18.68c0.09-1.64-0.41-2.76-1.82-3.45c-4.92-2.4-9.85-4.77-14.79-7.12c-0.38-0.18-0.89-0.1-1.31-0.13c0,1.83,0.12,3.49-0.03,5.14c-0.15,1.71,0.57,2.52,2.09,3.16c2.21,0.93,4.43,1.97,6.4,3.32c0.89,0.61,1.72,2.12,1.66,3.16c-0.17,2.8-0.87,5.56-1.26,8.36c-0.1,0.71-0.06,1.76,0.37,2.16C174.35,81.21,176.06,82.39,178.01,83.9z M36.39,146.22c0-2.61-0.09-4.43,0.03-6.24c0.09-1.42-0.55-2.05-1.77-2.59c-2.2-0.98-4.3-2.18-6.47-3.23c-1.67-0.81-2.28-2.1-1.97-3.87c0.47-2.7,1-5.39,1.41-8.1c0.09-0.63,0.04-1.58-0.35-1.93c-1.59-1.42-3.35-2.66-5.21-4.09c-2.3,5.03-2.67,10.25-3.45,15.42c-0.61,4.05,0.47,6.65,4.25,8.31C27.3,141.84,31.66,144,36.39,146.22z M53.95,163.61c1.72,3.92,3.04,7.77,5.01,11.26c4.63,8.21,2.72,6.78,11.39,6.23c0.5-0.03,1.01-0.02,1.49-0.12c3.94-0.81,7.87-1.65,12.35-2.59c-1.67-2.17-2.72-3.76-4.01-5.11c-0.53-0.56-1.63-0.94-2.4-0.85c-2.88,0.34-5.73,1.08-8.61,1.29c-0.98,0.07-2.44-0.71-2.98-1.55c-1.43-2.22-2.43-4.72-3.72-7.04c-0.35-0.63-1.07-1.41-1.68-1.47C58.74,163.49,56.66,163.61,53.95,163.61z M83.82,22.08c-1.03-0.42-1.82-0.92-2.67-1.06c-5.23-0.87-10.48-1.64-15.71-2.5c-1.85-0.31-3.04,0.46-3.81,2.03c-2.3,4.69-4.59,9.38-6.83,14.09c-0.25,0.53-0.22,1.19-0.32,1.8c1.9,0,3.55-0.07,5.2,0.02c1.53,0.08,2.41-0.44,3.02-1.94c0.91-2.22,1.93-4.46,3.29-6.41c0.67-0.96,2.25-1.85,3.37-1.8c2.8,0.14,5.56,0.87,8.35,1.28c0.65,0.1,1.63,0.16,1.96-0.21C81.1,25.78,82.33,24.02,83.82,22.08z M163.49,133.42c6.68-2.1,7.6-4.15,4.52-9.96c-1.62,0.79-3.28,1.53-4.85,2.42c-0.43,0.25-0.88,1.01-0.82,1.47C162.62,129.38,163.08,131.38,163.49,133.42z M76.63,31.88c-6.58-2.52-8.86-1.42-9.85,4.74c2.25,0.43,4.51,0.85,6.86,1.3C74.66,35.85,75.64,33.87,76.63,31.88z M36.27,66.45c-1.64,0.78-3.26,1.43-4.72,2.33c-0.55,0.34-1.09,1.31-1.03,1.94c0.18,1.94,0.65,3.86,1.06,6.05c2.28-1.13,4.26-2.11,6.27-3.1c-0.39-2.22-0.76-4.33-1.15-6.44C36.68,67.07,36.55,66.94,36.27,66.45z M133.51,163.46c-2.13-0.41-4.07-0.85-6.02-1.11c-0.48-0.07-1.29,0.29-1.53,0.69c-0.95,1.63-1.73,3.36-2.57,5.06C129.73,170.8,131.08,170.2,133.51,163.46z M133.51,36.56c-2.43-6.76-3.55-7.26-10.11-4.66c0.99,1.99,1.97,3.98,2.98,6.01C128.78,37.46,131.04,37.03,133.51,36.56z M36.54,133.52c0.47-2.48,0.89-4.74,1.34-7.16c-2.05-1-4.08-2-6.16-3.02C29.58,131.86,29.56,130.5,36.54,133.52z M163.51,66.58c-0.41,2.03-0.86,4.04-1.18,6.07c-0.07,0.43,0.23,1.18,0.58,1.37c1.71,0.93,3.5,1.72,5.28,2.57C170.76,70.1,170.14,68.79,163.51,66.58z M66.49,163.48c2.64,6.82,3.92,7.39,10.12,4.59c-0.84-1.69-1.61-3.42-2.55-5.04c-0.24-0.41-1.07-0.75-1.57-0.68C70.53,162.62,68.6,163.07,66.49,163.48z'/><path d='M111.9,99.99c0,5.37-6.51,11.88-11.89,11.91c-5.34,0.03-11.87-6.49-11.92-11.89c-0.05-5.36,6.57-11.98,11.89-11.91C105.47,88.18,111.91,94.6,111.9,99.99z M100.09,107.66c3.31-0.1,7.74-4.71,7.57-7.88c-0.16-3.16-4.66-7.49-7.76-7.45c-3.23,0.04-7.74,4.75-7.54,7.88C92.57,103.46,97.02,107.75,100.09,107.66z'/></g></svg>");
	-webkit-mask-position: center center;
	mask-position: center center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
	background: var(--primary-color);
	z-index: 0;
	animation: yoga-rotate 20s infinite linear;
	opacity: 0;
	visibility: hidden;
}

@keyframes yoga-rotate {
	from {
		transform: translate(-50%, -50%) rotate(0deg);
	}
	to {
		transform: translate(-50%, -50%) rotate(359deg);
	}
}

.corporaze-our-services-section.service-style-4 .corporaze-our-services-section-wrapper .corporaze-service-single:hover {
	border: 1.5px solid #979797;
	box-shadow: 0pc 0.3125pc 1.25pc 0px rgba(69, 67, 96, 0.1);
}

.yoga-layout .corporaze-our-services-section.service-style-4 .corporaze-our-services-section-wrapper .corporaze-service-single:hover::after {
	opacity: 0.1;
	visibility: visible;
}

.corporaze-our-services-section.service-style-4 .corporaze-our-services-section-wrapper .corporaze-service-single:focus-within {
	border: 1.5px solid #979797;
	box-shadow: 0pc 0.3125pc 1.25pc 0px rgba(69, 67, 96, 0.1);
}

.yoga-layout .corporaze-our-services-section.service-style-4 .corporaze-our-services-section-wrapper .corporaze-service-single:focus-within::after {
	opacity: 0.1;
	visibility: visible;
}

/* corporaze services section CSS end
--------------------------------------------- */
/* Contact section CSS start
--------------------------------------------- */
.corporaze-contact-section.contact-style-1 {
	position: relative;
}

.corporaze-contact-section.contact-style-1 .contact-main-wrapper {
	display: grid;
	grid-gap: 30px;
	left: 0;
	min-height: 490px;
	padding: 65px 70px 65px 60px;
	grid-template-columns: 1fr 1fr;
}

@media (max-width: 768px) {
	.corporaze-contact-section.contact-style-1 .contact-main-wrapper {
		padding: 20px;
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
}

@media (max-width: 480px) {
	.corporaze-contact-section.contact-style-1 .contact-main-wrapper {
		padding: 0;
	}
}

.corporaze-contact-section.contact-style-1 .contact-main-wrapper .contact-section-img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 0;
}

.corporaze-contact-section.contact-style-1 .contact-main-wrapper .contact-section-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.corporaze-contact-section.contact-style-1 .contact-main-wrapper .contact-section-img::after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.7;
	z-index: 0;
}

.corporaze-contact-section.contact-style-1 .contact-main-wrapper .contact-header-wrap {
	position: relative;
	z-index: 1;
	text-align: start;
	align-self: center;
	color: var(--color-text-white);
}

@media (min-width: 769px) {
	.corporaze-contact-section.contact-style-1 .contact-main-wrapper .contact-header-wrap {
		order: 1;
	}
}

.business-layout .corporaze-contact-section.contact-style-1 .contact-main-wrapper .contact-header-wrap .section-title::after {
	inset-inline-start: 0;
	transform: translateX(0);
	background-color: #fff;
}

.pets-layout .corporaze-contact-section.contact-style-1 .contact-main-wrapper .contact-header-wrap .section-title::after,
.yoga-layout .corporaze-contact-section.contact-style-1 .contact-main-wrapper .contact-header-wrap .section-title::after {
	inset-inline-start: 0;
	transform: translate(0, -50%);
	background-color: #fff;
}

.corporaze-contact-section.contact-style-1 .contact-main-wrapper .Contact-address-wrap {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	gap: 30px;
}

@media (min-width: 769px) {
	.corporaze-contact-section.contact-style-1 .contact-main-wrapper .Contact-address-wrap {
		order: 3;
	}
}

.corporaze-contact-section.contact-style-1 .contact-main-wrapper .Contact-address-wrap .contact-address {
	padding: 20px;
	background-color: #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	transition: .3s;
}

.corporaze-contact-section.contact-style-1 .contact-main-wrapper .Contact-address-wrap .contact-address .contact-address-inner {
	display: flex;
	align-items: flex-start;
	gap: 15px;
}

@media (max-width: 480px) {
	.corporaze-contact-section.contact-style-1 .contact-main-wrapper .Contact-address-wrap .contact-address .contact-address-inner {
		flex-direction: column;
	}
}

.corporaze-contact-section.contact-style-1 .contact-main-wrapper .Contact-address-wrap .contact-address .contact-address-inner .icon {
	font-size: 40px;
	color: var(--primary-color);
}

.corporaze-contact-section.contact-style-1 .contact-main-wrapper .Contact-address-wrap .contact-address .contact-address-inner .inner .title {
	font-size: 18px;
	font-weight: 700;
	margin: 0;
}

.corporaze-contact-section.contact-style-1 .contact-main-wrapper .Contact-address-wrap .contact-address .contact-address-inner .inner p {
	margin-bottom: 0;
	margin-top: 5px;
	font-size: 16px;
	font-weight: 400;
}

.corporaze-contact-section.contact-style-1 .contact-main-wrapper .Contact-address-wrap .contact-address .contact-address-inner .inner p a {
	text-decoration: none;
	color: var(--color-text-main);
}

.corporaze-contact-section.contact-style-1 .contact-main-wrapper .Contact-address-wrap .contact-address .contact-address-inner .inner p a:hover {
	color: var(--primary-color);
}

.corporaze-contact-section.contact-style-1 .contact-main-wrapper .Contact-address-wrap .contact-address .contact-address-inner .inner p a:focus {
	color: var(--primary-color);
}

.corporaze-contact-section.contact-style-1 .contact-main-wrapper .contact-form-wrap {
	position: relative;
	z-index: 1;
}

@media (min-width: 769px) {
	.corporaze-contact-section.contact-style-1 .contact-main-wrapper .contact-form-wrap {
		order: 2;
		grid-row: span 2;
	}
}

.corporaze-contact-section.contact-style-1 .contact-main-wrapper .contact-form-wrap label {
	color: var(--color-text-white);
}

.corporaze-contact-section.contact-style-1 .contact-main-wrapper .contact-form-wrap label input,
.corporaze-contact-section.contact-style-1 .contact-main-wrapper .contact-form-wrap label textarea {
	width: 100%;
}

.corporaze-contact-section.contact-style-1 .contact-main-wrapper .contact-form-wrap .wpcf7 form .wpcf7-response-output {
	background-color: #00a0d2;
}

.corporaze-contact-section.contact-style-1 .contact-main-wrapper .contact-form-wrap .wpcf7 form.sent .wpcf7-response-output {
	background-color: #46b450;
}

.corporaze-contact-section.contact-style-1 .contact-main-wrapper .contact-form-wrap .wpcf7 form.failed .wpcf7-response-output,
.corporaze-contact-section.contact-style-1 .contact-main-wrapper .contact-form-wrap .wpcf7 form.aborted .wpcf7-response-output {
	background-color: #dc3232;
}

.corporaze-contact-section.contact-style-1 .contact-main-wrapper .contact-form-wrap .wpcf7 form.spam .wpcf7-response-output {
	background-color: #f56e28;
}

.corporaze-contact-section.contact-style-1 .contact-main-wrapper .contact-form-wrap .wpcf7 form.invalid .wpcf7-response-output,
.corporaze-contact-section.contact-style-1 .contact-main-wrapper .contact-form-wrap .wpcf7 form.unaccepted .wpcf7-response-output,
.corporaze-contact-section.contact-style-1 .contact-main-wrapper .contact-form-wrap .wpcf7 form.payment-required .wpcf7-response-output {
	background-color: #ffb900;
}

.corporaze-contact-section.contact-style-2 {
	position: relative;
}

.corporaze-contact-section.contact-style-2 .contact-section-img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 0;
}

.corporaze-contact-section.contact-style-2 .contact-section-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.corporaze-contact-section.contact-style-2 .contact-main-wrapper {
	position: relative;
	z-index: 1;
	display: grid;
	grid-column-gap: 30px;
	background: #fff;
	box-shadow: 0 30px 50px 0 rgba(10, 0, 58, 0.8);
	left: 0;
	min-height: 490px;
	padding: 65px 70px 65px 60px;
	max-width: 870px;
	grid-template-columns: 1fr 1fr;
}

@media (max-width: 767px) {
	.corporaze-contact-section.contact-style-2 .contact-main-wrapper {
		grid-template-columns: 1fr;
		grid-gap: 20px;
	}
}

@media (max-width: 480px) {
	.corporaze-contact-section.contact-style-2 .contact-main-wrapper {
		padding: 20px;
	}
}

.corporaze-contact-section.contact-style-2 .contact-main-wrapper .contact-header-wrap {
	text-align: start;
	align-self: center;
}

@media (min-width: 768px) {
	.corporaze-contact-section.contact-style-2 .contact-main-wrapper .contact-header-wrap {
		order: 1;
	}
}

.business-layout .corporaze-contact-section.contact-style-2 .contact-main-wrapper .contact-header-wrap .section-title::after {
	inset-inline-start: 0;
	transform: translateX(0);
}

.pets-layout .corporaze-contact-section.contact-style-2 .contact-main-wrapper .contact-header-wrap .section-title::after,
.yoga-layout .corporaze-contact-section.contact-style-2 .contact-main-wrapper .contact-header-wrap .section-title::after {
	inset-inline-start: 0;
	transform: translate(0, -50%);
}

@media (min-width: 768px) {
	.corporaze-contact-section.contact-style-2 .contact-main-wrapper .Contact-address-wrap {
		order: 3;
		display: flex;
		flex-direction: column;
		gap: 20px;
	}
}

@media (max-width: 767px) {
	.corporaze-contact-section.contact-style-2 .contact-main-wrapper .Contact-address-wrap {
		display: grid;
		grid-gap: 30px;
		grid-template-columns: var(--small-column-grid);
	}
}

.corporaze-contact-section.contact-style-2 .contact-main-wrapper .Contact-address-wrap .contact-address .icon {
	display: none;
}

.corporaze-contact-section.contact-style-2 .contact-main-wrapper .Contact-address-wrap .contact-address .inner .title {
	font-size: 18px;
	font-weight: 700;
	margin: 0;
}

.corporaze-contact-section.contact-style-2 .contact-main-wrapper .Contact-address-wrap .contact-address .inner p {
	margin-bottom: 0;
	margin-top: 5px;
	font-size: 16px;
	font-weight: 400;
}

.corporaze-contact-section.contact-style-2 .contact-main-wrapper .Contact-address-wrap .contact-address .inner p a {
	text-decoration: none;
	color: var(--color-text-main);
}

.corporaze-contact-section.contact-style-2 .contact-main-wrapper .Contact-address-wrap .contact-address .inner p a:hover {
	color: var(--primary-color);
}

.corporaze-contact-section.contact-style-2 .contact-main-wrapper .Contact-address-wrap .contact-address .inner p a:focus {
	color: var(--primary-color);
}

@media (min-width: 768px) {
	.corporaze-contact-section.contact-style-2 .contact-main-wrapper .contact-form-wrap {
		order: 2;
		grid-row: span 2;
	}
}

.corporaze-contact-section.contact-style-2 .contact-main-wrapper .contact-form-wrap label input,
.corporaze-contact-section.contact-style-2 .contact-main-wrapper .contact-form-wrap label textarea {
	width: 100%;
}

.corporaze-contact-section.contact-style-3 {
	position: relative;
}

.corporaze-contact-section.contact-style-3 .contact-section-img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 0;
}

.corporaze-contact-section.contact-style-3 .contact-section-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.corporaze-contact-section.contact-style-3 .contact-section-img::after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.7;
	z-index: 0;
}

.corporaze-contact-section.contact-style-3 .contact-main-wrapper {
	position: relative;
	z-index: 1;
	display: grid;
	grid-column-gap: 30px;
	left: 0;
	min-height: 490px;
	padding: 65px 70px 65px 60px;
	grid-template-columns: 1fr 1fr;
}

@media (max-width: 768px) {
	.corporaze-contact-section.contact-style-3 .contact-main-wrapper {
		padding: 40px;
	}
}

@media (max-width: 767px) {
	.corporaze-contact-section.contact-style-3 .contact-main-wrapper {
		grid-template-columns: 1fr;
		grid-gap: 20px;
	}
}

@media (max-width: 480px) {
	.corporaze-contact-section.contact-style-3 .contact-main-wrapper {
		padding: 0px;
	}
}

.corporaze-contact-section.contact-style-3 .contact-main-wrapper .contact-header-wrap {
	text-align: start;
	align-self: center;
	color: var(--color-text-white);
}

@media (min-width: 768px) {
	.corporaze-contact-section.contact-style-3 .contact-main-wrapper .contact-header-wrap {
		order: 1;
	}
}

.business-layout .corporaze-contact-section.contact-style-3 .contact-main-wrapper .contact-header-wrap .section-title::after {
	inset-inline-start: 0;
	transform: translateX(0);
	background-color: #fff;
}

.pets-layout .corporaze-contact-section.contact-style-3 .contact-main-wrapper .contact-header-wrap .section-title::after,
.yoga-layout .corporaze-contact-section.contact-style-3 .contact-main-wrapper .contact-header-wrap .section-title::after {
	inset-inline-start: 0;
	transform: translate(0, -50%);
	background-color: #fff;
}

.corporaze-contact-section.contact-style-3 .contact-main-wrapper .Contact-address-wrap {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

@media (min-width: 768px) {
	.corporaze-contact-section.contact-style-3 .contact-main-wrapper .Contact-address-wrap {
		order: 3;
	}
}

.corporaze-contact-section.contact-style-3 .contact-main-wrapper .Contact-address-wrap .contact-address .contact-address-inner {
	color: var(--color-text-white);
	display: flex;
	align-items: flex-start;
	gap: 15px;
}

.corporaze-contact-section.contact-style-3 .contact-main-wrapper .Contact-address-wrap .contact-address .contact-address-inner .icon {
	font-size: 40px;
	color: var(--primary-color);
}

.corporaze-contact-section.contact-style-3 .contact-main-wrapper .Contact-address-wrap .contact-address .contact-address-inner .inner .title {
	font-size: 18px;
	font-weight: 700;
	margin: 0;
}

.corporaze-contact-section.contact-style-3 .contact-main-wrapper .Contact-address-wrap .contact-address .contact-address-inner .inner p {
	margin-bottom: 0;
	margin-top: 5px;
	font-size: 16px;
	font-weight: 400;
}

.corporaze-contact-section.contact-style-3 .contact-main-wrapper .Contact-address-wrap .contact-address .contact-address-inner .inner p a {
	text-decoration: none;
	color: var(--color-text-white);
}

.corporaze-contact-section.contact-style-3 .contact-main-wrapper .Contact-address-wrap .contact-address .contact-address-inner .inner p a:hover {
	color: var(--primary-color);
}

.corporaze-contact-section.contact-style-3 .contact-main-wrapper .Contact-address-wrap .contact-address .contact-address-inner .inner p a:focus {
	color: var(--primary-color);
}

@media (min-width: 768px) {
	.corporaze-contact-section.contact-style-3 .contact-main-wrapper .contact-form-wrap {
		order: 2;
		grid-row: span 2;
	}
}

.corporaze-contact-section.contact-style-3 .contact-main-wrapper .contact-form-wrap label {
	color: var(--color-text-white);
}

.corporaze-contact-section.contact-style-3 .contact-main-wrapper .contact-form-wrap label input,
.corporaze-contact-section.contact-style-3 .contact-main-wrapper .contact-form-wrap label textarea {
	width: 100%;
}

.corporaze-contact-section.contact-style-3 .contact-main-wrapper .contact-form-wrap input[type="submit"] {
	background-color: var(--primary-color);
}

.corporaze-contact-section.contact-style-3 .contact-main-wrapper .contact-form-wrap input[type="submit"]:focus, .corporaze-contact-section.contact-style-3 .contact-main-wrapper .contact-form-wrap input[type="submit"]:hover {
	background-color: var(--color-text-main);
}

.corporaze-contact-section.contact-style-3 .contact-main-wrapper .contact-form-wrap .wpcf7 form .wpcf7-response-output {
	background-color: #00a0d2;
}

.corporaze-contact-section.contact-style-3 .contact-main-wrapper .contact-form-wrap .wpcf7 form.sent .wpcf7-response-output {
	background-color: #46b450;
}

.corporaze-contact-section.contact-style-3 .contact-main-wrapper .contact-form-wrap .wpcf7 form.failed .wpcf7-response-output,
.corporaze-contact-section.contact-style-3 .contact-main-wrapper .contact-form-wrap .wpcf7 form.aborted .wpcf7-response-output {
	background-color: #dc3232;
}

.corporaze-contact-section.contact-style-3 .contact-main-wrapper .contact-form-wrap .wpcf7 form.spam .wpcf7-response-output {
	background-color: #f56e28;
}

.corporaze-contact-section.contact-style-3 .contact-main-wrapper .contact-form-wrap .wpcf7 form.invalid .wpcf7-response-output,
.corporaze-contact-section.contact-style-3 .contact-main-wrapper .contact-form-wrap .wpcf7 form.unaccepted .wpcf7-response-output,
.corporaze-contact-section.contact-style-3 .contact-main-wrapper .contact-form-wrap .wpcf7 form.payment-required .wpcf7-response-output {
	background-color: #ffb900;
}

.corporaze-contact-section.contact-style-4 .contact-main-wrapper {
	display: grid;
	grid-gap: 50px;
	grid-template-columns: 1fr 1fr;
}

@media (max-width: 767px) {
	.corporaze-contact-section.contact-style-4 .contact-main-wrapper {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 480px) {
	.corporaze-contact-section.contact-style-4 .contact-main-wrapper {
		grid-gap: 30px;
	}
}

.corporaze-contact-section.contact-style-4 .contact-main-wrapper .contact-section-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.corporaze-contact-section.contact-style-4 .contact-main-wrapper .contact-header-wrap {
	position: relative;
	z-index: 1;
	grid-column: span 2;
}

@media (max-width: 767px) {
	.corporaze-contact-section.contact-style-4 .contact-main-wrapper .contact-header-wrap {
		grid-column: span 1;
	}
}

.corporaze-contact-section.contact-style-4 .contact-main-wrapper .Contact-address-wrap {
	position: relative;
	z-index: 1;
	display: grid;
	grid-gap: 30px;
	grid-column: span 2;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 1025px) {
	.corporaze-contact-section.contact-style-4 .contact-main-wrapper .Contact-address-wrap {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.corporaze-contact-section.contact-style-4 .contact-main-wrapper .Contact-address-wrap {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.corporaze-contact-section.contact-style-4 .contact-main-wrapper .Contact-address-wrap {
		grid-column: span 1;
	}
}

.corporaze-contact-section.contact-style-4 .contact-main-wrapper .Contact-address-wrap .contact-address {
	padding: 40px 40px 50px;
	background-color: #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	text-align: center;
	border: 1.5px solid #e9e9e9;
	transition: .3s;
}

@media (min-width: 768px) {
	.corporaze-contact-section.contact-style-4 .contact-main-wrapper .Contact-address-wrap .contact-address:hover {
		position: relative;
		z-index: 1;
		transform: translateY(-5px);
	}
	.corporaze-contact-section.contact-style-4 .contact-main-wrapper .Contact-address-wrap .contact-address:focus-within {
		position: relative;
		z-index: 1;
		transform: translateY(-5px);
	}
}

@media (max-width: 1025px) and (min-width: 767px) {
	.corporaze-contact-section.contact-style-4 .contact-main-wrapper .Contact-address-wrap .contact-address {
		padding: 20px 10px;
	}
}

@media (max-width: 767px) {
	.corporaze-contact-section.contact-style-4 .contact-main-wrapper .Contact-address-wrap .contact-address {
		padding: 40px 40px 50px;
	}
}

.corporaze-contact-section.contact-style-4 .contact-main-wrapper .Contact-address-wrap .contact-address .contact-address-inner .icon {
	color: var(--primary-color);
	border-radius: 100%;
	font-size: 40px;
	display: inline-block;
	margin-bottom: 17px;
	line-height: 6px;
}

.corporaze-contact-section.contact-style-4 .contact-main-wrapper .Contact-address-wrap .contact-address .contact-address-inner .inner .title {
	font-size: 18px;
	font-weight: 700;
	margin: 0 0 20px;
}

.corporaze-contact-section.contact-style-4 .contact-main-wrapper .Contact-address-wrap .contact-address .contact-address-inner .inner p {
	font-size: 18px;
	margin-top: 5px;
	margin-bottom: 0;
}

.corporaze-contact-section.contact-style-4 .contact-main-wrapper .Contact-address-wrap .contact-address .contact-address-inner .inner p a {
	text-decoration: none;
	color: var(--color-text-main);
}

.corporaze-contact-section.contact-style-4 .contact-main-wrapper .contact-form-wrap {
	position: relative;
	z-index: 1;
}

.corporaze-contact-section.contact-style-4 .contact-main-wrapper .contact-form-wrap label input,
.corporaze-contact-section.contact-style-4 .contact-main-wrapper .contact-form-wrap label textarea {
	width: 100%;
}

/* Contact section CSS end
--------------------------------------------- */
/* Gallery CSS start
--------------------------------------------- */
.corporaze-gallery-section .corporaze-button {
	margin-top: 30px;
	text-align: center;
}

.corporaze-gallery-section.gallery-style-1 .corporaze-gallery-slider .corporaze-gallery-single-wrap {
	transition: all 0.3s ease;
}

.corporaze-gallery-section.gallery-style-1 .corporaze-gallery-slider .corporaze-gallery-single-wrap .corporaze-gallery-single {
	position: relative;
	min-height: 320px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	overflow: hidden;
	transition: all 0.3s ease;
}

.corporaze-gallery-section.gallery-style-1 .corporaze-gallery-slider .corporaze-gallery-single-wrap .corporaze-gallery-single .corporaze-gallery-img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 0;
}

.corporaze-gallery-section.gallery-style-1 .corporaze-gallery-slider .corporaze-gallery-single-wrap .corporaze-gallery-single .corporaze-gallery-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.corporaze-gallery-section.gallery-style-1 .corporaze-gallery-slider .corporaze-gallery-single-wrap .corporaze-gallery-single .corporaze-gallery-detail {
	max-width: 80%;
	padding: 20px 15px;
	color: var(--color-text-main);
	text-align: start;
	transition: all 0.3s ease;
	background-color: var(--background-color-white);
}

@media (min-width: 992px) {
	.corporaze-gallery-section.gallery-style-1 .corporaze-gallery-slider .corporaze-gallery-single-wrap .corporaze-gallery-single .corporaze-gallery-detail {
		-webkit-clip-path: inset(0 100% 0 0);
		clip-path: inset(0 100% 0 0);
		transition: -webkit-clip-path .5s ease;
		transition: clip-path .5s ease;
		transition: clip-path .5s ease, -webkit-clip-path .5s ease;
	}
}

.corporaze-gallery-section.gallery-style-1 .corporaze-gallery-slider .corporaze-gallery-single-wrap .corporaze-gallery-single .corporaze-gallery-detail > * {
	position: relative;
}

.corporaze-gallery-section.gallery-style-1 .corporaze-gallery-slider .corporaze-gallery-single-wrap .corporaze-gallery-single .corporaze-gallery-detail .corporaze-gallery-title {
	font-size: var(--body-big-text-font-size);
	margin: 0;
	opacity: 0;
	transform: translateX(40px);
	transition: opacity .4s ease-out, transform .6s ease-out .1s;
}

.corporaze-gallery-section.gallery-style-1 .corporaze-gallery-slider .corporaze-gallery-single-wrap .corporaze-gallery-single .corporaze-gallery-detail .corporaze-gallery-title a {
	color: var(--color-text-main);
	text-decoration: none;
}

.corporaze-gallery-section.gallery-style-1 .corporaze-gallery-slider .corporaze-gallery-single-wrap .corporaze-gallery-single .corporaze-gallery-detail .corporaze-gallery-title a:focus, .corporaze-gallery-section.gallery-style-1 .corporaze-gallery-slider .corporaze-gallery-single-wrap .corporaze-gallery-single .corporaze-gallery-detail .corporaze-gallery-title a:hover {
	color: var(--primary-color);
}

.corporaze-gallery-section.gallery-style-1 .corporaze-gallery-slider .corporaze-gallery-single-wrap .corporaze-gallery-single .corporaze-gallery-detail .corporaze-content {
	margin-bottom: 0;
	margin-top: 10px;
	opacity: 0;
	transform: translateX(40px);
	transition: opacity .4s ease-out, transform .6s ease-out .1s;
}

.corporaze-gallery-section.gallery-style-1 .corporaze-gallery-slider .corporaze-gallery-single-wrap:focus-within .corporaze-gallery-single .corporaze-gallery-detail, .corporaze-gallery-section.gallery-style-1 .corporaze-gallery-slider .corporaze-gallery-single-wrap:hover .corporaze-gallery-single .corporaze-gallery-detail {
	-webkit-clip-path: inset(0 0 0 0);
	clip-path: inset(0 0 0 0);
}

.corporaze-gallery-section.gallery-style-1 .corporaze-gallery-slider .corporaze-gallery-single-wrap:focus-within .corporaze-gallery-single .corporaze-gallery-detail .corporaze-gallery-title, .corporaze-gallery-section.gallery-style-1 .corporaze-gallery-slider .corporaze-gallery-single-wrap:hover .corporaze-gallery-single .corporaze-gallery-detail .corporaze-gallery-title {
	opacity: 1;
	transform: translateX(0);
}

.corporaze-gallery-section.gallery-style-1 .corporaze-gallery-slider .corporaze-gallery-single-wrap:focus-within .corporaze-gallery-single .corporaze-gallery-detail .corporaze-content, .corporaze-gallery-section.gallery-style-1 .corporaze-gallery-slider .corporaze-gallery-single-wrap:hover .corporaze-gallery-single .corporaze-gallery-detail .corporaze-content {
	opacity: 1;
	transform: translateX(0);
}

.corporaze-gallery-section.gallery-style-2 .corporaze-gallery-slider {
	display: grid;
	grid-gap: 10px;
	grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}

@media (max-width: 1024px) {
	.corporaze-gallery-section.gallery-style-2 .corporaze-gallery-slider {
		grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
	}
}

@media (max-width: 480px) {
	.corporaze-gallery-section.gallery-style-2 .corporaze-gallery-slider {
		grid-template-columns: repeat(1, minmax(0, 1fr));
		grid-gap: 30px;
	}
}

.corporaze-gallery-section.gallery-style-2 .corporaze-gallery-slider .corporaze-gallery-single-wrap {
	transition: all 0.3s ease;
}

.corporaze-gallery-section.gallery-style-2 .corporaze-gallery-slider .corporaze-gallery-single-wrap .corporaze-gallery-single {
	position: relative;
	min-height: 320px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	overflow: hidden;
	transition: all 0.3s ease;
}

.corporaze-gallery-section.gallery-style-2 .corporaze-gallery-slider .corporaze-gallery-single-wrap .corporaze-gallery-single .corporaze-gallery-img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 0;
}

.corporaze-gallery-section.gallery-style-2 .corporaze-gallery-slider .corporaze-gallery-single-wrap .corporaze-gallery-single .corporaze-gallery-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.corporaze-gallery-section.gallery-style-2 .corporaze-gallery-slider .corporaze-gallery-single-wrap .corporaze-gallery-single .corporaze-gallery-detail {
	max-width: 80%;
	padding: 20px 15px;
	color: var(--color-text-main);
	text-align: start;
	transition: all 0.3s ease;
	background-color: var(--background-color-white);
}

@media (min-width: 992px) {
	.corporaze-gallery-section.gallery-style-2 .corporaze-gallery-slider .corporaze-gallery-single-wrap .corporaze-gallery-single .corporaze-gallery-detail {
		-webkit-clip-path: inset(0 100% 0 0);
		clip-path: inset(0 100% 0 0);
		transition: -webkit-clip-path .5s ease;
		transition: clip-path .5s ease;
		transition: clip-path .5s ease, -webkit-clip-path .5s ease;
	}
}

.corporaze-gallery-section.gallery-style-2 .corporaze-gallery-slider .corporaze-gallery-single-wrap .corporaze-gallery-single .corporaze-gallery-detail > * {
	position: relative;
}

.corporaze-gallery-section.gallery-style-2 .corporaze-gallery-slider .corporaze-gallery-single-wrap .corporaze-gallery-single .corporaze-gallery-detail .corporaze-gallery-title {
	font-size: var(--body-big-text-font-size);
	margin: 0;
	opacity: 0;
	transform: translateX(40px);
	transition: opacity .4s ease-out, transform .6s ease-out .1s;
}

.corporaze-gallery-section.gallery-style-2 .corporaze-gallery-slider .corporaze-gallery-single-wrap .corporaze-gallery-single .corporaze-gallery-detail .corporaze-gallery-title a {
	color: var(--color-text-main);
	text-decoration: none;
}

.corporaze-gallery-section.gallery-style-2 .corporaze-gallery-slider .corporaze-gallery-single-wrap .corporaze-gallery-single .corporaze-gallery-detail .corporaze-gallery-title a:focus, .corporaze-gallery-section.gallery-style-2 .corporaze-gallery-slider .corporaze-gallery-single-wrap .corporaze-gallery-single .corporaze-gallery-detail .corporaze-gallery-title a:hover {
	color: var(--primary-color);
}

.corporaze-gallery-section.gallery-style-2 .corporaze-gallery-slider .corporaze-gallery-single-wrap .corporaze-gallery-single .corporaze-gallery-detail .corporaze-content {
	margin-bottom: 0;
	margin-top: 10px;
	opacity: 0;
	transform: translateX(40px);
	transition: opacity .4s ease-out, transform .6s ease-out .1s;
}

.corporaze-gallery-section.gallery-style-2 .corporaze-gallery-slider .corporaze-gallery-single-wrap:focus-within .corporaze-gallery-single .corporaze-gallery-detail, .corporaze-gallery-section.gallery-style-2 .corporaze-gallery-slider .corporaze-gallery-single-wrap:hover .corporaze-gallery-single .corporaze-gallery-detail {
	-webkit-clip-path: inset(0 0 0 0);
	clip-path: inset(0 0 0 0);
}

.corporaze-gallery-section.gallery-style-2 .corporaze-gallery-slider .corporaze-gallery-single-wrap:focus-within .corporaze-gallery-single .corporaze-gallery-detail .corporaze-gallery-title, .corporaze-gallery-section.gallery-style-2 .corporaze-gallery-slider .corporaze-gallery-single-wrap:hover .corporaze-gallery-single .corporaze-gallery-detail .corporaze-gallery-title {
	opacity: 1;
	transform: translateX(0);
}

.corporaze-gallery-section.gallery-style-2 .corporaze-gallery-slider .corporaze-gallery-single-wrap:focus-within .corporaze-gallery-single .corporaze-gallery-detail .corporaze-content, .corporaze-gallery-section.gallery-style-2 .corporaze-gallery-slider .corporaze-gallery-single-wrap:hover .corporaze-gallery-single .corporaze-gallery-detail .corporaze-content {
	opacity: 1;
	transform: translateX(0);
}

/* Gallery CSS end
--------------------------------------------- */
/* Pricing table CSS start
--------------------------------------------- */
.corporaze-pricing-table .corporaze-pricing-table-wrapper {
	display: grid;
	gap: 30px;
	grid-template-columns: var(--main-column-grid);
}

.corporaze-pricing-table .corporaze-pricing-table-wrapper .pricing-table-single {
	text-align: center;
}

.corporaze-pricing-table .corporaze-pricing-table-wrapper .pricing-table-single .pricing-header h3 {
	font-size: var(--font-size-md);
	margin: 0;
}

.corporaze-pricing-table .corporaze-pricing-table-wrapper .pricing-table-single .priging-img img {
	width: 150px;
	height: 150px;
	object-fit: cover;
}

.corporaze-pricing-table .corporaze-pricing-table-wrapper .pricing-table-single .pricing-details-list ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.corporaze-pricing-table .corporaze-pricing-table-wrapper .pricing-table-single .pricing-price .price {
	font-size: var(--font-size-lg);
	margin: 0;
	line-height: 1;
	margin-bottom: 10px;
}

.corporaze-pricing-table.pricing-table-style-1 .corporaze-pricing-table-wrapper .pricing-table-single {
	position: relative;
	padding: 20px 30px;
	background-color: var(--background-color-white);
	display: flex;
	flex-direction: column;
	gap: 20px;
	justify-content: space-between;
}

.corporaze-pricing-table.pricing-table-style-1 .corporaze-pricing-table-wrapper .pricing-table-single .pricing-badge {
	position: absolute;
	right: 0;
	top: 0;
	width: 200px;
	Height: 100px;
	overflow: hidden;
}

.corporaze-pricing-table.pricing-table-style-1 .corporaze-pricing-table-wrapper .pricing-table-single .pricing-badge span {
	z-index: 10;
	width: 200px;
	padding: 0 20px;
	font-size: var(--font-size-xs);
	line-height: 33px;
	text-align: center;
	color: #fff;
	letter-spacing: 0.5px;
	background-color: var(--primary-color);
	box-shadow: 0px 2px 5px -3px #888;
	transform: rotate(35deg);
	position: absolute;
	right: -47px;
	top: 23px;
	box-sizing: border-box;
}

.corporaze-pricing-table.pricing-table-style-1 .corporaze-pricing-table-wrapper .pricing-table-single .pricing-details-list ul {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.corporaze-pricing-table.pricing-table-style-1 .corporaze-pricing-table-wrapper .pricing-table-single .pricing-price {
	padding-top: 20px;
	border-top: 1px solid #d3d3d3;
}

.corporaze-pricing-table.pricing-table-style-1 .corporaze-pricing-table-wrapper .pricing-table-single .pricing-price span {
	text-transform: uppercase;
	opacity: 0.7;
}

.corporaze-pricing-table.pricing-table-style-1 .corporaze-pricing-table-wrapper .pricing-table-single .pricing-button {
	margin-bottom: 20px;
}

.corporaze-pricing-table.pricing-table-style-2 .corporaze-pricing-table-wrapper .pricing-table-single {
	position: relative;
	padding: 20px 0;
	padding-top: 30px;
	background-color: var(--background-color-white);
	display: flex;
	flex-direction: column;
	gap: 20px;
	justify-content: space-between;
	border: 1px solid #d3d3d3;
}

.corporaze-pricing-table.pricing-table-style-2 .corporaze-pricing-table-wrapper .pricing-table-single .pricing-badge {
	order: 1;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%, -50%);
}

.corporaze-pricing-table.pricing-table-style-2 .corporaze-pricing-table-wrapper .pricing-table-single .pricing-badge span {
	font-size: var(--font-size-sm);
	text-align: center;
	color: var(--color-text-white);
	background-color: var(--primary-color);
	display: inline-block;
	padding: 5px 25px;
	border-radius: 10px;
}

.corporaze-pricing-table.pricing-table-style-2 .corporaze-pricing-table-wrapper .pricing-table-single .pricing-header {
	order: 4;
}

.corporaze-pricing-table.pricing-table-style-2 .corporaze-pricing-table-wrapper .pricing-table-single .priging-img {
	order: 2;
}

.corporaze-pricing-table.pricing-table-style-2 .corporaze-pricing-table-wrapper .pricing-table-single .pricing-details-list {
	order: 5;
}

.corporaze-pricing-table.pricing-table-style-2 .corporaze-pricing-table-wrapper .pricing-table-single .pricing-details-list ul {
	display: flex;
	flex-direction: column;
}

.corporaze-pricing-table.pricing-table-style-2 .corporaze-pricing-table-wrapper .pricing-table-single .pricing-details-list ul li {
	padding: 10px 0;
}

.corporaze-pricing-table.pricing-table-style-2 .corporaze-pricing-table-wrapper .pricing-table-single .pricing-details-list ul li:nth-child(odd) {
	background-color: var(--background-color-grey);
}

.corporaze-pricing-table.pricing-table-style-2 .corporaze-pricing-table-wrapper .pricing-table-single .pricing-price {
	order: 3;
}

.corporaze-pricing-table.pricing-table-style-2 .corporaze-pricing-table-wrapper .pricing-table-single .pricing-price span {
	text-transform: uppercase;
	opacity: 0.7;
}

.corporaze-pricing-table.pricing-table-style-2 .corporaze-pricing-table-wrapper .pricing-table-single .pricing-button {
	order: 6;
	margin-bottom: 20px;
}

/* Pricing table CSS end
--------------------------------------------- */
/* Courses table CSS start
--------------------------------------------- */
.corporaze-courses .course-section-wraper {
	display: grid;
	gap: 30px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 767px) {
	.corporaze-courses .course-section-wraper {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 480px) {
	.corporaze-courses .course-section-wraper {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
}

.corporaze-courses.course-style-1 .course-single .course-img {
	width: 100%;
	aspect-ratio: 1/1;
	font-size: 0;
}

.corporaze-courses.course-style-1 .course-single .course-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.corporaze-courses.course-style-1 .course-single .course-detail {
	padding: 10px 0;
}

.corporaze-courses.course-style-1 .course-single .course-detail .course-title {
	margin: 0;
	margin-bottom: 10px;
	font-size: var(--font-size-base);
}

.corporaze-courses.course-style-1 .course-single .course-detail .course-title a {
	text-decoration: none;
	color: var(--color-text-main);
}

.corporaze-courses.course-style-1 .course-single .course-detail .course-title a:focus, .corporaze-courses.course-style-1 .course-single .course-detail .course-title a:hover {
	color: var(--primary-color);
}

.corporaze-courses.course-style-1 .course-single .course-description {
	margin-bottom: 10px;
}

.corporaze-courses.course-style-2 .course-single {
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	min-height: 320px;
}

.corporaze-courses.course-style-2 .course-single .course-img {
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
}

.corporaze-courses.course-style-2 .course-single .course-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.corporaze-courses.course-style-2 .course-single .course-img::after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.2;
	z-index: 0;
}

.corporaze-courses.course-style-2 .course-single .course-detail {
	position: relative;
	width: 80%;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
	padding: 20px 15px;
}

@media (min-width: 991px) {
	.corporaze-courses.course-style-2 .course-single .course-detail {
		-webkit-clip-path: inset(0 100% 0 0);
		clip-path: inset(0 100% 0 0);
		transition: -webkit-clip-path .5s ease;
		transition: clip-path .5s ease;
		transition: clip-path .5s ease, -webkit-clip-path .5s ease;
	}
}

.corporaze-courses.course-style-2 .course-single .course-detail .course-title {
	line-height: 1.2;
	margin-top: 0;
	margin-bottom: 10px;
	font-size: var(--font-size-base);
}

@media (min-width: 991px) {
	.corporaze-courses.course-style-2 .course-single .course-detail .course-title {
		opacity: 0;
		transform: translateX(40px);
		transition: opacity .4s ease-out, transform .6s ease-out .1s;
	}
}

.corporaze-courses.course-style-2 .course-single .course-detail .course-title a {
	text-decoration: none;
	color: var(--color-text-main);
	transition: all 0.3s linear;
}

.corporaze-courses.course-style-2 .course-single .course-detail .course-title a:focus, .corporaze-courses.course-style-2 .course-single .course-detail .course-title a:hover {
	color: var(--primary-color);
}

.corporaze-courses.course-style-2 .course-single .course-description {
	margin-bottom: 10px;
}

@media (min-width: 991px) {
	.corporaze-courses.course-style-2 .course-single .course-description {
		opacity: 0;
		transform: translateX(40px);
		transition: opacity .4s ease-out, transform .6s ease-out .1s;
	}
}

@media (min-width: 991px) {
	.corporaze-courses.course-style-2 .course-single .corporaze-readmore {
		opacity: 0;
		transform: translateX(40px);
		transition: opacity .4s ease-out, transform .6s ease-out .1s;
	}
}

.corporaze-courses.course-style-2 .course-single:focus-within .course-detail, .corporaze-courses.course-style-2 .course-single:hover .course-detail {
	-webkit-clip-path: inset(0 0 0 0);
	clip-path: inset(0 0 0 0);
}

.corporaze-courses.course-style-2 .course-single:focus-within .course-detail .course-title,
.corporaze-courses.course-style-2 .course-single:focus-within .course-detail .course-description,
.corporaze-courses.course-style-2 .course-single:focus-within .course-detail .corporaze-readmore, .corporaze-courses.course-style-2 .course-single:hover .course-detail .course-title,
.corporaze-courses.course-style-2 .course-single:hover .course-detail .course-description,
.corporaze-courses.course-style-2 .course-single:hover .course-detail .corporaze-readmore {
	opacity: 1;
	transform: translateX(0);
}

/* Courses table CSS end
--------------------------------------------- */
/* workflow CSS start
--------------------------------------------- */
.corporaze-workflow-section.workflow-style-1 .workflow-section-wrapper {
	display: grid;
	gap: 30px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 1200px) {
	.corporaze-workflow-section.workflow-style-1 .workflow-section-wrapper {
		max-width: 80%;
		margin: 0 auto;
		gap: 50px;
	}
}

@media (max-width: 767px) {
	.corporaze-workflow-section.workflow-style-1 .workflow-section-wrapper {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
}

.corporaze-workflow-section.workflow-style-1 .workflow-section-wrapper .workflow-single .workflow-single-inner {
	display: flex;
	align-items: flex-start;
	gap: 15px;
}

.corporaze-workflow-section.workflow-style-1 .workflow-section-wrapper .workflow-single .workflow-single-inner .number-box {
	width: 70px;
	height: 70px;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	border: 4px solid var(--primary-color);
	color: var(--primary-color);
}

.corporaze-workflow-section.workflow-style-1 .workflow-section-wrapper .workflow-single .workflow-single-inner .number-box span {
	font-size: var(--font-size-md);
	font-weight: bold;
}

.corporaze-workflow-section.workflow-style-1 .workflow-section-wrapper .workflow-single .workflow-single-inner .content .title {
	line-height: 1.2;
	margin-top: 0;
	margin-bottom: 10px;
	font-size: var(--font-size-base);
}

.corporaze-workflow-section.workflow-style-1 .workflow-section-wrapper .workflow-single .workflow-single-inner .content .title a {
	text-decoration: none;
	color: var(--color-text-main);
}

.corporaze-workflow-section.workflow-style-1 .workflow-section-wrapper .workflow-single .workflow-single-inner .content .title a:focus, .corporaze-workflow-section.workflow-style-1 .workflow-section-wrapper .workflow-single .workflow-single-inner .content .title a:hover {
	color: var(--primary-color);
}

.corporaze-workflow-section.workflow-style-1 .workflow-section-wrapper .workflow-single .workflow-single-inner .content p {
	margin: 0;
}

.corporaze-workflow-section.workflow-style-2 .workflow-whole-wrapper .workflow-section-wrapper {
	position: relative;
	max-width: 750px;
	margin: auto;
}

.corporaze-workflow-section.workflow-style-2 .workflow-whole-wrapper .workflow-section-wrapper .workflow-single {
	width: 50%;
	padding: 20px 15px;
	position: relative;
	background-color: #fff;
	box-shadow: 0 5px 15px #0000000a;
	margin: 75px 0;
}

@media (max-width: 600px) {
	.corporaze-workflow-section.workflow-style-2 .workflow-whole-wrapper .workflow-section-wrapper .workflow-single {
		width: 100%;
		margin: 40px 0;
		text-align: left;
		transform: translateX(0%);
		border-radius: 3px !important;
	}
}

.corporaze-workflow-section.workflow-style-2 .workflow-whole-wrapper .workflow-section-wrapper .workflow-single .workflow-single-inner .number-box {
	position: absolute;
	height: 26px;
	width: 26px;
	color: #333;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: var(--font-size-sm);
	top: -26px;
}

@media (max-width: 600px) {
	.corporaze-workflow-section.workflow-style-2 .workflow-whole-wrapper .workflow-section-wrapper .workflow-single .workflow-single-inner .number-box {
		inset-inline-start: 0 !important;
		transform: translate(0, -50%) !important;
		top: 0;
		font-weight: bold;
	}
}

.corporaze-workflow-section.workflow-style-2 .workflow-whole-wrapper .workflow-section-wrapper .workflow-single .workflow-single-inner .content .title {
	line-height: 1.2;
	margin-top: 0;
	margin-bottom: 10px;
	font-size: var(--font-size-base);
}

.corporaze-workflow-section.workflow-style-2 .workflow-whole-wrapper .workflow-section-wrapper .workflow-single .workflow-single-inner .content .title a {
	text-decoration: none;
	color: var(--color-text-main);
}

.corporaze-workflow-section.workflow-style-2 .workflow-whole-wrapper .workflow-section-wrapper .workflow-single .workflow-single-inner .content .title a:focus, .corporaze-workflow-section.workflow-style-2 .workflow-whole-wrapper .workflow-section-wrapper .workflow-single .workflow-single-inner .content .title a:hover {
	color: var(--primary-color);
}

.corporaze-workflow-section.workflow-style-2 .workflow-whole-wrapper .workflow-section-wrapper .workflow-single .workflow-single-inner .content p {
	margin: 0;
}

.corporaze-workflow-section.workflow-style-2 .workflow-whole-wrapper .workflow-section-wrapper .workflow-single:nth-child(odd) {
	transform: translateX(100%);
	border-radius: 0 3px 3px 0;
}

body.rtl .corporaze-workflow-section.workflow-style-2 .workflow-whole-wrapper .workflow-section-wrapper .workflow-single:nth-child(odd) {
	transform: translateX(-100%);
}

@media (min-width: 601px) {
	.corporaze-workflow-section.workflow-style-2 .workflow-whole-wrapper .workflow-section-wrapper .workflow-single:nth-child(odd):not(:last-child)::after {
		position: absolute;
		content: "";
		top: 0;
		inset-inline-start: -2px;
		height: 150%;
		width: 2px;
		background-color: var(--primary-color);
	}
}

@media (max-width: 600px) {
	.corporaze-workflow-section.workflow-style-2 .workflow-whole-wrapper .workflow-section-wrapper .workflow-single:nth-child(odd) {
		transform: translateX(0%);
		border: none;
		border-top: 2px solid var(--primary-color);
	}
	body.rtl .corporaze-workflow-section.workflow-style-2 .workflow-whole-wrapper .workflow-section-wrapper .workflow-single:nth-child(odd) {
		transform: translateX(0);
	}
}

.corporaze-workflow-section.workflow-style-2 .workflow-whole-wrapper .workflow-section-wrapper .workflow-single:nth-child(odd) .workflow-single-inner .number-box {
	inset-inline-start: 0;
	transform: translateX(-50%);
	border: 2px solid var(--primary-color);
}

body.rtl .corporaze-workflow-section.workflow-style-2 .workflow-whole-wrapper .workflow-section-wrapper .workflow-single:nth-child(odd) .workflow-single-inner .number-box {
	transform: translateX(50%);
}

.corporaze-workflow-section.workflow-style-2 .workflow-whole-wrapper .workflow-section-wrapper .workflow-single:nth-child(even) {
	border-radius: 3px 0 0 3px;
}

@media (min-width: 601px) {
	.corporaze-workflow-section.workflow-style-2 .workflow-whole-wrapper .workflow-section-wrapper .workflow-single:nth-child(even):not(:last-child)::after {
		position: absolute;
		content: "";
		top: 0;
		inset-inline-end: -2px;
		height: 150%;
		width: 2px;
		background-color: var(--primary-color);
	}
}

@media (max-width: 600px) {
	.corporaze-workflow-section.workflow-style-2 .workflow-whole-wrapper .workflow-section-wrapper .workflow-single:nth-child(even) {
		border: none;
		border-top: 2px solid var(--primary-color);
	}
}

.corporaze-workflow-section.workflow-style-2 .workflow-whole-wrapper .workflow-section-wrapper .workflow-single:nth-child(even) .workflow-single-inner .number-box {
	inset-inline-start: 100%;
	transform: translateX(-50%);
	border: 2px solid var(--primary-color);
}

body.rtl .corporaze-workflow-section.workflow-style-2 .workflow-whole-wrapper .workflow-section-wrapper .workflow-single:nth-child(even) .workflow-single-inner .number-box {
	transform: translateX(50%);
}

.corporaze-workflow-section.workflow-style-2 .workflow-whole-wrapper .workflow-section-wrapper .workflow-single:last-child {
	margin-bottom: 0;
}

/* workflow CSS end
--------------------------------------------- */
/* Categories CSS start
--------------------------------------------- */
.categories-section.categories-style-1 .categories-wrapper {
	display: grid;
	grid-gap: 30px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media (max-width: 768px) {
	.categories-section.categories-style-1 .categories-wrapper {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 480px) {
	.categories-section.categories-style-1 .categories-wrapper {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
}

.categories-section.categories-style-1 .categories-wrapper .category-single {
	position: relative;
	text-align: center;
}

.categories-section.categories-style-1 .categories-wrapper .category-single .category-img {
	line-height: 0;
	display: block;
	aspect-ratio: 1;
}

.categories-section.categories-style-1 .categories-wrapper .category-single .category-img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.categories-section.categories-style-1 .categories-wrapper .category-single > a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: var(--color-text-main);
}

.categories-section.categories-style-1 .categories-wrapper .category-single > a span {
	position: absolute;
	top: 50%;
	left: 50%;
	font-weight: bold;
	background-color: var(--background-color-white);
	padding: 3px 10px;
	font-size: var(--font-size-sm);
	line-height: 1.2;
	transform: translate(-50%, -50%);
	text-transform: uppercase;
	opacity: 0.7;
	transition: all 0.3s ease;
}

.categories-section.categories-style-1 .categories-wrapper .category-single > a::before, .categories-section.categories-style-1 .categories-wrapper .category-single > a::after {
	position: absolute;
	left: 10px;
	right: 10px;
	top: 10px;
	bottom: 10px;
	content: '';
	opacity: 0.3;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	z-index: 5;
}

.categories-section.categories-style-1 .categories-wrapper .category-single > a::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.categories-section.categories-style-1 .categories-wrapper .category-single > a::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}

.categories-section.categories-style-1 .categories-wrapper .category-single > a:focus span, .categories-section.categories-style-1 .categories-wrapper .category-single > a:hover span {
	opacity: 1;
}

.categories-section.categories-style-1 .categories-wrapper .category-single > a:focus::before, .categories-section.categories-style-1 .categories-wrapper .category-single > a:focus::after, .categories-section.categories-style-1 .categories-wrapper .category-single > a:hover::before, .categories-section.categories-style-1 .categories-wrapper .category-single > a:hover::after {
	opacity: 1;
}

.categories-section.categories-style-2 .categories-wrapper {
	display: grid;
	grid-gap: 30px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (max-width: 768px) {
	.categories-section.categories-style-2 .categories-wrapper {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 480px) {
	.categories-section.categories-style-2 .categories-wrapper {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
}

.categories-section.categories-style-2 .categories-wrapper .category-single {
	position: relative;
	text-align: center;
}

.categories-section.categories-style-2 .categories-wrapper .category-single .category-img {
	line-height: 0;
	display: block;
	aspect-ratio: 1;
}

.categories-section.categories-style-2 .categories-wrapper .category-single .category-img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.categories-section.categories-style-2 .categories-wrapper .category-single > a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: var(--color-text-main);
	background-color: rgba(0, 0, 0, 0.2);
}

.categories-section.categories-style-2 .categories-wrapper .category-single > a span {
	position: absolute;
	bottom: 0;
	left: 50%;
	background-color: var(--background-color-white);
	padding: 3px 10px;
	font-size: var(--font-size-sm);
	line-height: 1.2;
	transform: translateX(-50%);
	text-transform: uppercase;
	z-index: 6;
}

.categories-section.categories-style-2 .categories-wrapper .category-single > a::before, .categories-section.categories-style-2 .categories-wrapper .category-single > a::after {
	position: absolute;
	border: 3px solid transparent;
	width: 0;
	height: 0;
	content: '';
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	z-index: 5;
}

.categories-section.categories-style-2 .categories-wrapper .category-single > a::before {
	left: 10px;
	top: 10px;
}

.categories-section.categories-style-2 .categories-wrapper .category-single > a::after {
	right: 10px;
	bottom: 10px;
}

.categories-section.categories-style-2 .categories-wrapper .category-single > a:focus::before, .categories-section.categories-style-2 .categories-wrapper .category-single > a:focus::after, .categories-section.categories-style-2 .categories-wrapper .category-single > a:hover::before, .categories-section.categories-style-2 .categories-wrapper .category-single > a:hover::after {
	width: calc(100% - 20px);
	height: calc(100% - 20px);
}

.categories-section.categories-style-2 .categories-wrapper .category-single > a:focus::before, .categories-section.categories-style-2 .categories-wrapper .category-single > a:hover::before {
	border-top-color: var(--background-color-white);
	border-right-color: var(--background-color-white);
	transition: width .15s ease-out, height .25s ease-out .25s;
}

.categories-section.categories-style-2 .categories-wrapper .category-single > a:focus::after, .categories-section.categories-style-2 .categories-wrapper .category-single > a:hover::after {
	border-bottom-color: var(--background-color-white);
	border-left-color: var(--background-color-white);
	transition: width .15s ease-out, height .25s ease-out .25s;
}

/* Categories CSS end
--------------------------------------------- */
/* Latest Posts CSS start
--------------------------------------------- */
.corporaze-Latest-post-section .post-single {
	background-color: var(--background-color-light-grey);
}

.corporaze-Latest-post-section .post-single .post-img {
	position: relative;
	background-color: var(--background-color-grey);
}

.corporaze-Latest-post-section .post-single .post-img a {
	display: block;
	line-height: 0;
	height: 100%;
	width: 100%;
}

.corporaze-Latest-post-section .post-single .post-img a img {
	width: 100%;
	height: 100%;
	aspect-ratio: 1/0.7;
	object-fit: cover;
	position: relative;
	z-index: 1;
}

.corporaze-Latest-post-section .post-single .post-img a:focus {
	outline-offset: 1px;
	outline-color: var(--color-text-main);
}

.corporaze-Latest-post-section .post-single .post-detail {
	padding: 30px;
}

.corporaze-Latest-post-section .post-single .post-detail .post-category {
	line-height: 1.2;
	font-size: var(--font-size-xs);
}

.corporaze-Latest-post-section .post-single .post-detail .post-category ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.corporaze-Latest-post-section .post-single .post-detail .post-category ul li {
	display: inline-block;
	margin-block-end: 5px;
}

.corporaze-Latest-post-section .post-single .post-detail .post-category ul li::after {
	content: "\2219";
	font-weight: bold;
	padding-inline-start: 3px;
	opacity: 0.7;
}

.corporaze-Latest-post-section .post-single .post-detail .post-category ul li:last-child::after {
	display: none;
}

.corporaze-Latest-post-section .post-single .post-detail .post-category a {
	color: var(--color-text-main);
	display: inline-block;
	text-decoration: none;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1.2;
	opacity: 0.7;
	transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.corporaze-Latest-post-section .post-single .post-detail .post-category a:hover {
	color: var(--primary-color);
	opacity: 1;
}

.corporaze-Latest-post-section .post-single .post-detail .post-title {
	margin: 0 0 15px;
	font-size: var(--font-size-base);
	font-weight: 700;
	line-height: 1.5;
}

.corporaze-Latest-post-section .post-single .post-detail .post-title a {
	display: inline-block;
	text-decoration: none;
	color: var(--color-text-main);
	transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.corporaze-Latest-post-section .post-single .post-detail .post-title a:focus, .corporaze-Latest-post-section .post-single .post-detail .post-title a:hover {
	color: var(--primary-color);
}

.corporaze-Latest-post-section .post-single .post-detail .post-meta {
	font-size: var(--font-size-xs);
	line-height: 1.3;
}

.corporaze-Latest-post-section .post-single .post-detail .post-meta > span {
	margin-inline-end: 10px;
}

.corporaze-Latest-post-section .post-single .post-detail .post-meta > span a {
	text-decoration: none;
	color: var(--color-text-main);
	transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.corporaze-Latest-post-section .post-single .post-detail .post-meta > span a i {
	margin-inline-end: 5px;
}

.corporaze-Latest-post-section .post-single .post-detail .post-meta > span a:focus, .corporaze-Latest-post-section .post-single .post-detail .post-meta > span a:hover {
	color: var(--primary-color);
}

.corporaze-Latest-post-section .post-single .post-detail .post-excerpt {
	font-size: calc(var(--font-size-sm) + 2px);
	line-height: 1.6;
}

.corporaze-Latest-post-section .post-single .post-detail .post-excerpt p {
	margin: 15px 0 0;
}

.corporaze-Latest-post-section.latest-style-1 .latest-post-section-wrapper {
	display: grid;
	grid-gap: 30px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 768px) {
	.corporaze-Latest-post-section.latest-style-1 .latest-post-section-wrapper {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 480px) {
	.corporaze-Latest-post-section.latest-style-1 .latest-post-section-wrapper {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
}

.corporaze-Latest-post-section.latest-style-2 .latest-post-section-wrapper {
	display: grid;
	grid-gap: 30px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	max-width: 1000px;
	margin: 0 auto;
}

@media (min-width: 601px) {
	.corporaze-Latest-post-section.latest-style-2 .latest-post-section-wrapper .post-excerpt {
		display: none;
	}
}

@media (max-width: 600px) {
	.corporaze-Latest-post-section.latest-style-2 .latest-post-section-wrapper {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
}

.corporaze-Latest-post-section.latest-style-2 .latest-post-section-wrapper .post-single:nth-child(4n+1) {
	grid-column: span 3;
}

@media (min-width: 601px) {
	.corporaze-Latest-post-section.latest-style-2 .latest-post-section-wrapper .post-single:nth-child(4n+1) .post-excerpt {
		display: block;
	}
}

@media (max-width: 600px) {
	.corporaze-Latest-post-section.latest-style-2 .latest-post-section-wrapper .post-single:nth-child(4n+1) {
		grid-column: span 1;
	}
}

.corporaze-Latest-post-section.latest-style-3 .latest-post-section-wrapper {
	display: grid;
	grid-gap: 30px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media (max-width: 600px) {
	.corporaze-Latest-post-section.latest-style-3 .latest-post-section-wrapper {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 480px) {
	.corporaze-Latest-post-section.latest-style-3 .latest-post-section-wrapper {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
}

@media (min-width: 601px) {
	.corporaze-Latest-post-section.latest-style-3 .latest-post-section-wrapper .post-excerpt {
		display: none;
	}
}

.corporaze-Latest-post-section.latest-style-3 .latest-post-section-wrapper .post-single:nth-child(1),
.corporaze-Latest-post-section.latest-style-3 .latest-post-section-wrapper .post-single:nth-child(2) {
	grid-column: span 2;
}

@media (min-width: 601px) {
	.corporaze-Latest-post-section.latest-style-3 .latest-post-section-wrapper .post-single:nth-child(1) .post-excerpt,
	.corporaze-Latest-post-section.latest-style-3 .latest-post-section-wrapper .post-single:nth-child(2) .post-excerpt {
		display: block;
	}
}

@media (max-width: 600px) {
	.corporaze-Latest-post-section.latest-style-3 .latest-post-section-wrapper .post-single:nth-child(1),
	.corporaze-Latest-post-section.latest-style-3 .latest-post-section-wrapper .post-single:nth-child(2) {
		grid-column: span 1;
	}
}

/* Latest Posts CSS end
--------------------------------------------- */
/* scroll to top
--------------------------------------------- */
a.corporaze-scroll-to-top {
	position: fixed;
	bottom: 65px;
	inset-inline-end: 20px;
	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(--color-text-main);
	border: 1px solid var(--color-text-white);
	transition: all 0.3s ease;
}

a.corporaze-scroll-to-top:hover, a.corporaze-scroll-to-top:focus {
	box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.15);
	transform: translateY(-10px);
}

a.corporaze-scroll-to-top.show {
	opacity: 1;
	visibility: visible;
}

/* scroll to top
--------------------------------------------- */
/* carousel navigation
--------------------------------------------- */
.corporaze-navigation .slick-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 18px;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--background-color-light-grey);
	color: #4a4a4a;
	z-index: 5;
	cursor: pointer;
	font-weight: 600;
	transition: 0.4s;
	border: none;
	padding: 0;
	border-radius: 0;
	border: 1px solid;
	border-color: var(--background-color-dark);
}

.corporaze-navigation .slick-arrow.slick-prev {
	inset-inline-start: 0;
}

@media (min-width: 1366px) {
	.corporaze-navigation .slick-arrow.slick-prev {
		inset-inline-start: -30px;
	}
}

.corporaze-navigation .slick-arrow.slick-next {
	inset-inline-end: 0;
}

@media (min-width: 1366px) {
	.corporaze-navigation .slick-arrow.slick-next {
		inset-inline-end: -30px;
	}
}

.corporaze-navigation .slick-dots {
	margin: 0px;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-inline: auto;
	margin-top: 20px;
}

.corporaze-navigation .slick-dots li {
	margin-inline: 5px;
}

.corporaze-navigation .slick-dots li button {
	font-size: 0;
	padding: 0;
	height: 5px;
	width: 5px;
	border-radius: 50%;
	border: none;
	background-color: #3a3a3a;
	transition: all 0.3s ease;
}

.corporaze-navigation .slick-dots li button:focus, .corporaze-navigation .slick-dots li button:hover {
	background-color: var(--color-text-main);
}

.corporaze-navigation .slick-dots li.slick-active button {
	background-color: var(--primary-color);
	height: 10px;
	width: 10px;
}

/* carousel navigation
--------------------------------------------- */
/* 404 page
--------------------------------------------- */
section.error-404.not-found {
	margin-bottom: 50px;
}

/* 404 page
--------------------------------------------- */
/* video popup
--------------------------------------------- */
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	width: auto;
}

/* video popup
--------------------------------------------- */
/* footer CSS start
--------------------------------------------- */
.site-footer {
	background: var(--color-text-main);
}

.site-footer .site-footer-top {
	padding-top: 3.5rem;
}

@media (max-width: 768px) {
	.site-footer .site-footer-top {
		padding-top: 2rem;
	}
}

.site-footer .site-footer-top .footer-widgets-wrapper {
	display: flex;
	flex-wrap: wrap;
	margin-inline: -15px;
}

.site-footer .site-footer-top .footer-widgets-wrapper .footer-widget-single {
	width: 25%;
	flex-shrink: 0;
	flex-grow: 1;
	padding: 0 15px;
	color: var(--color-text-white);
}

@media (max-width: 768px) {
	.site-footer .site-footer-top .footer-widgets-wrapper .footer-widget-single {
		width: 50%;
	}
}

@media (max-width: 480px) {
	.site-footer .site-footer-top .footer-widgets-wrapper .footer-widget-single {
		width: 100%;
	}
}

.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 .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(--primary-color);
}

.site-footer .site-footer-bottom .site-footer-bottom-wrapper {
	padding: 25px 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	color: var(--background-color-light-grey);
	border-top: 1px solid #787878;
}

.site-footer .site-footer-bottom .site-footer-bottom-wrapper .site-info a {
	opacity: 0.8;
	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 {
	opacity: 1;
}

/* footer CSS end
--------------------------------------------- */

/*# sourceMappingURL=style.css.map */