/*!
Theme Name: tryvium
Theme URI: http://underscores.me/
Author: tryvium
Author URI: http://underscores.me/
Description: tryvium
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or laterF
License URI: LICENSE
Text Domain: tryvium
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

tryvium is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
 html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

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

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

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

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

/* Grouping content
	 ========================================================================== */

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

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

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

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

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

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

/* Forms
	 ========================================================================== */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Interactive
	 ========================================================================== */

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

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

/* Misc
	 ========================================================================== */

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

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

/* Box sizing
--------------------------------------------- */

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

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

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

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

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

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

.main-navigation ul ul a {
	width: 200px;
}

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

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

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

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

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

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

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

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

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

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

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

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

.bypostauthor {
	display: block;
}

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

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

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

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

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

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
body {
    overflow-x: hidden !important;
}
/* -------------------------------------------------- custom root css */
:root {
    font-size: 0.052086vw;
}
@media screen and (max-width: 1600px){
:root {
font-size: 0.055086vw;
}
}
@media screen and (max-width: 1480px){
:root {
    font-size: 0.060086vw;
}
}
@media screen and (max-width: 1340px){
:root {
    font-size: 0.065086vw;
}
}
@media screen and (max-width: 1239px){
:root {
    font-size: 0.069086vw;
}
}
@media screen and (max-width: 1200px){
:root {
    font-size: 0.0729086vw;
}
}
@media screen and (max-width: 1199px){
:root {
  font-size: 0.0745086vw;
}
}
@media screen and (max-width: 1024px){
:root {
    font-size: 0.085609vw;
}
}
@media screen and (max-width: 991px){
:root {
    font-size: 0.091609vw;
}
}
@media screen and (max-width: 880px){
:root {
    font-size: 0.097609vw;
}
}
@media screen and (max-width: 825px){
:root {
    font-size: 0.105609vw;
}
}
@media screen and (max-width: 767px){
:root {
    font-size: 0.075609vw;
}
}
/* -------------------------------------------------- custom root css end*/
h1{
	font-size:56rem;
	line-height:1.2em;
}
h2{
	font-size:52rem;
	line-height:1.2em;
}
h3 {
	font-size:44rem;
	line-height:1.2em;
}
h4 {
	font-size:28rem;
	line-height:1.2em;
}
h5 {
	font-size:20rem;
	line-height:1.2em;
}
p, li {
	font-size:18rem;
	line-height:1.4em;
}
.container-main .elementor-container, .container-main .elementor-container {
    max-width: 1300rem !important;
}
body {
	margin: 0 !important;
	padding: 0 !important;
}
.container-main {
    padding-left: 60rem !important;
    padding-right: 60rem !important;
}
/* -------------------------------------------------- menu css*/
.main-menus {
    height: 80rem;
}
.main-menus .elementor-container {
    height: 100%;
}
.main-menus a:hover {
    font-weight: 400 !important;
}
.white-a a{
	color: #ffffff;
}
/* -------------------------------------------------- custom css*/
.ach-count span.elementor-counter-number-prefix {
    display: none;
}
.ach-count .elementor-widget-wrap.elementor-element-populated {
    justify-content: flex-start !important;
}
.ach-count .elementor-counter-title {
    text-align: left !important;
    margin-top: 10px;
}
.hide-prefix span.elementor-counter-number-prefix {
    display: none;
}
button#submit {
    cursor: pointer;
}
.right-pop span.elementor-button-text {
    line-height: 1.3em;
}
.right-pop span.elementor-button-icon.elementor-align-icon-right {
    padding-top: 3rem;
}

.forms-ui .elementor-form-spinner {
position: absolute;
display: none;
}
.forms-ui.mails .elementor-message:before {
    top: -60%;
}
.forms-ui.newsletter .text-18 {
    color: #333333;
	width: 100%;
}
.forms-ui.newsletter .elementor-field-group.elementor-field-type-submit {
    margin-top: 0rem;
}
.forms-ui.newsletter .elementor-img img {
    width: 193rem !important;
    text-align: center;
    margin: auto;
    margin-bottom: 30rem;
}
.forms-ui.newsletter .elementor-img {
    text-align: center;
    margin: auto;
}
.forms-ui .elementor-message.elementor-message-success {
    font-size: 30rem;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #fff;
    color: #333333;
    margin: 0;
	z-index: 2;
	line-height: 1.1em;
}

