/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

/* --------------- Home Hero --------------- */


/* ---------- Home Hero ---------- */
.home-hero-cont{
    position: relative;
}


.home-hero-cont:after{
    content: "";
    position: absolute;
    width: 2000%;
    background: #ffffff;
    height: 1500%;
    bottom: 0;
    z-index: 0;
    right: 50%;
    z-index: -1;
}

@media (max-width: 1024px) {
  .home-hero-cont:after {
    display: none;
  }
}

.home-hero-bg-img-elem {
    position: absolute;
    right: 0;
    z-index: 0;
    top: 0;
}