/* Custom styling for hello-child website */
a {
    text-decoration: none !important;
	cursor: pointer;
}
html,
body {
	overflow-x:hidden;
}
/*Header*/
.active-header-new {
    /* backdrop-filter: blur(100px); */
    /* filter: blur(10px); */
    /* background: #ffffff38; */
    background: rgba(255, 255, 255, 0.22);
    -webkit-backdrop-filter: blur(18px) saturate(160%);
    backdrop-filter: blur(4px);
    border: 1px solid rgba(255, 255, 255, 0.10);
}
/*Header*/
.elementor-location-header {
	position:relative;
}
.hero-icon-container {
    max-width: max-content !important;
    margin: 0 auto 20px !important;

}
.hero-icon-container svg path {
    fill: transparent !important;
    stroke: #f4a800 !important;
}
.hero-icon-container .elementor-icon-wrapper, .pathways .elementor-icon-wrapper {
    display: flex;
}
.filter-blur {
    filter: blur(64px) !important;
}
.shadow-xl{
  box-shadow: 0 20px 25px -5px rgba(0,0,0,.1),
              0 8px 10px -6px rgba(0,0,0,.1);
}
.our-core-list-cont svg {
    stroke: rgb(244, 168, 0);
    
}
.our-core-list-cont {
    transition: all .5s ease;
}
.our-core-list-cont:hover  , .pathways:hover , .icon-box-mission:hover , .event-card:hover {
  box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1),
              0 4px 6px -4px rgba(0,0,0,0.1);
}

.icon-box-mission .elementor-icon-wrapper {
    display: flex;
}
.icon-box-mission svg {
    stroke: #ff713d;
}
.icon-box-mission-2 .icon-box-mission svg {
    stroke: #f4a800;
}

/*pathway*/
.pathways > div {
	height: 100%;
    margin: auto;
    justify-content: space-between;
}
.pathways .elementor-button {
    width: 100%;
	transition: all .5s ease;
}
.pathways ul {
    padding-left: 16px !important;
}
.pathways ul li::marker {
    color: #f4a800;
    font-size: 16px;
}
.pathways ul li{
	margin-bottom: 8px;
}
/*Event card*/
.event-pill {
    max-width: max-content;
}
.event-card .elementor-button{
    width: 100%;
	transition: all .5s ease;
}
.event-card {
	border-right: 1px solid rgba(5, 17, 25, 0.1) !important;
	border-top: 1px solid rgba(5, 17, 25, 0.1) !important;
	border-bottom: 1px solid rgba(5, 17, 25, 0.1) !important;
}
.glow-static-icon-container{
	margin-left: 0px !important;
}
.icon-transparnt svg {
    fill: transparent !important;
}
.event-card:nth-child(2) .elementor-button {
    margin-top: 20px !important;
}

.footer-logo{
	  filter:  brightness(0%) invert(100%);
}

.our-core-heading{
	line-height: 16px !important;
}

.list-style{
	background: #FF713D !important; 
	border-radius: 100% !important;  
	display: flex !important;
	color: #fff !important;
	font-size: 14px !important;
	font-family: poppins !important;
    width: 25px !important;
    height: 25px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    line-height: 14px !important;
}



.our-core-list-cont h4 {
    line-height: 1em;
}