/*!
Theme Name: Digital Apple
Theme URI: http://underscores.me/
Author: Digital Apple
Author URI: http://underscores.me/
Description: Digital Apple
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: digital_apple
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.

Digital Apple 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 {
	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%;
}
#elementor-panel-state-loading {
  display: none !important;
}
/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

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

/* Navigation
--------------------------------------------- */
.message.message-operator .button-wrapper button {
    color: #383780 !important;
}

.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 0em;
}

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

.page-content,
.entry-content,
.entry-summary {
	margin: 0em 0 0;
}
.entry-footer {
  display: none;
}
.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
--------------------------------------------- */
.pin-spacer {
    pointer-events: all !important;
}
/* 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;
}
.insights-contt-right-col ul {
  padding-left: 40rem !important;
  margin-left: 0 !important;
}
.para.custom-accordian ul {
  margin-left: 0;
}
.para.custom-accordian ul li {
  color: #000;
  font-family: "Biennale-Regular", Sans-serif;
}
.para.custom-accordian ul li b, .para.custom-accordian ul li strong {
  color: #000;
  font-family: "Biennale-Medium", Sans-serif;
}
.custom-accordian .eael-img-accordion .overlay-active ul {
    display: block;
}

.custom-accordian .eael-img-accordion ul {
    display: none;
}
/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}
.jet-checkboxes-list .jet-checkboxes-list__item .jet-checkboxes-list__checked-icon svg {
    width: 1em !important;
    height: 1em !important;
}
/* 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: 992px){
:root {
    font-size: .052083333333333336vw;
}
}
@media (max-width: 991px) and (min-width: 480px){
:root {
    font-size: .13020833333333331vw;
}
}
@media (max-width: 479px){
:root {
    font-size: .24154589371980675vw;
}
}
body {
    margin: 0 !important; 
   	overflow-x: hidden !important;
		position: relative;
    width: 100vw;
    margin-right: auto;
    margin-left: auto;
}
.o-container .elementor-container {
    position: relative;
    max-width: 1458rem !important;
}
.banner-slides .sp-horizontal .sp-arrows {
    top: 0% !important;
    margin-top: 0px !important;
    height: 100% !important;
	display: flex;
	z-index: 2;
}
.banner-slides .sp-horizontal .sp-previous-arrow {
    left: 0px !important;
    right: auto;
    height: 100% !important;
    width: 50% !important;
	cursor: none;
	position: relative;
}
.banner-slides .sp-horizontal .sp-next-arrow {
    right: 0px !important;
    left: auto;
	height: 0% !important;
    width: 0% !important;
	cursor: none;
	position: relative;
}
.banner-slides .jet-slider__content.sp-layer {
    max-width: 1458rem !important;
    margin: auto;
}
	
.banner-slides .jet-slider__content-inner {
	width: 70% !important;	
	z-index: 2;
}
.banner-slides .jet-slider__button-wrapper {
		z-index: 9;
}
.banner-slides .jet-slider__content-item {
    justify-content: left !important;
}
.banner-slides .sp-thumbnails-container.sp-bottom-thumbnails {
    position: absolute;
    right: 0;
    margin-right: 0px !important;
	bottom: 0px;
}
.banner-slides .sp-thumbnail-container.sp-selected-thumbnail {
display: block;
}
.banner-slides .sp-thumbnail-container {
    display: none;
}
.banner-slides .sp-thumbnail-container,.banner-slides .sp-thumbnail-container.sp-selected-thumbnail,.banner-slides .sp-thumbnails-container.sp-bottom-thumbnails {
    width: 500rem !important;
    height: 500rem !important;
}
.banner-slides img.sp-thumbnail {
    margin: 0px !important;
}
.banner-slides .sp-thumbnail-container:before {
    border: 0px !important
}
#prev-slide  {
    opacity: 0;
    position: absolute;
    background-color: #00000040;
    color: white !important;
    top: 0px;
    left: 0px;
    padding: 28rem 20rem;
    font-size: 20rem;
    font-family: "Biennale-Bold", Sans-serif;
    border-radius: 50rem;
}
 #next-slide  {
    opacity: 0;
    position: absolute;
    background-color: #3CCF4E;
    color: #000000 !important;
    top: 0px;
    left: 0px;
    padding: 28rem 20rem;
    font-size: 20rem;
    font-family: "Biennale-Bold", Sans-serif;
    border-radius: 50rem;
	 display: none;
}
.banner-slides .sp-horizontal .sp-previous-arrow:hover #prev-slide, .banner-slides .sp-slides-container:hover #next-slide{
  opacity: 1;
}

.banner-slides .sp-slides-container{
 cursor:none;
}
.mouse_over #next-slide{
	display:none !important;
}
.header-da{ 
	position: fixed !important;
    top: 0;
    width: 100%;
}
.banner-slides .jet-slider-icon-inner {
    height: fit-content !important;
    margin-bottom: 20rem !important;
}
.banner-slides .jet-slider__icon .jet-slider-icon-inner svg {
    width: 1em;
    height: unset;
}
.banner-slides h5.jet-carousel__item-title a:after {
    content: "";
    background-image: url(https://digitalapple.ai/wp-content/uploads/2022/09/green-arrow.svg);
    width: 70%;
    height: 70%;
    position: absolute;
    background-repeat: no-repeat;
    right: -75rem;
    top: 15rem;
}
.right-slide-small.elementor-widget-jet-carousel {
    width: 20% !important;
}
/* .work-select-filter-sec.hide{
	display: none !important
} */
.right-slide-small .jet-carousel__item.slick-slide {
	padding: 0px !important;
}
.right-slide-small p {
    margin-bottom: 1em;
}
  .right-slide-small .prev-arrow.slick-arrow {
            display: none !important;
        }
  .right-slide-small .jet-arrow.next-arrow.slick-arrow,   .right-slide-small .jet-arrow.next-arrow.slick-arrow:hover {
    width: 100% !important;
    height: 100% !important;
    right: 0 !important;
    top: 122rem !important;
    background-color: #00000000;
	  border-radius: 0px !important;
}
 .right-slide-small .jet-carousel {
    margin-left: 0px !important;
    margin-right: 0px !important;
}
 .right-slide-small  h5.jet-banner__title {
    justify-content: left;
    display: grid;
}
 .right-slide-small h5.jet-banner__title  img {
   width: 120rem;
    margin-left: 0px;
    margin-bottom: 15px;
}
.right-slide-small .jet-banner.jet-effect-lily .jet-banner__content-wrap {
    background-color: #151515;
    padding: 0rem 25rem;
}
.right-slide-small{
	right: 0px !important;
}
.right-slide-small .jet-banner.jet-effect-lily .jet-banner__title, .right-slide-small .jet-banner.jet-effect-lily .jet-banner__text {
    -webkit-transform: translate3d(0, 20px, 0) !important;
    transform: translate3d(0, 20px, 0) !important;
}
.right-slide-small .jet-banner.jet-effect-lily .jet-banner__text {
    opacity: 1 !important;
	padding-right: 85rem;
}
.right-slide-small .jet-banner.jet-effect-lily .jet-banner__content-wrap {
    height: 65% !important;
}
.right-slide-small .jet-banner.jet-effect-lily .jet-banner__img{
 opacity: 0;
	transition: 0.3s ease-in-out;
}
.right-slide-small:hover .jet-banner.jet-effect-lily .jet-banner__img{
 transform: scale(1.3);
}
.right-slide-small .jet-banner__overlay {
    opacity: 0 !important;
}
.button-con.elementor-widget-jet-carousel {
	width: 15% !important;
}
.button-con.elementor-widget-jet-carousel {
    margin-left: 350rem !important;
}
.video-small-widget .elementor-widget-container, .video-small-widget .elementor-widget-video .e-hosted-video .elementor-video {
    height: 450rem !important;
}
.full-video-widget .elementor-widget-container {
    height: 100vh !important;
}
.dialog-close-button.dialog-lightbox-close-button{
    color: #ffffff !important;
    font-size: 25rem !important;
	transition: 0.3s ease-in-out;
}
.dialog-close-button.dialog-lightbox-close-button:hover{
    color: #3CCF4E !important;
	 font-size: 35rem !important;
}
#cursor-video, #cursor-video1, #cursor-drag {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.cursor-move .e-hosted-video:hover #cursor-video, .cursor-move1 .e-hosted-video:hover #cursor-video1, .color-scrolling #cursor-drag{
  opacity: 1;
}
#cursor-video img, #cursor-video1 img{
width: 90rem;
}
.fadeInUp {
 overflow: hidden !important;
}
.black-text{
	color: #000000 !important;
}
.regular-font {
	font-family: "Biennale-Regular", Sans-serif;
	font-weight: 400;
}
.principles-sec span.elementor-button-icon.elementor-align-icon-right svg {
    width: 45rem;
    position: absolute;
    bottom: 8rem;
}
.button-above-ico span.elementor-button-icon.elementor-align-icon-right svg {
   position: absolute;
    bottom: 40rem;
    right: 15rem;
}
.after-stroke h2:after {
    content: "";
    background-image: url(https://digitalapple.ai/wp-content/uploads/2022/09/green-stroke.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    bottom: 0;
    right: 0;
    position: absolute;
    width: 37%;
    height: 50%;
    z-index: -1;
}
.color-scrolling h5.jet-carousel__item-title {
    position: absolute;
    bottom: 96%;
}
.color-scrolling .jet-carousel__item-inner img {
    opacity: 0.25;
	transition: 0.2s;
}
.color-scrolling .jet-carousel__item.slick-center img {
	opacity:1;
}
.color-scrolling .jet-carousel__item-text {
    padding-top: 50rem;
	 height: 295rem;
}
.color-scrolling .jet-carousel-wrap.jet-equal-cols .jet-carousel__item img {
    margin: 0px !important;
}
.color-scrolling .jet-carousel__item {
    padding: 10rem !important;
}
.color-scrolling .jet-carousel__item .jet-carousel__content {
    opacity: 0;
	transition: 0.2s ease-in;
}
.color-scrolling .jet-carousel__item.slick-center .jet-carousel__content {
    opacity: 1;
}
.nums {
    font-size: 20em;
}
div#cursor-drag {
    font-size: 20rem;
}

