/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/
#footer-outer:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 300px;
    background: url(./img/back-footer.png);
    top: -160px;
    background-size: cover;
    background-repeat: no-repeat;
}
.sec-2:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 300px;
    background: url(./img/back-white.png);
    top: -215px;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 9;
}
.sec-6:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 220px;
    background: url(./img/back-blue.png);
    top: -200px;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 9;
}
.sec-2 .elementor-container.elementor-column-gap-no,
.sec-6 .elementor-container.elementor-column-gap-no {
    z-index: 9999;
}