/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

body, html {
    overflow-x: hidden !important;
    width: 100%;
}
.header-search .hfe-search-button-wrapper i::before {
    content: url('/wp-content/uploads/2024/09/search-normal.png') !important;
    opacity: 1 !important;
}
button.open-btn {
    display: flex !important;
    align-items: center !important;
}
.header-search .hfe-search-button-wrapper i::after {
    content: 'SEARCH';
    font-family: Plus Jakarta Sans;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 17.64px !important;
    text-align: left !important;
}

.header-search .hfe-search-button-wrapper i.fa-search{
	font-style:normal!important;
    max-width: 115px;
    background: #fff !important;
    padding: 7px 19px!important;
    border-radius: 50px;
    color: #000 !important;
    width: fit-content !important;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-right: 0 !important;
    margin-left: auto !important;
}

.header-search .hfe-search-button-wrapper input.hfe-search-form__input {
    border-radius: 50px !important;
	padding:10px 25px !important;
}

button.open-btn::after {
    content: '';
    position: absolute;
    top: 0;
    left: 12px;
    background-image: url('/wp-content/uploads/2024/09/menu-bar_icon.png');
    background-repeat: no-repeat;
    width: 25px;
    height: 23px;
    bottom: 0;
    margin: auto;
}

.elementor-shortcode button.open-btn {
    position: relative !important;
    padding-left: 45px !important;
}

#mySidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	background-color: #111;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 60px;
/* 	padding-right:20px !important; */
}

#mySidenav .sidenav-menu li {
	list-style: none;
	padding: 8px 26px 8px 32px;
}
#mySidenav .sidenav-menu li ul.sub-menu {
    margin: 0 !important;
}
#mySidenav .sidenav-menu li a {
	padding: 8px 8px 8px 32px;
	white-space: nowrap !important;
	text-decoration: none;
	font-family: Plus Jakarta Sans !important;
	font-size: 14px !important;
	font-weight: 500 !important;
	line-height: 17.64px !important;
	text-align: left;
	color: #E4E4E7 !important;
	text-transform: uppercase !important;
	display: block;
	transition: 0.3s;
}

#mySidenav .sidenav-menu li a:hover {
	color: #f1f1f1;
}

#mySidenav .sidenav-menu li ul.sub-menu > li  ul.sub-menu a.menu-link {
		white-space: normal !important;
	}
    .sidenav {
        width: 0;
        transition: 0.3s;
    }
    
    .sidenav-menu .menu-item-has-children > a .dropdown-menu-toggle::after {
        font-family: "Font Awesome 5 Free";
        content: "\f107"; /* Arrow down for closed */
        display: inline-block;
        padding-right: 3px;
        vertical-align: middle;
        font-weight: 900;
        float: right;
        transition: transform 0.3s;
    }
    
    .sidenav-menu .menu-item-has-children.open > a .dropdown-menu-toggle ::after {
        content: "\f106"; /* Arrow up for opened */
    }
    
    .sidenav-menu .sub-menu {
        display: none;
        padding-left: 20px;
    }
    
    .sidenav-menu .menu-item-has-children.open > .sub-menu {
        display: block;
    }

#mySidenav .close-btn {
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 15px;
	margin-left: 0;
	background: #fff !important;
	border-radius: 50px !important;
	width: 40px !important;
	height: 40px !important;
	display: flex !important;
	align-items: center;
	justify-content: center;
	line-height: 0 !important;
	color: #000 !important;
	padding: 0 !important;
}
#mySidenav ul#menu-side-menu-bar {
    margin: 0 !important;
}

.top-header-menu ul.sub-menu {
    width: fit-content !important;
	max-width: fit-content !important;
	min-width: fit-content !important;
    margin-top: 7px !important;
}

button.open-btn {
    font-family: Plus Jakarta Sans 
		!important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 17.64px !important;
    color: #000000 !important;
    text-transform: uppercase;
    background: #fff !important;
    border-radius: 50px !important;
    padding: 10px 15px !important;
    cursor: pointer;
    border: 1px solid #A1A1AA !important;
    box-shadow: none !important;
}
#header{
	position:absolute;
	top:34px !important;
	width:100%;
}
.tabs_menus ul.elementor-icon-list-items.elementor-inline-items {
    justify-content: space-around !important;
	gap:25px !important;
}