div#cursor-drag {
    font-size: 20rem;
        font-family: "Biennale Black", Sans-serif;
    color: #000000;

    background-color: #ffffff50;
    margin: auto;
    padding: 31rem 20rem;
    border-radius: 50%;
}
.beige-stroke span{
	color: #B79C8A;
}
.black-stroke span{
	color: #000000;
}
.green-stroke span{
	color: #3CCF4E;
}
.beige-stroke:after,.black-stroke:after,.green-stroke:after {
    content: "";
    background-image: url(https://digitalapple.ai/wp-content/uploads/2022/10/beige-stroke.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    bottom: 0;
    right: 0;
    position: absolute;
    width: 78%;
    height: 96%;
    z-index: -1;
}
.black-stroke:after {
    background-image: url(https://digitalapple.ai/wp-content/uploads/2022/10/black-stroke.svg);
}
.green-stroke:after {
    background-image: url(https://digitalapple.ai/wp-content/uploads/2022/10/green-stroke.svg);
}
.arrow-btn span.elementor-button-content-wrapper:hover .elementor-button-icon {
  animation: left-right 1.2s ease-in-out infinite;
}
.arrow-btn.download-btn span.elementor-button-content-wrapper:hover .elementor-button-icon {
  animation: bouncebounce 0.9s 1.5s infinite ease-out alternate
}
@include keyframes(bouncebounce) {
	0% {
    bottom: 22px;
  }
	100% {
    bottom: 40px;
  }
}

@keyframes left-right {
  0%,
  100% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(10px, 0);
  }
}
a.text-scr{
	display: none;
}
a.text-scr.active {
	display: block;
}
.v-scroll .jet-scroll-navigation__item-hint {
    background-color: #00000000;
}
.v-scroll span.jet-scroll-navigation__label {
    font-size: 36rem !important;
    line-height: 1.4em !important;
}
.v-scroll .jet-scroll-navigation__item .jet-scroll-navigation__dot {
	top: -110rem;
    position: absolute;
	display: none;
}
.v-scroll .jet-scroll-navigation__item.active .jet-scroll-navigation__dot {
	display: block;
}
.v-scroll .jet-scroll-navigation__item-hint {
    margin-left: 60rem;
}
.v-scroll .jet-scroll-navigation__inner .jet-scroll-navigation__item:first-child span {
    color: #B2AFFF !important;
}
.v-scroll .jet-scroll-navigation__inner .jet-scroll-navigation__item:nth-child(2) span {
    color: #D9738D !important;
}
.v-scroll .jet-scroll-navigation__inner .jet-scroll-navigation__item:nth-child(3) span {
    color: #B79C8A !important;
}
.v-scroll .jet-scroll-navigation__inner .jet-scroll-navigation__item:nth-child(4) span {
    color: #3CCF4E !important;
}
.v-scroll .jet-scroll-navigation--position-left {
    left: unset !important;
}
.scroll-points.hide{
	display: none;
}
.scroll-points.show{
	display: block;
}
.v-scroll .jet-scroll-navigation {
    position: absolute !important;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 999;
    overflow: visible !important;
}
.slider-years .bdt-position-relative.bdt-slide-overlay {
   display: none;
}
.slider-years .bdt-prime-slider-skin-locate .bdt-slideshow-item {
    margin: 0px !important;
}
.slider-years .bdt-width-1-1 {
	width: 100% !important;
}
.slider-years .bdt-main-title {
    position: absolute !important;
    left: 0 !important;
}
.slider-years span.frist-word {
    display: grid;
    align-items: center;
    position: absolute;
    top: -182rem;
    line-height: 1.02em;
}
.slider-years span.frist-word span {
    color: #151515;
}
.slider-years .bdt-prime-slider {
    position: relative;
    overflow: visible;
}
.slider-years .bdt-prime-slider-skin-locate .bdt-slideshow-item.bdt-flex-column {
    flex-direction: column !important;
    width: 100% !important;
}

.slider-years ul.bdt-slideshow-items .frist-word {
    margin-left: 200rem;
}
.slider-years:before {
    content: '20' !important;
    position: absolute;
    left: 0;
    background: unset !important;
    font-size: 360rem;
    line-height: 1.2em;
    font-family: "Biennale-Bold", Sans-serif;
    color: #151515;
    top: 0;
    bottom: 0;
    left: 44rem;
    top: 50%;
    transform: translate(0%, -50%);
}
.slider-years .bdt-prime-slider-skin-locate:before {
    background: unset !important;
}
.slider-years ul.bdt-slideshow-items {
    min-height: 75vh !important;
}
.slider-years .bdt-slider-excerpt {
    max-width: 52% !important;
    margin-left: auto !important;
    padding-left: 50rem !important;
}
.slider-years h2 {
    color: #FFFFFF;
    font-family: "Biennale-Bold", Sans-serif;
    font-size: 50rem;
    font-weight: 700;
    line-height: 1.1em;
}
.slider-years .bdt-prime-slider-skin-locate .bdt-slideshow-content-wrapper {
    top: 0% !important;
}
.slider-years .bdt-prime-slider-desc {
    padding: 0px !important;
}
.slider-years .content-sliders {
    margin-top: 35rem;
    margin-bottom: 35rem;
}
.slider-years .bdt-prime-slider-desc {
    overflow: hidden;
}
.slider-years span.bdt-slider-nav-text {
    display: none !important;
}
.slider-years .ps-wi-arrow-left-5:before {
    content: " ";
    background-image: url(https://digitalapple.ai/wp-content/uploads/2022/10/arrow-up.svg);
    background-repeat: no-repeat;
    width: 18rem;
    height: 64rem;
    background-size: contain;
    display: inline-block;
}
.slider-years .ps-wi-arrow-right-5:before {
    content: " ";
    background-image: url(https://digitalapple.ai/wp-content/uploads/2022/10/arrow-down.svg);
    background-repeat: no-repeat;
    width: 18rem;
    height: 64rem;
    background-size: contain;
    display: inline-block;
}
.slider-years .bdt-prime-slider-skin-locate .bdt-navigation-arrows {
    position: absolute;
    left: 11% !important;
    top: 50% !important;
	bottom: unset !important;
    transform: translate(0%, -50%);
}
.slider-years a.bdt-prime-slider-previous {
    top: -260rem !important;
    position: absolute;
}
.slider-years a.bdt-prime-slider-next {
    bottom: -170rem !important;
    position: absolute;
}
.slider-years .bdt-slider-excerpt img {
    width: 100%;
}
.letter-scrolls {
    display: flex;
    width: 200%;
}
.text-src {
    margin-right: 60rem;
}
.text-src.green-t span {
    color: #3CCF4E;
    font-family: "Biennale-Bold", Sans-serif;
}
.text-src.green-t {
    font-weight: 300 !important;
    font-family: "Biennale-Light", Sans-serif;
}
.text-src.beige-t span {
    color: #B79C8A;
}
.text-src.lilac-t {
    -webkit-text-stroke: 2px #000000 !important;
    color: #ffffff;
}

.text-src.lilac-t span {
    -webkit-text-stroke: 0px #000000 !important;
    color: #B2AFFF;
}
.text-src.mauve-t span {
    color: #D9738D;
}
.letter-scrolls {
    margin-left: -250rem;
}
.cursor-video, .cursor-drag, .cursor-prev {
    position: fixed;
    top: 0px;
    left: 0px;
    pointer-events: none;
    cursor: none;
    transition: transform 200ms ease-out;
    z-index: 9999;
}
.cursor-video .inner-c, .cursor-drag .inner-d {
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    border-radius: 100%;
    border: rgba(0, 0, 0, 0) 1px solid;
    transition: width 200ms ease-out, height 200ms ease-out;
    font-size: 0;
    color: #fff;
    align-items: center;
    display: flex;
    justify-content: center;
    background-color: transparen;
}
.cursor-video .inner-c.inner-c-hidden, .cursor-prev .inner-p-hidden  {
    width: 100rem;
    height: 100rem;  font-size: 22rem; background-image: url('https://digitalapple.ai/wp-content/uploads/2022/09/play.svg'); background-repeat:no-repeat; background-position: center;
	background-size: cover !important;
  }
.cursor-prev .inner-p {
    transform: translate(-50%, -50%);
	 width: 90rem;
    height: 90rem;
	background-image: url('https://digitalapple.ai/wp-content/uploads/2022/10/next.svg'); background-repeat:no-repeat; background-position: center;
	background-size: contain;
    border-radius: 100%;
    border: rgba(0, 0, 0, 0) 1px solid;
    transition: width 200ms ease-out, height 200ms ease-out;
    font-size: 0;
    color: #fff;
    align-items: center;
    display: flex;
    justify-content: center;
    background-color: transparen;
}
 .cursor-prev .inner-p-hidden  {
    width: 90rem;
    height: 90rem;
	 background-image: url('https://digitalapple.ai/wp-content/uploads/2022/10/prev.svg'); background-repeat:no-repeat; background-position: center;
	 background-size: contain;
  }
 .cursor-drag .inner-d.inner-d-hidden  {
    width: 100rem;
    height: 100rem;  font-size: 22rem;
  }
 .color-scrolling .jet-carousel__item, .banner-slides .eae-slide-inner{
	 cursor: pointer;
  }
 .color-scrolling .inner-d {
    color: #000000 !important;
	font-family: "Biennale-Bold", Sans-serif;
}
 .color-scrolling .inner-d.inner-d-hidden {
    background-color: #ffffff50 !important;
}
 .color-scrolling .slick-arrow {
    padding: 30rem !important;
    border-radius: 50% !important;
}
  .height-0 .elementor-widget-container{
	  position: absolute;
    height: 10px !important;
    margin: 0px !important;
}
.header-da i.icon.icon-burger-menu:before {
    font-size: 37rem !important;
    transition: 0.2s ease;
}
.header-da .elementor-button-wrapper .elementor-button {
    padding: 15rem 20rem 13rem!important;
    border-radius: 50rem;
}
.dialog-type-lightbox {
    z-index: 99 !important;
}
.m-menu .cross-ico {
    position: absolute;
    top: -25rem !important;
    right: -280rem;
}
.header-da.active {
    background-color: #151515;
}
.m-menu .cross-ico.animated {
    -webkit-animation-duration: 0.3s !important;
    animation-duration: 0.3s !important;
}
 a:focus,.m-menu a:hover {
    outline: none;
}
.m-menu ul.elementor-nav-menu li a:hover {
    transform: scale(1.03) !important;
}
.m-menu ul.elementor-nav-menu li a {
    transition-duration: .3s !important;
    transition-property: transform !important;
    transform-origin: 0% 10% !important;
}
.m-menu .sub-menu {
   position: absolute !important;
    left: 0 !important;
    width: 200% !important;
	max-width: 200% !important;
    height: 100vh;
	background-color: #00000000 !important;
}
.m-menu li.menu-item {
    width: 480rem;
}
 .m-menu li.menu-item .elementor-item{
    line-height: 1.2em !important;
    padding: 0px !important;
}
.m-menu .sub-menu li.menu-item {
    width: fit-content !important;
	width: -moz-fit-content !important;
}
.m-menu .sub-menu li a {
    padding: 5rem 0rem !important;
    line-height: 1.4em !important;
}
.m-menu .sub-menu {
    margin-left: 600rem !important;
    padding-left: 100rem !important;
}
.m-menu .cross-ico svg {
    width: 35rem !important;
    height: 35rem !important;
}
.section-business {
	position: absolute !important;
	bottom: 5rem;
	right: -320rem;
}
#elementor-popup-modal-5521 {
    z-index: 100 !important;
}
#elementor-popup-modal-5521 .header-da.white{
	background-color: #ffffff !important;
}

/* banner css */
.banner-slides .eae-thumb-container {
    position: absolute !important;
    bottom: 0 !important;
    right: 0 !important;
}
.da-jetcon-sec{
padding-top:58rem !important;
    padding-bottom:60rem !important;
	    padding-left: 70rem !important;
	position: relative;
}
/*
.banner-slides .eae-swiper-outer-wrapper .eae-gallery-thumbs .eae-thumb-slide {
    opacity: 0 !important;
}
.banner-slides .eae-swiper-outer-wrapper .eae-gallery-thumbs .eae-thumb-slide.swiper-slide-thumb-active {
    opacity: 1 !important;
}
*/
.banner-slides .right-hov-card {
    width: 20% !important;
    height: 41% !important;
    position: absolute;
    display: inline-block;
    z-index: 3;
    right: 0;
    bottom: 0;
	cursor: pointer;
}
.banner-slides .eae-swiper-outer-wrapper .eae-gallery-thumbs .eae-thumb-slide.swiper-slide-thumb-active:hover {
    opacity: 1;
}
.banner-slides .eae-swiper-outer-wrapper .eae-gallery-thumbs .eae-thumb-slide {
    opacity: 0;
}
.banner-slides .img-top img {
    width: 165rem;
}
.banner-slides .eae-slide-content {
    padding-left: 352rem !important;
	width: 100% !important;
	max-width: 100% !important;
}
.banner-slides .eae-slide-inner {
    width: 50% !important;
}
.banner-slides .eae-slide-heading {
    width: 100% !important;
}
.banner-slides .eae-swiper-button.eae-slider-nav-button.eae-swiper-button-next, .banner-slides .eae-swiper-button.eae-slider-nav-button.eae-swiper-button-prev {
    width: 50%;
    height: 100%;
}
 .banner-slides .eae-swiper-button.eae-slider-nav-button.eae-swiper-button-prev {
  left: 0;
}
.banner-slides .eae-swiper-button.eae-slider-nav-button.eae-swiper-button-next {
   right: 0;
}
.banner-slides .eae-thumb-container {
    display: none;
}
.card-rg {
    position: absolute;
    right: -100%;
    bottom: 0%;
    width: 40%;
    height: 42%;
}
.bottom-r {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: flex;
}
.bottom-r img{
	object-fit: cover;
	opacity: 0;
	transition: 0.3s ease-in;
}
.text-card-in {
    position: absolute;
    bottom: 0;
    padding: 40rem;
    background-color: #151515;
    width: 100% !important;
    display: flex;
    align-items: center;
	transition: 0.25s ease-in-out;
}
.explore-click {
    width: 300rem !important;
    height: 100rem;
    position: absolute !important;
    top: 74%;
    left: 16%;
	z-index: 2;
}
.explore-click-inner a {
    font-size: 26rem;
    line-height: 1.3em;
    color: #ffffff !important;
    font-family: 'Biennale-Bold';
    padding-left: 5rem !important;
	cursor: pointer;
}
.text-card-in h1:before {
    content: "";
    width: 105rem;
    height: 3rem;
    background-color: #D9738D;
    position: absolute;
    display: inline-block;
    left: 85rem;
    top: 20rem;
}
.text-card-in h1 {
    font-size: 36rem;
    line-height: 1.1em;
    font-family: 'Biennale-Bold';
    margin-top: 0 !important;
    position: relative;
}
.text-card-in h4 {
    font-size: 24rem;
    line-height: 1.2em;
    font-family: 'Biennale-Bold';
}
.text-card-in h6 {
    font-size: 18rem;
    line-height: 1.2em;
    font-family: 'Biennale-Bold';
	color: #ffffff50;
	text-transform: uppercase;
	    margin-bottom: 20rem;
}

.explore-click a:hover  span {
  color:#3CCF4E;
	transition: 0.2s ease-in;
}
.explore-click a span.elementor-button-icon {
    margin-left: 15rem;
}
.explore-click a:hover  span.elementor-button-icon img {
  animation: left-right 1.2s ease-in-out infinite !important;
}
.social-icons {
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 2;
}
.social-icons.black {
    background-color: red !important;
    padding: 20px;
}
.social-icons.white {
    background-color: yellow !important;
    padding: 20px;
}
.cursor-prev {
	opacity: 0;
}
.banner-slides:hover .cursor-prev {
	opacity: 1;
}
.hover-a a{
	transition: 0.2s ease;
}
.hover-a a:hover{
	color: #3CCF4E !important;
}
.social-icons .elementor-social-icons-wrapper.elementor-grid {
    display: inline-grid !important;
}
.social-icons{
    margin-right: 35rem;
}
.social-icons i {
    color: #ffffff !important;
}
.social-icons.dark i {
    color: #000000 !important;
}
.video-popup-slider.video-slider .swiper-slide-bg{
  filter: grayscale(100%);
}
 
.video-popup-slider.video-slider .swiper-slide-active:hover .swiper-slide-bg {
  filter: grayscale(0%);
}
.client-btn:hover span.elementor-button-icon.elementor-align-icon-right {
  animation: top-bottom 1.2s ease-in-out infinite;
}
li#all-services h2:hover {
    color: #3CCF4E;
}

li#services .eael-tab-title.title-before-icon {
    border-bottom: 2px solid;
    font-size: 48rem;
    line-height: 1.1em;
}
.da-jetcon-sec .elementor-container{
    max-width: 100% !important;
}
span.da-outline.text {
    color: #151515 !important;
    text-shadow: -1px -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff, 1px 1px 0 #ffffff !important;
}
 .v-scroll .heading-54 .elementor-heading-title {
    line-height: 1.2em !important;
}
.logos-counter span.elementor-counter-number-suffix span {
    font-size: 25rem;
    font-family: 'Biennale-Regular';
    color: #90949a;
}
.logos-counter img {
    width: 70% !important;
    display: inline-block;
    text-align: left !important;
    margin-right: auto !important;
    margin-left: -15rem !important;
}
.section-counts .elementor-counter-title {
    display: flex;
    left: 0;
    position: relative;
}
.section-counts span.elementor-counter-number-prefix {
    display: none;
}
.section-counts img.swiper-slide-image {
  padding: 10rem 10rem 10rem 0rem;
}
/*** smart slider css ***/
.n2-ss-slider .n2-ss-item-image-content img {
    display: inline-block;
    max-width: 100%;
    min-width: 180rem !important;
}
.home-new-slider .n2-ss-slide {
    height: 100vh!important;
}
/* .slider-bbox-main{
    position: relative !important;
} */
.home-new-slider .n2-ss-layers-container>.n2-ss-layer.n2-ow {
/*     padding-left: 232rem!important; */
}
.slider-head {
    font-family: "Biennale-Bold", Sans-serif !important;
    font-size: 76rem !important;
    line-height: 1.1em !important;
    font-weight: 700 !important;
    margin-bottom: 20rem!important;
    color: #ffffff!important;
}

