/**
Theme Name: iAppSys
Author: iAppSys_creator
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: iappsys
Template: astra
*/

/* --------------------------- ICONS --------------------------- */

@font-face {
  font-family: 'Material Icons Round';
  font-style: normal;
  font-weight: 400;
  src: url(fonts/material-icons-round.woff2) format('woff2');
}

.material-icons-round {
  font-family: 'Material Icons Round';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

/* --------------------------- GENERAL --------------------------- */

body {
      overflow-x: hidden;
}
#primary {
    padding: 0 !important;
    margin: 0 !important;
}

.back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 10px;
  border-radius: 50%;
  background: #0059E6;
  color: #fff !important;
  z-index: 99;
  width: 52px;
  height: 52px;
  display: block;
}

.back-to-top:hover {
  background: #00A4EC;;
}

.back-to-top span {
  font-size: 2em;
  line-height: 1;
}

.back-to-top:active,
.back-to-top:focus {
  outline: none !important;
}

.elementor-widget-text-editor ul li {
  list-style-type: disc;
}

/* -------------------- HEADER ----------------------- */

body.no-scroll {
    overflow: hidden !important;
    height: 100vh;
}

#main-header {
    padding: 10px 0;
    z-index: 99;
    position: absolute;
    width: 100%;
}

.home #main-header {
    padding-bottom: 0;
}

.home #main-header:after {
  height: 150%;
  content: '';
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 7;
  background: linear-gradient(to bottom,  rgba(255,255,255,1) 30%,rgba(255,255,255,0) 100%);
}

.admin-bar.home #main-header {
    top: 32px !important;
}

#main-header > div:not(.megamenu-wrap) {
  position: relative;
  z-index: 9;
}

.header-columns {
  display: flex;
  margin: 0 auto;
  padding: 0 5vw;
  max-width: var(--content-width);
  align-items: center;
  justify-content: space-between;
}

.header-columns > div {
  padding: 10px;
}

.header-logo {
  flex-shrink: 0;
}

@media all and (min-width: 1675px) {
  .header-logo {
    width: 240px;
  }
}

.header-logo .logo img {
    width: 140px;
}

.header-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.header-buttons {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 10px !important;
}

#main-header  button,
#main-header  a {
    white-space: nowrap;
    font-size: 1.125em !important;
  box-shadow: none;
}

#main-header  button:not(.button),
#main-header  a:not(.button):not(.logo):not(.cta-img) {
    background: transparent;
    color: #011934;
    padding: 10px;
    transition: color 300ms linear 0s;
    outline: none;
    line-height: 1;
}

#main-header button:not(.button):hover,
#main-header a:not(.button):not(.logo):hover,
#main-header .active-menu-item:not(.button) {
  color: #0059E6;
}

#main-header .active-menu-item:not(.button) {
  font-weight: 600;
}

#main-header .icon-link {
  display: flex;
  gap: 8px;
  align-items: center;
}

#main-header [data-menu] .icon-link {
  font-weight: 600;
  border-radius: 5px;
}

#mobileMenuOpen {
  display: none;
}

#main-header .lets-talk {
  margin-left: 20px;
}

#main-header .customer-menu {
  display: none;
}

#main-header .customer-menu .customer-menu-toggle {
  display: flex;
  column-gap: 5px;
  flex-direction: row;
  align-items: center;
}

#main-header .customer-menu .customer-menu-toggle:active,
#main-header .customer-menu .customer-menu-toggle:hover {
    color: #011934 !important;
}

#main-header .customer-menu .customer-menu-icon {
  border-radius: 100%;
    justify-content: center;
    width: 2.5rem;    
    height: 2.5rem;
    display: flex;
    align-items: center;
    background-color: rgb(245, 245, 245);
}

#main-header .chevron-icon {
  transition: transform 300ms ease-in-out;
}

#main-header .menu-item-dropdown {
    position: relative;
}

#main-header .hidden {
  display: none;
}

#main-header .menu-item-dropdown div[data-menu] {
  width: 13rem;
  transform: translateX(-50%);
  top: 4em;
  z-index: 50;
  position: absolute;
  left: 50%;
  padding: 15px;
  background: #fff;
  border-radius: 0.5rem;
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1);
    font-size: 90%;
}


