/*!
Theme Name: infovision
Theme URI: http://underscores.me/
Author: infovision
Author URI: http://underscores.me/
Description: infovision
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: infovision
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.

infovision 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.
 */
body.e-lazyload .lazyloaded {
    --e-bg-lazyload-loaded: var(--e-bg-lazyload) !important;
}

 html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

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

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

body {
  padding: 0 !important;
}
/**
 * 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: 700;
}

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

/* 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: 5rem 15rem;
}

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;
}
.no-link .ue-marquee-tag.icon_text_marquee_social_exp_inner a {
  cursor: default;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}
/* .location-inner:hover{
	-webkit-transform: scale(1.25);
-moz-transform: scale(1.25);
-ms-transform: scale(1.25);
-o-transform: scale(1.25);
transform: scale(1.25);
} */
 .elementor-social-icon:hover {
    -webkit-transform: scale(1.25);
-moz-transform: scale(1.25);
-ms-transform: scale(1.25);
-o-transform: scale(1.25);
transform: scale(1.25);
}
.gap-row .elementor-container {
  gap: 30rem;
}
  .menu-inds-lcol .elementor-social-icons-wrapper a:hover  {
	-webkit-transform: scale(1.25);
-moz-transform: scale(1.25);
-ms-transform: scale(1.25);
-o-transform: scale(1.25);
transform: scale(1.25);
} 
 
@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;
}

.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;
}
.case-study-filter.infov-filter-sticky {

 position: sticky !important;
 top: -75rem !important;
 z-index: 99 !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;
}

:root {
    font-feature-settings: 'liga' off, 'calt' off;
}


@media (min-width: 1920px){
:root {
    font-size: .0462962962962963vw;
}
}
	@media (max-width: 1919px) and (min-width: 1024px){
:root {
    font-size: .052083333333333336vw;
} 
}
@media (max-width: 1023px) and (min-width: 480px){
:root {
    font-size: .13020833333333331vw;
}
}

.single-case-study .attachment-full img {
    border-radius: 10px;
}
form.post-password-form {
    padding-top: 280px;
    padding-bottom: 261px;
	padding-left: 100px;
	padding-right: 100px;
}
form.post-password-form p {
	padding: 10px 0px;
	font-size: 1.5em;
}
form.post-password-form input[type="password"] {
    color: #666;
    border: 1px solid #000;
    border-radius: 3px;
    padding: 10px 10px;
    height: 30px;
    font-size: 20px;
    width: 150px;
}
form.post-password-form input[type="submit"]{
    border-radius: 5px;
    background: #003da6;
    color: #fff;
    line-height: 1;
    padding: 8px;
    width: 130px;
	font-size: 16px;
}
.eael-contact-form-7 textarea {
	width: 100% !important;
}
ul.check-box-list {
	list-style: none;
	padding-left: 0;
	margin: 0 0 1.5em 0.5em;
}
ul.check-box-list li {
	padding-left: 1.5em;
	margin-bottom: 1em;
}
ul.check-box-list li::before {
	content: '';
	position: absolute;
	left: 0;
	width: 2em;
	height: 2em;
	background-repeat: no-repeat;
}
.num-bullets {
	list-style: lower-alpha;
	padding-top: 5px;
	padding-bottom: 5px;
}
.num-bullets li {
	padding-top: 5px;
	padding-bottom: 5px;
}

.case-study-table td, .case-study-table th {
    padding: 15.75rem !important;
    vertical-align: middle !important;
    border-top: 1px solid #dee2e6;
}
.case-study-table {
	margin-bottom: 30px;
}
/* .infov-split-title .eae-st-transform-text-title .green-heading-post {
	color : #62BB46 !important;
} */