.slider-bbox {
    padding: 35rem;
}
.explore-btn{
	margin-top:100rem !important;
}
.slider-bbox  {
    position: absolute !important;
    bottom: 0 !important;
/*     padding: 40rem; */
    background-color: #151515 !important;
    width: 390rem !important;
    display: flex !important;
    align-items: center;
	 right: 20rem !important;
    transition: .25s ease-in-out !important;
}
.n2-ss-layer.n2-ow.slider-hv-img{
  position: absolute;
  min-height: 450rem !important;
  bottom: 0 !important;
 padding:15rem !important;
bottom: -12px !important;
 right: -14px !important;
 min-width: 415rem !important;
transition: .25s ease-in-out
}
.slider-bbox-main {
    position: absolute !important;
    bottom: 0 !important;
    right: -20rem !important;
}
.slider-hv-img .mslider-hv-img {
  object-fit: cover;
  position: absolute;
  right: 0;
  height: 100% !important;
	width:100%;
}
.slider-bbox:hover .slider-hv-img {
  visibility: visible;
transition: 0.3s ease-in !important;
}
.slider-hv-img {
  position: absolute !important;
  min-height: 600rem !important;
  bottom: 0 !important;
	visibility:hidden;
}

 img.first-bimg{
	width: 165rem !important;
}