.forms-ui .elementor-message.elementor-message-success:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #fff;
    z-index: 0;
    display: inline-block;
    top: -100%;
    left: 0;
}
.forms-ui .elementor-message.elementor-message-success .signups {
    font-size: 14rem;
    width: 100%;
    position: relative;
    display: block;
    margin-top: 15rem;
	color: #333333;
	line-height: 1.3em;
}
.forms-ui .elementor-message:before {
    content: "\e90e";
    display: inline-block;
    font-family: eicons;
    font-weight: 400;
    font-style: normal;
    vertical-align: middle;
    margin-right: 5px;
    position: absolute;
    top: -34%;
    z-index: 2;
    left: 0;
    right: 0;
    width: 72rem;
    height: 70rem;
    margin: auto;
    background: #11AF22;
    border-radius: 50%;
    color: #fff;
    padding: 20rem;
}
button#submit:focus-visible {
    outline: 0px !important;
}
span.checkError.error {
    margin-top: 0 !important;
}
.forms-ui span.error {
    position: absolute;
    color: #EF3061;
    font-size: 13rem;
    margin-top: -9%;
    font-weight: 500;
	margin-bottom: 0rem !important;
}
.forms-ui.f-experts span.error {
    margin-top: -13.5%;
}
.forms-ui .text-44 {
    width: 100%;
}
.forms-ui .text-44 h2 {
    font-size: 44rem;
    font-weight: 400;
    line-height: 1.2em;
    font-family: "Roboto Condensed", Sans-serif;
    text-align: center;
    margin-bottom: 20rem !important;
	color: #333333;
}
.forms-ui .text-18 {
    font-size: 18rem;
    line-height: 1.4em;
    text-align: center;
    color: #757575;
    margin-bottom: 30rem;
}
.forms-ui input:checked+label::before {
    content: '';
    background-color: #fff !important;
    width: 1.5em;
    height: 1.5em;
    position: absolute;
    background-image: url(https://digitalapple.ai/wp-content/uploads/2024/03/checked-filled.svg);
    background-size: cover;
    top: -2rem;
    left: -8%;
    border-radius: 5rem;
    cursor: pointer;
}
.forms-ui .elementor-field-type-html {
    margin: 0px !important;
}
.elementor-message.elementor-message-danger {
    display: none;
}
.forms-ui span.elementor-message.elementor-message-danger {
    font-size: 14rem;
    position: absolute;
    bottom: -41%;
}
.elementor-popup-modal .dialog-close-button svg {
    fill: #1f2124;
    height: 1.5em !important;
    width: 1.5em !important;
    transition: 0.3s all ease-in-out;
}
a.dialog-close-button.dialog-lightbox-close-button:focus {
    outline: 0px !important;
}
.elementor-popup-modal svg.e-font-icon-svg.e-eicon-close.eicon-close:hover {
    fill: #3363FF !important;
    transform: scale(1.3);
}
.elementor-field-type-recaptcha {
    padding-top: 5rem;
}
.forms-ui .elementor-field-textual.elementor-size-md {
    font-size: 14rem !important;
    padding: 10rem 16rem !important;
    border-radius: 3rem !important;
    min-height: 45rem !important;
    margin-bottom: 3rem;
}
.forms-ui button.elementor-button.elementor-size-md {
	min-height: 47rem !important;
}
.forms-ui .elementor-mark-required .elementor-field-label:after {
    padding-left: 0em !important;
}
.forms-ui .elementor-field-group .elementor-field-textual:focus {
    box-shadow: inset 0 0 0 1px rgba(51, 99, 255) !important;
    outline: 0;
}
.forms-ui label {
    font-size: 14rem !important;
    font-weight: 600 !important;
    line-height: 1.2em;
	padding-bottom: 5rem !important;
}
.forms-ui span.elementor-field-option label {
    font-weight: 400 !important;
    color: #757575 !important;
    font-size: 12rem !important;
    margin-left: 25rem !important;
    position: absolute;
}
.forms-ui span.elementor-field-option input {
    width: 15rem !important;
    height: 15rem !important;
    position: absolute;
    left: 0;
}
.forms-ui .elementor-field-group.elementor-field-type-submit {
    margin-top: 35rem;
}
.dialog-widget-content.dialog-lightbox-widget-content.animated {
    border-radius: 12rem;
}
.sec-blue .elementor-col-33 .elementor-element-populated:hover {
    background-color: #1839A6;
}
.sec-blue .elementor-col-33 .elementor-element-populated{
    padding: 15rem !important;
    border-radius: 10rem;
	transition: 0.3s all ease-in;
}
.slides-tabs {
	  animation: small-up 0.5s forwards !important;
}
@keyframes small-up {
0% {
    opacity: 0;
    transform: translate3d(0, 3%, 0);
}

100% {
    opacity: 1;
    transform: none;
}
}
.top-banner .elementor-widget-video .elementor-wrapper iframe, .top-banner .elementor-widget-video .elementor-wrapper video {
    background-color: transparent !important;
}
.top-banner .elementor-custom-embed-image-overlay:hover .elementor-custom-embed-play svg {
    transform: scale(1.15);
    transform-origin: 50% 50%;
}
.cards-hovers-section:hover, .cards-hovers .elementor-widget-wrap.elementor-element-populated:hover{
    transform: scale(1.02) !important;
}
.cards-white .elementor-widget-wrap.elementor-element-populated:hover {
	  transform: scale(1.03) !important;
    -webkit-box-shadow: 0 10px 20px 2px rgba(0, 0, 0, .1);
    box-shadow: 0 10px 20px 2px rgba(0, 0, 0, .1);
}
.cards-white .elementor-widget-wrap.elementor-element-populated, .cards-hovers-section, .cards-hovers  .elementor-widget-wrap.elementor-element-populated  {
    transition: all .2s ease-in !important;
}
	.main-menus a.ekit-menu-nav-link.active {
    font-weight: 600 !important;
   color: #E8621F !important;
}
	.home.page-template .main-menus a.ekit-menu-nav-link.active {
    color: #000000 !important;
	font-weight: 400 !important;
}
.home.page-template .main-menus a.ekit-menu-nav-link:hover {
    color: #E8621F !important;
	font-weight: 400 !important;
}
	.home.page-template .main-menus a.ekit-menu-nav-link.activate {
    color: #E8621F !important;
	font-weight: 600 !important;
}
.privacy-poli.container-main .elementor-container, .privacy-poli.container-main .elementor-container {
    max-width: 860rem !important;
}
.p-font ul li {
    margin-bottom: 10rem;
}
.privacy-poli .elementor-nav-menu__align-start {
    position: sticky !important;
    top: 15% !important;
    padding-top: 0rem !important;
}
.privacy-poli .elementor-nav-menu--layout-horizontal .elementor-nav-menu {
    display: block !important;
}
.privacy-poli a.elementor-item.elementor-item-anchor {
    padding: 10rem 0rem !important;
}
.p-font ul {
    padding-left: 25rem;
    margin-left: 0;
}
.privacy-poli .p-font a {
    color: #2446B5 !important;
}
.up-shape:before {
    content: "";
    background-image: url(https://tryvium.kinsta.cloud/wp-content/uploads/2024/05/blue-upward.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    height: 100%;
    display: inline-block;
    top: -97rem;
    right: 0%;
    position: absolute;
}
.footer .eael-simple-menu-container {
    min-height: auto !important;
}
.footer .eael-simple-menu li a {
    padding: 0 20rem 0 0px !important;
}
.footer .eael-simple-menu li a:before {
    content: "\2022";
    position: absolute;
	left: -18px;
    display: inline-block;
	font-size: 30rem;
}
/* .footer .eael-simple-menu li#menu-item-9470 a:after {
    content: " ";
} */
ul#menu-footer-menu {
    width: 95%;
    flex-wrap: wrap;
	margin-right: auto;
}
.footer .eael-simple-menu li a:hover {
   color: #F3762A !important; /*#F3762A orange ,old #FFD778 */
}
.footer .elementor-social-icon:hover {
    opacity: .7 !important;
}
.top-banner .elementor-image-gallery .gallery-item {
    max-width: 100% !important;
}
.logos-sec img {
    margin-right: 10rem;
    margin-left: 10rem;
}
.logos-sec img {
    height: 25rem !important;
    width: 70% !important;
}
.counters .elementor-counter-title {
    text-align: left !important;
}
.top-banner .elementor-shape .elementor-shape-fill {
    fill: #F8F4F1 !important;
}
.top-banner .elementor-custom-embed-play {
    top: 60%;
}
.section-connect .elementor-shape-bottom {
    z-index: 1 !important;
}
.section-connect  .elementor-shape.elementor-shape-top {
    z-index: 2 !important;
}
.section-connect img {
    margin-top: -10%;
}
.section-connect {
padding-left: calc((100% - 1300rem) / 2) !important;
}
.section-connect .img-back img {
    margin-left: -36%;
}
.image-right {
    margin-top: -8%;
}     
.easy-steps .ekit-single-day {
    display: block !important;
    margin-bottom: 35rem !important;
    position: relative;
    counter-increment: section;
	padding-left: 60rem !important;
}
.easy-steps span.ekit-business-day {
    width: 100%;
    display: block;
	padding-bottom: 15rem !important;
}
.easy-steps .one .ekit-single-day:after {
	 content: "1";
}
.easy-steps .two .ekit-single-day:after {
	 content: "2";
}
.easy-steps .three .ekit-single-day:after {
	 content: "3";
}
.easy-steps .ekit-single-day:after {
    content: counter(section);
    font-size: 18rem;
    line-height: 33rem;
    font-weight: 600;
    text-align: center;
    color: #1b1b1b;
    position: absolute;
    left: 2%;
    top: 2%;
    transform: translateX(-50%);
    width: 32rem;
    height: 32rem;
    border-radius: 50%;
    background: #FFBB99;
    z-index: 1;
    font-family: "Roboto", Sans-serif;
}
.easy-steps span.ekit-business-time:before {
    content: " ";
    position: absolute;
    width: 1rem;
    padding-top: 0px;
    background: #d3d3d3;
    height: 55%;
    left: 2%;
}
.easy-steps .elementor-repeater-item-643b52b span.ekit-business-time:before {
    height: 135%;
}
.easy-steps span.ekit-business-time {
    width: 52%;
}
.tabs-empower ul {
    margin-left: 0;
    padding-left: 22rem;
}
.tabs-empower ul li{
 margin-bottom: 15rem;
font-size: 16rem;
line-height: 1.4em;
}
.tabs-empower .elementor-widget-tabs .elementor-tab-content {
    padding: 0;
}
.tabs-empower .elementor-tabs-wrapper {
    border-bottom: 1px solid #1b1b1b25;
    margin-bottom: 40rem;
}
.tabs-empower .elementor-tab-title.elementor-active {
    border-bottom: 4rem solid #FF9D6B !important;
}
.tabs-empower .elementor-tab-title{
    padding: 10rem !important;
}
.tabs-empower .elementor-tab-desktop-title {
    margin: 0rem 50rem;
}
.main-menus a.ekit-menu-nav-link {
    padding: 0 18rem !important;
}
.top-banner .elementor-custom-embed-play svg {
    opacity: 1;
}
.footer a.eael-item-active {
    background-color: #ffffff00 !important;
/*     color: #FFD778 !important; */
}
.demo-mob {
    display: none !important;
}
@media screen and (max-width: 1600px){
.up-shape:before {
    top: -92rem !important;
}
}
@media screen and (max-width: 1480px){
	.up-shape:before {
    top: -85rem !important;
}
	.privacy-policy li a{
        font-size: 16px !important;
        line-height: 1.4em !important;
    }
}
@media screen and (max-width: 1400px){
	.try-works .elementor-widget-wrap.elementor-element-populated {
    padding-bottom: 180rem !important;
    padding-top: 40rem !important;
}
	.section-connect img {
    margin-left: -25% !important;
}
}
@media screen and (max-width: 1340px){
	.up-shape:before {
    top: -78rem !important;
}
}
@media screen and (max-width: 1280px){
	.try-works .elementor-widget-wrap.elementor-element-populated {
    padding-bottom: 140rem !important;
    padding-top: 50rem !important;
}
 .main-menus a {
    font-size: 14px !important;
}
.main-menus .elementskit-menu-offcanvas-elements {
    padding-bottom: 0px;
}
}
@media screen and (max-width: 1240px){
	.up-shape:before {
    top: -75rem !important;
}
}
@media screen and (max-width: 1200px){
	.hide-prefix .elementor-widget-counter {
    width: 70% !important;
}
	.button-head a {
    padding: 8px 15px !important;
}
    .try-works .elementor-widget-wrap.elementor-element-populated {
        padding-bottom: 165rem !important;
        padding-top: 0rem !important;
    }
	.try-works .text-18 .elementor-widget-container {
    padding-right: 100rem !important;
}
.counters img.attachment-full {
    width: 70rem !important;
}
	.up-shape:before {
    top: -63rem !important;
}
	.section-connect .img-back img {
    margin-left: -5% !important;
}
}
@media screen and (max-width: 1024px){
	    .counters img.attachment-full {
        width: 60rem !important;
    }
	.home.page-template .main-menus .demo-mob a.ekit-menu-nav-link:hover {
    color: #ffffff !important;
}
	.insights-slider-outer .jet-listing-grid__slider-icon.prev-arrow.slick-arrow:hover, .insights-slider-outer .jet-listing-grid__slider-icon.next-arrow.slick-arrow:hover {
    background-color: #000000 !important;
}

	ul#menu-footer-menu {
    width: 100%;
	}
	.footer .eael-simple-menu li a:after {
    right: 0px;
}
	.main-menus a.ekit-menu-nav-link {
    padding: 0 5rem !important;
}
	.try-works .elementor-widget-wrap.elementor-element-populated {
        padding-bottom: 100rem !important;
        padding-top: 50rem !important;
    }
	.privacy-poli.container-main .elementor-container, .privacy-poli.container-main .elementor-container {
    max-width: 100% !important;
    width: 100% !important;
}
	.footer .eael-simple-menu li a {
    padding: 0em 10rem 0em 10rem !important;
}
.container-main, .main-menus {
    padding-left: 40px !important;
    padding-right: 40px !important;
}
	.up-shape:before {
    top: -57rem !important;
}
.logos-sec .elementor-widget-container {
    width: 76px;
}
	.section-connect {
    padding-top: 140rem !important;
}
	.try-works .text-18 .elementor-widget-container {
    padding-right: 0rem !important;
}
	.easy-steps span.ekit-business-time {
    width: 85%;
}
}
@media screen and (max-width: 991px){
	.up-shape:before {
    top: -52rem !important;
}
	.logos-sec img {
    margin-right: 5rem;
    margin-left: 5rem;
}
}
@media screen and (max-width: 880px){
    .try-works .elementor-widget-wrap.elementor-element-populated {
        padding-bottom: 80rem !important;
        padding-top: 0rem !important;
    }
}
@media screen and (max-width: 825px){
	.up-shape:before {
    top: -47rem !important;
}
	.logos-sec img {
    margin-right: 2rem;
    margin-left: 2rem;
}
}
@media screen and (min-width: 766px) and (max-width: 767px) {
	.main-menus .right-menus .demo-mob.sign-up a.ekit-menu-nav-link {
        background-color: #3363FF !important;
        width: 100px !important;
    }
    .main-menus .right-menus .demo-mob.talk a.ekit-menu-nav-link {
        background-color: #F3762A !important;
        width: 130px !important;
    }
.main-menus ul#menu-main-menu .elementskit-nav-identity-panel {
  display: none !important;
}
.main-menus li {
  padding-top: 0px !important;
}
.main-menus div#ekit-megamenu-main-menu {
  padding: 0px 0px;
  -webkit-transition: 0.6s ease-in-out !important;
  transition: 0.6s ease-in-out !important;
  background-color: transparent !important;
}
.main-menus a.ekit-menu-nav-link {
  font-size: 16px !important;
}
.main-menus .left-logo.has_eae_slider.has_ae_slider.elementor-column.elementor-col-33 {
  width: 12%;
}
.main-menus .right-menus.has_eae_slider.has_ae_slider.elementor-column.elementor-col-33 {
  width: 88%;
}
    .main-menus .demo-mob a {
        width: fit-content !important;
    }
	 .main-menus div#ekit-megamenu-main-menu {
        padding: 0px 0px !important; 
}
.main-menus div#ekit-megamenu-main-menu ul {
    display: flex;
}
    .main-menus .right-menus .elementskit-nav-identity-panel {
        display: none !important;
    }
	.main-menus .right-menus ul li a {
    font-size: 16px !important;
    margin-right: 0px;
    padding-bottom: 0px !important;
    }
    .main-menus .right-menus .demo-mob a {
        font-size: 14px !important;
        padding: 8px 15px !important;
        margin-left: 0px;
    }
	    .main-menus .right-menus .demo-mob.talk a {
        margin-left: 10px;
	    background-color: #F3762A !important;
	
    }
	.main-menus .right-menus .demo-mob.sign-up a {
		margin-left: 20px;
			background-color: #3363FF !important;
    }
