/**
 * Theme Name:     Astra Child
 * Author:         Brainstorm Force
 * Template:       astra
 * Text Domain:	   astra-child
 * Description:    The Astra WordPress theme is lightning-fast and highly customizable. It has over 1 million downloads and the only theme in the world with 6,000+ five-star reviews! It’s ideal for professional web designers, solopreneurs, small businesses, eCommerce, membership sites and any type of website. It offers special features and templates so it works perfectly with all page builders like Spectra, Elementor, Beaver Builder, etc. Fast performance, clean code, mobile-first design and schema markup are all built-in, making the theme exceptionally SEO-friendly. It’s fully compatible with WooCommerce, SureCart and other eCommerce plugins and comes with lots of store-friendly features and templates. Astra also provides expert support for free users. A dedicated team of fully trained WordPress experts are on hand to help with every aspect of the theme. Try the live demo of Astra: https://zipwp.org/themes/astra/
 */

/* global css start here  */
::-webkit-scrollbar {
	-webkit-appearance: none;
}
::-webkit-scrollbar {
	width: 8px;
}
::-webkit-scrollbar-track {
	background: #0083c330;
	border: 1px solid #0091c578;
}
::-webkit-scrollbar-thumb {
	background: #0091c5;
	border: 1px solid #0091c5;
	height: 60px;
	border-radius:5px;
}
a {
    outline: none !important;
}
/* global css close here  */


/* header start here  */
.hero-count-down .elementor-countdown-item:last-child {
    border-right: none !important;
}
.hero-count-down .elementor-countdown-label {
    margin-top: 15px;
}
/* .cus-site-head {
    position: absolute;
    z-index: 9;
}
.elementor-location-header {
    min-height: 195px;
}
.she-header {
    -webkit-animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 900ms ease-in-out 0s normal none 1 running fadeInDown;
    z-index: 999 !important;
    position: fixed !important;
    top: 0px;
    width: 100%;
    box-shadow: 0 1px 9px 0 rgb(32 33 36 / 13%) !important;
}
.admin-bar .she-header {
    top: 32px !important;
}
@-webkit-keyframes fadeInDown {
from {
    opacity: 0;
    -webkit-transform: translatey(-10px);
    -moz-transform: translatey(-10px);
    -o-transform: translatey(-10px);
    transform: translatey(-10px);
}
to {
    opacity: 1;
    -webkit-transform: translatey(0);
    -moz-transform: translatey(0);
    -o-transform: translatey(0);
    transform: translatey(0);
}
}
@-moz-keyframes fadeInDown {
from {
    opacity: 0;
    -webkit-transform: translatey(-10px);
    -moz-transform: translatey(-10px);
    -o-transform: translatey(-10px);
    transform: translatey(-10px);
}
to {
    opacity: 1;
    -webkit-transform: translatey(0);
    -moz-transform: translatey(0);
    -o-transform: translatey(0);
    transform: translatey(0);
}
}
@keyframes fadeInDown {
from {
    opacity: 0;
    -webkit-transform: translatey(-10px);
    -moz-transform: translatey(-10px);
    -o-transform: translatey(-10px);
    transform: translatey(-10px);
}
to {
    opacity: 1;
    -webkit-transform: translatey(0);
    -moz-transform: translatey(0);
    -o-transform: translatey(0);
    transform: translatey(0);
}
}
.in-down {
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
}
.she-header .lg-header-logo img {
    width: 180px !important;
}
.she-header .e-con-inner:not(.she-header .e-con-inner .e-con-inner) {
    padding-top: 13px;
    padding-bottom: 15px;
}
.she-header .lg-head-nav {
    margin-top: 16px;
    padding-top: 16px;
} */


.site-header {
    position: absolute !important;
}
.shrunk-header {
    box-shadow: 0 1px 6px 0 rgb(32 33 36 / 28%) !important;
    z-index: 9999 !important;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1) !important;
    -webkit-animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 900ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 0 1px 6px 0 rgb(32 33 36 / 28%) !important;
    z-index: 999;
    position: fixed !important;
    top: 0px;
    width: 100%;
	background: #fff;
}
.admin-bar .shrunk-header {
    top: 32px !important;
}
@-webkit-keyframes fadeInDown {
from {
    opacity: 0;
    -webkit-transform: translatey(-10px);
    -moz-transform: translatey(-10px);
    -o-transform: translatey(-10px);
    transform: translatey(-10px);
}
to {
    opacity: 1;
    -webkit-transform: translatey(0);
    -moz-transform: translatey(0);
    -o-transform: translatey(0);
    transform: translatey(0);
}
}
@-moz-keyframes fadeInDown {
from {
    opacity: 0;
    -webkit-transform: translatey(-10px);
    -moz-transform: translatey(-10px);
    -o-transform: translatey(-10px);
    transform: translatey(-10px);
}
to {
    opacity: 1;
    -webkit-transform: translatey(0);
    -moz-transform: translatey(0);
    -o-transform: translatey(0);
    transform: translatey(0);
}
}
@keyframes fadeInDown {
from {
    opacity: 0;
    -webkit-transform: translatey(-10px);
    -moz-transform: translatey(-10px);
    -o-transform: translatey(-10px);
    transform: translatey(-10px);
}
to {
    opacity: 1;
    -webkit-transform: translatey(0);
    -moz-transform: translatey(0);
    -o-transform: translatey(0);
    transform: translatey(0);
}
}
.in-down {
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
}
body #content {
    margin-top: 195px;
} 
.shrunk-header .lg-header-logo img {
    /* width: 240px !important; */
}
.shrunk-header .e-con-inner:not(.shrunk-header .e-con-inner .e-con-inner) {
    padding-top: 13px;
    padding-bottom: 15px;
}
.shrunk-header .lg-head-nav {
    margin-top: 16px;
    padding-top: 16px;
} 
#speakers .elementor-swiper-button svg {
    filter: brightness(0) saturate(100%) invert(47%) sepia(64%) saturate(5724%) hue-rotate(171deg) brightness(97%) contrast(101%);
}
/* header close here  */