@media(max-width:767px){
	#header{
		top:68px !important;
	}
	.tabs_menus ul.elementor-icon-list-items.elementor-inline-items {
		row-gap: 20px !important;
		justify-content: center !important;
		column-gap: 50px !important;
	}
}

/* ================= home -page ============== */

.green-bg {
    position: relative;
}
.icon-btn .elementor-button-wrapper {
    line-height: 1;
}

.overlay-img .elementor-widget-container::after {
    background-color: rgba(0, 0, 0, 0.32);
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
	border-radius:15px !important;
}

.green-bg::after {
    content: '';
    background: url('/wp-content/uploads/2024/09/Rectangle-12.png');
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: contain;
    width: 100%;
    height: 80%;
    position: absolute;
    bottom: -10px;
    left: -10px;
    z-index:-1;
}

/* slider */

	.progress {
	  display: block;
	  width: 0%;
	  height: 1px;
	  border-radius: 0;
	  overflow: hidden;
	  background-color: #3A73BA;
	  transition: background-color .4s ease-in-out;
	}

	.progress::after {
		width: 100%;
		height: 1px !important;
		background: #E4E4E7;
		position: absolute;
		content: "";
		left: 0;
		z-index: -1;
	}
	.sr-only {
	  position: absolute;
	  width: 1px;
	  height: 1px;
	  padding: 0;
	  margin: -1px;
	  overflow: hidden;
	  clip: rect(0,0,0,0);
	  border: 0;
	}
	.post_slider .eael-grid-post .eael-entry-wrapper {
		padding: 0px !important;
	}

	.post_slider .eael-grid-post .eael-entry-wrapper, .HCF_news .eael-grid-post .eael-entry-wrapper {
		position: relative;
		width: 100%;
		padding-top: 48px !important;
	}
	.HCF_news .eael-grid-post .eael-entry-wrapper{
		padding-left:0 !important;
		padding-right:0 !important;
	}
	.post_slider ul.post-meta-categories, .HCF_news .eael-entry-header-after.style-two{
		position: absolute;
		top: 20px;
		margin-top:0 !important;
	}

	.post_slider li.meta-cat-icon, .HCF_news  li.meta-cat-icon, .post_slider .eael-meta-posted-on i.far.fa-clock,  .HCF_news .eael-meta-posted-on i.far.fa-clock {
		display: none !important;
	}



@media(min-width:1600px){
	.slider_container {
		margin-left: 300px !important;
	}
}


.search-form .wpcf7-spinner {
    display: none !important;
}
.search-form .eael-contact-form-7 {
    width: 100%;
}

.search-form .eael-contact-form-7 p {
    width: 100% !important;
}
.search-form .wpcf7-form-control.wpcf7-submit.has-spinner {
    position: absolute;
    right: 0;
    top: 5px;
    bottom: 0;
    right: 5px !important;
    height: fit-content !important;
}

.search-form .wpcf7-form-control-wrap input {
	width:100% !important;
    background: #18181B !important;
    border: none !important;
    border-radius: 10px !important;
    padding: 7px 16px!important;
    height: 50px !important;
    font-size: 14px;
    font-weight: 400;
    letter-spacing:.03em;
    text-align: left;
	color:#fff !important;
}

.search-form .wpcf7-response-output {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 12px !important;
    margin-bottom: 20px !important;
}


/*  news page*/


.dedicated-slider figure.swiper-slide-inner {
    position: relative;
    width: 100%;
    height: 300px!important;
}
.dedicated-slider .elementor-image-carousel-wrapper.swiper {
        margin-left: -200px;
        margin-right: -200px;
	}
@media(min-width:768px){
	.three_hcf_news .eael-grid-post-holder-inner {
		display: flex;
		gap: 20px;
		align-items: flex-start;
	}

	.three_hcf_news .eael-grid-post-holder-inner .eael-entry-wrapper .eael-entry-header-after.style-two {
		top: 13px;
	}
	
	.dedicated-slider .elementor-image-carousel-wrapper.swiper {
        margin-left: -300px;
        margin-right: -300px;
	}
	
	.dedicated-slider figure.swiper-slide-inner {
		position: relative;
		width: 100%;
		height: 554px!important;
	}
}



.HCF_news.single-news-box a.eael-post-elements-readmore-btn {
    position: absolute;
    top: 23px !important;
    right: 0 !important;
    z-index: 2;
}




.dedicated-slider figure.swiper-slide-inner img {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover;
	border-radius: 17px !important;
}