.main-menus button.elementskit-menu-close.elementskit-menu-toggler {
        display: none;
}
.main-menus ul#menu-main-menu {
        margin-top: 0px;
}
.main-menus .elementskit-nav-identity-panel {
        display: none !important;
}
.main-menus .right-menus ul li a {
    font-size: 16px !important;
    margin-right: 10px;
}
}
@media screen and (max-width: 767px){
	.forms-ui.f-experts span.error {
    margin-top: -35px;
}
	.home.page-template .main-menus a.ekit-menu-nav-link.activate {
    color: #ffffff !important;
    font-weight: 500 !important;
}
	.ach-count .elementor-counter-title {
    font-size: 14px !important;
    line-height: 1.1em !important;
}
	 .hide-prefix .elementor-widget-counter {
     width: 50% !important;
    }
.main-menus .demo-mob a {
 width: fit-content !important;
}
.elementor-popup-modal .dialog-close-button svg {
 margin-top: -35% !important;
}
	.forms-ui .elementor-message:before {
    width: 72px;
    height: 70px;
    padding: 24px;
    top: -40%;
}
	
.forms-ui .elementor-message.elementor-message-success {
    font-size: 24px;
	 bottom: -35px;
}
.forms-ui .elementor-message.elementor-message-success .signups {
    font-size: 14px;;
    margin-top: 10px;
}
.forms-ui label {
 font-size: 14px !important;
 font-weight: 600 !important;
 line-height: 1.2em;
 padding-bottom: 2px !important;
}
.forms-ui .elementor-field-textual.elementor-size-md {
    font-size: 14px !important;
    padding: 10px 10px !important;
    border-radius: 4px !important;
    min-height: 40px !important;
}
.forms-ui span.error {
    font-size: 12px;
    margin-top: -25px;
    margin-bottom: 0rem !important;
}
.elementor-field-group {
    margin-bottom: 25px !important;
}
.forms-ui span.elementor-field-option label {
        font-size: 11px !important;
        margin-left: 25px !important;
    }
.forms-ui span.elementor-field-option input {
    width: 15px !important;
    height: 15px !important;
}
.forms-ui .elementor-widget-wrap.elementor-element-populated {
   padding: 40px 20px !important;
}
.forms-ui.newsletter .text-44 {
    margin-bottom: 20px;
}
	.forms-ui.newsletter .elementor-img img {
    width: 160px !important;
    margin-bottom: 20px;
}
	.forms-ui input:checked+label::before {
    left: -25px;
}
.forms-ui .elementor-field-group.elementor-field-type-submit {
    margin-top: 30px;
	margin-bottom: 0px !important;
}
	.forms-ui .text-18 {
    margin-bottom: 20px;
}
	ul#menu-footer-menu-1 {
    text-align: center;
}
ul#menu-footer-menu-1 li {
    float: none !important;
}
ul#menu-footer-menu-1 li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-1528 a:after {
    display: none !important;
}
	.footer .eael-simple-menu li a {
        padding: 0px !important;
        text-align: center;
        padding-right: 20px !important;
    }