#main-header #customerMenu {
  right: 0;
  transform: translateX(0);
  left: auto;
}

#main-header .menu-item-dropdown [data-menu] a {
  background: #fff;
  transition: all 300ms linear 0s !important;
  font-size: 17px !important;
  display: flex;
  border-radius: 5px;

}
#main-header .menu-item-dropdown [data-menu] a:hover {
  background: #F8F8FA;
  color: #011934;
}

#main-header [data-menu] a .material-icons-round {
  color: #0070E0;
}

@media all and (max-width: 1279px) and (min-width: 768px) {
  #main-header .customer-menu {
    display: block;
  }
}

@media all and (min-width: 2000px) {
  .header-nav {
    gap: 60px;
  }
}

@media all and (max-width: 1279px) {
  #main-header .lgdesktop-only {
    display: none;
  }

  .header-columns {
    padding: 0 2vw;
  }

  .header-logo .logo img {
      width: 110px;
  }

  .header-nav {
    gap: 20px;
  }
}

@media all and (max-width: 1024px) {
  #mobileMenuOpen {
    display: block;
  }

  #main-header .desktop-only {
    display: none;
  }
  

}

@media all and (max-width: 767px) {
  #main-header .hide-mobile {
    display: none;
  }
}

/* -------------------- HEADER SEARCH ----------------------- */

#searchIcon {
  line-height: 1;
}

#mobile-search-form {
  position: relative;
  display: none;
}

#mobile-search-form button {
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  line-height: 1;
}

@media all and (max-width: 1024px) and (min-width: 768px) {
  #mobile-search-form {
    display: block;
  }
}

#mobileMegaMenu #mobile-search-form {
  display: block !important;
}

#mobileMegaMenu #header-search {
  width: 100%;
  padding: 0 calc(2vw + 10px);
}

#searchPopup {
  background-color: rgba(0,0,0, .5);
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#searchPopup.hidden {
  display: none;
}

#searchPopup .search-container {
  position: relative;
  padding: 20px;
  background: #fff;
  width: 100%;
  max-width: 32rem;
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1);
  border-radius: 10px;
}

#main-header #closeSearch {
  top: -40px;
  right: -40px;
  position: absolute;
  z-index: 9;
  color: #fff !important;
  border-radius: 5px;
}

#header-search .search-input {
  background: rgb(241, 245, 249);
  border-radius: 0.5rem;
  border: none;
}

#header-search .search-button {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 25px;
}

#mobile-search-form .search-button {
  right: 0;
}

#mobile-search-form input {
    padding: 13px 20px 13px 20px;
    line-height: 1 !important;
    font-size: 1.125em !important;
    height: auto !important;
}

/* -------------------- MEGA MENU ----------------------- */


#main-header .link {
  color: #0059E6 !important;
  font-weight: 500 !important;
  font-size: 100% !important;
  display: inline-block;
  padding-top: 10px;
}

#main-header .megamenu-wrap {
  z-index: 50;
  position: fixed;
  inset: 0px;
  top: 6.3em;
}

#main-header .megamenu-wrap .backdrop {
  background-color: rgba(89, 89, 89, .4);    
  inset: 0px;
  position: absolute;
  z-index:1;
}

#main-header .megamenu-wrap .megamenu-window {
  width: 90%;
  max-width: 1100px;
  margin: 20px auto 0;
  padding: 20px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  border-radius: 0.5rem;
  flex-direction: column;
  display: flex;    
  row-gap: 0.5rem;
  background: #fff;
  z-index:3;
  position: relative;
}

#main-header .megamenu-wrap .megamenu-window.narrow {
  max-width: 760px;
}

#main-header .megamenu-wrap .megamenu-window-header {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
}

#main-header .megamenu-wrap .megamenu-window-header h2 {
  color: #011934;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 500;
  text-align: center;
}

#main-header .megamenu-wrap .megamenu-close {
  width: 6rem;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  position: absolute;
}

