/*!
* Theme Name: astra-child
* Text Domain: astra
* Template: astra
* Version: 3.4.1
* Tested up to: 6.1.1
* Requires at least: 5.6
* Requires PHP: 7.2
* Author: Code Calibre Team
* Author URI: https://codecalibre.com/
* Theme URI: https://codecalibre.com/
* Description: astra-child is the perfect theme for your project. There is any issue or new funtionality, visit:
https://codecalibre.com/
*/
/* -----------------header footer css start here---------------------------- */
*{
	margin:0;
	padding:0;
	box-sizing:border-box;
}
#masthead {
    position: fixed!important;
    top: 0;
    width: 100%;
    background: transparent;
    transition: background 0.3s ease, box-shadow 0.3s ease;
    z-index: 9999;
}

#masthead.header-scrolled {
    background: #A17856 !important;
}
[data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-minimal:focus,
a:focus,.ast-menu-toggle:focus, .ast-menu-toggle,
.ast-mobile-popup-drawer.active .menu-toggle-close:focus,
.ast-header-search .ast-search-menu-icon.ast-dropdown-active .search-field:focus {
    border: none !important;
    outline: none !important;
	box-shadow:none!important;
}
body{
	background: #FFEEE0!important;
}
.key-benefit{
	box-shadow: 
    -21.83px 21.83px 21.83px 0px rgba(255, 255, 255, 0.1) inset,
    21.83px -21.83px 21.83px 0px rgba(194, 194, 194, 0.1) inset,
    3px 3px 9.5px 0px rgba(16, 137, 177, 0.4);

backdrop-filter: blur(43.67px);
-webkit-backdrop-filter: blur(43.67px);

}