.logo-big .elementor-widget-container {
    text-align: center;
}
.footer .logo-big .elementor-widget-container img {
    width: 182px !important;
}
	 .main-menus .right-menus .demo-mob.talk a {
		 background-color: #F3762A !important;
		 width: 160px !important;
    }
	.main-menus .right-menus .demo-mob.sign-up a {
	background-color: #3363FF !important;
	width: 160px !important;
    }
		.demo-mob a {
    width: 160px !important;
}
	.cards-white .elementor-widget-image {
		width: 50px !important;
		margin-right: 10px !important;
	}
	.cards-white .text-18.elementor-widget-text-editor {
		width: 76%;
	}
	.sec-blue .elementor-col-33 .elementor-element-populated:hover {
    background-color: transparent !important;
}
.sec-blue .elementor-col-33 .elementor-element-populated{
    padding:0rem !important;
    border-radius: 0rem;
	transition: 0s all ease-in;
}
	.top-banner img.swiper-slide-image {
    width: 60px;
    height: 35px;
}
	 .try-works .elementor-widget-wrap.elementor-element-populated {
       padding-bottom: 50rem !important;
       padding-top: 0rem !important;
    }
	.pink-box br{
		display:none;
	}
	section#overview {
    padding-bottom: 0px !important;
}
.features .border-0 .elementor-widget.elementor-widget-image {
   border-top: 0px solid #eaeaea50;
}
.features .elementor-widget.elementor-widget-image {
   border-top: 1px solid #eaeaea50;
   margin-top: 20px;
}
.demo-mob {
    display: block !important;
}
.main-menus .elementskit-navbar-nav-default.elementskit-menu-offcanvas-elements {
  left: unset !important;
  right: -100vw !important;
}
.main-menus  button.elementskit-menu-close.elementskit-menu-toggler {
    padding: 0 !important;
}
/* .main-menus .elementskit-nav-identity-panel {
    margin: 0 30px !important;
} */
 .main-menus  button.elementskit-menu-close.elementskit-menu-toggler::after {
    content: '';
    background-image: url(https://tryvium.kinsta.cloud/wp-content/uploads/2024/04/cross-icon-black.svg);
    width: 20px;
    height: 20px;
    display: block;
    top: 15px !important;
    background-repeat: no-repeat;
    background-size: 100%;
    right: 24px !important;
}
   .main-menus .elementskit-menu-offcanvas-elements.active {
        right: 0 !important;
        left: unset !important;
    }
	.section-supervise p{
		display:none;
	}
	  .section-connect.elementor-section {
        padding: 100px 0px 100px 0px !important;
    }
	   .insight-home.insights-slider-outer {
        padding-bottom: 60px !important;
    }
	.text-24 h2,.text-24  {
    font-size: 18px !important;
    line-height: 1.4em !important;
}
		.text-28 h2,.text-28  {
    font-size: 24px !important;
    line-height: 1.4em !important;
}
	    .counters img.attachment-full {
        width: 55px !important;
        max-width: 60px !important;
    }
	 .counters .elementor-counter-title {
    font-size: 16px !important;
}
    ul#menu-footer-menu {
        display: flex;
        margin-top: 0px;
		width: 100%;
        justify-content: center;
    }
	.right-pop span.elementor-button-text {
    line-height: 1.4em;
}
    ul#menu-footer-menu li {
        margin-bottom: 2px;
    }
    .footer a.elementor-icon {
        width: 36px !important;
    }
    .footer .elementor-icon svg, .footer .elementor-icon a {
        width: 18px;
        height: 18px;
    }
	    .footer .eael-simple-menu li a:after {
        right: 8px;
    }
    .footer .eael-simple-menu li a {
        padding: 0px 25px 0px 0px !important;
        text-align: center;
    }
