/*
Theme Name:    Skillit
Description:   Child Theme for Beaver Builder
Version:       1.0.0
Author:        Weberfy
Author URI:    https://weberfy.co/
Template:      bb-theme
License:       GNU General Public License v2 or later
License URI:   http://www.gnu.org/licenses/gpl-2.0.html
*/

.header-bg {
    position: relative;
}
.header-bg .fl-row-content-wrap {
    position: relative;
}
.header-bg .fl-row-content-wrap:before {
    content: "";
    width: 100%;
    position: absolute;
    height: 100%;
    bottom: 0px;
    background-image: url(img/wave-static-01.svg);
    background-size: 100% 100px;
    background-repeat: no-repeat;
    z-index: 9;
    background-position: 0 100%;
}
.header-bg .fl-row-content-wrap:after {
    content: "";
    width: 100%;
    position: absolute;
    height: 100%;
    bottom: 0px;
    background-image: url(img/wave-static-02.svg);
    background-size: 100% 100px;
    background-repeat: no-repeat;
    z-index: 2;
    background-position: 0 100%;
}
.header-bg .fl-row-content {
    position: relative;
    z-index: 10;
}
.fl-module-pp-gravity-form .gform_heading {
    display: none !important;
}
sr7-module i.fab{
    font-family: "Font Awesome 5 Brands" !important;
}
.fa-bankid-icon {

}
.fa-bankid-icon:before{
    content: "";
    display: inline-block;
    width: 27.15px;
    height: 30px;
    background-image: url('img/BankID_logo_white.png');
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
}

/******* Responsive CSS *********/

@media only screen and (max-width: 1365px) {
.ios-device .header-bg .fl-row-content-wrap:before{
    background-position: 0 105%;
}
.ios-device .header-bg .fl-row-content-wrap:after{
    background-position: 0 105%;
}
}