.elementor-kit-6{--e-global-color-primary:#FFC007;--e-global-color-secondary:#737373;--e-global-color-text:#FFFFFF;--e-global-color-accent:#000000;--e-global-color-9a199ec:#EBEBEB;--e-global-color-d1f1e7f:#E0E0E0;--e-global-color-1598535:#CCCCCC;--e-global-color-f5ea755:#B8B8B8;--e-global-color-62bdb6e:#A3A3A3;--e-global-color-8175548:#8F8F8F;--e-global-color-4ac0e76:#737373;--e-global-color-f47bbcc:#575757;--e-global-color-45e9aa6:#3B3B3B;--e-global-color-3dfc4c0:#1F1F1F;--e-global-color-9b6f1c2:#0A0A0A;--e-global-typography-primary-font-family:"Helvetica";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Helvetica";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Helvetica";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Helvetica";--e-global-typography-accent-font-weight:500;--e-global-typography-38758c7-font-family:"Helvetica Neue";--e-global-typography-38758c7-font-size:48px;--e-global-typography-38758c7-font-weight:700;--e-global-typography-38758c7-line-height:56px;--e-global-typography-13d0771-font-family:"Helvetica Neue";--e-global-typography-13d0771-font-size:21px;--e-global-typography-13d0771-font-weight:700;--e-global-typography-13d0771-line-height:32px;background-color:var( --e-global-color-9b6f1c2 );color:var( --e-global-color-text );font-family:"Helvetica Neue", Sans-serif;font-size:16px;font-weight:400;line-height:24px;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:#080808;font-family:"Helvetica Neue", Sans-serif;font-size:16px;font-weight:700;line-height:20px;color:var( --e-global-color-text );box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5);border-style:solid;border-width:2px 2px 2px 2px;border-color:#FFFFFF;border-radius:0px 0px 0px 0px;padding:16px 24px 16px 25px;}.elementor-kit-6 button:hover,.elementor-kit-6 button:focus,.elementor-kit-6 input[type="button"]:hover,.elementor-kit-6 input[type="button"]:focus,.elementor-kit-6 input[type="submit"]:hover,.elementor-kit-6 input[type="submit"]:focus,.elementor-kit-6 .elementor-button:hover,.elementor-kit-6 .elementor-button:focus{background-color:#FFFFFF;color:#111111;border-style:solid;border-color:#FFFFFF;border-radius:1px 1px 1px 1px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:var( --e-global-color-text );}.elementor-kit-6 a:hover{color:var( --e-global-color-primary );}.elementor-kit-6 h1{font-family:"Helvetica Neue", Sans-serif;font-size:48px;font-weight:700;line-height:72px;letter-spacing:-2px;}.elementor-kit-6 h2{font-family:"Helvetica Neue", Sans-serif;font-size:40px;font-weight:700;line-height:60px;letter-spacing:-2px;}.elementor-kit-6 h3{font-family:"Helvetica Neue", Sans-serif;font-size:32px;font-weight:700;line-height:38px;}.elementor-kit-6 h4{color:var( --e-global-color-primary );font-family:"Helvetica Neue", Sans-serif;font-size:24px;font-weight:700;line-height:36px;}.elementor-kit-6 h5{font-family:"Helvetica Neue", Sans-serif;font-size:16px;font-weight:700;line-height:24px;}.elementor-kit-6 h6{font-family:"Helvetica Neue", Sans-serif;font-size:12px;font-weight:700;line-height:19px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1296px;}.e-con{--container-max-width:1296px;--container-default-padding-top:0px;--container-default-padding-right:24px;--container-default-padding-bottom:0px;--container-default-padding-left:24px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* GLOBAL CSS */
.elementor-message:before{
    content:""!important;
}
.cky-accordion-header .cky-accordion-btn:focus, 
.cky-accordion-header .cky-accordion-btn:hover {
    background-color: #121212;
    border-style: none;
    border-color: #121212;
    border-radius: 0px;
}

.cky-switch input[type="checkbox"]:checked {
    background: #FFC007 !important;
}
/* CSS For Week Boxes on Digital Sales Page - Start */

.week-box{
	/*position: relative;*/
	/*float: left;*/
	/*overflow: hidden;*/
	cursor: pointer;
	/*min-height: 550px;*/
}

.week-box .week-text{
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0);
}
.week-box:hover .week-text {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/*.week-box .week-image img{	max-width:280px!important; }*/
.week-box .week-image { 
    opacity: 1;
    position: relative;
    left: 30px;
    buttom:0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-30px, 0, 0) scale(1.12);
	transform: translate3d(-30px, 0, 0) scale(1.12);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;

}
.week-box:hover .week-image {
	opacity: 0;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
}

		
/* CSS For Week Boxes on Digital Sales Page - End */