.footer .elementor-grid-item {
    margin-right: 5px !important;
}
.footer .elementor-widget-image img {
    width: 86px !important;
}
.footer  .p-font .elementor-widget-container, .footer  .p-font a{
	font-size:14px !important;
	line-height:1.4em !important;
}
.footer {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}
	.main-menus .elementor-col-33 {
    height: 60px;
}
    ul#menu-main-menu {
        margin-top: 80px;
    }
	.main-menus div#ekit-megamenu-main-menu {
    padding: 0px 30px;
	-webkit-transition: 0.6s ease-in-out !important;
	transition: 0.6s ease-in-out !important;
}
	.main-menus a.ekit-menu-nav-link {
    padding: 0 18rem !important;
}
	.main-menus a.ekit-menu-nav-link {
    padding: 0 0px 16px !important;
    font-size: 22px !important;
    line-height: 1.4em !important;
    text-align: center;
    width: 100%;
    font-family: 'Roboto' !important;
    color: #000000 !important;
	justify-content: center;
}
	.main-menus a.elementskit-nav-logo {
    padding: 0px !important;
    margin-top: 11px !important;
}
	.main-menus .elementskit-nav-identity-panel {
    padding: 0 !important;
    height: 60px;
    display: flex !important;
    align-items: center;
}
	.main-menus button.elementskit-menu-close.elementskit-menu-toggler {
    font-size: 0px !important;
    border: 0px;
    line-height: 1.6em;
    color: #000000 !important;
    position: absolute;
    top: 15px;
    right: -25px;
    margin: 0px !important;
}
	 .main-menus .elementskit-menu-overlay {
        display: none !important;
    }
	.main-menus button.elementskit-menu-hamburger.elementskit-menu-toggler {
    border: 0 !important;
    font-size: 30px !important;
    line-height: 1.6em !important;
}
	.main-menus button.elementskit-menu-hamburger.elementskit-menu-toggler i{
   color: #000000 !important;
}
	.nav-logo-mobile figure.swiper-slide-inner {
    padding-top: 10px;
}
	p, li, a,.text-18, .p-font .elementor-widget-container, .p-font{
	font-size: 16px !important;
	line-height: 1.4em !important;
	}
	.text-56 h1, .text-56 h2,.text-56 {
    font-size: 36px !important;
}
	.text-52 h2, .text-52 {
    font-size: 32px !important;
}
	.text-44 h2,.text-44 {
    font-size: 24px !important;
}
	span.elementor-button-text {
    font-size: 16px !important;
}
	.up-shape:before {
    top: -65rem !important;
}
	.main-menus img {
    width: 100px !important;
}
	.main-menus {
    height: 60px;
}
	.blog-insights-slider .jet-listing-grid__slider .jet-slick-dots {
    margin: 15px auto 0 !important;
    width: 97% !important;
}
	.text-14 .elementor-widget-container {
		font-size:14px !important;
		line-height: 1.4em !important;
	}
