/*
Theme Name: Flynext Child
Theme URI: https://themeim.com/wp/flynext/
Author: Themeim
Author URI:  https://themeforest.net/user/themeim
Description: This is a child theme of Flynext
Version: 2.1.3
Template: flynext
Text Domain:  flynext-child
*/

.banner-area {
    padding: 0px !important;
    /* height: calc(100vh - 85px) !important; */
    min-height: 100vh;
    height: 100vh !important;
}

.banner-area .container.custom-container {
    height: 100% !important;
}

.banner-area .container.custom-container .row {
    height: 100% !important;
}

.banner-area .container.custom-container .row .col-lg-8 {
    display: flex;
    align-items: center;
    height: 100%;
}

.banner-area .bg-img {
    bottom: -30px !important;
}