/* CSS For home page tabs - start  */

#tab-headings .active{ border-color: #ffc007;}
#tab-headings .active h2{color:#FFFFFF;}
#tab-headings .tab:hover {border-color: #FFFFFF;cursor: pointer!important;}
#tab-headings .active:hover{ border-color: #ffc007!important;}

.tab-content{display: none;}
#tab1-content{display: block;}

.tab-button a{
    text-align: left;
}
.tab-button a span.elementor-button-content-wrapper{
     transition: 0.9s all;
}
.tab-button .elementor-button-content-wrapper:hover .elementor-button-icon{
    animation: slide1 1s ease-in-out infinite;
}

.puzzle-box{cursor: pointer;}
/* CSS For home page tabs - end  */


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

#btn-meeting a:hover .elementor-button-icon{
    fill: #000000;
}
.contact-button a:hover{
    color:#0A0A0A!important;
}
.bulleted-items ul{
    margin:0px;
    padding-left:16px;
}
.footer-button a{
    min-width: 306px;
    text-align: left;
}
.footer-button a span.elementor-button-content-wrapper{
    justify-content: space-between;
     transition: 0.9s all;
}
.footer-button .elementor-button-content-wrapper:hover .elementor-button-icon{
    animation: slide1 1s ease-in-out infinite;
}

@keyframes slide1 {
  0%,
  100% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(10px, 0);
  }
}

p:last-child{margin-bottom: 0px;}
a:{color:#ffffff;}
#mega-menu-gray .elementor-heading-title a:hover{color:#FFC007!important;}
.elementor-widget-n-tabs .e-n-tab-title[aria-selected=false] {
    background-color: #0A0A0A!important;
}

.elementor-search-form__input{
    text-align: left !important;
}

.elementor-button-content-wrapper {
    align-items: center;
}

.elementor-button-content-wrapper span {
    display: flex;
}

/* Text selection color */
::-moz-selection { /* Code for Firefox */
  color: #1F1F1F;
  background: #FFC007;
}

::selection {
  color: #1F1F1F;
  background: #FFC007;
}

.elementor-widget-image a img[src$=".svg"] {
    min-width: 121px !important;
}

/* CSS FOR SEARCH BOX */
.elementor-lightbox .dialog-lightbox-close-button svg, 
.elementor-lightbox .elementor-swiper-button svg {
    fill: #ffffff !important
}
search .e-font-icon-svg-container{
    background: transparent!important;
}

[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
  height: 10px;
  width: 10px;
  background-image: url('https://img.icons8.com/?size=20&id=43529&format=png&color=FFFFFF');
  fill:#ffffff;
  background-size: 10px 10px;
}

.elementor-search-form--skin-full_screen .elementor-search-form__container {
    align-items: flex-start!important;
    padding: 5% 15%!important;
}

.top-menu nav ul li a {
    color: #18272F;
    position: relative;
    text-decoration: none;
}

.top-menu nav ul li a::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    border-radius: 0px;
    background-color: #18272F;
    bottom: -6px;
    left: 0;
    transform-origin: right;
    transform: scaleX(0);
    transition: transform .3s ease-in-out; 
}

.top-menu nav ul li a:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}
.solution, .industries{
    width: 100%!important;
    padding-bottom: 30px;
}

.top-menu nav ul li a::before {
    background-color: var( --e-global-color-primary )!important;
}
.industries .elementor-heading-title a,
.solution .elementor-heading-title a{
    font-family: "Helvetica Neue", Sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: 0px;
}

.elementor-location-header{
    background-color: #000;
}

.elementor-popup-modal .dialog-message,
.elementor-popup-modal .dialog-widget-content {
    width: 100%!important;
}

.sub-menu li:not(:last-child) {
    border-color:#0a0a0a!important;
}

.elementor-popup-modal .dialog-close-button svg{
    fill: #ffffff!important;
    height: 20px!important;
    width: 20px!important;
}

