/*
Theme Name: furniture
Author: Themeim
Author URI: https://themeforest.net/user/themeim
Version: 2.1.2
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: furniture
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
Tested up to: 5.8.1
Requires PHP:7.1

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.


Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
.banner-area .bg-img {
    height: 100%;
    width: 50%!important;
    min-height: 600px;
	top: -211px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 40%;
    bottom: -10px;
    background-position: bottom right;
    -webkit-animation: planefly 2.5s 
linear;
    animation: planefly 2.5s 
linear;
}
.banner-area
 {
    padding: 141px 0 260px!important;
    position: relative;
    z-index: 0;
    overflow: hidden;
}