.container-main {
     padding-top: 50px !important;
     padding-bottom: 50px !important;
    }
	.container-main.easy-steps {
    padding-top: 0px !important;
    padding-bottom: 60px !important;
}
.easy-steps span.ekit-business-day {
    font-size: 22px !important;
}
.easy-steps span.ekit-business-time {
    font-size: 16px !important;
    line-height: 1.4em !important;
}
.easy-steps .ekit-single-day:after {
    font-size: 15px !important;
    line-height: 33px;
    width: 32px;
    height: 32px;
}
.container-main .elementor-button {
    padding: 8px 20px !important;
}
.easy-steps .ekit-single-day {
    padding-left: 50px !important;
}
.easy-steps span.ekit-business-time {
        width: 100%;
}
.easy-steps .ekit-business-hours-inner {
    margin-bottom: 30px !important;
}
.easy-steps .text-52 .elementor-widget-container {
   padding-bottom: 10px !important;
}
.elementor-tab-title.elementor-tab-mobile-title {
    font-size: 20px !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    border-bottom: 1px solid #1b1b1b50 !important;
}
.container-main.footer {
   padding-top: 60px !important;
   padding-bottom: 40px !important;
 }
	.privacy-poli h2 {
    font-size: 16px !important;
    line-height: 1.2em !important;
}
	.privacy-poli ul li {
    margin-bottom:7px !important;
}
	.text-20 h2 {
    font-size: 18px !important;
}
	.features img {
    margin-top: 20px !important;
    max-width: 50px !important;
}
	.demo-mob a.ekit-menu-nav-link, .demo-mob a.ekit-menu-nav-link  {
    font-family: "Roboto Condensed", Sans-serif;
    font-size: 18px !important;
    font-weight: 400;
    line-height: 1.1em;
    background-color: #000000;
    border-radius: 30px !important;
    padding: 10px 20px !important;
    color: #ffffff !important;
    width: max-content;
}
.demo-mob,.demo-mob {
   padding-top: 20px !important;
    display: flex !important;
    justify-content: center;
}
	.main-menus a.ekit-menu-nav-link.active {
    color: #E8621F !important;
	font-weight: 600 !important;
}
	.counters .elementor-counter-title {
    line-height: 1.1em !important;
    margin-top: 7px;
}
}
@media screen and (max-width: 575px){
    .hide-prefix .elementor-widget-counter {
        width: 60% !important;
    }
}
@media screen and (max-width: 480px){
		.counters .elementor-counter-number-wrapper {
    margin-top: 10px;
}
	.hide-prefix span.elementor-counter-number-prefix {
    display: unset;
}
	    .hide-prefix .elementor-widget-counter {
        width: 100% !important;
    }
	.counters .elementor-counter-title {
    text-align: center !important;
}
	.footer .elementor-button-icon .e-font-icon-svg {
    height: 1em;
    margin-top: 6px;
    position: absolute;
    right: 20%;
}
	.container-main .footer-mob .elementor-button {
        padding: 12px 20px !important;
        width: 100% !important;
    }
	.footer  span.elementor-button-text {
    font-size: 20px !important;
}
	.tabs-empower .elementor-widget-image {
    width: 75% !important;
    margin-left: auto;
}
	#usecases h1.elementor-heading-title {
		font-size: 16px !important;
	}
	.counters .elementor-widget-wrap.elementor-element-populated {
    display: block !important;
}
.counters .elementor-widget-container {
    padding: 0px !important;
    text-align: center;
}
.counters .elementor-counter {
    text-align: center !important;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}
