/*
Theme Name: Saasland
Theme URI: https://saaslandwp.com/demo/
Author: DroitThemes
Author URI: https://themeforest.net/user/droitthemes
Description: Saasland is a creative WordPress theme for saas, software, startup, mobile app, agency and related products & services. SaasLand is loaded with tons of features, elements & blocks, options that give its users real flexibility to create a dynamic, professional website in no time.
Version: 3.6.1
License: GNU General Public License v2 or later
License URI: LICENSE
Requires at least: 4.9
Tested up to: 5.9
Requires PHP: 7.4
Text Domain: saasland
*/
.letters-loading{
    text-transform: lowercase !important;
}

@media (min-width: 992px){
.header_area .navbar-expand-lg .navbar-collapse {
    /* display: -webkit-box !important; */
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    /* flex-basis: auto; */
    /* float: right; */
    justify-content: end!important;
}

}
	.elementor-widget-container .header_area .navbar-brand {
    padding-left: 0;
    display: none;
}
	.elementor-widget-container .header_area .navbar-expand-lg .navbar-collapse {
    /* display: -webkit-box !important; */
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    /* flex-basis: auto; */
    /* float: right; */
    justify-content: left!important;
}