/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.3.0.1745220434
Updated: 2025-04-21 07:27:14

*/

.home .head-bread{
	display:none; 
}

.elementor-slides .swiper-slide-bg{
	background-position: 50% 70% !important;
}

.elementor-location-popup .elementor-shortcode{
	height: 100%;
}
.elementor-location-popup .e-con-inner{
	height: 700px;
	overflow-y: scroll !important;

}
.elementor-location-popup .e-con-inner div, .elementor-location-popup .e-con-inner iframe{
	height: 100% !important;
}
.elementor-location-popup .e-con-inner iframe{
	overflow-y: scroll !important;
}

.header-slide .swiper-wrapper.elementor-slides{
	cursor: default !important;
}

.header-slide .elementor-swiper-button svg {
    width: 50px !important;
    height: 50px !important;
    padding: 10px;
    background: #fff;
    border-radius: 50px;
	margin: 0 15px;
}
.header-slide .elementor-swiper-button:hover svg{
	background: var(--e-global-color-primary);fill: #fff !important;
}

.sticky{
	position: sticky;
	top: 30px;
}

.service-box img, .service-box .elementor-widget-image{height: 300px;width: 100% !important;object-fit: cover;transition: all .5s ease;overflow: hidden;}

.service-box:hover img{transform: scale(1.1);}

.brand-logo figure{
	background: #fff;
	height: 100px;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
}
.brand-logo img{
	object-fit: contain;
	height: 90px;
}

.h-100 img{
	height: 300px;
	object-fit: cover;
}
.obj-img img{
	object-fit: cover;
}

.team-slide div.elementor-social-icons-wrapper.elementor-grid {
    position: absolute;
    display: flex;
    flex-direction: column;
    z-index: 9;
    right: -87%;
    top: 100px;
    transform: translate(-50%, -50%);
	transition: all .3s ease;opacity: 0;
}
	
.team-slide .elementor-social-icons-wrapper.elementor-grid a{border-radius: 50px;margin: 5px 0;font-size: 20px;}

.elementor-element.elementor-arrows-position-outside .swiper, .elementor-lightbox.elementor-arrows-position-outside .swiper {
    width: calc(100% - 150px);
}


.team-slide:hover div.elementor-social-icons-wrapper.elementor-grid{
	opacity: 1;
}
ul, ol{
	padding-left: 20px;
}

.ft-form p{
	display: flex;
	padding: 5px;
	border: 1px solid #fff;
	border-radius: 10px;
}
.ft-form span.wpcf7-spinner{
	display: none;
}
.ft-form input, .ft-form input[type=email]:focus{
	background: transparent;
	border: none !important;
	outline: none;
	color: #fff;
}
.ft-form span.wpcf7-not-valid-tip{
	display: none;
}
.ft-form input::placeholder{
	color: #ffffff90;
}
.ft-form input[type=submit]:hover{
	background-color: #000000;
}
.ft-form .wpcf7-response-output{
	color: #ffffff80;
	border: none !important;
}
.cForm label{
	width: 100%;
}
.num, .num .elementor-widget-container{
    width: 50px
}
.e-loop-item > div{
	height: 100%;
}



@media (max-width: 1024px){
	.headmenu nav{
		padding: 5px 20px 0;
		background: transparent !important;
		box-shadow: none !important;
	}
	.headmenu ul{padding: 0 10px 10px;background: #fff;box-shadow: 0 5px 5px #00000050 !important;}
	.headmenu .sub-menu{box-shadow: none !important;padding: 0;}
	
	.header-slide .elementor-swiper-button svg {
    width: 30px !important;
    height: 30px !important;
		padding: 5px;
	margin: 0 5px;
}
}


@media (max-width:767px){
	.elementor-element.elementor-arrows-position-outside .swiper, .elementor-lightbox.elementor-arrows-position-outside .swiper {
    width: calc(100% - 90px);
}
	.brand-logo figure{
	background: #fff;
		height: 60px;
	}
	.num, .num .elementor-widget-container{
    width: 43px
}
	
}


@media (max-width:615px){
	.child-donate .givewp-fields-amount__levels-container{
		grid-template-columns: repeat(2, 1fr) !important;
	}
	.child-donate .elementor-location-popup .e-con-inner{
		height: 800px;
	}
	.child-donate .givewp-fields-amount__level{
		font-size: 14px !important;
	}
}