#main-header .megamenu-grid {
    padding: 0.5rem 1rem 1.5rem;        
    grid-template-columns: repeat(3, minmax(0, 1fr));
    display: grid;
    grid-column-gap: 3%;
    align-items: start;
}

#main-header .megamenu-grid-2 {
    padding: 0.5rem 1rem 1.5rem;        
    grid-template-columns: repeat(2, minmax(0, 1fr));
    display: grid;
}

#main-header .megamenu-grid-item {
    font-size: 110%;
    transition: background-color 300ms linear 0s;
    font-weight: 500;
    border-radius: 0.5rem;
    column-gap: 1rem;   
    cursor: pointer;
    display: flex;    
    position: relative;
    padding: clamp(0.75em, 1%, .75em);
}

#main-header .megamenu-grid-2 .megamenu-grid-item {
    justify-content: center;
    align-items: center; 
}

#main-header .megamenu-grid-2 .megamenu-grid-item-content {
    justify-content: center;
    align-items: center; 
    display: flex;    
    flex-direction: column;
    text-align: center;
}

#main-header .megamenu-grid-item:hover {
    background-color: rgba(100, 116, 139, 0.05);
}

#main-header .megamenu-grid-item-icon {
  width: 30px;
}

#main-header .megamenu-grid-item-icon .material-icons-round {
  color: #0070E0;
  font-size: 30px;
}

#main-header .megamenu-grid-item-content {
  display: flex;
  flex-direction: column;
}

#main-header .megamenu-grid-item-content .title {
  font-weight: 600;
}

#main-header .megamenu-grid-item-content p {
    font-size: 90%;
    line-height: 1.5;
    margin-top: 0.25rem;
    margin-bottom: 0 !important;
    color: rgb(100, 116, 139);
}

#main-header .megamenu-footer  {
    justify-content: space-between;
    align-items: center;
    display: flex;
    padding: 0 1rem;
    column-gap: 20px;
}

#main-header .megamenu-footer .view-all {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

#main-header .megamenu-footer .view-all .material-icons-round {
  color: inherit;
}

#main-header .megamenu-footer-cta {
    border-radius: 10px;   
    overflow: hidden;
}

.full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  display: block;
}

@media all and (min-width: 1280px) {
  #main-header .megamenu-wrap {
    top: 7.5em;
  }
}

/* -------------------- MOBILE MENU ----------------------- */

#mobileMenuOpen i {
    width: 2.5rem;
    height: 2.5rem;    
    align-items: center;    
    justify-content: center;    
    font-size: 1.5rem;
    line-height: 2rem;    
    display: flex;
}

#mobileMegaMenu {
    -webkit-overflow-scrolling: touch;
    top: 0;
    left:0;
    height: 100vh;
    position: fixed !important;
    width: 100%;
    overflow-y: scroll;
    position: relative;
    background: #fff;
    flex-direction: column;
    gap: 20px;
}

#mobileMegaMenu:not(.hidden) {
    display:flex;
}
#mainAccordion button {
  font-size: 1.3em !important;
}

#closeIcon {
  color: inherit;
  margin: 3px 8px 0 0;
}

#mobileMegaMenu .mobile-accordion {
  padding: 0 calc(2vw + 10px);
}

.mobile-menu-header {
    justify-content: space-between;
    align-items: center;
    height: fit-content;
    display: flex;
    padding: 20px calc(2vw + 10px);
}

#mainAccordion .accordion {
    gap: 0px;
    display: grid;    
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

#mainAccordion .accordion-item button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    font-weight: 400;
}

#mainAccordion .accordion-element {
    max-height: 0px;
    overflow: hidden;
    transition: max-height 0.3s;
}

#mainAccordion .accordion-element > div {
  padding: 10px 30px;
  display: flex;
  flex-direction: column;
  gap: 3px;
}

#mainAccordion .accordion-item .icon-link {
  font-weight: 500;
}
#mobileMegaMenu .icon-link .material-icons-round {
  color: #0070E0;
}
.mobile-ctas {
  display: flex;
  flex-direction: row;
  gap: 20px;
  padding: 0 calc(2vw + 10px) 20vh!important;
}

