/**
Theme Name: ClearView
Author: ClearView
Description: ClearView by Digital Apple
Version: 1.0.0
**/

/*--------------------------------------------------------------
>>> 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 {
	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: 1023px){
: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:20rem;
	line-height:1.4em;
} */
.container-main .elementor-container, .container-main .elementor-container {
    max-width: 1400rem !important;
}
body {
	margin: 0 !important;
	padding: 0 !important;
}
.container-main {
    padding-left: 60rem !important;
    padding-right: 60rem !important;
}
video {
    background-color: transparent !important;
}
/* -------------------------------------------------- menu css*/
.main-menus .jet-mega-menu-item__label {
    color: #000000;
	padding: 0rem 5rem;
}
.main-menus .current_page_item .jet-mega-menu-item__label {
    color: #000000;
}
.main-menus .jet-mega-menu-item__dropdown svg {
    width: 10rem;
}


.main-menus .jet-mega-menu-item__inner {
    margin-right: 38rem;
    padding: 0 !important;
}
.main-menus .jet-mega-menu-mega-container__inner {
    background-color: #ffffff00 !important;
}
.mega-main li {
    list-style: disc;
    padding-top: 10rem;
}

.mega-main li::marker {
    font-size: 12rem !important;
}
.mega-main ul {
margin-left: 15rem !important;
}
.mega-main a{
    width: fit-content;
    padding-left: 0px !important;
	padding-right: 0px !important;
}
.mega-main .elementor-heading-title {
    margin-bottom: 0rem !important;
}
.mega-main .elementor-widget-heading {
	    margin-bottom: 10rem !important;
}
/* -------------------------------------------------- custom css*/
.top-banners video.elementor-video {
	object-fit:contain !important;
    background-color: transparent !important;
	border-radius: 50rem;
}
.top-banners .e-hosted-video.elementor-wrapper.elementor-open-inline {
	border-radius: 67rem;
    width: 980rem !important;
    margin: auto;
}
/* -------------------------------------------------- search css*/
.search-panel .ekit_modal-searchPanel .ekit-search-group input:not([type=submit]) {
    height: 85rem;
    background-color: transparent;
    color: #fff;
    padding: 0 55rem 0 100rem;
    width: 100%;
    font-size: 28rem;
    font-family: Open Sans, Sans-serif;
    font-weight: 500;
    border-image-slice: 1;
    border: 3rem solid #7FF88F;
}
.ekit_modal-searchPanel .ekit-search-group .ekit_search-button {
    width: 70rem !important;
}
.search-panel button.ekit_search-button {
    position: absolute;
    left: 24rem;
}
.search-panel svg {
    height: 50rem !important;
    max-width: 45rem !important;
    width: 45rem;
}
.search-panel button.mfp-close.ekit-popup-close {
    border: 1px solid #fff !important;
    font-size: 45rem;
    width: 54rem;
    height: 54rem;
    background-color: #fff;
    color: #7FF88F;
    line-height: 53rem;
    font-family: 'Open Sans';
	transition: all 0.3s ease-in-out;
}
.search-panel button.mfp-close.ekit-popup-close:hover {
    background-color: #7FF88F !important;
    color: #fff !important;
    border-color: #7FF88F !important;
	width: 54rem;
}
.search-panel .ekit-wid-con .ekit-promo-popup>.mfp-container>.mfp-content {
    max-width: 1000rem;
}
.search-panel .ekit_modal-searchPanel .ekit-search-panel {
    max-width: 100%;
}
.search-panel button.ekit_search-button i.icon.icon-search11:before {
font-size: 40rem;
color: #fff;
}
.search-field::-webkit-search-cancel-button,
.search-panel .ekit-search-group .ekit_search-field::-webkit-search-cancel-button {
  -webkit-appearance: none !important;
  height: 10em !important;
  width: 70rem !important;
  background: url(https://clearviewwebsite.kinsta.cloud/wp-content/uploads/2024/07/cross-btn-search.svg) no-repeat 100% 50% !important;
  background-size: 35rem !important;
  cursor: pointer;
}
.search-field::-webkit-search-cancel-button, .search-panel .ekit-search-group .ekit_search-field::-webkit-search-cancel-button {
    width: 35px;
    background-size: 25px !important;
}
.search-panel .ekit-search-group .ekit_search-field::-webkit-search-cancel-button {
  display: block !important
}

/* -------------------------------------------------- search css end*/
.sales-scroll .elementor-icon {
    margin-top: -20%;
}
.animated {
    animation-duration: 1s !important;
}
.eael-ext-scroll-to-top-wrap .eael-ext-scroll-to-top-button {
    bottom: 5%;
    right: 2%;
    width: 60rem !important;
    height: 60rem !important;
    z-index: 9999;
    opacity: 1;
    background-color: #1C1D1C;
    border-radius: 50rem !important;
}
.eael-ext-scroll-to-top-wrap .eael-ext-scroll-to-top-button svg {
    fill: #ffffff;
    width: 25rem !important;
    height: 25rem !important;
}
.solutions-cards video.elementor-video {
    padding: 0rem 0rem 5rem 0rem !important;
    object-fit: contain !important;
    object-position: right;
}
.card-icons .elementor-widget-wrap.elementor-element-populated:hover {
    transform: scale(1.03);
    box-shadow: 0px 5rem 10rem 0px rgba(0, 0, 0, 0.1);
}
.card-icons .elementor-widget-wrap.elementor-element-populated{
transition: all 0.3s ease-in-out !important;
}
.main-menus span.elementor-icon-list-text {
    padding: 0px !important;
    margin-left: 5rem !important;
}
.jet-mega-menu-item__label:hover, .main-menus span.elementor-icon-list-text:hover, .mega-main a:hover,  .hover-a a:hover, .main-menus .jet-mega-menu-item__label:hover{
 background-size: 100% 10rem !important;
}
.mega-main a.eael-item-active, .main-menus .jet-mega-current-menu-item .jet-mega-menu-item__label{
    width: fit-content !important;
    padding: 0 5rem 4rem!important;
	position: relative;
    text-decoration: none;
	background-size: 100% 10rem !important;
    background-position: 50% 100%;
    -webkit-transition: background-size .25s cubic-bezier(.785, .135, .15, .86) 0s !important;
    -moz-transition: background-size .25s cubic-bezier(.785, .135, .15, .86) 0s !important;
    -o-transition: background-size .25s cubic-bezier(.785, .135, .15, .86) 0s !important;
    transition: background-size .25s cubic-bezier(.785, .135, .15, .86) 0s !important;
    background-image: linear-gradient(90deg, #95FF64 0%, #73F4A7 100%) !important;
    padding: 0 0 4rem;
    background-repeat: no-repeat;
    display: inline !important;
}
.mega-main a, .hover-a a, .main-menus .jet-mega-menu-item__label {
    width: fit-content !important;
    padding: 0 5rem 4rem!important;
	position: relative;
    text-decoration: none;
    background-size: 0 10rem !important;
    background-position: 50% 100%;
    -webkit-transition: background-size .25s cubic-bezier(.785, .135, .15, .86) 0s !important;
    -moz-transition: background-size .25s cubic-bezier(.785, .135, .15, .86) 0s !important;
    -o-transition: background-size .25s cubic-bezier(.785, .135, .15, .86) 0s !important;
    transition: background-size .25s cubic-bezier(.785, .135, .15, .86) 0s !important;
    background-image: linear-gradient(90deg, #95FF64 0%, #73F4A7 100%) !important;
    padding: 0 0 4rem;
    background-repeat: no-repeat;
    display: inline !important;
}
.main-menus .jet-mega-menu-item__label {
    background-position-y: 12rem !important;
}
.mega-main a, .mega-main a.eael-item-active {
    background-position-y: 15rem !important;
}
.hover-a.blog-hov a {
    background-size: 0 15rem !important;
    background-position: 50% 80%;
}

.hover-a.blog-hov a:hover {
    background-size: 100% 15rem !important;
}
.mega-main a.eael-item-active {
    z-index: 1;
}
.mega-main {
    margin-top: 16rem;
}
/* form footer ************************/
.form-footer .elementor-field-type-email {
    border: 1rem solid #000;
    border-radius: 15rem;
    padding: 10rem 0rem 10rem 15rem !important;
    height: 70rem;
    margin: 0px !important;
    max-width: 99.5%;
}
.form-footer input {
    border: 0px !important;
    background-color: transparent !important;
    padding-bottom: 0rem !important;
    color: #000 !important;
    font-size: 18rem;
    padding-top: 0px;
    margin-top: -6rem;
	padding: 0px !important;
}
.form-footer input:focus {
    outline: 0 !important;
    box-shadow: unset !important;
}
.form-footer button.elementor-button.elementor-size-sm {
    background-image: linear-gradient(90deg, #95FF64 0%, #73F4A7 100%);
    width: 68rem;
    height: 68rem;
    border-radius: 0px 15rem 15rem 0rem !important;
    cursor: pointer;
	transition: all 0.3s ease-in-out;
}
.form-footer button.elementor-button.elementor-size-sm:hover {
    background-image: linear-gradient(90deg, #73F4A7 0%, #95FF64 100%);
}
.form-footer .e-form__buttons {
    position: absolute;
    right: 0rem;
    top: 1rem;
	 width: 80rem !important;
}
.form-footer .e-form__buttons {
    position: absolute;
    right: 0rem;
    top: 1rem;
    width: 70rem !important;
    padding: 0px !important;
    margin: 0px !important;
}
.form-footer input::placeholder {
    font-size: 18rem;
    color: #000;
    opacity: 1 !important;
    font-weight: 600;
    font-family: 'DM Sans', serif;
}
span.error {
    position: absolute;
    font-size: 16rem;
    color: #fa0606;
}
.form-footer .elementor-message:before {
    padding: 15rem 15rem !important;
    border-radius: 50% !important;
    margin-right: 10rem !important;
    background-color: #fff;
    border: 2rem solid #91fe6c;
}
.form-footer span.signups {
    font-size: 16rem;
    font-weight: 500;
}
.form-footer input:-webkit-autofill, .form-footer textarea:-webkit-autofill,.form-footer  select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #f3f5eb inset !important;
    box-shadow: 0 0 0px 1000px #f3f5eb inset !important;
    -webkit-text-fill-color: #000;
	    max-width: 99% !important;

}
.footer .menu-item a {
    width: fit-content !important;
    margin-bottom: 10rem;
    padding: 0px !important;
	cursor:pointer;
}

.elementor-message.elementor-message-danger {
    font-size: 16rem !important;
    color: #ef3061 !important;
   display: none;
font-weight: 500 !important;
}
.footer .elementor-message.elementor-message-danger {
    color: #fa0606 !important;
}
.elementor-field-type-recaptcha {
    margin-top: 20rem !important;
}
span.elementor-message.elementor-message-danger.elementor-help-inline.elementor-form-help-inline {
    display: block !important;
	padding-top: 10rem;
	line-height: 1.2em !important;
}
.elementor-field-type-text  span.elementor-message.elementor-message-danger.elementor-help-inline.elementor-form-help-inline,
.elementor-field-type-email  span.elementor-message.elementor-message-danger.elementor-help-inline.elementor-form-help-inline,
.elementor-field-type-tel span.elementor-message.elementor-message-danger.elementor-help-inline.elementor-form-help-inline,
.elementor-field-type-textarea span.elementor-message.elementor-message-danger.elementor-help-inline.elementor-form-help-inline
{
    display: none !important;
}

span.elementor-message.elementor-message-danger.elementor-help-inline.elementor-form-help-inline:before {
    display: none !important;
}
form.elementor-form.successful .elementor-form-fields-wrapper {
    display: none;
}
.contactUs-form .elementor-field-type-textarea {
    margin-bottom: 30rem !important;
}
/* form footer end************************/
.contactUs-form span.elementor-message.elementor-message-danger.elementor-help-inline.elementor-form-help-inline {
    font-size: 13rem !important;
    margin-top: 2rem !important;
}
.contactUs-form .elementor-field-type-recaptcha {
    margin-top: 0rem !important;
    margin-bottom: 15rem !important;
}

/*  .contactUs-form.book-demo-form .elementor-field-type-textarea {
    margin-bottom: 15rem !important;
} */

.contactUs-form.book-demo-form span.elementor-message.elementor-message-danger.elementor-help-inline.elementor-form-help-inline {
    font-size: 13rem !important;
}
.contactUs-form.book-demo-form .elementor-field-type-recaptcha {
    margin-bottom: 20rem !important;
    margin-top: 0rem !important;
}
.card-icons .heading-26 {
    margin-bottom: 10rem !important;
}
.section-m {
            height: 100vh;
        }
#section1 {
	 position: sticky;
            top: 0;
}
#section2 {
    opacity: 0; /* Initially set opacity to 0 */
    transition: opacity 0.5s ease-in-out; /* Transition for opacity */
    position: sticky;
    top: 0;
}
#section2.visible {
    opacity: 1; /* Set opacity to 1 when visible */
}
body.home.page-template {
    background: #f3f5eb;
}
.trans-0.scrolled-up {
    --translateY: 00px !important;
}
.card-icons .elementor-widget-container {
    font-size: 16rem;
    line-height: 1.4em;
}
nav.elementor-pagination {
    margin-top: 60rem;
}
.mega-main.container-main {
        padding-top: 40rem !important;
        padding-bottom: 40rem !important;
    }
.mega-main {
    border-style: solid;
    border-width: 01rem 0rem 1rem 0rem;
    border-color: #EEF0F3;
}
.menu-privacy {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 5% !important;
}
.menu-privacy a.elementor-item.elementor-item-anchor.active:before {
        font-weight: 700;
    transition: background-size .25s cubic-bezier(.785,.135,.15,.86) 0s !important;
    background-image: linear-gradient(90deg, #95FF64 0%, #73F4A7 100%) !important;
    padding: 0 0 1rem;
    background-repeat: no-repeat;
    display: inline !important;
    text-decoration: none;
    background-size: 100% !important;
    background-position: 0 95%;
    padding: 0 5rem;
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 1 !important;
	background-color: #f3f5eb !important;
}
.menu-privacy a.elementor-item.elementor-item-anchor {
    position: relative;
    width: fit-content;
}

.search-result h3.elementor-post__title a {
    text-decoration: none;
    background-size: 0 2rem;
    background-position: 0 100%;
    -webkit-transition: background-size .25s cubic-bezier(.785, .135, .15, .86) 0s !important;
    -moz-transition: background-size .25s cubic-bezier(.785, .135, .15, .86) 0s !important;
    -o-transition: background-size .25s cubic-bezier(.785, .135, .15, .86) 0s !important;
    transition: background-size .25s cubic-bezier(.785, .135, .15, .86) 0s !important;
    background-image: linear-gradient(90deg, #95FF64 0%, #73F4A7 100%) !important;
    padding: 0 0 4rem;
    background-repeat: no-repeat;
    display: inline !important;
}
.search-result h3.elementor-post__title a:hover { 
    background-size: 100% 2rem;
}

.up-div, .down-div {
            display: none; /* Initially hide both divs */
        }

        .up-div.visible {
            display: block; /* Display when visible class is added */
        }

        .down-div.visible {
            display: block; /* Display when visible class is added */
        }

.video-preloader {
  position: relative;
  width: 100%;
  height: auto; /* Adjust height as needed */
}

.preloader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f0f0f0; /* Background color for loading */
  z-index: 10;
}

.spinner {
  /* Customize your loading spinner here */
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #3498db; /* Color of spinner */
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.video-container {
  width: 100%;
  height: auto; /* Adjust height as needed */
  overflow: hidden;
}

#myVideo, 
#myVideotab {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
.value-sec.video-end {
    display: none !important;
}
.value-sec {
    position: sticky;
    top: 0;
}
.solutions-cards-tp {
position: sticky;
    top: 0;
}
.choose-clearview.home-choose {
    padding-bottom: 0px !important;
}
.jet-mega-menu-item__inner {
    cursor: pointer;
}
span.ae-category-all {
    display: none !important;
}
	.hide-desk {
		display: none;
	}
.mega-main {
	z-index: 9 !important;
}
.search-panel {
    z-index: 99999;
}
.blog-main fieldset.jet-checkboxes-list-wrapper  span.jet-checkboxes-list__label {
	margin-right:15px;
}
.cv-blog-featured-sec span.color-text-70, .blog-main span.color-text-70{
    background-image: unset !important;   
    padding: 0;
	font-weight: 600;
}
.cv-blog-featured-sec button.jet-search-filter__submit.apply-filters__button {
    position: absolute;
    top: 16rem;
    left: 20rem;
}
.blog-main .elementor-col-100 .elementor-widget-image img {
    border-radius: 7rem 7rem 0rem 0rem !important;
}
.jet-checkboxes-list__button {
    padding: 5rem 24rem !important;
}
.blog-main span.jet-checkboxes-list__label {
    margin: 0px !important;
}
.blog-main fieldset.jet-checkboxes-list-wrapper {
    display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
}
.blog-main span.ae-element-post-category span {
    padding: 2rem 12rem !important;
}
.blog-main span.jet-checkboxes-list__decorator {
    position: absolute !important;
    width: 100% !important;
    height: 100% !important;
    left: 0px !important;
    top: -2rem !important;
    border-radius: 50rem !important;
    background-color: transparent;
    transition-duration: 500ms;
    border-radius: 99rem 99rem 99rem 99rem;
    padding: 10rem 24rem 10rem 24rem;
}
.blog-main span.jet-checkboxes-list__label {
    margin: 0px !important;
    z-index: 2;
}
.blog-main .jet-checkboxes-list__button {
    transition: all 0.3s ease-in;
}
.filter-remove button.jet-remove-all-filters__button {
	cursor: pointer;
}
.blog-main .jet-checkboxes-list .jet-checkboxes-list__item .jet-checkboxes-list__input:checked+.jet-checkboxes-list__button .jet-checkboxes-list__decorator,
.blog-main .jet-checkboxes-list__button:hover span.jet-checkboxes-list__decorator{
    background: #ccc;
    background-color: transparent;
    background-image: linear-gradient(90deg, var(--e-global-color-db7f14a) 0%, #73F4A7 100%) !important;
    border: 1rem solid #73F4A7 !important;
}
.blog-main i.jet-checkboxes-list__checked-icon.fa.fa-check {
    display: none !important;
}
.essential-read .elementor-widget-theme-post-excerpt {
    display: none !important;
}
.essential-read .jet-listing-dynamic-field__content {
    display: none !important;
}
.essential-read .cv-author-img {
    display: none !important;
}
.essential-read .elementor-widget-divider {
    display: none !important;
}
.essential-read .heading-26 {
    margin-bottom: 0px !important;
}
.essential-read .cv-author-desc .elementor-widget-wrap.elementor-element-populated {
    padding-left: 0px !important;
}
.essential-read .cv-author-box {
    padding-top: 10rem !important;
}
.recent-blog .jet-listing-grid__items .jet-listing-grid__item:nth-child(4) section.has_eae_slider  {
    background-color: transparent;
    background-image: linear-gradient(90deg, var(--e-global-color-accent) 0%, var(--e-global-color-db7f14a) 100%);
}
.recent-blog .jet-listing-grid__items .jet-listing-grid__item:nth-child(1) section.has_eae_slider  .elementor-widget-image {
	display: none !important;
}
.recent-blog .jet-listing-grid__items .jet-listing-grid__item:nth-child(2) section.has_eae_slider, .recent-blog .jet-listing-grid__items .jet-listing-grid__item:nth-child(3) section.has_eae_slider  {
    background-color: #ffffff;
    background-image: none;
}
.recent-blog .jet-listing-grid__items .jet-listing-grid__item:nth-child(2),  .recent-blog .jet-listing-grid__items .jet-listing-grid__item:nth-child(3) {
    width: 40% !important;
    max-width: 40% !important;
}
.recent-blog .jet-listing-grid__items .jet-listing-grid__item:nth-child(1),  .recent-blog .jet-listing-grid__items .jet-listing-grid__item:nth-child(4) {
    width: 60% !important;
    max-width: 60% !important;
	    width: 60% !important;
    max-width: 60% !important;
    flex: auto;
}
.recent-blog .jet-listing-grid__items .elementor-section .elementor-container {
    height: 100%;
}
.blog-main.recent-blog .elementor-col-100 .elementor-widget-image img {
    border-radius: 7rem !important;
}
li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-754 {
    display: none;
}
@media only screen and (max-width: 1600px) {
.scroll-div .elementor-icon svg {
    width: 70rem !important;
    height: 70rem !important;
}
	
.scroll-div .heading-26 h2.elementor-heading-title {
    font-size: 20rem !important;
}
	.scroll-div .heading-50 .elementor-widget-container {
    padding-bottom: 10rem !important;
}
	.scroll-div .div-cards .elementor-widget-wrap.elementor-element-populated {
    padding: 0px 20px 20px !important;
}
}
@media only screen and (max-width: 1200px) {
	.blog-main fieldset.jet-checkboxes-list-wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.top-banners .line-animation {
    width: 40% !important;
    top: 16% !important;
    right: 25% !important;
}
	.form-footer button.elementor-button.elementor-size-sm {
    margin-right: -2px !important;
}
	.scroll-div {
		display:none;
	}
}
@media only screen and (max-width: 1199px) {
	.text-30 h2 {
    font-size: 24rem !important;
}
}
@media only screen and (max-width: 825px) {
   .top-banners .line-animation {
        right: 7% !important;
    }
}
@media only screen and (max-width: 850px) {
    .top-banners .line-animation {
        width: 100% !important;
        top: 16% !important;
        right: 15% !important;
    }
}
@media only screen and (max-width: 1024px) {
	.hide-desk {
		display: block;
	}
	.show-desk {
		display: none;
	}
	.recent-blog .jet-listing-grid__items .jet-listing-grid__item:nth-child(1),  .recent-blog .jet-listing-grid__items .jet-listing-grid__item:nth-child(4), 
.recent-blog .jet-listing-grid__items .jet-listing-grid__item:nth-child(2),  .recent-blog .jet-listing-grid__items .jet-listing-grid__item:nth-child(3)  {
    width: 50% !important;
    max-width: 50% !important;
}
}
@media only screen and (max-width: 1023px) {
	.filters-blog-d {
    padding-top: 10px !important;
}
	.cv-blog-item, .recent-blog {
		padding-bottom: 0px !important;
	}
	.search-panel .ekit_modal-searchPanel .ekit-search-group input:not([type=submit]) {
    height: 60px;
    padding: 0 20px 0 75px;
    width: 100%;
    font-size: 18px;
    border: 2px solid #7FF88F;
}
	.search-panel button.ekit_search-button i.icon.icon-search11:before {
    font-size: 24px;
}
	.search-panel .ekit-wid-con .ekit-promo-popup>.mfp-container>.mfp-content {
    max-width: 100%;
    padding: 40rem;
}
	.footer {
    padding-bottom: 60px !important;
}
	.eael-ext-scroll-to-top-wrap .eael-ext-scroll-to-top-button {
    bottom: 2% !important;
}
}
@media only screen and (max-width: 767px) {
	  .contactUs-form span.elementor-message.elementor-message-danger.elementor-help-inline.elementor-form-help-inline {
    font-size: 11px !important;
}
	.contactUs-form.book-demo-form span.elementor-message.elementor-message-danger.elementor-help-inline.elementor-form-help-inline {
    font-size: 11px !important;
}
	.elementor-field-type-recaptcha {
    margin-top: 15px !important;
}
	span.elementor-message.elementor-message-danger.elementor-help-inline.elementor-form-help-inline {
    width: 100%;
    font-size: 11px !important;
    margin-top: 12px !important;
}
		.recent-blog .jet-listing-grid__items .jet-listing-grid__item:nth-child(1),  .recent-blog .jet-listing-grid__items .jet-listing-grid__item:nth-child(4), 
.recent-blog .jet-listing-grid__items .jet-listing-grid__item:nth-child(2),  .recent-blog .jet-listing-grid__items .jet-listing-grid__item:nth-child(3)  {
    width: 100% !important;
    max-width: 100% !important;
	        flex: auto !important;
}
	    .top-banners .line-animation {
        width: 100% !important;
        top: 12% !important;
        right: 24% !important;
        max-width: 350px !important;
    }
		.mobile-menu .jet-mobile-menu__header-template {
    padding-top: 8px;
}
	.mobile-menu  .jet-mobile-menu__toggle-icon {
    z-index: 9999;
}
.mobile-menu  .jet-mobile-menu__list {
    margin-top: -10px;
}
.mobile-menu  .jet-mobile-menu__container-inner i.icon.icon-cross {
    display: none;
    pointer-events: none;
}
.mobile-menu  .jet-mobile-menu__container-inner {
    padding: 0px !important;
}
.mobile-menu .breadcrumb-label {
        font-size: 18px !important;
        font-family: 'DM Sans';
        font-weight: 700 !important;
        color: #000 !important;
        line-height: 20px !important;
    }
	.mobile-menu .elementor-element.elementor-element-5eb1c23.elementor-widget.elementor-widget-heading h2 {
    margin-top: 10px !important;
}
    .mobile-menu .jet-mobile-menu__breadcrumbs {
        padding: 20px 20px !important;
        background-color: #f7f7f7;
        line-height: 1.6rem !important;
        margin-top: 20px;
    }
.mobile-menu  i.icon.icon-chevron-left {
    background-color: #f7f7f7;
    height: 60px;
    padding-top: 25px;
    padding-right: 20px;
	margin-top: 20px;
}
.mobile-menu .breadcrumb-label {
    font-size: 18px !important;
    font-family: 'DM Sans';
    font-weight: 700 !important;
    color: #000 !important;
}
.mobile-menu  .jet-mobile-menu__container-inner h2.elementor-heading-title {
    font-size: 18px !important;
    margin-top: 35px !important;
}
.mobile-menu  .jet-mobile-menu__container-inner .mega-main {
    padding: 0px !important;
    margin-top: 35px !important;
}

.mobile-menu  .jet-mobile-menu__container-inner .eael-simple-menu-container .eael-simple-menu li a {
    font-size: 16px !important;
    line-height: 1.6em !important;
    color: #5e5e5e !important;
}
.mobile-menu ul.jet-mobile-menu__items .main-mob {
    border-bottom: 0px solid !important;
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
    padding-top: 30px;
	pointer-events: none;
}
.mobile-menu  .jet-mobile-menu__container-inner .eael-simple-menu-container .eael-simple-menu.eael-simple-menu-vertical li {
    position: relative;
    padding: 10px 0px !important;
    border-bottom: 1px solid #bcbcbc;
    list-style: none;
}
.mobile-menu .mega-main ul {
    margin-left: 0rem !important;
}
	.mobile-menu .jet-mobile-menu__container-inner .hide-menu {
    display: none;
}
.mobile-menu .jet-mobile-menu__body {
    padding:0px 20px 50px !important;
}
	.mobile-menu .main-mob li {
    font-weight: 700 !important;
    border-bottom: 0px !important;
        padding-top: 30px !important;
}
.mobile-menu .main-mob span.jet-menu-label  {
    font-weight: 700 !important;
}
	.mobile-menu .jet-mobile-menu__item--active a {
    font-weight: 700;
    transition: background-size .25s cubic-bezier(.785,.135,.15,.86) 0s !important;
    background-image: linear-gradient(90deg, #95FF64 0%, #73F4A7 100%) !important;
    padding: 0 0 1rem;
    background-repeat: no-repeat;
    display: inline !important;
    text-decoration: none;
    background-size: 100% 42rem !important;
    background-position: 0 95%;
    padding: 0 5rem;
}
	.problem-id {
    margin-top: 40px;
}
	li#jet-mobile-menu-item-3568 {
    border-bottom: 0px !important;
}
	.mobile-menu span.jet-menu-label {
    font-size: 18px !important;
    line-height: 1.4em !important;
    padding: 3px 0px !important;
    margin: 0px !important;
    color: #000 !important;
    font-family: 'DM Sans' !important;
    font-weight: 400 !important;
}
.mobile-menu .jet-mobile-menu__container-inner .icon::before {
    font-weight: 700 !important;
    font-size: 20px !important;
}
	.mobile-menu ul.jet-mobile-menu__items li {
    border-bottom: 1px solid #BCBCBC;
}
	
	    .main-menus {
        height: 61px !important;
        padding-top: 10px !important;
    }
	.form-footer button.elementor-button.elementor-size-sm {
    background-image: linear-gradient(90deg, #95FF64 0%, #73F4A7 100%);
    width: 42px !important;
    height: 53px !important;
    border-radius: 0px 15px 15px 0rem !important;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    top: 5.5px;
    right: 0px !important;
    position: absolute;
    font-size: 18px;
}
    .footer label.elementor-field-label {
        font-size: 11px !important;
        padding-bottom: 3px !important;
    }
	.form-footer span.signups {
    font-size: 14px !important;
    font-weight: 500;
    line-height: 1.4em !important;
}
/*	.form-footer .elementor-message:before {
    padding: 12px 12px !important;
    border-radius: 50% !important;
    margin-right: 10rem !important;
    background-image: linear-gradient(90deg, var(--e-global-color-db7f14a) 0%, #73F4A7 100%);
    font-size: 15px !important;
    position: absolute;
		left: 0;
		top:0;
}
	*/
	.form-footer .elementor-message:before {
        padding: 15px !important;
	}
	.footer span.error {
    font-size: 12px !important;
    margin-top: 5px !important;
}
/* 	.footer	.elementor-message.elementor-message-success {
    margin-left: 0px;
} */
    .footer input, .footer input::placeholder {
        font-size: 14px !important;
        margin-top: -5px !important;
        background-color: transparent !important;
        background: transparent;
        min-height: 15px !important;
        padding: 0px !important;
    }
	.container-main {
        padding-left: 30px !important;
		padding-right: 30px !important;
	}
    .form-footer .elementor-field-type-email {
        border: 1px solid #000;
        border-radius: 15px;
        padding: 7px 0rem 7px 10px !important;
        height: 55px;
        margin: 0px !important;
        max-width: 99.5%;
        margin-top: 5px !important;
    }
	
	.footer li.menu-item a {
    font-size: 15px !important;
    line-height: 1.6em !important;
}
	    .search-panel .ekit-wid-con .ekit-promo-popup>.mfp-container>.mfp-content {
        padding: 40px;
    }
	.search-panel .ekit_modal-searchPanel .ekit-search-group input:not([type=submit]) {
    height: 60px;
    padding: 0 20px 0 60px;
    width: 100%;
    font-size: 18px;
    border: 2px solid #7FF88F;
}
	.search-panel button.mfp-close.ekit-popup-close {
    font-size: 40px;
    width: 40px;
    height: 40px;
    line-height: 38px;
}
	.search-panel button.mfp-close.ekit-popup-close:hover {
    width: 40px;
}
	.search-panel button.ekit_search-button i.icon.icon-search11:before {
    font-size: 24px;
}
.text-14 h2 {
    font-size: 12px !important;
}
	    .text-30 h2 {
        font-size: 20px !important;
    }
	.solutions-cards video.elementor-video {
    padding: 10px 0rem 5px 0rem !important;
    object-position: left;
   height: 125% !important;
}
	.solutions-cards .e-hosted-video {
    margin-bottom: 30px !important;
}
	.search-panel .ekit_navsearch-button {
        font-size: 17px;
        width: 40px !important;
        height: 40px !important;
        line-height: 40px !important;
    }
	.eael-ext-scroll-to-top-wrap .eael-ext-scroll-to-top-button svg {
    fill: #ffffff;
    width: 16px !important;
    height: 16px !important;
}
	.eael-ext-scroll-to-top-wrap .eael-ext-scroll-to-top-button {
    width: 40px !important;
    height: 40px !important;
	border-radius: 50% !important;
}
	.contactUs-form .elementor-field-type-textarea {
    margin-bottom: 30px!important;
}
}
@media only screen and (max-width: 666px) {
    .top-banners .line-animation {
        width: 100% !important;
        top: 12% !important;
        right: 5% !important;
        max-width: 350px !important;
    }
}
@media only screen and (max-width: 575px) {
.mobile-menu .jet-mobile-menu__container {
    width: 100%;
}
}
@media only screen and (max-width: 524px) {
    .top-banners .line-animation {
        width: 100% !important;
        top: 19% !important;
        right: 12% !important;
        max-width: 350px !important;
    }
}
@media only screen and (max-width: 519px) {
    .form-footer .elementor-message:before {
    /*    padding: 15px 12px !important; */
        top: 8px;
		margin-right: 5px !important;
    }
	.search-field::-webkit-search-cancel-button, .search-panel .ekit-search-group .ekit_search-field::-webkit-search-cancel-button {
    background-size: 20px !important;
}
}
@media only screen and (max-width: 480px) {
	    .top-banners .line-animation {
        width: 100% !important;
        top: 19% !important;
        right: 0% !important;
        max-width: 300px !important;
    }
	.search-field::-webkit-search-cancel-button, .search-panel .ekit-search-group .ekit_search-field::-webkit-search-cancel-button {
    background-size: 16px !important;
}
	    .search-panel .ekit-wid-con .ekit-promo-popup>.mfp-container>.mfp-content {
        padding: 10px;
    }
	    .search-panel .ekit_modal-searchPanel .ekit-search-group input:not([type=submit]) {
        height: 55px;
        padding: 0px 10px 0 45px;
        width: 100%;
        font-size: 16px;
    }
	    .search-panel button.ekit_search-button i.icon.icon-search11:before {
        font-size: 20px;
        padding-left: 10px;
    }
	    .text-30 h2 {
			margin-top: 10px;
        font-size: 18px !important;
			line-height: 1.3em !important;
    }
}
@media only screen and (max-width: 357px) {
    .top-banners .line-animation {
        width: 100% !important;
        top: 24% !important;
        right: 0% !important;
        max-width: 300px !important;
    }
}
@media only screen and (max-width: 287px) {
    .top-banners .line-animation {
        width: 100% !important;
        top: 29% !important;
        right: 0% !important;
        max-width: 300px !important;
    }
}

