/*========================== CONNECT THREE =============================*/

.dse_connect_three_innerwrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;

}

/*============PRO PARTICLES BACKGROUND ===============*/


.divi_se_proparticles canvas.particles-js-canvas-el, .divi_se_proparticles_parent canvas.particles-js-canvas-el{
    position: absolute;
    top: 0;
    left: 0;
}



/*TILTED PAGE*/
/******************************/

.divi_se_tiltedRows, .divi_se_tiltedRows_parent {
  overflow: hidden;
}


/*=================== waterpipe background =====================*/
/*****************************************************************/
.divi_se_waterpipeBg, .divi_se_waterpipeBg_parent {
    position: relative;
    overflow-y: hidden;
}

.divi_se_waterpipeBg canvas, .divi_se_waterpipeBg_parent canvas{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

/*======================= geometry angle background ========================*/
/*************************************************************************/
.divi_se_geometryangle_bg, .divi_se_geometryangle_bg_parent {
    position: sticky !important;
    overflow: hidden;
}

/*=================== warp background =====================*/
/*****************************************************************/
.divi_se_starswarp_bg, .divi_se_starswarp_bg_parent {
    position: relative;
    overflow: hidden;
}

.divi_se_starswarp_bg canvas, .divi_se_starswarp_bg_parent canvas{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

/*=================== sparkles =====================*/
/*****************************************************************/
.divi_se_sparkles, .divi_se_sparkles_parent{
    position: relative;
    overflow: hidden;
}