@media all and (max-width: 767px) {
  .mobile-ctas {
    flex-direction: column;
    gap: 10px;
  }
  #mobileMegaMenu {
    gap: 10px;
}

}


/* --------------------------- HOME PAGE --------------------------- */

.home-hero:after {
    content: '';
    pointer-events: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 15vh;
    z-index: 9;
    background: linear-gradient(to top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
}

.wp-block-themepunch-revslider {
  overflow-x: hidden;
}

/* ------------------------- INDUSTRY GRID ----------------------- */

.industry-box {
    transform: scale(1);
    transition: all 400ms cubic-bezier(.47,1.64,.41,.8);
    backface-visibility: hidden;
    transform: translateZ(0) scale(1, 1);
    cursor: pointer;
    padding-bottom: 80px;
}

.industry-box * {
    transition: all 300ms linear 0s;
}

.industry-box:hover {
    transform: scale(1.05) translateY(-10px);
}

.industry-box:hover {
    background-color: #022246 !important;
}

.industry-box .elementor-widget-container,
.industry-box .elementor-icon-box-wrapper,
.industry-box .elementor-widget {
  position: unset !important;
}

.industry-box .elementor-icon-box-content a {
    display: block;
    color: inherit;
    font-weight: 700;
    text-decoration: none;
    padding-top: 15px;
}

.industry-box .elementor-icon-box-content {
    position: absolute !important;
    top: 50%;
    left: 0;
    transition-delay: 0;
    transform: translateY(20px);
    padding: 0 20px;
    pointer-events: none;
}


.industry-box:hover .elementor-icon-box-content {
    transform: translateY(-50%);
}

.industry-box .elementor-icon-box-description {
    opacity: 0;
    transition-delay: 0;
    font-size: 1em !important;
    transition-duration: 100ms
}

.industry-box:hover .elementor-icon-box-description {
    opacity: 1;
    transition-delay: 400ms;
}

.industry-box span.material-icons-round {
  color: #99E0FE;
  font-size: 4em;
  line-height: 1;
  padding: 0 0 30px;
  text-align: center;
  display: block;
  position: relative;
  transition: opacity 300ms linear 0s;
  top: 0;
  opacity: 1;
}

.industry-box:hover span.material-icons-round {
    opacity: 0;
}

.industry-box .elementor-icon-box-title {
    margin: 0;
    padding: 15px;
    background: #022246;
    border-radius: 50px;
    line-height: 1 !important;
    opacity: 1;
    transition: opacity 300ms linear 0s;
}

.industry-box:hover .elementor-icon-box-title {
    font-weight: 600 !important;
    color: #99E0FE !important;
}

@media all and (max-width: 767px) {
  .industry-box,
  .partner-card {
    aspect-ratio: 16 / 9;
  }
  .industry-box > div {
    width: 100%;
  }
  .industry-box .elementor-icon-box-title {
    font-size: 1.35em !important;
  }
  .industry-box .elementor-icon-box-description {
      font-size: 1.125em !important;
  }
}

@media all and (min-width:3000px) {
    .industry-box span.material-icons-round {
        margin: 0;
        padding: 2.6vw 0 2.6vw;
    }
    .industry-box h3 {
        margin: 0;
        padding: 30px;
        background: #022246;
        border-radius: 50px;
        line-height: 1 !important;
    }
}

/* ------------------------- NODE GRAPHIC ----------------------- */

div[class*="node-graphic-ico-"] {
  cursor: pointer;
  opacity: 0;
}

div[class*="node-graphic-ico-"] .elementor-widget-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 8px;
  text-align: center;
}

 div[class*="node-graphic-ico-"] .material-icons-round {
  font-size: 2.5em;
  line-height: 1;
  color: #fff;
 }

  div[class*="node-graphic-ico-"] label {
    font-size: 1em;
  line-height: 1;
    font-weight: 700;
    display: block;
    text-align: center;
    color: #fff;
    width: 100%;
    text-transform:uppercase;
 }


.animate div[class*="node-graphic-ico-"] {
  opacity: 1;
  border-radius: 50%;
  aspect-ratio: 1 / 1;
}


