/*======================================
Theme Name: Axis Multipurpose Business Divi Theme
Theme URI: https://axis.elvarstudios.com/
Author: Elvar
Author URI: https://elvarstudios.com/
Template: Divi
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
======================================*/

/* ===== NOTES ==================================================================
 *
 *
 * Discover our premium Divi products: https://elvarstudios.com/
 *
 *
 * =============================================================================== */

html {
  scroll-behavior: smooth;
}


/* Business consulting page custom CSS code */
.fade-item {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.2s linear, transform 0.2s linear;
  will-change: opacity, transform;
}

.hero-content,
.hero-image {
  will-change: transform;
}