.insights-heading span {
	color: #62BB46 !important;
}
ul.infov-ul-list li::before {
    content: '';
    width: 8rem;
    height: 8rem;
    border-radius: 8rem;
    position: absolute;
    left: 15rem;
    background: #62bb46;
    top: 18rem;
}
ul.infov-ul-list li {
    list-style: none;
    padding-left: 40rem !important;
    position: relative;
}
ul.infov-ul-list {
    padding-left: 0 !important;
}
.elementor-kit-10 p {
    margin-bottom: 10rem;
}
.infov-tiles:hover {
	border-radius: 10px;
	background: linear-gradient(85deg, #0E5BEA 40.24%, #02E071 100%) !important;
	z-index: 99;
}
.infov-tiles {
	border-radius: 10px !important;
}

.infov-green-tiles {
	border-radius: 5rem;
	background: linear-gradient(85deg, #0E5BEA 40.24%, #02E071 100%) !important;
	z-index: 99;
}
.orange-gradient-tiles-home .elementor-widget-wrap  {
	border-radius: 10px;
background: linear-gradient(85deg, #0E5BEA 40.24%, #02E071 100%);
/* 	margin: 10px 20px 10px 0px; */
	border-radius: 10px;
}
.who-we-are-gradient-tiles .elementor-widget-wrap {
    border-radius: 10px;
    background: linear-gradient(85deg, #0E5BEA 40.24%, #02E071 100%);
    margin: 30rem !important; /* Shorthand for all four sides */
    transition: all 1.5s ease-in-out;  /* Smooth transition for all properties */
    -webkit-transition: all 1.5s ease-in-out;
    -moz-transition: all 1.5s ease-in-out;
}

.who-we-are-gradient-tiles .elementor-widget-wrap:hover {
    border-radius: 20px; /* Slightly increase border-radius for a smooth effect */
    margin: 20rem !important; /* Reduce margin smoothly */
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2); /* Add a soft shadow effect */
	background: auto;
	background-size: cover;
	background-repeat: no-repeat;
}


.green-cta-gradient-tiles-home .elementor-widget-wrap  {
background: linear-gradient(85deg, #0E5BEA 40.24%, #02E071 100%);
/* 	margin: 10px 20px 10px 0px; */
}
.green-blue-border .elementor-widget-wrap {
	border: 2px solid transparent;
background: #FFF;
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-image-slice: 1;
border-image-source: linear-gradient(to right, #00a9ff, #7FFF60);
}
.industries-toplayout-border:after {
      content: '';
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      height: 80%;
      width: 2px; /* Adjust the border thickness */
      background: linear-gradient(to bottom, #0E5BEA, #02E071); /* Gradient color */
}
.industries-bottomlayout-border:after {
      content: '';
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      height: 80%;
      width: 2px; /* Adjust the border thickness */
      background: linear-gradient(to bottom, #0E5BEA, #02E071); /* Gradient color */
}
.industries-bottomlayout-border::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80%; /* Top border width */
  height: 2px; /* Border thickness */
  background: linear-gradient(to right, #0E5BEA, #02E071); /* Gradient color for the top */
}
.industries-bottomlayout-last-border::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80%; /* Top border width */
  height: 2px; /* Border thickness */
  background: linear-gradient(to right, #00a9ff, #32ff7e); /* Gradient color for the top */
}

.green-gradient-hover-border {
    position: relative;
}

.green-gradient-hover-border::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px; /* Adjust the border thickness */
    background: linear-gradient(to right, #0E5BEA, #02E071); /* Gradient color */
    transform: scaleX(0);
    transition: transform 0.3s ease-in-out;
}

.green-gradient-hover-border:hover::before {
    transform: scaleX(1);
}

img.svg-arrow-indtry {
    width: 60rem;
    position: absolute;
    right: 20rem;
    bottom: 20rem;
}

.capabilities-tabs .elementor-image-box-content h3, .capabilities-tabs .elementor-image-box-content p {
	margin-left: 30rem;
}


.capabilities-tabs .elementor-image-box-content:after {
    content: '';
    position: absolute;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
    height: 80%;
    width: 2px;
    background: linear-gradient(to bottom, #0E5BEA, #02E071);
}

.whitepaper-tabs .elementor-image-box-content h3, .whitepaper-tabs .elementor-image-box-content p {
	margin-left: 30rem;
}
.whitepaper-tabs .elementor-image-box-content:after {
    content: '';
    position: absolute;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
    height: 80%;
    width: 2px;
    background: linear-gradient(to bottom, #0E5BEA, #02E071);
}

.accelerators-boxes .elementor-widget-wrap {
	display: block;
    border: 3px solid #EFEFEF;
    border-radius: 0;
    background: #fff;
    padding: 20px;
    position: relative;
}
.accelerators-boxes .elementor-widget-wrap:hover {
	opacity: 1;
    border-color: #0075FF;
	
	transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-duration: .5s;
    -ms-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
}
.accelerators-boxes .elementor-widget-wrap:before {
    display: block;
    content: "";
    width: 9%;
    height: 17%;
    position: absolute;
    bottom: -3px;
    right: -3px;
    border-bottom: 3px solid #0075FF;
    border-right: 3px solid #0075FF;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.accelerators-boxes .elementor-widget-wrap:after {
    display: block;
    content: "";
    width: 9%;
    height: 17%;
    position: absolute;
    top: -3px;
    left: -3px;
    border-top: 3px solid #0075FF;
    border-left: 3px solid #0075FF;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

#blog-feature-image img {
	width: 100% !important;
}

.martech-tiles:hover .elementor-icon-box-title {
    color: #0075FF !important;
}

.martech-tiles:hover .elementor-icon-box-description {
    color: #0075FF;
}

.martech-tiles:hover svg path {
     fill: #0075FF;
}
.martech-unlock-tab-tiles ul li {
    margin-left: 0rem;
    padding-left: 0rem;
}
.martech-unlock-tab-tiles ul {
    margin-left: 0rem;
    padding-left: 30rem;
}

#main-header {
  position: fixed !important;
  top: -100 !important;
  z-index: 99999 !important;
}

	
#main-header.fixed-header {
  position: fixed !important;
  top: 0 !important;
  left: 0;
  right: 0;
  z-index: 9999;
  width: 100%;
  background-color: #fff; /* adjust to your site style */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: top 0.3s ease-in-out;
}

#main-header.hide-header {
  top: -120px !important; /* or use -120px if your header is taller */
}

.infov-header {
  transition: top 0.3s ease;
}

.jet-listing-grid__slider-icon.next-arrow {
  transition: transform 0.3s ease;
  transform: scaleX(-1);
}

.jet-listing-grid__slider-icon.next-arrow:hover {
  transform: scaleX(-1) scale(1.1); /* keep the flip, add scale */
}

.jet-listing-grid__slider-icon.prev-arrow {
  transition: transform 0.3s ease;
  transform: scaleX(1);
}

.jet-listing-grid__slider-icon.prev-arrow:hover {
  transform: scaleX(1) scale(1.1); /* keep the flip, add scale */
}

.elementor-swiper-button {
	  transition: transform 0.3s ease;
  	transform: scaleX(1);
}
.elementor-swiper-button:hover {
	transform: scaleX(1) scale(1.1); /* keep the flip, add scale */
}

.company-menu ul li a {
	font-size: 24rem !important;
}
@media only screen and (max-width: 800px) {
	.industries-toplayout-border:after, .industries-bottomlayout-border::before, .industries-bottomlayout-last-border::before, .capabilities-tabs .elementor-image-box-content:after, .whitepaper-tabs .elementor-image-box-content:after {
		display: none !important;
	}
	.whitepaper-tabs .elementor-image-box-content h3, .whitepaper-tabs .elementor-image-box-content p {
    margin-left: 0rem;
}
	#capabilities .jet-tabs__control {
		flex: auto !important;
		justify-content: normal !important;
	}
	#capabilities .jet-tabs__control-inner {
		flex: auto !important;
		justify-content: normal !important;
	}
	.capabilities-tabs .elementor-image-box-content h3, .capabilities-tabs .elementor-image-box-content p {
	margin-left: 0rem;
}
}

.careers-marquee-wrapper {
    display: none;
}

body.show-careers-marquee .careers-marquee-wrapper {
    display: block;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    
    z-index: 9;
    font-weight: bold;
    color: #a94442;
}
body.careers-page header,
body.careers-page .elementor-header {
    padding-top: 100rem; /* Adjust as needed */
}

.blog-content .blog-codes {
		background-color: #000;
	    padding: 20rem 20rem;
	color: #fff !important;
	line-height: 1.4em;
	}
.blog-content .blog-codes p {
	color: #fff !important;
	line-height: 1.4em;
	}
.blog-content code {
	color: #fff !important;
	line-height: 1.4em;
	}

.main-title .n2-highlighted, .main-subtitle .n2-ss-item-content p, .main-button a {
		font-family: "Poppins", Sans-serif !important;
	}

.techology-event-date-tile {
    background: -webkit-gradient(linear, left top, right top, from(#c43096), to(#a925ad));
    background: -webkit-linear-gradient(left, #c43096 0%, #a925ad 100%);
    background: -o-linear-gradient(left,#c43096 0%,#a925ad 100%);
    background: linear-gradient(90deg, #c43096 0%, #a925ad 100%);
}

.event-intro {
    background: -webkit-gradient(linear, left top, right top, from(#0a0a57), to(#4b0e7c)) !important;
    background: -webkit-linear-gradient(left, #0a0a57, #4b0e7c) !important;
    background: -o-linear-gradient(left,#0a0a57,#4b0e7c) !important;
    background: linear-gradient(to right, #0a0a57, #4b0e7c) !important;
}
.key-note-btn .elementor-button {
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
    color: #fff;
    background: -webkit-gradient(linear, left top, right top, from(#100f4f), to(#d719a5));
    background: -webkit-linear-gradient(left, #100f4f, #d719a5);
    background: -o-linear-gradient(left,#100f4f,#d719a5);
    background: linear-gradient(to right, #100f4f, #d719a5);
}

.tech-meet-heading h2 {
	text-align: left !important;
    color: transparent;
    background: -webkit-gradient(linear, left top, right top, from(#2547cf), color-stop(10%, #2547cf), color-stop(20%, #8326b5), color-stop(23%, #a519ab), color-stop(27%, #b116a7), color-stop(40%, #ce0b9e));
    background: -webkit-linear-gradient(left, #2547cf 0%, #2547cf 10%, #8326b5 20%, #a519ab 23%, #b116a7 27%, #ce0b9e 40%);
    background: -o-linear-gradient(left,#2547cf 0%,#2547cf 10%,#8326b5 20%,#a519ab 23%,#b116a7 27%,#ce0b9e 40%);
    background: linear-gradient(to right, #2547cf 0%, #2547cf 10%, #8326b5 20%, #a519ab 23%, #b116a7 27%, #ce0b9e 40%);
    background-repeat: no-repeat;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    font-family: "Poppins", sans-serif;
    font-size: 36px;
    font-weight: 700;
    -webkit-text-fill-color: transparent;
}
.white-insights-grid .insights-type .elementor-heading-title {
	color: #fff !important;
}


/* .e--pointer-double-line .elementor-item:after, .e--pointer-double-line .elementor-item:before, .e--pointer-overline .elementor-item:after, .e--pointer-overline .elementor-item:before, .e--pointer-underline .elementor-item:after, .e--pointer-underline .elementor-item:before {
    background-color: #0075FF !important;
    height: 3px;
    left: 0;
    width: 100%;
    z-index: 2;
}

#secondary-header .elementor-nav-menu--main .elementor-nav-menu a {
	font-size: 24rem;
	font-weight: 400;
	color: #000;
	font-family: "Poppins", Sans-serif;
	line-height: 1em;
} */