/*!
Theme Name: ARGE Business
Theme URI: https://beebrand.agency
Author: Beebrand.agency
Author URI: https://beebrand.agency
Description: ARGE BUSINESS is made up of a group of skilled staff members who form a network that enables the company to act as a leading platform for partners who wish to develop high-quality, innovative product distribution in the area. Throughout the period of more than 15 years of operation, ARGE Business LLC has emerged as the top FMCG distributor in Armenia, with the largest FMCG coverage (over 95%) and a 4500 sq m warehouse, which has a positive impact on the country's economy.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: arge_business
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

arge_business is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/



#hero_parent_page {
    width: 100%;
    min-height: 450px;
    background: var(--brand_color);
    position: relative;
    top: 0px;
    overflow: hidden;
}

.bg_img_header {
    position: absolute;
    top: 0px;
    width: 100%;
	height:100%;
    z-index: 1;
}

.bg_img_header:after {
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #404F55 0%, transparent 100%);
    position: absolute;
    z-index: 2;
    top: 0px;
    left: 0px;
}

.bg_img_header img {
    width: 100%;
    height: 100%;
	object-fit: cover;
}


section#hero_parent_page .container-xl {
    position: relative;
    z-index: 4;
}

img{
	height: auto;
}

.title__footer {
    margin-bottom: 20px;
    display: flex;
    border-bottom: 1px solid #fff;
    padding-bottom: 18px;
}