/* footer start here  */
#ast-scroll-top {
    right: 15px;
    bottom: 15px;
}
/* footer close here  */

/* Home start here  */
#soundBtn {
    background: #ffffff45;
    backdrop-filter: blur(5px);
    padding: 0px;
    border: 1px solid #ffffff73 !important;
}
.register-form .ff-el-form-check.ff-el-form-check- span {
    font-weight: normal;
    font-size: 18px;
}
.note-text {
    display: block;
    margin: 0px 0 0;
    font-size: 16px;
}
.cust-checkbox .ff-el-input--label.ff-el-is-required.asterisk-right label {
    padding-left: 10px;
}
.fluentform .cust-checkbox .ff-el-input--label.ff-el-is-required.asterisk-right label:after {
    margin-left: 0;
    position: absolute;
    left: 0;
    top: 2px;
}
.cust-checkbox input[type="checkbox"]{
	 top: -3px !important;
}
.register-form .ff-el-input--content input:focus {
    border-color: #FF9237 !important;
}
.register-form .ff-el-input--content select{
	background: #fff url('/wp-content/uploads/2026/05/bottom-arrow.png') no-repeat 97%; 	
	background-size: 16px;
	 -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}
.member-input .ff-el-input--content{
	display: flex;
    column-gap: 25px;
}
.fluentform .member-input .ff-el-form-check {
    margin-bottom: 0;
}
.fluentform .member-input .ff-el-input--label{
	margin: 0;
}
.fluentform .has-conditions .ff-el-input--label label {
    font-size: 15px !important;
}
.fluentform .has-conditions .ff-el-input--label {
    margin-bottom: 2px;
}
.fluentform .has-conditions .ff-el-input--content input {
    height: 42px !important;
	    font-size: 15px !important;
}
body .ff-message-success{
	text-align: center;
	border: 1px dotted #fff;
}
/* Home close here  */
















@media screen and (min-width: 1800px) {
/* 	home page start here  */
/* 	.hero-content {
		padding-bottom: 70px;
	} */
	.hero-img img {
		height: 930px !important;
	}
/* 	home page close here  */
}

@media screen and (max-width: 1025px) {
/* 	header start here  */
	.elementor-location-header {
		min-height: 146px;
	}
	html #wpadminbar {
		display: none;
	}
	html {
		margin-top: 0px !important;
	}
	.admin-bar .she-header {
		top: 0px !important;
	}
	body #content {
		margin-top: 0px;
	}
	.admin-bar .shrunk-header {
		top: 0px !important;
	}
/* 	header close here  */
}

@media screen and (max-width: 767px) {
/* 	header start here  */
	.sm-nav-btn .elementor-icon-wrapper {
		display: flex !important;
	}
	.elementor-location-header {
		min-height: 135px;
	} 
	.she-header .lg-header-logo img {
		width: 135px !important;
	}
	.she-header .e-con-inner:not(.she-header .e-con-inner .e-con-inner) {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.she-header .sm-nav-wrapper {
		margin-top: 10px;
		padding-top: 10px;
	}
	.ast-search-menu-icon.slide-search a:focus-visible:focus-visible, .astra-search-icon:focus-visible, #close:focus-visible, a:focus-visible, .ast-menu-toggle:focus-visible, .site .skip-link:focus-visible, .wp-block-loginout input:focus-visible, .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper, .ast-header-navigation-arrow:focus-visible, .ast-orders-table__row .ast-orders-table__cell:focus-visible, a#ast-apply-coupon:focus-visible, #ast-apply-coupon:focus-visible, #close:focus-visible, .button.search-submit:focus-visible, #search_submit:focus, .normal-search:focus-visible, .ast-header-account-wrap:focus-visible, .astra-cart-drawer-close:focus, .ast-single-variation:focus, .ast-button:focus, .ast-builder-button-wrap:has(.ast-custom-button-link:focus), .ast-builder-button-wrap .ast-custom-button-link:focus {
		outline: none !important;
	}
	.dialog-close-button,
	.sm-nav-btn a{
		border: none !important;
		outline: none !important;
	}
/* 	header close here  */
	body footer .elementor-nav-menu__align-start .elementor-nav-menu--layout-vertical>ul>li>a {
    	justify-content: center;
	}
}