.counters .elementor-counter-number-wrapper {
    width: 100% !important;
}
	.counters .elementor-widget-wrap.elementor-element-populated {
    display: block !important;
}
	.counters span.elementor-counter-number, .counters span.elementor-counter-number-suffix {
    font-size: 32px !important;
}
	  .section-connect.elementor-section {
        padding: 70px 0px 70px 0px !important;
    }
    .text-28 h2, .text-28 {
        font-size: 22px !important;
        line-height: 1.3em !important;
    }
		.text-24 h2,.text-24  {
    font-size: 18px !important;
    line-height: 1.4em !important;
}
	.container-main {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
	.text-44 h2,.text-44 {
    font-size: 24px !important;
}
	.container-main, .main-menus {
    padding-left: 20px !important;
    padding-right: 20px !important;
}
	.text-56 h1, .text-56 h2, .text-56 {
    font-size: 30px !important;
}
	.text-52 h2, .text-52 {
    font-size: 26px !important;
}
	.features .text-52,.features .p-font {
    padding-bottom: 20px !important;
}
}
@media screen and (max-width: 380px){
	.footer .elementor-button-icon .e-font-icon-svg {
    right: 15%;
}
	.ach-count .elementor-counter-title {
    font-size: 13px !important;
    line-height: 1.1em !important;
}
	.elementor-field-type-recaptcha {
    transform: scale(0.8);
    transform-origin: left;
}
}
@media screen and (max-width: 319px){
    .cards-white .text-18.elementor-widget-text-editor {
        width: 100%;
    }
	.footer .elementor-button-icon .e-font-icon-svg {
    right: 10%;
}
	.forms-ui span.elementor-field-option label {
    font-size: 10px !important;
    }
}
.menus-scrolling {
    visibility: hidden;
	height: 0px;
}

body.page-id-8214 .cards-white {
    transition: inherit !important;
}
body.page-id-8214 .cards-white:hover {
    transition: none !important;
}

.gt_switcher, .notranslater {
    width: 120px !important;
	margin-top: 10px;
	margin-left:-10px;
}



 