.slider-content{
	max-width:100% !important;
/* 	padding-top:120rem !important; */
	position:relative;
}
.slider-bbox  h1.slider-head-number {
    font-size: 36rem  !important;
    line-height: 1.1em !important;
    font-family: "Biennale-Bold", Sans-serif !important;
    margin-top: 0!important;
    position: relative !important;
}
.slider-bbox h1.slider-head-number::before {
    content: "";
    width: 105rem;
    height: 3rem;
    background-color: #d9738d;
    position: absolute;
    display: inline-block;
    left: 85rem;
    top: 20rem;
}
.explore-btn a:hover div div::after {
    animation: left-right 1.2s ease-in-out infinite !important;
}
.slider-next {
    font-size: 18rem !important;
    line-height: 1.2em !important;
    font-family: "Biennale-Bold", Sans-serif !important;
    color: #ffffff50 !important;
    text-transform: uppercase;
    margin-bottom: 20rem !important;
}
.slider-head4{
    font-size: 24rem !important;
    line-height: 1.2em !important;
    font-family: "Biennale-Bold", Sans-serif !important;
	padding-bottom:5rem !important;
}
.explore-btn a{
    font-size: 26rem !important;
    line-height: 1.3em !important;
    color: #ffffff !important;
    font-family: "Biennale-Bold", Sans-serif !important;
    padding-left: 5rem !important;
    cursor: pointer !important;
	position:relative !important;
}
.explore-btn a div div::after{
	content: url(https://digitalapple.ai/wp-content/uploads/2022/09/green-arrow.svg) !important;
    position: absolute;
    height: 13rem !important;
    width: 39rem !important;
    top: 3rem !important;
    left: 187rem !important;
}
.explore-btn a:hover{
	color:#3CCF4E !important;
}


/*** smart slider css end ***/

.swal2-popup {
  position: fixed !important;
  right: 77rem;
  bottom: 75rem;
  width: 380rem !important;
}
/* div#cookie-notice.cookie-revoke-visible {
    display: none !important;
}
 */


/* marquee tag start */
@media only screen and (min-width: 1921px) {
	.n2-ss-layer.n2-ow.slider-hv-img {
    bottom: -21px!important;
}
	img.mslider-hv-img {
    width: 100% !important;
}
	.explore-btn a div div::after {
    top: -2rem!important;
	}
	.n2-ss-layer.n2-ow.slider-hv-img {
  right: -50px !important;
  min-width: 430rem !important;
}
}
@media only screen and (max-width: 1919px) {
	.slider-head4 {
    font-size: 21rem !important;
}
.section-business {
    right: -180rem;
}
	.m-menu .cross-ico {
    right: -160rem !important;
}
	.text-card-in h4 {
    font-size: 21rem;
}
.text-card-in {
    padding: 35rem;
}	
	.banner-slides .eae-slide-content {
    padding-left: 232rem !important;
}
	.explore-click {
    top: 78%;
    left: 11.9%;
}
	.lilac-text{color: #B2AFFF !important;}
		.vertical-section-3 + .scrollmagic-pin-spacer {
  background: #151515 !important;
}
}
/* Responsive Media query	 */
	
	@media only screen and (max-width: 1480px){
/* 		.tbanner-slider {
    height: 1000rem !important;
} */
	.section-counts .elementor-widget-image {
    width: 60% !important;
}
		.da-me-cols .elementor-widget-wrap.elementor-element-populated {
    padding-top: 130rem !important;
}
	.da-mtab .eael-tabs-nav {
    padding-top: 40rem !important;
}
		.da-mtab .eael-tab-item-trigger {
    padding-bottom: 32rem !important;
}
		.da-jetcon-sec {
    padding-top: 40rem !important;
    padding-bottom: 40rem !important;
		}

		.search-banner button.search-submit {
    padding: 15rem 0px 12rem 40rem !important;
}
.banner-slides .eae-swiper-slide {
  height: 1000rem !important;
}
	.banner-slides .eae-slide-content {
    margin-top: 100rem !important;
}
	.banner-slides .explore-click-inner {
  margin-top: 80rem;
}
	.banner-slides .eae-slide-text {
  font-size: 28rem !important;
}
		.o-container .elementor-container {
   max-width: 1570rem !important;
}
.scrolling-sec1 .elementor-container {
  min-height: 100px !important;
}
	.technology-heading svg {
  max-width: 174rem !important;
  width: 155rem !important;
}
		.technology-heading .elementskit-info-box-icon::after {
   right: 44rem;
  top: 48rem;
}
		.text-left.icon-lef-right-aligin {
  align-items: center !important;
}
		.scrolling-sec1 {
  padding-top: 10rem !important;
}
}
@media only screen and (max-width: 1280px){
	
		.da-me-cols .elementor-widget-wrap.elementor-element-populated {
    padding-top: 140rem !important;
}
}
@media only screen and (max-width: 1200px){
	
		.da-me-cols .elementor-widget-wrap.elementor-element-populated {
    padding-top: 170rem !important;
}
 
	 
}
@media only screen and (max-width: 1099px){
		.da-me-cols .elementor-widget-wrap.elementor-element-populated {
    padding-top: 190rem !important;
}
}

@media only screen and (max-width: 1024px){
		.da-me-cols .elementor-widget-wrap.elementor-element-populated {
    padding-top: 210rem !important;
}
}

@media only screen and (max-width: 991px){
	.o-container .elementor-container {
    position: relative;
    max-width: 100% !important;
}
	.dialog-lightbox-widget .elementor-fit-aspect-ratio iframe {
     top:0 !important;
    height: 95% !important;

}
	.insight-section .jet-listing-grid__slider-icon.slick-arrow {
      height: 50px;
    width: 50px;
}
  .blog-banner .c-cta-btn .elementor-size-lg {
    font-size: 16px !important;
    padding: 14rem 25rem 14rem 10rem !important;
    width: 240px !important;
  }
	.rcx-cs-filter-row select.jet-select__control {
     max-width: 256px !important;
  padding: 12rem 34rem 12rem 20rem !important;
  }
	.rcx-cs-filter-row select.jet-select__control.depth-0 {
    background-position: 94% 50%;
  background-size: 13rem;
}
	.slider-head {
    font-size: 36rem !important;
	}
	.slider-bbox {
    bottom: 0 !important;
    width: 220rem !important;
    right: 20rem !important;
    transition: .25s ease-in-out !important;
}
	.slider-head4 {
    font-size: 13rem !important;
}

.slider-next {
    font-size: 10rem!important;
}
.slider-bbox h1.slider-head-number {
    font-size: 20rem!important;
	}
.slider-content .banner-pd-left {
	margin-left: 50rem!important;
	}
	.slider-bbox {
    padding: 20rem;
}
	.explore-btn a {
    font-size: 16rem !important;
	}
	.explore-btn a div div::after {
    top: 2rem !important;
    left: 115rem !important;
}
	img.first-bimg {
    width: 109rem !important;
}
	.explore-btn {
    margin-top: 40rem !important;
}
/* 	.tbanner-slider {
    height: 500rem!important;
} */
	.n2-ss-layer.n2-ow.slider-hv-img {
    position: absolute;
    min-height: 220rem !important;
    bottom: 0rem !important;
    right: -32rem !important;
    min-width: 230rem !important;
    transition: all 0.25s ease-in-out 0s;
}
	.slider-bbox h1.slider-head-number::before {
    content: "";
    width: 105rem;
    height: 3rem;
    top: 13rem;
	left: 45rem;
}
	.da-search-panel svg {
    width: 25rem !important;
}
	.elementor-widget-image {
    display:none !important;
}
	.js-slideContainer {
  width: 100% !important;
  }
	.js-slideContainer2 {
  width: 100% !important;
  }
	.c-cta-btn .elementor-button .elementor-button-text::after {
  width: 39rem;
		height: 19rem; }

 	.we-are-creative-sec .inner-sec1 .elementor-container .elementor-column::before, .we-are-creative-sec .inner-sec2 .elementor-container .elementor-column::before, .we-are-creative-sec .inner-sec3 .elementor-container .elementor-column::before, .we-are-creative-sec .inner-sec4 .elementor-container .elementor-column::before, .we-are-creative-sec .inner-sec5 .elementor-container .elementor-column::before, .we-are-creative-sec .inner-sec6 .elementor-container .elementor-column::before, .we-are-creative-sec .inner-sec7 .elementor-container .elementor-column::before, .we-are-creative-sec .inner-sec8 .elementor-container .elementor-column::before, .we-are-creative-sec .inner-sec9 .elementor-container .elementor-column::before, .we-are-creative-sec .inner-sec10 .elementor-container .elementor-column::before {
  content: none !important;
	}
	.pinDiv {
  padding-bottom: 20rem !important;
}
	.elementor-element-d87828a p br {
  display: none !important;
}
	.inner-sec3 .elementor-widget-icon-box {
  width: 100% !important;
  max-width: 100% !important;
}
	.show-hover-effect .elementor-icon-box-wrapper {
  visibility: visible !important;
  opacity: 1 !important;
}
.our-work-first-element .elementor-widget-wrap.elementor-element-populated {
  padding-top: 90rem !important;
}
	.mobile-pt-0{ padding-top: 0 !important;}
	.banner-slides .eae-swiper-slide {
  height: 500px !important;
}
	.pinDiv .mobile-padding {
  padding-bottom: 0 !important;
}
	.banner-slides .eae-slide-content {
  padding-left: 40rem !important;
}
.text-card-in {
  padding: 20rem !important;
}	 
.explore-click {
  top: 70%;
  left: 4.9%;
}
	.mobile-padding-0 {
  padding-top: 0 !important;
}
	.text-card-in h1 {
  font-size: 20rem;
 }
	 .text-card-in h6 {
  font-size: 13rem;
  }
	.text-card-in h4 {
  font-size: 17rem;
}
	.banner-slides .img-top img {
  width: 90rem;
}
	.banner-slides .eae-slide-heading {
  width: 92% !important;
}
	.banner-slides .eae-slide-text {
  font-size: 15rem !important;
}
.explore-click-inner a {
  font-size: 15rem;
}
.text-card-in h1 {
  font-size: 12rem;
}
.text-card-in h6 {
  font-size: 10rem;
}
.text-card-in h4 {
  font-size: 13rem;
}
	.text-card-in h1::before {
  content: "";
  width: 58rem;
  height: 1rem;
  background-color: #B2AFFF;
  position: absolute;
  display: inline-block;
  left: 39rem;
  top: 5rem;
}
	.cursor-prev .inner-p-hidden, .cursor-next .inner-p-hidden {
  width: 60rem;
  height: 60rem;
   background-size: cover !important;
}
	.cursor-prev .inner-p {
  transform: translate(-50%, -50%);
  width: 60rem;
  height: 60rem;
   background-size: cover !important;
}
	.cursor-video .inner-c.inner-c-hidden, .cursor-prev .inner-p-hidden {
  width: 60rem;
		height: 60rem;
	}
	.banner-slides .eae-slide-content {
  margin-top: 40rem !important;
}
	.card-rg {
   width: 50%;
  height: 38%;
}
			.video-small-widget .elementor-widget-container, .video-small-widget .elementor-widget-video .e-hosted-video .elementor-video {
  height:300px !important;
}
	.mobile-pb-0{ padding-bottom: 0 !important}
	.vertical-section-3 + .scrollmagic-pin-spacer {
  background: #151515 !important;
}
	.mobile-menu-da li.submenu-level1 span.jet-menu-label {
    font-size: 14px !important;
    padding-left: 12px !important;
    font-family: biennale-medium, Sans-serif !important;
}
}
	@media only screen and (max-width: 767px){
				.cookie-notice-visible .cookie-notice-container {
     z-index: 2;
  display: flex !important;
  justify-content: space-between;
  align-items: center;  
}
/*       .hide-on-mob {
    display: block !important;
  } */
      .hide-on-mob-clear{
    display: none !important;
  }
 .work-select-filter-sec.hide{
	display: none !important
} 
  }

  @media only screen and (max-width: 991px){
    
		/*** smart slider3 ***/
		.home-new-slider .n2-ss-slide {
  height: 500px !important;
}
		.slider-bbox h1.slider-head-number::before {
  top: 9px;
  left: 45px;
  height: 2px !important;
  width: 80px !important;
}
		
		
		.slider-content .banner-pd-left {
	margin-left: 30px!important;
	}
		.slider-bbox:hover .slider-hv-img {
			visibility: hidden;
		}
		img.first-bimg {
    width: 120px!important;
    padding-bottom: 20px !important;
}
.slider-head {
    font-size: 32px!important;
}
.explore-btn a {
    font-size: 18px!important;
}
.slider-bbox {
    padding: 15px;
}
.slider-bbox h1.slider-head-number {
  font-size: 14px !important;
  padding-bottom: 10px !important;
}
.slider-bbox {
    width: 170px!important;
	}
		.slider-bbox {
  bottom: -1px !important;
  }
	.slider-head4 {
    font-size: 12px!important;
}
.slider-next {
    font-size: 12px!important;margin-bottom: 13px !important;
}
.slider-bbox h1.slider-head-number::before {
    top: 15px;
    left: 45px;
}
.n2-ss-layer.n2-ow.slider-hv-img {
    min-width: 252px!important;
}
		.explore-btn a div div::after {
    left: 135px !important;
}
		/*** smart slider3 end ***/
			.we-are-creative-sec .inner-sec1 .elementor-container:first-child .elementor-inner-column:first-child {
  border-bottom: 0.2px solid #424141 !important;
}
		.we-are-creative-sec .inner-sec1::after, .we-are-creative-sec .inner-sec2::after, .we-are-creative-sec .inner-sec3::after, .we-are-creative-sec .inner-sec4::after, .we-are-creative-sec .inner-sec5::after, .we-are-creative-sec .inner-sec6::after, .we-are-creative-sec .inner-sec7::after, .inner-sec8::after, .we-are-creative-sec .inner-sec9::after, .we-are-creative-sec .inner-sec10::after {
  content: '';
  display: block !important;
  width: 0% !important;
  border-bottom: 0.5px solid #727272 !important;
  transition: width 1.5s ease-in !important;
  transform-origin: 60% 0% !important;
  opacity: 0.5;
}
		.we-are-creative-sec  .elementor-container .elementor-inner-column {
  border-bottom: 0.2px solid #424141 !important;
}
		.pinDiv .elementskit-info-box-icon {
  margin-right: 20rem !important;
}
		.pinDiv .elementskit-box-header { display: none !important;}
			.banner-slides .eae-slide-text {
  font-size:21rem !important;
}
.explore-click-inner a {
  font-size: 20rem;
}
.text-card-in h1 {
  font-size: 18rem;
}
.text-card-in h6 {
  font-size: 16rem;
}
.text-card-in h4 {
  font-size: 18rem;
}
		.video-small-widget .elementor-widget-container, .video-small-widget .elementor-widget-video .e-hosted-video .elementor-video {
  height: 250px !important;
}
		.scrolling-sec1 .elementor-container {
  min-height: 100px !important;
}
		.video-hover-click .content-div .show-hover .head-arrow {
  width: 80% !important;
  max-width: 90% !important;
}
	}
	@media only screen and (max-width: 479px){
		.banner-slides .eae-slide-heading {
  width: 197% !important;
}
		.banner-slides .eae-slide-text {
  width: 197% !important;
}
			.banner-slides .eae-swiper-slide {
  height: 580px !important;
}
		.card-rg {
  width: 130%;
  height: 30%;
}
		.banner-slides .eae-slide-text {
  font-size: 15rem !important;
}
		.text-card-in h1 {
  font-size: 14rem;
}
		.text-card-in h6 {
  font-size: 12rem;
}
		.text-card-in h4 {
  font-size: 12rem;
}
	 	.banner-slides .explore-click-inner {
  margin-top: 23rem;
  padding-left: 15rem !important;
}
		.bottom-r {
  display: none;
}
		.banner-slides .eae-slide-content {
  margin-top: 105rem !important;
}
		.text-card-in:hover, .text-card-in {
  background-color: rgb(21, 21, 21) !important;
}
		.text-card-in {
  padding: 15rem !important;
}
		.text-card-in h6 {
    margin-bottom: 10rem;
}
		.explore-click-inner a {
  font-size: 17rem;
}
		.banner-slides .eae-slide-content {
  margin-top: 80rem !important;
}
		.technology-heading svg{
  max-width: 122rem !important;
  width: 135rem !important;
}
	 .client-logo .elementor-image-gallery .gallery-item img {
  height: 30px;
}
		#gallery-1 .gallery-item:nth-child(2) {
  padding-left: 50px !important;
}
	
	 
		}
	
	
/*** job individual page css ***/
	h2.da-job-head2 {
    color: #000000;
    font-family: "Biennale-Bold", Sans-serif;
    font-size: 85rem;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 50rem;
    margin-top: 100rem !important;
}
ul.da-job-ul {
    margin: 0 !important;
}
	ul.da-job-ul li::marker {
    color: #3CCF4E;
    font-size: 35px;
}
	ul.da-job-ul li {
    margin-bottom: 20px;
}
.da-inner-search input.search-field {
    width: 100% !important;
}
.da-inner-search button.search-submit {
	position:absolute !important;
	left:0 !important;	
}
.da-inner-search button.search-submit:focus {
    outline: 0 !important;
    border: 0 !important;
}
.da-inner-search button.search-submit:hover, .da-inner-search button.search-submit {
    outline: 0 !important;
    border: 0 !important;
	background-color: unset !important;
}.planetc-search-result .page-numbers.current {
    background-color: #E13246;
    padding: 3rem 12rem;
}

.da-search-result .page-numbers.current {
    background-color: #3CCF4E;
    padding: 3rem 12rem;
}
.da-ae-col:hover .da-ae-fimg img {
    opacity: 0 !important;
}


/* 	.da-ae-col:hover .popup-ico, .da-ae-col:hover .link-ico  {
    opacity: 0 !important;
}
	 */
 
/****mega menu css code****/
.header-da .jet-mega-menu-mega-container__inner {
    margin-top: 16rem;
	padding: 0px !important;
}	
.da-mtab .eael-tabs-nav {
    padding-top: 60rem !important;
    padding-bottom: 30rem !important;
    border-right: 1px solid #151515;
}
.da-atab-title .eael-advance-tabs .eael-tabs-nav > ul li {
    padding: 0px 0px 40rem 0px !important;
    margin: 0px 60rem 0px 0px !important;
}

.da-mtab .eael-advance-tabs .eael-tabs-nav > ul li.active {
    font-weight:700 !important;
}
.da-atab-title .eael-tab-content-item {
    padding: 0px !important;
}
.da-mmenu-head h1:hover {
    color: #3CCF4E !important;
}
.da-atab-title {
	padding-left: calc((100% - 1458rem) / 2)!important;
}
.da-jetcon-sec{
	padding-right: 277rem !important;
}
li#services .eael-tab-title.title-before-icon::after {
    content: '';
    background-image: url(https://digitalapple.ai/wp-content/uploads/2022/10/line-fill-arrow.svg
) !important;
    position: absolute !important;
    width: 80rem;
    height: 40rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0px 0px;
    transition: all 0.2s ease-in;
    transform: translate3d(0%, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    top: 10rem;
}
.da-explole-world .elementor-button .elementor-button-content-wrapper  span::after{
	content: '';
    background-image: url(https://digitalapple.ai/wp-content/uploads/2022/11/metaverse-link-arrow.svg) !important;
    position: absolute !important;
    width: 65rem;
    height: 30rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0px 0px;
    transition: all 0.2s ease-in;
    transform: translate3d(0%, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    top: 5rem;
    right: -45rem;
}
.da-explole-world:hover .elementor-button .elementor-button-content-wrapper  span::after {
    background-position: 35rem -33rem;
    transition: all 0.2s ease-in;
    transform-style: preserve-3d;
}
.da-me-tab{
	position:relative;
}
li#services:hover .eael-tab-title.title-before-icon::after {
    background-position: 35rem -40rem;
    transition: all 0.2s ease-in;
    transform-style: preserve-3d;
}

.bm-head h1.elementor-heading-title::after, .vp-head h1.elementor-heading-title::after, .ie-head h1.elementor-heading-title::after, .ds-head h1.elementor-heading-title::after {
    content: '';
    background-image: url(https://digitalapple.ai/wp-content/uploads/2022/10/line-fill-arrow.svg
) !important;
    position: absolute !important;
    width: 80rem;
    height: 40rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0px 0px;
    transition: all 0.2s ease-in;
    transform: translate3d(0%, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    top: 10rem;
	right: 0rem;
}
.bm-head:hover .elementor-widget-container h1::after, .vp-head:hover .elementor-widget-container h1::after, .ie-head:hover .elementor-widget-container h1::after, .ds-head:hover .elementor-widget-container h1::after{
    background-position: 35rem -40rem;
    transition: all 0.2s ease-in;
    transform-style: preserve-3d;
}
/* .da-mmenu-head{
	letter-spacing:1;
} */
/*** End job individual page css ***/
	
/* search result css */
	.search-banner input.search-field {
    width: 100% !important;
}
.search-banner input {
    border-radius: 55rem !important;
}
.da-search-result article {
    padding-bottom: 40rem !important;
    border-bottom: 1px solid #727272;
	position: relative;
	padding-right: 0rem !important;
}
.da-search-result article .elementor-post__text {
    padding-right: 70rem !important;
}
.da-search-result nav.elementor-pagination a:hover {
    color: #3CCF4E !important;
}
.search-banner .icon.icon-search2:hover::before, .da-search-result h2.elementor-post__title a:hover {
    color: #3CCF4E !important;
}
.da-search-result article a::after {
    background-image: url(https://digitalapple.ai/wp-content/uploads/2022/10/arrow-green.svg) !important;
	    top: 35rem;
}
.da-search-result h2.elementor-post__title {
    margin-bottom: 25rem !important;
}
.da-search-result .elementor-post__card .elementor-post__text {
    margin-top: 45rem !important;
}
.da-search-result .elementor-posts .elementor-post__card .elementor-post__excerpt {
    margin-bottom: 30rem !important;
}
.search-banner .icon.icon-search2::before {
    font-size: 60rem !important;
    top: -15rem !important;
    position: relative;
}
.search-banner button.search-submit{
    padding: 27rem 0px 17rem 32rem !important;
}
li#all-services {
    font-weight: 700 !important;
    color: #000000 !important;
}
/* search result css end*/
	@keyframes top-bottom {
  0%,
  100% {
    transform: translate(0, 0px);
  }

  50% {
    transform: translate(0, 5px);
  }
}
.shrink-btn a.elementor-button-link {
    display: flex;
    align-items: center;
}
.page-id-8806 .number-sec .elementor-widget-wrap.elementor-element-populated, .page-id-8806 .number-sec, .page-id-8806 .address-sec, 
.page-id-8976 .number-sec .elementor-widget-wrap.elementor-element-populated, .page-id-8976 .number-sec, .page-id-8976 .address-sec, 
.page-id-8997 .number-sec .elementor-widget-wrap.elementor-element-populated, .page-id-8997 .number-sec, .page-id-8997 .address-sec, 
.page-id-9015 .number-sec .elementor-widget-wrap.elementor-element-populated, .page-id-9015 .number-sec, .page-id-9015 .address-sec,
.page-id-9005 .number-sec .elementor-widget-wrap.elementor-element-populated, .page-id-9005 .number-sec, .page-id-9005 .address-sec,
.page-id-9010 .number-sec .elementor-widget-wrap.elementor-element-populated, .page-id-9010 .number-sec, .page-id-9010 .address-sec,
.page-id-9020 .number-sec .elementor-widget-wrap.elementor-element-populated, .page-id-9020 .number-sec, .page-id-9020 .address-sec,
.page-id-9035 .number-sec .elementor-widget-wrap.elementor-element-populated, .page-id-9035 .number-sec, .page-id-9035 .address-sec,
.page-id-9117 .number-sec .elementor-widget-wrap.elementor-element-populated, .page-id-9117 .number-sec, .page-id-9117 .address-sec,
.page-id-9119 .number-sec .elementor-widget-wrap.elementor-element-populated, .page-id-9119 .number-sec, .page-id-9119 .address-sec,
.page-id-9121 .number-sec .elementor-widget-wrap.elementor-element-populated, .page-id-9121 .number-sec, .page-id-9121 .address-sec,
.page-id-8562 .number-sec .elementor-widget-wrap.elementor-element-populated, .page-id-8562 .number-sec, .page-id-8562 .address-sec,
.page-id-8753 .number-sec .elementor-widget-wrap.elementor-element-populated, .page-id-8753 .number-sec, .page-id-8753 .address-sec,
.page-id-8784 .number-sec .elementor-widget-wrap.elementor-element-populated, .page-id-8784 .number-sec, .page-id-8784 .address-sec,
.page-id-8789 .number-sec .elementor-widget-wrap.elementor-element-populated, .page-id-8789 .number-sec, .page-id-8789 .address-sec,
.page-id-8795 .number-sec .elementor-widget-wrap.elementor-element-populated, .page-id-8795 .number-sec, .page-id-8795 .address-sec,
.page-id-14334 .number-sec .elementor-widget-wrap.elementor-element-populated, .page-id-14334 .number-sec, .page-id-14334 .address-sec,
.page-id-14338 .number-sec .elementor-widget-wrap.elementor-element-populated, .page-id-14338 .number-sec, .page-id-14338 .address-sec,
.page-id-14351 .number-sec .elementor-widget-wrap.elementor-element-populated, .page-id-14351 .number-sec, .page-id-14351 .address-sec,
.page-id-14352 .number-sec .elementor-widget-wrap.elementor-element-populated, .page-id-14352 .number-sec, .page-id-14352 .address-sec,
.page-id-14353 .number-sec .elementor-widget-wrap.elementor-element-populated, .page-id-14353 .number-sec, .page-id-14353 .address-sec,
.page-id-14340 .number-sec .elementor-widget-wrap.elementor-element-populated, .page-id-14340 .number-sec, .page-id-14340 .address-sec,
.page-id-14354 .number-sec .elementor-widget-wrap.elementor-element-populated, .page-id-14354 .number-sec, .page-id-14354 .address-sec,
.page-id-8108 .number-sec .elementor-widget-wrap.elementor-element-populated, .page-id-8108 .number-sec, .page-id-8108 .address-sec,
.page-id-14388 .number-sec .elementor-widget-wrap.elementor-element-populated, .page-id-14388 .number-sec, .page-id-14388 .address-sec,
.page-id-14390 .number-sec .elementor-widget-wrap.elementor-element-populated, .page-id-14390 .number-sec, .page-id-14390 .address-sec,
.page-id-14391 .number-sec .elementor-widget-wrap.elementor-element-populated, .page-id-14391 .number-sec, .page-id-14391 .address-sec,
.page-id-14392 .number-sec .elementor-widget-wrap.elementor-element-populated, .page-id-14392 .number-sec, .page-id-14392 .address-sec,
.page-id-14393 .number-sec .elementor-widget-wrap.elementor-element-populated, .page-id-14393 .number-sec, .page-id-14393 .address-sec,
.page-id-14394 .number-sec .elementor-widget-wrap.elementor-element-populated, .page-id-14394 .number-sec, .page-id-14394 .address-sec,
.page-id-14396 .number-sec .elementor-widget-wrap.elementor-element-populated, .page-id-14396 .number-sec, .page-id-14396 .address-sec,
.page-id-14397 .number-sec .elementor-widget-wrap.elementor-element-populated, .page-id-14397 .number-sec, .page-id-14397 .address-sec,
.page-id-14399 .number-sec .elementor-widget-wrap.elementor-element-populated, .page-id-14399 .number-sec, .page-id-14399 .address-sec,
.page-id-14413 .number-sec .elementor-widget-wrap.elementor-element-populated, .page-id-14413 .number-sec, .page-id-14413 .address-sec,
.page-id-14415 .number-sec .elementor-widget-wrap.elementor-element-populated, .page-id-14415 .number-sec, .page-id-14415 .address-sec
{
    background-color: #ffffff;
}

.page-id-8806 .hello-word .span-green h2, .page-id-8806 .footer .hover-a a:hover,
.page-id-8976 .hello-word .span-green h2,  .page-id-8976 .footer .hover-a a:hover,
.page-id-8997 .hello-word .span-green h2,  .page-id-8997 .footer .hover-a a:hover,
.page-id-9015 .hello-word .span-green h2,  .page-id-9015 .footer .hover-a a:hover,
.page-id-9005 .hello-word .span-green h2,  .page-id-9005 .footer .hover-a a:hover,
.page-id-9010 .hello-word .span-green h2,  .page-id-9010 .footer .hover-a a:hover,
.page-id-9020 .hello-word .span-green h2,  .page-id-9020 .footer .hover-a a:hover,
.page-id-9035 .hello-word .span-green h2,  .page-id-9035 .footer .hover-a a:hover,
.page-id-9117 .hello-word .span-green h2,  .page-id-9117 .footer .hover-a a:hover,
.page-id-9119 .hello-word .span-green h2,  .page-id-9119 .footer .hover-a a:hover,
.page-id-9121 .hello-word .span-green h2,  .page-id-9121 .footer .hover-a a:hover,
.page-id-8562 .hello-word .span-green h2,  .page-id-8562 .footer .hover-a a:hover,
.page-id-8753 .hello-word .span-green h2,  .page-id-8753 .footer .hover-a a:hover,
.page-id-8784 .hello-word .span-green h2,  .page-id-8784 .footer .hover-a a:hover,
.page-id-8789 .hello-word .span-green h2,  .page-id-8789 .footer .hover-a a:hover,
.page-id-8795 .hello-word .span-green h2,  .page-id-8795 .footer .hover-a a:hover,
.page-id-14334 .hello-word .span-green h2,  .page-id-14334 .footer .hover-a a:hover,
.page-id-14338 .hello-word .span-green h2,  .page-id-14338 .footer .hover-a a:hover,
.page-id-14351 .hello-word .span-green h2,  .page-id-14351 .footer .hover-a a:hover,
.page-id-14352 .hello-word .span-green h2,  .page-id-14352 .footer .hover-a a:hover,
.page-id-14353 .hello-word .span-green h2,  .page-id-14353 .footer .hover-a a:hover,
.page-id-14340 .hello-word .span-green h2,  .page-id-14340 .footer .hover-a a:hover,
.page-id-14354 .hello-word .span-green h2,  .page-id-14354 .footer .hover-a a:hover,
.page-id-8108 .hello-word .span-green h2,  .page-id-8108 .footer .hover-a a:hover,
.page-id-14388 .hello-word .span-green h2,  .page-id-14388 .footer .hover-a a:hover,
.page-id-14390 .hello-word .span-green h2,  .page-id-14390 .footer .hover-a a:hover,
.page-id-14391 .hello-word .span-green h2,  .page-id-14391 .footer .hover-a a:hover,
.page-id-14392 .hello-word .span-green h2,  .page-id-14392 .footer .hover-a a:hover,
.page-id-14393 .hello-word .span-green h2,  .page-id-14393 .footer .hover-a a:hover,
.page-id-14394 .hello-word .span-green h2,  .page-id-14394 .footer .hover-a a:hover,
.page-id-14396 .hello-word .span-green h2,  .page-id-14396 .footer .hover-a a:hover,
.page-id-14397 .hello-word .span-green h2,  .page-id-14397 .footer .hover-a a:hover,
.page-id-14399 .hello-word .span-green h2,  .page-id-14399 .footer .hover-a a:hover,
.page-id-14413 .hello-word .span-green h2,  .page-id-14413 .footer .hover-a a:hover,
.page-id-14415 .hello-word .span-green h2,  .page-id-14415 .footer .hover-a a:hover
{
    color: #3CCF4E !important;
}
.da-me-cols {
    height: 60vh !important;
}
.image-linking .scale-image a::after {
	    background-image: url(https://digitalapple.ai/wp-content/uploads/2022/11/green-link-arrow.svg);
}
.color-hov a:hover {
	   color: #3CCF4E !important;
}
.image-con img {
    width: 100% !important;
}
.why-us-sec .elementor-testimonial__image {
    width: 45%;
}
.da-atab-title{
    box-shadow: 0px 7px 10px -6px rgb(0 0 0 / 15%);
}
.vpopup-sec {
    cursor: pointer !important;
}
.big-text-container {
    height: 90vh;
    display: flex;
    align-items: center;
}
.big-text-container.black-t {
    display: block !important;
}
/*.why-us-sec  {
	background-color: #000000!important;
} */
.images-full img {
    width: 100% !important;
}
/*
.animate-active.inner-sec3 .elementor-container .elementor-column:first-child::before {
    height: 0px !important;
}
 .da-work-pagination .jet-smart-filters-pagination {
text-align: right !important;
} */
.header-da .img-black{
		display: none;
	}
.da-atab-title li a span br {
    display:none;
}
.da-atab-title li a, .da-wk-sec a, .da-explole-world a {
    display: inline!important;
}
.da-atab-title li a:hover span, .da-wk-sec a:hover span.eae-popup-btn-text, .da-explole-world a:hover span.elementor-button-content-wrapper {
    background-size: 100% 1.4rem!important;
}
.da-atab-title li a span, .da-wk-sec a span.eae-popup-btn-text, .da-explole-world a span.elementor-button-content-wrapper{
    text-decoration: none;
    background-size: 0 1.4rem;
    background-position: 0 95%;
    -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(to right,#3CCF4E 0,#3CCF4E 100%)!important;
    padding: 0 0 4rem;
    background-repeat: no-repeat;
    display: inline !important;
}
.da-atab-title span.elementor-icon-list-text {
    line-height: 1.4em;
}
.mobile-menu-da li.green-menu span.jet-menu-label {
    color: #3CCF4E!important;
    font-family: 'Biennale-Bold' !important;
}
.hov-black a.green-text:hover {
    color: #000000 !important;
}
.jet-mega-menu-item__inner {
    padding: 8rem 20rem !important;
}
.da-search-panel svg {
    height: 50rem !important;
    max-width: 45rem !important;
    width: 32rem !important;
}
.header-da img {
    width: 216rem !important;
}
.explore-click a span.elementor-button-icon img {
    width: 49rem !important;
}
.image-white {
    margin-bottom: 22rem !important;
}
.error-4 h2 {
    font-size: 150rem !important;
}
.error-i h2 {
    font-size: 50rem !important;
}
.top-banner.black-banner {
	background-color: #000000 !important;
}
.contact-us-section textarea.wpcf7-form-control.wpcf7-textarea {
    min-height: 100rem !important;
}
.page-id-10153 .mfp-content {
    overflow: visible !important;
}
.page-id-10153 i.eae-close.far.fa-times-circle {
    top: -50rem !important;
    right: -50px !important;
    transition-duration: .3s !important;
    transition-property: transform !important;
}
.page-id-10153 i.eae-close.far.fa-times-circle:hover {
    transform: scale(1.2);
}
.page-id-10153 .fa-times-circle:before {
    font-size: 35rem !important;
}
.single-post .image-white {
    display: none;
}
.single-post .img-black {
    display: block;
}
.single-post .header-da.active .image-white {
    display: block;
}
.single-post .header-da.active .img-black {
    display: none;
}
.blog-banner .jet-listing-grid__item {
    padding: 0 !important;
}
.blog-banner {
    margin-top: -6rem !important;
}
.o-blog-container {
  padding: 0 200rem !important;
}
.rcx-share-icon .ekit-wid-con .ekit_socialshare > li > a svg {
  max-width: 35rem !important;
}
.blog-sticky-banner {
  border-top: 1px solid #e4e6ea !important;
  border-bottom: 1px solid #e4e6ea !important;
  width: 100% !important;
}
.blog-sticky-banner .elementor-container {
  min-height: 85rem !important;
}
.rcx-cs-filter-row select.jet-select__control.depth-0 {
    background-repeat: no-repeat;
    background-image: url(https://digitalapple.ai/wp-content/uploads/2023/09/arrow-down-white.svg);
    background-position: 94% 50%;
    background-size: 18rem;
}
 .insight-section .jet-listing-grid__slider-icon.slick-arrow {
  border: 1px solid #3ccf4e !important;
  background: #3ccf4e !important;
  border-radius: 50%;
  top: 32% !important;
  height: 60rem;
  width: 60rem;
}
.rcx-cs-filter-row select.jet-select__control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    max-width: 340rem!important;
    padding: 12rem 58rem 12rem 25rem!important;
    border-radius: 30rem!important;
    cursor: pointer!important;
}
.rcx-blog-heading3 {
  font-size: 40rem !important;font-family: biennale-medium,Sans-serif;
  line-height: 1.3em;
   font-weight: 500 !important;
  margin: 50rem 0 30rem;
  color: #000;
}
.rcx-blog-heading4 {
  font-size: 28rem !important;
  font-weight: 500 !important;font-family: biennale-medium,Sans-serif;
  margin: 50rem 0 20rem;
  line-height: 1.4em;
  color: #000;
}
    .rcx-cs-temp .rcx-cs-title .elementor-heading-title a  {
  text-decoration: none;
  background-size: 0 1.4rem !important;
  background-position: 0 95% !important;
  -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(to right,#3ccf4e  0,#3ccf4e 100%) !important;
  padding: 0 0 4rem;
  background-repeat: no-repeat;
  display: inline !important;
}  
.download-btn a.elementor-button-link.elementor-button.elementor-size-xl {
    padding: 0 !important;
    margin-top: 20rem;
}
.rcx-cs-temp:hover .rcx-cs-title .elementor-heading-title a  {
/*   color: #3ccf4e; */
   font-weight: 500 !important;
}  
.rcx-cs-temp:hover .rcx-cs-title .elementor-heading-title a  {
  background-size: 100% 1.4rem !important;
}                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          
.rcx-share-icon .ekit-wid-con .ekit_socialshare > li > a svg {
  max-width: 35rem !important;
}
 .insights-contt-left-col {
  display: flex;
  position: sticky !important;
  top: 18% !important;
  height: 100% !important;
  padding-bottom: 80rem;
}
.pos-sticky {
  position: sticky !important;
  top: 0 !important;
}
.insights-contt-left-col .pos-sticky {
  top: 140rem !important;
}
.rcx-share-icon svg {
  transition: all .2s ease-in-out;
}
@media only screen and (max-width: 992px) {
	.error-page.elementor-section.elementor-section-height-full {
    height: 100vh !important;
}
		.past_projects_section .swiper-wrapper {
    display: block !important;
}
		.onhover-tabs.accordions-video .elementor-tabs-wrapper .elementor-tab-title .redirect:before {
    top: 22rem !important;
}
	.jet-mobile-menu__instance--slide-out-layout.fixed-right-toggle-position .jet-mobile-menu__toggle {
    z-index: 999 !important;
}
	.jet-menu-body-blocker {
    overflow: hidden !important;
}
.mobile-menu-da {
	display: block;
}
.mobile-menu-da li span.jet-menu-label {
    font-size: 32rem !important;
    color: #000000 !important;
    font-family: 'Biennale-Bold';
}
.mobile-menu-da .jet-mobile-menu__breadcrumbs {
    background-color: #f5f5f5;
	width: 100% !important;
	padding: 10rem 15rem;
}
.mobile-menu-da .breadcrumb-label {
    color: #000000 !important;
    font-family: 'Biennale-Bold';
    font-size: 15rem !important;
}
.mobile-menu-da i.icon.icon-chevron-right:before {
    font-size: 20em;
    line-height: 1.5em;
    top: 3px !important;
    position: relative;
    color: #000000;
}
	.mobile-menu-da .jet-mobile-menu__toggle {
    right: 40rem !important;
}
.mobile-menu-da .jet-mobile-menu__item {
    padding: 5rem 0 !important;
	margin: 0px 15rem !important;
}

.mobile-menu-da li {
    border-bottom: 1px solid #E2E3E6;
}
	.mobile-menu-da .jet-mobile-menu__container-inner {
    padding: 0px;
}
.mobile-menu-da a.mobile-link.mobile-sub-level-link span,  .mobile-menu-da li.lets-talk span  {
    font-size: 15rem !important;
    font-family: 'Biennale-Medium';
    padding: 8rem 8rem 8rem 0px;
}
	.mobile-menu-da a.mobile-link.mobile-sub-level-link i.icon.icon-chevron-right:before {
    font-size: 12rem !important;
}
.mobile-menu-da .jet-mobile-menu__back {
    font-size: 16rem !important;
    height: 100%;
    margin: 0 !important;
    padding-right: 0rem;
	width: 10%;
}
	.mobile-menu-da i.icon.icon-cross {
    z-index: 999;
	right: -22px !important;
    position: relative;
}
	.mobile-menu-da i.icon.icon-chevron-left {
    width: 100%;
    height: 100% !important;
    background-color:#f5f5f5;
	 display: flex;
    align-items: center;
}
	.mobile-menu-da  .jet-mobile-menu__container-inner i.icon.icon-chevron-right:before {
    font-size: 16em;
    line-height: 1.5em;
    top: 0px !important;
    position: relative;
    color: #000000;
}
	.mobile-menu-da .jet-mobile-menu__body {
    padding-top: 2rem;
}
	
	.jet-mobile-menu__container .header-da {
    position: relative !important;
}
.mobile-menu-da .jet-mobile-menu__container {
    z-index: 998 !important;
    background-color: #ffffff !important;
}
	.jet-mobile-menu__controls {
       z-index: 999;
}
	.mobile-menu-da .jet-mobile-menu__controls {
    min-height: unset !important;
	height: 45px !important;
}
	.mobile-menu-da li.lets-talk span {
    color: #ffffff !important;
    text-transform: uppercase !important;
    font-family: 'Biennale-Bold' !important;
}
	.jet-mobile-menu__container .header-da {
    background-color: #ffffff !important;
}
	.jet-mobile-menu__container .header-da .img-black{
		display: block !important;
	}
	.jet-mobile-menu__container .header-da .image-white {
		display: none;
	}
	.jet-mobile-menu__container .header-da .elementor-widget-wrap.elementor-element-populated {
    padding: 0px !important;
}
	.jet-mobile-menu__container .header-da img {
    width: 130px !important;
	padding-left: 3px !important;
}
	.jet-mobile-menu__container .header-da{
	    padding: 0rem 15rem 0rem 15rem !important;
	}
	.jet-mobile-menu__container .header-da .right-col-head{
		display:none;
}
	.header-da .elementor-widget-wrap.elementor-element-populated {
    padding: 0rem 10rem 0rem 0rem !important;
}
.header-da .elementor-container.elementor-column-gap-default {
    min-height: 60px !important;
}
	.header-da img {
    width: 130px !important;
}
.header-da .jet-mobile-menu__toggle {
    top: 15px !important;
}
	.da-head-logo {
    width: 40% !important;
}
	.header-da .elementor-widget-container {
    margin-top: 0 !important;
}
	.mobile-menu-da .jet-mobile-menu__item.lets-talk {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #3CCF4E;
    margin-left: 0px !important;
}
	.mobile-menu-da .jet-mobile-menu__item.lets-talk a{
    color: #ffffff !important;
}
	.mobile-menu-da ul.jet-mobile-menu__items {
 height: calc(100vh - 105px);
}
	.mobile-menu-da  .lets-talk .jet-mobile-menu__item-inner{
    width: 100%;
    justify-content: center;
}
		.jet-mobile-menu__container i.icon.icon-cross{
    display: none !important;
}
	.jet-mobile-menu__toggle-icon i.icon.icon-cross {
    color: #000000 !important;
}
	.jet-mobile-menu__breadcrumbs {
    height: 45px !important;
}
	.jet-mobile-menu__breadcrumbs {
    flex-wrap: inherit !important;
}
	.header-da.active .image-white {
    padding-top: 0px;
}
}
@media only screen and (max-width: 767px) {
	  .rcx-post-info-sec .rcx-primary-btn .elementor-widget-wrap .elementor-widget-button {
    right: 0 !important;
    top: -40rem;
  }
	.insights-contt-left-col {
     position: relative !important;
    }
	.blog-sticky-banner {
    display: none !important;
}
	 .insights-contt-left-col .pos-sticky {
    position: relative !important;
    top: 0 !important;
  }
	  .rcx-blog-heading3 {
    font-size: 18rem !important;
    margin: 25rem 0;
    color: #000;
  }
	.rcx-blog-heading4 {
  font-size: 20px !important;
 margin: 25rem 0;
  color: #000;
}
.insights-contt-left-col {
     padding-bottom: 28rem;
}
	.video-slider {
    padding-top: 50px !important;
}
	.slider-left-padding.video-slider.mobile-pb-0 {
    padding-bottom: 0rem !important;
}
.slider-left-padding {
  padding-left: 30rem !important;
  padding-right: 30rem !important;
   padding-bottom: 40rem !important;
}
	.slider-left-padding .da-latest-wk .jet-listing-grid__item {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
	.past_projects_section .heading-xxl > .elementor-widget-container {
  padding-bottom: 0 !important;
}
	/* .past_projects_section .elementor-widget-testimonial-carousel .swiper-slide {
    padding: 10rem 10rem 0rem 0 !important;
} */
	.big-text-container {
    overflow: hidden;
}
	 .onhover-tabs.accordions-video .elementor-tabs .elementor-tabs-wrapper {
    display: block !important;
}
	.mid-col {
    width: 52% !important;
}
 .da-search-panel {
    width: 10% !important;
}
	.da-head-logo {
    width: 32% !important;
}
.mobile-menu-da .jet-mobile-menu__breadcrumbs {
    padding: 15rem 15rem;
}
	.header-da.active .image-white {
    padding-top: 0px;
}
}
@media only screen and (max-width: 575px) {
	.mobile-menu-da i.icon.icon-cross {
	right: -10px !important;
}
.mobile-menu-da .jet-mobile-menu__container {
    width: 100% !important;
}
	.mobile-menu-da .jet-mobile-menu__item {
    padding: 8rem 0 !important;
}
	.mobile-menu-da li span.jet-menu-label {
    font-size: 24px !important;
    line-height: 1.6em !important;
}
	.mobile-menu-da .breadcrumb-label {
    font-size: 16px !important;
	line-height: 1.6em !important;
	font-family: 'Biennale-Bold';
}
	.mobile-menu-da a.mobile-link.mobile-sub-level-link span,  .mobile-menu-da li.lets-talk span {
    font-size: 15px !important;
    line-height: 1.6em !important;
}
.mobile-menu-da .jet-mobile-menu__back {
    width: 7%;
}	
	 .mobile-menu-da .jet-mobile-menu__back i:before,  .mobile-menu-da span.jet-dropdown-arrow i:before,  .mobile-menu-da .breadcrumb-divider i:before {
    font-size: 15px !important;
}
	.mobile-menu-da ul li .lets-talk span {
		color: #ffffff !important;
	}
}
@media only screen and (max-width: 480px) {
	.slider-head {
    font-size: 23px!important;
}
	.n2-ss-slider .n2-ss-item-image-content img {
    min-width: 110rem!important;
}
	.explore-btn {
    margin-top: 20px!important;
}
	.mid-col {
    width: 0% !important;
}
	.green-stroke:after, .beige-stroke:after, .black-stroke:after {
		display:none;
	}
	.da-head-logo {
    width:70% !important;
}
	.mid-col {
    width: 10% !important;
}
	.header-da {
    padding: 0rem 30rem 0rem 30rem !important;
}
	.mobile-menu-da .jet-mobile-menu__toggle {
    right: 20rem !important;
}
}
	@media only screen and (max-width: 340px) {
	.da-head-logo {
    width: 65% !important;
}
	}