.node-graphic-ico-tech {
  transform: translate(-50%,-50%) scale(.6);
  transition: transform 800ms cubic-bezier(.47,1.64,.41,.8) 400ms, opacity 400ms linear 400ms;
}

.node-graphic-ico-expert {
  transform: translate(50%,-50%) scale(.6);
  transition: transform 800ms cubic-bezier(.47,1.64,.41,.8) 800ms, opacity 400ms linear 800ms;
}

.node-graphic-ico-econ {
  transform: translate(-50%,50%) scale(.6);
  transition: transform 800ms cubic-bezier(.47,1.64,.41,.8) 1200ms, opacity 400ms linear 1200ms;
}

.node-graphic-ico-exp {
  transform: translate(50%,50%) scale(.6);
  transition: transform 800ms cubic-bezier(.47,1.64,.41,.8) 1600ms, opacity 400ms linear 1600ms;
}

.animate .node-graphic-ico-tech {
  transform: translate(-50%,-50%) scale(1);
}

.animate .node-graphic-ico-expert {
  transform: translate(50%,-50%) scale(1);
}

.animate .node-graphic-ico-econ {
  transform: translate(-50%,50%) scale(1);
}

.animate .node-graphic-ico-exp {
  transform: translate(50%,50%) scale(1);
}

div[class*="node-graphic-content-"] {
  opacity: 0;
  transition: opacity 400ms linear 0s;
}

div[class*="node-graphic-content-"] .elementor-icon-box-wrapper {
  opacity: 0;
  transition: opacity 400ms linear 0s;
}

.animate div[class*="node-graphic-content-"].active {
  opacity: 1;
  transition: opacity 400ms linear 0s;
}

.animate div[class*="node-graphic-content-"].active .elementor-icon-box-wrapper {
  opacity: 1;
  transition: opacity 400ms linear 400ms;
}


div[class*="node-graphic-content-"]:after {
  transition: opacity 300ms linear 0s;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%,-50%) rotate(0deg);
  border-radius: 50%;
  z-index: -2;
}

div[class*="node-graphic-content-"]:after {
  width: calc(100% + 40px);
  height: calc(100% + 40px);
  mask:
    radial-gradient(farthest-side,#000 100%,#0000) 
      center/ calc(100% - 20px) calc(100% - 20px) no-repeat exclude,
    linear-gradient(#000 0 0);
  -webkit-animation: spin 5s linear infinite;
  -moz-animation: spin 5s linear infinite;
  -o-animation: spin 5s linear infinite;
  animation: spin 5s linear infinite;
}

div.node-graphic-content-tech:after {
  background: linear-gradient(to bottom,  rgba(0,89,230,1) 0%,rgba(0,89,230,1) 25%,rgba(0,89,230,0) 60%,rgba(0,89,230,0) 100%);
}

div.node-graphic-content-econ:after {
  background: linear-gradient(to bottom,  rgba(4, 45, 92, 1) 0%,rgba(4, 45, 92, 1) 25%,rgba(0,166,95,0) 60%,rgba(0,166,95,0) 100%);
}

div.node-graphic-content-expert:after {
  background: linear-gradient(to bottom,  rgba(255,194,13,1) 0%,rgba(255,194,13,1) 25%,rgba(255,194,13,0) 60%,rgba(255,194,13,0) 100%);
}

div.node-graphic-content-exp:after {
  background: linear-gradient(to bottom,  rgba(0,178,254,1) 0%,rgba(0,178,254,1) 25%,rgba(0,178,254,0) 60%,rgba(0,178,254,0) 100%);
}

div[class*="node-graphic-content-"]:after {
  opacity: 1;
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: translate(-50%,-50%) rotate(360deg);
    -moz-transform: translate(-50%,-50%) rotate(360deg);
    -o-transform: translate(-50%,-50%) rotate(360deg);
    transform: translate(-50%,-50%) rotate(360deg);
  }
}

@-moz-keyframes spin {
  100% {
    -webkit-transform: translate(-50%,-50%) rotate(360deg);
    -moz-transform: translate(-50%,-50%) rotate(360deg);
    -o-transform: translate(-50%,-50%) rotate(360deg);
    transform: translate(-50%,-50%) rotate(360deg);
  }
}

@-o-keyframes spin {
  100% {
    -webkit-transform: translate(-50%,-50%) rotate(360deg);
    -moz-transform: translate(-50%,-50%) rotate(360deg);
    -o-transform: translate(-50%,-50%) rotate(360deg);
    transform: translate(-50%,-50%) rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: translate(-50%,-50%) rotate(360deg);
    -moz-transform: translate(-50%,-50%) rotate(360deg);
    -o-transform: translate(-50%,-50%) rotate(360deg);
    transform: translate(-50%,-50%) rotate(360deg);
  }
}

/* ------------------------ LOGO SCROLLER ------------------------ */

@keyframes scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(calc(-100% + var(--container-width))); }
}