.responsive-menu ul li a {
    justify-content: space-between!important;
}
.responsive-menu .sub-arrow svg{
    fill: #ffffff;
    height: 16px!important;
    width: 16px!important;
}


 /* Mega Menu Overaly */
   #overlay{
        width:100%;
        height:100%;
        position:fixed;
        left: 0;
        top:0px;
        cursor:crosshair;
        background-color:#00000044;
        z-index:0!important; 
        display:none;
   }

 @media (min-width: 769px)  {
    
    #mega-menu:hover search svg {
        fill: #000!important;
    }

    #mega-menu:hover .contact-button .elementor-button {
        border-style: solid;
        border-width: 1px 1px 1px 1px;
        border-color: #080808;
        background: white;
        color: #000;
    }
    #mega-menu:hover .contact-button .elementor-button:hover {
        border-style: solid;
        border-width: 1px 1px 1px 1px;
        border-color: #080808;
        background: #000;
        color: white;
    }
    
    /* MEGA MENU CSS */
    .mega-menu-link a:hover{color:#FFC007!important;}
    
    #mega-menu:hover{
        background: #fff!important
    }
    #mega-menu:hover ul li a{
        color: #000!important
    }
    #mega-menu .site-logo svg {
        fill: #fff!important;
    }
    #mega-menu:hover .site-logo svg {
        fill: #000!important;
    }
    
    #mega-menu-gray:hover{
        background: #1F1F1F!important
    }
    
}


 @media (min-width: 260px) and (max-width: 1025px) {
    
    .icon-heading .elementor-icon-box-icon{
        padding-top: 10px!important
    }
    
    div.elementor-menu-toggle:hover {
        color: #7a7a7a!important;
    }
    div.elementor-menu-toggle:hover svg {
        fill: #ffffff!important;
    }

    /* CSS FOR SEARCH BOX */
    .elementor-search-form--skin-full_screen 
    .elementor-search-form input[type=search].elementor-search-form__input {
        font-size: 20px!important;
    }
    
    /* CSS FOR MEGA MENU */
    .elementor-widget-n-menu .e-n-menu[data-layout=dropdown] .e-n-menu-title {
        justify-content: space-between!important;
        border-bottom: 1px solid #CCCCCC!important;
    }
    
    .elementor-widget-n-menu .e-n-menu-toggle svg {
        fill: #ffffff!important;
    }
    .elementor-widget-n-menu .e-n-menu-toggle span.e-close {
        background: #111111!important;
    }
    
    .e-n-menu-toggle:focus {
        color: #111111!important;
        background-color: #000000!important;
        border-color: #000000!important;
    }
    .e-n-menu-toggle{
        margin-bottom: 32px!important;
        margin-top: 32px!important;
    }

  }/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Helvetica Neue';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://cuantify.ai/wp-content/uploads/2024/05/helveticaneuebold.woff2') format('woff2'),
		url('https://cuantify.ai/wp-content/uploads/2024/05/helveticaneuebold.woff') format('woff');
}
@font-face {
	font-family: 'Helvetica Neue';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://cuantify.ai/wp-content/uploads/2024/05/helveticaneueroman-webfont.woff2') format('woff2'),
		url('https://cuantify.ai/wp-content/uploads/2024/05/HelveticaNeue-Roman.woff') format('woff');
}
@font-face {
	font-family: 'Helvetica Neue';
	font-style: italic;
	font-weight: 400;
	font-display: auto;
	src: url('https://cuantify.ai/wp-content/uploads/2024/05/helveticaneueitalic-webfont.woff2') format('woff2'),
		url('https://cuantify.ai/wp-content/uploads/2024/05/helveticaneueitalic-webfont.woff') format('woff');
}
@font-face {
	font-family: 'Helvetica Neue';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://cuantify.ai/wp-content/uploads/2024/05/helveticaneuemedium-webfont.woff2') format('woff2'),
		url('https://cuantify.ai/wp-content/uploads/2024/05/helveticaneuemedium-webfont.woff') format('woff');
}
@font-face {
	font-family: 'Helvetica Neue';
	font-style: italic;
	font-weight: 500;
	font-display: auto;
	src: url('https://cuantify.ai/wp-content/uploads/2024/05/helveticaneuemediumitalic-webfont.woff2') format('woff2'),
		url('https://cuantify.ai/wp-content/uploads/2024/05/helveticaneuemediumitalic-webfont.woff') format('woff');
}
/* End Custom Fonts CSS */