@charset "UTF-8";

/*
Theme Name: Lead Manager Ninja
Theme URI: https://wordpress.org/themes/leadmanagerninja/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Lead Manager Ninja is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 6.4
Requires PHP: 5.6
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: leadmanagerninja
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready

Lead Manager Ninja WordPress Theme, (C) 2020 WordPress.org
Lead Manager Ninja is distributed under the terms of the GNU GPL.
*/

/**
 * SETTINGS
 * File-header..........The file header for the themes style.css file.
 * Fonts................Any font files, if the project needs specific fonts.
 * Global...............Project-specific, globally available variables.
 *
 * TOOLS
 * Functions............Global functions.
 * Mixins...............Global mixins.
 *
 * GENERIC
 * Normalize.css........Normalise browser defaults.
 * Breakpoints..........Mixins and variables for responsive styles
 * Vertical-margins.....Vertical spacing for the main components.
 * Reset................Reset specific elements to make them easier to style in other contexts.
 * Clearings............Clearings for the main components.
 *
 * ELEMENTS
 * Blockquote...........Default blockquote.
 * Forms................Element-level form styling.
 * Headings.............H1–H6
 * Links................Default links.
 * Lists................Default lists.
 * Media................Images, Figure, Figcaption, Embed, iFrame, Objects, Video.
 *
 * BLOCKS
 * Audio................Specific styles for the audio block.
 * Button...............Specific styles for the button block.
 * Code.................Specific styles for the code block.
 * Columns..............Specific styles for the columns block.
 * Cover................Specific styles for the cover block.
 * File.................Specific styles for the file block.
 * Gallery..............Specific styles for the gallery block.
 * Group................Specific styles for the group block.
 * Heading..............Specific styles for the heading block.
 * Image................Specific styles for the image block.
 * Latest comments......Specific styles for the latest comments block.
 * Latest posts.........Specific styles for the latest posts block.
 * Legacy...............Specific styles for the legacy gallery.
 * List.................Specific styles for the list block.
 * Media text...........Specific styles for the media and text block.
 * Navigation...........Specific styles for the navigation block.
 * Paragraph............Specific styles for the paragraph block.
 * Pullquote............Specific styles for the pullquote block.
 * Quote................Specific styles for the quote block.
 * Search...............Specific styles for the search block.
 * Separator............Specific styles for the separator block.
 * Table................Specific styles for the table block.
 * Verse................Specific styles for the verse block.
 * Video................Specific styles for the video block.
 * Utilities............Block alignments.
 *
 * COMPONENTS
 * Header...............Header styles.
 * Footer...............Footer styles.
 * Comments.............Comment styles.
 * Archives.............Archive styles.
 * 404..................404 styles.
 * Search...............Search styles.
 * Navigation...........Navigation styles.
 * Footer Navigation....Footer Navigation styles.
 * Pagination...........Pagination styles.
 * Single...............Single page and post styles.
 * Posts and pages......Misc, sticky post styles.
 * Entry................Entry, author biography.
 * Widget...............Widget styles.
 * Editor...............Editor styles.
 *
 * UTILITIES
 * A11y.................Screen reader text, prefers reduced motion etc.
 * Color Palette........Classes for the color palette colors.
 * Editor Font Sizes....Editor Font Sizes.
 * Measure..............The width of a line of text, in characters.
 */

/* Categories 01 to 03 are the basics. */

/* Variables */
:root {

	/* Font Family */
	--global--font-primary: var(--font-headings, Lexend, "sans-serif", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif);
	--global--font-secondary: var(--font-base, Lexend, "sans-serif", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif);

	/* Font Size */
	--global--font-size-base: 1.25rem;
	--global--font-size-xs: 1rem;
	--global--font-size-sm: 1.125rem;
	--global--font-size-md: 1.25rem;
	--global--font-size-lg: 1.5rem;
	--global--font-size-xl: 2.25rem;
	--global--font-size-xxl: 4rem;
	--global--font-size-xxxl: 5rem;
	--global--font-size-page-title: var(--global--font-size-xxl);
	--global--letter-spacing: normal;

	/* Line Height */
	--global--line-height-body: 1.7;
	--global--line-height-heading: 1.3;
	--global--line-height-page-title: 1.1;

	/* Headings */
	--heading--font-family: var(--global--font-primary);
	--heading--font-size-h6: var(--global--font-size-xs);
	--heading--font-size-h5: var(--global--font-size-sm);
	--heading--font-size-h4: var(--global--font-size-lg);
	--heading--font-size-h3: calc(1.25 * var(--global--font-size-lg));
	--heading--font-size-h2: var(--global--font-size-xl);
	--heading--font-size-h1: var(--global--font-size-page-title);
	--heading--letter-spacing-h6: 0.05em;
	--heading--letter-spacing-h5: 0.05em;
	--heading--letter-spacing-h4: var(--global--letter-spacing);
	--heading--letter-spacing-h3: var(--global--letter-spacing);
	--heading--letter-spacing-h2: var(--global--letter-spacing);
	--heading--letter-spacing-h1: var(--global--letter-spacing);
	--heading--line-height-h6: var(--global--line-height-heading);
	--heading--line-height-h5: var(--global--line-height-heading);
	--heading--line-height-h4: var(--global--line-height-heading);
	--heading--line-height-h3: var(--global--line-height-heading);
	--heading--line-height-h2: var(--global--line-height-heading);
	--heading--line-height-h1: var(--global--line-height-page-title);
	--heading--font-weight: normal;
	--heading--font-weight-page-title: 300;
	--heading--font-weight-strong: 600;

	/* Block: Latest posts */
	--latest-posts--title-font-family: var(--heading--font-family);
	--latest-posts--title-font-size: var(--heading--font-size-h3);
	--latest-posts--description-font-family: var(--global--font-secondary);
	--latest-posts--description-font-size: var(--global--font-size-sm);
	--list--font-family: var(--global--font-secondary);
	--definition-term--font-family: var(--global--font-primary);

	/* Colors */
	--global--color-black: #000;
	--global--color-dark-gray: #28303d;
	--global--color-gray: #39414d;
	--global--color-light-gray: #f0f0f0;
	--global--color-green: #d1e4dd;
	--global--color-blue: #d1dfe4;
	--global--color-purple: #d1d1e4;
	--global--color-red: #e4d1d1;
	--global--color-orange: #e4dad1;
	--global--color-yellow: #eeeadd;
	--global--color-white: #fff;
	--global--color-white-50: rgba(255, 255, 255, 0.5);
	--global--color-white-90: rgba(255, 255, 255, 0.9);
	--global--color-primary: var(--global--color-dark-gray);
	/* Body text color, site title, footer text color. */
	--global--color-secondary: var(--global--color-gray);
	/* Headings */
	--global--color-primary-hover: var(--global--color-primary);
	--global--color-background: var(--global--color-green);
	/* Mint, default body background */
	--global--color-border: var(--global--color-primary);
	/* Used for borders (separators) */

	/* Spacing */
	--global--spacing-unit: 20px;
	--global--spacing-measure: unset;
	--global--spacing-horizontal: 25px;
	--global--spacing-vertical: 30px;

	/* Elevation */
	--global--elevation: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);

	/* Forms */
	--form--font-family: var(--global--font-secondary);
	--form--font-size: var(--global--font-size-sm);
	--form--line-height: var(--global--line-height-body);
	--form--color-text: var(--global--color-dark-gray);
	--form--color-ranged: var(--global--color-secondary);
	--form--label-weight: 500;
	--form--border-color: var(--global--color-secondary);
	--form--border-width: 3px;
	--form--border-radius: 0;
	--form--spacing-unit: calc(0.5 * var(--global--spacing-unit));

	/* Cover block */
	--cover--height: calc(15 * var(--global--spacing-vertical));
	--cover--color-foreground: var(--global--color-white);
	--cover--color-background: var(--global--color-black);

	/* Buttons */
	--button--color-text: var(--global--color-background);
	--button--color-text-hover: var(--global--color-secondary);
	--button--color-text-active: var(--global--color-secondary);
	--button--color-background: var(--global--color-secondary);
	--button--color-background-active: var(--global--color-background);
	--button--font-family: var(--global--font-primary);
	--button--font-size: var(--global--font-size-base);
	--button--font-weight: 500;
	--button--line-height: 1.5;
	--button--border-width: 3px;
	--button--border-radius: 0;
	--button--padding-vertical: 15px;
	--button--padding-horizontal: calc(2 * var(--button--padding-vertical));

	/* entry */
	--entry-header--color: var(--global--color-primary);
	--entry-header--color-link: currentColor;
	--entry-header--color-hover: var(--global--color-primary-hover);
	--entry-header--color-focus: var(--global--color-secondary);
	--entry-header--font-size: var(--heading--font-size-h2);
	--entry-content--font-family: var(--global--font-secondary);
	--entry-author-bio--font-family: var(--heading--font-family);
	--entry-author-bio--font-size: var(--heading--font-size-h4);

	/* Header */
	--branding--color-text: var(--global--color-primary);
	--branding--color-link: var(--global--color-primary);
	--branding--color-link-hover: var(--global--color-secondary);
	--branding--title--font-family: var(--global--font-primary);
	--branding--title--font-size: var(--global--font-size-lg);
	--branding--title--font-size-mobile: var(--heading--font-size-h4);
	--branding--title--font-weight: normal;
	--branding--title--text-transform: uppercase;
	--branding--description--font-family: var(--global--font-secondary);
	--branding--description--font-size: var(--global--font-size-sm);
	--branding--description--font-family: var(--global--font-secondary);
	--branding--logo--max-width: 300px;
	--branding--logo--max-height: 100px;
	--branding--logo--max-width-mobile: 96px;
	--branding--logo--max-height-mobile: 96px;

	/* Main navigation */
	--primary-nav--font-family: var(--global--font-secondary);
	--primary-nav--font-family-mobile: var(--global--font-primary);
	--primary-nav--font-size: var(--global--font-size-md);
	--primary-nav--font-size-sub-menu: var(--global--font-size-xs);
	--primary-nav--font-size-mobile: var(--global--font-size-sm);
	--primary-nav--font-size-sub-menu-mobile: var(--global--font-size-sm);
	--primary-nav--font-size-button: var(--global--font-size-xs);
	--primary-nav--font-style: normal;
	--primary-nav--font-style-sub-menu-mobile: normal;
	--primary-nav--font-weight: normal;
	--primary-nav--font-weight-button: 500;
	--primary-nav--color-link: var(--global--color-primary);
	--primary-nav--color-link-hover: var(--global--color-primary-hover);
	--primary-nav--color-text: var(--global--color-primary);
	--primary-nav--padding: calc(0.66 * var(--global--spacing-unit));
	--primary-nav--border-color: var(--global--color-primary);

	/* Pagination */
	--pagination--color-text: var(--global--color-primary);
	--pagination--color-link-hover: var(--global--color-primary-hover);
	--pagination--font-family: var(--global--font-secondary);
	--pagination--font-size: var(--global--font-size-lg);
	--pagination--font-weight: normal;
	--pagination--font-weight-strong: 600;

	/* Footer */
	--footer--color-text: var(--global--color-primary);
	--footer--color-link: var(--global--color-primary);
	--footer--color-link-hover: var(--global--color-primary-hover);
	--footer--font-family: var(--global--font-primary);
	--footer--font-size: var(--global--font-size-sm);

	/* Block: Pull quote */
	--pullquote--font-family: var(--global--font-primary);
	--pullquote--font-size: var(--heading--font-size-h3);
	--pullquote--font-style: normal;
	--pullquote--letter-spacing: var(--heading--letter-spacing-h4);
	--pullquote--line-height: var(--global--line-height-heading);
	--pullquote--border-width: 3px;
	--pullquote--border-color: var(--global--color-primary);
	--pullquote--color-foreground: var(--global--color-primary);
	--pullquote--color-background: var(--global--color-background);
	--quote--font-family: var(--global--font-secondary);
	--quote--font-size: var(--global--font-size-md);
	--quote--font-size-large: var(--global--font-size-xl);
	--quote--font-style: normal;
	--quote--font-weight: 700;
	--quote--font-weight-strong: bolder;
	--quote--font-style-large: normal;
	--quote--font-style-cite: normal;
	--quote--line-height: var(--global--line-height-body);
	--quote--line-height-large: 1.35;
	--separator--border-color: var(--global--color-border);
	--separator--height: 1px;

	/* Block: Table */
	--table--stripes-border-color: var(--global--color-light-gray);
	--table--stripes-background-color: var(--global--color-light-gray);
	--table--has-background-text-color: var(--global--color-dark-gray);

	/* Widgets */
	--widget--line-height-list: 1.9;
	--widget--line-height-title: 1.4;
	--widget--font-weight-title: 700;
	--widget--spacing-menu: calc(0.66 * var(--global--spacing-unit));

	/* Admin-bar height */
	--global--admin-bar--height: 0px;
}

.admin-bar {
	--global--admin-bar--height: 32px;
}

@media only screen and (max-width: 782px) {

	.admin-bar {
		--global--admin-bar--height: 46px;
	}
}

@media only screen and (min-width: 652px) {

	:root {
		--global--font-size-xl: 2.5rem;
		--global--font-size-xxl: 6rem;
		--global--font-size-xxxl: 9rem;
		--heading--font-size-h3: 2rem;
		--heading--font-size-h2: 3rem;
	}
}

/*! 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;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}

/* 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;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
}

/**
 * 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;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
	text-decoration-thickness: 1px;
}

/**
 * 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;
	/* 1 */
	text-decoration: underline;
	/* 2 */
	text-decoration-style: dotted;
	/* 2 */
}

/**
 * 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;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/**
 * 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;
	/* 1 */
	font-size: 100%;
	/* 1 */
	line-height: 1.15;
	/* 1 */
	margin: 0;
	/* 2 */
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	/* 1 */
	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;
	/* 1 */
	color: inherit;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	white-space: normal;
	/* 1 */
}

/**
 * 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;
	/* 1 */
	padding: 0;
	/* 2 */
}

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

/**
 * 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;
	/* 1 */
	font: inherit;
	/* 2 */
}

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

/**
 * Responsive Styles
 */

/**
 * Required Variables
 */

/**
 * Root Media Query Variables
 */
:root {
	--responsive--spacing-horizontal: calc(2 * var(--global--spacing-horizontal) * 0.6);
	--responsive--aligndefault-width: calc(100vw - var(--responsive--spacing-horizontal));
	--responsive--alignwide-width: calc(100vw - var(--responsive--spacing-horizontal));
	--responsive--alignfull-width: 100%;
	--responsive--alignright-margin: var(--global--spacing-horizontal);
	--responsive--alignleft-margin: var(--global--spacing-horizontal);
}

@media only screen and (min-width: 482px) {

	:root {
		--responsive--aligndefault-width: min(calc(100vw - 4 * var(--global--spacing-horizontal)), 610px);
		--responsive--alignwide-width: calc(100vw - 4 * var(--global--spacing-horizontal));
		--responsive--alignright-margin: calc(0.5 * (100vw - var(--responsive--aligndefault-width)));
		--responsive--alignleft-margin: calc(0.5 * (100vw - var(--responsive--aligndefault-width)));
	}
}

@media only screen and (min-width: 822px) {

	:root {
		--responsive--aligndefault-width: min(calc(100vw - 8 * var(--global--spacing-horizontal)), 610px);
		--responsive--alignwide-width: min(calc(100vw - 8 * var(--global--spacing-horizontal)), 1240px);
	}
}

/**
 * Extends
 */
.post-thumbnail,
.entry-content .wp-audio-shortcode,
.entry-content>*:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator),
*[class*=inner-container]>*:not(.entry-content):not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator),
.default-max-width {
	max-width: var(--responsive--aligndefault-width);
	margin-left: auto;
	margin-right: auto;
}

.widget-area,
.pagination,
.comments-pagination,
.post-navigation,
.site-footer,
.site-header,
.alignwide,
.wide-max-width {
	max-width: var(--responsive--alignwide-width);
	margin-left: auto;
	margin-right: auto;
}

.alignfull,
.wp-block-group .wp-block-group__inner-container>*.alignfull,
.full-max-width {
	max-width: var(--responsive--alignfull-width);
	width: var(--responsive--alignfull-width);
	margin-left: auto;
	margin-right: auto;
}

@media only screen and (min-width: 482px) {

	.alignfull,
	.full-max-width {
		max-width: var(--responsive--alignfull-width);
		width: auto;
		margin-left: auto;
		margin-right: auto;
	}
}

.entry-header .post-thumbnail,
.singular .post-thumbnail,
.alignfull [class*=inner-container]>.alignwide,
.alignwide [class*=inner-container]>.alignwide {
	margin-left: auto;
	margin-right: auto;
	width: var(--responsive--alignwide-width);
	max-width: var(--responsive--alignfull-width);
}

@media only screen and (min-width: 482px) {

	.entry-content>.alignleft {

		/*rtl:ignore*/
		margin-left: var(--responsive--alignleft-margin);

		/*rtl:ignore*/
		margin-right: var(--global--spacing-horizontal);
	}
}

@media only screen and (min-width: 482px) {

	.entry-content>.alignright {

		/*rtl:ignore*/
		margin-left: var(--global--spacing-horizontal);

		/*rtl:ignore*/
		margin-right: var(--responsive--alignright-margin);
	}
}

/**
 * Site Structure
 *
 * - Set vertical margins and responsive widths on
 *   top-level wrappers and content wrappers
 * - `--global--width-content` is a responsive variable
 * - See: globals/_global-width-responsive.scss
 */

/**
 * Top Level Wrappers (header, main, footer)
 * - Set vertical padding and horizontal margins
 */
.site-header,
.site-main,
.widget-area,
.site-footer {
	padding-top: var(--global--spacing-vertical);
	padding-bottom: var(--global--spacing-vertical);
	margin-left: auto;
	margin-right: auto;
}

.site-header {
	padding-top: calc(0.75 * var(--global--spacing-vertical));
	padding-bottom: calc(2 * var(--global--spacing-vertical));
}

@media only screen and (min-width: 482px) {

	.site-header {
		padding-bottom: calc(3 * var(--global--spacing-vertical));
	}
}

/**
 * Site-main children wrappers
 * - Add double vertical margins here for clearer hierarchy
 */
/* .site-main>* {
	margin-top: calc(3 * var(--global--spacing-vertical));
	margin-bottom: calc(3 * var(--global--spacing-vertical));
} */

/* .site-main>*:first-child {
	margin-top: 0;
}

.site-main>*:last-child {
	margin-bottom: 0;
} */

/**
 * Set the default maximum responsive content-width
 */

/**
 * Set the wide maximum responsive content-width
 */

/**
 * Set the full maximum responsive content-width
 */

/*
 * Block & non-gutenberg content wrappers
 * - Set margins
 */
.entry-header,
.post-thumbnail,
.entry-content,
.entry-footer,
.author-bio {
	margin-top: var(--global--spacing-vertical);
	margin-right: auto;
	margin-bottom: var(--global--spacing-vertical);
	margin-left: auto;
}

/*
 * Block & non-gutenberg content wrapper children
 * - Sets spacing-vertical margin logic
 */
.site-main>article>*,
.site-main>.not-found>*,
.entry-content>*,
[class*=inner-container]>*,
.wp-block-template-part>*,
.wp-block-post-template :where(li > *) {
	margin-top: calc(0.666 * var(--global--spacing-vertical));
	margin-bottom: calc(0.666 * var(--global--spacing-vertical));
}

@media only screen and (min-width: 482px) {

	.site-main>article>*,
	.site-main>.not-found>*,
	.entry-content>*,
	[class*=inner-container]>*,
	.wp-block-template-part>*,
	.wp-block-post-template :where(li > *) {
		margin-top: var(--global--spacing-vertical);
		margin-bottom: var(--global--spacing-vertical);
	}
}

.site-main>article>*:first-child,
.site-main>.not-found>*:first-child,
.entry-content>*:first-child,
[class*=inner-container]>*:first-child,
.wp-block-template-part>*:first-child,
.wp-block-post-template :where(li > *):first-child {
	margin-top: 0;
}

.site-main>article>*:last-child,
.site-main>.not-found>*:last-child,
.entry-content>*:last-child,
[class*=inner-container]>*:last-child,
.wp-block-template-part>*:last-child,
.wp-block-post-template :where(li > *):last-child {
	margin-bottom: 0;
}

.site-footer>*,
.widget-area>* {
	margin-top: calc(0.666 * var(--global--spacing-vertical));
	margin-bottom: calc(0.666 * var(--global--spacing-vertical));
}

@media only screen and (min-width: 482px) {

	.site-footer>*,
	.widget-area>* {
		margin-top: var(--global--spacing-vertical);
		margin-bottom: var(--global--spacing-vertical);
	}
}

/*
 * Block & non-gutenberg content wrapper children
 * - Sets spacing-unit margins
 */
.entry-header>*,
.post-thumbnail>*,
.page-content>*,
.comment-content>*,
.widget>* {
	margin-top: var(--global--spacing-unit);
	margin-bottom: var(--global--spacing-unit);
}

.entry-header>*:first-child,
.post-thumbnail>*:first-child,
.page-content>*:first-child,
.comment-content>*:first-child,
.widget>*:first-child {
	margin-top: 0;
}

.entry-header>*:last-child,
.post-thumbnail>*:last-child,
.page-content>*:last-child,
.comment-content>*:last-child,
.widget>*:last-child {
	margin-bottom: 0;
}

/*
 * .entry-content children specific controls
 * - Adds special margin overrides for alignment utility classes
 */
.entry-content>* {

	/* Reset alignleft and alignright margins after alignfull */
}

.entry-content>*.alignleft,
.entry-content>*.alignright,
.entry-content>*.alignleft:first-child+*,
.entry-content>*.alignright:first-child+*,
.entry-content>*.alignfull.has-background {
	margin-top: 0;
}

.entry-content>*:last-child,
.entry-content>*.alignfull.has-background {
	margin-bottom: 0;
}

.entry-content>*.alignfull+.alignleft,
.entry-content>*.alignfull+.alignright {
	margin-top: var(--global--spacing-vertical);
}

/**
 * Reset specific elements to make them easier to style in other contexts.
 */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
form,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 0;
	margin: 0;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

/**
 * Apply generic border-box to all elements.
 * See:
 * https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
html {

	/* Apply border-box across the entire page. */
	box-sizing: border-box;
	font-family: var(--global--font-secondary);
	line-height: var(--global--line-height-body);
}

/**
 * Relax the definition a bit, to allow components to override it manually.
 */
*,
*::before,
*::after {
	box-sizing: inherit;
}

body {
	font-size: var(--global--font-size-base);
	font-weight: normal;
	color: var(--global--color-primary);
	text-align: left;
	background-color: var(--global--color-background);
}

button {
	cursor: pointer;
}

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

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

/* Category 04 can contain any default HTML element. Do not add classes here, just give the elements some basic styles. */
blockquote {
	padding: 0;
	position: relative;
	margin: var(--global--spacing-vertical) 0 var(--global--spacing-vertical) var(--global--spacing-horizontal);
}

blockquote>* {
	margin-top: var(--global--spacing-unit);
	margin-bottom: var(--global--spacing-unit);
}

blockquote>*:first-child {
	margin-top: 0;
}

blockquote>*:last-child {
	margin-bottom: 0;
}

blockquote p {
	letter-spacing: var(--heading--letter-spacing-h4);
	font-family: var(--quote--font-family);
	font-size: var(--quote--font-size);
	font-style: var(--quote--font-style);
	font-weight: var(--quote--font-weight);
	line-height: var(--quote--line-height);
}

blockquote cite,
blockquote footer {
	font-weight: normal;
	color: var(--global--color-primary);
	font-size: var(--global--font-size-xs);
	letter-spacing: var(--global--letter-spacing);
}

blockquote.alignleft,
blockquote.alignright {
	padding-left: inherit;
}

blockquote.alignleft p,
blockquote.alignright p {
	font-size: var(--heading--font-size-h5);
	max-width: inherit;
	width: inherit;
}

blockquote.alignleft cite,
blockquote.alignleft footer,
blockquote.alignright cite,
blockquote.alignright footer {
	font-size: var(--global--font-size-xs);
	letter-spacing: var(--global--letter-spacing);
}

blockquote strong {
	font-weight: var(--quote--font-weight-strong);
}

blockquote:before {
	content: "“";
	font-size: var(--quote--font-size);
	line-height: var(--quote--line-height);
	position: absolute;
	left: calc(-0.5 * var(--global--spacing-horizontal));
}

blockquote .wp-block-quote__citation,
blockquote cite,
blockquote footer {
	color: var(--global--color-primary);
	font-size: var(--global--font-size-xs);
	font-style: var(--quote--font-style-cite);
}

@media only screen and (max-width: 481px) {

	blockquote {
		padding-left: calc(0.5 * var(--global--spacing-horizontal));
	}

	blockquote:before {
		left: 0;
	}
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
.site textarea {
	border: 1px solid #dedede;
	border-radius: var(--form--border-radius);
	color: var(--form--color-text);
	line-height: var(--global--line-height-body);
	padding: var(--form--spacing-unit);
	margin: 0 0px;
	max-width: 100%;
	border-radius: 6px;
}

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=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,
.site textarea:focus {
	color: var(--form--color-text);
	outline-offset: 2px;
	/* outline: 2px dotted var(--form--border-color); */
}

input[type=text]:disabled,
input[type=email]:disabled,
input[type=url]:disabled,
input[type=password]:disabled,
input[type=search]:disabled,
input[type=number]:disabled,
input[type=tel]:disabled,
input[type=date]:disabled,
input[type=month]:disabled,
input[type=week]:disabled,
input[type=time]:disabled,
input[type=datetime]:disabled,
input[type=datetime-local]:disabled,
input[type=color]:disabled,
.site textarea:disabled {
	opacity: 0.7;
}

.is-dark-theme input[type=text],
.is-dark-theme input[type=email],
.is-dark-theme input[type=url],
.is-dark-theme input[type=password],
.is-dark-theme input[type=search],
.is-dark-theme input[type=number],
.is-dark-theme input[type=tel],
.is-dark-theme input[type=date],
.is-dark-theme input[type=month],
.is-dark-theme input[type=week],
.is-dark-theme input[type=time],
.is-dark-theme input[type=datetime],
.is-dark-theme input[type=datetime-local],
.is-dark-theme input[type=color],
.is-dark-theme .site textarea {
	background: var(--global--color-white-90);
}

input[type=search]:focus {
	outline-offset: -7px;
}

.is-dark-theme input[type=search]:focus {
	/* outline-color: var(--global--color-background); */
}

input[type=color] {
	padding: calc(var(--form--spacing-unit) / 2);
	height: calc(4 * var(--form--spacing-unit));
}

input[type=email],
input[type=url] {

	/*rtl:ignore*/
	direction: ltr;
}

select {
	border: var(--form--border-width) solid var(--form--border-color);
	color: var(--form--color-text);
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	line-height: var(--global--line-height-body);
	padding: var(--form--spacing-unit) calc(3 * var(--form--spacing-unit)) var(--form--spacing-unit) var(--form--spacing-unit);
	background: var(--global--color-white) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='%2328303d'><polygon points='0,0 10,0 5,5'/></svg>") no-repeat;
	background-position: right var(--form--spacing-unit) top 60%;
}

select:focus {
	outline-offset: 2px;
	/* outline: 2px dotted var(--form--border-color); */
}

.is-dark-theme select {
	background: var(--global--color-white-90) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='%2328303d'><polygon points='0,0 10,0 5,5'/></svg>") no-repeat;
	background-position: right var(--form--spacing-unit) top 60%;
}

textarea {
	width: 100%;
}

label {
	font-size: var(--form--font-size);
	font-weight: var(--form--label-weight);
	margin-bottom: calc(var(--global--spacing-vertical) / 3);
}

/**
https://css-tricks.com/custom-styling-form-inputs-with-modern-css-features/
https://codepen.io/aaroniker/pen/ZEYoxEY by Aaron Iker.
License: MIT.
*/
@supports (-webkit-appearance: none) or (-moz-appearance: none) {

	input[type=checkbox],
	input[type=radio] {
		-webkit-appearance: none;
		-moz-appearance: none;
		position: relative;
		width: 25px;
		min-width: 25px;
		height: 25px;
		border: var(--form--border-width) solid #0b5cab;
		background: var(--global--color-white);
		border-radius: 4px;
	}

	input[type=checkbox]:disabled,
	input[type=radio]:disabled {
		opacity: 0.7;
	}

	.is-dark-theme input[type=checkbox],
	.is-dark-theme input[type=radio] {
		background: var(--global--color-white-90);
	}

	input[type=checkbox]:focus {
		outline-offset: 2px;
		outline: 2px dotted var(--form--border-color);
	}

	input[type=checkbox]:after {
		content: "";
		opacity: 0;
		display: block;
		left: 5px;
		top: 2px;
		position: absolute;
		width: 7px;
		height: 13px;
		border: 3px solid #0c5362d9;
		border-top: 0;
		border-left: 0;
		transform: rotate(30deg);
	}

	input[type=checkbox]:checked {
		color: var(--form--color-text);
	}

	input[type=checkbox]:checked:after {
		opacity: 1;
	}

	input[type=radio] {
		border-radius: 50%;
	}

	input[type=radio]:focus {
		outline-offset: 2px;
		outline: 2px dotted var(--form--border-color);
	}

	input[type=radio]:after {
		content: "";
		opacity: 0;
		display: block;
		left: 3px;
		top: 3px;
		position: absolute;
		width: 11px;
		height: 11px;
		border-radius: 50%;
		background: var(--form--color-text);
	}

	input[type=radio]:checked {
		border: 4px solid var(--form--border-color);
	}

	input[type=radio]:checked:after {
		opacity: 1;
	}

	input[type=radio]:checked:focus {
		outline-offset: 4px;
		outline: 2px dotted var(--form--border-color);
	}
}

input[type=checkbox]+label,
input[type=radio]+label {
	display: inline-block;
	padding-left: 10px;
	font-size: var(--global--font-size-xs);
	vertical-align: top;
}

/**
 * https://css-tricks.com/styling-cross-browser-compatible-range-inputs-css/
*/
@supports (-webkit-appearance: none) or (-moz-appearance: none) {

	input[type=range] {
		-webkit-appearance: none;
		/* Hides the slider so that custom slider can be made */
		width: 100%;
		/* Specific width is required for Firefox. */
		height: 6px;
		background: var(--form--color-ranged);
		border-radius: 6px;
		outline-offset: 10px;
	}

	input[type=range]:disabled {
		opacity: 0.7;
	}

	input[type=range]::-webkit-slider-thumb {
		-webkit-appearance: none;
		border: 3px solid var(--form--color-ranged);
		height: 44px;
		width: 44px;
		border-radius: 50%;
		background: var(--global--color-background);
		cursor: pointer;
	}

	input[type=range]::-moz-range-thumb {
		border: 3px solid var(--form--color-ranged);
		height: 44px;
		width: 44px;
		border-radius: 50%;
		background: var(--global--color-background);
		cursor: pointer;
		box-sizing: border-box;
	}
}

input[type=range]::-ms-track {
	width: 100%;
	height: 6px;
	border-radius: 6px;
	border-width: 19px 0;
	border-color: var(--global--color-background);
	background: transparent;
	color: transparent;
	cursor: pointer;
}

input[type=range]::-ms-fill-upper {
	background: var(--form--color-ranged);
	border-radius: 6px;
}

input[type=range]::-ms-fill-lower {
	background: var(--form--color-ranged);
	border-radius: 6px;
}

input[type=range]::-ms-thumb {
	border: 3px solid var(--form--color-ranged);
	height: 44px;
	width: 44px;
	border-radius: 50%;
	background: var(--global--color-background);
	cursor: pointer;
}

fieldset {
	display: grid;
	border-color: var(--global--color-secondary);
	padding: var(--global--spacing-horizontal);
}

fieldset legend {
	font-size: var(--global--font-size-lg);
}

fieldset input[type=submit] {
	max-width: max-content;
}

fieldset input:not([type=submit]) {
	margin-bottom: var(--global--spacing-unit);
}

fieldset input[type=radio],
fieldset input[type=checkbox] {
	margin-bottom: 0;
}

fieldset input[type=radio]+label,
fieldset input[type=checkbox]+label {
	font-size: var(--form--font-size);
	padding-left: 0;
	margin-bottom: var(--global--spacing-unit);
}

::-moz-placeholder {
	opacity: 1;
}

.post-password-message {
	font-size: var(--global--font-size-lg);
}

.post-password-form {
	display: flex;
	flex-wrap: wrap;
}

.post-password-form__label {
	width: 100%;
	margin-bottom: 0;
}

.post-password-form input[type=password] {
	flex-grow: 1;
	margin-top: calc(var(--global--spacing-vertical) / 3);
	margin-right: calc(0.66 * var(--global--spacing-horizontal));
}

.post-password-form__submit {
	margin-top: calc(var(--global--spacing-vertical) / 3);
}

@media only screen and (min-width: 592px) {

	.post-password-form__submit {
		margin-left: calc(0.4 * var(--global--spacing-horizontal));
	}
}

img {
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

/* Classic editor images */
.entry-content img {
	max-width: 100%;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object,
video {
	max-width: 100%;
}

/* Media captions */
figcaption,
.wp-caption,
.wp-caption-text,
.wp-block-embed figcaption {
	color: currentColor;
	font-size: var(--global--font-size-xs);
	line-height: var(--global--line-height-body);
	margin-top: calc(0.5 * var(--global--spacing-unit));
	margin-bottom: var(--global--spacing-unit);
	text-align: center;
}

.alignleft figcaption,
.alignright figcaption,
.alignleft .wp-caption,
.alignright .wp-caption,
.alignleft .wp-caption-text,
.alignright .wp-caption-text,
.alignleft .wp-block-embed figcaption,
.alignright .wp-block-embed figcaption {
	margin-bottom: 0;
}

/* WP Smiley */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Over here, place any elements that do not need to have their own file. */
b,
strong {
	font-weight: 700;
}

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

pre {
	white-space: pre;
	overflow-x: auto;
}

/*
 * text-underline-offset doesn't work in Chrome at all 👎
 * But looks nice in Safari/Firefox, so let's keep it and
 * maybe Chrome will support it soon.
 */
a {
	cursor: pointer;
	color: var(--wp--style--color--link, var(--global--color-primary));
	text-underline-offset: 3px;
	text-decoration-skip-ink: all;
}

a:hover {
	text-decoration-style: dotted;
	text-decoration-skip-ink: none;
}

.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {

	/* Only visible in Windows High Contrast mode */
	outline: 2px solid transparent;
	text-decoration: underline 1px dotted currentColor;
	text-decoration-skip-ink: none;
	background: rgba(255, 255, 255, 0.9);
}

.is-dark-theme .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
	background: var(--global--color-black);
	color: var(--global--color-white);
	text-decoration: none;
}

.is-dark-theme .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) .meta-nav {
	color: var(--wp--style--color--link, var(--global--color-white));
}

.has-background-white .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
	background: rgba(0, 0, 0, 0.9);
	color: var(--wp--style--color--link, var(--global--color-white));
}

.has-background-white .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) .meta-nav {
	color: var(--wp--style--color--link, var(--global--color-white));
}

.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button).skip-link {

	/* Only visible in Windows High Contrast mode */
	outline: 2px solid transparent;
	outline-offset: -2px;
}

.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button).skip-link:focus {
	color: #21759b;
	background-color: #f1f1f1;
}

.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button).custom-logo-link {
	background: none;
}

.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) img {
	outline: none;
}

.has-background .has-link-color a,
.has-background.has-link-color a {
	color: var(--wp--style--color--link, var(--global--color-primary));
}

/* Category 05 is all about adjusting the default block styles to the given layout. I only added three blocks as examples. */
.wp-block-audio audio:focus {
	outline-offset: 5px;
	outline: none;
}

/**
 * Button
 */
.site .button,
button,
input[type=submit],
input[type=reset],
.wp-block-search .wp-block-search__button,
.wp-block-button .wp-block-button__link,
.wp-block-file a.wp-block-file__button {
	border: var(--button--border-width) solid transparent;
	border-radius: var(--button--border-radius);
	cursor: pointer;
	font-weight: var(--button--font-weight);
	font-family: var(--button--font-family);
	font-size: var(--button--font-size);
	line-height: var(--button--line-height);
	padding: var(--button--padding-vertical) var(--button--padding-horizontal);
	text-decoration: none;
}

.site .button:not(:hover):not(:active):not(.has-text-color),
button:not(:hover):not(:active):not(.has-text-color),
input[type=submit]:not(:hover):not(:active):not(.has-text-color),
input[type=reset]:not(:hover):not(:active):not(.has-text-color),
.wp-block-search .wp-block-search__button:not(:hover):not(:active):not(.has-text-color),
.wp-block-button .wp-block-button__link:not(:hover):not(:active):not(.has-text-color),
.wp-block-file a.wp-block-file__button:not(:hover):not(:active):not(.has-text-color) {
	color: var(--global--color-background);
}

.has-background .site .button:not(:hover):not(:active):not(.has-text-color),
.has-background button:not(:hover):not(:active):not(.has-text-color),
.has-background input[type=submit]:not(:hover):not(:active):not(.has-text-color),
.has-background input[type=reset]:not(:hover):not(:active):not(.has-text-color),
.has-background .wp-block-search .wp-block-search__button:not(:hover):not(:active):not(.has-text-color),
.has-background .wp-block-button .wp-block-button__link:not(:hover):not(:active):not(.has-text-color),
.has-background .wp-block-file a.wp-block-file__button:not(:hover):not(:active):not(.has-text-color) {
	color: var(--local--color-background, var(--global--color-primary));
}

.has-background .site .button:not(:hover):not(:active):not(.has-text-color).has-background,
.has-background button:not(:hover):not(:active):not(.has-text-color).has-background,
.has-background input[type=submit]:not(:hover):not(:active):not(.has-text-color).has-background,
.has-background input[type=reset]:not(:hover):not(:active):not(.has-text-color).has-background,
.has-background .wp-block-search .wp-block-search__button:not(:hover):not(:active):not(.has-text-color).has-background,
.has-background .wp-block-button .wp-block-button__link:not(:hover):not(:active):not(.has-text-color).has-background,
.has-background .wp-block-file a.wp-block-file__button:not(:hover):not(:active):not(.has-text-color).has-background {
	color: var(--global--color-primary);
}

.site .button:not(:hover):not(:active):not(.has-background),
button:not(:hover):not(:active):not(.has-background),
input[type=submit]:not(:hover):not(:active):not(.has-background),
input[type=reset]:not(:hover):not(:active):not(.has-background),
.wp-block-search .wp-block-search__button:not(:hover):not(:active):not(.has-background),
.wp-block-button .wp-block-button__link:not(:hover):not(:active):not(.has-background),
.wp-block-file a.wp-block-file__button:not(:hover):not(:active):not(.has-background) {
	background-color: var(--global--color-primary);
}

.has-background .site .button:not(:hover):not(:active):not(.has-background),
.has-background button:not(:hover):not(:active):not(.has-background),
.has-background input[type=submit]:not(:hover):not(:active):not(.has-background),
.has-background input[type=reset]:not(:hover):not(:active):not(.has-background),
.has-background .wp-block-search .wp-block-search__button:not(:hover):not(:active):not(.has-background),
.has-background .wp-block-button .wp-block-button__link:not(:hover):not(:active):not(.has-background),
.has-background .wp-block-file a.wp-block-file__button:not(:hover):not(:active):not(.has-background) {
	background-color: var(--local--color-primary, var(--global--color-primary));
}

.site .button:hover,
.site .button:active,
button:hover,
button:active,
input[type=submit]:hover,
input[type=submit]:active,
input[type=reset]:hover,
input[type=reset]:active,
.wp-block-search .wp-block-search__button:hover,
.wp-block-search .wp-block-search__button:active,
.wp-block-button .wp-block-button__link:hover,
.wp-block-button .wp-block-button__link:active,
.wp-block-file a.wp-block-file__button:hover,
.wp-block-file a.wp-block-file__button:active {
	background-color: transparent;
	border-color: currentColor;
	color: inherit;
}

.site .button:focus,
button:focus,
input[type=submit]:focus,
input[type=reset]:focus,
.wp-block-search .wp-block-search__button:focus,
.wp-block-button .wp-block-button__link:focus,
.wp-block-file a.wp-block-file__button:focus {
	/* outline-offset: -6px;
	outline: 2px dotted none; */
}

.site .button:disabled,
button:disabled,
input[type=submit]:disabled,
input[type=reset]:disabled,
.wp-block-search .wp-block-search__button:disabled,
.wp-block-button .wp-block-button__link:disabled,
.wp-block-file a.wp-block-file__button:disabled {
	background-color: var(--global--color-white-50);
	border-color: var(--global--color-white-50);
	color: var(--button--color-text-active);
}

/**
 * Block Options
 */
.wp-block-button:not(.is-style-outline) .wp-block-button__link:not(:hover):not(:active):not(.has-text-color) {
	color: var(--global--color-background);
}

.has-background .wp-block-button:not(.is-style-outline) .wp-block-button__link:not(:hover):not(:active):not(.has-text-color) {
	color: var(--local--color-background, var(--global--color-background));
}

.has-background .wp-block-button:not(.is-style-outline) .wp-block-button__link:not(:hover):not(:active):not(.has-text-color).has-background {
	color: var(--global--color-primary);
}

.wp-block-button:not(.is-style-outline) .wp-block-button__link:not(:hover):not(:active):not(.has-background) {
	background-color: var(--global--color-primary);
}

.has-background .wp-block-button:not(.is-style-outline) .wp-block-button__link:not(:hover):not(:active):not(.has-background) {
	background-color: var(--local--color-primary, var(--global--color-primary));
}

.wp-block-button:not(.is-style-outline) .wp-block-button__link:hover,
.wp-block-button:not(.is-style-outline) .wp-block-button__link:active {
	border-color: currentColor !important;
	background-color: transparent !important;
	color: inherit !important;
}

.wp-block-button.is-style-outline .wp-block-button__link:not(:hover):not(:active):not(.has-text-color),
.wp-block-button.is-style-outline .wp-block-button__link:not(:hover):not(:active):not(.has-background),
.wp-block-button.is-style-outline .wp-block-button__link:not(:hover):not(:active).has-background {
	border-color: currentColor;
}

.wp-block-button.is-style-outline .wp-block-button__link:not(:hover):not(:active):not(.has-text-color) {
	color: var(--global--color-primary);
}

.has-background .wp-block-button.is-style-outline .wp-block-button__link:not(:hover):not(:active):not(.has-text-color) {
	color: var(--local--color-primary, var(--global--color-primary));
}

.has-background .wp-block-button.is-style-outline .wp-block-button__link:not(:hover):not(:active).has-background:not(.has-text-color) {
	color: inherit;
}

.wp-block-button.is-style-outline .wp-block-button__link:not(:hover):not(:active):not(.has-background) {
	background-color: transparent;
}

.wp-block-button.is-style-outline .wp-block-button__link:hover,
.wp-block-button.is-style-outline .wp-block-button__link:active {
	border-color: transparent !important;
	background-color: var(--global--color-primary) !important;
	color: var(--global--color-background) !important;
}

.has-background .wp-block-button.is-style-outline .wp-block-button__link:hover,
.has-background .wp-block-button.is-style-outline .wp-block-button__link:active {
	background-color: var(--local--color-primary, var(--global--color-primary)) !important;
	color: var(--local--color-background, var(--global--color-background)) !important;
}

.has-text-color .wp-block-button.is-style-outline .wp-block-button__link:hover,
.has-text-color .wp-block-button.is-style-outline .wp-block-button__link:active {
	color: var(--local--color-background, var(--global--color-background)) !important;
}

.wp-block-button .is-style-squared .wp-block-button__link {
	border-radius: 0;
}

.is-style-outline .wp-block-button__link[style*=radius]:focus,
.wp-block-button a.wp-block-button__link[style*=radius]:focus {
	outline-offset: 2px;
	outline: 2px dotted var(--button--color-background);
}

.wp-block-code {
	border-color: var(--global--color-border);
	border-radius: 0;
	border-style: solid;
	border-width: 0.1rem;
	padding: var(--global--spacing-unit);
}

.wp-block-code code {
	color: var(--global--color-primary);
	white-space: pre;
	overflow-x: auto;
	display: block;
}

.wp-block-columns:not(.alignwide):not(.alignfull) {
	clear: both;
}

.wp-block-columns .wp-block-column>* {
	margin-top: calc(0.66 * var(--global--spacing-vertical));
	margin-bottom: calc(0.66 * var(--global--spacing-vertical));
}

@media only screen and (min-width: 482px) {

	.wp-block-columns .wp-block-column>* {
		margin-top: var(--global--spacing-vertical);
		margin-bottom: var(--global--spacing-vertical);
	}
}

.wp-block-columns .wp-block-column>*:first-child {
	margin-top: 0;
}

.wp-block-columns .wp-block-column>*:last-child {
	margin-bottom: 0;
}

.wp-block-columns .wp-block-column:last-child {
	margin-bottom: 0;
}

.wp-block-columns .wp-block-column:not(:last-child) {
	margin-bottom: calc(0.66 * var(--global--spacing-vertical));
}

@media only screen and (min-width: 482px) {

	.wp-block-columns .wp-block-column:not(:last-child) {
		margin-bottom: var(--global--spacing-vertical);
	}
}

@media only screen and (min-width: 822px) {

	.wp-block-columns .wp-block-column:not(:last-child) {
		margin-bottom: 0;
	}
}

.wp-block-columns.is-style-twentytwentyone-columns-overlap {
	justify-content: space-around;
}

@media only screen and (min-width: 652px) {

	.wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n) {
		margin-left: calc(-2 * var(--global--spacing-horizontal));
		margin-top: calc(2.5 * var(--global--spacing-horizontal));
		z-index: 2;
	}

	.wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n)>p:not(.has-background),
	.wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n)>h1:not(.has-background),
	.wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n)>h2:not(.has-background),
	.wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n)>h3:not(.has-background),
	.wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n)>h4:not(.has-background),
	.wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n)>h5:not(.has-background),
	.wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n)>h6:not(.has-background),
	.wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n)>ul:not(.has-background),
	.wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n)>ol:not(.has-background),
	.wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n)>pre:not(.has-background) {
		background-color: var(--global--color-background);
		padding: var(--global--spacing-unit);
	}

	.wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n)>ul:not(.has-background),
	.wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n)>ol:not(.has-background) {
		padding-left: calc(2 * var(--global--spacing-horizontal));
	}

	.wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n).is-vertically-aligned-center {
		margin-top: 0;
	}
}

.wp-block-columns.alignfull .wp-block-column p:not(.has-background),
.wp-block-columns.alignfull .wp-block-column h1:not(.has-background),
.wp-block-columns.alignfull .wp-block-column h2:not(.has-background),
.wp-block-columns.alignfull .wp-block-column h3:not(.has-background),
.wp-block-columns.alignfull .wp-block-column h4:not(.has-background),
.wp-block-columns.alignfull .wp-block-column h5:not(.has-background),
.wp-block-columns.alignfull .wp-block-column h6:not(.has-background) {
	padding-left: var(--global--spacing-unit);
	padding-right: var(--global--spacing-unit);
}

.wp-block-cover,
.wp-block-cover-image {
	background-color: var(--cover--color-background);
	min-height: var(--cover--height);
	margin-top: inherit;
	margin-bottom: inherit;

	/* default & custom background-color */

	/* Treating H2 separately to account for legacy /core styles */

	/* Block Styles */

	/* The background color class is used just for the overlay, and does not need to be applied to the inner container. */
}

.wp-block-cover:not(.alignwide):not(.alignfull),
.wp-block-cover-image:not(.alignwide):not(.alignfull) {
	clear: both;
}

.wp-block-cover.alignfull,
.wp-block-cover-image.alignfull {
	margin-top: 0;
	margin-bottom: 0;
}

.wp-block-cover .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
.wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover-image .wp-block-cover-text {
	color: currentColor;
	margin-top: var(--global--spacing-vertical);
	margin-bottom: var(--global--spacing-vertical);
}

.wp-block-cover .wp-block-cover__inner-container a:not(.wp-block-button__link):not(.wp-block-file__button),
.wp-block-cover .wp-block-cover-image-text a:not(.wp-block-button__link):not(.wp-block-file__button),
.wp-block-cover .wp-block-cover-text a:not(.wp-block-button__link):not(.wp-block-file__button),
.wp-block-cover-image .wp-block-cover__inner-container a:not(.wp-block-button__link):not(.wp-block-file__button),
.wp-block-cover-image .wp-block-cover-image-text a:not(.wp-block-button__link):not(.wp-block-file__button),
.wp-block-cover-image .wp-block-cover-text a:not(.wp-block-button__link):not(.wp-block-file__button) {
	color: currentColor;
}

.wp-block-cover .wp-block-cover__inner-container .has-link-color a,
.wp-block-cover .wp-block-cover-image-text .has-link-color a,
.wp-block-cover .wp-block-cover-text .has-link-color a,
.wp-block-cover-image .wp-block-cover__inner-container .has-link-color a,
.wp-block-cover-image .wp-block-cover-image-text .has-link-color a,
.wp-block-cover-image .wp-block-cover-text .has-link-color a {
	color: var(--wp--style--color--link, var(--global--color-primary));
}

.wp-block-cover:not([class*=background-color]) .wp-block-cover__inner-container,
.wp-block-cover:not([class*=background-color]) .wp-block-cover-image-text,
.wp-block-cover:not([class*=background-color]) .wp-block-cover-text,
.wp-block-cover-image:not([class*=background-color]) .wp-block-cover__inner-container,
.wp-block-cover-image:not([class*=background-color]) .wp-block-cover-image-text,
.wp-block-cover-image:not([class*=background-color]) .wp-block-cover-text {
	color: var(--cover--color-foreground);
}

.wp-block-cover h2,
.wp-block-cover-image h2 {
	font-size: var(--heading--font-size-h2);
	letter-spacing: var(--heading--letter-spacing-h2);
	line-height: var(--heading--line-height-h2);
	max-width: inherit;
	text-align: inherit;
	padding: 0;
}

.wp-block-cover h2.has-text-align-left,
.wp-block-cover-image h2.has-text-align-left {
	text-align: left;
}

.wp-block-cover h2.has-text-align-center,
.wp-block-cover-image h2.has-text-align-center {
	text-align: center;
}

.wp-block-cover h2.has-text-align-right,
.wp-block-cover-image h2.has-text-align-right {
	text-align: right;
}

.wp-block-cover .wp-block-cover__inner-container,
.wp-block-cover-image .wp-block-cover__inner-container {
	width: calc(100% - 2 * var(--global--spacing-vertical));
}

.wp-block-cover .wp-block-cover__inner-container>*,
.wp-block-cover-image .wp-block-cover__inner-container>* {
	margin-top: calc(0.666 * var(--global--spacing-vertical));
	margin-bottom: calc(0.666 * var(--global--spacing-vertical));
}

@media only screen and (min-width: 482px) {

	.wp-block-cover .wp-block-cover__inner-container>*,
	.wp-block-cover-image .wp-block-cover__inner-container>* {
		margin-top: var(--global--spacing-vertical);
		margin-bottom: var(--global--spacing-vertical);
	}
}

.wp-block-cover .wp-block-cover__inner-container>*:first-child,
.wp-block-cover-image .wp-block-cover__inner-container>*:first-child {
	margin-top: 0;
}

.wp-block-cover .wp-block-cover__inner-container>*:last-child,
.wp-block-cover-image .wp-block-cover__inner-container>*:last-child {
	margin-bottom: 0;
}

.wp-block-cover.alignleft,
.wp-block-cover.alignright,
.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright {
	margin-top: 0;
}

.wp-block-cover.alignleft>*,
.wp-block-cover.alignright>*,
.wp-block-cover-image.alignleft>*,
.wp-block-cover-image.alignright>* {
	margin-top: calc(2 * var(--global--spacing-vertical));
	margin-bottom: calc(2 * var(--global--spacing-vertical));
	padding-left: var(--global--spacing-horizontal);
	padding-right: var(--global--spacing-horizontal);
	width: 100%;
}

.wp-block-cover.has-left-content,
.wp-block-cover.has-right-content,
.wp-block-cover-image.has-left-content,
.wp-block-cover-image.has-right-content {
	justify-content: center;
}

.wp-block-cover.is-style-twentytwentyone-border,
.wp-block-cover-image.is-style-twentytwentyone-border {
	border: calc(3 * var(--separator--height)) solid var(--global--color-border);
}

.wp-block-cover[class*=-background-color][class] .wp-block-cover__inner-container,
.wp-block-cover-image[class*=-background-color][class] .wp-block-cover__inner-container {
	background-color: unset;
}

.wp-block-file a.wp-block-file__button:active,
.wp-block-file a.wp-block-file__button:focus,
.wp-block-file a.wp-block-file__button:hover {
	opacity: inherit;
}

.wp-block-file a.wp-block-file__button {
	display: inline-block;
}

.wp-block-gallery {
	margin: 0 auto;
}

.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
	width: calc((100% - var(--global--spacing-unit)) / 2);
}

.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
	margin: 0;
	color: var(--global--color-white);
	font-size: var(--global--font-size-xs);
}

.wp-block-gallery .blocks-gallery-image figcaption a,
.wp-block-gallery .blocks-gallery-item figcaption a {
	color: var(--global--color-white);
}

.wp-block-gallery .blocks-gallery-image figcaption a:focus,
.wp-block-gallery .blocks-gallery-item figcaption a:focus {
	background-color: transparent;
	outline: 2px solid var(--wp--style--color--link, var(--global--color-primary));
	text-decoration: none;
}

.wp-block-gallery .blocks-gallery-image a:focus img,
.wp-block-gallery .blocks-gallery-item a:focus img {
	outline-offset: 2px;
}

.wp-block-group {
	display: block;
	clear: both;
	display: flow-root;
}

.wp-block-group:before,
.wp-block-group:after {
	content: "";
	display: block;
	clear: both;
}

.wp-block-group .wp-block-group__inner-container {
	margin-left: auto;
	margin-right: auto;
}

.wp-block-group .wp-block-group__inner-container>* {
	margin-top: calc(0.666 * var(--global--spacing-vertical));
	margin-bottom: calc(0.666 * var(--global--spacing-vertical));
}

@media only screen and (min-width: 482px) {

	.wp-block-group .wp-block-group__inner-container>* {
		margin-top: var(--global--spacing-vertical);
		margin-bottom: var(--global--spacing-vertical);
	}
}

.wp-block-group .wp-block-group__inner-container>*:first-child {
	margin-top: 0;
}

.wp-block-group .wp-block-group__inner-container>*:last-child {
	margin-bottom: 0;
}

.wp-block-group.has-background {
	padding: calc(0.666 * var(--global--spacing-vertical));
}

@media only screen and (min-width: 482px) {

	.wp-block-group.has-background {
		padding: var(--global--spacing-vertical);
	}
}

.wp-block-group.is-style-twentytwentyone-border {
	border: calc(3 * var(--separator--height)) solid var(--global--color-border);
	padding: var(--global--spacing-vertical);
}

.wp-block-group.has-background .wp-block-group__inner-container>.alignfull,
.wp-block-group.has-background .wp-block-group__inner-container>hr.wp-block-separator:not(.is-style-dots):not(.alignwide).alignfull,
.wp-block-group.is-style-twentytwentyone-border .wp-block-group__inner-container>.alignfull,
.wp-block-group.is-style-twentytwentyone-border .wp-block-group__inner-container>hr.wp-block-separator:not(.is-style-dots):not(.alignwide).alignfull {
	max-width: calc(var(--responsive--alignfull-width) + 2 * var(--global--spacing-vertical));
	width: calc(var(--responsive--alignfull-width) + 2 * var(--global--spacing-vertical));
	margin-left: calc(-1 * var(--global--spacing-vertical));
}

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

h1 strong,
.h1 strong,
h2 strong,
.h2 strong,
h3 strong,
.h3 strong,
h4 strong,
.h4 strong,
h5 strong,
.h5 strong,
h6 strong,
.h6 strong {
	font-weight: var(--heading--font-weight-strong);
}

h1,
.h1 {
	font-size: var(--heading--font-size-h1);
	letter-spacing: var(--heading--letter-spacing-h1);
	line-height: var(--heading--line-height-h1);
}

h2,
.h2 {
	font-size: var(--heading--font-size-h2);
	letter-spacing: var(--heading--letter-spacing-h2);
	line-height: var(--heading--line-height-h2);
}

h3,
.h3 {
	font-size: var(--heading--font-size-h3);
	letter-spacing: var(--heading--letter-spacing-h3);
	line-height: var(--heading--line-height-h3);
}

h4,
.h4 {
	font-size: var(--heading--font-size-h4);
	font-weight: var(--heading--font-weight-strong);
	letter-spacing: var(--heading--letter-spacing-h4);
	line-height: var(--heading--line-height-h4);
}

h5,
.h5 {
	font-size: var(--heading--font-size-h5);
	font-weight: var(--heading--font-weight-strong);
	letter-spacing: var(--heading--letter-spacing-h5);
	line-height: var(--heading--line-height-h5);
}

h6,
.h6 {
	font-size: var(--heading--font-size-h6);
	font-weight: var(--heading--font-weight-strong);
	letter-spacing: var(--heading--letter-spacing-h6);
	line-height: var(--heading--line-height-h6);
}

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

.wp-block-image figcaption {
	color: var(--global--color-primary);
	font-size: var(--global--font-size-xs);
	line-height: var(--global--line-height-body);
	margin-top: calc(0.5 * var(--global--spacing-unit));
	margin-bottom: var(--global--spacing-unit);
	text-align: center;
}

.wp-block-image .alignright {
	margin-left: var(--global--spacing-horizontal);
}

.wp-block-image .alignleft {
	margin-right: var(--global--spacing-horizontal);
}

.wp-block-image a:focus img {
	outline-offset: 2px;
}

.entry-content>*[class=wp-block-image],
.entry-content [class*=inner-container]>*[class=wp-block-image] {
	margin-top: 0;
	margin-bottom: 0;
}

.entry-content>*[class=wp-block-image]+*,
.entry-content [class*=inner-container]>*[class=wp-block-image]+* {
	margin-top: 0;
}

.wp-block-image.is-style-twentytwentyone-border img,
.wp-block-image.is-style-twentytwentyone-image-frame img {
	border: calc(3 * var(--separator--height)) solid var(--global--color-border);
}

.wp-block-image.is-style-twentytwentyone-image-frame img {
	padding: var(--global--spacing-unit);
}

@media only screen and (min-width: 482px) {

	.entry-content>.wp-block-image>.alignleft,
	.entry-content>.wp-block-image>.alignright {
		max-width: 50%;
	}
}

@media only screen and (max-width: 481px) {

	.entry-content>.wp-block-image>.alignleft,
	.entry-content>.wp-block-image>.alignright {
		margin-left: 0;
		margin-right: 0;
	}
}

.wp-block-latest-comments {
	padding-left: 0;
}

.wp-block-latest-comments .wp-block-latest-comments__comment {
	font-size: var(--global--font-size-sm);
	line-height: var(--global--line-height-body);

	/* Vertical margins logic */
	margin-top: var(--global--spacing-vertical);
	margin-bottom: var(--global--spacing-vertical);
}

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

.wp-block-latest-comments .wp-block-latest-comments__comment:last-child {
	margin-bottom: 0;
}

.wp-block-latest-comments .wp-block-latest-comments__comment-meta {
	font-family: var(--heading--font-family);
}

.wp-block-latest-comments .wp-block-latest-comments__comment-date {
	color: var(--global--color-primary);
	font-size: var(--global--font-size-sm);
}

.wp-block-latest-comments .wp-block-latest-comments__comment-excerpt p {
	font-size: var(--global--font-size-sm);
	line-height: var(--global--line-height-body);
	margin: 0;
}

.wp-block-latest-posts {
	padding-left: 0;
}

.wp-block-latest-posts:not(.is-grid)>li {
	margin-top: calc(1.666 * var(--global--spacing-vertical));
	margin-bottom: calc(1.666 * var(--global--spacing-vertical));
}

.wp-block-latest-posts:not(.is-grid)>li:first-child {
	margin-top: 0;
}

.wp-block-latest-posts:not(.is-grid)>li:last-child {
	margin-bottom: 0;
}

.widget-area .wp-block-latest-posts:not(.is-grid)>li {
	margin-top: 0;
	margin-bottom: 0;
}

.wp-block-latest-posts.is-grid {
	word-wrap: break-word;
	word-break: break-word;
}

.wp-block-latest-posts.is-grid>li {
	margin-bottom: var(--global--spacing-vertical);
}

.wp-block-latest-posts.is-grid>li:last-child {
	margin-bottom: 0;
}

.wp-block-latest-posts.is-grid.columns-2>li:nth-last-child(-n+2):nth-child(2n+1),
.wp-block-latest-posts.is-grid.columns-2>li:nth-last-child(-n+2):nth-child(2n+1)~li,
.wp-block-latest-posts.is-grid.columns-3>li:nth-last-child(-n+3):nth-child(3n+1),
.wp-block-latest-posts.is-grid.columns-3>li:nth-last-child(-n+3):nth-child(3n+1)~li,
.wp-block-latest-posts.is-grid.columns-4>li:nth-last-child(-n+4):nth-child(4n+1),
.wp-block-latest-posts.is-grid.columns-4>li:nth-last-child(-n+4):nth-child(4n+1)~li,
.wp-block-latest-posts.is-grid.columns-5>li:nth-last-child(-n+5):nth-child(5n+1),
.wp-block-latest-posts.is-grid.columns-5>li:nth-last-child(-n+5):nth-child(5n+1)~li,
.wp-block-latest-posts.is-grid.columns-6>li:nth-last-child(-n+6):nth-child(6n+1),
.wp-block-latest-posts.is-grid.columns-6>li:nth-last-child(-n+6):nth-child(6n+1)~li {
	margin-bottom: 0;
}

.wp-block-latest-posts>li>* {
	margin-top: calc(0.333 * var(--global--spacing-vertical));
	margin-bottom: calc(0.333 * var(--global--spacing-vertical));
}

.wp-block-latest-posts>li>*:first-child {
	margin-top: 0;
}

.wp-block-latest-posts>li>*:last-child {
	margin-bottom: 0;
}

.wp-block-latest-posts>li>a {
	display: inline-block;
	font-family: var(--latest-posts--title-font-family);
	font-size: var(--latest-posts--title-font-size);
	font-weight: var(--heading--font-weight);
	line-height: var(--global--line-height-heading);
	margin-bottom: calc(0.333 * var(--global--spacing-vertical));
}

.widget-area .wp-block-latest-posts>li>a {
	font-size: var(--global--font-size-sm);
	margin-bottom: 0;
}

.wp-block-latest-posts .wp-block-latest-posts__post-author {
	color: var(--global--color-primary);
	font-size: var(--global--font-size-md);
	line-height: var(--global--line-height-body);
}

.wp-block-latest-posts .wp-block-latest-posts__post-date {
	color: var(--global--color-primary);
	font-size: var(--global--font-size-xs);
	line-height: var(--global--line-height-body);
}

[class*=inner-container] .wp-block-latest-posts .wp-block-latest-posts__post-date,
.has-background .wp-block-latest-posts .wp-block-latest-posts__post-date {
	color: currentColor;
}

.wp-block-latest-posts .wp-block-latest-posts__post-excerpt,
.wp-block-latest-posts .wp-block-latest-posts__post-full-content {
	font-family: var(--latest-posts--description-font-family);
	font-size: var(--latest-posts--description-font-size);
	line-height: var(--global--line-height-body);
	margin-top: calc(0.666 * var(--global--spacing-vertical));
}

.wp-block-latest-posts.alignfull {
	padding-left: var(--global--spacing-unit);
	padding-right: var(--global--spacing-unit);
}

.entry-content [class*=inner-container] .wp-block-latest-posts.alignfull,
.entry-content .has-background .wp-block-latest-posts.alignfull {
	padding-left: 0;
	padding-right: 0;
}

.wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers {
	border-top: calc(3 * var(--separator--height)) solid var(--global--color-border);
	border-bottom: calc(3 * var(--separator--height)) solid var(--global--color-border);
}

.wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers:not(.is-grid)>li,
.wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers>li {
	padding-bottom: var(--global--spacing-vertical);
	border-bottom: var(--separator--height) solid var(--global--color-border);
	margin-top: var(--global--spacing-vertical);
	margin-bottom: var(--global--spacing-vertical);
}

.wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers:not(.is-grid)>li:last-child,
.wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers>li:last-child {
	padding-bottom: 0;
	border-bottom: none;
}

.wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers.is-grid {
	box-shadow: inset 0 -1px 0 0 var(--global--color-border);
	border-bottom: calc(2 * var(--separator--height)) solid var(--global--color-border);
}

.wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers.is-grid li {
	margin: 0;
	padding-top: var(--global--spacing-vertical);
	padding-right: var(--global--spacing-horizontal);
}

.wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers.is-grid li:last-child {
	padding-bottom: var(--global--spacing-vertical);
}

@media screen and (min-width: 600px) {

	.wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers.is-grid.columns-2 li {
		width: calc(100% / 2);
	}

	.wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers.is-grid.columns-3 li {
		width: calc(100% / 3);
	}

	.wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers.is-grid.columns-4 li {
		width: calc(100% / 4);
	}

	.wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers.is-grid.columns-5 li {
		width: calc(100% / 5);
	}

	.wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers.is-grid.columns-6 li {
		width: calc(100% / 6);
	}
}

.wp-block-latest-posts.is-style-twentytwentyone-latest-posts-borders li {
	border: calc(3 * var(--separator--height)) solid var(--global--color-border);
	padding: var(--global--spacing-vertical) var(--global--spacing-horizontal);
}

.wp-block-latest-posts.is-style-twentytwentyone-latest-posts-borders li:last-child {
	padding-bottom: var(--global--spacing-vertical);
}

.wp-block-latest-posts.is-style-twentytwentyone-latest-posts-borders:not(.is-grid) li {
	margin-top: var(--global--spacing-horizontal);
	margin-bottom: var(--global--spacing-horizontal);
}

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

.gallery-item a {
	display: block;
}

.gallery-item a:focus img {
	outline-offset: -2px;
}

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

figure.wp-caption a:focus img {
	outline-offset: 2px;
}

ul,
ol {
	font-family: var(--list--font-family);
	margin: 0;
	padding-left: calc(2 * var(--global--spacing-horizontal));
}

ul.aligncenter,
ol.aligncenter {
	list-style-position: inside;
	padding: 0;
}

ul.alignright,
ol.alignright {
	list-style-position: inside;
	text-align: right;
	padding: 0;
}

ul {
	list-style-type: disc;
}

ul ul {
	list-style-type: circle;
}

ol {
	list-style-type: decimal;
}

ol ul {
	list-style-type: circle;
}

dt {
	font-family: var(--definition-term--font-family);
	font-weight: bold;
}

dd {
	margin: 0;
	padding-left: calc(2 * var(--global--spacing-horizontal));
}

.wp-block-media-text {

	/**
   * Block Options
   */
}

.wp-block-media-text.alignfull {
	margin-top: 0;
	margin-bottom: 0;
}

.wp-block-media-text a:focus img {
	outline-offset: -1px;
}

.wp-block-media-text .wp-block-media-text__content {
	padding: var(--global--spacing-horizontal);
}

@media only screen and (min-width: 592px) {

	.wp-block-media-text .wp-block-media-text__content {
		padding: var(--global--spacing-vertical);
	}
}

.wp-block-media-text .wp-block-media-text__content>* {
	margin-top: calc(0.666 * var(--global--spacing-vertical));
	margin-bottom: calc(0.666 * var(--global--spacing-vertical));
}

@media only screen and (min-width: 482px) {

	.wp-block-media-text .wp-block-media-text__content>* {
		margin-top: var(--global--spacing-vertical);
		margin-bottom: var(--global--spacing-vertical);
	}
}

.wp-block-media-text .wp-block-media-text__content>*:first-child {
	margin-top: 0;
}

.wp-block-media-text .wp-block-media-text__content>*:last-child {
	margin-bottom: 0;
}

@media only screen and (min-width: 482px) {

	.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
		padding-top: var(--global--spacing-vertical);
		padding-bottom: var(--global--spacing-vertical);
	}
}

.wp-block-media-text.is-style-twentytwentyone-border {
	border: calc(3 * var(--separator--height)) solid var(--global--color-border);
}

.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link__label {
	font-family: var(--primary-nav--font-family);
	font-size: var(--primary-nav--font-size);
	font-weight: var(--primary-nav--font-weight);
}

.wp-block-navigation .wp-block-navigation-link__submenu-icon {
	padding: 0;
}

.wp-block-navigation>.wp-block-navigation__container .has-child .wp-block-navigation-link {
	display: inherit;
}

.wp-block-navigation>.wp-block-navigation__container .has-child .wp-block-navigation__container {
	border: none;
	left: 0;
	min-width: max-content;
	opacity: 0;
	padding: 0;
	position: inherit;
	top: inherit;
}

.wp-block-navigation>.wp-block-navigation__container .has-child .wp-block-navigation__container .wp-block-navigation-link__submenu-icon {
	display: none;
}

.wp-block-navigation>.wp-block-navigation__container>.has-child>.wp-block-navigation__container {
	background: var(--global--color-background);
	margin: 0;
	padding: 0;
	position: absolute;
	top: 100%;
	border: 1px solid var(--primary-nav--border-color);
}

.wp-block-navigation>.wp-block-navigation__container>.has-child>.wp-block-navigation__container:before,
.wp-block-navigation>.wp-block-navigation__container>.has-child>.wp-block-navigation__container:after {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	top: -10px;
	left: var(--global--spacing-horizontal);
	border-style: solid;
	border-color: var(--primary-nav--border-color) transparent;
	border-width: 0 7px 10px 7px;
}

.wp-block-navigation>.wp-block-navigation__container>.has-child>.wp-block-navigation__container:after {
	top: -9px;
	border-color: var(--global--color-background) transparent;
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__container {
	background: var(--global--color-background);
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__container .wp-block-navigation__container {
	background: var(--global--color-background);
}

.wp-block-navigation:not(.has-text-color) .wp-block-navigation-link>a:hover,
.wp-block-navigation:not(.has-text-color) .wp-block-navigation-link>a:focus {
	color: var(--primary-nav--color-link-hover);
}

.wp-block-navigation:not(.has-text-color) .wp-block-navigation-link>a:hover {
	text-decoration: underline;
	text-decoration-style: dotted;
}

.wp-block-navigation:not(.has-text-color) .wp-block-navigation-link__content {
	color: currentColor;
}

p {
	line-height: var(--wp--typography--line-height, var(--global--line-height-body));
}

p.has-background {
	padding: var(--global--spacing-unit);
}

p.has-text-color a {
	color: var(--wp--style--color--link, var(--global--color-primary));
}

pre.wp-block-preformatted {
	overflow-x: auto;
	white-space: pre;
}

.wp-block-pullquote {
	padding: calc(2 * var(--global--spacing-unit)) 0;
	text-align: center;
	border-width: var(--pullquote--border-width);
	border-bottom-style: solid;
	border-top-style: solid;
	color: currentColor;
	border-color: currentColor;
	position: relative;

	/**
   * Block Options
   */
}

.wp-block-pullquote blockquote::before {
	color: currentColor;
	content: "“";
	display: block;
	position: relative;
	left: 0;
	font-size: 3rem;
	font-weight: 500;
	line-height: 1;
}

.wp-block-pullquote p {
	font-family: var(--pullquote--font-family);
	font-size: var(--pullquote--font-size);
	font-style: var(--pullquote--font-style);
	font-weight: 700;
	letter-spacing: var(--pullquote--letter-spacing);
	line-height: var(--pullquote--line-height);
	margin: 0;
}

.wp-block-pullquote a {
	color: currentColor;
}

.wp-block-pullquote .wp-block-pullquote__citation,
.wp-block-pullquote cite,
.wp-block-pullquote footer {
	color: currentColor;
	display: block;
	font-size: var(--global--font-size-xs);
	font-style: var(--pullquote--font-style);
	text-transform: none;
}

.wp-block-pullquote:not(.is-style-solid-color) {
	background: none;
}

.wp-block-pullquote.alignleft:not(.is-style-solid-color) blockquote:before,
.wp-block-pullquote.alignleft:not(.is-style-solid-color) cite {
	text-align: center;
}

.wp-block-pullquote.alignwide>p,
.wp-block-pullquote.alignwide blockquote {
	max-width: var(--responsive--alignwide-width);
}

.wp-block-pullquote.alignfull:not(.is-style-solid-color)>p,
.wp-block-pullquote.alignfull:not(.is-style-solid-color) blockquote {
	padding: 0 calc(2 * var(--global--spacing-unit));
}

.wp-block-pullquote.is-style-solid-color {
	color: var(--pullquote--color-foreground);
	padding: calc(2.5 * var(--global--spacing-unit));
	border-width: var(--pullquote--border-width);
	border-style: solid;
	border-color: var(--pullquote--border-color);
}

@media (min-width: 600px) {

	.wp-block-pullquote.is-style-solid-color {
		padding: calc(5 * var(--global--spacing-unit));
	}
}

.wp-block-pullquote.is-style-solid-color blockquote::before {
	text-align: left;
}

.wp-block-pullquote.is-style-solid-color blockquote {
	margin: 0;
	max-width: inherit;
}

.wp-block-pullquote.is-style-solid-color blockquote p {
	font-size: var(--pullquote--font-size);
}

.wp-block-pullquote.is-style-solid-color .wp-block-pullquote__citation,
.wp-block-pullquote.is-style-solid-color cite,
.wp-block-pullquote.is-style-solid-color footer {
	color: currentColor;
}

.wp-block-pullquote.is-style-solid-color.alignleft,
.wp-block-pullquote.is-style-solid-color.alignright {
	padding: var(--global--spacing-unit);
}

.wp-block-pullquote.is-style-solid-color.alignleft blockquote,
.wp-block-pullquote.is-style-solid-color.alignright blockquote {
	max-width: initial;
}

.wp-block-query.has-background {
	padding: calc(0.666 * var(--global--spacing-vertical));
}

@media only screen and (min-width: 482px) {

	.wp-block-query.has-background {
		padding: var(--global--spacing-vertical);
	}
}

.wp-block-quote {
	border-left: none;

	/**
   * Block Options
   */
}

.wp-block-quote:before {
	content: "“";
	font-size: var(--quote--font-size);
	line-height: var(--quote--line-height);
	left: 8px;
}

.has-background .wp-block-quote .wp-block-quote__citation,
[class*=background-color] .wp-block-quote .wp-block-quote__citation,
[style*=background-color] .wp-block-quote .wp-block-quote__citation,
.wp-block-cover[style*=background-image] .wp-block-quote .wp-block-quote__citation,
.has-background .wp-block-quote cite,
[class*=background-color] .wp-block-quote cite,
[style*=background-color] .wp-block-quote cite,
.wp-block-cover[style*=background-image] .wp-block-quote cite,
.has-background .wp-block-quote footer,
[class*=background-color] .wp-block-quote footer,
[style*=background-color] .wp-block-quote footer,
.wp-block-cover[style*=background-image] .wp-block-quote footer {
	color: currentColor;
}

.wp-block-quote.has-text-align-right {
	margin: var(--global--spacing-vertical) var(--global--spacing-horizontal) var(--global--spacing-vertical) auto;
	padding-right: 0;
	border-right: none;
}

.wp-block-quote.has-text-align-right:before {
	display: none;
}

.wp-block-quote.has-text-align-right p:before {
	content: "”";
	font-size: var(--quote--font-size);
	font-weight: normal;
	line-height: var(--quote--line-height);
	margin-right: 5px;
}

.wp-block-quote.has-text-align-center {
	margin: var(--global--spacing-vertical) auto;
}

.wp-block-quote.has-text-align-center:before {
	display: none;
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
	padding-left: 0;
	padding-right: 0;

	/* Resetting margins to match _block-container.scss */
	margin-top: var(--global--spacing-vertical);
	margin-bottom: var(--global--spacing-vertical);
}

.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
	font-size: var(--quote--font-size-large);
	font-style: var(--quote--font-style-large);
	line-height: var(--quote--line-height-large);
}

.wp-block-quote.is-large:before,
.wp-block-quote.is-style-large:before {
	font-size: var(--quote--font-size-large);
	line-height: var(--quote--line-height-large);
	left: calc(-1 * var(--global--spacing-horizontal));
}

.wp-block-quote.is-large.has-text-align-right:before,
.wp-block-quote.is-style-large.has-text-align-right:before {
	display: none;
}

.wp-block-quote.is-large.has-text-align-right p:before,
.wp-block-quote.is-style-large.has-text-align-right p:before {
	content: "”";
	font-size: var(--quote--font-size-large);
	font-weight: normal;
	line-height: var(--quote--line-height-large);
	margin-right: 10px;
}

.wp-block-quote.is-large .wp-block-quote__citation,
.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large .wp-block-quote__citation,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
	color: var(--global--color-primary);
	font-size: var(--global--font-size-sm);
}

@media only screen and (max-width: 481px) {

	.wp-block-quote.is-large,
	.wp-block-quote.is-style-large {
		padding-left: var(--global--spacing-horizontal);
	}

	.wp-block-quote.is-large:before,
	.wp-block-quote.is-style-large:before {
		left: 0;
	}

	.wp-block-quote.is-large.has-text-align-right,
	.wp-block-quote.is-style-large.has-text-align-right {
		padding-left: 0;
		padding-right: var(--global--spacing-horizontal);
	}

	.wp-block-quote.is-large.has-text-align-right:before,
	.wp-block-quote.is-style-large.has-text-align-right:before {
		right: 0;
	}

	.wp-block-quote.is-large.has-text-align-center,
	.wp-block-quote.is-style-large.has-text-align-center {
		padding-left: 0;
		padding-right: 0;
	}
}

@media only screen and (max-width: 481px) {

	.wp-block-quote.has-text-align-right {
		padding-left: 0;
		padding-right: calc(0.5 * var(--global--spacing-horizontal));
	}

	.wp-block-quote.has-text-align-right:before {
		right: 0;
	}

	.wp-block-quote.has-text-align-center {
		padding-left: 0;
		padding-right: 0;
	}
}

.wp-block-rss {
	padding-left: 0;
}

.wp-block-rss>li {
	list-style: none;
}

.wp-block-rss:not(.is-grid)>li {
	margin-top: calc(1.666 * var(--global--spacing-vertical));
	margin-bottom: calc(1.666 * var(--global--spacing-vertical));
}

.wp-block-rss:not(.is-grid)>li:first-child {
	margin-top: 0;
}

.wp-block-rss:not(.is-grid)>li:last-child {
	margin-bottom: 0;
}

.wp-block-rss.is-grid>li {
	margin-bottom: var(--global--spacing-vertical);
}

.wp-block-rss.is-grid>li:last-child {
	margin-bottom: 0;
}

.wp-block-rss.is-grid.columns-2>li:nth-last-child(-n+2):nth-child(2n+1),
.wp-block-rss.is-grid.columns-2>li:nth-last-child(-n+2):nth-child(2n+1)~li,
.wp-block-rss.is-grid.columns-3>li:nth-last-child(-n+3):nth-child(3n+1),
.wp-block-rss.is-grid.columns-3>li:nth-last-child(-n+3):nth-child(3n+1)~li,
.wp-block-rss.is-grid.columns-4>li:nth-last-child(-n+4):nth-child(4n+1),
.wp-block-rss.is-grid.columns-4>li:nth-last-child(-n+4):nth-child(4n+1)~li,
.wp-block-rss.is-grid.columns-5>li:nth-last-child(-n+5):nth-child(5n+1),
.wp-block-rss.is-grid.columns-5>li:nth-last-child(-n+5):nth-child(5n+1)~li,
.wp-block-rss.is-grid.columns-6>li:nth-last-child(-n+6):nth-child(6n+1),
.wp-block-rss.is-grid.columns-6>li:nth-last-child(-n+6):nth-child(6n+1)~li {
	margin-bottom: 0;
}

.wp-block-rss>li>* {
	margin-top: calc(0.333 * var(--global--spacing-vertical));
	margin-bottom: calc(0.333 * var(--global--spacing-vertical));
}

.wp-block-rss>li>*:first-child {
	margin-top: 0;
}

.wp-block-rss>li>*:last-child {
	margin-bottom: 0;
}

.wp-block-rss .wp-block-rss__item-title>a {
	display: inline-block;
	font-family: var(--latest-posts--title-font-family);
	font-size: var(--latest-posts--title-font-size);
	font-weight: var(--heading--font-weight);
	line-height: var(--global--line-height-heading);
	margin-bottom: calc(0.333 * var(--global--spacing-vertical));
}

.wp-block-rss .wp-block-rss__item-author {
	color: var(--global--color-primary);
	font-size: var(--global--font-size-md);
	line-height: var(--global--line-height-body);
}

.wp-block-rss .wp-block-rss__item-publish-date {
	color: var(--global--color-primary);
	font-size: var(--global--font-size-xs);
	line-height: var(--global--line-height-body);
}

[class*=inner-container] .wp-block-rss .wp-block-rss__item-publish-date,
.has-background .wp-block-rss .wp-block-rss__item-publish-date {
	color: currentColor;
}

.wp-block-rss .wp-block-rss__item-excerpt,
.wp-block-rss .wp-block-rss__item-full-content {
	font-family: var(--latest-posts--description-font-family);
	font-size: var(--latest-posts--description-font-size);
	line-height: var(--global--line-height-body);
	margin-top: calc(0.666 * var(--global--spacing-vertical));
}

.wp-block-rss.alignfull {
	padding-left: var(--global--spacing-unit);
	padding-right: var(--global--spacing-unit);
}

.entry-content [class*=inner-container] .wp-block-rss.alignfull,
.entry-content .has-background .wp-block-rss.alignfull {
	padding-left: 0;
	padding-right: 0;
}

.wp-block-search {
	max-width: var(--responsive--aligndefault-width);
}

.wp-block-search__button-only.aligncenter .wp-block-search__inside-wrapper {
	justify-content: center;
}

.wp-block-search .wp-block-search__label {
	font-size: var(--form--font-size);
	font-weight: var(--form--label-weight);
	margin-bottom: calc(var(--global--spacing-vertical) / 3);
}

.wp-block-search .wp-block-search__input {
	border: var(--form--border-width) solid var(--form--border-color);
	border-radius: var(--form--border-radius);
	color: var(--form--color-text);
	line-height: var(--form--line-height);
	max-width: inherit;
	margin-right: calc(-1 * var(--button--border-width));
	padding: var(--form--spacing-unit);
}

.wp-block-search .wp-block-search__input:focus {
	color: var(--form--color-text);
	border-color: var(--form--border-color);
}

.has-background .wp-block-search .wp-block-search__input {
	border-color: var(--local--color-primary, var(--global--color-primary)) !important;
}

.wp-block-search button.wp-block-search__button {
	margin-left: 0;
	line-height: 1;
}

.wp-block-search button.wp-block-search__button.has-icon {
	padding: 6px calc(0.5 * var(--button--padding-horizontal));
}

.wp-block-search button.wp-block-search__button.has-icon svg {
	width: 40px;
	height: 40px;
	fill: currentColor;
}

.has-background .wp-block-search button.wp-block-search__button:hover,
.has-background .wp-block-search button.wp-block-search__button:active {
	background-color: var(--local--color-background, var(--global--color-background)) !important;
	color: var(--local--color-primary, var(--global--color-primary)) !important;
}

.has-text-color .wp-block-search button.wp-block-search__button:hover,
.has-text-color .wp-block-search button.wp-block-search__button:active {
	color: var(--local--color-primary, var(--global--color-primary)) !important;
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
	background-color: var(--global--color-white);
	border: var(--form--border-width) solid var(--form--border-color);
	border-radius: var(--form--border-radius);
	padding: var(--form--border-width);
}

.has-background .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
	border-color: var(--local--color-primary, var(--global--color-primary)) !important;
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
	margin-left: 0;
	margin-right: 0;
	padding-left: var(--form--spacing-unit);
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input:focus {
	color: var(--form--color-text);
	outline-offset: -2px;
	outline: 2px dotted var(--form--border-color);
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper button.wp-block-search__button {
	padding: var(--button--padding-vertical) var(--button--padding-horizontal);
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper button.wp-block-search__button:hover {
	color: var(--global--color-dark-gray);
}

.is-dark-theme .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper button.wp-block-search__button {
	color: var(--global--color-dark-gray);
}

.is-dark-theme .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper button.wp-block-search__button:hover {
	background-color: var(--global--color-dark-gray);
	color: var(--global--color-white);
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper button.wp-block-search__button.has-icon {
	padding: 6px calc(0.5 * var(--button--padding-horizontal));
}

.wp-block-search__button {
	box-shadow: none;
}

hr {
	border-style: none;
	border-bottom: var(--separator--height) solid var(--separator--border-color);
	clear: both;
	margin-left: auto;
	margin-right: auto;
}

hr.wp-block-separator {
	border-bottom: var(--separator--height) solid var(--separator--border-color);
	opacity: 1;

	/**
   * Block Options
   */
}

hr.wp-block-separator:not(.is-style-dots):not(.alignwide) {
	max-width: var(--responsive--aligndefault-width);
}

hr.wp-block-separator:not(.is-style-dots).alignwide {
	max-width: var(--responsive--alignwide-width);
}

hr.wp-block-separator:not(.is-style-dots).alignfull {
	max-width: var(--responsive--alignfull-width);
}

hr.wp-block-separator.is-style-twentytwentyone-separator-thick {
	border-bottom-width: calc(3 * var(--separator--height));
}

hr.wp-block-separator.is-style-dots.has-background,
hr.wp-block-separator.is-style-dots.has-text-color {
	background-color: transparent !important;
}

hr.wp-block-separator.is-style-dots.has-background:before,
hr.wp-block-separator.is-style-dots.has-text-color:before {
	color: currentColor !important;
}

hr.wp-block-separator.is-style-dots:before {
	color: var(--separator--border-color);
	font-size: var(--global--font-size-xl);
	letter-spacing: var(--global--font-size-sm);
	padding-left: var(--global--font-size-sm);
}

.has-background hr.wp-block-separator,
[class*=background-color] hr.wp-block-separator,
[style*=background-color] hr.wp-block-separator,
.wp-block-cover[style*=background-image] hr.wp-block-separator {
	border-color: currentColor;
}

.wp-block-social-links a:focus {
	color: var(--global--color-primary);
}

.wp-block-social-links.is-style-twentytwentyone-social-icons-color a {
	color: var(--global--color-primary);
}

.wp-block-social-links.is-style-twentytwentyone-social-icons-color .wp-social-link,
.wp-block-social-links.is-style-twentytwentyone-social-icons-color.has-icon-background-color.has-icon-background-color .wp-social-link {
	background: none;
}

table,
.wp-block-table {
	width: 100%;
	min-width: 240px;
	border-collapse: collapse;
}

table thead,
table tfoot,
.wp-block-table thead,
.wp-block-table tfoot {
	text-align: center;
}

table th,
.wp-block-table th {
	font-family: var(--heading--font-family);
}

table td,
table th,
.wp-block-table td,
.wp-block-table th {
	padding: calc(0.5 * var(--global--spacing-unit));
	border: 1px solid;
}

table figcaption,
.wp-block-table figcaption {
	color: var(--global--color-primary);
	font-size: var(--global--font-size-xs);
}

table.is-style-regular .has-background,
table.is-style-stripes .has-background,
table.is-style-stripes .has-background thead tr,
table.is-style-stripes .has-background tfoot tr,
table.is-style-stripes .has-background tbody tr,
.wp-block-table.is-style-regular .has-background,
.wp-block-table.is-style-stripes .has-background,
.wp-block-table.is-style-stripes .has-background thead tr,
.wp-block-table.is-style-stripes .has-background tfoot tr,
.wp-block-table.is-style-stripes .has-background tbody tr {
	color: var(--table--has-background-text-color);
}

table.is-style-stripes,
.wp-block-table.is-style-stripes {
	border-color: var(--table--stripes-border-color);
}

table.is-style-stripes th,
table.is-style-stripes td,
.wp-block-table.is-style-stripes th,
.wp-block-table.is-style-stripes td {
	border-width: 0;
}

table.is-style-stripes tbody tr:nth-child(odd),
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
	background-color: var(--table--stripes-background-color);
}

table.is-style-stripes .has-background tbody tr:nth-child(odd),
.wp-block-table.is-style-stripes .has-background tbody tr:nth-child(odd) {
	background-color: var(--global--color-white-90);
}

table.wp-calendar-table td,
table.wp-calendar-table th {
	background: transparent;
	border: 0;
	text-align: center;
	line-height: 2;
	vertical-align: middle;
	word-break: normal;
}

table.wp-calendar-table th {
	font-weight: bold;
}

table.wp-calendar-table thead,
table.wp-calendar-table tbody {
	color: currentColor;
	border: 1px solid;
}

table.wp-calendar-table caption {
	font-weight: bold;
	text-align: left;
	margin-bottom: var(--global--spacing-unit);
	color: currentColor;
}

.wp-calendar-nav {
	text-align: left;
	margin-top: calc(var(--global--spacing-unit) / 2);
}

.wp-calendar-nav svg {
	height: 1em;
	vertical-align: middle;
}

.wp-calendar-nav svg path {
	fill: currentColor;
}

.wp-calendar-nav .wp-calendar-nav-next {
	float: right;
}

.wp-block-tag-cloud.alignfull {
	padding-left: var(--global--spacing-unit);
	padding-right: var(--global--spacing-unit);
}

.wp-block-verse {
	font-family: var(--entry-content--font-family);
}

.wp-block-video figcaption {
	color: var(--global--color-primary);
	font-size: var(--global--font-size-xs);
	margin-top: calc(0.5 * var(--global--spacing-unit));
	margin-bottom: var(--global--spacing-unit);
	text-align: center;
}

*>figure>video {
	max-width: unset;
	width: 100%;
	vertical-align: middle;
}

:root .is-extra-small-text,
:root .has-extra-small-font-size {
	font-size: var(--global--font-size-xs);
}

:root .is-small-text,
:root .has-small-font-size {
	font-size: var(--global--font-size-sm);
}

:root .is-regular-text,
:root .has-regular-font-size,
:root .is-normal-font-size,
:root .has-normal-font-size,
:root .has-medium-font-size {
	font-size: var(--global--font-size-base);
}

:root .is-large-text,
:root .has-large-font-size {
	font-size: var(--global--font-size-lg);
	line-height: var(--global--line-height-heading);
}

:root .is-larger-text,
:root .has-larger-font-size,
:root .is-extra-large-text,
:root .has-extra-large-font-size {
	font-size: var(--global--font-size-xl);
	line-height: var(--global--line-height-heading);
}

:root .is-huge-text,
:root .has-huge-font-size {
	font-size: var(--global--font-size-xxl);
	line-height: var(--global--line-height-heading);
	font-weight: var(--heading--font-weight-page-title);
}

:root .is-gigantic-text,
:root .has-gigantic-font-size {
	font-size: var(--global--font-size-xxxl);
	line-height: var(--global--line-height-heading);
	font-weight: var(--heading--font-weight-page-title);
}

/* Block Alignments */

/**
 * These selectors set the default max width for content appearing inside a post or page.
 */

/**
 * .alignleft
 */
.alignleft {

	/*rtl:ignore*/
	text-align: left;
	margin-top: 0;
}

.entry-content>.alignleft {
	max-width: var(--responsive--aligndefault-width);
}

@media only screen and (min-width: 482px) {

	.alignleft {

		/*rtl:ignore*/
		float: left;

		/*rtl:ignore*/
		margin-right: var(--global--spacing-horizontal);
		margin-bottom: var(--global--spacing-vertical);
	}

	.entry-content>.alignleft {
		max-width: calc(50% - var(--responsive--alignleft-margin));
	}
}

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

/**
 * .alignright
 */
.alignright {
	margin-top: 0;
	margin-bottom: var(--global--spacing-vertical);
}

.entry-content>.alignright {
	max-width: var(--responsive--aligndefault-width);
}

@media only screen and (min-width: 482px) {

	.alignright {

		/*rtl:ignore*/
		float: right;

		/*rtl:ignore*/
		margin-left: var(--global--spacing-horizontal);
	}

	.entry-content>.alignright {
		max-width: calc(50% - var(--responsive--alignright-margin));
	}
}

[class*=inner-container]>.alignleft+*,
[class*=inner-container]>.alignright+* {
	margin-top: 0;
}

/**
 * .alignwide
 */
.alignwide {
	clear: both;
}

/**
 * .alignfull
 */
.alignfull {
	clear: both;
}

.has-left-content {
	justify-content: flex-start;
}

.has-right-content {
	justify-content: flex-end;
}

.has-parallax {
	background-attachment: fixed;
}

.has-drop-cap:not(:focus)::first-letter {
	font-family: var(--heading--font-family);
	font-weight: var(--heading--font-weight);
	line-height: 0.66;
	text-transform: uppercase;
	font-style: normal;
	float: left;
	margin: 0.1em 0.1em 0 0;
	font-size: calc(1.2 * var(--heading--font-size-h1));
}

.has-drop-cap:not(:focus)::after {
	content: "";
	display: table;
	clear: both;
	padding-top: 14px;
}

.desktop-only {
	display: none;
}

@media only screen and (min-width: 482px) {

	.desktop-only {
		display: block;
	}
}

/* Category 06 contains all "bigger" components which contain elements of the previous two categories like header, footer, page template, single template, comments section, archives, ... */
.site-header {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	row-gap: var(--global--spacing-vertical);
}

.wp-custom-logo .site-header {
	align-items: center;
}

@media only screen and (min-width: 482px) {

	.site-header {
		padding-top: calc(var(--global--spacing-vertical) / 0.75);
	}
}

@media only screen and (min-width: 822px) {

	.site-header {
		padding-top: calc(2.4 * var(--global--spacing-vertical));
	}
}

.site-branding {
	color: var(--branding--color-text);
	margin-right: 140px;
}

.site-branding:last-child {
	margin-right: 0;
	width: 100%;
	text-align: center;
}

@media only screen and (min-width: 482px) {

	.site-branding {
		margin-right: initial;
		margin-top: 4px;
	}
}

.site-title {
	color: var(--branding--color-link);
	font-family: var(--branding--title--font-family);
	font-size: var(--branding--title--font-size-mobile);
	letter-spacing: normal;
	text-transform: var(--branding--title--text-transform);
	line-height: var(--global--line-height-heading);
	margin-bottom: calc(var(--global--spacing-vertical) / 6);
}

.site-title a {
	color: currentColor;
	font-weight: var(--branding--title--font-weight);
}

.site-title a:link,
.site-title a:visited,
.site-title a:active {
	color: currentColor;
}

.site-title a:hover,
.site-title a:focus {
	color: var(--branding--color-link-hover);
}

@media only screen and (min-width: 482px) {

	.site-title {
		font-size: var(--branding--title--font-size);
	}
}

.site-description {
	color: currentColor;
	font-family: var(--branding--description--font-family);
	font-size: var(--branding--description--font-size);
	line-height: 1.4;
}

.site-title>a {
	text-decoration-color: var(--global--color-secondary);
}

.site-logo {
	margin: calc(var(--global--spacing-vertical) / 2) 0;
}

.site-header>.site-logo {
	width: 100%;
	padding-bottom: calc(var(--global--spacing-vertical) * 1.5);
	border-bottom: 1px solid;
	text-align: center;
}

.site-logo .custom-logo {
	margin-left: auto;
	margin-right: auto;
	max-width: 188px;
	max-height:50px;
	height: auto;
	display: inline-block;
	width: auto;
}

@media only screen and (min-width: 482px) {

	.site-logo .custom-logo {
		max-width: 188px;
		max-height: 48px;
		height: auto;
		width: auto;
	}
}

@media only screen and (max-width: 481px) {

	.site-header.has-logo:not(.has-title-and-tagline).has-menu .site-logo {
		position: absolute;
		padding-top: calc(0.5 * var(--global--spacing-vertical));
		margin-top: 0;
		top: var(--global--admin-bar--height);
	}

	.primary-navigation-open .site-header.has-logo:not(.has-title-and-tagline).has-menu .site-logo {
		display: none;
	}

	.site-header.has-logo:not(.has-title-and-tagline).has-menu .site-logo img {
		/* max-height: calc(var(--button--padding-vertical) - 0.25 * var(--global--spacing-unit) + 1.7em); */
	}

	.site-header.has-logo.has-title-and-tagline {
		align-items: flex-start;
	}

	.site-header.has-logo.has-title-and-tagline.has-menu {
		justify-content: space-between;
	}

	.site-header.has-logo.has-title-and-tagline.has-menu .site-branding {
		max-width: calc(100% - 160px);
	}

	.site-header.has-logo.has-title-and-tagline .site-branding {
		margin-right: 0;
	}

	body:not(.primary-navigation-open) .site-header.has-logo.has-title-and-tagline:after {
		display: none;
	}

	body:not(.primary-navigation-open) .site-header.has-logo.has-title-and-tagline .primary-navigation {
		position: relative;
		top: 0;
	}

	body:not(.primary-navigation-open) .site-header.has-logo.has-title-and-tagline .menu-button-container {
		position: relative;
		padding-top: 0;
		margin-top: calc(0px - var(--button--padding-vertical) + 0.25 * var(--global--spacing-unit));
	}

	body:not(.primary-navigation-open) .site-header.has-logo.has-title-and-tagline .menu-button-container #primary-mobile-menu {
		padding-left: calc(var(--global--spacing-horizontal) * 0.6 - 4.5px);
		padding-right: calc(var(--global--spacing-horizontal) * 0.6 - 4.5px);
		margin-right: calc(0px - var(--global--spacing-horizontal) * 0.6);
	}

	.site-header:not(.has-logo).has-title-and-tagline .site-branding {
		margin-right: 0;
		max-width: calc(100% - 160px);
	}

	.site-header:not(.has-menu) {
		justify-content: center;
	}
}

.site-footer {
	padding-top: 0;
	padding-bottom: calc(1.7 * var(--global--spacing-vertical));
}

.no-widgets .site-footer {
	margin-top: calc(6 * var(--global--spacing-vertical));
}

@media only screen and (max-width: 481px) {

	.no-widgets .site-footer {
		margin-top: calc(3 * var(--global--spacing-vertical));
	}
}

.site-footer>.site-info {
	padding-top: var(--global--spacing-vertical);
	color: var(--footer--color-text);
	font-family: var(--footer--font-family);
	font-size: var(--footer--font-size);
	line-height: var(--global--line-height-body);
	border-top: 3px solid var(--global--color-border);
}

.site-footer>.site-info .site-name {
	text-transform: var(--branding--title--text-transform);
	font-size: var(--branding--title--font-size);
}

.site-footer>.site-info .privacy-policy,
.site-footer>.site-info .powered-by {
	margin-top: calc(0.5 * var(--global--spacing-vertical));
}

@media only screen and (min-width: 822px) {

	.site-footer>.site-info {
		display: flex;
		align-items: center;
	}

	.site-footer>.site-info .site-name {
		margin-right: calc(0.5 * var(--global--spacing-vertical));
	}

	.site-footer>.site-info .privacy-policy,
	.site-footer>.site-info .powered-by {
		margin-top: initial;
		margin-left: auto;
	}

	.site-footer>.site-info .privacy-policy+.powered-by {
		margin-left: calc(0.5 * var(--global--spacing-vertical));
	}
}

.site-footer>.site-info a {
	color: var(--footer--color-link);
}

.site-footer>.site-info a:link,
.site-footer>.site-info a:visited,
.site-footer>.site-info a:active {
	color: var(--footer--color-link);
}

.site-footer>.site-info a:hover {
	color: var(--footer--color-link-hover);
}

.site-footer>.site-info a:focus {
	color: var(--footer--color-link-hover);
}

.is-dark-theme .site-footer>.site-info a:focus {
	color: var(--wp--style--color--link, var(--global--color-background));
}

.has-background-white .site-footer>.site-info a:focus {
	color: var(--wp--style--color--link, var(--global--color-white));
}

.singular .entry-header {
	border-bottom: 3px solid var(--global--color-border);
	padding-bottom: calc(2 * var(--global--spacing-vertical));
	margin-bottom: calc(3 * var(--global--spacing-vertical));
}

.home .entry-header {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.singular .has-post-thumbnail .entry-header {
	border-bottom: none;
	padding-bottom: calc(1.3 * var(--global--spacing-vertical));
	margin-bottom: 0;
}

.no-results.not-found>*:first-child {
	margin-bottom: calc(3 * var(--global--spacing-vertical));
}

.page-links {
	clear: both;
}

.page-links .post-page-numbers {
	display: inline-block;
	margin-left: calc(0.66 * var(--global--spacing-unit));
	margin-right: calc(0.66 * var(--global--spacing-unit));
	min-width: 44px;
	min-height: 44px;
}

.page-links .post-page-numbers:first-child {
	margin-left: 0;
}

.entry-title {
	color: var(--entry-header--color);
	font-size: var(--entry-header--font-size);
	letter-spacing: var(--heading--letter-spacing-h2);
	line-height: var(--heading--line-height-h2);
	overflow-wrap: break-word;
}

.entry-title a {
	color: var(--entry-header--color-link);
	text-underline-offset: 0.15em;
}

.entry-title a:hover {
	color: var(--entry-header--color-hover);
}

.entry-title a:focus {
	color: var(--entry-header--color-focus);
}

.entry-title a:active {
	color: var(--entry-header--color-link);
}

.singular .entry-title {
	font-size: var(--global--font-size-page-title);
}

h1.entry-title {
	line-height: var(--heading--line-height-h1);
	font-weight: var(--heading--font-weight-page-title);
}

/**
 * Entry Content
 */
.entry-content,
.entry-summary {
	font-family: var(--entry-content--font-family);
}

.entry-content p {
	word-wrap: break-word;
}

.entry-content>iframe[style] {
	margin: var(--global--spacing-vertical) 0 !important;
	max-width: 100% !important;
}

.entry-footer {
	color: var(--global--color-primary);
	clear: both;
	float: none;
	font-size: var(--global--font-size-xs);
	display: block;
}

.entry-footer>span {
	display: inline-block;
}

.entry-footer a {
	color: currentColor;
}

.entry-footer a:hover,
.entry-footer a:focus {
	color: var(--global--color-primary-hover);
}

.entry-footer a:active {
	color: currentColor;
}

.site-main>article>.entry-footer {
	margin-top: var(--global--spacing-vertical);
	padding-top: var(--global--spacing-unit);
	padding-bottom: calc(3 * var(--global--spacing-vertical));
	border-bottom: var(--separator--height) solid var(--separator--border-color);
}

body:not(.single) .site-main>article:last-of-type .entry-footer {
	border-bottom: var(--separator--height) solid transparent;
}

.single .site-main>article>.entry-footer {
	margin-top: calc(3.4 * var(--global--spacing-vertical));
	margin-bottom: calc(3.4 * var(--global--spacing-vertical));
	padding-bottom: 0;
	padding-top: calc(0.8 * var(--global--spacing-vertical));
	border-top: 3px solid var(--separator--border-color);
	border-bottom: var(--separator--height) solid transparent;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: calc(2 * var(--global--spacing-horizontal));
}

.single .site-main>article>.entry-footer .post-taxonomies,
.single .site-main>article>.entry-footer .full-size-link {
	justify-content: flex-end;
	text-align: right;
}

.single .site-main>article>.entry-footer .full-size-link:first-child:last-child {
	grid-column: span 2;
}

.single .site-main>article>.entry-footer .posted-on,
.single .site-main>article>.entry-footer .byline,
.single .site-main>article>.entry-footer .cat-links,
.single .site-main>article>.entry-footer .tags-links {
	display: block;
}

@media only screen and (max-width: 481px) {

	.single .site-main>article>.entry-footer {
		display: block;
	}

	.single .site-main>article>.entry-footer .full-size-link {
		display: block;
	}

	.single .site-main>article>.entry-footer .post-taxonomies,
	.single .site-main>article>.entry-footer .full-size-link {
		text-align: left;
	}
}

/**
 * Post Thumbnails
 */
.post-thumbnail {
	text-align: center;
}

.post-thumbnail .wp-post-image {
	display: block;
	width: auto;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	/* margin-top: calc(2 * var(--global--spacing-vertical)); */
}

/**
 * Author
 */
.author-bio {
	position: relative;
	font-size: var(--global--font-size-xs);
	max-width: var(--responsive--aligndefault-width);
}

.site-main>article>.author-bio {
	margin-top: calc(2 * var(--global--spacing-vertical));
}

.author-bio.show-avatars .avatar {
	display: inline-block;
	vertical-align: top;
	border-radius: 50%;
}

.author-bio.show-avatars .author-bio-content {
	display: inline-block;
	padding-left: var(--global--spacing-horizontal);
	max-width: calc(var(--responsive--aligndefault-width) - 90px);
}

.author-bio .author-bio-content .author-title {
	font-family: var(--entry-author-bio--font-family);
	font-size: var(--entry-author-bio--font-size);
	display: inline;
}

.author-bio .author-bio-content .author-description {
	font-size: var(--global--font-size-xs);
	margin-top: calc(0.5 * var(--global--spacing-vertical));
	margin-bottom: calc(0.5 * var(--global--spacing-vertical));
}

.page-title {
	font-size: var(--global--font-size-page-title);
}

h1.page-title,
h2.page-title {
	font-weight: var(--heading--font-weight-page-title);
}

h1.page-title {
	line-height: var(--heading--line-height-h1);
}

.page-header {
	/* border-bottom: 3px solid var(--global--color-border); */
	/* padding-bottom: calc(2 * var(--global--spacing-vertical)); */
}

.archive .content-area .format-aside .entry-content,
.archive .content-area .format-status .entry-content,
.archive .content-area .format-link .entry-content,
.search .content-area .format-aside .entry-content,
.search .content-area .format-status .entry-content,
.search .content-area .format-link .entry-content,
.blog .content-area .format-aside .entry-content,
.blog .content-area .format-status .entry-content,
.blog .content-area .format-link .entry-content {
	font-size: var(--global--font-size-lg);
}

.archive .format-image .entry-content,
.archive .format-gallery .entry-content,
.archive .format-video .entry-content,
.search .format-image .entry-content,
.search .format-gallery .entry-content,
.search .format-video .entry-content,
.blog .format-image .entry-content,
.blog .format-gallery .entry-content,
.blog .format-video .entry-content {
	margin-top: calc(2 * var(--global--spacing-vertical));
}

.archive .entry-footer .cat-links,
.archive .entry-footer .tags-links,
.search .entry-footer .cat-links,
.search .entry-footer .tags-links,
.blog .entry-footer .cat-links,
.blog .entry-footer .tags-links {
	display: block;
}

.archive.logged-in .entry-footer .posted-on,
.search.logged-in .entry-footer .posted-on,
.blog.logged-in .entry-footer .posted-on {
	margin-right: calc(0.5 * var(--global--spacing-unit));
}

.archive-description {
	margin-top: var(--global--spacing-vertical);
	font-size: var(--global--font-size-xl);
	line-height: var(--global--line-height-heading);
}

.error404 main p {
	font-size: var(--global--font-size-lg);
	margin-bottom: calc(var(--global--spacing-vertical) * 1.6666666667);
}

.search-no-results .page-content {
	margin-top: calc(3 * var(--global--spacing-vertical));
}

/**
 * Comments Wrapper
 */
.comments-area>* {
	margin-top: var(--global--spacing-vertical);
	margin-bottom: var(--global--spacing-vertical);
}

.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
 */
.comments-title,
.comment-reply-title {
	font-size: 30px;
	letter-spacing: var(--heading--letter-spacing-h2);
	text-transform: capitalize;
	color: #0b5cab;
}

.comment-reply-title {
	display: flex;
	justify-content: space-between;
}

.comment-reply-title small a {
	font-family: var(--global--font-secondary);
	font-size: var(--global--font-size-xs);
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
}

/* Nested comment reply title*/
.comment .comment-respond .comment-reply-title {
	font-size: var(--global--font-size-lg);
}

/**
 * Comment Lists
 */
.comment-list {
	padding-left: 0;
	list-style: none;
}

.comment-list>li {
	margin-top: var(--global--spacing-vertical);
	margin-bottom: var(--global--spacing-vertical);
}

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

.comment-list .children>li {
	margin-top: var(--global--spacing-vertical);
	margin-bottom: var(--global--spacing-vertical);
}

@media only screen and (min-width: 482px) {

	.comment-list .depth-2,
	.comment-list .depth-3 {
		padding-left: calc(4 * var(--global--spacing-horizontal));
	}
}

/**
 * Comment Meta
 */
.comment-meta .comment-author {
	line-height: var(--global--line-height-heading);
	margin-bottom: calc(0.25 * var(--global--spacing-unit));
}

@media only screen and (min-width: 482px) {

	.comment-meta .comment-author {
		margin-bottom: 0;
		padding-right: 0;
	}
}

.comment-meta .comment-author .fn {
	font-family: var(--global--font-secondary);
	font-weight: normal;
	font-size: var(--global--font-size-lg);
	hyphens: auto;
	word-wrap: break-word;
	word-break: break-word;
}

.comment-meta .comment-metadata {
	color: var(--global--color-primary);
	font-size: var(--global--font-size-xs);
	padding: 8px 0 9px 0;
}

.comment-meta .comment-metadata .edit-link {
	margin-left: var(--global--spacing-horizontal);
}

@media only screen and (min-width: 482px) {

	.comment-meta {
		margin-right: inherit;
	}

	.comment-meta .comment-author {
		max-width: inherit;
	}
}

.reply {
	font-size: var(--global--font-size-sm);
	line-height: var(--global--line-height-heading);
}

.bypostauthor {
	display: block;
}

.says {
	display: none;
}

.pingback .url,
.trackback .url {
	font-family: var(--global--font-primary);
}

.comment-body {
	position: relative;
	margin-bottom: calc(1.7 * var(--global--spacing-vertical));
}

.comment-body>* {
	margin-top: var(--global--spacing-vertical);
	margin-bottom: var(--global--spacing-vertical);
}

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

.comment-content {
	word-wrap: break-word;
	margin: 10px 0;
}

a.comment-reply-link {
	text-decoration: underline !important;
}

.pingback .comment-body,
.trackback .comment-body {
	margin-top: var(--global--spacing-vertical);
	margin-bottom: var(--global--spacing-vertical);
}

.comment-respond {
	margin-top: var(--global--spacing-vertical);
}

.comment-respond>* {
	margin-top: var(--global--spacing-unit);
	margin-bottom: var(--global--spacing-unit);
}

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

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

.comment-respond>*:last-child.comment-form {
	margin-bottom: var(--global--spacing-vertical);
}

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

.comment-author .url {
	color: currentColor;
}

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

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

.comment-form .comment-notes {
	font-size: var(--global--font-size-sm);
}

.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: var(--global--font-size-xs);
	font-weight: normal;
}

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

.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(0.5 * var(--global--spacing-unit));
	width: 100%;
	font-weight: var(--form--label-weight);
}

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

@media only screen and (min-width: 482px) {

	.comment-form>p.comment-form-author {
		margin-right: calc(1.5 * var(--global--spacing-horizontal));
	}

	.comment-form>p.comment-notes,
	.comment-form>p.logged-in-as {
		display: block;
	}
}

.menu-button-container {
	display: none;
	justify-content: space-between;
	position: absolute;
	right: 0;
	padding-top: calc(0.5 * var(--global--spacing-vertical));
	padding-bottom: calc(0.25 * var(--global--spacing-vertical));
}

.menu-button-container #primary-mobile-menu {
	display: flex;
	margin-left: auto;
	padding: calc(var(--button--padding-vertical) - 0.25 * var(--global--spacing-unit)) calc(0.5 * var(--button--padding-horizontal));
	font-size: var(--primary-nav--font-size-button);
	font-weight: var(--primary-nav--font-weight-button);
	background-color: transparent;
	border: none;
	color: var(--primary-nav--color-link);
}

.menu-button-container #primary-mobile-menu .dropdown-icon {
	display: flex;
	align-items: center;
}

.menu-button-container #primary-mobile-menu .dropdown-icon .svg-icon {
	margin-left: calc(0.25 * var(--global--spacing-unit));
}

.menu-button-container #primary-mobile-menu .dropdown-icon.open .svg-icon {
	position: relative;
	top: -1px;
}

.menu-button-container #primary-mobile-menu .dropdown-icon.close {
	display: none;
}

.menu-button-container #primary-mobile-menu[aria-expanded*=true] .dropdown-icon.open {
	display: none;
}

.menu-button-container #primary-mobile-menu[aria-expanded*=true] .dropdown-icon.close {
	display: flex;
}

.has-logo.has-title-and-tagline .menu-button-container #primary-mobile-menu[aria-expanded*=true] .dropdown-icon.close {
	animation-name: twentytwentyone-close-button-transition;
	animation-duration: 0.3s;
}

.primary-navigation-open .menu-button-container {
	width: 100%;
	z-index: 500;
	background-color: var(--global--color-background);
}

.primary-navigation-open .menu-button-container #primary-mobile-menu {
	position: static;
}

.primary-navigation {
	position: absolute;
	top: var(--global--admin-bar--height);
	right: 0;
	color: var(--primary-nav--color-text);
	font-size: var(--primary-nav--font-size);
	line-height: 1.15;
	margin-top: 0;
	margin-bottom: 0;
}

.primary-navigation>.primary-menu-container {
	position: fixed;
	visibility: hidden;
	opacity: 0;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding-top: calc(var(--button--line-height) * var(--primary-nav--font-size-button) + 42px + 5px);
	padding-left: var(--global--spacing-unit);
	padding-right: var(--global--spacing-unit);
	padding-bottom: var(--global--spacing-horizontal);
	background-color: var(--global--color-background);
	transform: translateY(var(--global--spacing-vertical));
}

@media (prefers-reduced-motion: no-preference) {

	.primary-navigation>.primary-menu-container {
		transition: all 0.15s ease-in-out;
	}
}

@media only screen and (max-width: 481px) {

	.has-logo.has-title-and-tagline .primary-navigation>.primary-menu-container {
		position: fixed;
		transform: translateY(0) translateX(100%);
	}

	.admin-bar .has-logo.has-title-and-tagline .primary-navigation>.primary-menu-container {
		top: var(--global--admin-bar--height);
	}

	.primary-navigation>.primary-menu-container:focus {
		border: 2px solid var(--global--color-primary);
	}
}

.primary-navigation-open .primary-navigation>.primary-menu-container {
	position: absolute;
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
}

@media only screen and (max-width: 481px) {

	.primary-navigation-open .has-logo.has-title-and-tagline .primary-navigation>.primary-menu-container {
		transform: translateX(0) translateY(0);
	}
}

.primary-navigation>div>.menu-wrapper {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	max-width: none;
	padding-left: 0;
	position: relative;
}

@media only screen and (max-width: 481px) {

	.primary-navigation>div>.menu-wrapper ul {
		padding-left: 0;
	}
}

.primary-navigation>div>.menu-wrapper li {
	display: block;
	position: relative;
	width: 100%;
	text-align: left;
}

@media only screen and (min-width: 482px) {

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

.primary-navigation>div>.menu-wrapper .sub-menu-toggle {
	display: flex;
	height: calc(2 * var(--primary-nav--padding) + 1.15em + 1px);
	width: 44px;
	padding: 0;
	justify-content: center;
	align-items: center;
	background: transparent;
	color: currentColor;
	border: none;
}

.primary-navigation>div>.menu-wrapper .sub-menu-toggle:focus {
	outline: 2px solid var(--wp--style--color--link, var(--global--color-primary));
}

@media only screen and (max-width: 481px) {

	.primary-navigation>div>.menu-wrapper .sub-menu-toggle {
		display: none;
	}
}

.primary-navigation>div>.menu-wrapper .sub-menu-toggle .icon-plus,
.primary-navigation>div>.menu-wrapper .sub-menu-toggle .icon-minus {
	height: 100%;
	display: flex;
	align-items: center;
}

.primary-navigation>div>.menu-wrapper .sub-menu-toggle .icon-plus svg,
.primary-navigation>div>.menu-wrapper .sub-menu-toggle .icon-minus svg {
	margin-top: -1px;
}

.primary-navigation>div>.menu-wrapper .sub-menu-toggle .icon-minus {
	display: none;
}

.primary-navigation>div>.menu-wrapper .sub-menu-toggle[aria-expanded=true] .icon-minus {
	display: flex;
}

.primary-navigation>div>.menu-wrapper .sub-menu-toggle[aria-expanded=true] .icon-plus {
	display: none;
}

.primary-navigation>div>.menu-wrapper>li>.sub-menu {
	position: relative;
}

@media only screen and (min-width: 769px) and (prefers-reduced-motion: no-preference) {

	.primary-navigation>div>.menu-wrapper>li>.sub-menu {
		transition: all 0.5s ease;
	}
}

@media only screen and (min-width: 482px) {

	.primary-navigation>div>.menu-wrapper>li>.sub-menu:before,
	.primary-navigation>div>.menu-wrapper>li>.sub-menu:after {
		content: "";
		display: block;
		position: absolute;
		width: 0;
		top: -10px;
		left: var(--global--spacing-horizontal);
		border-style: solid;
		border-color: var(--primary-nav--border-color) transparent;
		border-width: 0 7px 10px 7px;
	}

	.primary-navigation>div>.menu-wrapper>li>.sub-menu:after {
		top: -9px;
		border-color: var(--global--color-background) transparent;
	}

	.primary-navigation>div>.menu-wrapper>li>.sub-menu li {
		/* background: var(--global--color-background); */
        background: #fff;

	}

	.primary-navigation>div>.menu-wrapper>li>.sub-menu.submenu-reposition-left {

		/* rtl:ignore */
		left: 0;

		/* rtl:ignore */
		right: auto;
	}

	.primary-navigation>div>.menu-wrapper>li>.sub-menu.submenu-reposition-left:before,
	.primary-navigation>div>.menu-wrapper>li>.sub-menu.submenu-reposition-left:after {

		/* rtl:ignore */
		left: var(--global--spacing-horizontal);

		/* rtl:ignore */
		right: auto;
	}

	.primary-navigation>div>.menu-wrapper>li>.sub-menu.submenu-reposition-right {

		/* rtl:ignore */
		right: 0;

		/* rtl:ignore */
		left: auto;
	}

	.primary-navigation>div>.menu-wrapper>li>.sub-menu.submenu-reposition-right:before,
	.primary-navigation>div>.menu-wrapper>li>.sub-menu.submenu-reposition-right:after {

		/* rtl:ignore */
		left: auto;

		/* rtl:ignore */
		right: var(--global--spacing-horizontal);
	}
}

.primary-navigation .primary-menu>.menu-item:hover>a {
	color: var(--primary-nav--color-link-hover);
}

@media only screen and (min-width: 482px) {

	.primary-navigation .primary-menu-container>ul>.menu-item>a {
		padding-left: var(--primary-nav--padding);
		padding-right: var(--primary-nav--padding);
	}

}

.primary-navigation a {
	display: block;
	font-family: var(--primary-nav--font-family-mobile);
	font-size: var(--primary-nav--font-size-mobile);
	font-weight: var(--primary-nav--font-weight);
	padding: var(--primary-nav--padding) 0;
	text-decoration: none;
}

@media only screen and (min-width: 482px) {

	.primary-navigation a {
		display: block;
		font-family: var(--primary-nav--font-family);
		font-size: var(--primary-nav--font-size);
		font-weight: var(--primary-nav--font-weight);
	}
}

.primary-navigation a+svg {
	fill: var(--primary-nav--color-text);
}

.primary-navigation a:hover,
.primary-navigation a:link,
.primary-navigation a:visited {
	color: var(--primary-nav--color-link-hover);
}

.primary-navigation a:hover {
	text-decoration: underline;
	text-decoration-style: dotted;
}

.primary-navigation a:focus {
	position: relative;
	z-index: 99999;
	outline-offset: 0;
	text-decoration-thickness: 2px;
}

.primary-navigation .current-menu-item>a:first-child,
.primary-navigation .current_page_item>a:first-child {
	text-decoration: underline;
	text-decoration-style: solid;
}

.primary-navigation .current-menu-item>a:first-child:hover,
.primary-navigation .current_page_item>a:first-child:hover {
	text-decoration: underline;
	text-decoration-style: dotted;
}

.primary-navigation .sub-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-left: var(--primary-nav--padding);
	border: 1px solid var(--primary-nav--border-color);
}

.primary-navigation .sub-menu .sub-menu {
	border: none;
}

@media only screen and (min-width: 482px) {

	.primary-navigation .sub-menu>.menu-item>.sub-menu {
		padding: 0;
	}
}

@media only screen and (max-width: 481px) {

	.primary-navigation .sub-menu .menu-item:last-child {
		margin-bottom: 0;
	}
}

.primary-navigation .sub-menu .menu-item>a {
	padding: calc(1.25 * var(--primary-nav--padding)) var(--primary-nav--padding);
	display: block;
	font-size: var(--primary-nav--font-size-sub-menu-mobile);
	font-style: var(--primary-nav--font-style-sub-menu-mobile);
}

@media only screen and (min-width: 482px) {

	.primary-navigation .sub-menu .menu-item>a {
		font-size: var(--primary-nav--font-size-sub-menu);
		font-style: var(--primary-nav--font-style);
	}
}

.primary-navigation .menu-item-has-children>.svg-icon {
	display: none;
}

@media only screen and (min-width: 482px) {

	.primary-navigation .menu-item-has-children>.svg-icon {
		display: inline-block;
		height: 100%;
	}

	.primary-navigation .menu-item-has-children .sub-menu .svg-icon {
		display: none;
	}
}

.primary-navigation .menu-item-description {
	display: block;
	clear: both;
	font-size: var(--global--font-size-xs);
	text-transform: none;
	line-height: 1.7;
}

.primary-navigation .menu-item-description>span {
	display: inline-block;
}

@media only screen and (max-width: 481px) {

	.lock-scrolling .site {
		position: fixed;
		max-width: 100%;
		width: 100%;
	}
}

@keyframes twentytwentyone-close-button-transition {

	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.footer-navigation {
	margin-top: calc(2 * var(--global--spacing-vertical));
	margin-bottom: var(--global--spacing-vertical);
	color: var(--footer--color-text);
	font-size: var(--global--font-size-xs);
	font-family: var(--footer--font-family);
}

.footer-navigation-wrapper {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	list-style: none;
	padding-left: 0;
}

.footer-navigation-wrapper li {
	display: inline;
	line-height: 3;
}

.footer-navigation-wrapper li a {
	padding: calc(1.25 * var(--primary-nav--padding)) var(--primary-nav--padding);
	color: var(--footer--color-link);
}

.footer-navigation-wrapper li a:link,
.footer-navigation-wrapper li a:visited,
.footer-navigation-wrapper li a:active {
	color: var(--footer--color-link);
}

.footer-navigation-wrapper li a:hover {
	text-decoration: underline;
	text-decoration-style: dotted;
	text-decoration-skip-ink: none;
	color: var(--footer--color-link-hover);
}

.is-dark-theme .footer-navigation-wrapper li a:focus .svg-icon {
	fill: var(--wp--style--color--link, var(--global--color-background));
}

.has-background-white .footer-navigation-wrapper li a:focus .svg-icon {
	fill: var(--wp--style--color--link, var(--global--color-white));
}

.footer-navigation-wrapper li .svg-icon {
	vertical-align: middle;
	fill: var(--footer--color-link);
}

.footer-navigation-wrapper li .svg-icon:hover {
	transform: scale(1.1);
}

@media (prefers-reduced-motion: no-preference) {

	.footer-navigation-wrapper li .svg-icon {
		transition: transform 0.1s ease;
	}
}

.footer-navigation-wrapper .sub-menu-toggle,
.footer-navigation-wrapper .menu-item-description {
	display: none;
}

/* Next/Previous navigation */
.navigation {
	color: var(--global--color-primary);
}

.navigation a {
	color: var(--global--color-primary);
	text-decoration: none;
}

.navigation a:hover {
	color: var(--global--color-primary-hover);
	text-decoration: underline;
	text-decoration-style: dotted;
}

.navigation a:focus {
	color: var(--global--color-secondary);
}

.navigation a:active {
	color: var(--global--color-primary);
}

.navigation .nav-links>* {
	min-width: 44px;
	min-height: 44px;
}

.navigation .nav-links .nav-next a,
.navigation .nav-links .nav-previous a {
	display: flex;
	flex-direction: column;
}

.navigation .nav-links .dots {
	text-align: center;
}

@media only screen and (min-width: 592px) {

	.navigation .nav-links {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}

	.navigation .nav-links .nav-next,
	.navigation .nav-links .nav-previous {
		flex: 0 1 auto;
		margin-bottom: inherit;
		margin-top: inherit;
		max-width: calc(50% - 0.5 * var(--global--spacing-unit));
	}

	.navigation .nav-links .nav-next {
		text-align: right;
	}
}

.navigation .svg-icon {
	display: inline-block;
	fill: currentColor;
	vertical-align: middle;
	position: relative;
}

.navigation .nav-previous .svg-icon,
.navigation .prev .svg-icon {
	top: -2px;
	margin-right: calc(0.25 * var(--global--spacing-unit));
}

.navigation .nav-next .svg-icon,
.navigation .next .svg-icon {
	top: -1px;
	margin-left: calc(0.25 * var(--global--spacing-unit));
}

.post-navigation {
	margin: var(--global--spacing-vertical) auto;
}

@media only screen and (min-width: 822px) {

	.post-navigation {
		margin: var(--global--spacing-vertical) auto;
	}
}

.post-navigation .meta-nav {
	line-height: var(--global--line-height-body);
	color: var(--global--color-primary);
}

.post-navigation .post-title {
	display: inline-block;
	font-family: var(--global--font-primary);
	font-size: var(--global--font-size-lg);
	font-weight: var(--pagination--font-weight-strong);
	line-height: var(--global--line-height-heading);
}

@media only screen and (min-width: 822px) {

	.post-navigation .post-title {
		margin: 5px calc(24px + 0.25 * var(--global--spacing-unit)) 0;
	}
}

@media only screen and (min-width: 482px) {

	.post-navigation .nav-links {
		justify-content: space-between;
	}
}

.post-navigation .nav-next,
.post-navigation .nav-previous {
	margin-top: var(--global--spacing-vertical);
	margin-bottom: var(--global--spacing-vertical);
}

.post-navigation .nav-next:first-child,
.post-navigation .nav-previous:first-child {
	margin-top: 0;
}

.post-navigation .nav-next:last-child,
.post-navigation .nav-previous:last-child {
	margin-bottom: 0;
}

.pagination,
.comments-pagination {
	/* border-top: 3px solid var(--global--color-border); */
	/* padding-top: var(--global--spacing-vertical); */
	margin: var(--global--spacing-vertical) auto;
}

.pagination {
	display: flex;
	padding-left: 0;
	list-style: none;
	width: 100%;
}

.search-filter-div nav.navigation.pagination .nav-links .page-numbers {
	font-size: 18px;
}

.search-filter-div nav.navigation.pagination {
	display: flex;
	width: 100%;
	justify-content: space-between;
}

.search-filter-div nav.navigation.pagination .nav-links {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

@media only screen and (min-width: 822px) {

	.pagination,
	.comments-pagination {
		margin: var(--global--spacing-vertical) auto;
	}
}

.pagination .nav-links,
.comments-pagination .nav-links {
	margin-top: calc(-1 * var(--global--spacing-vertical));
}

.pagination .nav-links a:hover,
.comments-pagination .nav-links a:hover {
	color: var(--pagination--color-link-hover);
}

.is-dark-theme .pagination .nav-links a:active,
.is-dark-theme .pagination .nav-links a:hover:active,
.is-dark-theme .pagination .nav-links a:hover:focus,
.is-dark-theme .comments-pagination .nav-links a:active,
.is-dark-theme .comments-pagination .nav-links a:hover:active,
.is-dark-theme .comments-pagination .nav-links a:hover:focus {
	color: var(--global--color-background);
}

.has-background-white .pagination .nav-links a:active,
.has-background-white .pagination .nav-links a:hover:active,
.has-background-white .pagination .nav-links a:hover:focus,
.has-background-white .comments-pagination .nav-links a:active,
.has-background-white .comments-pagination .nav-links a:hover:active,
.has-background-white .comments-pagination .nav-links a:hover:focus {
	color: var(--global--color-white);
}

.pagination .nav-links>*,
.comments-pagination .nav-links>* {
	color: var(--pagination--color-text);
	font-family: var(--pagination--font-family);
	font-size: var(--pagination--font-size);
	font-weight: var(--pagination--font-weight);
	margin-top: var(--global--spacing-vertical);
	margin-left: calc(0.66 * var(--global--spacing-unit));
	margin-right: calc(0.66 * var(--global--spacing-unit));
}

.pagination .nav-links>*.current,
.comments-pagination .nav-links>*.current {
	text-decoration: underline;
}

.pagination .nav-links>*:not(.dots):not(.current):hover,
.comments-pagination .nav-links>*:not(.dots):not(.current):hover {
	text-decoration-style: dotted;
}

.pagination .nav-links>*:first-child,
.comments-pagination .nav-links>*:first-child {
	margin-left: 0;
}

.pagination .nav-links>*:last-child,
.comments-pagination .nav-links>*:last-child {
	margin-right: 0;
}

.pagination .nav-links>*.next,
.comments-pagination .nav-links>*.next {
	margin-left: auto;
}

.pagination .nav-links>*.prev,
.comments-pagination .nav-links>*.prev {
	margin-right: auto;
}

@media only screen and (max-width: 821px) {

	.pagination .nav-links,
	.comments-pagination .nav-links {
		display: flex;
		flex-wrap: wrap;
	}

	.pagination .page-numbers,
	.comments-pagination .page-numbers {
		display: none;
	}

	.pagination .page-numbers.prev,
	.pagination .page-numbers.next,
	.comments-pagination .page-numbers.prev,
	.comments-pagination .page-numbers.next {
		display: inline-block;
		flex: 0 1 auto;
	}
}

@media only screen and (max-width: 481px) {

	.pagination .nav-short,
	.comments-pagination .nav-short {
		display: none;
	}
}

.comments-pagination {
	padding-top: calc(0.66 * var(--global--spacing-vertical));
	margin: calc(3 * var(--global--spacing-vertical)) auto;
}

@media only screen and (min-width: 822px) {

	.comments-pagination {
		margin: calc(3 * var(--global--spacing-vertical)) auto calc(4 * var(--global--spacing-vertical)) auto;
	}
}

.comments-pagination .nav-links>* {
	font-size: var(--global--font-size-md);
}

.widget-area {
	margin-top: calc(6 * var(--global--spacing-vertical));
	padding-bottom: calc(var(--global--spacing-vertical) / 3);
	color: var(--footer--color-text);
	font-size: var(--footer--font-size);
	font-family: var(--footer--font-family);
}

@media only screen and (min-width: 652px) {

	.widget-area {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		column-gap: calc(2 * var(--global--spacing-horizontal));
	}
}

@media only screen and (min-width: 1024px) {

	.widget-area {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media only screen and (max-width: 481px) {

	.widget-area {
		margin-top: calc(3 * var(--global--spacing-vertical));
	}
}

.widget-area .wp-block-social-links.alignright {
	margin-top: var(--global--spacing-vertical);
	justify-content: flex-end;
}

.widget-area .wp-block-social-links.alignleft {
	margin-top: var(--global--spacing-vertical);
}

.widget-area:after {
	content: "";
	display: table;
	clear: both;
}

.widget h1,
.widget h2,
.widget h3,
.widget h4,
.widget h5,
.widget h6 {
	font-weight: var(--widget--font-weight-title);
	line-height: var(--widget--line-height-title);
}

.widget h1 {
	font-size: var(--global--font-size-md);
}

.widget h2 {
	font-size: var(--global--font-size-sm);
}

.widget h3 {
	font-size: var(--global--font-size-xs);
}

.widget h4 {
	font-size: var(--global--font-size-xs);
}

.widget h5 {
	font-size: var(--global--font-size-xs);
}

.widget h6 {
	font-size: var(--global--font-size-xs);
}

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

.widget ul li {
	line-height: var(--widget--line-height-list);
}

.widget ul.sub-menu,
.widget ul.children {
	margin-left: var(--widget--spacing-menu);
}

.widget ul .sub-menu-toggle {
	display: none;
}

.widget a {
	color: var(--footer--color-link);
	text-decoration: underline;
	text-decoration-style: solid;
	text-decoration-color: currentColor;
}

.widget a:link,
.widget a:visited,
.widget a:active {
	color: var(--footer--color-link);
}

.widget a:hover {
	color: var(--footer--color-link-hover);
	text-decoration-style: dotted;
}

.search-form {
	display: flex;
	flex-wrap: wrap;
	justify-content: end;
	margin: auto;
	max-width: var(--responsive--aligndefault-width);
}

.search-form>label {
	width: 100%;
	margin-bottom: 10px;
	font-weight: var(--form--label-weight);
	text-align: left;
}

.search-form .search-field {
	flex-grow: 1;
	max-width: inherit;
	margin-top: calc(var(--global--spacing-vertical) / 3);
	margin-right: calc(0.66 * var(--global--spacing-horizontal));
}

.search-form .search-submit {
	margin-top: calc(var(--global--spacing-vertical) / 3);
	margin-left: 10px;
}

.widget_search>.search-form .search-field {
	margin-right: calc(-1 * var(--button--border-width));
	-webkit-appearance: none;
	margin-bottom: calc(0.5 * var(--global--spacing-vertical));
}

.widget_search>.search-form .search-submit {
	margin-left: 0;
	margin-bottom: calc(0.5 * var(--global--spacing-vertical));
}

.widget_rss a.rsswidget .rss-widget-icon {
	display: none;
}

/* Category 07 is for any utility classes that are not assigned to a specific component. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
	word-break: normal;
}

.skip-link:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	-webkit-clip-path: none;
	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. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

.has-black-color[class] {
	color: var(--global--color-black);
}

.has-black-color[class]>[class*=__inner-container] {
	--local--color-primary: var(--global--color-black, #000);
	color: var(--local--color-primary);
}

.has-gray-color[class] {
	color: var(--global--color-gray);
}

.has-gray-color[class]>[class*=__inner-container] {
	--local--color-primary: var(--global--color-gray, #000);
	color: var(--local--color-primary);
}

.has-dark-gray-color[class] {
	color: var(--global--color-dark-gray);
}

.has-dark-gray-color[class]>[class*=__inner-container] {
	--local--color-primary: var(--global--color-dark-gray, #000);
	color: var(--local--color-primary);
}

.has-green-color[class] {
	color: var(--global--color-green);
}

.has-green-color[class]>[class*=__inner-container] {
	--local--color-primary: var(--global--color-green, #fff);
	color: var(--local--color-primary);
}

.has-blue-color[class] {
	color: var(--global--color-blue);
}

.has-blue-color[class]>[class*=__inner-container] {
	--local--color-primary: var(--global--color-blue, #fff);
	color: var(--local--color-primary);
}

.has-purple-color[class] {
	color: var(--global--color-purple);
}

.has-purple-color[class]>[class*=__inner-container] {
	--local--color-primary: var(--global--color-purple, #fff);
	color: var(--local--color-primary);
}

.has-red-color[class] {
	color: var(--global--color-red);
}

.has-red-color[class]>[class*=__inner-container] {
	--local--color-primary: var(--global--color-red, #fff);
	color: var(--local--color-primary);
}

.has-orange-color[class] {
	color: var(--global--color-orange);
}

.has-orange-color[class]>[class*=__inner-container] {
	--local--color-primary: var(--global--color-orange, #fff);
	color: var(--local--color-primary);
}

.has-yellow-color[class] {
	color: var(--global--color-yellow);
}

.has-yellow-color[class]>[class*=__inner-container] {
	--local--color-primary: var(--global--color-yellow, #fff);
	color: var(--local--color-primary);
}

.has-white-color[class] {
	color: var(--global--color-white);
}

.has-white-color[class]>[class*=__inner-container] {
	--local--color-primary: var(--global--color-white, #fff);
	color: var(--local--color-primary);
}

.has-background a,
.has-background p,
.has-background h1,
.has-background h2,
.has-background h3,
.has-background h4,
.has-background h5,
.has-background h6 {
	color: currentColor;
}

.has-black-background-color[class] {
	background-color: var(--global--color-black);
}

.has-black-background-color[class]>[class*=__inner-container] {
	--local--color-background: var(--global--color-black, #000);
	background-color: var(--local--color-background);
}

.has-dark-gray-background-color[class] {
	background-color: var(--global--color-dark-gray);
}

.has-dark-gray-background-color[class]>[class*=__inner-container] {
	--local--color-background: var(--global--color-dark-gray, #000);
	background-color: var(--local--color-background);
}

.has-gray-background-color[class] {
	background-color: var(--global--color-gray);
}

.has-gray-background-color[class]>[class*=__inner-container] {
	--local--color-background: var(--global--color-gray, #000);
	background-color: var(--local--color-background);
}

.has-light-gray-background-color[class] {
	background-color: var(--global--color-light-gray);
}

.has-light-gray-background-color[class]>[class*=__inner-container] {
	--local--color-background: var(--global--color-light-gray, #fff);
	background-color: var(--local--color-background);
}

.has-green-background-color[class] {
	background-color: var(--global--color-green);
}

.has-green-background-color[class]>[class*=__inner-container] {
	--local--color-background: var(--global--color-green, #fff);
	background-color: var(--local--color-background);
}

.has-blue-background-color[class] {
	background-color: var(--global--color-blue);
}

.has-blue-background-color[class]>[class*=__inner-container] {
	--local--color-background: var(--global--color-blue, #fff);
	background-color: var(--local--color-background);
}

.has-purple-background-color[class] {
	background-color: var(--global--color-purple);
}

.has-purple-background-color[class]>[class*=__inner-container] {
	--local--color-background: var(--global--color-purple, #fff);
	background-color: var(--local--color-background);
}

.has-red-background-color[class] {
	background-color: var(--global--color-red);
}

.has-red-background-color[class]>[class*=__inner-container] {
	--local--color-background: var(--global--color-red, #fff);
	background-color: var(--local--color-background);
}

.has-orange-background-color[class] {
	background-color: var(--global--color-orange);
}

.has-orange-background-color[class]>[class*=__inner-container] {
	--local--color-background: var(--global--color-orange, #fff);
	background-color: var(--local--color-background);
}

.has-yellow-background-color[class] {
	background-color: var(--global--color-yellow);
}

.has-yellow-background-color[class]>[class*=__inner-container] {
	--local--color-background: var(--global--color-yellow, #fff);
	background-color: var(--local--color-background);
}

.has-white-background-color[class] {
	background-color: var(--global--color-white);
}

.has-white-background-color[class]>[class*=__inner-container] {
	--local--color-background: var(--global--color-white, #fff);
	background-color: var(--local--color-background);
}

.has-background:not(.has-text-color).has-black-background-color[class],
.has-background:not(.has-text-color).has-gray-background-color[class],
.has-background:not(.has-text-color).has-dark-gray-background-color[class] {
	color: var(--global--color-white);
}

.has-background:not(.has-text-color).has-black-background-color[class]>[class*=__inner-container],
.has-background:not(.has-text-color).has-gray-background-color[class]>[class*=__inner-container],
.has-background:not(.has-text-color).has-dark-gray-background-color[class]>[class*=__inner-container] {
	--local--color-primary: var(--global--color-background, #fff);
	color: var(--local--color-primary, var(--global--color-primary));
}

.is-dark-theme .has-background:not(.has-text-color).has-black-background-color[class]>[class*=__inner-container],
.is-dark-theme .has-background:not(.has-text-color).has-gray-background-color[class]>[class*=__inner-container],
.is-dark-theme .has-background:not(.has-text-color).has-dark-gray-background-color[class]>[class*=__inner-container] {
	--local--color-primary: var(--global--color-primary, #000);
}

.has-background:not(.has-text-color).has-green-background-color[class],
.has-background:not(.has-text-color).has-blue-background-color[class],
.has-background:not(.has-text-color).has-purple-background-color[class],
.has-background:not(.has-text-color).has-red-background-color[class],
.has-background:not(.has-text-color).has-orange-background-color[class],
.has-background:not(.has-text-color).has-yellow-background-color[class],
.has-background:not(.has-text-color).has-white-background-color[class] {
	color: var(--global--color-dark-gray);
}

.has-background:not(.has-text-color).has-green-background-color[class]>[class*=__inner-container],
.has-background:not(.has-text-color).has-blue-background-color[class]>[class*=__inner-container],
.has-background:not(.has-text-color).has-purple-background-color[class]>[class*=__inner-container],
.has-background:not(.has-text-color).has-red-background-color[class]>[class*=__inner-container],
.has-background:not(.has-text-color).has-orange-background-color[class]>[class*=__inner-container],
.has-background:not(.has-text-color).has-yellow-background-color[class]>[class*=__inner-container],
.has-background:not(.has-text-color).has-white-background-color[class]>[class*=__inner-container] {
	--local--color-primary: var(--global--color-primary, #000);
	color: var(--local--color-primary, var(--global--color-primary));
}

.is-dark-theme .has-background:not(.has-text-color).has-green-background-color[class]>[class*=__inner-container],
.is-dark-theme .has-background:not(.has-text-color).has-blue-background-color[class]>[class*=__inner-container],
.is-dark-theme .has-background:not(.has-text-color).has-purple-background-color[class]>[class*=__inner-container],
.is-dark-theme .has-background:not(.has-text-color).has-red-background-color[class]>[class*=__inner-container],
.is-dark-theme .has-background:not(.has-text-color).has-orange-background-color[class]>[class*=__inner-container],
.is-dark-theme .has-background:not(.has-text-color).has-yellow-background-color[class]>[class*=__inner-container],
.is-dark-theme .has-background:not(.has-text-color).has-white-background-color[class]>[class*=__inner-container] {
	--local--color-primary: var(--global--color-background, #fff);
}

.has-purple-to-yellow-gradient-background {
	background: linear-gradient(160deg, var(--global--color-purple), var(--global--color-yellow));
}

.has-yellow-to-purple-gradient-background {
	background: linear-gradient(160deg, var(--global--color-yellow), var(--global--color-purple));
}

.has-green-to-yellow-gradient-background {
	background: linear-gradient(160deg, var(--global--color-green), var(--global--color-yellow));
}

.has-yellow-to-green-gradient-background {
	background: linear-gradient(160deg, var(--global--color-yellow), var(--global--color-green));
}

.has-red-to-yellow-gradient-background {
	background: linear-gradient(160deg, var(--global--color-red), var(--global--color-yellow));
}

.has-yellow-to-red-gradient-background {
	background: linear-gradient(160deg, var(--global--color-yellow), var(--global--color-red));
}

.has-purple-to-red-gradient-background {
	background: linear-gradient(160deg, var(--global--color-purple), var(--global--color-red));
}

.has-red-to-purple-gradient-background {
	background: linear-gradient(160deg, var(--global--color-red), var(--global--color-purple));
}

header *,
main *,
footer * {
	max-width: var(--global--spacing-measure);
}

html,
body,
div,
header,
nav,
article,
figure,
hr,
main,
section,
footer {
	max-width: none;
}

.is-IE.is-dark-theme {
	color: #fff;
}

.is-IE.is-dark-theme *,
.is-IE.is-dark-theme a,
.is-IE.is-dark-theme .site-description,
.is-IE.is-dark-theme .entry-title,
.is-IE.is-dark-theme .entry-footer,
.is-IE.is-dark-theme .widget-area,
.is-IE.is-dark-theme .post-navigation .meta-nav,
.is-IE.is-dark-theme .footer-navigation-wrapper li a:link,
.is-IE.is-dark-theme .site-footer>.site-info,
.is-IE.is-dark-theme .site-footer>.site-info a,
.is-IE.is-dark-theme .site-footer>.site-info a:visited {
	color: #fff;
}

.is-IE.is-dark-theme .sub-menu-toggle svg,
.is-IE.is-dark-theme .sub-menu-toggle path,
.is-IE.is-dark-theme .post-navigation .meta-nav svg,
.is-IE.is-dark-theme .post-navigation .meta-nav path {
	fill: #fff;
}

.is-IE.is-dark-theme .primary-navigation>div>.menu-wrapper>li>.sub-menu li {
	background: #000;
}

@media only screen and (max-width: 481px) {

	.is-IE.is-dark-theme.primary-navigation-open .primary-navigation>.primary-menu-container,
	.is-IE.is-dark-theme.primary-navigation-open .menu-button-container {
		background-color: #000;
	}
}

.is-IE.is-dark-theme .skip-link:focus {
	color: #21759b;
}

.is-IE .navigation .nav-links {
	display: block;
}

.is-IE .post-thumbnail .wp-post-image {
	min-width: auto;
}

/* custom style */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
div,
ul {
	font-family: 'Inter', sans-serif !important;
}

.header-top {
	background: #28292E;
}

.f-w-400 {
	font-weight: 400 !important;
}

.font-14 {
	font-size: 14px;
}

a {
	text-decoration: none !important;
}

.custom-logo-link img {
	width: 240px !important;
}

/*header scroll logo*/
.ks-lmn-stock-info-outer {
	height: 40px;
	overflow: hidden;
}

.ks-lmn-stock-info-body {
	animation: 12s ease-in-out infinite moveUp;
}

.ks-lmn-stock-info-body .ks-lmn-sticky-logo {
	min-height: 40px;
}

.header-sticky-logos {
	display: inline-flex;
}

@keyframes moveUp {

	0%,
	100%,
	20% {
		transform: translateY(0)
	}

	21%,
	40% {
		transform: translateY(-40px)
	}

	41%,
	60% {
		transform: translateY(-80px)
	}

	61%,
	80% {
		transform: translateY(-120px)
	}

	81%,
	100% {
		transform: translateY(-160px)
	}
}

.primary-navigation a {
	font-size: 14px;
	font-weight: 500;
	color: #11161C !important;
	background: transparent !important;
	outline: none !important;
}

.primary-navigation a:hover {
	color: #0b5cab !important;
}

.primary-navigation>div>.menu-wrapper li:last-child {
	display: flex;
}

.primary-navigation>div>.menu-wrapper li:last-child a {
	padding: 16px 28px;
	background: #0C5362 !important;
	border-radius: 4px;
	line-height: 19px;
	margin-left: 2rem;
	margin-right: 13px;
	color: #fff !important;
	display: none;
}

.primary-navigation>div>.menu-wrapper li:last-child a:hover {
	background:rgb(12 83 98 / 85%) !important;
}

.main-header {
	background: #fffefd;
	position: sticky;
	width: 100%;
	top: 0;
	border-bottom: 1px solid #dee2e6;
	z-index: 2;
}

/* footer css */
.site-footer {
	display: none;
}

.footer-inner {
	background: #EAF5F4;
	padding: 32px 0px;
	z-index: 2;
	position: relative;
}

.footer-para-text {
	letter-spacing: 0.01em;
	color: #28292e;
}

.footer-menu {
	color: #0F2947;
}

.follow-us,
.footer-menu {
	line-height: 21px;
	letter-spacing: 0.01em;
}

.color-0F2947 {
	color: #0F2947;
}

.follow-us {
	color: #333;
}

.footer-social li {
	width: 32px;
	height: 32px;
}

.color-5B5B5B {
	color: #5B5B5B;
}

.navbar-brand.d-md-block {
	display: flex !important;
	align-items: center;
	gap:20px;
}

/* page header css */
header.entry-header {
	display: none;
}

main.site-main {
	padding: 0;
}

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

.bg-nor-center-cover,
.feature-section,
.ks-sms-home,
.form-bg-sec,
.workforce-arrow::after {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

/* about us */
.ks-lmn-banner,
.ks-lmn-about-us-bg,
.ks-lmn-contact-us-bg,
.ks-lmn-blog-bg,
.case-study-banner-sec {
	background: linear-gradient(360deg, rgba(23, 160, 219, 0.2) -10.87%, rgba(167, 236, 238, 0.2) 17.45%, rgba(255, 238, 187, 0.2) 36.54%, rgba(255, 238, 187, 0) 107.36%);
}

main.site-main .entry-content>[data-elementor-type="wp-page"] {
	max-width: 100% !important;
}

.form-right-box {
	background: #fff;
	box-shadow: 0px 4px 20px 0px #0000001A;
	border-radius: 16px;
	width: 478px;
	padding: 32px;
	z-index: 1;
}


/* 14/12/23 */
.form-right-box form .wpcf7-not-valid-tip {
	padding: 0;
	list-style: none;
	color: #E2414F;
	/* margin-top: -10px; */
	font-size: 14px;
}

.form-right-box .wpcf7-spinner {
	display: none;
}

.form-right-box .wpcf7-response-output {
	margin: 0 !important;
	margin-top: 10px !important;
	font-size: 14px;
	border: none !important;
	padding: 0 !important;
	color: #E2414F;
}

.form-right-box form .input input,
.form-right-box form input,
.form-right-box form .input textarea,
.form-right-box form textarea,
form .form-right-box input,
form .form-right-box textarea {
	border: 1px solid #DEDEDE;
	padding: 18px 16px;
	border-radius: 4px;
	font-weight: 400;
	font-size: 14px;
	color: #28292E;
	line-height: 16.8px;
	width: 100%;
	/* margin-bottom: 1rem; */
}

.form-right-box form .actions input[type="submit"],
.form-right-box form input[type="submit"],
.custom-lmn-modal button[type="button"].popup-sbmit-button {
	background-color: #0C5362 !important;
	padding: 18px 32px;
	border-radius: 4px;
	font-size: 18px;
	font-weight: 500;
	line-height: 21px;
	color: #fff;
	border: none;
	width: 100%;
}

.form-right-box form .hs_recaptcha {
	margin-bottom: 1.5rem;
}

/* .captcha-div .dscf7captcha label.error {
    display: block;
} */

.has-background-white .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
	background: inherit;
	/* color: inherit; */
}

.form-right-box form .input input:focus,
.form-right-box form .input textarea:focus,
.form-right-box form input:focus,
.form-right-box form textarea:focus,
form .form-right-box input:focus,
form .form-right-box textarea:focus {
	outline: none;
}

.form-right-box form .hs-form-field>label {
	display: none;
}

.whatsapp-float-btn {
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 9;
	background: transparent !important;
}

.primary-btn {
	padding: 16px 28px !important;
	background: #0C5362 !important;
	border-radius: 4px;
	line-height: 19px;
}

/* button:not(:hover):not(:active):not(.has-background) {
	background: transparent !important;
} */

.new-banner button:not(:hover):not(:active):not(.has-background) {
	background: transparent !important;
}

.primary-btn:hover {
	background:rgb(12 83 98 / 85%);
}

.whatsapp-link-icon {
	background: url(../../uploads/2023/11/whatsapp-bg.png) no-repeat;
	width: 62px;
	height: 74px;
	display: inline-block;
	animation: rotate-animation 5s infinite linear;
}

@keyframes rotate-animation {
	0% {
		transform: rotate(0deg);
	}

	50% {
		transform: rotate(180deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.whatsapp-float-btn img {
	position: absolute;
	left: 24px;
	top: 30px;
}

/* home page css */
.ks-lmn-banner {
	background: url(../../uploads/2023/11/lmn-banner-new-scaled.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	margin-top: -38px;
}

.font-32 {
	font-size: 32px;
}

.lmn-banner-new-heading {
	box-shadow: 0px 4px 4px 0px #1B45B20A;
}

.color-36C1FF {
	color: #36C1FF;
}

.f-w-600 {
	font-weight: 600 !important;
}

.lmn-head-3 {
	line-height: 48px;
}

.font-40 {
	font-size: 40px;
}

.lmn-para {
	padding: 8px 20px;
	border-radius: 8px;
	background: #224093;
	width: 373px;
}

.color-36C1FF {
	color: #36C1FF;
}

.border-cross {
	position: relative;
}

.font-26 {
	font-size: 26px;
}

.font-18 {
	font-size: 18px;
}

.lmn-banner-parent .elementor-column>.elementor-element-populated,
.whatsapp-parent-area .elementor-column>.elementor-element-populated,
.socail-icon-section .elementor-widget-wrap.elementor-element-populated .youtube-section .elementor-column>.elementor-element-populated,
.youtube-section .elementor-container.elementor-column-gap-default .elementor-widget-wrap.elementor-element-populated,
.our-signature-feature .elementor-widget-wrap.elementor-element-populated,
.our-other-feature .elementor-widget-wrap.elementor-element-populated,
.maximize-communicaction .elementor-widget-wrap.elementor-element-populated,
.power-of-saleforce .elementor-widget-wrap.elementor-element-populated,
.wp-home-page .elementor-widget-wrap.elementor-element-populated {
	padding: 0 !important;
}

.ks-lmn-enhance {
	margin-top: -200px;
}

.ks-channel-area {
	border: 1px solid #2440911A;
	background: #fff;
	border-radius: 20px;
}

.s-icon-circle {
	box-shadow: 0px 2px 5px 0px #0000001A;
	background: #FFF;
	width: 72px;
	height: 72px;
	border-radius: 50px;
}

.custom-page-title {
	color: #0F2947;
}

.color-0B5CAB {
	color: #0B5CAB;
}

.video-lmn-sec .lmn-video-frame {
	width: 916px !important;
	box-shadow: 4px 4px 4px 0px #0000001A;
	border-radius: 24px;
}

.color-3A4249 {
	color: #3A4249;
}

.col-img-text-area h3 {
	line-height: 44px;
	color: #0F2947;
}

.col-img-text-area p {
	line-height: 27px;
	color: #3A4249;
}

.ks-lmn-feature-img.even .feature-col-img {
	box-shadow: -1px 3px 7px 0px #0000001A;
	background: #CCE3EB;
	border-radius: 30px;
}

.feature-section {
	background-image: url(https://sms24into7.com/wp-content/uploads/2023/05/feature-banner.webp);
}

.bg-pink {
	background: #FFF6F6;
}

.feature-section-animation {
	animation: toolsBannerSlide 18s linear alternate infinite;
	display: flex;
}

.feature-section-animation-reverse {
	animation-direction: alternate-reverse;
}

@keyframes toolsBannerSlide {
	0% {
		transform: translateX(467px);
	}

	100% {
		transform: translateX(-467px);
	}
}

.feature-section-animation:hover {
	animation-play-state: paused;
}

.feature-tag-with-icon {
	border: 1px solid #BFECFF;
	background: rgba(255, 255, 255, 1);
	border-radius: 8px;
	height: 104px;
	width: 220px;
	box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.1);
}

.tag-icon {
	border-radius: 50%;
	width: 64px;
	height: 64px;
	z-index: 1;
	border: 1.6px solid #81CBB5;
}

.tag-items {
	line-height: 24px;
	color: #3A4249;
}

.bg-light-blue {
	background: rgba(235, 248, 253, 1);
}

.lmn-communic-icon {
	background-image: url(../../uploads/2023/08/commu-icon-bg.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 160px;
	height: 160px;
	z-index: 1;
	position: relative;
}

.lmn-communic-text {
	border: 1px solid rgba(191, 236, 255, 1);
	border-radius: 16px;
	background: rgba(255, 255, 255, 1);
	padding: 100px 16px 30px;
	margin-top: -80px;
	height: 280px;
}

.ks-lmn-service {
	background: #E8EEFF;
}

.setup-icon {
	padding: 8px;
	width: 80px;
	height: 80px;
	background: #fff;
	border-radius: 800px;
}

.custom-tooltip .custom-tooltip-text {
	line-height: 22px;
	color: #131e29;
	background: #fff;
	border: 1px solid #7cb9ff;
	border-radius: 8px;
	padding: 12px 18px;
	display: none;
	position: absolute;
	z-index: 2;
	width: 403px;
	top: -155px;
	left: -25px;
}

.z-index-9 {
	z-index: 9;
}

.form-right-box .hs-main-font-element h1 {
	font-size: 20px;
	font-weight: 500;
	color: #1C1C1C;
	margin-bottom: 25px;
}

.font-24 {
	font-size: 24px;
}

.ks-lmn-feature-img .feature-col-img {
	box-shadow: 1px 3px 7px 0px #0000001A;
	background: #BAE7DA;
	border-radius: 30px;
}

.font-20 {
	font-size: 20px;
}

.f-w-700 {
	font-weight: 700 !important;
}

.font-22 {
	font-size: 22px;
}

.rt-tpg-container .entry-title-wrapper .entry-title {
	font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
    margin: 0 0 18px;
    padding-bottom: 2px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 50px;
    word-break: break-word;
}

.rt-tpg-container .rt-el-post-meta {
	align-content: baseline;
	color: #000;
	display: inline-flex;
	flex-wrap: wrap;
	font-size: 12px;
	margin-bottom: 13px;
	min-height: 30px;
}

.post-meta-tags>span,
.post-meta-user>span {
	align-items: center;
	display: inline-flex;
	flex-wrap: wrap;
	margin-bottom: 3px;
	padding-right: 10px;
}

.tpg-excerpt-inner {
	font-size: 16px;
    line-height: 26px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    min-height: 50px;
}

.rt-tpg-container .rt-el-content-wrapper {
	transition: none !important;
}

.rt-tpg-container .tpg-post-holder .read-more a,
.rt-tpg-social-share a i,
.tpg-el-main-wrapper .post-meta-tags a,
.tpg-el-main-wrapper .post-meta-tags img,
.tpg-el-main-wrapper .post-meta-tags span,
.tpg-el-main-wrapper .rt-holder:hover .post-meta-tags i,
.tpg-el-main-wrapper .tpg-el-excerpt *,
.tpg-el-main-wrapper .tpg-el-image-wrap .overlay,
.tpg-el-main-wrapper .tpg-el-image-wrap img,
.tpg-el-main-wrapper .tpg-post-holder,
.tpg-separate-category .categories-links,
.tpg-separate-category .categories-links i {
	transition: none !important;
}

.rt-tpg-container .img_zoom_out .rt-holder .rt-img-holder img:not(.avatar),
.rt-tpg-container .rt-holder:hover .rt-img-holder img:not(.avatar) {
	transform: none !important;
}

.rt-tpg-container .img_no_effect .rt-holder:hover .rt-img-holder img,
.rt-tpg-container .img_zoom_out .rt-holder:hover .rt-img-holder img {
	transform: none !important;
}

.rt-pagination .pagination-list>li>a:focus,
.rt-pagination .pagination-list>li>a:hover,
.rt-pagination .pagination-list>li>span:focus,
.rt-pagination .pagination-list>li>span:hover {
	background-color: #0b5cab;
	border-color: #0b5cab;
	color: #fff;
	z-index: 2
}

.rt-pagination .pagination-list>.active>a,
.rt-pagination .pagination-list>.active>a:focus,
.rt-pagination .pagination-list>.active>a:hover,
.rt-pagination .pagination-list>.active>span,
.rt-pagination .pagination-list>.active>span:focus,
.rt-pagination .pagination-list>.active>span:hover {
	background-color: #0b5cab;
	border-color: #0b5cab;
	color: #fff;
	cursor: default;
	z-index: 3
}

.elementor-1063 .elementor-element.elementor-element-69e36e5 .rt-tpg-container .tpg-post-holder .rt-detail .read-more a {
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #0b5cab !important;
	border-radius: 5px;
}

.rt-tpg-container .rt-holder .rt-detail .read-more a {
	color: #0b5cab;
}

.single-post-img .post-thumbnail {
	margin: 0 auto;
	width: 100%;
	max-width: 100% !important;
}

.single-post-div {
	position: relative;
	max-width: 100% !important;
	width: 100%;
	margin: 0 auto;
	padding: 0 0;
}

.single-post-img .post-thumbnail img {
	object-fit: cover;
	background-repeat: no-repeat;
	background-position: center center;
	min-height: 100%;
	margin: 0 auto;
}

.single-post-img .post-thumbnail .wp-post-image {
	max-width: 100% !important;
	width: 100%;
}

.showcase {
	width: 100%;
	height: 100%;
	position: relative;
	text-align: center;
}

.showcase img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99
}

.showcase .overlay {
	width: 100%;
	height: 400px;
	background-color: rgb(11, 92, 171, 0.95);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
	display: flex;
	align-items: center;
}

.single-post-title {
	padding-bottom: 20px;
}

h1.singlepost-title {
	color: #fff;
	font-size: 46px;
	font-weight: 600;
	line-height: 64px;
	text-align: center;
	text-transform: capitalize;
	position: relative;
	max-width: 1024px !important;
	width: 100%;
	margin: 0 auto;
}

.entry-content .post-discription {
	max-width: 915px !important;
	width: 100%;
	margin: 0 auto;
}

.post-footer .read-more {
	margin-top: 20px;
}

section.no-results.not-found form.search-form {
	justify-content: space-between;
}

section.no-results.not-found form.search-form input.search-field,
.error-404.not-found form.search-form input.search-field {
	max-width: 475px;
	width: 100%;
}

.error-404.not-found .search-form {
	justify-content: start;
}

form.search-form input.search-field {
	border: 1px solid #dedede;
	border-radius: 6px;
	padding: 16px 20px;
	margin: 0;
	height: 53px;
	max-width: 300px;
	width: 100%;
}

form.search-form .search-submit,
.blog-search-page form li>input[type="submit"] {
	border: 1px solid #0b5cab;
	border-radius: 4px;
	color: #0b5cab !important;
	background-color: transparent !important;
	padding: 12px 28px;
	font-size: 16px;
	margin-top: 0;
	height: 51px;
}

.form-blog-search form.search-form label {
	display: none;
}

nav.navigation.post-navigation .nav-links {
	display: none;
}

.blog-search-page form ul {
	padding: 0;
	margin: 0;
}

.blog-search-page form ul li:last-child {
	padding-right: 0;
}

.comment-respond h2 {
	font-size: 40px;
	font-weight: 500;
}

.comment-respond input#submit {
	background: #0b5cab !important;
	border-radius: 4px;
	line-height: 19px;
	color: #fff !important;
}



.error-page,
section.no-results.not-found {
	max-width: 1320px;
	width: 100%;
	margin: 50px auto 50px !important;
	padding: 60px 0 60px;
	text-align: center;
	/* background-color: #110034; */
	border: 2px solid #0b5cab;
	border-radius: 10px;
}

.error-page h1.page-title,
section.no-results.not-found h1.page-title,
.author h1.page-title,
.date h1.page-title {
	color: #0b5cab;
	font-size: 40px;
	font-weight: 300;
	line-height: normal;
	text-align: left;
	text-transform: capitalize;
	position: relative;
	border-bottom: 3px solid #0b5cab;
	width: max-content;
	margin: 0 auto 25px;
}

.search-filter-div {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
	gap: 20px 30px;
	max-width: 1320px;
	padding: 0 0 40px;
}

.blank-data {
	width: 30%;
	background: #fff;
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, .3);
	-webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, .3);
}

.blank-data-blog figure.post-thumbnail img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
}

.blank-data-blog header.entry-header {
	display: block;
	margin: 0 !important;
}

.blank-data-blog h2.entry-title.default-max-width {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.3;
	margin: 0 0 18px;
	padding: 10px 10px 0;
}

.blank-data-blog .entry-content {
	padding: 10px;
}

.blank-data-blog .entry-content a.more-link {
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #0b5cab !important;
	border-radius: 5px;
	padding: 10px;
	width: fit-content;
	display: flex;
	align-items: center;
	margin: 20px 0 0 0;
}

a.subscribe-now {
	padding: 16px 28px;
	background-color: #0b5cab !important;
	border-radius: 4px;
	line-height: 19px;
	color: #fff !important;
	width: fit-content;
	display: block;
	margin-left: 2rem;
}

a.subscribe-now:hover {
	color: #fff !important;
	background-color: rgba(11, 92, 171, 0.9) !important;
}


nav#site-navigation {
	display: flex;
}


#cancel-comment-reply-link {
	border: 2px solid #0b5cab;
	padding: 10px;
	border-radius: 5px;
	color: #0b5cab;
	text-transform: capitalize;
}



.border-cross {
	position: relative
}

.border-cross:after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	border-bottom: 2px solid
}

article.comment-body {
	padding: 15px;
	border-radius: 10px;
	background: #fafafa;
	border: 1px solid #f4f4f4;
}

article.comment-body footer.comment-meta {
	display: flex;
	flex-direction: column;
	align-items: start;
	margin: 0;
}

.custom-me-5 {
	margin-right: 3rem !important;
}


/* New Case Study CSS Start */

.case-study-single-insight .casestudy_brdcrumb .breadcrumb-item {
	display: flex;
	align-items: baseline;
}
#single-case-study .casestudy_brdcrumb .breadcrumb.breadcrumb-dark {
	font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 13px;
    display: flex;
    overflow-x: auto;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    overflow: auto;
    padding: 0 0 0px;
    overflow-x: auto;
    white-space: nowrap;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

#single-case-study .casestudy_brdcrumb {
	padding: 7px 0 53px 0px;
}

#single-case-study .border-left:before {
	border-left: 1px solid #84848466;
	height: 30px;
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
}
.border-bottom {
	border-bottom: 1px solid #E8E7E7;
}
.border-top {
	border-top: 1px solid #E8E7E7;
}
.bg-white {
	background-color: #fff;
}
.font-11 {
	font-size: 11px;
}
.font-12 {
	font-size: 12px;
}

.font-13 {
	font-size: 13px;
}

.font-14 {
	font-size: 14px !important;
}

.font-15 {
	font-size: 15px;
}

.font-16 {
	font-size: 16px;
}

.font-17 {
	font-size: 17px;
}

.font-18 {
	font-size: 18px !important;
}

.font-20 {
	font-size: 20px;
}

.font-22 {
	font-size: 22px;
}

.font-24 {
	font-size: 24px !important;
}

.font-26 {
	font-size: 26px !important;
}

.font-28 {
	font-size: 28px !important;
}

.font-29 {
	font-size: 29px !important;
}

.font-30 {
	font-size: 30px !important;
}

.font-32 {
	font-size: 32px !important;
}

.font-35 {
	font-size: 35px !important;
}

.font-36 {
	font-size: 36px !important;
}

.font-38 {
	font-size: 38px !important;
}

.font-39 {
	font-size: 39px !important;
}

.font-40 {
	font-size: 40px;
}

.font-41 {
	font-size: 41px;
}

.font-42 {
	font-size: 42px;
}

.font-44 {
	font-size: 44px;
}

.font-45 {
	font-size: 45px;
}

.font-46 {
	font-size: 46px;
}

.font-48 {
	font-size: 48px;
}

.font-50 {
	font-size: 50px;
}

.font-52 {
	font-size: 52px;
}

.font-54 {
	font-size: 54px;
}

.font-56 {
	font-size: 56px;
}

.font-60 {
	font-size: 60px;
}

.font-64 {
	font-size: 64px;
}

.font-70 {
	font-size: 70px;
}

.font-72 {
	font-size: 72px;
}

.font-80 {
	font-size: 80px;
}

.font-96 {
	font-size: 96px;
}

.color-3C56A0 {
	color: #3C56A0;
}

.color-0B5CAB {
	color: #0B5CAB;
}

.color-0F2947 {
	color: #0F2947;
}

.color-333333 {
	color: #333333;
}

.color-626264 {
	color: #626264;
}

.color-34353A {
	color: #34353A;
}

.color-3D3D3D {
	color: #3D3D3D;
}

.color-3F3F41 {
	color: #3F3F41 !important;
}

.f-w-400 {
	font-weight: 400 !important;
}

.f-w-500 {
	font-weight: 500 !important;
}

.f-w-700 {
	font-weight: 700 !important;
}

.f-w-800 {
	font-weight: 800 !important;
}

.f-w-900 {
	font-weight: 900 !important;
}

.f-w-bold {
	font-weight: 700 !important;
}

.f-w-normal {
	font-weight: 400 !important;
}

.l-h-20 {
	line-height: 20px;
}

.l-h-42 {
	line-height: 42px;
}

.l-h-40 {
	line-height: 40px;
}


.l-h-32 {
	line-height: 32px;
}

.b-r-8 {
	border-radius: 8px;
}

section#challenges .data_flow_image_container {
	padding: 30px 0 0 0;
}

/*.padding-bottom-102 {
	padding-bottom: 102px;
}*/
.padding-bottom-102 {
    padding-bottom: 50px;
}
#single-case-study .lmn-large-bg-set2{
	padding-bottom: 75px;
}
section.ks-salesforce-tab .nav-tabs .nav-link:focus,
section.ks-salesforce-tab .nav-tabs .nav-link:hover {
	border-color: transparent !important;
	isolation: isolate;
}

section.ks-salesforce-tab .nav-tabs .nav-link {
	margin-bottom: 0;
	background: 0 0;
	border: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

section.ks-salesforce-tab a:link,
section.ks-salesforce-tab a:visited {
	transition: none;
}

ul#singleInsightsMainNav li.nav-item a:hover {
	outline: none;
	margin-bottom: 0 !important;
	background: none;
	border: 0 !important;
}

.case-study-single-insight .container-custom {
	max-width: 924px;
	width: 100%;
	margin: 0 auto;
/*	padding: 76px 0 0 0;*/
	padding:57px 0 0 0;


}

.project-heading {
	padding: 31px 0 46px 0;
}

.case-study-single-insight {
	background-color: #FCFCFC;
}

section.project-heading .container {
	max-width: 924px;
	width: 100%;
	margin: 0 auto;
}

img.lmn_data_flow_img,
img.data_flow_img {
	width: 100%;
	/* border: 1px solid #0000001A; */
}

.case-study-single-insight .casestudy_brdcrumb .breadcrumb-item+.breadcrumb-item:before {
	content: "";
	background-image: url("/wp-content/uploads/2024/05/chevron-right_breadcub.png");
	width: 5px;
	height: 8px;
	background-repeat: no-repeat;
	background-position: center;
	padding-right: 10px;
	padding-left: 8px;
}

.python-sticky-nav.casestudy-menu-sticky {
	position: sticky;
	top: 130px;
	background-color: #FCFCFC;
	z-index: 1;
}

#single-case-study .nav-item.active:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0px;
	height: 4px;
	width: 100%;
	border-bottom: 2px solid #0B5CAB;
}

.case-study-single-insight ul.single_casestudy_solution_ul li:last-child {
	padding-bottom: 0 !important;
}

.overview_des_one p {
	margin-bottom: 0 !important;
}

/* New Case Study CSS END */

@media only screen and (min-width: 1400px) {
	.wp-custom-container {
		max-width: 1320px !important;
	}

	.ks-lmn-banner.ks-home {
		height: 796px;
	}
}

@media only screen and (min-width: 1200px) {
	.ks-channel-area {
		max-width: 1060px;
		margin: auto;
	}
}

@media only screen and (min-width: 1050px) {
	.max-492 {
		max-width: 492px;
	}
}

@media only screen and (min-width: 1400px) {
	.ks-lmn-banner.ks-home {
		height: 796px;
	}
}

@media only screen and (min-width: 1200px) {
	.ks-channel-area {
		max-width: 1060px;
		margin: auto;
	}
}

@media only screen and (min-width: 768px) {

	.ks-anim-parent:after,
	.ks-anim-parent:before {
		content: '';
		position: absolute;
		width: 100px;
		height: 100%;
		top: 0;
		z-index: 1;
	}

	.video-lmn-sec .lmn-video-frame {
		height: 515px;
	}

	.ks-anim-parent:before {
		left: 0;
		background: linear-gradient(90deg, #FFF6F6 30%, transparent 120%);
	}

	.ks-anim-parent:after {
		right: 0;
		background: linear-gradient(270deg, #FFF6F6 30%, transparent 120%);
	}
}

@media only screen and (min-width: 406px) {
	.custom-me-3 {
		margin-right: 0.5rem;
		margin-left: 0.5rem;
	}
}

@media only screen and (max-width: 1069px) and (min-width: 600px) {
	.wp-container-3.wp-container-3 {
		justify-content: center !important;
	}
}

@media only screen and (max-width: 1199px) and (min-width: 1050px) {
	.ks-lmn-banner {
		height: 800px;
	}
}

@media only screen and (max-width: 1399px) and (min-width: 1200px) {
	.ks-lmn-banner {
		height: 920px;
	}
}

@media only screen and (max-width: 1399px) and (min-width: 1050px) {
	.form-right-box {
		width: 100%;
	}

	.ks-lmn-enhance {
		margin-top: -200px;
	}

	.lmn-para {
		width: 100%;
	}
}

@media only screen and (max-width: 1230px) and (min-width: 1050px) {
	header#masthead.site-header.wp-custom-container {
		max-width: 100%;
	}
}

@media (max-width: 1450px) {
	.primary-menu-container.custom-me-5 {
		margin-right: 1rem !important;
	}
}

@media (max-width: 1200px) {
	.ks-lmn-enhance {
		margin-top: -30px;
	}

	.lmn-communic-text {
		height: 85%;
	}
}

@media (max-width: 1050px) {
	.wp-block-navigation__container>.wp-block-navigation-item:last-child a {
		margin-left: 10px !important;
		padding: 16px !important;
	}

	.lmn-para {
		width: fit-content;
	}

	.lmn-banner-new-heading.font-36 {
		font-size: 30px;
	}

	.lmn-head-2 {
		font-size: 28px;
	}

	.lmn-head-3 {
		font-size: 30px;
		line-height: 40px;
	}

	.ks-lmn-banner {
		height: 700px;
	}

	.ks-lmn-banner.ks-home .form-right-box {
		width: 100%;
	}

	.ks-lmn-enhance {
		margin-top: -155px;
	}

	.custom-logo-link img {
		width: 190px !important;
	}

	.custom-me-5 {
		margin-right: 1rem !important;
	}

	header.site-header {
		max-width: 100%;
	}
}

@media only screen and (max-width: 992px) {
	.lmn-para {
		margin: auto;
	}
}

@media only screen and (min-width: 768px) {

	.ks-anim-parent:after,
	.ks-anim-parent:before {
		content: '';
		position: absolute;
		width: 100px;
		height: 100%;
		top: 0;
		z-index: 1;
	}

	.video-lmn-sec .lmn-video-frame {
		height: 515px;
	}

	.ks-anim-parent:before {
		left: 0;
		background: linear-gradient(90deg, #FFF6F6 30%, transparent 120%);
	}

	.ks-anim-parent:after {
		right: 0;
		background: linear-gradient(270deg, #FFF6F6 30%, transparent 120%);
	}
}

@media only screen and (max-width: 768px) {
	.footer-logo-area {
		img {
			height: 50px;
			width: auto;
		}
	}

	.demo-contact-form .captcha-area {
		transform: scale(0.7);
		margin-left: -26px;
	}

	.ks-lmn-banner {
		height: 100%;
	}

	.ks-lmn-enhance {
		margin-top: 0;
	}

	.ks-lmn-banner.ks-home .form-right-box {
		width: 400px;
		margin: auto;
	}

	header .wp-container-core-group-layout-1.wp-container-core-group-layout-1 {
		justify-content: center;
	}

	.form-right-box {
		width: 100%;
	}

	h1.singlepost-title {
		font-size: 30px;
		font-weight: 600;
		line-height: 40px;
	}

	.ks-lmn-enhance {
		margin-top: 0px;
	}

	.lmn-para {
		width: 100%;
	}

	.error-page,
	section.no-results.not-found {
		padding: 40px 20px 40px;
		width: 95%;
	}

	.blank-data {
		width: 45%;
	}

	.ks-lmn-feature-img {
		gap: 15px;
	}
}

@media only screen and (max-width: 767px) {

	h1.singlepost-title {
		font-size: 30px;
		font-weight: 600;
		line-height: 40px;
	}

	form.search-form .search-submit,
	.blog-search-page form li>input[type="submit"] {
		margin: 20px 0;
	}

	a.subscribe-now {
		display: none;
	}

	.font-sm-28 {
		font-size: 28px !important;
	}

	.font-sm-24 {
		font-size: 24px !important;
	}

	.font-sm-20 {
		font-size: 20px !important;
	}

	.font-sm-18 {
		font-size: 18px !important;
	}

	.font-sm-16 {
		font-size: 16px !important;
	}

	.font-sm-14 {
		font-size: 14px !important;
	}

	.font-sm-13 {
		font-size: 13px !important;
	}

	#single-case-study .casestudy_brdcrumb {
		display: none;
	}

}

@media only screen and (max-width: 375px) {
	.navbar-brand>a.me-2 {
		margin-right: 0px !important;
	}

	.ks-powered-mobile {
		margin-top: 0px !important;
	}
}

@media only screen and (max-width: 568px) {
	.col-img-text-area h3 {
		line-height: inherit;
	}

	.footer-logo-area img {
		height: 45px;
		width: 100%;
	}

	.lmn-started {
		font-size: 16px;
	}

	.ks-lmn-feature-img {
		gap: 30px;
	}

	.error-page,
	section.no-results.not-found {
		padding: 40px 20px 40px;
		width: 95%;
	}

	form.search-form .search-submit,
	.blog-search-page form li>input[type="submit"] {
		margin: 20px 0;
	}

	.blank-data {
		width: 95%;
	}

	.error-404.not-found .search-form,
	section.no-results.not-found form.search-form {
		justify-content: start;
		flex-wrap: wrap;
	}

	.footer-inner {
		padding:  24px 16px 16px;
	}

	.font-40 {
		font-size: 32px;
	}

	.lmn-banner-new-heading {
		font-size: 28px;
	}

	.ks-lmn-banner {
		background-size: inherit;
	}

	.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog {
		margin-top: 60px;
	}

	@keyframes toolsBannerSlide {
		0% {
			transform: translateX(700px);
		}

		100% {
			transform: translateX(-700px);
		}
	}

	.feature-tag-with-icon {
		height: auto;
		width: 175px;
	}

	header nav.wp-container-2.wp-container-2 {
		width: 100%;
		position: absolute;
		right: 20px;
		top: 120px;
	}

	/* 	.form-right-box {
		margin: 0px 16px;
	} */
	.form-right-box {
		margin: 0px;
		padding: 18px;
	}

	.form-parent-section {
		margin: 0;
	}

	.elementor-70 .elementor-element.elementor-element-07d4342>.elementor-element-populated {
		padding-bottom: 0;
	}

	header {
		position: sticky;
		top: 0;
	}

	header.page-header {
		position: relative;
	}

	.post-template-default main.wp-block-group .has-global-padding .wp-block-post-featured-image:before {
		display: none;
	}

	.wp-block-post-featured-image img {
		margin-top: 20px;
		margin-bottom: 0px;
	}

	.post-template-default main.wp-block-group .has-global-padding h1.wp-block-post-title {
		top: 5px;
	}

	.wp-block-post-template.wp-block-post-template>li {
		width: 100%;
	}

	.ks-lmn-banner.ks-home .form-right-box {
		width: 100%;
		padding: 20px;
	}

	.ks-lmn-banner {
		margin-top: -50px;
	}

	.search-form {
		flex-wrap: wrap;
		justify-content: center;
	}

	header .wp-container-core-group-layout-1.wp-container-core-group-layout-1 {
		position: relative;
	}

	header .wp-container-core-group-layout-1.wp-container-core-group-layout-1 .wp-container-core-navigation-layout-1.wp-container-core-navigation-layout-1 {
		position: initial;
	}

	header .wp-container-core-group-layout-1.wp-container-core-group-layout-1 .wp-container-core-navigation-layout-1.wp-container-core-navigation-layout-1>button {
		position: absolute;
		right: 20px;
		top: 30px;
	}

	.site-header {
		row-gap: normal;
	}

	.navbar-brand .site-branding img.custom-logo {
		max-width: 168px;
		width: 100%;
	}

	.navbar-brand .site-branding .site-logo {
		position: relative !important;
		top: 0 !important;
		left: 0;
		padding-top: 0 !important;
		width: 210px;
	}

	.navbar-brand .site-branding {
		margin-right: 0;
		max-width: 168px;
	}

	header#masthead {
		padding: 0 !important;
	}

	.ks-powered-mobile {
		margin-top: -8px;
	}

	.primary-navigation>div>.menu-wrapper li:last-child a {
		padding: 16px 28px;
		background: #0C5362  !important;
		border-radius: 4px;
		line-height: 19px;
		color: #fff !important;
		width: fit-content;
		float: right;
	}

	.powered-text {
		margin-right: -8px;
		margin-left: 10px;
	}

	.site-header .menu-button-container #primary-mobile-menu {
		padding-left: 0;
		padding-right: 0;
	}

	.primary-navigation-open .site-header .menu-button-container #primary-mobile-menu {
		padding: calc(var(--button--padding-vertical) - 0.25 * var(--global--spacing-unit)) calc(0.5 * var(--button--padding-horizontal));
	}

	.font-sm-12 {
		font-size: 12px !important;
	}

	.primary-navigation-open .primary-menu-container {
		visibility: visible;
		opacity: 1;
	}

	.custom-me-5 {
		margin-right: 0rem !important;
	}
}

.cust-bg-transparent {
	background: transparent !important;
}
/* payment section CSS */

.order-container {
     border-radius: 32px;
/*     background-color: #EAF9FF; */
    padding: 56px 10px;
    gap: 40px;
/*     border: 1px solid #B4DBFF; */
}
.color-df4026{
	color:#df4026;
}
@media (min-width: 768px) {
	.custom-lmn-modal .modal-dialog {
		max-width: 500px;
		margin-top: 3rem;
	}
}

.custom-lmn-modal .modal-dialog .modal-content {
	box-shadow: 0 4px 20px 0 #0000001A;
	border-radius: 16px;
	border: none;
}

.custom-lmn-modal .form-right-box {
	margin: auto;
	width: 100%;
	box-shadow: none;
}

.custom-lmn-modal .modal-body {
	padding: 0;
}

.font-family-inter {
	font-family: 'Inter', sans-serif !important;
}

/* page ads css */
.get-started-btn {
	background-color: transparent !important;
	border: 1px solid #fff;
	border-radius: 50px;
	padding: 9px 36px;
}

.get-started-btn:hover,
.get-started-today-btn:hover,
.started-form-card input[type="submit"]:hover {
	background-color: #224093 !important;
}

.form-ads-box {
	box-shadow: 0px 4px 20px 0px #1C64F2;
	padding: 50px 40px;
	border-radius: 20px;
	width: 449px;
}

.form-ads-box input.form-control,
.otp-div input[name="email_verify"] {
	border-color: #D1D5DB;
	background-color: #F9FAFB;
	border-radius: 50px;
}

.color-011166 {
	color: #011166;
}

.color-374151 {
	color: #374151;
}

.color-9CA3AF {
	color: #9CA3AF;
}

.color-6B7280 {
	color: #6B7280;
}

.reg-heading:after {
	content: "";
	display: block;
	width: 42px;
	height: 1px;
	background: #3F83F8;
	margin-top: 5px;
}

.form-ads-box input[type="submit"].form-ads-submit,
.get-started-today-btn,
.otp-div .pricing-btn {
	background-color: #3F83F8 !important;
	border-radius: 50px;
}

.form-right-box form .actions input[type="submit"]:hover,
.form-right-box form input[type="submit"]:hover,
.otp-div .pricing-btn:hover,
.custom-lmn-modal button[type="button"].popup-sbmit-button:hover {
	background: rgb(12 83 98 / 85%) !important;
}

.ads-banner {
	padding-top: 60px;
}

.font-61 {
	font-size: 61px;
}

.font-54 {
	font-size: 54px;
}

.font-44 {
	font-size: 44px;
}

.get-started-today-btn {
	border: none;
	padding: 15px 73px;
}

.br-16 {
	border-radius: 16px;
}

.feature-ads-card {
	width: 530px;
	height: 143px;
	border-radius: 20px;
	padding: 40px 30px;
	border: 1px solid #01116633;
}

@media screen and (max-width: 1200px) {
	.feature-ads-card {
		width: auto;
	}
}

.feature-ads-section .feature-tag-with-icon {
	width: 538px;
	height: 300px;
	padding: 40px 30px;
	border-color: #01116633;
	border-radius: 20px;
	box-shadow: none;
}

.ks-anim-parent:before {
	background: linear-gradient(90deg, #fff6f6 30%, transparent 120%);
}

.ks-anim-parent:after {
	background: linear-gradient(270deg, #fff6f6 30%, transparent 120%);
}

.happy-clients .ks-anim-parent:before {
	background: linear-gradient(90deg, #FFFFFF 30%, transparent 120%);
}

.happy-clients .ks-anim-parent:after {
	background: linear-gradient(270deg, #FFFFFF 30%, transparent 120%);
}

.color-ffffff99 {
	color: #ffffff99;
}

.color-111928 {
	color: #111928;
}

.color-4B5563 {
	color: #4B5563;
}

.form-right-box .wpcf7-response-output {
	margin-bottom: 10px !IMPORTANT;
}

.feature-section-animation.animation-2 {
	animation: toolsBannerSlide1 18s linear alternate infinite;
}

.feature-section-animation.animation-2:hover {
	animation-play-state: paused;
}

@keyframes toolsBannerSlide1 {
	0% {
		transform: translateX(967px);
	}

	100% {
		transform: translateX(-967px);
	}
}

.get-started-form form .wpcf7-response-output {
	margin: 0 !important;
	text-align: center;
	border: none !important;
	padding: 0 !important;
}

.right-0 {
	right: 0;
}

/* Footer and last section of ads page style */
.started-form-card {
	background-color: #011166;
	color: #fff;
	border-radius: 40px;
	padding: 80px 60px 80px 60px;
	margin-top: 60px;
	position: relative;
	min-height: 353px;
	height: auto;
}

.started-form-card h3 {
	font-weight: 700;
	font-size: 46px;
	/* line-height: 55.2px; */
	margin-bottom: 10px;
}

.started-form-card p {
	font-size: 18px;
	line-height: 27px;
	font-weight: 400;
}

.started-form-card form .ads-email-section {
	gap: 10px;
	margin-top: 50px;
}

.started-form-card input {
	padding: 14px 40px;
	border-radius: 50px;
	background-color: #f9fafb;
	border: 1px solid #d1d5db;
	color: #000;
	font-size: 14px;
	font-weight: 400;
	line-height: 16.8px;
	height: 50px;
}

.started-form-card input:focus {
	outline: none !important;
}

.started-form-card input::placeholder {
	color: #6b7280;
	font-size: 14px;
	font-weight: 400;
	line-height: 16.8px;
}

.started-form-card button,
.started-form-card input[type="submit"] {
	background-color: #1c64f2 !important;
	padding: 11px 46px !important;
	border-radius: 50px;
	border: 1px solid transparent !important;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	line-height: 27px;
}

.lmn-info {
	margin-top: 90px;
}

.lmn-info small,
.lmn-info a {
	font-size: 14px;
	font-weight: 400;
	line-height: 19.12px;
	color: #4b5563;
	text-align: center;
}

.social-icon {
	margin-right: 18px;
	width: 23px;
	height: 23px;
	object-fit: contain;
}

.social-icon:nth-child(4) {
	width: 32px;
}

.social-icon:nth-child(5) {
	width: 28px;
}

.cloud {
	position: absolute;
	left: -100px;
	bottom: -67px;
	width: fit-content;
	height: 257px !important;
	object-fit: contain;
	z-index: 10;
}

@media screen and (max-width: 330px) {
	.started-form-card input {
		padding: 14px 13px;
	}
}

@media screen and (max-width: 575px) {
	.started-form-card h3 {
		font-size: 34px;
		line-height: 40.8px;
	}

	.started-form-card p {
		font-size: 14px;
		line-height: 21px;
		text-align: center;
	}
}

@media screen and (max-width: 765px) {
	.started-form-card {
		padding: 80px 20px 80px 20px;
	}
}

@media screen and (max-width: 991px) {
	.lmn-info small {
		margin: 30px 0 10px;
	}
}

/* end */

.page-id-4809 .main-header .site-header,
.page-id-4809 .footer {
	display: none;
}

@media screen and (max-width: 768px) {
	.feature-ads-card {
		height: auto;
	}
}

@media screen and (max-width: 568px) {
	.banner-text .font-54 {
		font-size: 31px;
	}

	.lmn-ads-logo img {
		width: 180px;
	}

	.form-ads-box {
		width: 100%;
	}

	.font-44 {
		font-size: 34px;
	}

	.feature-ads-section .feature-tag-with-icon {
		width: 328px;
		height: 480px;
	}

	.form-ads-submit {
		width: 100% !important;
	}

	.feature-ads-card {
		padding: 24px;
	}

	.started-form-card {
		padding: 60px 20px 60px 20px;
	}

	.cust-w-sm-100 {
		width: 100%;
	}
}

.z-index-1 {
	z-index: 1;
}

.submit-div .wpcf7-spinner {
	display: none;
}

.email-div span.wpcf7-not-valid-tip,
.captcha-div span.wpcf7-not-valid-tip {
	position: relative;
}

.header-anim-logo {
	background-color: #d3ebfe;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 5px;
}

/* Salesforce WhatsApp Integration */
.salesforce-whatsapp-integration-page,
.salesforce-whatsapp-integration-page h1,
.salesforce-whatsapp-integration-page h2,
.salesforce-whatsapp-integration-page h3,
.salesforce-whatsapp-integration-page h4,
.salesforce-whatsapp-integration-page h5,
.salesforce-whatsapp-integration-page h6 {
	font-family: "Inter", sans-serif;
}

.banner-lnm-whatsapp {
	background-color: #DCF8C6;
	background-image: url(https://www.leadmanagerninja.com/wp-content/uploads/2024/03/banner-img.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.challenges-section {
	background-color: #DCF8C6;
	background-image: url(https://www.leadmanagerninja.com/wp-content/uploads/2024/03/challenges-with-messaging-app-bg.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.whatsapp-messaging-section {
	background-color: #F8FCFF;
	background-image: url(https://www.leadmanagerninja.com/wp-content/uploads/2024/03/messagin-section-bg.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border: 1px solid #B7EBFF;
	border-radius: 32px;
	height: 522px;
	padding: 40px;
}

.stay-connected-section {
	border: 1px solid #B7EBFF;
	border-radius: 32px;
	padding: 40px;
	height: 466px;
}

.color-1C1C1C {
	color: #1C1C1C;
}

.color-128C7E {
	color: #128C7E;
}

.color-00A1E1 {
	color: #00A1E1;
}
a.color-00A1E1:hover ,a.color-00A1E1:focus {
    color: #00A1E1 !important;
}
/* whatsapp green */
.color-25D366 {
	color: #25D366;
}

.color-0F2947 {
	color: #0F2947;
}

.bg-F1FBFF {
	background-color: #F1FBFF;
}

.l-h-27 {
	line-height: 27px !important;
}

.bg-FBFFF8 {
	background-color: #FBFFF8;
}

.bg-EBF8FD {
	background-color: #EBF8FD;
}

.bg-CFFFE1 {
	background-color: #CFFFE1;
}

.bg-0B5CAB {
	background-color: #0B5CAB;
}

.business-card {
	border: 2px solid #C6EFFF;
	border-radius: 8px;
	padding: 25px;
	gap: 24px;
}

.blt-10 {
	border-top-left-radius: 10px;
}

.brt-10 {
	border-top-right-radius: 10px;
}

.blb-10 {
	border-bottom-left-radius: 10px;
}

.brb-10 {
	border-bottom-right-radius: 10px;
}

.h-172 {
	height: 172px;
}

.break-through-section.apps-tabs .nav-link {
	background-color: #FFF !important;
}

.break-through-section.apps-tabs .nav-link.active {
	background-color: #EAF9FF !important;
}

.break-through-section.apps-tabs .img-box {
	background-color: transparent;
	padding: 0;
	height: 550px;
}

.break-through-section.apps-tabs .img-box img {
	object-fit: cover;
	border-radius: 16px;
}

.break-through-section.apps-tabs .nav.nav-pills {
	height: 550px;
}

.l-h-56 {
	line-height: 56px;
}

.l-h-52 {
	line-height: 52px;
}

.primary-navigation>div>.menu-wrapper .sub-menu-toggle {
	background: transparent !important;
	outline: none !important;
	border: none;
	position: absolute;
	width: 88px;
	height: 44px;
	z-index: 2;
}

.primary-navigation>div>.menu-wrapper .sub-menu-toggle .icon-plus svg,
.primary-navigation>div>.menu-wrapper .sub-menu-toggle .icon-minus svg {
	display: none;
}

.primary-navigation>div>.menu-wrapper .sub-menu-toggle .icon-plus,
.primary-navigation>div>.menu-wrapper .sub-menu-toggle .icon-minus {
	right: -20px;
	position: absolute;
}

.primary-navigation>div>.menu-wrapper .sub-menu-toggle .icon-plus:after,
.primary-navigation>div>.menu-wrapper .sub-menu-toggle .icon-minus:after {
	content: "";
	background-image: url(https://www.leadmanagerninja.com/wp-content/uploads/2024/03/expand-arrow.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 18px;
	height: 18px;
}

.primary-navigation>div>.menu-wrapper .sub-menu-toggle .icon-minus:after {
	transform: rotate(180deg);
	width: 17px;
	height: 17px;
}

.menu-item-has-children>a {
	z-index: 1;
}

.primary-navigation>div>.menu-wrapper>li>.sub-menu {
	border-color: #dee2e6;
	border-radius: 5px;
	padding: 10px 0;
	background-color: #fff;
}

.primary-navigation>div>.menu-wrapper li.menu-item-has-children a {
	display: block;
	margin: 0;
	/* 	padding-left: 8px; */
}

.menu-item-has-children {
	margin-right: 12px !important;
}

.primary-navigation>div>.menu-wrapper>li>.sub-menu:before,
.primary-navigation>div>.menu-wrapper>li>.sub-menu:after {
	border-color: #dee2e6 transparent;
}

.primary-navigation>div>.menu-wrapper>li>.sub-menu:after {
	border-color: #fff transparent;
}

.primary-navigation ul.sub-menu li.menu-item>a {
	background: transparent !important;
	color: #11161C !important;
	padding: 10px 30px 10px 20px;
	border-bottom: 1px solid #dee2e6;
	border-radius: 0;
	font-size: 14px;
}

.primary-navigation ul.sub-menu li.menu-item:last-child>a {
	border: none;
}

.primary-navigation>div>.menu-wrapper ul.sub-menu li a:hover {
	background: rgb(12 83 98 / 85%) !important;
	color: #fff !important;
}
/* captcha CSS */
.captcha-div .dscf7captcha {
    display: flex;
	flex-wrap: nowrap;
    gap: 5px;
    align-items: baseline;
/* 	white-space: nowrap; */
}

.captcha-div .dscf7captcha .wpcf7-form-control-wrap{
	width: 100% !important;
	max-width: 300px;
	margin-left: 2px;
}

.custom-lmn-modal .form-right-box .captcha-div p.dscf7captcha .wpcf7-form-control-wrap{
	width: 100% !important;
	max-width: 270px;
	margin-left: 2px;
}

.captcha-div .dscf7captcha .wpcf7-form-control-wrap input {
    width:100% !important;
    font-size: 14px !important;
	margin-bottom: 0 !important;
}
.captcha-div .dscf7captcha .wpcf7-form-control-wrap input::placeholder{
    font-size:14px !important;
}
section#subscribe .captcha-div .dscf7captcha .wpcf7-form-control-wrap{
	width: 100% !important;
	max-width: 250px;
	margin-left: 2px;
}
/* media query */

@media screen and (max-width: 1025px) {
.captcha-div .dscf7captcha {
    display: block;
    gap: 5px;
    align-items: center;
}
	.captcha-div .dscf7captcha .wpcf7-form-control-wrap{
	margin-left: 0px;
}
}
@media screen and (max-width: 568px) {
	

	
	.font-sm-23 {
		font-size: 23px !important;
	}

	.l-h-sm-normal {
		line-height: normal !important;
	}

	.salesforce-whatsapp-integration-page .font-48 {
		font-size: 32px;
	}

	.salesforce-whatsapp-integration-page .font-18 {
		font-size: 16px;
		line-height: inherit;
	}

	.stay-connected-section,
	.whatsapp-messaging-section {
		padding: 40px 16px;
	}

	.service-faq-sec .card-header.btn-accordian {
		padding: 20px 20px 20px 5px !important;
	}

	.apps-tabs .nav.nav-pills {
		height: 500px !important;
	}

	.salesforce-whatsapp-integration-page .font-24 {
		font-size: 18px;
	}

	/* 	.primary-navigation > .primary-menu-container ul > li .sub-menu-toggle[aria-expanded=true] ~ ul {
		display: none;
	}
	.primary-navigation > .primary-menu-container ul > li .sub-menu-toggle[aria-expanded=false] ~ ul {
		display: block;
	} */
	.wp-custom-container#masthead {
		padding-top: 5px !important;
		padding-bottom: 5px !important;
	}

	.primary-navigation>div>.menu-wrapper ul.sub-menu li a:hover {
		/* background: transparent !important;
		color: #11161C !important; */
		background: rgb(12 83 98 / 85%) !important;
		color: #fff !important;
        width: 100%;
        padding-left: 5px;
	}

	.primary-navigation ul.sub-menu li.menu-item>a {
		border-bottom: none;
		padding-left: 0;
		padding-right: 0;
		font-size: 14px;
	}

	/* 9 april 2024 */
	.banner-btn-style a {
		width: 100% !important;
	}

	.whatsapp-float-btn {
		transform: scale(0.7);
	}
}

@media screen and (max-width: 768px) {

	.whatsapp-messaging-section,
	.stay-connected-section,
	.break-through-section.apps-tabs .img-box {
		height: auto;
	}

	.l-h-56,
	.l-h-52 {
		line-height: inherit;
	}

	.left-img-div {
		display: none;
	}

	.feature-tag-with-icon {
		height: auto;
	}
}

@media screen and (max-width: 992px) {

	.stay-connected-section,
	.whatsapp-messaging-section {
		height: auto;
	}

	.post-discription {
		padding-left: 16px;
		padding-right: 16px;
	}
}

@media screen and (max-width: 1050px) {
	.blog-page-form .search-form {
		justify-content: center;
	}

	.primary-navigation>div>.menu-wrapper li:last-child a {
		padding-right: 28px !important;
	}
}

@media screen and (max-width: 1450px) {
	.primary-navigation a {
		padding-right: 2px !important;
		font-size: 14px;
	}

	.primary-navigation>div>.menu-wrapper .sub-menu-toggle .icon-plus,
	.primary-navigation>div>.menu-wrapper .sub-menu-toggle .icon-minus {
		right: -12px;
	}
}

@media only screen and (max-width: 1316px) and (min-width: 992px) {
	.lmn-app-exchange img {
		width: 110px;
	}

	.header-ks-logo img {
		width: 70px;
	}

	.custom-logo-link img {
		width: 160px !important;
	}

	.python-sticky-nav.casestudy-menu-sticky {
		top: 126px;
	}
}

/* Salesforce WhatsApp Integration end */

@media only screen and (max-width: 1200px) {
	.primary-navigation>.primary-menu-container {
		height: 100vh;
		z-index: 499;
		overflow-x: hidden;
		overflow-y: auto;
		border: 2px solid transparent;
		margin-right: 0 !important;
        background-color: #fff;
		/* 		visibility: visible;
		opacity: 1; */
	}

	.admin-bar .primary-navigation>.primary-menu-container {
		height: calc(100vh - var(--global--admin-bar--height));
		margin-right: 0 !important;
	}

	.primary-navigation>div>.menu-wrapper {
		padding-bottom: 100px;
		text-align: right;
	}

	.primary-navigation-open .menu-button-container {
		padding-top: 10px !important;
        background-color: #fff;
	}

	.menu-button-container {
		display: flex;
	}

	.primary-navigation-open .primary-navigation {
		width: 100%;
		position: fixed;
		z-index: 2;
	}

	.primary-navigation>div>.menu-wrapper>li>.sub-menu {
		border-color: transparent;
	}

	.primary-navigation-open .site-header .primary-navigation {
		top: var(--global--admin-bar--height);
	}

	.primary-navigation>div>.menu-wrapper .sub-menu-toggle {
		display: block;
		top: 0;
		z-index: 9;
	}

	.primary-navigation>div>.menu-wrapper .sub-menu-toggle .icon-plus,
	.primary-navigation>div>.menu-wrapper .sub-menu-toggle .icon-minus {
		top: 0;
	}

	.primary-navigation>div>.menu-wrapper .sub-menu-toggle .icon-plus {
		display: none !important;
	}

	.primary-navigation>div>.menu-wrapper .sub-menu-toggle .icon-minus {
		display: flex !important;
	}

	.site-header .primary-navigation {
		top: 56px;
	}

	.primary-navigation ul.sub-menu li.menu-item>a {
		width: max-content;
		border: none;
	}

	.primary-navigation>div>.menu-wrapper>li>.sub-menu:before,
	.primary-navigation>div>.menu-wrapper>li>.sub-menu:after {
		border-color: transparent;
	}

	.footer-logo-area img {
		height: 45px;
		width: auto;
	}

	.site-header .primary-navigation .menu-button-container {
		padding-top: 15px;
	}

	.primary-navigation>div>.menu-wrapper li:last-child a {
		display: block;
		margin-left: 0;
		margin-right: 0;
	}
	
}
/* 8 april css for ipad header */
@media only screen and (max-width: 992px) {
	.search .page-header .page-title {
		font-size: 16px !important;
	}

	.primary-navigation>.primary-menu-container {
		height: 100vh;
		z-index: 499;
		overflow-x: hidden;
		overflow-y: auto;
		border: 2px solid transparent;
		margin-right: 0 !important;
        background-color: #fff;
		/* 		visibility: visible;
		opacity: 1; */
	}

	.admin-bar .primary-navigation>.primary-menu-container {
		height: calc(100vh - var(--global--admin-bar--height));
		margin-right: 0 !important;
	}

	.primary-navigation>div>.menu-wrapper {
		padding-bottom: 100px;
		text-align: right;
	}

	.primary-navigation-open .menu-button-container {
		padding-top: 10px !important;
        background-color: #fff;
	}

	.menu-button-container {
		display: flex;
	}

	.primary-navigation-open .primary-navigation {
		width: 100%;
		position: fixed;
		z-index: 2;
	}

	.primary-navigation>div>.menu-wrapper>li>.sub-menu {
		border-color: transparent;
	}

	.primary-navigation-open .site-header .primary-navigation {
		top: var(--global--admin-bar--height);
	}

	.primary-navigation>div>.menu-wrapper .sub-menu-toggle {
		display: block;
		top: 0;
		z-index: 9;
	}

	.primary-navigation>div>.menu-wrapper .sub-menu-toggle .icon-plus,
	.primary-navigation>div>.menu-wrapper .sub-menu-toggle .icon-minus {
		top: 0;
	}

	.primary-navigation>div>.menu-wrapper .sub-menu-toggle .icon-plus {
		display: none !important;
	}

	.primary-navigation>div>.menu-wrapper .sub-menu-toggle .icon-minus {
		display: flex !important;
	}

	.site-header .primary-navigation {
		top: 56px;
	}

	.primary-navigation ul.sub-menu li.menu-item>a {
		width: max-content;
		border: none;
	}

	.primary-navigation>div>.menu-wrapper>li>.sub-menu:before,
	.primary-navigation>div>.menu-wrapper>li>.sub-menu:after {
		border-color: transparent;
	}

	.footer-logo-area img {
		height: 45px;
		width: auto;
	}

	.site-header .primary-navigation .menu-button-container {
		padding-top: 15px;
	}

	.primary-navigation>div>.menu-wrapper li:last-child a {
		display: block;
		margin-left: 0;
		margin-right: 0;
	}
}

@media only screen and (max-width: 940px) {
	.site-header .primary-navigation .menu-button-container {
		padding-top: 50px;
	}
}

@media only screen and (max-width: 568px) {
	.site-header .primary-navigation {
		top: 0;
	}

	.site-header .primary-navigation .menu-button-container {
		padding-top: 10px;
	}

	.video-slider .video-area iframe {
		max-height: 155px;
	}
}

@media only screen and (max-width: 320px) {
	.captcha-area {
		transform: scale(0.5);
		margin-left: -20px;
	}
}

@media only screen and (min-width: 993px) {
	.admin-bar .primary-navigation>.primary-menu-container {
		top: initial;
	}

	.primary-navigation .primary-menu-container>ul>.menu-item {
		display: flex;
	}

	.primary-navigation>div>.menu-wrapper li {
		margin: 0;
		width: inherit;
	}

	.primary-navigation>div>.menu-wrapper>li>.sub-menu {
		left: 0;
		margin: 0;
		min-width: max-content;
		position: absolute;
		top: 100%;
		padding-top: 3px;
		padding-bottom: 3px;
		z-index: 88888;
	}

	.admin-bar .primary-navigation {
		top: initial;
	}

	.primary-navigation {
		position: relative;
		margin-left: auto;
	}

	.primary-navigation .primary-menu-container {
		margin-right: calc(0px - var(--primary-nav--padding));
		margin-left: calc(0px - var(--primary-nav--padding));
	}

	.primary-navigation>.primary-menu-container {
		visibility: visible;
		opacity: 1;
		position: relative;
		padding: 0;
		background-color: transparent;
		overflow: initial;
		transform: none;
	}

	.primary-navigation .primary-menu-container>ul>.menu-item>a+.sub-menu-toggle {
		margin-left: calc(5px - var(--primary-nav--padding));
	}

	.primary-navigation #toggle-menu {
		display: none;
	}

	.primary-navigation>.primary-menu-container ul>li .sub-menu-toggle[aria-expanded=false]~ul {
		display: none;
	}
}

/* 8 april css for ipad header end */
.post-template-default .main-header {
	z-index: 9999;
}

.w-max-content {
	width: max-content;
}

.error-page h1.page-title,
.author h1.page-title,
.date h1.page-title {
	border-bottom: none;
	width: 100%;
	text-align: center;
}

.rt-tpg-container>div.rt-row {
	margin: 0;
}

.search-filter-div {
	padding-left: 20px;
}

.blank-data-blog header.entry-header {
	position: relative;
}

#primary-mobile-menu {
	outline: none;
}

.author .content-area .site-main header.page-header,
.date .content-area .site-main header.page-header {
	max-width: 1320px;
	width: 100%;
	margin: 50px auto 50px !important;
	padding: 60px 0 60px;
	text-align: center;
	border: 2px solid #0b5cab;
	border-radius: 10px;
}

.author .content-area .site-main,
.date .content-area .site-main {
	max-width: 1320px;
}

.author .content-area .site-main article.blank-data {
	float: left;
	margin: 0 8px 16px;
	min-height: 700px;
}

.wpcf7-form label.error {
	color: #E2414F !important;
	font-weight: normal;
	font-size: 14px !important;
	margin-bottom: 0;
}

.phone-div span.wpcf7-not-valid-tip {
	padding-left: 5px;
}

.phone-div #phone_number-error,
.email-div #email-error {
	display: none !important;
}

.post-discription>ul,
.post-discription>ol {
	padding-left: 16px;
}

.search .page-header .page-title {
	width: auto !important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
}

.custom-comment-title {
	display: none;
}

.form-right-box form .wpcf7-not-valid-tip,
.wpcf7-form label.error {
	width: 100%;
}

.form-right-box form .wpcf7-not-valid-tip {
	font-size: 13px;
	margin-top: 10px;
/* 		margin-top: -3px; */

}

/* naushad css 14th may */
body.blog .site .content-area>main.site-main {
	max-width: 1320px;
	margin: auto;
	text-align: center;
}

body.blog .site .content-area>.site-main>article.blank-data {
	margin-bottom: 0px;
	display: inline-block;
	vertical-align: top;
	margin-top: 40px;
	min-height: 720px;
}

.case-study-banner {
	background-image: url(/wp-content/uploads/2024/05/case-study-banner.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 173px;
}

.bg-f6f6f6 {
	background-color: #f6f6f6;
}

.font-13 {
	font-size: 13px;
}

.color-525860 {
	color: #525860;
}

.view-case-study:hover {
	color: #0F2947
}

.view-case-study:hover svg path {
	stroke: #0B5CAB;
}

.view-case-study {
	transition: transform 0.3s ease-in-out;
}

.view-case-study:hover svg {
	transform: translateX(5px);
}

@media screen and (max-width: 1025px) {
	.l-h-lg-33 {
		line-height: 33px !important;
	}

	.padding-bottom-102 {
		padding-bottom: 40px;
	}

	.case-study-single-insight ul.single_casestudy_solution_ul {
		padding-left: 16px;
	}

	.python-sticky-nav.casestudy-menu-sticky {
		position: sticky;
		top: 190px;
		z-index: 1;
	}

}

@media screen and (max-width: 922px) {
	.case-study-single-insight .container-custom {
		padding: 24px 16px 0 16px;
	}

	section.project-heading .container {
		max-width: 720px;
		width: 100%;
		margin: 0 auto;
	}

	.python-sticky-nav.casestudy-menu-sticky {
		position: sticky;
		top: 190px;
		z-index: 1;
	}
}

@media screen and (max-width: 767px) {
	.project-heading {
		padding: 24px 16px;
	}

	.case-study-single-insight ul.single_casestudy_solution_ul {
		padding: 0px 0 0px 16px !important;
	}

	.case-study-single-insight ul.single_casestudy_solution_ul li {
		padding-left: 4px !important;
	}

	.l-h-sm-24 {
		line-height: 24px !important;
	}

	.f-w-sm-400 {
		font-weight: 400 !important;
	}

	.padding-bottom-102 {
		padding-bottom: 24px;
	}

	.padding-bottom-102 .container {
		padding-top: 24px !important;
	}

	section#client_overview .container {
		padding-top: 0;
	}
}

@media only screen and (min-device-width: 480px) and (max-device-width: 1200px) and (orientation: landscape) {

	.python-sticky-nav.casestudy-menu-sticky {
		position: sticky;
		top: 190px !important;
		z-index: 99;
	}
}

/* 16th may Naushad */
.lmn-plans {
	--direction: column;
	display: grid;
	grid-auto-flow: var(--direction);
	grid-auto-columns: 1fr;
	gap: 1.5rem;
}

.lmn-planItem {
	--border: 1px solid #ACCDE3;
	--bgColor: #fff;
	--boxShadow: none;
	background-color: var(--bgColor);
	border: var(--border);
	border-radius: 1rem;
	box-shadow: var(--boxShadow);
	padding: 2rem 1.5rem;
	display: inline-flex;
	flex-direction: column;
	height: 100%;
	width: 100%;
}

.list-style-none {
	list-style: none;
}

.featureList {
	margin-bottom: 75px;
}

.featureList li:before {
	content: "";
	background-image: url("data:image/svg+xml,%3Csvg width='18' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.552.134 5.717 10.97 1.448 6.701 0 8.149l5.717 5.717L18 1.583 16.552.134Z' fill='%236990FF'/%3E%3C/svg%3E%0A");
	background-size: cover;
	display: block;
	width: 13px;
	min-width: 13px;
	height: 10px;
}

.primary-btn:focus {
	background: rgb(12 83 98 / 85%) !important;
}

a.whatsapp-float-btn.primary-btn {
	background: transparent !important;
	outline: none !important;
}

.br-5 {
	border-radius: 5px;
}

/* pricing page css */
.color-091740 {
	color: #091740;
}

.color-414042 {
	color: #414042;
}

.l-h-normal {
	line-height: normal !important;
}

.ks-lmn-pricing-bg {
	background-image: url('/wp-content/uploads/2024/05/pricing-banner.webp');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 312px;
}

/* (register) */
.register-main {
	background-image: linear-gradient(#A7B2CF, #f6f8fd);
}

.register-main .form-ads-box {
	box-shadow: 0px 4px 20px 0px #a7b2cf;
}

.otp-div>p {
	margin-bottom: 0.5rem;
}

#mo_message {
	margin-bottom: 16px;
	padding-top: 5px;
	font-size: 12px;
}

/* forms steps */
.step-active {
	background-color: red;
}

.step-container {
	position: relative;
	text-align: center;
	transform: translateY(-43%);
}

.step-circle {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #fff;
	border: 2px solid #ccc;
	line-height: 30px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
	cursor: pointer;
	/* Added cursor pointer */
}

.step-circle:first-child {
	border: 2px solid #007bff;
}

.step-line {
	position: absolute;
	top: 16px;
	left: 50px;
	width: calc(100% - 100px);
	height: 2px;
	background-color: #007bff;
	z-index: -1;
}

#multi-step-form {
	overflow: hidden;
}

.bg-f1f6fd {
	background-color: #f1f6fd;
}

.steps-container {
	min-width: 36%;
}

.text-underline {
	text-decoration: underline !important;
}

.cursor-pointer {
	cursor: pointer;
}

.whitespace-nowrap {
	white-space: nowrap;
}

.rounded-full {
	border-radius: 50%;
}

.h-16 {
	height: 16px;
}

.w-16 {
	width: 16px;
}

.w-60 {
	width: 60px;
}

.bg-00ed64 {
	background-color: #00ed64 !important;
}

.bg-gray-400 {
	background-color: #9ba1af;
}

.rounded-50 {
    border-radius: 50px;
}

.l-h-25 {
    line-height: 2.25rem;
}

.bg-eef5ff {
    background-color: #eef5ff;
}

.cart-page .cart-amount {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.cart-page .cart-btn-parent {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.switch {
	position: relative;
	display: inline-block;
	width: 40px;
	height: 24px;
}

.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}

.slider:before {
	position: absolute;
	content: "";
	height: 18px;
	width: 18px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

input:checked+.slider {
	background-color: #00ed64;
}

input:focus+.slider {
	box-shadow: 0 0 1px #00ed64;
}

input:checked+.slider:before {
	-webkit-transform: translateX(16px);
	-ms-transform: translateX(16px);
	transform: translateX(16px);
}

/* Rounded sliders */
.slider.round {
	border-radius: 34px;
}

.slider.round:before {
	border-radius: 50%;
}

.account-details {
    background-color: #f5f5f5;
    height: 100px;
    width: 40%;
    border-radius: 5px;
    color: #3b434b;
	box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
}

.color-817d7d {
	color: #817d7d;
}

.pay-options {
    padding: 0 16px 16px 0;
    border-bottom: 1px solid #ddd;
    margin-bottom: 16px;
}

.payment-options input[type="radio"], .payment-options label {
    cursor: pointer;
    color: #817d7d;
    font-weight: 500;
    font-size: 16px;
}

.summary {
    background-color: #f5fafe;
    border-radius: 5px;
    padding: 25px 16px;
    height: 100%;
}

.summary-title {
    color: #413c33;
    border-bottom: 1px solid #ddd;
}

.currency {
    color: #595b5c;
}

.summary-table {
    padding-bottom: 25px;
    border-bottom: 1px solid #ddd;
}

.summary-table > table > thead > tr > th, .summary-table > table > tbody > tr > td {
    background-color: #f5fafe !important;
    color: #747578;
    font-size: 16px;
    font-weight: 400;
	border: none;
    text-align: left;
}

.total-bill {
    font-weight: 300;
    margin-top: 20px;
}

small {
    color: #747578;
    font-size: 13px;
    font-weight: 400;
}

.terms {
    font-size: 16px;
    color: #747578;
    font-weight: 400;
    margin-top: 12px;
}

.color-676767 {
	color: #676767;
}

.color-787878 {
	color: #787878;
}

.color-9f9e9e {
	color: #9f9e9e;
}

.color-E2E200 {
	color: #E2E200 !important;
}

.home-banner-img-sm {
	margin-top: -70px;
}

.object-cover {
	object-fit: cover;
}

@media screen and (max-width:575px) {
	.steps-container {
		min-width: 100%;
	}
	.account-details {
		width: 100%;
	}
	.new-banner .main-banner-video {
		width: 240px !important;
	}
	.home-banner-img-sm {
		margin-top: -35px;
	}
	.home-banner-img-sm img {
		width: 190px;
	}
}

@media screen and (max-width:1050px) {
	.banner-text > h1 {
		font-size: 38px;
	}
}

@media screen and (max-width:1320px) {
	.steps-container {
		min-width: 45%;
	}
}

@media screen and (max-width:1399px) {
	.main-banner-video {
		height: 100%;
		width: 430px !important;
	}
}

@media screen and (max-width:1199px) {
	.main-banner-video {
		width: 340px !important;
	}
}

@media screen and (min-width: 1200px) {

	.banner-line::after,
	.banner-line::before {
		content: "";
		background-image: url('/wp-content/uploads/2024/05/banner-line.webp');
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		display: block;
		position: absolute;
		width: 100px;
		height: 16px;
		top: 20px;
	}

	.banner-line::before {
		left: -110px;
	}

	.banner-line::after {
		right: -110px;
	}
}

/* pricing page css end */

/* case study css */
.bg-F3F3F3 {
	background-color: #F3F3F3;
}

.color-28292E {
	color: #28292E;
}

.case-study-btn .lnm-banner-btnTry {
	background-color: transparent !important;
	color: #0c5362  !important;
}

.case-study-btn .lnm-banner-btnTry:hover {
	color: #FFFFFF !important;
	background-color: rgb(12 83 98 / 85%) !important;
}
p.dscf7captcha span.wpcf7-not-valid-tip {
    display: none;
}

p.dscf7captcha span.wpcf7-not-valid-tip:first-of-type {
    display: block;
}

/* announced header bar css */
.announcement-bar {
  background: linear-gradient(90deg, #6CC8EC 0%, #CEDEEA 100%);
  color: #012C57;
  font-weight: 600;
  padding: 4px 17px;
  padding-bottom: 4px;
  text-align: center;
}
.flashing-text {
    animation: flashing 1.9s infinite;
    font-size: 22px;
    display: inline-block;
    vertical-align: middle;
}
  
@keyframes flashing {
     0% { color: #012C57; }
      50% { color:  #e13d4b; }
      100% { color:  #012C57; }
}

@media only screen and (max-width: 990px) {
  .announcement-bar{
        font-size: 15px;
  }
  .flashing-text {
    font-size: 17px;
  }
}
@media only screen and (max-width: 568px) {
	.announcement-bar{
		font-size: 13px;
	}
	.flashing-text {
	  	font-size: 14px;
	}
	.lmn-planDetails-container {
		overflow: hidden;
	}
	.lmn-price-icon svg {
		width: 50px;
	}
}
body > .modal-backdrop.fade.show {
	display: none;
}
.contact-us-details > a:first-child {
	margin-right: 16px;
}
/*  new CSS for HOME Page*/
.color-0B363C{
	color:#0B363C !important;
}
.color-17A57A{
	color:#17A57A !important;
}
.color-0C5362{
	color:#0C5362 !important;
}
.border-0C5362{
border: 1px solid #0C5362;	
}
.bg-color-ABABAB{
background-color:#ABABAB !important;	
}
.ks-lmn-feature-img img {
    width: 100%;
}
.bg-color-D7ECEA80{
	background-color: #D7ECEA80 !important;
}
.bg-color-FFF6F6{
	background-color: #FFF6F6 !important;
}

.new-banner .banner-buttns .trial{
    border-radius: 4px;
    border: 1px solid #0C5362;
    padding: 18px 32px;
    color: #0C5362;
    text-align: center;
    font-style: normal;
    line-height: normal;
    text-transform: capitalize;
    text-decoration: none;
}
.border-0C569DF5 {
	    border: 1px solid #0c569d4d;
}

.new-banner{
/*     background-color: #EAF9FF; */
    background-image: url("/wp-content/uploads/2024/07/update-bg-banner.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0 100px 0;
}

.new-banner h1{
    color: #1C1C1C;
    font-style: normal;
    line-height: normal;
}
.new-banner h4{
    font-style: normal;
    line-height: 32px;
    letter-spacing: 0.48px;
}
.new-banner p{
    color: #3A4249;
    font-style: normal;
    line-height: 24px;
    letter-spacing: 0.32px;
}
.new-banner .banner-buttns .demo-new{
    padding: 18px 32px;
    border-radius: 4px;
    background: #0C5362;
    color: #fff;
    text-align: center;
    font-style: normal;
    line-height: normal;
    text-transform: capitalize;
    text-decoration: none;
}
.new-banner .banner-buttns .demo-new:focus, .new-banner .banner-buttns .trial:focus, .below-new-banner .lmn-started:focus {
	background: #0c5362d9 !important;
    /*color: #fff !important;*/
}


.below-new-banner .content-area .lmn-started:hover {
		 border: 3px solid #306d79  !important;
}
.new-banner .banner-buttns .demo-new:hover, .new-banner .banner-buttns .trial:hover, .below-new-banner .lmn-started:hover {
	background: #0c5362d9  !important;
    color: #fff !important;
}
.lmn-pricing-card {
    min-height: 270px;
	height:auto;
}


.banner-lnm .container{
    padding: 20px 0 60px 0;
}
.banner-lnm h1{
    color: #1C1C1C;
    font-style: normal;
    line-height: 50px;
}
.banner-lnm h3{
    color: #0B5CAB;
    font-style: normal;
    line-height: 32px;
    letter-spacing: 0.48px;
    margin: 16px 0;
}
.banner-lnm p{
    color: #3D3D3D;
    font-style: normal;
    line-height: 24px;
    letter-spacing: 0.32px;
    margin-bottom: 40px;
}
.banner-btn{
    gap: 16px;
}
.lnm-banner-btnTry{
    padding: 18px 32px;
    border-radius: 4px;
    border: 1px solid #0C5362;
    background-color: transparent;
    color:#0C5362;
    font-style: normal;
    line-height: normal;
    text-transform: capitalize;
    text-decoration: none;
}
.lnm-banner-btnTry:hover {
    color: #FFFFFF;
    background-color:rgb(12 83 98 / 85%);
}
.lnm-banner-btnDemo{
    padding: 18px 32px;
    border-radius: 4px;
    background-color: #0C5362 !important;
    border: 1px solid #0c5362d9;
    color: #fff !important;
    font-style: normal;
    line-height: normal;
    text-transform: capitalize;
    text-decoration: none;
}
.lnm-banner-btnDemo:hover{
	    background:#0c5362d9 !important;
	border: 1px solid #0c5362d9;
	color:#fff !important;
}
button.paypal-pay {
    padding: 18px 32px;
    border-radius: 4px;
    background-color: #0C5362 !important;
    border: 1px solid #0c5362d9;
    color: #fff !important;
    font-style: normal;
    line-height: normal;
    text-transform: capitalize;
    text-decoration: none;
}

button.paypal-pay:hover{
      background:#0c5362d9 !important;
	border: 1px solid #0c5362d9;
	color:#fff !important
}
.modal-header button:not(:hover):not(:active):not(.has-background) {
    background: transparent !important;
}

/*  thankyou page CSS*/

section.thank-you.container-shadow  {
/*     box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05); */
    border-radius: 10px;
    max-width: 1320px !important;
    width: 100%;
};

.thankyou-icon svg {
    height: 150px;
    width: 150px;
}

.textarea-message br {
    display: none;
}
.color-808080{
	color:#808080;
}

/*  Progress bar CSS*/

	.info-right {
    background-color: #d7defb;
    border-radius: 8px;
    line-height: 24px;

}

.info-left {
    padding: 16px;
}

.progress-box {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    margin-top: 16px;
}

.progress-box .row {
    flex: 1;
}

.red-progress-bar {
    background-color: #fe4d59;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
   
}
.green-progress-bar {
    background-color: #98c969;
     border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
.red-text {
    color: #fe4d59;
}
.green-text {
    color: #98c969;
}
.red-indicator,
.green-indicator {
    height: 30px;
    max-width: 50px;
    width: 100%;
    border-radius: 6px;
}

.red-indicator {
    background-color: #fe4d59;
}
.green-indicator {
    background-color: #98c969;
}

.color-202020 {
	color: #202020;
}
.color-626264 {
	color: #626264;
}
.feature-testimonials.feature-ads-section .feature-tag-with-icon {
	border-color: #E8E7E7;
	border-radius: 24px;
	padding: 24px;
	width: 416px;
    height: 320px;
}
.feature-testimonials .feature-section-animation.animation-2 {
    animation: toolsBannerSlide1 40s linear alternate infinite;
}
.feature-testimonials .feature-section-animation.animation-2:hover {
    animation-play-state: paused;
}


/* Realestate page CSS */

    /* himanshu-css-start */
	.lmn-sec-one.new-banner.custom-banner {
        padding: 30px 0 119px 0;
        background-color: #EDEBF5;
        background-image: url('/wp-content/uploads/2024/07/Ellipse-bg-img.png');
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        background-position-y: 20px;
     }

     .color-0C5362 {
        color: #0C5362;
     }

     .lmn-sec-one.new-banner h4 {
        line-height: 60px;
        letter-spacing: 0.02em;
        text-align: left;
     }

     .lmn-sec-one.new-banner .banner-buttns {
        margin-top: 0;
        margin-bottom: 60px;
     }

     .lmn-sec-one.new-banner .banner-buttns .demo-new,
     .lmn-sec-four .banner-buttns .demo-new,
     .lmn-sec-two.below-new-banner .banner-buttns .demo-new {
        line-height: 24px;
        padding: 15px 32px;
     }

     .lmn-sec-four .banner-buttns .demo-new,
     .lmn-sec-two.below-new-banner .banner-buttns .demo-new {
        padding: 16px 28px;
        border: 1px solid #0C5362;
        border-radius: 4px;
        background-color: #0A7080;
        color: #fff;
        text-align: center;
        box-shadow: 0px 1px 2px 0px #1018280D;
        font-style: normal;
        line-height: normal;
        text-transform: capitalize;
        text-decoration: none;
     }

     .color-3D3D3D {
        color: #3D3D3D;
     }

     .color-454545 {
        color: #454545;
     }

     .lmn-sec-one.new-banner p {
        line-height: 28px;
     }

     .lmn-sec-two.below-new-banner {
        background-image: url('/wp-content/uploads/2024/08/Wave03.png');
        padding-top: 137px;
        position: relative;
        z-index: 8;
        background-repeat: no-repeat;
        background-size: cover;
        margin-top: -129px;
        padding-bottom: 32px;
     }

     .lmn-sec-two.below-new-banner .banner-custom-container {
        background-color: transparent;
     }

     .lmn-sec-three .custom-page-title {
        line-height: 44px;
     }

     .obj-fit-contain {
        object-fit: contain;
        height: 48px !important;
        width: 48px !important;
     }

     .lmn-sec-three .col-img-text-area h3 {
        color: #1C1C1C !important;
     }

     .lmn-sec-four .custom-page-title {
        color: #FFFFFF;
        line-height: 56px;
        letter-spacing: 0.02em;
        text-align: center;

     }

     .color-FFFFFF {
        color: #FFFFFF;
     }

     .lmn-sec-four {
        background-color: #013D4B;
        background-image: url('/wp-content/uploads/2024/08/lmn-sec-four-bg.png');
        background-repeat: no-repeat;
        background-position: left;
        background-size: contain;
        max-width: 100% !important;
     }

	 .lmn-sec-four.lmn-sec-bgimg {
		background-color: #013D4B;
		background-image: url('/wp-content/uploads/2024/08/lmn-sec-five-bg.png');
		background-repeat: no-repeat;
		background-position: right;
		background-size: contain;
		/* max-width: 100% !important; */
	}

     .underline-img,
     .mobile-underline {
        position: relative;
     }

     .underline-img::after {
        content: url('/wp-content/uploads/2024/08/underline-img.png');
        position: absolute;
        bottom: -29px;
        left: 0;
     }

     .mobile-box {
        position: relative;
        z-index: 2;
     }

     .mobile-underline {
        content: "";
        height: 100% !important;
        width: 100%;
        position: absolute;
        bottom: -16px;
        left: 0;
        object-fit: contain;
        transform: scale(1.8);
        z-index: -2;
     }

     .color-3DFFC4 {
        color: #3DFFC4;
     }

     .lmn-sec-five h2 {
        line-height: 54px;
     }

     .lmn-sec-five h3 {
        line-height: 30px;
     }

     .lmn-sec-five p {
        line-height: 24px;
     }

     .border-top-row {
        border-top: 1px solid #E4E4E7;
        padding-top: 48px;
     }
     
	  /* LMN Landing page */

	  header.lmn-header.header-sticky {
		z-index: 999;
	}
     .cta-bg{
		background: #F8F9FA;
		border: 1px solid #E6E6E6;
		z-index: 1;
		position: relative;
		border-radius: 16px;
		overflow: hidden;
	 }
	 .cta-bg::after {
		content: '';
		position: absolute;
		background-image: url('/wp-content/uploads/2024/10/crilce-cta.svg');
		background-repeat: no-repeat;
		background-position: right bottom;
		background-size: contain; 
		bottom: 0;
		right: 0;
		left: 0;
		height: 100%; 
		z-index: 0; 
	}
	 img.cta-img {
		width: 100%;
		height: 100%;
		position: relative;
		right: 0;
		bottom: -7px;
		display: flex;
		align-items: end;
		justify-content: end;
		z-index: 0;
	}
	 .cta-bg-cont{
		padding: 64px 0px 64px 48px;
		position: relative;
		z-index: 11;
	 }
			.cta-title{
			font-size: 40px;
			font-weight: 600;
			line-height: 56px;
			text-align: start;
			color:#1C202A;
			margin-bottom: 24px;
			}

			.cta-content{
				font-size: 18px;
				font-weight: 400;
				line-height: 28px;
				text-align: start;
				color: #3A3D47;
			}
			.cta-bg-cont .mt-md-5 {
				margin-top: 40px !important;
			}

	 .btn-primary-ninja {
		background-color: #FF6500 !important;
		font-size: 18px !important;
		font-weight: 600 !important;
		line-height: 26px !important;
		text-align: start;
		padding: 14px 28px !important;
		border-radius: 8px !important;
		min-height: 56px;
		color: #fff !important;
		transition: all .31s ease !important;
	}
	.btn-primary-ninja:hover{
			color: #fff !important;
			background: #ff650099;
			box-shadow: 0 14px 14px -9px rgb(255 101 0 / 36%) !important;
			transform: scale(1.1);
			border: none !important;
	}

	.btn-primary-ninja:focus{
		outline: none !important;
		box-shadow: none !important;
	}

	.btn-secondry-ninja {
		font-size: 18px !important;
		font-weight: 600 !important;
		line-height: 34px !important;
		text-align: start;
		padding: 10px 28px !important;
		border-radius: 8px !important;
		min-height: 56px;
		background: linear-gradient(125.22deg, #2B2B2B -63.54%, #031317 153.94%);
       color: #fff !important;
	   transition: all .31s ease !important;
	}
	a.btn.btn-secondry-ninja:focus {
		font-size: 18px !important;
		font-weight: 600 !important;
		line-height: 30px !important;
		text-align: start;
		padding: 10px 28px !important;
		border-radius: 8px !important;
		min-height: 56px;
		background: linear-gradient(125.22deg, #2B2B2B -63.54%, #031317 153.94%) !important;
		color: #fff !important;
 }
	
	.btn-secondry-ninja:hover  {
			color: #fff !important;
			background: #212529e3;
			box-shadow: 0 21px 15px -9px rgb(57 59 60 / 40%) !important;
			transform: scale(1.1);
			border: none;
	}
	.btn-secondry-ninja:focus{
		overflow: none !important;
		box-shadow: none !important;
	}
	.request-demo .wpcf7-form label.error {
		display: none !important;
	}
	.request-demo .wpcf7 form.sent .wpcf7-response-output {
		color: #116e1a;
		text-align: center;
		font-weight: 700;
	}
	

	.submit-form input.wpcf7-form-control.wpcf7-submit {
		background-color: #FF6500 !important;
		border-radius: 8px !important;
		margin-top: 16px;
	}

	.request-demo .wpcf7-form-control.wpcf7-submit:disabled {
		cursor: not-allowed;
		opacity: 0.6;
	}

	.request-demo .form-right-box .wpcf7-spinner {
		background: #ff6500;
		opacity: 0.75;
		width: 20px;
		height: 20px;
		border: none;
		border-radius: 100%;
		padding: 0;
		margin: 0 auto;
		position: relative;
		bottom: 80px;
	}
	.request-demo .form-right-box form .actions input[type="submit"]:hover, 
	.request-demo .form-right-box form input[type="submit"]:hover {
		background-color: #ff6500 !important;
	}
	
	.request-demo .form-right-box .wpcf7-spinner {
		display: block;
	}
	
	#contactus{
		overflow: hidden;
	}
	.ks-faq.ninja-faq .card {
		border-bottom: 0 !important;
		background: #F8F9FA;
		border-radius: 16px;
		padding: 32px 24px;
	}

	summary.card-header.btn-accordian.ninja-chead {
		font-size: 18px;
		font-weight: 500;
		line-height: 30px;
		text-align: start;
		color: #1C202A !important;
		background: #F8F9FA;
		padding: 0 20px 0 0;
	
	}
	.card-body.ninja-cbody {
		font-size: 16px;
		font-weight: 400;
		line-height: 26px;
		text-align: start;
		color: #3A3D47;
		margin-top: 24px;
		padding-bottom: 0;
		padding-left: 0;
	}
  


	section.service-faq-sec .ks-faq.ninja-faq details[open] .btn-accordian::after {
		transform: rotate(0deg);
	}
	
	.service-faq-sec .card-header.btn-accordian.ninja-chead::after, 
	.service-faq-sec details .btn-accordian.ninja-chead::after {
		content: "";
		position: absolute;
		right: 0;
		top: 10px;
		width: 14px;
		height: 8px;
		transition: 0.3s ease-in-out;
		background-image: url('/wp-content/uploads/2024/10/arrow-vector.svg');
		background-size: cover;
		background-repeat: no-repeat;
	}
	

	.service-faq-sec details .btn-accordian.ninja-chead::after{
		background-repeat: no-repeat;
    background-position: center;
	transform: rotate(180deg);
	}

	.satisfaction-section {
		padding: 80px 0 80px;
	}

	.sati-title {
		font-size: 48px;
		font-weight: 600;
		line-height: 56px;
		text-align: center;
		margin-bottom: 32px;
	}
	
	.sati-sub {
		font-size: 18px;
		font-weight: 400;
		line-height: 32px;
		text-align: center;
	}
	
	.content-head {
		margin-bottom: 48px;
	}
	
	.lifetime-div {
		background: #FEF0D8;
		border-radius: 24px;
		padding: 4px 42px 52px 34px;
		height: 100%;
	}
	.lifetime-div img {
		width: 170px;
		height: 100%;
	}
	
	.refund-div {
		margin: 22px 0 24px;
	}
	
	.title-refund {
		font-family:' Inter';
		font-size: 32px;
		font-weight: 500;
		line-height: 32px;
		text-align: start;
		margin-bottom: 24px;
	}
	.refund-cont{
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	text-align: start;
	color: #3A3D47;
	}

	.refundd-contt {
		font-size: 18px;
		font-weight: 500;
		line-height: 20px;
		text-align: start;
	}
	
	.titles-refundd {
		font-size: 24px;
		font-weight: 500;
		line-height: 20px;
		text-align: start;
		margin-bottom: 17px;
	}

	.title-refundd {
		font-size: 18px;
		font-weight: 500;
		line-height: 20px;
		letter-spacing: 0.01em;
		text-align: start;
		margin-bottom: 16px;
	}
	
	.refund-contt {
		font-size: 24px;
		font-weight: 500;
		line-height: 20px;
		letter-spacing: 0.02em;
		text-align: start;
	}
	
	.refund-divv {
		background: #FFE7BC;
		padding: 16px;
		border-radius: 8px;
		margin-bottom: 48px;
	}
	.refund-main{
		padding: 0 0 0 19px;
	}

	.privacy-div {
		background: #EAF6F7;
		padding: 56px 33px 0 38px;
		border-radius: 24px;
		height: 100%;
		position: relative;
		overflow: hidden;
	}

	.privacy-refund {
		font-family:' Inter';
		font-size: 32px;
		font-weight: 500;
		line-height: 32px;
		text-align: start;
		color: #1C202A;
		margin-bottom: 25px;
	}
	.privacy-div img.img-fluid {
		height: 42%;
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 0 auto;
		width: 179px;
	}
	.privacy-cont {
		font-size: 18px;
		font-weight: 400;
		line-height: 24px;
		text-align: start;
		color: #3A3D47;
	}
	
	.privacy-refundd {
		padding: 18px 12px;
		font-size: 18px;
		font-weight: 500;
		line-height: 24px;
		text-align: start;
		color: #1C202A;
		background: #D0EBED;
		border-radius: 8px;
		margin: 35px 0 47px;
	}


	.col-img-text-tailored {
		background: #FEF0D8;
		padding: 40px 40px 58px 40px;
		border-radius: 24px;
		height: 100%;
	}
	
	h3.tailored-txt {
		font-size: 32px;
		font-weight: 500;
		line-height: 36px;
		text-align: start;
		color: #1C202A;
		margin-bottom: 16px;
	}
	
	.tailored-txt-cont {
		font-size: 18px;
		font-weight: 400;
		line-height: 30px;
		text-align: start;
		color: #3A3D47;
		margin-bottom: 24px;
	}
	
	img.sms-img {
		margin-top: 58px;
		border: 1px solid #E6E6E6;
		box-shadow: 0px 18.79px 25.06px 0px #665D9B1A;
		width: 100%;
		border-radius:24px;
	}

	.col-img-multichannel {
		background: #EAF6F7;
		padding: 33px 30px 40px;
		border-radius: 24px;
		height: 100%;
	}
	
	.multichannel-txt {
		font-size: 32px;
		font-weight: 500;
		line-height: 36px;
		letter-spacing: 0.02em;
		text-align: start;
		color: #1C202A;
		margin-bottom: 16px;
	}
	
	p.multichannel-txt-cont {
		font-size: 18px;
		font-weight: 400;
		line-height: 30px;
		letter-spacing: 0.02em;
		text-align: start;
		color: #3A3D47;
		margin-bottom: 24px;
	}
	
	img.multichannel-img {
		box-shadow: 0px 15px 20px 0px #665D9B1A;
		border: 1px solid #E6E6E6;
		border-radius: 24px;
		margin-bottom: 52px;
		
	}
	
	.tailored-sec {
		background: #F8FCFF;
		padding: 86px 0 97px;
		margin-bottom: 64px;
		margin-top: 0;
	}
	.clients-head{
		padding: 0 0 48px 0; 
	}

	.clients-title{
	font-size: 48px;
	font-weight: 600;
	line-height: 64px;
	text-align: center;
	color: #1C202A;

	}
.faq-title{
	font-size: 48px;
	font-weight: 600;
	line-height: 64px;
	text-align: center;
	margin-bottom: 72px;
}
	
	.tailored-head {
		margin-bottom: 48px;
	}
	.clients-sec {
		padding: 64px 0 0;
	}
	.client-div {
		display: flex;
		gap: 8px;
	}
	
	.client-name {
		font-size: 18px;
		font-weight: 500;
		text-align: start;
		margin-bottom: 13px;
	}
	
	.client-cont {
		font-size: 18px;
		font-weight: 400;
		line-height: 28px;
		text-align: start;
	}
	
	.client-txt-cont {
		font-size: 18px;
		font-weight: 500;
		line-height: 28px;
		text-align: start;
		margin-bottom: 24px;
		margin-top: 32px;
	}
	
	.client-div img {
		width: 49px;
		height: 49px;
		border-radius: 50%;
	}
	.client-divv .clientrivew{
		width: 16px;
		height: 16px;
	}
	.col-img-text-client {
		border: 1px solid #E6E6E6;
		background: #F8F9FA;
		border-radius: 16px;
		padding: 32px;
	}

	.ks-lmn-clients {
		position: relative;
		z-index: 1;
	}
	
	.ks-lmn-clients:after {
	 content:'';
	 position: absolute;
	 display: block;
	 z-index: 99;
	 background: linear-gradient(180deg, rgba(255, 255, 255, 0) -15.18%, #FFFFFF 50%);
	 bottom: 0;
	 width: 100%;
	 min-height: 382px;
	 height: auto;
	 transition: background 0.5s ease;
	}
	.ks-lmn-clients:hover:after {
		background: transparent;
	}

	.investment {
		font-family:' Inter';
		font-size: 32px;
		font-weight: 400;
		line-height: 39.36px;
		letter-spacing: 0.04em;
		text-align: center;
		color: #224093;
		margin-bottom: 16px;
	}
	
	.successful {
		font-family:' Inter';
		font-size: 64px;
		font-weight: 600;
		line-height: 78.72px;
		letter-spacing: -1px;
		text-align: center;
		margin-bottom: 16px;
		color: #1C202A;
	}
	
	.targeted-sms {
		font-size: 24px;
		font-weight: 400;
		line-height: 36px;
		letter-spacing: 0.02em;
		text-align: center;
		color: #3A3D47;
		margin-bottom: 16px;
	}
	
	.ninja-main-banner {
		background-image: url('/wp-content/uploads/2024/10/vector-banner.png');
		background-position: top;
		background-repeat: no-repeat;
		background-size: 100%;
		height: 100%;
		width: 100%;
	}
	.header-button{
		height: 40px !important;
		display: flex;
		align-items: center;
		justify-content: center;
		line-height: normal !important;
	}
	.header-button:hover , .header-button:active, .header-button:focus{
		box-shadow: none;
	  }

	  
	.request-demo .label p {
		font-size: 14px;
		font-weight: 400;
		line-height: 18px;
		letter-spacing: 0.01em;
		text-align: start;
		color: #2C2D35;
		margin-bottom: 9px;
	}
	.submit-form {
		border-radius: 8px;
	}
	
	
	.submit-form p {
		border-radius: 8px !important;
		margin-bottom: 0;
	}
	.dashbaord-nin {
		background: #FFFFFF;
		border: 1px solid #E3EAFF;
		box-shadow: 0px 15px 20px 0px #665D9B1A;
		padding: 22px;
		border-radius: 24px;
		margin-top: 73px !important;
	}
	.available-on p {
		font-size: 14px;
		font-weight: 500;
		line-height: 36px;
		letter-spacing: 0.04em;
		text-align: center;
		color: #3A3D47;
		text-transform: uppercase;
		margin-bottom: 10px;
	}
	.dashbaord-nin img {
		width: 100%;
		padding: 0;
	}
	section.dashbaord-ninja {
		margin-bottom: 73px;
	}
	section.ninja-banner{
		padding-top: 23px;
	}
	span.suss {
		position: relative;
		z-index: 1;
	}
	span.suss:after{
		 content:'';
		 position: absolute;
		 display: block;
		 height:100%;
		 z-index: 0;
		 background:url('/wp-content/uploads/2024/10/wave-line.svg');
		 top: 70px;
		 background-repeat: no-repeat;
		 margin:0 auto;
		 width: 100%;
		 right: 0;
		 background-size: contain;
	}
	.header-ninja{
		background: #EEF9FC;
	}
	.lmn-site-footer .footer-inner {
		background: #EAF5F4;
		padding: 61px 0 49px;
		margin-top: 107px;
	}

	/* Empowering Business to Transform Customer Interactions  */
	.empowering-business-section {
		background: linear-gradient(180deg, rgba(248, 249, 250, 0) 0%, #F8F9FA 100%);
		padding: 78px 0;
	  }
	  .empowering-business-section .img-bg-container {
		background-color: #E4F7FE;
			padding: 19px 50px 59px 43px;
			border-radius: 16px;
			margin-top: 68px;
	  }
	  .empowering-business-section .img-bg-container .bg-white {
		border-radius: 16px;
		padding: 46px 90px 0 80px;
		margin-top: -104px;

	  }
	  .empowering-business-section .txt-content h3 {
		font-size: 40px;
		font-weight: 600;
		line-height: 50px;
		color: #1C202A;
		margin-bottom: 32px;
	  }
	  .empowering-business-section .txt-content p {
		font-size: 18px;
		font-weight: 400;
		line-height: 32px;
		letter-spacing: 0.01em;
		color: #3A3D47;
	  }
	  
	  /* Offering Section CSS */

	  .offering-a-partnership-section {
		padding: 80px 0;
	  }
	  .offering-a-partnership-section .head-txt {
		font-size: 40px;
		font-weight: 600;
		line-height: 56px;
		color: #1C202A;
		margin-bottom: 32px !important;
	  }
	  .offering-a-partnership-section .sub-head-txt {
		font-size: 18px;
		font-weight: 400;
		line-height: 32px;
		color: #3A3D47;
	  }
	  .offering-a-partnership-section .custom-my-64 {
		margin: 64px 0px;
	  }
	  .offering-a-partnership-section .custom-my-64 .col-lg-4 {
		padding: 0 16px;
	  }
	  .offering-a-partnership-section .custom-my-64 .col-lg-4 .box-container {
		border: 1px solid #E6E6E6;
		background-color: #F8F9FA;
		border-radius: 16px;
		padding: 35px 48px;
		border: none;
		border-bottom: 16px solid;
	  }
	  .offering-a-partnership-section .custom-my-64 .col-lg-4 .box-container .card-head {
		font-size: 24px;
		font-weight: 500;
		line-height: 32px;
		color: #1C202A;
		margin-bottom: 24px;
		margin-top: 24px;
	  }
	  .offering-a-partnership-section .custom-my-64 .col-lg-4 .box-container .card-para {
		font-size: 18px;
		font-weight: 400;
		line-height: 28px;
		color: #3A3D47;
	  }
	  .offering-a-partnership-section .custom-my-64 .col-lg-4 .box-container.yellow-border {
		border-color: #F9EDC1;
	  }
	  .offering-a-partnership-section .custom-my-64 .col-lg-4 .box-container.purple-border {
		border-color: #D8CDFB;
	  }
	  .offering-a-partnership-section .custom-my-64 .col-lg-4 .box-container.orange-border {
		border-color: #FADBC5;
	  }
	  .offering-a-partnership-section .orange-btn {
		background-color: #FF6500;
		padding: 21px 32px;
		text-decoration: none;
		font-size: 18px;
		font-weight: 600;
		line-height: 26px;
		letter-spacing: 0.01em;
		color: var(--bs-white);
		height: 56px;
		border-radius: 8px;
	  }
	  
	  .tailored-title {
		font-size: 40px;
		font-weight: 600;
		line-height: 60px;
		text-align: center;
		margin-bottom: 32px;
		color: #1C202A;
	}
	
	p.tailored-para {
		font-size: 18px;
		font-weight: 400;
		line-height: 32px;
		text-align: center;
		margin-bottom: 0;
	}

	.lmn-site-footer .footer-inner .footer-brand img {
		height: 60px;
		max-height: 60px;
		min-height: 60px;
	}

	  /* exceptional-experiences-section */
	  .exceptional-experiences-section {
		padding: 65px 0 70px 0;
		background-color: #FEEFE4;
		background-image: url("/wp-content/uploads/2024/10/line-bg.png");
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		margin-bottom: 80px;
	  }
	  .exceptional-experiences-section .exceptional-experiences-container {
		margin-bottom: 80px;
	  }
	  .exceptional-experiences-section .exceptional-experiences-container .head-txt {
		font-size: 40px;
		font-weight: 600;
		color: #1C202A;
		margin-bottom: 32px;
	  }
	  .exceptional-experiences-section .exceptional-experiences-container .sub-head-txt {
		font-size: 18px;
		font-weight: 400;
		line-height: 32px;
		letter-spacing: 0.01em;
		color: #3A3D47;
	  }
	  .exceptional-experiences-section .exceptional-experiences-container .custom-mt-64 {
		margin-top: 56px;
	  }
	  .exceptional-experiences-section .exceptional-experiences-container .custom-mt-64 .support-img {
		margin-top: 108px;
	  }
	  .exceptional-experiences-section .exceptional-experiences-container .custom-mt-64 .blue-border {
		border-bottom: 4px solid #224093;
		border-radius: 24px;
	  }
	  .exceptional-experiences-section .exceptional-experiences-container .custom-mt-64 .long-card-content {
		padding: 23px 17px;
	  }
	  .exceptional-experiences-section .exceptional-experiences-container .custom-mt-64 .custom-p {
		padding: 7px 36px;
	  }
	  .exceptional-experiences-section .exceptional-experiences-container .custom-mt-64 .icon-circle {
		border-radius: 100%;
		height: 76px;
		width: 80px;
		max-height: 76px;
		max-width: 80px;
		min-height: 76px;
		min-width: 80px;
		margin-bottom: 24px;
		background-color: #F9EDC1;
	  }
	  .exceptional-experiences-section .exceptional-experiences-container .custom-mt-64 .text-content-container .title {
		font-size: 24px;
		font-weight: 500;
		line-height: 32px;
		color: #1C202A;
		margin-right: 30px;
	  }
	  .exceptional-experiences-section .exceptional-experiences-container .custom-mt-64 .text-content-container .sub-title {
		font-size: 18px;
		font-weight: 500;
		line-height: 28px;
		color: #3A3D47;
	  }
	  .exceptional-experiences-section .exceptional-experiences-container .custom-mt-64 .text-content-container .para {
		font-size: 16px;
		font-weight: 400;
		line-height: 24px;
		color: #3A3D47;
	  }
	  .exceptional-experiences-section .exceptional-experiences-container .custom-mt-64 .card-content {
		padding: 32px;
		margin-bottom: 24px;
	  }
	  .exceptional-experiences-section .exceptional-experiences-container .custom-mt-64 .card-content .icon-circle2 {
		border-radius: 100%;
		height: 72px;
		width: 72px;
		max-height: 72px;
		max-width: 72px;
		min-height: 72px;
		min-width: 72px;
		margin-bottom: 24px;
		background-color: #F9EDC1;
	  }
	  .exceptional-experiences-section .exceptional-experiences-container .custom-mt-64 .card-content .icon-circle2.purple {
		background-color: #D8CDFB;
	  }
	  .exceptional-experiences-section .exceptional-experiences-container .custom-mt-64 .card-content .icon-circle2.orange {
		background-color: #FADBC5;
	  }
	  .exceptional-experiences-section .support-difference-section .head-txt {
		font-size: 48px;
		font-weight: 600;
		line-height: 56px;
		color: #1C202A;
		margin-bottom: 48px;
	  }
	  .exceptional-experiences-section .support-difference-section .table-1 {
		border-radius: 16px;
	  }
	  .exceptional-experiences-section .support-difference-section .table-1 table {
		min-width: 700px;
		margin-bottom: 40px;
		border-radius: 16px;
		box-shadow: 0px 15px 20px 0px rgba(102, 93, 155, 0.1);
	  }
	  .exceptional-experiences-section .support-difference-section .table-1 thead {
		min-height: 72px;
		height: 72px;
		background-color: #F8F9FA;
	  }
	  .exceptional-experiences-section .support-difference-section .table-1 thead tr th {
		width: 33.33%;
		padding: 28px 24px;
		border: 1px solid #E6E6E6;
		font-size: 24px;
		font-weight: 500;
		line-height: 24px;
		letter-spacing: 0.02em;
		color: #1C202A;
		background-color: #F8F9FA;
		text-align: start;
	  }
	  .exceptional-experiences-section .support-difference-section .table-1 thead tr th:first-child {
		position: sticky;
		top: 0;
		left: -1px;
		z-index: 2;
	  }
	  .exceptional-experiences-section .support-difference-section .table-1 tbody tr td {
		border: 1px solid #E6E6E6;
		background-color: var(--bs-white);
		padding: 14px 24px;
		font-size: 18px;
		font-weight: 500;
		line-height: 28px;
		letter-spacing: 0.02em;
		color: #1C202A;
	  }
	  .exceptional-experiences-section .support-difference-section .table-1 tbody tr td:nth-child(2) {
		background-color: #F5FCFF;
	  }
	  .exceptional-experiences-section .support-difference-section .table-1 tbody tr td:nth-child(2) .txt {
		font-size: 20px;
		font-weight: 600;
		line-height: 28px;
		letter-spacing: 0.02em;
		color: #224093;
	  }
	  .exceptional-experiences-section .support-difference-section .table-1 tbody tr td:nth-child(2) .para-txt {
		font-size: 16px;
		font-weight: 400;
		line-height: 28px;
		letter-spacing: 0.02em;
		color: #1C202A;
	  }
	  .exceptional-experiences-section .support-difference-section .table-1 tbody tr td:first-child {
		position: sticky;
		top: 0;
		left: -1px;
	  }
	  .exceptional-experiences-section .support-difference-section .table-1 tbody tr:last-child td:first-child {
		border-radius: 0 0 0 16px;
	  }
	  .exceptional-experiences-section .support-difference-section .table-1 tbody tr:last-child td:last-child {
		border-radius: 0 0 16px 0;
	  }
	  
  /* over-the-rest-section */

  .over-the-rest-section {
	padding: 64px 0 40px 0;
	margin-top: 0;
	margin-bottom: 0;
  }
  .over-the-rest-section .pb-56 {
	padding-bottom: 48px;
  }
  .over-the-rest-section .head-txt {
	font-size: 40px;
	font-weight: 600;
	line-height: 56px;
	color: #1C202A;
	margin-bottom: 32px !important;
  }
  .over-the-rest-section .sub-head-txt {
	font-size: 18px;
	font-weight: 400;
	line-height: 32px;
	color: #3A3D47;
  }
  .over-the-rest-section .table-2 {
	border-radius: 16px;
  }
  .over-the-rest-section .table-2 table {
	min-width: 700px;
	margin-bottom: 40px;
	border-radius: 16px;
	box-shadow: 0px 15px 20px 0px rgba(102, 93, 155, 0.1);
  }
  .over-the-rest-section .table-2 thead {
	min-height: 72px;
	height: 72px;
	background-color: #224093;
  }
  .over-the-rest-section .table-2 thead tr th {
	padding: 28px 24px;
	border: 1px solid #E6E6E6;
	font-size: 24px;
	font-weight: 500;
	line-height: 28px;
	letter-spacing: 0.02em;
	color: var(--bs-white);
	text-align: center;
	background-color: #224093;
  }
  .over-the-rest-section .table-2 thead tr th:first-child {
	min-width: 482px;
	text-align: left;
  }
  .over-the-rest-section .table-2 thead tr th:first-child {
	position: sticky;
	top: 0;
	left: 0;
	z-index: 2;
  }
  .over-the-rest-section .table-2 tbody tr td {
	border: 1px solid #E6E6E6;
	background-color: var(--bs-white);
	padding: 20px 24px;
	font-size: 18px;
	font-weight: 500;
	line-height: 28px;
	letter-spacing: 0.02em;
	color: #1C202A;
	text-align: center;
  }
  .over-the-rest-section .table-2 tbody tr td:nth-child(1) {
	text-align: start;
  }
  .over-the-rest-section .table-2 tbody tr td:first-child {
	position: sticky;
	top: 0;
	left: -1px;
  }
  .over-the-rest-section .table-2 tbody tr td:nth-child(2) {
	background-color: #F5FCFF;
  }
  .over-the-rest-section .table-2 tbody tr td:nth-child(2) .txt {
	font-size: 20px;
	font-weight: 600;
	line-height: 28px;
	letter-spacing: 0.02em;
	color: #224093;
  }
  .over-the-rest-section .table-2 tbody tr td:nth-child(2) .para-txt {
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: 0.02em;
	color: #1C202A;
  }
  .over-the-rest-section .table-2 tbody tr:last-child td:first-child {
	border-radius: 0 0 0 16px;
  }
  .over-the-rest-section .table-2 tbody tr:last-child td:last-child {
	border-radius: 0 0 16px 0;
  }
  .custom-overflow {
	overflow-x: auto;
	border-radius: 16px;
  }
  
  .custom-overflow::-webkit-scrollbar {
	width: 6px;
	height: 6px;
  }
  
  /* Track */
  .custom-overflow::-webkit-scrollbar-track {
	background-color: #E6E6E6;
	border-radius: 6px;
  }
  
  /* Handle */
  .custom-overflow::-webkit-scrollbar-thumb {
	background: #3A3D47;
	border-radius: 6px;
  }
  
  /* Handle on hover */
  .custom-overflow::-webkit-scrollbar-thumb:hover {
	background: #3A3D47;
  }
  
  .service-faq-sec .card-body p {
    margin-bottom: 0;
}

#contactus .modal-header {
    background: #F8F9FA;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
	padding-top: 28px;
    padding-bottom: 28px;
}
@media screen and (min-width: 991px) {
.txt-content {
    padding-right: 78px;
}
}

  @media screen and (max-width: 1199.98px) {
	.offering-a-partnership-section .custom-my-64 .col-lg-4 .box-container {
	  padding: 16px 20px;
	}
  }
	  @media screen and (max-width: 1025px) {
	  .ninja-main-banner {
		background-size: 100% 83%;
	  }
	  .satisfaction-section {
		padding: 50px 0 60px;
	}
	.clients-sec {
		padding: 65px 0 65px;
	}
	.tailored-sec {
		padding: 46px 0 57px;
	}
    }

	@media screen and (max-width: 991.98px) {
		section.service-faq-sec.faq-ninja {
			margin-top: 0;
			margin-bottom: 0;
		}
		.ninja-main-banner {
			background-size: 100% 100%;
		  }
		  .satisfaction-section {
			padding: 50px 0 60px;
		}

		.tailored-sec .ks-lmn-feature-img {
			gap: 24px;
		}
		.clients-sec {
			padding: 48px 0 48px;
			margin-top: 0px;
			margin-bottom: 0px;
		}
		.satisfaction-section{
			margin-top: 0px;
			margin-bottom: 0px;
		}
		.tailored-sec {
			padding: 46px 0 38px;
			margin-bottom: 24px;
			margin-top: 0;
		}
		.client-txt-cont {
			margin-bottom: 24px;
			margin-top: 24px;
		}

		.offering-a-partnership-section .head-txt {
		  margin-bottom: 32px;
		}
		.offering-a-partnership-section .custom-my-64 .col-lg-4 {
		  margin-bottom: 16px;
		}
		

	  }

	  @media screen and (max-width: 767.98px) {


		a.footer-brand.ksolves-logg img {
			width: 125px;
			height: 42px;
			min-height: 42px;
			max-height: 41px;
			object-fit: contain;
		}

		.header-ninja .header-ks-logo img {
			width: 90px;
		}

		.custom-overflow {
			border-radius: 16px 0 16px 16px;
		  }
		  
		.over-the-rest-section .container {
			padding-right: 0;
		}

		h3.tailored-txt{
			font-size: 24px;
			font-weight: 500;
        line-height: 36px;
		}
		.ks-lmn-clients:after{
			background: transparent;
		}
		img.multichannel-img {
	        border-radius: 20px;
			margin-bottom: 52px;
			margin-top: 0px;
		}

		.title-refund{
			margin-bottom: 16px;
		}
		.title-refundd{
			font-size: 16px;
		}
		.faq-title {
			font-size: 32px;
			line-height: 40px;
			margin-bottom: 40px;
		}
		summary.card-header.btn-accordian.ninja-chead{
			padding: 0 16px 0 0 !important;
		}
		.clients-title {
			font-size: 32px;
			line-height: 40px;
			margin-bottom: 0;
		}
		.sati-title {
			font-size: 32px;
			line-height: 40px;
			margin-bottom: 40px;
		}
		.content-head {
			margin-bottom: 48px;
		}
		.privacy-div img.img-fluid{
			height: auto;
		}

		.clients-head {
			padding: 0 0 40px 0;
		}
		.lifetime-div{
			padding: 4px 32px 32px 32px;
			border-radius: 16px;
		}
		.refund-main {
			padding: 0 0 0 0px;
			
		}
		.service-faq-sec .card-header.btn-accordian.ninja-chead::after, .service-faq-sec details .btn-accordian.ninja-chead::after{
			top: 30px;
		}
		.refund-contt{
			font-size: 18px;
			line-height: 28px;
		}
		.privacy-cont{
			font-size: 14px;
		}
		.privacy-refundd{
			margin: 16px 0 40px;
		}
		.privacy-div {
			padding: 32px 32px 0 32px;
			border-radius: 16px;
		}
		.tailored-txt-cont {
			font-size: 16px;
			line-height: 24px;
		}
		p.multichannel-txt-cont{
			font-size: 16px;
			line-height: 24px;
		}
		.over-the-rest-section .table-2 table{
			min-width: 434px;
		}
		.exceptional-experiences-section .support-difference-section .table-1 table{
			min-width: 450px;
		}
		.exceptional-experiences-section {
			padding: 48px 0 48px 0;
			margin-bottom: 48px;
		  background-position: top;
        background-size: contain;
		}

		.cta-bg::after{
			display: none;
		}
		.exceptional-experiences-section .exceptional-experiences-container {
		  margin-bottom: 32px;
		}
		.exceptional-experiences-section .exceptional-experiences-container .head-txt {
		  font-size: 32px;
		  line-height: 40px;
		  margin-bottom: 32px;
		}
		.exceptional-experiences-section .exceptional-experiences-container .sub-head-txt {
		  font-size: 16px;
		  line-height: 24px;
		}
		.exceptional-experiences-section .exceptional-experiences-container .custom-mt-64 {
		  margin-top: 48px;
		}
		.exceptional-experiences-section .exceptional-experiences-container .custom-mt-64 .support-img {
		  margin-top: 83px;
		}
		.exceptional-experiences-section .exceptional-experiences-container .custom-mt-64 .long-card-content {
		  padding: 19px 14px;
		}
		.exceptional-experiences-section .exceptional-experiences-container .custom-mt-64 .custom-p {
		  padding: 9px 22px;
		}
		.exceptional-experiences-section .support-difference-section .head-txt {
		  font-size: 32px;
		  line-height: 40px;
		  margin-bottom: 49px;
		  padding-right: 5px;
		}
		.exceptional-experiences-section .support-difference-section .table-1 thead {
		  min-height: 72px;
		  height: 72px;
		  background-color: #F8F9FA;
		}
		.exceptional-experiences-section .support-difference-section .table-1 thead tr th {
		  width: 33.33%;
		  padding: 10px 16px;
		  border: 1px solid #E6E6E6;
		  font-size: 18px !important;
		  line-height: 28px;
		}

		.over-the-rest-section .table-2 tbody tr td {
		    padding: 16px 20px;
			font-size: 14px;
			line-height: 20px;
			text-align: start;
		
		}

		.support-difference-section .container {
			padding-right: 0;
		}
		header.lmn-header {
			z-index: 9;
			top: -1px;
		}

		.exceptional-experiences-section .support-difference-section .table-1 tbody tr td {
			font-size: 14px;
			padding: 10px 20px;
			line-height: 20px;
		}
		.exceptional-experiences-section .support-difference-section .table-1 tbody tr td:nth-child(2) .para-txt {
			font-size: 14px;
			padding: 10px 20px 10px 0;
			line-height: 20px;
		}
		.over-the-rest-section .table-2 tbody tr td:nth-child(2) {
			background-color: #F5FCFF;
			width: 20%;
			text-align: center;
		}
		.over-the-rest-section .table-2 tbody tr td:nth-child(3) {
			text-align: start;
		}
		/* Over the rest section */

		.over-the-rest-section {
			padding: 48px 0 48px 0;
			margin-top: 0;
			margin-bottom: 0;
		  }
		  section.limitations-section {
			margin-top: 0;
			margin-bottom: 0;
		}
		  .over-the-rest-section .head-txt {
			font-size: 32px;
			line-height: 40px;
			margin-bottom: 32px;
		  }
		  .over-the-rest-section .sub-head-txt {
			font-size: 18px;
			line-height: 24px;
		  }
		  .over-the-rest-section .table-2 thead tr th:first-child {
			width: 220px;
			min-width: 220px;
		  }
		  .over-the-rest-section .table-2 thead tr th {
			font-size: 18px;
			line-height: normal;
			padding: 16px 20px;
			text-align: start;
		}

		  /* Mobile responsive */
		  .investment {
			font-size: 20px;
			font-weight: 500;
			line-height: 24px;
		}
		.successful {
			font-size: 32px;
        font-weight: 600;
        line-height: 40px;
		}
		span.suss:after{
			display: none;
		}
		.targeted-sms {
			font-size: 18px;
			font-weight: 500;
			line-height: 26px;
		}

		.header-ninja img.custom-logo {
			width: 115px !important;
		}
		.btn-primary-ninja.header-button{
			font-size: 11px !important;
			height: 34px !important;
			padding: 2px 4px !important;
			border-radius: 4px !important;
			min-height: 25px;
		}
		.btn-primary-ninja {
			font-size: 14px !important;
			min-height: 40px;
			padding: 8px 16px!important;
			width: fit-content;
		}
		.btn-secondry-ninja {
			font-size: 14px !important;
			min-height: 40px;
			padding: 8px 16px!important;
			width: fit-content;
			line-height: 26px !important;
			
		}
		.lmn-site-footer .footer-inner {
			padding: 34px 31px 22px;
			margin-top: 32px;
		}

		a.footer-brand {
			width: 150px;
		}
		
		a.footer-brand.ksolves-logg img {
			width: 100%;
			height: 44px  !important;
		}
		.lmn-site-footer .footer-inner a.footer-brand {
			width: 100%;
		}
		
		.lmn-site-footer .footer-inner .footer-brand img {
			height: 100%;
			max-height: 100%;
			min-height: 100%;
			width: 100%;
		}
		section.dashbaord-ninja {
			padding: 0 16px;
			margin-bottom: 0;
		}
		.dashbaord-nin img {
			border-radius: 5px;
		}
		.dashbaord-nin {
			padding: 7px;
			border-radius: 8px;
			margin-top: 40px !important;
		}
		.cta-title {
			font-weight: 600;
			font-size: 32px;
			line-height: 40px;
			margin-bottom: 24px;
		}
		.cta-bg-cont {
			padding: 32px;
			position: relative;
			z-index: 11;
		}
		.cta-bg-cont .mt-md-5{
			margin-top: 24px !important;
		}
		.btn-width-full{
			width: 100%;
		}

		.tailored-title {
			font-size: 32px;
			font-weight: 600;
			line-height: 40px;
			margin-bottom: 24px;
		}
		.tailored-sec .ks-lmn-feature-img {
			gap: 16px;
		}

		.col-img-text-tailored {
			padding: 40px 24px 39px 24px;
			border-radius: 16px;
			display: flex;
          flex-direction: column;
		}
		img.sms-img {
			margin-top: 52px;
			border-radius: 16px;
			object-fit: contain;
			margin-bottom: 0px;
		}
		.col-img-multichannel {
			padding: 40px 32px 34px;
			border-radius: 16px;
			display: flex;
          flex-direction: column-reverse;
		}
		.multichannel-txt {
			font-size: 24px;
			font-weight: 500;
			line-height: 36px;
			margin-bottom: 16px;
		}
		.exceptional-experiences-section .support-difference-section .table-1 tbody tr:last-child td:last-child {
			border-radius: 0;
		}
		
	  }
	  @media screen and (max-width: 340px) {
		.header-ninja .header-ks-logo img {
			width: 60px;
		}
	  }

	  @media screen and (max-width: 575px) {
		#load-more:hover , #load-more:active  {
			background: transparent !important;
			border: 1.5px solid #000 !important;
			color: #000 !important;
		}
		.empowering-business-section {
		  padding: 48px 0 0 0;
		}
		.empowering-business-section .img-set {
		  padding: 0px;
		}
		.empowering-business-section .img-bg-container {
		  padding: 32px 32px 38px 28px;
		}
		.empowering-business-section .img-bg-container .bg-white {
		  padding: 30px 64px 0 51px;
		}
		.empowering-business-section .txt-content {
		  margin-bottom: 32px;
		}
		.empowering-business-section .txt-content h3 {
		  font-size: 32px;
		  line-height: 38.4px;
		  margin-bottom: 33px;
		}
		.empowering-business-section .txt-content p {
		  font-size: 16px;
		  line-height: 24px;
		}

		/* offering CSS */

		.offering-a-partnership-section {
			padding: 40px 0 48px 0;
		  }
		  .offering-a-partnership-section .head-txt {
			font-size: 32px;
			line-height: 40px;
		  }
		  .offering-a-partnership-section .sub-head-txt {
			line-height: 24px;
		  }
		  .offering-a-partnership-section .custom-my-64 {
			margin: 40px 0 48px 0;
		  }
		  .offering-a-partnership-section .orange-btn {
			text-align: left;
			height: auto;
			padding: 17px 48px;
		  }
		  .offering-a-partnership-section .custom-my-64 .col-lg-4 .box-container .card-head {
	
			margin-bottom: 16px;
			margin-top: 16px;
		}

	  }
     /* LMN Landing page end */
	 
	  /* Success message CSS Code */
	  .toast-success {
			background-color: #0e910e  !important;
			color: #fff;
			font-weight: 700;
			opacity: 1;
		}

		#toast-container>div {
			position: relative;
			pointer-events: auto;
			overflow: hidden;
			margin: 0 0 6px;
			padding: 15px 15px 15px 50px;
			width: 300px;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			border-radius: 3px;
			background-position: 15px center;
			background-repeat: no-repeat;
			-moz-box-shadow: 0 0 12px #999;
			-webkit-box-shadow: 0 0 12px #999;
			box-shadow: 0 0 12px #999;
			color: #FFF;
			opacity: 1 !important;
		}
	
	 /* cart CSS  qty-selectdiv */
	 .qty-selectdiv .qty-setter img {
			cursor: pointer;
			transition: all 0.3s ease; 
	  }
	  
	  .qty-selectdiv .qty-setter img:hover {
			filter: grayscale(100%) brightness(0) invert(0); 
			cursor: pointer;
	  }
	  .user-licenses .qty-setter {
		  filter: grayscale(100%) brightness(0) invert(0);
	  }
	  
	  .user-licenses .qty-setter img {
		  filter: grayscale(0%) brightness(1) invert(0) !important; 
	  }
	  .user-licenses{
		  border:1px solid #28303d;
	  } 

     @media screen and (min-width:991px) {
        .border-right-custom-xl {
           border-right: 1px solid #E4E4E7;
        }
     }

	 @media screen and (max-width:1200px) {
        .lmn-sec-two.below-new-banner {
           padding-top: 114px;
        }
     }
  @media screen and (min-width:765.8px) and (max-width:991px) {
        .lmn-sec-three .custom-page-title {
           font-size: 24px !important;
        }

        .lmn-sec-one.new-banner.custom-banner {
           padding-bottom: 32px;
        }

        .border-lg-right {
           border-right: 1px solid #E4E4E7;
        }

        .border-bottom-lg {
           border-bottom: 1px solid #E4E4E7;
        }
     }

	 @media screen and (min-width:765.8px) {
        .border-top-custom {
           border-top: 1px solid #E4E4E7;
           padding-top: 48px;
        }

        .pt-67 {
           padding-top: 67px;
        }


        .pb-124 {
           padding-bottom: 124px;
        }

        .pb-67 {
           padding-bottom: 67px;
        }

        .border-right-custom {
           border-right: 1px solid #E4E4E7;
        }
     }

	 @media screen and (max-width:765.8px) {
        .lmn-sec-five h2 {
           font-size: 24px !important;
           line-height: 32px;
        }

        .lmn-sec-two.below-new-banner {
           margin-top: -195px;
        }
		.font-md-24{
			font-size: 24px !important;
		}
     }

@media screen and (max-width:575px) {
	
/* 	 Realestate Start CSS*/
.lmn-sec-two.below-new-banner {
	margin-top: -233px;
 }

 .lmn-sec-one.new-banner h1 {
	font-size: 16px !important;
 }
	.lmn-sec-three .custom-page-title {
    line-height: 32px;
}
 .lmn-sec-one.new-banner.custom-banner {
	background-repeat: no-repeat;
	background-position-y: center;
	background-position-x: left;
	background-size: cover;
 }

 .lmn-sec-one.new-banner h4 {
	font-size: 36px !important;
	line-height: 44px;
 }

 .lmn-sec-one.new-banner .banner-buttns .demo-new,
 .lmn-sec-two.below-new-banner .banner-buttns .demo-new,
 .lmn-sec-four .banner-buttns .demo-new {
	width: auto;
	padding: 12px 10px;
	/* flex: 1; */
	min-height: 56px;
 }

 .lmn-sec-one .appex-img {
	flex: 1;
 }

 .lmn-sec-four .custom-page-title {
	font-size: 32px !important;
	line-height: 44px;
 }

/* 	 Realestate End*/
	
	.contact-us-details > a:first-child {
		display: block;
		margin-bottom: 6px;
	}
}


@media screen and (max-width:475.8px) {
	.partner-img:nth-child(1) img {
	   width: 151px;
	}

	.partner-img:nth-child(2) img {
	   width: 150px;
	}

	.partner-img:nth-child(3) img {
	   width: 106px;
	}
 }

/*  realstate*/

 @media screen and (max-width:375.8px) {
	.lmn-sec-one.new-banner .banner-buttns .demo-new,
	.lmn-sec-two.below-new-banner .banner-buttns .demo-new,
	.lmn-sec-four .banner-buttns .demo-new {
	   width: auto;
	   padding: 5px;
	   min-height: 56px;
	   font-size: 12px !important;
	}
	  
	 section.below-new-banner.lmn-sec-two button.primary-btn span  ,section.feature-section.lmn-sec-four button.primary-btn span{
		 margin-right: 2px !important;
		 padding-right: 10px !important;
	 }
	 section.below-new-banner.lmn-sec-two button.primary-btn span svg ,section.feature-section.lmn-sec-four button.primary-btn span svg {
		 width: 15px;
		 height: 15px;
	 }

	 section.below-new-banner.lmn-sec-two .appex-img ,section.feature-section.lmn-sec-four .appex-img {
		 width: 130px;
	 }
 section.below-new-banner.lmn-sec-two button.primary-btn ,section.feature-section.lmn-sec-four button.primary-btn {
font-size: 12px;
width: 50%;
margin-top: 0 !important;
margin-bottom: 0 !important;
height: 40px;
padding-top: 10px !important;
}
     }

     @media screen and (max-width: 345.8px) {

        .lmn-sec-one.new-banner .banner-buttns .demo-new,
        .lmn-sec-two.below-new-banner .banner-buttns .demo-new,
        .lmn-sec-four .banner-buttns .demo-new {
           width: auto;
           padding: 8px;
           font-size: 11px !important;
           min-height: 56px;
        }
		 
		 section.below-new-banner.lmn-sec-two button.primary-btn span  ,section.feature-section.lmn-sec-four button.primary-btn span{
			 margin-right: 2px !important;
			 padding-right: 10px !important;
		 }
		 section.below-new-banner.lmn-sec-two button.primary-btn span svg ,section.feature-section.lmn-sec-four button.primary-btn span svg {
			 width: 15px;
			 height: 15px;
		 }

		 section.below-new-banner.lmn-sec-two .appex-img ,section.feature-section.lmn-sec-four .appex-img {
			 width: 130px;
		 }
	 section.below-new-banner.lmn-sec-two button.primary-btn ,section.feature-section.lmn-sec-four button.primary-btn {
    font-size: 12px;
    width: 50%;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    height: 40px;
    padding-top: 10px !important;
}
	
		 .partner-img:nth-child(1) img {
	   width: 130px;
	}

	.partner-img:nth-child(2) img {
	   width: 130px;
	}

	.partner-img:nth-child(3) img {
	   width: 106px;
	}
		 
		 .navbar-brand.d-md-block {
			 display: flex !important;
			 align-items: center;
			 gap: 0;
		 }
		 .navbar-brand .site-branding {
        margin-right: 0;
        max-width: 168px;
    }
		 .navbar-brand .site-branding {
			 margin-right: 0;
			 max-width: 168px;
		 }

		 
     }


@media screen and (max-width:1250px) {
	@keyframes toolsBannerSlide1 {
		0% {
			transform: translateX(1500px);
		}

		100% {
			transform: translateX(-1500px);
		}
	}
}
.privacy-main .study-heading {
    font-weight: 700!important
}
label.error, input.error {
	color: #E2414F;
	font-size: 13px;
    margin-bottom: 0;
    font-weight: 400;
}
.bottom-2 {
	bottom: 2rem;
}
.popup-lr-space {
	margin-left: 32px;
	margin-right: 32px;
	margin-bottom: 32px;
}
@media only screen and (max-width: 568px) {
	.popup-lr-space {
		margin-left: 18px;
		margin-right: 18px;
	}
}
.plan-country-label {
	font-size: .875rem;
    font-weight: 400;
}
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout {
    margin: 0 auto;
}

.summary.entry-summary{
    background-color:transparent !important;
    border:1px solid #ddd !important;
    border-radius:8px !important;
    padding: 16px !important;
}

.wc-block-cart {
padding:16px !important;
}

.entry-footer>span {
display:none !important;
}



.lmn-planItem {
    padding: 32px;
    border: 1px solid #DEDEDE;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    row-gap: 16px;
}

.lmn-planItem.most-popular-deal,
.lmn-planItem.create-plan {
    border: 1px solid #17A57A;
    background-color: #F4FFFC;
}

.featureList li:before {
    content: "";
    background-image: url(./assets/images/ticmark.svg);
    background-size: cover;
    display: block;
    width: 14px;
    min-width: 14px;
    height: 14px;
}

.color-3A4248 {
    color:#3A4248;
}
.color-484848 {
    color:#484848;
}
.primary-btn-outline {
    border: 1px solid #0C5362;
    padding: 16px 32px;
    border-radius: 8px;
    line-height: 19.36px;
    text-align: center;
    color: #0C5362;
    text-decoration: none;
    width: 100%;
}

.lmn-planItem.most-popular-deal .primary-btn-outline,
.create-plan .primary-btn-outline {
    color: #fff;
    background-color: #0C5362;
}

.primary-btn-outline:hover {
    color: #fff;
    background-color: #0C5362;
    
}
.color-17A57A {
    color: #17A57A;
}

.lmn-pricing-card {
    min-height: fit-content;
    height: auto;
}

.lmn-planItem .trial {
    text-decoration: underline !important;
}

.lmn-planItem .price-align {
    position: relative;
    top: 11px;
    line-height: 42.47px;
}

.montly-info {
    line-height: 17.26px;
}
.lmn-planItem .price {
    margin-bottom: 12px !important;
}

.lmn-planItem .popular-tag 
, .lmn-planItem .best-tag{
    color: #FFFFFF;
    line-height: 16.94px;
    box-shadow: 0px 2px 2px 0px #00000033;
    border-radius: 4px;
    position: absolute;
    top: -16px;
}
.lmn-planItem .popular-tag  {
    background-color: #0C5362;
}
.lmn-planItem .best-tag {
    background-color: #E5A615;
}
a:focus {
	/* color: inherit !important; */
}
.my-subscription .ks-lmn-pricing-bg {
	height: 212px;
}
.my-subscription .dataTables_length, .my-subscription .dataTables_info, .dataTables_wrapper .dataTables_paginate {
	text-align: left !important;
}
.my-subscription .dataTables_length label {
	font-size: 16px;
	color: #1C1C1C;
	margin-bottom: 15px;
}
.my-subscription .dataTables_length label > select {
	min-width: 50px;
	margin: 0 5px;
    padding: 1px 5px;
    font-size: 14px;
	border-radius: 4px;
}
.subscriptions-table {
    margin-bottom: 10px !important;
}
.my-subscription .dataTables_info {
    font-size: 14px;
}
.my-subscription .dataTables_paginate {
	font-size: 14px;
}
.my-subscription .dataTables_wrapper .dataTables_paginate .paginate_button.current, .my-subscription .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
	color: #fff !important;
    background: #0C5362 !important;
    border: 1px solid #0C5362;
    border-radius: 4px;
}
.my-subscription .dataTables_wrapper .dataTables_paginate .paginate_button {
	border: 1px solid #0C5362 !important;
    color: #1C1C1C;
    border-radius: 4px;
}
.my-subscription .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
	background: #0C5362 !important;
}
.my-subscription .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover  {
    background: none !important;
}
.my-subscription .dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
	cursor: not-allowed;
}
.change-subscription, .cancel-subscription  {
	border-radius: 4px;
	border: 1px solid #0C5362;
	padding: 12px 16px
}
.change-subscription {
    background-color: #0C5362 !important;
    color: #fff !important;
}
.cancel-subscription {
	background-color: transparent !important;
    color: #0C5362 !important;
}
.change-subscription:hover, .cancel-subscription:hover {
	background: #0c5362d9 !important;
    color: #fff !important;
	border: 1px solid #0C5362;
}
table.subscriptions-table thead th:first-child {
	border-top-left-radius: 4px;
}
table.subscriptions-table thead th:last-child {
	border-top-right-radius: 4px;
}
table.subscriptions-table thead th, table.dataTable thead td {
    padding: 10px 18px;
    border-bottom: 1px solid #111;
    font-size: 14px;
    color: #1C1C1C;
}
.subscriptions-table tr:last-child td:first-child {
	border-bottom-left-radius: 4px;
}
.subscriptions-table tr:last-child td:last-child {
	border-bottom-right-radius: 4px;
}
.subscriptions-table tr td:last-child, .subscriptions-table tr td:first-child {
	text-align: center;
}
.subscriptions-table tr td:last-child {
	gap: 5px;
	/* display: flex; 
	flex-wrap: wrap; 
	align-items: center;
	justify-content: center; */
}
/* @media only screen and (max-width: 1350px) {
	#subscriptions-table_wrapper {
		overflow: auto;
		width: 100%;
	}
} */
body.home details.card, body.home  summary.card-header.btn-accordian{
    background: #e8f7f500;
}

body.home  #faq-sec{
	background-image: linear-gradient(to right, rgba(255, 0, 0, 0), #d7eceade);
}
/*-----.announcement-bar ----*/
.announcement-bar {
background-image: url(https://www.ksolves.com/wp-content/uploads/2024/04/Why-Choose-Ksolves-banner.svg);
  padding: 4px 17px;
  padding-bottom: 0;
  padding-bottom: 4px;
  text-align: center;
}
.flashing-text {
    font-size: 22px;
    display: inline-block;
    vertical-align: middle;
    animation: flashing 1.9s infinite;
    background: linear-gradient(95deg, #08A0E2 -33.65%, #1748C9 13%, #CC31F6 134.15%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: background 1.5s ease-in-out;
    
}
@keyframes flashing {
    0% {
        background: linear-gradient(95deg, #08A0E2 -33.65%, #1748C9 13%, #CC31F6 134.15%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    50% {
        background: linear-gradient(95deg, #e13d4b 0%, #e13d4b 50%, #e13d4b 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    100% {
        background: linear-gradient(95deg, #08A0E2 -33.65%, #1748C9 13%, #CC31F6 134.15%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
}
.join-now-button {   
    margin-left: 20px;
}
.flashing-text{
  padding: 2px 0 5px 0

}
@media only screen and (max-width: 990px) {
  .announcement-bar{
        font-size: 15px;
  }
  .flashing-text {
    font-size: 17px;
  }
  a.join-now-button {
      margin-top: 0 !important;
  }

}
@media only screen and (max-width: 767px) {
  .announcement-bar {
      font-size: 13px;
      padding: 4px 15px;
  }
  .flashing-text {
    margin-left:0;
    padding: 3px 0 4px 0;
  }
  .join-now-button {
    margin-left: 10px;
    padding: 3px 6px 4px 6px !important;
    font-size: 12px !important;
     
  }
  .announcement-bar a.lnm-banner-btnDemo{
  	min-width: auto;
  }
}

@media only screen and (max-width: 615px) {
  .announcement-bar{
    display: block!important;
  }
  a.join-now-button{
    display: inline-block;
    width: max-content;
     margin-bottom: 0 !important;
    margin: 4px auto !important;
  }
  .announcement-bar {
      display: block !important;
      padding: 3px 6px;
     padding: 3px 6px !important;
  }

}
@media only screen and (max-width: 590px) {
  span.flashing-text {
  /*      display: block;*/
      padding: 0;
  }
.new-banner .banner-text span.f-w-600.font-36.color-17A57A {
    word-wrap: break-word;
   font-size: 26px !important;
}
}

@media only screen and (max-width: 390px) {
  .announcement-bar .font-18 {
      font-size: 15px!important;
  }
}

/* Blog Details page CSS */

.single-post .category-salesforce .single-post-div .post-discription ul ,.single-post .category-salesforce .single-post-div .post-discription ol {
	margin-bottom: 8px;
  padding-left: 34px;
}
.single-post .category-salesforce .single-post-div .post-discription ul li ,.single-post .category-salesforce .single-post-div .post-discription ol li{
  padding: 0 0 10px 0;
}

.single-post .category-salesforce .single-post-div .post-discription ul  li::marker {
    font-size: 18px;
}

.single-post .category-salesforce .single-post-div .post-discription  table {
    border: 2px solid #000;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 15px;
    width: 100%;
}

.single-post .category-salesforce .single-post-div .post-discription table tbody, td, th, tfoot{
  border: 2px solid #000 !important;
  padding: 4px !important;
}

@media screen and (max-width:1025px) {
    .sub-menu {
        display: none;
        opacity: 0;
        transform: translateY(-10px);
        transition: opacity 0.3s ease, transform 0.3s ease;
      }
      
      [aria-expanded="true"] +.sub-menu {
        display: block;
        opacity: 1 ;
        transform: translateY(0);
        border-radius: 5px !important;
        padding: 10px 0 10px 7px !important;
        background-color: #fff;
      }
      
      .sub-menu-toggle[aria-expanded="false"] .icon-minus:after {
          transform: rotate(0deg) !important;
          width: 17px;
          height: 17px;
          transition: transform 0.3s ease; /
      }
      
      .sub-menu-toggle[aria-expanded="true"] .icon-minus:after {
          transform: rotate(180deg)!important;
          width: 17px;
          height: 17px;
          transition: transform 0.3s ease;
      }
}
@media screen and (max-width:767.8px) {
.single-post .category-salesforce .single-post-div .post-discription table {
    overflow-x: auto;
    width: 100%;
    display: block;
    white-space: nowrap;
    height: 100% !important;
    border: transparent;
}

}


/*---LMN- add--*/
/* utility-classes */


/* utility-classes */
#lmn-campaign-page .mb-42 {
    margin-bottom: 40px;
}

#lmn-campaign-page .encapsulated-mb-32 {margin-bottom: 24px;}

#lmn-campaign-page .hero-banner-LMN {
    background: linear-gradient(180deg, #EBEDFA 0%, #FFFFFF 100%);
    padding: 64px 0px 65px;
}

.banner-left-lmn {
    /* padding-top: 44px; */
}

#lmn-campaign-page .banner-left-lmn .banner-title {
    font-size: 48px;
    font-weight: 700;
    /* line-height: 58.4px; */
    color: #1C202A;
    margin-bottom: 0;
}

#lmn-campaign-page .partner-conatiner {
    background-color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    padding: 32px 16px;
    height: 100%;
}

#lmn-campaign-page .banner-left-lmn p,
#lmn-campaign-page .custom-common-para {
font-size: 18px;
font-weight: 500;
line-height: 26px;
color: #3A3D47;
}

#lmn-campaign-page .banner-left-lmn p > span {
    font-weight: 600;
}

#lmn-campaign-page .LMN-efforts {font-size: 20px;font-weight: 500;/* line-height: 30px; */color: #3A3D47;margin-bottom: 22px;}

#lmn-campaign-page .banner-listing{
    padding-left: 0;
    list-style: none;
    font-size: 18px;
    font-weight: 500;
    line-height: 15px;
    color: #3A3D47;
    display: flex;
    gap: 16px;
    margin-bottom: 0;
}

#lmn-campaign-page .banner-listing-two {
    font-size: 14px;
    font-weight: 500;
    line-height: 16.94px;
    color: #1C202A;
    list-style: none;
    padding-left: 0;
    display: flex;
    gap:16px;
    margin-bottom: 0;
}

#lmn-campaign-page .banner-listing li,
#lmn-campaign-page .banner-listing-two li {
    display: flex;
    align-items: center;
    gap: 4px;
}

#lmn-campaign-page .banner-listing-two li {
    gap: 8px;
}

#lmn-campaign-page .banner-listing li > span
{
    height: 8px;
    width: 8px;
    display: inline-block;
    background-color: #FF6500;
    border-radius: 50%;
}

#lmn-campaign-page .banner-listing-two li > span {
    height: 6px;
    width: 6px;
    display: inline-block;
    background-color: #3A3D47;
    border-radius: 50%;
}


#lmn-campaign-page .LMN-efforts > span {
    color: #FF6500;
}

 #lmn-campaign-page .banner-btn-red,
 #lmn-campaign-page .banner-btn-default {
    border-radius: 8px;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    color: #FFFFFF !important;
    border: 1px solid transparent;
    padding: 0px 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 56px;
    transition: all .31s ease !important;
}
#lmn-campaign-page .banner-btn-red {
    background-color: #FF6500;
}

#lmn-campaign-page .banner-btn-red:hover,#lmn-campaign-page .banner-btn-default:hover,#lmn-campaign-page .explore-more-btn:hover{
    box-shadow: 0 21px 15px -9px rgb(57 59 60 / 40%) !important;
    transform: scale(1.02);
    /* border: none; */
}

#lmn-campaign-page .banner-btn-default {
    background: linear-gradient(125.22deg, #2B2B2B -63.54%, #031317 153.94%);
}

#lmn-campaign-page .banner-left-blocks {
    margin-top: 24px;
}

#lmn-campaign-page .banner-left-blocks .banner-left-block {
    background-color: #FCFDFE;
    border-radius: 8px;
    border: 1px solid #E3EAFF;
    /* width: 100%; */
}

#lmn-campaign-page .banner-heading {
    font-size: 32px;
    font-weight: 700;
    line-height: 38.4px;
    color: #1C202A;
}

#lmn-campaign-page .banner-heading.rating {
    color:#FF6500 ;
}

#lmn-campaign-page .banner-left-lmn .banner-paragraph {
    font-size: 14px;
    font-weight: 500;
    line-height: 19px;
    color: #3A3D47;
    margin-top: 8px;
    margin-bottom: 0;
}

#lmn-campaign-page .banner-right-img-box {
    /* padding-left: 62px; */
}

#lmn-campaign-page .banner-grid-container {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(4, auto); 
    justify-content: start;
}

#lmn-campaign-page .inbox-leads-box {
    background-color: #EDF0FB;
    border-radius: 24px;
    border: 1px solid #E3EAFF;
    padding: 48px;
}

#lmn-campaign-page .inbox-leads-card {
    border: 1px solid #E6E6E6;
    background-color: #fff;
    padding: 41px 58px;
    border-radius: 16px;
}

#lmn-campaign-page .custom-common-title {
    font-size: 40px;
    font-weight: 700;
    line-height: 52px;
    color: #1C202A;
}

#lmn-campaign-page .vision-victory {
    padding-bottom: 339px;
    background-color: #172731;
    margin-bottom: -339px;
}

#lmn-campaign-page .vision-content-box {
    padding-top: 110px;
    padding-bottom: 80px;
    /* border: 1px solid red; */
}

#lmn-campaign-page .vision-card {
    background-color: #F8F9FA;
    box-shadow: 0px 15px 20px 0px #665D9B1A;
    border-radius: 8px;
    position: relative;
    height: 100%;
}

#lmn-campaign-page .vision-card::after {
    content: '';
    display: block;
    height: 10px;
    width: 100%;
    position: absolute;
    bottom: 0;
    border-radius:0 0 16px 16px;
    background-color: #FFEA9D;
    left: 0;
}

#lmn-campaign-page .inbox-leads {
    padding-bottom: 110px;
}

#lmn-campaign-page .vision-view:nth-of-type(even) .vision-card::after {
    background-color: #ABA7FF;
}

#lmn-campaign-page .vision-title {
    color: #FF6500;
    font-size: 56px;
    font-weight: 700;
    line-height: 67.2px;
}

#lmn-campaign-page .vision-subtitle {
    color: #1C202A;
    font-size: 18px;
    font-weight: 600;
    line-height: 23.4px;
}

#lmn-campaign-page .vision-paragraph {
    color: #3A3D47;
    font-size: 16px;
    font-weight: 500;
    line-height: 23.4px;
}

#lmn-campaign-page .custom-vertical-tabs ul {
    padding-left: 0;
    list-style: none;
}

#lmn-campaign-page .custom-vertical-tabs ul li .nav-link {
    background-color: #fff !important;
    padding: 4px 4px 16px 4px;
    border-bottom: 1px solid #E3EAFF;
    border-radius: 0;
    width: fit-content;
}

#lmn-campaign-page .custom-vertical-tabs ul li {
    margin-bottom: 24px;
}

#lmn-campaign-page .custom-vertical-tabs .tab-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 33.6px;
    color: #1C202A;
    margin-bottom: 12px;
}

#lmn-campaign-page .custom-vertical-tabs .tab-paragraph {
    color: #3A3D47;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

#lmn-campaign-page .tab-img-container {
    height: 56px;
    width: 56px;
    border-radius: 50%;
    background-color: #F8F9FA;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 56px;
}

#lmn-campaign-page .tab-content-container {
    border: 1px solid #E3EAFF;
    background-color: #F5F5F5;
    border-radius: 16px;
    padding: 56px 29px;
    height: 100%;
}

#lmn-campaign-page .boost-productivity,
#lmn-campaign-page .build-connections,
#lmn-campaign-page .seamless-communication
{
    padding: 110px 0;
}

#lmn-campaign-page .delivery-LMN {
    padding: 110px 0 68px;
}


#lmn-campaign-page .build-connections {
    background-color: #FEEFE4;
}

#lmn-campaign-page .trusted-grid-container {
    display: grid;
    grid-template-columns: 643px 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 16px;
}

#lmn-campaign-page .trusted-grid-container .trusted-grid-item {
    display: flex;
    justify-content: center;
    flex-direction: column;
    background-color: #FFFFFF;
    border: 1px solid #E6E6E6;
    padding: 24px;
    gap: 16px;
    border-radius: 16px;
}

#lmn-campaign-page .trusted-grid-item:nth-child(1) {
    grid-column: 1/2;
    grid-row: 1/3;
}

#lmn-campaign-page .trusted-grid-item:nth-child(2) {
    grid-column: 2/3;
    grid-row: 1/2;
}

#lmn-campaign-page .trusted-grid-item:nth-child(3) {
    grid-column: 2/3;
    grid-row: 2/3;
}

#lmn-campaign-page .trusted-grid-item .user-icon {
    height: 56px;
    width: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 64px;
    border-radius: 50%;
    }

    #lmn-campaign-page .trusted-grid-item:nth-child(1) .user-icon {
        background-color: #E0FBFF;
        color: #224093;
    }

    #lmn-campaign-page .trusted-grid-item:nth-child(2) .user-icon {
        background-color: #F7E0FF;
        color: #224093;
    }

    #lmn-campaign-page .trusted-grid-item:nth-child(3) .user-icon {
        background-color: #F1FFE0;
        color: #224093;
    }

    #lmn-campaign-page .user-name {
    font-size: 18px;
    font-weight: 600;
    color: #1C202A;
    margin-bottom: 5px;
    }

    #lmn-campaign-page .review-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 33.6px;
    color: #1C202A;
    margin-bottom: 16px;
    }

    #lmn-campaign-page .user-thoughts {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #3A3D47;
    }

    #lmn-campaign-page .customer-thoughts {
    font-size: 24px;
    font-weight: 600;
    line-height: 64px;
    color: #000000;
    }

    #lmn-campaign-page .trusted-by-experts {
        padding: 110px 0;
        background-color: #F5F5F5;
    }

    #lmn-campaign-page .why-ks-grid-container {
        display: grid;
        grid-template-columns: 308px repeat(2,308px);
        gap: 16px;
        grid-template-rows: 1fr 1fr;
        justify-content: center;
    }

    #lmn-campaign-page .why-ks-logo {
        height: 66px;
        width: 66px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #fff;
        border-radius: 50%;
    }


    #lmn-campaign-page .why-ks-title {
    color: #1C202A;
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 16px;
    }

    #lmn-campaign-page .why-ks-para {
    color: #3A3D47;
    font-size: 18px;
    font-weight: 500;
    line-height: 23.4px;
    margin-bottom: 10px;
    }

    #lmn-campaign-page .why-ksolves-landing {
        padding: 110px 0;
        background-color: #172731;
    }

    #lmn-campaign-page .why-ks-grid-item {
        background-color: #F8F9FA;
        border-radius: 16px 16px 10px 10px;
        padding: 24px;
        display: flex;
        flex-direction: column;
        gap: 18px;
        position: relative;
    }

    #lmn-campaign-page .why-ks-grid-item::after {
        content: '';
        display: block;
        height: 10px;
        width: 100%;
        position: absolute;
        bottom: 0;
        background-color: #FFEA9D;
        left: 0;
        border-radius: 0 0 16px 16px;
    }


    #lmn-campaign-page .why-ks-grid-item:nth-child(1) {
        grid-column: 1/2;
        grid-row: 1/3;
    }

    #lmn-campaign-page .why-ks-grid-item:nth-child(2) {
        grid-column: 2/3;
        grid-row: 1/2;
    }

    #lmn-campaign-page .why-ks-grid-item:nth-child(3) {
        grid-column: 3/4;
        grid-row: 1/2;
    }

    #lmn-campaign-page .why-ks-grid-item:nth-child(3)::after,
    #lmn-campaign-page .why-ks-grid-item:nth-child(4)::after{
        background-color: #F1B2FF;
    }

    #lmn-campaign-page .why-ks-grid-item:nth-child(4) {
        grid-column: 2/3;
        grid-row: 2/3;
    }

    #lmn-campaign-page .why-ks-grid-item:nth-child(5) {
        grid-column: 3/4;
        grid-row: 2/3;
    }

    #lmn-campaign-page .why-ksolves-note {
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    text-align: center;
    color: #FFFFFF;
    }

    #lmn-campaign-page .why-ksolves-note > span {
        font-weight: 600;
        display: inline-block;
        position: relative;
    }

    #lmn-campaign-page .why-ksolves-note > span::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(/wp-content/uploads/2025/01/border-bottom-desktop.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    bottom: -30px;
    }

    #lmn-campaign-page .delivery-container {
        background-color: #F5F5F5;
        border: 1px solid #E3EAFF;
        padding: 40px;
        border-radius: 16px;
        height: 100%;
        gap: 32px;
    }

    #lmn-campaign-page .delivery-container.two,
    #lmn-campaign-page .delivery-container.three {
        background-color: #EAF6F7;
        border: 1px solid #E6E6E6;
    }

    #lmn-campaign-page .delivery-title {
    color: #1C202A;
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 16px;
    }

    #lmn-campaign-page .delivery-paragraph {
    color: #3A3D47;
    font-size: 18px;
    font-weight: 400;
    /* margin-bottom: 32px; */
    line-height: 27px;
    }

    #lmn-campaign-page .Empowered-ksolves {
        padding: 110px 0;
    }

    #lmn-campaign-page .Empowered-ksolves .nav-tabs {
        border: 1px solid transparent;
        flex-wrap: nowrap;
        width: 100%;
        
    }

    #lmn-campaign-page .Empowered-ksolves .nav-tabs .nav-link {
    color: #3A3D47;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    padding: 16px 24px;
    border: 1px solid transparent;
    }

    #lmn-campaign-page .Empowered-ksolves .nav-tabs .nav-link.active {
        color: #FF6500 !important;
        border-bottom: 1px solid #FF6500;
    }

    #lmn-campaign-page .Empowered-ksolves .nav-tabs .nav-link:hover {
        color: #FF6500;
    }

    #lmn-campaign-page .Empowered-ksolves .tab-content {
        padding: 32px 48px 0px 48px;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background-color: #F5F5F5;
        border: 2px solid #E6E6E6;
        border-radius: 16px;
    }

    #lmn-campaign-page .empowered-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 27px;
        color: #1C202A;
        margin-bottom: 16px;
    }

    #lmn-campaign-page .empowered-para {
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    color: #3A3D47;
    margin-bottom: 40px;
    }

    #lmn-campaign-page .empowered-card {
        border: 1px solid #E6E6E6;
        box-shadow: 0px 10px 20px 0px #07060B0F;
        background-color: #FFFFFF;
        border-radius: 8px;
        padding: 20px;
        height: 100%;
    }

    #lmn-campaign-page .empowered-card-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #1C202A;
    margin-bottom: 24px;
    }

    #lmn-campaign-page .explore-more-btn {
        border: 1px solid #FFFFFF;
        background: linear-gradient(125.22deg, #2B2B2B -63.54%, #031317 153.94%);
        padding: 8px 16px;
        border-radius: 8px;
        color: #FFFFFF !important;
        font-weight: 600;
        transition: all .31s ease !important;
            width: fit-content;
    align-items: center;
    justify-content: center;
    display:flex;
    font-size:14px;
    }

    #lmn-campaign-page .see-more-btn-box {
        margin-top: 40px;
    }
    
    #lmn-campaign-page .see-more-btn-box .explore-more-btn {
    font-size:16px;
    }
    
     #lmn-campaign-page .see-more-btn-box a {
        background: #FF6500 !important;
        border: 1px solid transparent;
    }


    #lmn-campaign-page .why-ks-grid-item:nth-child(1) {
        background-image: url(/wp-content/uploads/2025/01/grid-bg.png);
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
    }
    
        .page-template-template-crm-campaign .lmn-site-footer .footer-inner {
        margin-top: 0 !important;
        background-color: #F8F9FA !important;
    } 

    .page-template-template-crm-campaign .header-ninja {
        background-color: #ECEFFA !important;
    }
    
     .page-template-template-crm-campaign form.sent .wpcf7-response-output {
        display: none !important;
    }
    
    .thank-demo-btn .header-button {
    display:flex !important;
    justify-content:center;
    align-items:center;
    }
    
    #lmn-campaign-page .highlighted-text {
    font-weight:600;
    color:#1C202A !important;
    }
    
    #lmn-campaign-page .vision-upto {
color:#3A3D47;
font-size: 16px;
font-weight: 600;
line-height: 16px;
}

#lmn-campaign-page .seamless-communication {
padding-bottom:94px;
}


    @media screen and (min-width:1400px) {
    #lmn-campaign-page .banner-left-lmn .banner-title {
            margin-bottom:8px;
        }
        
        #lmn-campaign-page .encapsulated-w-60 {
            width: 60% !important;
        }
        
        #lmn-campaign-page .banner-grid-container {
            grid-template-columns: 152px 171px auto 205px;
        }
        
        #lmn-campaign-page .encapsulated-gap-23 {
            gap: 16px !important;
        } 
        #lmn-campaign-page .encapsulated-w-40 {
            width: 40% !important;
        }

        #lmn-campaign-page .banner-right-img-box img {
            width: 100% !important;
        }
    }
    @media screen and (max-width: 1400px) and (min-width: 991.98px){
	#lmn-campaign-page .encapsulated-finance-box {
            width: 41% !important;
            max-width: 100% !important;
        }
    }
	@media screen and (max-width: 991.98px){
		#lmn-campaign-page .encapsulated-finance-box {
			width: 100% !important;
			max-width: 100% !important;
		}
	}
    @media screen and (max-width:1400px) {
        #lmn-campaign-page .banner-left-lmn .banner-title {
            font-size: 36px;
            line-height: 46.4px;
        }

                
        #lmn-campaign-page .encapsulated-finance-box {
            width: 347px;
            max-width: 347px;
        }
	/*
        #lmn-campaign-page .encapsulated-finance-container {
            overflow: auto;
            flex-wrap: nowrap;
            padding-bottom: 24px;
        }*/

        #lmn-campaign-page .encapsulated-finance-container::-webkit-scrollbar {
            height: 6px; 
        }

        #lmn-campaign-page .encapsulated-finance-container::-webkit-scrollbar-track {
            background: #E6E6E6; 
            border-radius: 10px;
        }

        #lmn-campaign-page .encapsulated-finance-container::-webkit-scrollbar-thumb {
            background: #FF6500; 
            border-radius: 10px;
        }

        #lmn-campaign-page .encapsulated-finance-container::-webkit-scrollbar-thumb:hover {
            background: #FF6500;
        }

        #lmn-campaign-page .LMN-efforts {
            font-size: 17px;
            line-height: 22px;
        }

        #lmn-campaign-page .banner-listing {
            list-style: none;
            font-size: 16px;
            line-height: 19px;
            flex-wrap: wrap;
        }

        #lmn-campaign-page .banner-grid-container {
            grid-template-columns: repeat(3, auto);
            justify-content: center;
        }

        #lmn-campaign-page .banner-right-img-box {
            display: flex;
            align-items: center;
        }

        #lmn-campaign-page .banner-left-blocks {
            margin-top: 32px;
        }
    
    }

    @media screen and (max-width:1200px) {
        #lmn-campaign-page .banner-left-lmn .banner-title,#lmn-campaign-page .custom-common-title {
            font-size: 32px;
            line-height: 41.6px;
        }

        #lmn-campaign-page .why-ksolves-note {
            margin-top: 32px;
        }

        #lmn-campaign-page .trusted-grid-container {
            grid-template-columns: 1fr 1fr;
        }

        #lmn-campaign-page .banner-left-blocks {
            margin-top: 32px;
        }

        #lmn-campaign-page .LMN-efforts {
            font-size: 16px;
            line-height: 26px;
        }

        #lmn-campaign-page .banner-listing {
            list-style: none;
            font-size: 16px;
            line-height: 19px;
            flex-wrap: wrap;
        }

        #lmn-campaign-page .banner-right-img-box {
            text-align: center;
        }

        #lmn-campaign-page .vision-content-box {
            padding-bottom: 8px;
        }

        #lmn-campaign-page .why-ks-grid-container {
            grid-template-columns: 1fr 1fr;
            grid-template-rows: auto;
        }

        #lmn-campaign-page .why-ks-grid-item:nth-child(1) {
            grid-column: 1 / 2;
            grid-row: 1 / 2;
        }

        #lmn-campaign-page .why-ks-grid-item:nth-child(2) {
            grid-column: 2 / 3;
            grid-row: 1 / 2;
        }

        #lmn-campaign-page .why-ks-grid-item:nth-child(3) {
            grid-column: 1 / 2;
            grid-row: 2 / 3;
        }

        #lmn-campaign-page .why-ks-grid-item:nth-child(4) {
            grid-column: 2 / 3;
            grid-row: 2 / 3;
        }

        #lmn-campaign-page .why-ks-grid-item:nth-child(5) {
            grid-column: 1 / 2;
            grid-row: 3/4;
        }
    
    }

    @media screen and (max-width:992px) {
        #lmn-campaign-page .banner-grid-container {
            grid-template-columns: repeat(2,1fr);
            width: 100%;
            margin-bottom: 66px;
        }

        #lmn-campaign-page .inbox-leads-box {
            padding: 48px 16px;
        }

        #lmn-campaign-page .encapsulated-mb-32 {
            margin-bottom: 32px;
        }

        #lmn-campaign-page .encapsulated-mb-32:last-child {
            margin-bottom: 0 !important;
        }

        #lmn-campaign-page .empowered-para {
            margin-bottom: 24px;
        }

        #lmn-campaign-page .banner-left-lmn {
            padding-top: 0;
        }

        #lmn-campaign-page .hero-banner-LMN {
            padding-bottom: 0;
            padding-top: 40px;
        }

        #lmn-campaign-page .banner-right-img-box {
            justify-content: center;
        }

        #lmn-campaign-page .custom-vertical-tabs .tab-paragraph {
            font-size: 14px;
            line-height: 21px;
        }

        #lmn-campaign-page .custom-vertical-tabs ul {
            margin-bottom: 32px;
        }

        #lmn-campaign-page .delivery-container {
            padding: 24px 16px;
            gap: 24px;
        }

        #lmn-campaign-page .delivery-title {
            margin-bottom: 11px;
        }

        #lmn-campaign-page .delivery-paragraph {
            /* margin-bottom: 24px; */
        }

        #lmn-campaign-page .delivery-container.two, #lmn-campaign-page .delivery-container.three {
            flex-direction: column-reverse !important;
        }

        #lmn-campaign-page .delivery-container.three{
            background-color: #F5F5F5;
        }

        #lmn-campaign-page .delivery-container.four{
            background-color: #EAF6F7;
        }

        #lmn-campaign-page .banner-left-lmn p, #lmn-campaign-page .custom-common-para {
            font-size: 16px;
            line-height: 24px;
        }

        #lmn-campaign-page .mb-42 {
            margin-bottom: 40px;
        }

        #lmn-campaign-page .boost-productivity,
        #lmn-campaign-page .build-connections,
        #lmn-campaign-page .seamless-communication,
        #lmn-campaign-page .delivery-LMN,#lmn-campaign-page .inbox-leads,#lmn-campaign-page .trusted-by-experts,#lmn-campaign-page .why-ksolves-landing,#lmn-campaign-page .Empowered-ksolves,#lmn-campaign-page .vision-content-box {
            padding: 40px 0;
        }

        #lmn-campaign-page .custom-common-title {
            margin-bottom: 32px !important;
        }

        #lmn-campaign-page .trusted-grid-container {
            grid-template-columns: 1fr;
            grid-template-rows: 1fr repeat(2, auto);
        }

        #lmn-campaign-page .trusted-grid-item:nth-child(1) {
            grid-column: 1/3;
            grid-row: 1/2;
        }
        #lmn-campaign-page .trusted-grid-item:nth-child(2) {
            grid-column: 1/3;
            grid-row: 2/3;
        }
        #lmn-campaign-page .trusted-grid-item:nth-child(3) {
            grid-column: 1/3;
            grid-row: 3/4;
        }

        #lmn-campaign-page .customer-thoughts {
            margin-top: 24px !important;
            font-size: 18px;
            line-height: 27px;
        }

        #lmn-campaign-page .seamless-communication .custom-common-title,#lmn-campaign-page .boost-productivity .custom-common-title,#lmn-campaign-page .Empowered-ksolves .custom-common-title,#lmn-campaign-page .inbox-leads .custom-common-title{
            margin-bottom: 16px !important;
        }

        #lmn-campaign-page .vision-paragraph {
            margin-bottom: 32px;
        }
    }

    @media screen and (max-width:768px) {
        #lmn-campaign-page .why-ks-grid-container {
            grid-template-columns: 1fr;
            grid-template-rows: 256px;
        }

        #lmn-campaign-page .why-ks-grid-item:nth-child(1) {
            grid-column: 1 / 2;
            grid-row: 1 / 2;
            background-image: url(/wp-content/uploads/2025/01/grid-bg-mobile.png);
        }

        #lmn-campaign-page .why-ks-grid-item:nth-child(2) {
            grid-column: 1/2;
            grid-row: 2/3;
        }

        #lmn-campaign-page .why-ks-grid-item:nth-child(3) {
            grid-column: 1/2;
            grid-row: 3/4;
        }

        #lmn-campaign-page .why-ks-grid-item:nth-child(4) {
            grid-column: 1/2;
            grid-row:4/5;
        }

        #lmn-campaign-page .why-ks-grid-item:nth-child(5) {
            grid-column: 1 / 2;
            grid-row: 5/6;
        }

        #lmn-campaign-page .banner-btn-red,#lmn-campaign-page .banner-btn-default {
            width: 100%;
            padding: 0;
        }
        #lmn-campaign-page .Empowered-ksolves .nav-tabs {
            justify-content: space-between !important;
        }

        #lmn-campaign-page .Empowered-ksolves .nav-tabs .nav-link {
            padding: 8px 16px;
        }

        #lmn-campaign-page .Empowered-ksolves .tab-content {
            border-radius: 0 0 16px 16px;
            padding: 16px;
        }

        #lmn-campaign-page .inbox-leads {
            padding-top: 8px;
        }
        #lmn-campaign-page .vision-content-box {
            padding-bottom: 0;
        }
        #lmn-campaign-page .inbox-leads-card {
            padding: 14px 20px;
            border-radius: 6px;
        }

        #lmn-campaign-page .review-title {
            font-size: 16px;
            line-height: 27px;
        }
      
        #lmn-campaign-page .see-more-btn-box {
            margin-top: 24px;
        }
        #lmn-campaign-page .empowered-para {
            font-size: 14px;
            line-height: 21px;
        }
      
        #lmn-campaign-page .banner-listing-two {
            font-size: 13px;
            gap: 8px;
        }
    }

    @media screen and (max-width:575px) {
    
     #lmn-campaign-page  .user-thoughts:last-child {
            margin-bottom: 0 !important;
        }
    
     #lmn-campaign-page .tab-content-container {
            border-radius: 11px;
        }
    
      #lmn-campaign-page  .trusted-by-experts  .custom-common-title {
            margin-bottom: 24px !important;
        }
    
            #lmn-campaign-page .highlighted-text {
            font-weight: 700;
        }
   
       
    #lmn-campaign-page .LMN-efforts {
    margin-bottom:8px;
    font-size:14px;
    }
    
    
       #lmn-campaign-page .see-more-btn-box,#lmn-campaign-page .explore-more-btn {
            
            font-size: 14px;
            line-height: 16px;
            min-height: 36px;
        }
        
        #lmn-campaign-page .banner-listing {
            flex-direction: column;
        }
        
        #lmn-campaign-page .why-ksolves-note > span::before {
            background-image: url(/wp-content/uploads/2025/01/border-bottom-mobile.png);
            bottom: -30px;
            width: calc(100% - 35px);
            left: 50%;
            transform: translateX(-50%);
        }

        #lmn-campaign-page .banner-listing {
            gap: 12px;
        }

        #lmn-campaign-page .banner-left-lmn .banner-title{
            margin-bottom: 8px;
        }

    }

    @media screen and (max-width:475px) {
        #lmn-campaign-page .banner-grid-container {
            grid-template-columns: 153px auto;
            margin-bottom: 66px;
            justify-content: flex-start;
        }
    }

    @media screen and (max-width:395px) {
    #lmn-campaign-page .banner-left-lmn .banner-paragraph {
    font-size:12px;
    }
        #lmn-campaign-page .why-ksolves-note > span::before {
            bottom: -47px;
            width: calc(100% - 82px);
        }

        #lmn-campaign-page .Empowered-ksolves .nav-tabs .nav-link {
            padding:8px 8px 16px 8px;
        }
    }



/*20th-Feb- real-state CSS*/
.estate-page-sec-1{
	background: none !important;
	background-color: #FAECEC !important;
	padding: 64px 0 0 0 !important;
	.banner-title{
		.text-orange{
			color: #FF6500;
		}
	}
	.pad-97-estate{
		padding-bottom: 94px  !important;
	}
	.LMN-efforts{
		font-weight: 600 !important;
		line-height: 1;
		margin-bottom: 8px !important;
	}
	.banner-left-blocks{
		margin-bottom: 32px !important;
		margin-top: 24px !important;
	}
	.banner-left-block{
		padding: 10px 16px !important;
	}
	.mb-5p{
		margin-bottom: 5px;
	}
	.banner-listing-two{
		margin-top: 3px;
	}
	.banner-right-img-box{
		justify-content: end;
    		flex-direction: column;
	}
}
.text-orange{
	color: #FF6500;
}
.Empowered-ksolves.lmn-estate-div-2{
	background-color: #F5F5F5;
}
.Empowered-ksolves.lmn-estate-div-2 .tab-content{
	border: none !important;
}
.estate-sec-2{
	margin-bottom: 0px !important;
	background-color: #2B2B2B !important;
	padding: 0px !important;
	
}
.estate-sec-2 .vision-content-box{
		padding-bottom: 110px !important;
	}
.mt-extra-64{
	margin-top: 64px;
}
@media screen and (min-width: 1400px) {
     .estate-page-sec-1 .banner-grid-container {
        grid-template-columns: 189px 190px 225px !important;
    }
	.estate-page-sec-1 .LMN-efforts{
		letter-spacing: 0.5px !important;
	}
	.estate-page-sec-1 .banner-right-img-box{
		padding-left: 64px;
	}
}
@media screen and (min-width: 991.98px){
	.estate-page-sec-1 .custom-col-8{
		width: 62.5% !important;
		padding-right: 0px !important;
	}
	.estate-page-sec-1 .custom-col-4{
		width: 37.5% !important;
		padding-left: 0px !important;
	}
	.estate-sec-2 .col-lg-9 .row.w-100{
		margin: 0 -16px;
	}
	.estate-sec-2 .col-lg-9 .row.w-100 .col-xl-4{
		padding: 0 16px;
	}
	
}
@media screen and (max-width : 991.98px){
	.estate-page-sec-1 .pad-97-estate{
		padding-bottom: 60px !important;
	}
	
		.estate-sec-2 .vision-content-box{
			padding-bottom: 40px !important;
		}
	#lmn-campaign-page .estate-7.text-alignn-center .custom-common-title{
		text-align: center !important;
	}
}
@media screen and (max-width : 767.98px){
	.estate-page-sec-1 .pad-97-estate{
		padding-bottom: 32px !important;
	}
	.mt-extra-64{
		margin-top: 44px;
	}
	#lmn-campaign-page .estate-7.text-alignn-center .custom-common-title{
		text-align: center !important;
	}
}
@media screen and (max-width: 575.98px){
	#lmn-campaign-page .estate-7.text-alignn-center .custom-common-title{
		text-align: center !important;
	}

	.mt-extra-64{
		margin-top: 0px;
	}
	.estate-page-sec-1{
		padding: 42px 0 0 0 !important;
	}
	.estate-page-sec-1 .pad-97-estate{
		gap: 2px !important;
	}
	.banner-listing-two{
		width: 100%;
		justify-content: center;
		flex-wrap: wrap;
	}
	.estate-page-sec-1 .banner-grid-container{
		grid-template-columns: 40% 58% !important;
    		grid-template-rows: auto auto;
	}
	.estate-page-sec-1 .banner-grid-container .banner-left-block:last-child{
			grid-column: span 2;
    			width: 70%;
	}
	.estate-page-sec-1 .LMN-efforts {
    		font-size: 18px !important;
		margin-bottom: 6px !important;
    	}
	.estate-page-sec-1 .banner-listing-two{
		margin-top: 17px;
		font-size: 14px !important;
	}
	.estate-sec-2 .vision-content-box{
		padding: 32px 0 !important;
	}
	    #lmn-campaign-page .estate-sec-2 .custom-common-title{
		font-weight: 600 !important;
		font-size: 24px !important;
		line-height: 36px !important;
		padding: 0 30px;
		margin-bottom: 24px !important;
	}
	.Empowered-ksolves.estate-3,  .build-connections.estate-4, .trusted-by-experts.estate-5, .build-connections.estate-7{
		padding: 32px 0 !important;
	}
	.estate-3 .custom-common-title, .estate-4 .custom-common-title, .estate-5 .custom-common-title, .estate-6 .custom-common-title, .estate-7 .custom-common-title, .estate-del .custom-common-title{
		font-weight: 600 !important;
		font-size: 24px !important;
		line-height: 36px !important;
	}
	.estate-5 .custom-common-title, .custom-common-para, .estate-7 .custom-common-title, #lmn-campaign-page .estate-7 .custom-common-title {
		text-align: left !important;
	}
	#lmn-campaign-page .estate-5 .review-title{
		font-size: 24px !important;
		line-height: 33px !important;
	}
	.estate-5 .customer-thoughts{
		font-size: 24px !important;
	}
	.ks-data-pipelines-section .section-body {
    		padding: 24px 16px !important;
  	}
	#lmn-campaign-page .estate-7 .custom-common-title, #lmn-campaign-page .estate-del .custom-common-title{
		margin-bottom: 24px !important;
	}
	.estate-del{
		padding: 32px 0 !important;
	}
	#lmn-campaign-page .estate-4 .custom-common-title{
		margin-bottom: 24px !important;
	}
	.Empowered-ksolves.lmn-estate-div-2.estate-7{
		padding: 32px 0 !important;
	}
	#lmn-campaign-page .Empowered-ksolves.estate-7 .tab-content{
		padding: 0 16px !important;
	}
}
	
@media screen and (max-width: 395px) {
    .estate-page-sec-1 .banner-left-lmn .banner-paragraph {
        font-size: 14px !important;
    }
}

.lmn-ks-estate-box .color-FF7A01 {
  color: #ff7a01;
}

.ks-data-pipelines-section {
  background-color: #ffffff;
  padding: 110px 0px;
}

.lmn-ks-estate-box .section-heading {
  margin-bottom: 48px;
  font-size: 32px;
  line-height: 36px;
  color: #18181b;
}

.estate-6 .section-body {
  box-shadow: 0px 2px 2px 0px #00000026;
  border: 1px solid #e6e7ed;
  border-radius: 16px;
  background-color: #ffffff;
  padding: 48px;
  max-width: 1014px;
  margin: auto;
  @media screen and (min-width: 991.98px){
	min-height: 531px;
  }
  @media screen and (min-width: 1199.98px){
	min-height: 551px;
  }
}

.estate-6 .section-body .accordion-item {
  gap: 48px;
  border: none;
}

.estate-6 .section-body .accordion-header {
  margin-top: 4px;
}

.estate-6 .section-body .accordion-button {
  border-bottom: 1px solid #e6e7ed;
  border-left: 4px solid transparent;
  padding: 8px 16px;
  color: #34353b !important;
  background-color: #ffffff !important;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0;
  outline: none;
  box-shadow: none;
	transition: none;
}
 .estate-6 .section-body .accordion-button:focus{
	box-shadow: none;
		outline: none;
	border-bottom: 1px solid #e6e7ed;
  	border-left: 4px solid transparent;

}
.estate-6 .section-body .accordion-collapse {
  transition: none;
}

.estate-6 .section-body .accordion-body {
  border: 1px solid #e6e7ed;
  border-radius: 16px;
  padding: 32px;
}

.estate-6 .accordion-title {
  color: #1C202A;
  font-size: 18px;
	font-weight: 600;
  line-height: 32px;
  margin-bottom: 16px;
}

.estate-6 .accordion-content {
  color: #454753;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 32px;
}

.estate-6 .accordion-img img {
  border-radius: 8px;
}

@media (min-width: 992px) {
  .section-body .accordion-button::after {
    display: none;
  }
  .section-body .accordion-collapse {
    width: 401px;
  }
  .section-body .accordion-header {
    max-width: 360px;
	width: 100%;
  }
  .section-body .accordion-body {
    position: absolute;
    top: 0;
  }
  .section-body .accordion-button[aria-expanded="true"] {
    	border-left: 4px solid #ff9633;
    	background-color: #FFE3D1 !important;
	border-bottom: 1px solid transparent;
    	border-radius: 4px !important;
    	color: #1C202A !important;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	transition: none;
	letter-spacing: 0;
  }
	.section-body .accordion-button[aria-expanded="true"]:focus{
		border-left: 4px solid #ff9633;
		border-bottom: 1px solid transparent;
	}
	.section-body .accordion-button:not(.collapsed){
		box-shadow: none;
	}
.estate-del{
	padding-bottom: 110px !important;
}
}

@media (min-width: 1050px) {
  .section-body .accordion-collapse {
    width: 471px;
  }
  .section-body .accordion-header {
    max-width: 400px;
  }
}

@media (max-width: 991.98px) {
	
  .ks-data-pipelines-section {
    padding: 32px 0px;
  }
.ks-data-pipelines-section .accordion-button[aria-expanded="true"]{
		background-color: #FFE3D1 !important;
	}
	.ks-data-pipelines-section .accordion-button::after{
		background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 9.35889L12 15.3589L18 9.35889' stroke='%23CBCBCB' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") !important;
	background-repeat: no-repeat;
	}
	.ks-data-pipelines-section .accordion-button:not(.collapsed)::after{
		transform: rotate(0deg);
		background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 15.3589L12 9.35889L6 15.3589' stroke='%233A3D47' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") !important;
	}
  .ks-data-pipelines-section .section-heading {
    margin-bottom: 24px;
    font-size: 24px;
  }
  .ks-data-pipelines-section .section-body {
    padding: 16px;
  }
  .ks-data-pipelines-section .accordion-content {
    margin-bottom: 16px;
  }
  .ks-data-pipelines-section  .section-body .accordion-button {
    padding: 8px;
    border-radius: 4px;
	box-shadow: none !important;
    border: none;
    background-color: #fff;
	min-height: 42px;
	font-size: 14px !important;
	color: #34353B !important;
	line-height: 26px !important;
  }
  .ks-data-pipelines-section  .section-body .accordion-button[aria-expanded="true"] {
    font-size: 14px;
    font-weight: 500 !important;
    border: none !important;
    background: #fff;
	color: #1C202A !important;
    border-radius: 4px !important;
  }
	.accordion-collapse .accordion-body{
		margin-top: 16px;
	}

  .ks-data-pipelines-section  .section-body .accordion-body {
    padding: 16px;
    margin-bottom: 16px;
  }
  .ks-data-pipelines-section  .accordion-img img {
    height: auto;
  }
  .ks-data-pipelines-section  .accordion-title {
    line-height: normal;
font-weight: 500 !important;
font-size: 16px !important;
line-height: 26px !important;
  }
	.ks-data-pipelines-section  .accordion-content{
font-weight: 500;
font-size: 14px;
line-height: 20px;

	}
}
.custom-lmn-modal .wpcf7-response-output {
    display: none;
}

.custom-lmn-modal .input span input[type="tel"],
.custom-lmn-modal .input span input[type="text"],
.custom-lmn-modal .input span input[type="email"] {
    width: 100%;
    border: 1px solid #B7B7B7;
    line-height: 18px;
    height: 40px;
    font-size: 1rem; 
    padding: 8px 16px;
    border-radius: 8px;
}

.custom-lmn-modal .input span input[type="tel"]:focus,
.custom-lmn-modal .input span input[type="text"]:focus,
.custom-lmn-modal .input span input[type="email"]:focus {
    outline: none;
    box-shadow: none;
}

.custom-lmn-modal .input span input[type="tel"]::placeholder,
.custom-lmn-modal .input span input[type="email"]::placeholder,
.custom-lmn-modal .input span input[type="text"]::placeholder {
    color: #D0D0D2;
    font-weight: 400;
    font-size: 1rem;
}

.custom-lmn-modal .intent-title {
    color: #1C202A;
    line-height: 1;
}

.custom-lmn-modal .intent-sub-title {
    color: #3A3D47;
    line-height: 1;
}

.custom-lmn-modal .exit-text-warning {
    line-height: 1;
}

.custom-lmn-modal input.error {
    color: #28292E;
}

.custom-lmn-modal span.wpcf7-not-valid-tip {
    font-size: 13px;
}

.page-template-template_realestate_campaign form.sent .wpcf7-response-output {
	display: none !important;
}

/* Blog count CSS Start */
i.pvc-stats-icon.medium svg {
    display: none;
}
i.pvc-stats-icon.medium {
    background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxNiAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzEwXzEwKSI+CjxwYXRoIGQ9Ik0wLjY2Njc0OCA4LjYzOTkxQzAuNjY2NzQ4IDguNjM5OTEgMy4zMzM0MSAzLjMwNjU4IDguMDAwMDggMy4zMDY1OEMxMi42NjY3IDMuMzA2NTggMTUuMzMzNCA4LjYzOTkxIDE1LjMzMzQgOC42Mzk5MUMxNS4zMzM0IDguNjM5OTEgMTIuNjY2NyAxMy45NzMyIDguMDAwMDggMTMuOTczMkMzLjMzMzQxIDEzLjk3MzIgMC42NjY3NDggOC42Mzk5MSAwLjY2Njc0OCA4LjYzOTkxWiIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNOCAxMC42Mzk5QzkuMTA0NTcgMTAuNjM5OSAxMCA5Ljc0NDQ2IDEwIDguNjM5ODlDMTAgNy41MzUzMiA5LjEwNDU3IDYuNjM5ODkgOCA2LjYzOTg5QzYuODk1NDMgNi42Mzk4OSA2IDcuNTM1MzIgNiA4LjYzOTg5QzYgOS43NDQ0NiA2Ljg5NTQzIDEwLjYzOTkgOCAxMC42Mzk5WiIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzEwXzEwIj4KPHJlY3Qgd2lkdGg9IjE2IiBoZWlnaHQ9IjE2IiBmaWxsPSJ3aGl0ZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAwLjYzOTg5MykiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K');
    width: 31px;
    height: 22px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 49% 50%;
    background-size: 54%;
    vertical-align: bottom;
}

.blog-user-details {
	height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    padding: 64px 0 0;
    max-width: 1008px;
    width: 100%;
    margin: 0 auto;
}
.blog-user-count {
    position: relative;
    width: 100%;
    padding: 20px 0 28px;
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	&:before {
		content: ""; 
		position: absolute;
		top: 0; 
		left: 0;
		width: 100%;
		border-top: 1px solid #FFFFFF66;
	}
}

.pvc_stats {
    float: left;
    padding: 0px !important;
	margin-bottom: 0;
}

.pvc_stats img{
	height:16px;
	width:16px;
}
.entry-content .pvc_stats{
	display:none;
}
.pvc_load_by_ajax_update{
	/* display: flex;
    align-items: end;
    justify-content: end; */
    position: relative;	
}
.pvc_load_by_ajax_update img {
	height: 16px;
    width: 16px;
    left: 30px;
    top: 7px;
}
.lmn-author-info {
    border-radius: 16px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #F2F9F8;
    display: flex;
    max-width: 659px;
	width: 100%;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
	margin: 58px 0 80px;
}
.lmn-auth-title {
    color: #0C5362;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.56px;
    text-transform: uppercase;
	margin-bottom: 8px;
}
.author-text-lmn {
    color: #212529;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
}
.ks-author-bio{
	color: #212529;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}
p.lmn-author-des {
    color: #212529;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
}
.ks-author-bio {
    color: #212529;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;
}
.overlay-bgcolor{
	background-color: rgb(11, 92, 171, 0.95);
    z-index: 99;
    position: relative;
	
}
.entry-content.blog-condata{
	margin-top: 24px !important;
}
@media screen and (max-width:1280px) {
	
}
@media screen and (max-width:1070px) {
.blog-user-details {
    padding: 64px 0 0;
}
.lmn-author-info{
	width: 100%;
	max-width: 100%;
}
.showcase .overlay {
	width: 100%;
	height: auto;
	min-height: auto !important;
}
.single-post-img .post-thumbnail img {
	min-height: auto !important;
	height: 100%;
}
.showcase {
	width: 100%;
	height: auto;
	position: relative;
	text-align: center;
	min-height: auto !important;
}
.blog-user-count {
    padding: 20px 28px;
}
}

@media screen and (max-width:992px) {
.blog-user-details {
    padding: 32px 0 0;
}


}

@media screen and (max-width: 767.98px){
	.single-post-div {
		position: relative;
		max-width: 100% !important;
		width: 100%;
		margin: 0 auto;
		padding: 0 0;
	}
	
.blog-user-details {
	padding: 32px 16px 18px;
	justify-content: center;
}
.blog-user-count {
	font-size: 13px;
	justify-content: center;
	margin: 0 auto;
	text-align: center;
	flex-wrap: wrap;
	gap: 8px;
	padding: 16px 0 0px;
}
.single-post-title {
    padding-bottom: 16px;
}
.lmn-author-info {
	border-radius: 8px;
    gap: 16px;
    margin: 32px 0 32px;
	padding: 24px 16px;
}
}


/* new css 07-march-2025 */

.realstate-common-heading {
  color: #ffffff;
  font-family: Inter;
  font-weight: 600;
  font-size: 40px;
  line-height: 52px;
  text-align: center;
  margin-bottom: 24px;
  text-align: center;
}

.realstate-common-para {
  color: #f7f8f9;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  margin-bottom: 48px;
  text-align: center;
}

/* hero-banner */
.realstate-hero-banner {
  padding: 40px 0;
  background-color: #eaf9ff;
}
.realstate-hero-banner .hero-grid-container {
  display: grid;
  grid-template-columns: 1.88fr 1.19fr;
  grid-template-rows: auto;
  gap: 43px;
  justify-content: center;
}
.realstate-hero-banner .hero-grid-item:nth-child(1) {
  padding-top: 75px;
padding-bottom: 94px;
}
.realstate-hero-banner .content-box {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 48px;
}
.realstate-hero-banner .content-box .banner-title {
  font-weight: 600;
  font-size: 52px;
  color: #1c1c1c;
}
.realstate-hero-banner .content-box .banner-text {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #3a4249;
}

.realstate-hero-banner .banner-grid-container {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(4, auto);
  justify-content: start;
}

.realstate-hero-banner .banner-left-blocks .banner-left-block {
  background-color: #dcf6fe;
  border-radius: 8px;
  border: 1px solid #0c53623d;
  /* width: 100%; */
}
.realstate-hero-banner .banner-heading {
  font-size: 32px;
  font-weight: 700;
  line-height: 38.4px;
  color: #1c202a;
}
.realstate-hero-banner .banner-paragraph {
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
  color: #3a3d47;
  margin-top: 8px;
  margin-bottom: 0;
}
.realstate-hero-banner .banner-heading.rating {
  color: #0c5362;
}

/* success-stories */
.ksolves-expertise {
  background-color: #0c5362;
  padding: 64px 0;
}

.glance-grid-container {
  display: grid;
  grid-template-columns: 2.52fr 2.52fr 2.22fr 0.21fr 2.52fr;
  grid-template-rows: 265px 102px 159px;
  gap: 16px;
  justify-content: center;
}

.glance-grid-item {
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
  gap: 32px;
  padding: 0 41px;
}

.grid-headline {
  color: #0f2947;
  font-weight: 600;
  font-size: 48px;
  line-height: 100%;
}

.grid-text {
  color: #3a4249;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
}

.glance-grid-item:nth-child(1) {
  grid-column: 1/3;
  grid-row: 1/2;
  background-color: #e4eff4;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 32px;
}
.glance-grid-item:nth-child(2) {
  grid-column: 3/5;
  grid-row: 1/2;
  background-color: #f6f8fd;
}
.glance-grid-item:nth-child(3) {
  grid-column: 5/6;
  grid-row: 1/2;
  background-color: #e4eff4;
}
.glance-grid-item:nth-child(4) {
  grid-column: 1/2;
  grid-row: 2/4;
  background-color: #ffffff;
}
.glance-grid-item:nth-child(5) {
  grid-column: 2/3;
  grid-row: 2/4;
  background-color: #e4eff4;
}
.glance-grid-item:nth-child(6) {
  grid-column: 3/6;
  grid-row: 2/3;
  background-color: #ffffff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.glance-grid-item:nth-child(7) {
  grid-column: 3/4;
  grid-row: 3/4;
  background-color: #e4eff4;
  padding: 24px;
}
.glance-grid-item:nth-child(8) {
  grid-column: 4/6;
  grid-row: 3/4;
  background-color: #f6f8fd;
  padding: 25px 24px;
  justify-content: start;
}
.glance-grid-item:nth-child(8) .grid-headline {
  font-size: 40px;
}
.glance-grid-item:nth-child(1) div {
  gap: 32px;
}
.glance-grid-item:nth-child(1) p.grid-text.seperator {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #3a4249;
}

/* sms-marketing */
.sms-marketing {
  padding: 64px 0;
  background-color: #f2f9f8;
}
.sms-marketing .realstate-common-heading {
  color: #1c1c1c;
}
.sms-marketing .realstate-common-para {
  color: #3a4249;
}

.row-gap-16 {
  row-gap: 16px;
}

.marketing-container {
  border: 1px solid #0c536266;
  padding: 40px 22px;
  border-radius: 24px;
  min-height: 255px;
  background-color: #ffffff;
  height: 100%;
  transition: 0.3s all ease;
}
.marketing-container:hover {
  background-color: #0c5362;
}
.marketing-percentage {
  font-weight: 600;
  font-size: 40px;
  color: #0f2947;
}
.marketing-container:hover .marketing-percentage,
.marketing-container:hover .marketing-head-title,
.marketing-container:hover .marketing-para {
  color: #fff;
}
.marketing-head-title {
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  color: #0f2947;
}
.marketing-para {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #3a4249;
}

/* efficiency-container */
.efficiency-with-lmn {
  padding: 64px 0;
}
.efficiency-container {
  background-color: #fff;
  border-radius: 16px;
  padding: 32px;
  display: flex;
  gap: 24px;
  flex-direction: column;
  position: relative;
}
.efficiency-container .number {
  position: absolute;
  color: #28cab31a;
  font-weight: 700;
  font-size: 216px;
  line-height: 100%;
  right: 14px;
  width: 106px;
  top: 50%;
  transform: translateY(-50%);
}
.efficiency-container .number.two {
  width: 137px;
  top: 55%;
}
.efficiency-container .number.three {
  width: 137px;
  top: 55%;
}
.efficiency-container .number.four {
  width: 147px;
  top: 59%;
}
.efficiency-container .number.five {
  width: 140px;
  top: 57%;
}
.efficiency-container .number.six {
  width: 143px;
  top: 62%;
  right: 8px;
}
.efficiency-container .number.seven {
  width: 129px;
  top: 56%;
  right: 19px;
}
.efficiency-container .number.eight {
  width: 143px;
  top: 61%;
  right: 6px;
}
.efficiency-container .number.nine {
  width: 143px;
  top: 61%;
  right: 7px;
}
.efficiency-with-lmn .realstate-common-heading {
  color: #1c1c1c;
}
.efficiency-with-lmn .realstate-common-para {
  color: #3a4249;
}

.efficiency-title {
  color: #0f2947;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
}

.efficiency-para {
  color: #3a4249;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
/* seamless-migration */
.seamless-migration-lmn {
  padding: 64px 0;
}
.seamless-content-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #b4dbff;
  border-radius: 32px;
  background-color: #eaf9ff;
  padding: 67px 0;
  background-image: url("/wp-content/uploads/2025/03/blue-grad-lmn.webp");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
}
.seamless-content-box .realstate-common-heading {
  color: #1c1c1c;
}
.seamless-content-box .realstate-common-para {
  color: #3a4249;
}
/* seal-the-deal */
.seal-the-deal {
  padding: 64px 0;
}
.seal-the-deal .realstate-common-heading {
  margin-bottom: 48px;
  color: #1c1c1c;
}
.seal-the-deal-grid-container {
  display: grid;
  grid-template-columns: 1.21fr 1fr;
  gap: 81px;
  grid-template-rows: auto;
  justify-content: center;
}
.seal-items:nth-child(1) {
  padding: 40px 0;
  grid-column: 1/2;
}
.seal-items:nth-child(2) {
  grid-column: 2/3;
}
.seal-para {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #3a4249;
  margin-bottom: 24px;
}
.seal-para:last-child {
  margin-bottom: 0;
}
/* media queries */

@media screen and (min-width: 1440px) {
  .glance-grid-container {
    grid-template-columns: 237px 237px 209px 20px 237px;
  }
  .glance-grid-item:nth-child(1) {
    gap: 40px;
    justify-content: flex-start;
  }
  .seal-the-deal-grid-container {
    grid-template-columns: 492px 452px;
  }
  .seal-items:nth-child(2) img {
    height: 415px;
  }
}
@media screen and (max-width: 1400px) {
  .realstate-hero-banner .banner-grid-container {
    grid-template-columns: repeat(3, auto);
  }
}
@media screen and (min-width: 1200px){
	.banner-grid-container.banner-left-blocks{
		padding-left: 19px;
	} 
}
@media screen and (max-width: 1200px) {
  .realstate-hero-banner {
    padding: 32px 0;
    background-color: #eaf9ff;
  }
  .realstate-hero-banner .hero-grid-container {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .realstate-hero-banner .content-box {
    gap: 16px;
    margin-bottom: 24px;
    align-items: center;
  }
  .realstate-hero-banner .content-box .banner-title {
    text-align: center;
  }
  .realstate-hero-banner .banner-grid-container {
    grid-template-columns: repeat(4, auto);
    justify-content: center;
  }
  .realstate-hero-banner .hero-grid-item:nth-child(2) {
    text-align: center;
  }
  .realstate-hero-banner .hero-grid-item:nth-child(1) {
    padding-top: 0;
padding-bottom: 0;
  }
  .seal-items:nth-child(2) {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 992px) {
	.ks-power-of-real-state .accordion-img{
	display: flex;
	align-items: center;
	justify-content: center;
}
  .glance-grid-container {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }

  .glance-grid-item:nth-child(1) div:nth-child(2) {
    width: 100%;
    justify-content: center;
  }

  .glance-grid-item {
    grid-row: span 1 !important;
    grid-column: span 1 !important;
    padding: 24px;
    gap: 24px;
  }
  .seamless-content-box {
    padding: 32px 16px;
  }
  .grid-headline {
    font-size: 36px;
  }
  .glance-grid-item:nth-child(1) {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
  .glance-grid-item:nth-child(6) {
    flex-direction: column;
    align-items: flex-start;
  }
  .realstate-hero-banner .banner-grid-container {
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
  }
  .seal-the-deal-grid-container {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .seal-items {
    grid-column: span 1 !important;
    padding: 0 !important;
  }
}
@media screen and (max-width: 765px) {
  .glance-grid-item {
    padding: 16px;
    gap: 16px !important;
  }
  .glance-grid-item:nth-child(8) {
    padding: 16px;
  }
  .grid-headline {
    font-size: 24px !important;
    line-height: 27px;
  }
  .grid-text {
    font-size: 18px;
    line-height: 27px;
  }
  .ksolves-expertise,
  .sms-marketing,
  .efficiency-with-lmn,
  .seal-the-deal,
  .seamless-migration-lmn {
    padding: 32px 0;
  }
  .realstate-hero-banner .content-box {
    gap: 8px;
  }
  .realstate-hero-banner .content-box .banner-title {
    font-weight: 600;
    font-size: 32px;
    line-height: 37.95px;
    text-align: left;
  }
  .realstate-hero-banner .content-box .banner-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
  }
  .seal-para {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 575px) {
	.realstate-hero-banner .new-banner .banner-buttns{
		width: 100%;
	}
	.realstate-hero-banner .new-banner .banner-buttns a, .realstate-hero-banner .new-banner .banner-buttns button{
		width: 100%;
	}
	.realstate-hero-banner .hero-grid-item:nth-child(1) {
        	padding: 0 4px;
    	}
	.realstate-hero-banner .content-box{
		border: none;
		padding: 0px;
	}

	.seal-the-deal .container, .sms-marketing .container, .dds-sec-4 .container, .efficiency-with-lmn .container, .seamless-migration-lmn .container, .ksolves-expertise .container, .iwc-sec .container, .service-faq-sec .container {
		padding: 0 16px;
	}
	.ks-conversation-section.slider-circle-dots .container {
		padding: 0px;
	}
  .glance-grid-container {
    grid-template-columns: 1fr;
    grid-template-rows: auto repeat(7, 86px);
  }
  .realstate-common-heading,
  .seal-the-deal .realstate-common-heading {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 16px;
  }
  .realstate-common-para {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 24px;
  }
  .glance-grid-item:nth-child(1) {
    gap: 16px !important;
  }
  .glance-grid-item,
  .glance-grid-item:nth-child(6) {
    flex-direction: row;
    gap: 32px !important;
    justify-content: flex-start;
    align-items: center;
  }
  .efficiency-container {
    margin-bottom: 16px;
  }
  .efficiency-container .number {
    font-size: 172px;
  }
  .efficiency-container .number.two {
    width: 109px;
    right: 25px;
    top: 50%;
  }
  .efficiency-container .number.three {
    width: 137px;
    top: 49%;
  }
  .efficiency-container .number.four {
    width: 117px;
    top: 51%;
    right: 28px;
  }
  .efficiency-container .number.five {
    width: 111px;
    top: 51%;
    right: 25px;
  }
  .efficiency-container .number.six {
    width: 114px;
    top: 55%;
    right: 29px;
  }
  .efficiency-container .number.seven {
    width: 103px;
    top: 57%;
    right: 31px;
  }
  .efficiency-container .number.eight {
    width: 114px;
    top: 57%;
    right: 44px;
  }
  .efficiency-container .number.nine {
    width: 114px;
    top: 57%;
    right: 44px;
  }
}

@media screen and (max-width: 475px) {
  .realstate-hero-banner .banner-grid-container {
    grid-template-columns: 1fr 1.2fr;
    justify-content: flex-start;
  }
  .realstate-hero-banner .banner-paragraph {
    font-weight: 500;
    font-size: 12px;
    line-height: 19px;
  }
}
/*
@media screen and (max-width: 375px) {
  .realstate-hero-banner .banner-grid-container {
    grid-template-columns: 0.7fr 1fr;
  }
}*/




@media screen and (max-width: 575.98px) {
  .mob-padding-52{
    padding: 0 40px;
  }
}

.ks-power-of-real-state {
  background-color: #eef7f9;
  padding: 64px 0;
}

.section-heading,
.section-footer-head {
  font-size: 40px;
  color: #1c1c1c;
}

.section-heading {
  line-height: 52px;
  margin-bottom: 48px;
}

.section-footer-head {
  line-height: 44px;
  margin-bottom: 24px;
}

.section-footer-para {
  color: #3a4249;
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 40px;
}

.ks-btn-primary {
  background-color: #0c5362;
  color: #ffffff;
  border-radius: 4px;
  padding: 14.7px 32px;
  font-size: 18px;
}

.ks-btn-primary:hover {
  background-color: #0b363c;
  color: #ffffff;
}

.section-body {
  max-width: 940px;
  margin: auto;
  margin-bottom: 48px;
}

.section-body .accordion-item {
  gap: 40px;
  border: none;
}

.accordion .accordion-item .accordion-header {
  margin-top: 8px;
}

.accordion .accordion-item:first-child .accordion-header {
  margin-top: 0px;
}

.section-body .accordion-button {
  border-bottom: 1px solid #0c536266;
  padding: 11.3px 16px;
  color: #0c5362;
  font-size: 18px;
  font-weight: 600;
  border-radius: 4px;
  outline: none;
  box-shadow: none;
}

.section-body .accordion-button:hover {
  color: #ffffff;
  background: #0c5362;
}

.section-body .accordion-collapse {
  transition: none;
}

.section-body .accordion-body {
  background-color: #ffffff;
  border: 1px solid #0c536233;
  border-radius: 16px;
  padding: 32px 48px;
  gap: 32px;
}

.accordion-title {
  color: #3a4249;
  font-size: 16px;
  margin-bottom: 16px;
}

.accordion-content {
  color: #3a4249;
  font-size: 16px;
}

.accordion-img img {
  border-radius: 8px;
  min-width: 248px;
}

@media (min-width: 992px) {
  .ks-power-of-real-state .section-body .accordion-button::after {
    display: none;
  }
  .ks-power-of-real-state .section-body .accordion-collapse {
    width: 612px;
  }
  .ks-power-of-real-state .section-body .accordion-header {
    width: 287px;
  }
  .ks-power-of-real-state .section-body .accordion-body {
    position: absolute;
    top: 0;
    min-height: 310px;
  }
  .ks-power-of-real-state .section-body .accordion-button[aria-expanded="true"] {
    color: #ffffff !important;
    background-color: #0c5362 !important;
  }
	.ks-power-of-real-state .section-body .accordion-button{
		border-left: 0px solid #ff9633 !important;
	}
.ks-power-of-real-state .section-body .accordion-button {
    border-bottom: 1px solid #0c536266 !important;
    padding: 11.3px 16px !important;
    color: #0c5362 !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    border-radius: 4px !important;
    outline: none !important;
    box-shadow: none !important;
	background-color: #fff !important;
}
}

@media (min-width: 1050px) {
  .accordion-title {
    line-height: 13px;
  }
}

@media (max-width: 991px) {
.ks-power-of-real-state .section-body .accordion-button {
    border-bottom: none !important;
    padding: 11.3px 16px !important;
    color: #0c5362 !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    border-radius: 4px !important;
    outline: none !important;
    box-shadow: none !important;
background-color: #fff !important;

}
  .ks-power-of-real-state {
    padding: 32px 16px;
  }
  .ks-power-of-real-state .section-heading,
  .ks-power-of-real-state .section-footer-head {
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 36px;
  }
  .ks-power-of-real-state .section-footer-head {
    margin-bottom: 16px;
  }
  .ks-power-of-real-state .section-footer-para {
    font-size: 16px;
    font-weight: 500 !important;
    margin-bottom: 24px;
  }
  .ks-btn-primary {
    padding: 15px 32px;
  }
  .ks-power-of-real-state .section-body {
    margin-bottom: 24px;
    background-color: #fff;
    border-radius: 24px;
    padding: 32px 21px;
  }
  .accordion-content {
    margin-bottom: 24px;
  }
  .ks-power-of-real-state .section-body .accordion-button {
    border: none;
  }
  .ks-power-of-real-state .section-body .accordion-button::after {
    display: none;
  }
.ks-power-of-real-state .section-body .accordion-button{
border-left: 0px solid #ff9633 !important;
}
  .ks-power-of-real-state .section-body .accordion-button[aria-expanded="true"] {
    margin-bottom: 24px;
    color: #ffffff !important;
    background-color: #0c5362 !important;
	border-left: 4px solid #ff9633;
  }
  .ks-power-of-real-state .section-body .accordion-body {
    padding: 16px;
    margin-bottom: 16px;
    background-color: #eef7f9;
    border-radius: 24px;
  }
  .ks-power-of-real-state .section-body .accordion-item:last-child .accordion-body {
    margin-bottom: 0px;
  }
  .accordion-img img {
    height: 250px;
    width: auto;
  }
  .accordion-title {
    line-height: normal;
  }
  .accordion-img {
    margin-top: 16px;
  }
}

@media (max-width: 568px) {
  .ks-btn-primary {
    width: 100%;
  }
  .accordion-img img {
    min-width: auto;
  }
}


.ks-conversation-section {
  padding: 64px 59px;
}

.ks-section-header {
  margin-bottom: 48px;
}

.section-title {
  font-size: 40px;
  color: #1c1c1c;
  line-height: 52px;
  margin-bottom: 24px;
}

.section-para {
  font-size: 18px;
  line-height: 27px;
  color: #3a4249;
}

.ks-card-text {
  color: #0f2947;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 24px;
  min-height: 150px;
  height: 100%;
}

.ks-card-btn {
  background-color: #0c5362;
  border-radius: 4px;
  color: #ffffff;
  font-size: 18px;
  padding: 9px 32px;
}

.ks-card-btn:hover {
  background-color: #0b363c;
  color: #ffffff !important;
}

.ks-slide-card-parent {
  padding: 32px 24px;
}

.ks-slide-card-parent::before {
  content: "";
  background-image: url('/wp-content/uploads/2025/03/card-bg.webp');
  border-radius: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.ks-custom-owl-slider .owl-dots {
  margin-top: 48px !important;
  align-items: center;
  display: flex;
  justify-content: center;
}

.owl-theme .owl-dots .owl-dot span {
  background: #d9d9d9;
  width: 14px;
  height: 14px;
  margin: 0px 5px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #0c5362;
  width: 18px;
  height: 18px;
}
.service-faq-sec.lmn-faq {
    padding: 64px 0;
}
.service-faq-sec .lmn-faq-main .card {
	border-bottom: 0 !important;
    background-color: #F8F9FA;
    margin-bottom: 16px;
    border-radius: 16px;
    padding: 0px 24px;
}
.lmn-faq-title {
    color: var(--Heading, #1C202A);
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    line-height: 52px;
    letter-spacing: -0.4px;
	margin-bottom: 64px;
}
.lmn-faq-main .card .card-header.btn-accordian {
    border-radius: 16px;
    background-color: #F8F9FA !important;
	color: var(--Heading, #1C202A);
	font-size: 18px;
	font-weight: 500;
	line-height: 28px;
	letter-spacing: 0.36px;
}

.lmn-faq-main .card .card-body {
	border-radius: 0 16px 0 16px;
	color: var(--Subheading, #3A3D47);
	font-size: 16px;
	font-weight: 400;
	line-height: 26px; 
	letter-spacing: 0.32px;
}
.service-faq-sec.lmn-faq-main .card-header .btn-accordian::after, .service-faq-sec details .btn-accordian::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 30px;
    width: 12px;
    height: 12px;
    transition: 0.3s ease-in-out;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.75 1.57129L9.00269 3.33426C7.60925 4.74019 6.91253 5.44316 6.06333 5.5514C5.85527 5.57792 5.64473 5.57792 5.43667 5.5514C4.58748 5.44316 3.89075 4.74019 2.49731 3.33426L0.75 1.57129' stroke='%232D264B' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E") !important;
}
.service-faq-sec .lmn-faq-main details .btn-accordian:after {
    transform: rotate(0deg);
}
.service-faq-sec .lmn-faq-main details[open] .btn-accordian::after {
    transform: rotate(180deg);
}


.dds-sec-4{
  padding: 64px 0;
}
.dds-sec-4 .realstate-common-heading{
  color: #212121;
}
.dds-sec-4 .realstate-common-para{
  color: #3F3F3F;
}
.dds-sec-4 .dds-card a{
  color: #3F3F3F;
  text-decoration: none;
  height: 100%;
  display: block;
}
.dds-sec-4 .dds-card .dds-card-img{
  margin-bottom: 30px;
}
.dds-sec-4 .dds-card .bottom-content{
  padding-bottom: 24px;
  position: relative;
  display: flex;
  flex-direction: column;
}
.dds-sec-4 .dds-card .bottom-content p{
  color: #3F3F3F;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0;
  vertical-align: middle;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	min-height: 50px;
	word-break: break-word;
}
.dds-sec-4 .dds-card .bottom-content button{
  font-weight: 500;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #414040;
  height: 24px;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (min-width: 1200px) {
.industries-slider{
	  .owl-nav {
		margin-top: 10px;
		position: absolute;
		top: -97px;
		right: 0px;
		gap: 14px;
		display: flex !important;
		margin-top: 0 !important;
  
		button {
		  width: 86px;
		  height: 42px;
		  border-radius: 60px !important;
		  background: #fff !important;
		  background-repeat: no-repeat !important;
		  background-size: auto;
		  background-position: center !important;
		  padding: 16px 24px !important;
		  border: 1px solid #E7E7E7 !important;
  
		  &.owl-prev {
			background-image: url('/wp-content/uploads/2025/03/sleft-arrow.svg') !important;
			margin: 5px 0;
  
			&:hover {
			  background: rgb(12, 83, 98) !important;
			  background-repeat: no-repeat !important;
			  background-size: auto;
			  background-position: center !important;
			  background-image: url('/wp-content/uploads/2025/03/sleft-white.svg') !important;
  
			}
		  }
  
		  &.owl-next {
			background-image: url('/wp-content/uploads/2025/03/sright-arrow.svg') !important;
			margin: 5px 0;
  
			&:hover {
			  background: rgb(12, 83, 98) !important;
			  background-repeat: no-repeat !important;
			  background-size: auto;
			  background-position: center !important;
			  background-image: url('/wp-content/uploads/2025/03/sright-white.svg') !important;
			}
		  }
		}
	  }

	  .owl-dots {
		margin-top: 53px !important;
  
		span {
		  width: 27px !important;
		  height: 4px !important;
		  margin: 5px 7px;
		  background: #dadada !important;
		  display: block;
		  -webkit-backface-visibility: visible;
		  transition: opacity 0.2s ease;
		  border-radius: 30px;
		}
  
		.owl-dot.active span {
		  background: #0C5362  !important;
		}
	  }
}
}


.iwc-sec{
	padding: 64px 0;
	background-color: #F2F9F8;
}
.iwc-sec h5{
	color: #212121;
font-weight: 600;
font-size: 40px;
line-height: normal;
letter-spacing: 0%;
vertical-align: middle;

}
.paidodds {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 16px;
}

.img-paidodds {
  width: 100%;
  height: 100%;
}

.paidodds-content {
  position: absolute;
  bottom: 0;
  z-index: 10;
  padding: 16px 24px;
  background-color: rgba(187, 223, 234, 0.85);
  height: 76px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 16px;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  opacity: 1;
  transform: translateY(0);
}

.paidodds-content,
.hoverodds-content {
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.paidodds-circle {
  width: 44px;
  height: 44px;
  min-width: 44px;
  min-height: 44px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.odo-ctitle {
  color: #0F2947;
font-weight: 600;
font-size: 18px;
line-height: 27px;
letter-spacing: 0;
}

.exclusive-title {
  font-size: 40px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
  color: #28292E;
  margin-bottom: 32px;
}

.exclusive-para {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  color: #34353A;
  margin-bottom: 40px;
}

.exclusive-odoo {
  padding: 5px 0 24px;
  background: linear-gradient(180deg, rgba(248, 238, 246, 0) 0%, #F2E2EF 100%);
}

.odoospaid-cta {
  padding: 80px 0;
}

.paidodoo-ksolves {
  padding-top: 56px;
}
.paidodoo-ksolves .swhy-ksolves-title {
  font-size: 40px;
  font-weight: 600;
  line-height: 40px;
  text-align: center;
  color: #323232;
  margin-bottom: 48px;
}
.hoverodds-content {
  background: #BBDFEA;;
  border-radius: 16px;
  padding: 24px 21px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  transform: translateY(10px);
  display: block;
  height: 100%;
}

.paidodds:hover .paidodds-content {
  opacity: 0;
  transform: translateY(-10px);
}

.paidodds:hover .hoverodds-content {
  opacity: 1;
  transform: translateY(0);
}

.odo-cdisc {
  color: #3A4249;
font-weight: 400;
font-size: 16px;
line-height: 24px;
letter-spacing: 0;
}

.paidhover-content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 16px;
  margin-bottom: 16px;
}

.paidhover-circle {
  width: 44px;
  height: 44px;
 	min-width: 44px;
  min-height: 44px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.exclusive-card {
  margin-bottom: 40px;
}

.odoopaid-case-study {
  background-color: #f8f8f8;
  margin-top: 0;
  padding: 56px 0;
}

.odo-cs-btn {
  margin-top: 40px;
}
.realstate-hero-banner .new-banner{
	background-image: none;
	background-position: inherit;
    	background-repeat: no-repeat;
    	background-size: auto;
    	padding: 0px;
}
.green-button-lmn{
	background-color: #0C5362 !important;
	color: #FFFFFF !important;
	font-weight: 500!important;
	font-size: 18px!important;
	line-height: 100%!important;
	letter-spacing: 0 !important;
	text-align: center !important;
	border-radius: 4px !important;
	padding: 21px 32px !important;
	text-decoration: none !important;
}
.green-button-lmn:hover{
	background-color: #0B363C !important;
	color: #FFFFFF !important;
	padding: 21px 32px !important;
}

.slider-circle-dots .owl-dots .owl-dot.active span{
 	width: 18px !important;
    	height: 18px !important;
	background-color: #0C5362 !important;
}

.slider-circle-dots .owl-theme .owl-dots{
	    display: flex;
    	align-items: center;
    	justify-content: center;
}
.slider-circle-dots .owl-dots button, .slider-rectangle-dots .owl-dots button{
	background-color: transparent !important;
}
.slider-rectangle-dots .owl-dots .owl-dot.active span{
	background-color: #0C5362 !important;
}
.slider-rectangle-dots .owl-dots .owl-dot span {
    width: 20px !important;
    height: 3px !important;
    margin: 0 4.5px !important;
    background-color: #D6D6D6 !important;
    display: block !important;
    -webkit-backface-visibility: visible !important;
    transition: opacity 200ms ease !important;
    border-radius: 30px !important;
}
.ks-conversation-section .section-title{
	color: #1C1C1C;
font-weight: 600;
font-size: 40px;
line-height: 52px;
text-align: center;

}

@media screen and (max-width: 1070px) {
.ks-card-text {
    min-height: 223px;
    height: 100%;
}
}

@media screen and (max-width: 992px) {
	.service-faq-sec.lmn-faq {
		padding: 32px 0;
	}
	.lmn-faq-title{
		margin-bottom: 32px;
		font-size: 24px;
		line-height: 36px;
	}
  }
.sec-3-real .marketing-container{
		padding-bottom: 31px !important;
	}
.sec-5-real .section-heading{
		font-weight: 600;
        }
/*.sec-5-real.ks-power-of-real-state .section-body .accordion-button{
		padding-top: 16px !important;
		padding-bottom: 16px !important;
	}*/
.sec-5-real .accordion-title.fw-bold{
	line-height: 24px;
}
.sec-5-real .section-footer-head.fw-semibold{
	font-weight: 600;
}
.sec-9-lmn .ks-card-text{
	font-weight: 500 !important;
}
/* .new-banner .banner-buttns .trial:focus, .new-banner .banner-buttns .demo-new:focus{
	color: #ffffff !important;
} */
.sec-1-lmn .new-banner .banner-buttns .demo-new:hover{
	background-color: #0B363C !important;
}
.sec-1-lmn .banner-left-block .star-banner-yellow{
	height: 22px;
    	width: 22px;
    	margin-top: -3px;
}
.iwc-sec h5.mb-lg-5.mb-3{
	line-height: 39px !important;
}
.sec-7-lmn .seamless-content-box{
	position: relative;
	background-size: cover !important;
}
.sec-11-lmn .realstate-common-heading{
	color: #1c1c1c;
}
.sec-11-lmn.dds-sec-4  .realstate-common-para{
	font-weight: 400 !important;
	font-size: 18px;
	line-height: 27px !important;
	color: #3A4249;
}
@media screen and (min-width: 991.98px){
	.sec-3-real .row.row-gap-16.mob-padding-52, .sec-6-lmn .row.custom-row{
		margin: 0 -8px;
	}
	.sec-3-real .row.row-gap-16.mob-padding-52 .col-xl-3.col-lg-4.col-md-6.col-12, .sec-6-lmn .row.custom-row .col-xl-4.col-md-6.col-12{
		padding: 0 8px;
	}
	.dds-sec-4 .realstate-common-para{
		line-height:24px !important;
		font-weight: 500 !important;
	}
	
}
@media screen and (max-width:575.98px){
	.iwc-sec .industries-slider{
		padding: 0 58px;
	}
	.sec-11-lmn .realstate-common-heading{
		font-weight: 600;
		font-size: 24px;
		line-height: 36px;
	}
	.lmn-faq-title.lmn-faq-mb{
		margin-bottom: 24px;
	}
	.dds-sec-4.sec-11-lmn .realstate-common-para{
		margin-bottom: 24px !important;
		font-weight: 500 !important;
		font-size: 16px !important;
		line-height: 24px !important;
	}
	.dds-sec-4.sec-11-lmn .dds-card .dds-card-img{
		margin-bottom: 30px !important;
	}
	.dds-sec-4 .realstate-common-para{
			margin-bottom: 40px !important;
	}
	.dds-sec-4 .dds-card .dds-card-img{
		margin-bottom: 24px !important;
	}
	.dds-sec-4 .dds-card, .dds-sec-4 .dds-card a{
		height: auto !important;
	}
	.dds-sec-4 .mb-4.realstate-common-heading{
		font-weight: 600;
		font-size: 32px;
		line-height: 40px;
	}
	.sec-6-lmn .realstate-common-para, .sec-8-lmn .realstate-common-para{
		font-weight: 500 !important;
	}
	.sec-5-real .accordion-title.fw-bold{
		line-height: 24px;
	}
	.sec-2-real .realstate-common-heading{
		line-height: 32px !important;
		margin-bottom: 24px !important;
	}
	.sec-3-real .realstate-common-para, .sec-9-lmn .section-para.text-center.fw-normal{
		font-weight: 500 !important;
	}
	
	.new-banner .banner-buttns{
		gap: 16px !important;
		margin-bottom: 8px;
	}
	.seamless-migration-lmn .green-button-lmn, .dds-sec-4 .green-button-lmn{
		width: 100%;
	}
	.dds-sec-4 {
		padding: 32px 0;
	  }
	  .ks-conversation-section {
		padding: 32px 16px;
	  }
	  .section-title, .ks-conversation-section .section-title{
		font-size: 24px;
		line-height: 36px;
		margin-bottom: 16px;
	  }
	  .section-para {
		font-size: 16px;
		line-height: 24px;
	  }
	  .ks-section-header {
		margin-bottom: 24px;
	  }
	  .ks-custom-owl-slider .owl-dots {
		margin-top: 24px !important;
	  }
	  .iwc-sec{
		padding: 32px 0;
	  }
	  .iwc-sec h5 {
		font-size: 30px;
		line-height: 29px;
		padding-bottom: 16px;
	}
	.paidodds img {
		height: 100%;
		width: 100%;
	}
}

@media screen and (max-width:340px){
	.blog-user-count {
        font-size: 11px;
    }
	.blog-user-details {
        padding: 32px 12px 18px;
        justify-content: center;
    }
}
/* AKS css ends */
@media screen and (min-width: 767.98px){
	.dds-card-img.extra-mb img{
		margin-bottom: 4px;
	}
}
@media screen and (max-width: 767.98px) and (min-width: 575.98px){
	.dds-card-img.extra-mb img{
		margin-bottom: 6px;
	}
}

.case-study-single-insight .container-custom .padding-bottom-102 a, .blog-condata .post-discription a {
    color: #0d6efd !important;

}
.tpg-el-main-wrapper .tpg-el-image-wrap img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    min-height: 180px;
}


/* show current selected main and sub menu active - Start - (Charan) */
 .primary-menu-container .active-link {
  color: #0b5cab !important;
  
} 
.primary-menu-container .active-menu-item > a,
.primary-menu-container .active-parent-menu > a {
  color: #0b5cab !important; 
}

.sub-menu .menu-item.active-menu-item {
    background: rgb(12 83 98 / 85%) !important;
    color: #fff !important;
}

.primary-navigation ul.sub-menu  .menu-item.active-menu-item > a {
    color: #fff !important;
}

 /* show current selected main and sub menu active - End */

 .dscf7_refresh_captcha img {
    width: 20px !important;
    height: 20px;
}
.footer-brand img {
    width: 188px;
    height: 48px;
}

.footer-brand img:focus {
    outline:none;
    background-color:transparent
}
.site-header.wp-custom-container .navbar-brand .site-branding img.custom-logo {
	max-width: 160px;
}
/* Headrer CSS 23-june-25 Start*/

@media screen and (min-device-width: 991.98px) and (max-device-width: 1365px)  {
    .site-header.wp-custom-container {
            justify-content: center;
    }
    .site-header.wp-custom-container .navbar-brand.d-md-block {
        margin-right:0 !important;
    }
    .site-header.wp-custom-container .primary-navigation {
            margin-right: auto;
    }
    .site-header.wp-custom-container .menu-button-container {
        display: none;
    }
    .site-header.wp-custom-container .primary-menu-container {
        height: 100%;
        margin-right: 5px !important;
    }
    .site-header.wp-custom-container .primary-menu-container .menu-wrapper  {
        padding-bottom: 0;
    }
    .primary-navigation>div>.menu-wrapper li:last-child {
        display: none;
    }
    .site-header.wp-custom-container .primary-navigation a {
        padding-right: 12px !important;
    }
    .primary-navigation .primary-menu-container>ul>.menu-item>a+.sub-menu-toggle {
        margin-left: 2px;
    }
	.site-header .primary-navigation{
		top:0;
	}
	.site-header.wp-custom-container .navbar-brand .site-branding img.custom-logo {
		max-width: 140px;
	}
}

/* Headrer CSS 23-june-25 END*/

/* Bug Fixation CSS 04-july-25 */
.footer-inner .footer-menu:focus {
    background: transparent !important;
	outline: none !important;
}

.header-top span:focus {
    background: transparent !important;
    outline: none;
}
.header-top span .text-white:focus {
    background-color: transparent !important;
}

.trynow-aboutus .elementor-button-link:focus {
    background: transparent !important;
    color: #0c5362d9 !important;
}


#cart-request-form .plan_request {
    width: 100%;
}

#cart-request-form .plan_request label {
    width: 100%;
}

#cart-request-form .plan_request  
input[type=text],
#cart-request-form .plan_request input[type=email],
#cart-request-form .plan_request input[type=url],
#cart-request-form .plan_request input[type=password],
#cart-request-form .plan_request input[type=search],
#cart-request-form .plan_request input[type=number],
#cart-request-form .plan_request input[type=tel],
#cart-request-form .plan_request input[type=date],
#cart-request-form .plan_request input[type=month],
#cart-request-form .plan_request input[type=week],
#cart-request-form .plan_request input[type=time],
#cart-request-form .plan_request input[type=datetime],
#cart-request-form .plan_request input[type=datetime-local],
#cart-request-form .plan_request input[type=color],
#cart-request-form .plan_request .site textarea {
	border: 1px solid #dedede;
	border-radius: var(--form--border-radius);
	color: var(--form--color-text);
	line-height: var(--global--line-height-body);
	padding: var(--form--spacing-unit);
	margin: 0 0px;
	max-width: 100%;
	border-radius: 6px;
	width: 100%;
}
.cart-page .border.rounded #qty-error {
    color: red;
    font-size: 14px;
    text-align: right;
    float:none !important;
    padding: 10px 5px 10px 5px !important;
}
@media (max-width:767.89px) {
  .cart-page .border.rounded #qty-error {
    text-align: start !important;
    padding: 10px 5px 10px 10px !important;
  }
}

/* Counrty code start */
#cart-request-form div#phone-error {
    margin-top: 5px;
}
.intl-tel-input .country-list {
    position: absolute;
      z-index: 999;
      list-style: none;
      text-align: start;
      padding: 0;
      margin: 0 0 0 -1px;
      box-shadow: 1px 1px 4px rgba(0, 0, 0, .2);
      background-color: #fff;
      border: 1px solid #ccc;
      white-space: nowrap;
      max-height: 125px;
      overflow-y: scroll;
      top: 25px;
      width: 100%;
  }
  .intl-tel-input.iti-container {
      z-index: 50000;
  }
  
  
  .intl-tel-input.allow-dropdown .selected-flag, .intl-tel-input.separate-dial-code .selected-flag {
      /* width: 100%; */
    width: fit-content;
      position: relative;
      z-index: 9999;
    outline: none;
  }
  
  .intl-tel-input {
      position: relative;
      /* display: inline-block; */
      z-index: 999;
  }
  .intl-tel-input .selected-flag .iti-arrow {
      position: relative;
      top: 50%;
      margin-top: -2px;
      right: -25px;
      width: 0;
      height: 0;
      border-left: 3px solid transparent;
      border-right: 3px solid transparent;
      border-top: 4px solid #555;
  }
  
  .intl-tel-input.allow-dropdown .flag-container {
      position: relative;
      top: 26px;
      z-index: 999; 
    /* width: fit-content; */
    background-color: transparent;
  }
  .intl-tel-input.allow-dropdown input,.intl-tel-input.allow-dropdown input[type=tel],.intl-tel-input.allow-dropdown input[type=text],.intl-tel-input.separate-dial-code input,.intl-tel-input.separate-dial-code input[type=tel],.intl-tel-input.separate-dial-code input[type=text] {
      padding-right: 6px;
      padding-left: 52px;
      margin-left: 0;
      /* display: block; */
  }
  .intl-tel-input input,.intl-tel-input input[type=tel],.intl-tel-input input[type=text] {
      position: relative;
      z-index: 99;
      margin-top: 0!important;
      margin-bottom: 0!important;
      padding-right: 46px;
      margin-right: 0
  }
    .input.phone-num .flag-container .selected-dial-code {
      padding-left: 38px;
    }
  
    .input.phone-num .flag-container {
      width: 100%;
      position: relative;
      display: contents;
    }
    .input.phone-num .flag-container .country-list {
      width: 100%;
      top: 40px;
      bottom: 100%;
      margin-bottom: 0;
      box-shadow: none;
      border: none !important;
      z-index: -1;
    }
    .input.phone-num .flag-container .country-list li {
      display: flex;
      align-items: center;
    }
    .input.phone-num .selected-flag .iti-arrow {
      right: auto !important;
      left: 31px;
    }
    .intl-tel-input.iti-container{
      z-index: 50000;
    }
 
    .input.phone-num .intl-tel-input {
      display: flex;
      align-items: center;
      border: 1px solid #e8e8e9;
      border-radius: 8px;
  }
  
  .input.phone-num .flag-container .selected-flag {
      background-color: transparent !important;
      width: fit-content !important;
  }
  
  .input.phone-num  input{
      padding-left:0 !important ;
      border: none !important;
      border-radius: 0 8px 8px 0px !important;
  }
 
  .intl-tel-input input {
      padding-left: 46px !important;
      border: none !important;
      border-radius: 0 8px 8px 0 !important;
  }
  /* Counrty code End */
  

  .lmn-planDetails-container a.primary-btn-outline:active {
    color: #0C5362;
}
.lmn-planDetails-container a.primary-btn-outline:hover{
    color:#fff;
}