.logo-scroller {
  --speed: 60s;
  --container-width: 100vw;
  --gap: 100px;
}

.logo-scroller.large {
  --gap: 50px;
}

.logo-scroller {
  height: 70px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: auto; 
}

.logo-scroller .slide-track {
  animation: scroll var(--speed) linear infinite;
  display: flex;
  width: calc(250px * 18);
}

.logo-scroller .slide {
  padding-right: var(--gap);
}

.logo-scroller .slide img {
  height: 70px;
  width: auto;
  max-width: none !important;
}

.logo-scroller.large,
.logo-scroller.large .slide img {
  height: 150px;
}

@media all and (max-width: 1024px) {
    .logo-scroller {
        height: 50px;
    }
    .logo-scroller .slide img {
        height: 50px;
    }
    .logo-scroller,
    .logo-scroller.large .slide img {
      height: 120px;
    }
    .logo-scroller {
      --gap: 80px;
    }

    .logo-scroller.large {
      --gap: 40px;
    }

}

@media all and (max-width: 767px) {
    .logo-scroller { 
        height: 35px;
    }
    .logo-scroller .slide img {
        height: 35px;
    }
    .logo-scroller .slide {
      padding-right: 8vw;
    }
    .logo-scroller,
    .logo-scroller.large .slide img {
      height: 100px;
    }
    .logo-scroller {
      --gap: 60px;
    }

    .logo-scroller.large {
      --gap: 30px;
    }
}

/* ------------------------ STACKING CARDS ----------------------- */

.stacking-cards-container {
  width: 100%;
  margin: 0 auto;
}

.stacking-cards-container ul {
  padding: 0 !important;
  margin: 0 !important;
}

.stacking-cards-container ul li {
    list-style-type: none;
}

.stack-cards {
  --stack-cards-gap: 2.5em; 
}

.stack-cards__item {
  position: relative; 
  position: sticky;
  top: 20%;
  transform-origin: center top;
  overflow: hidden;
  border-radius: 8px;
  transition: all 300ms cubic-bezier(0.63, 0.64, 0.3, 1.5) 0s;
}

.stack-cards__item.behind > div > div {
    background-color: #022347 !important;
}

.stack-cards__item.behind-2 > div > div {
    background-color: #022751 !important;
}

.stack-cards__item.behind-1 > div > div {
    background-color: #032B58 !important;
}


@media all and (max-width: 980px) {
  .stack-cards__item {
    top: 15%;
  }
}

@media all and (max-width: 880px) {
  .stack-cards {
    --stack-cards-gap: 1.5em; 
  }

  .stack-cards__item {
    top: 5%;
  }
}

/* --------------------------- FOOTER --------------------------- */

footer .copyright a {
    font-weight: 600;
}

/* --------------------------- TEXT --------------------------- */

strong {
    font-weight: 600 !important;
}

/* ------------------------ ANIMATE CLASSES ---------------------- */