.dedicated-slider figcaption.elementor-image-carousel-caption {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    color: #fff !important;
    width: 100% !important;
    padding-left: 20px;
    padding-right: 20px;
}

.slider-caption {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
}

.slider-caption .title-span {
    font-family: Plus Jakarta Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.16px;
    text-align: left;
}

.slider-content h3 {
    font-family: 'Source Serif 4';
    font-size: 20px;
    font-weight: 700;
    line-height: 24.24px;
    text-align: left;
    color: #fff !important;
    margin-bottom: 0 !important;
}

.volunteer_resources a.eael-post-elements-readmore-btn{
width:fit-content;
}

.slider-btn {
    background: rgba(255, 255, 255, 0.12);
    width: 49px;
    height: 49px;
    border-radius: 10px !important;
    backdrop-filter: blur(10px);
}

.slider-btn img {
    width: 100% !important;
    object-fit: contain !important;
    max-width: 24px;
}


.testimonal_slider button.slide-arrow.prev-arrow.slick-arrow,  .testimonal_slider button.slide-arrow.next-arrow.slick-arrow{
    background: transparent;
	flex: 34px 0 0;
    width: fit-content !important;
	outline:none !important;
	box-shadow:none !important;
	border:none !important;
	padding:0!important;
	margin:0 !important;
}

.testimonal_slider .e-con-inner.slick-initialized.slick-slider {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.testimonal_slider .slick-list.draggable {
    flex: 762px 0 0;
}
.testimonal_slider button.slide-arrow.slick-arrow.slick-disabled {
    opacity: .5 !important;
}


@media(max-width:922px){
	.testimonal_slider .slick-list.draggable {
    flex: 500px 0 0 !important;
}
}


@media(max-width:767px){
	.slider-btn img {
    	max-width: 16px !important;
	}
	.slider-btn {
		width: 40px !important;
		height: 40px !important;
	}
	.testimonal_slider .slick-list.draggable {
    flex: 1 !important;
}
}



/* contact form */


.form-group {
    display: flex !important;
    gap: 20px;
    margin-bottom: 0 !important;
}
.contact-form-hcf .wpcf7 input:not([type="submit"]), .contact-form-hcf .wpcf7 textarea {
    border-color: #E4E4E7 !important;
    box-shadow: none !important;
    outline: none !important;
    height: auto !important;
    padding: 15px 20px !important;
    font-family: Plus Jakarta Sans;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 17.64px !important;
    text-align: left;
    border-radius: 10px !important;
	background: #FAFAFA !important;
	margin-bottom:18px !important;
}
.contact-form-hcf .wpcf7 textarea {
	min-height:189px !important;
}

.contact-form-hcf .wpcf7 label {
    font-family: Plus Jakarta Sans;
    font-size: 14px;
    font-weight: 700;
    line-height: 17.64px;
    text-align: left;
    color: #000;
}

.contact-form-hcf .wpcf7 p {
    margin: 0 !important;
}


.contact-form-hcf .wpcf7 input.wpcf7-form-control.wpcf7-submit {
    display: block;
    width: 100%;
    border-radius: 50px;
    margin-top: 15px;
    font-family: Plus Jakarta Sans;
    font-size: 16px;
    font-weight: 700;
    line-height: 21px;
}

@media(max-width:767px){
	
.form-group {
    display: block !important;
    margin-bottom: 0 !important;
}
	
	div#mySidenav.open-mySidenav {
    width: 100% !important;
}

.ast-header-break-point .dropdown-menu-toggle {
    display: inline !important;
}
	
}

.anchor_black li.elementor-icon-list-item a {
    color: #000 !important;
}

.header-search .hfe-input-focus .hfe-search-icon-toggle input[type=search] {
    width: 100% !important;
}
.page-id-1357 .header-search form.hfe-search-button-wrapper{
	transform: all .2s ease-in-out;
}
.page-id-1357 .header-search form.hfe-search-button-wrapper.hfe-input-focus  {
    border: 1px solid #A1A1AA;
    border-radius: 50px;
}

.page-id-1357 .header-search form.hfe-search-button-wrapper.hfe-input-focus  i.fas.fa-search {
	border:none !important;
}

.page-id-1357 .header-search form.hfe-search-button-wrapper i.fas.fa-search {
    border: 1px solid #A1A1AA;
}

.page-id-1357 .on_contact_hide{
	display:none !important;
}

.imgae_boxes_links img{
    box-shadow: 0 0 40px #0000002e !important;
    border: 1px solid #fff !important;
}