.animate-card {
    opacity: 0;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.elementor-editor-active .animate-card {
    opacity: 1;
}

.animate-card.animate {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  opacity: 1;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(80vw) rotate3d(0, 1, 0, 90deg);
    transform: perspective(80vw) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(80vw) rotate3d(0, 1, 0, -10deg);
    transform: perspective(80vw) rotate3d(0, 1, 0, -10deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(80vw) rotate3d(0, 1, 0, 5deg);
    transform: perspective(80vw) rotate3d(0, 1, 0, 5deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(80vw) rotate3d(0, 1, 0, 0deg);
    transform: perspective(80vw) rotate3d(0, 1, 0, 0deg);
  }

  to {
    -webkit-transform: perspective(80vw);
    transform: perspective(80vw);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(80vw) rotate3d(0, 1, 0, 90deg);
    transform: perspective(80vw) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(80vw) rotate3d(0, 1, 0, -10deg);
    transform: perspective(80vw) rotate3d(0, 1, 0, -10deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(80vw) rotate3d(0, 1, 0, 5deg);
    transform: perspective(80vw) rotate3d(0, 1, 0, 5deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(80vw) rotate3d(0, 1, 0, 0deg);
    transform: perspective(80vw) rotate3d(0, 1, 0, 0deg);
  }

  to {
    -webkit-transform: perspective(80vw);
    transform: perspective(80vw);
  }
}

@media all and (max-width: 767px) {
  @-webkit-keyframes flipInY {
    from {
      -webkit-transform: perspective(580vw) rotate3d(0, 1, 0, 90deg);
      transform: perspective(580vw) rotate3d(0, 1, 0, 90deg);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
      opacity: 0;
    }

    40% {
      -webkit-transform: perspective(580vw) rotate3d(0, 1, 0, -10deg);
      transform: perspective(580vw) rotate3d(0, 1, 0, -10deg);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
    }

    60% {
      -webkit-transform: perspective(580vw) rotate3d(0, 1, 0, 5deg);
      transform: perspective(580vw) rotate3d(0, 1, 0, 5deg);
      opacity: 1;
    }

    80% {
      -webkit-transform: perspective(580vw) rotate3d(0, 1, 0, 0deg);
      transform: perspective(580vw) rotate3d(0, 1, 0, 0deg);
    }

    to {
      -webkit-transform: perspective(580vw);
      transform: perspective(580vw);
      opacity: 1;
    }
  }
  @keyframes flipInY {
    from {
      -webkit-transform: perspective(580vw) rotate3d(0, 1, 0, 90deg);
      transform: perspective(580vw) rotate3d(0, 1, 0, 90deg);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
      opacity: 0;
    }

    40% {
      -webkit-transform: perspective(580vw) rotate3d(0, 1, 0, -10deg);
      transform: perspective(580vw) rotate3d(0, 1, 0, -10deg);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
    }

    60% {
      -webkit-transform: perspective(580vw) rotate3d(0, 1, 0, 5deg);
      transform: perspective(580vw) rotate3d(0, 1, 0, 5deg);
      opacity: 1;
    }

    80% {
      -webkit-transform: perspective(580vw) rotate3d(0, 1, 0, 0deg);
      transform: perspective(580vw) rotate3d(0, 1, 0, 0deg);
    }

    to {
      -webkit-transform: perspective(580vw);
      transform: perspective(580vw);
      opacity: 1;
    }
  }
}

/* --------------------------- BUTTONS --------------------------- */

button.slide-hover-effect,
.slide-hover-effect button,
.slide-hover-effect .elementor-button,
.slide-hover-effect a {
  position: relative;
  z-index: 1;
  overflow: hidden !important;
}

button.slide-hover-effect:before,
.slide-hover-effect button:before,
.slide-hover-effect .elementor-button:before,
.slide-hover-effect a:before  {
  content: "";
  background: #FFC20D;
  position: absolute;
  z-index: -1;
  display: block;
  transition: all 0.25s ease-in-out;
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
}

button.slide-hover-effect:hover:before,
.slide-hover-effect button:hover:before,
.slide-hover-effect button:focus:before,
.slide-hover-effect .elementor-button:hover:before,
.slide-hover-effect .elementor-button:focus:before,
.slide-hover-effect a:hover:before,
.slide-hover-effect a:focus:before {
  width: 100%;
}

/* --------------------------- SEARCH --------------------------- */

.search-results #primary {
  padding-top: 120px !important;
}