/*
Theme Name: New Era Childrens Foundation Child
Theme URI: https://aqlix.com/
Template: new-era-childrens-foundation
Author: https://aqlix.com/
Author URI: https://aqlix.com/
Description: Description
Tags: custom-background,custom-logo,custom-menu,featured-images,threaded-comments,translation-ready
Version: 1.0.0.1784200475
Updated: 2026-07-16 11:14:35

*/
@media only screen and (min-width: 1500px) {
	.container {
    max-width: 90%; 
}
}
a.navbar-brand {
    max-width: 250px;
}
header.main-header {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
	z-index: 100;
}
.like-text {
    color: var(--theme-color);
    font-weight: 700;
    font-size: 15px;
    line-height: 1;
}

.w-like {
    display: flex;
    align-items: center;
    gap: 10px;
	   margin-bottom: 40px;
}

.title-spartor {
    width: 70px;
    height: 1px;
    background: var(--theme-color);
	 }
	 .banner-features-inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
        position: relative;
    left: -34px;
	 }
    
.banner-features-inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
.feature-img {
    width: 80px;
    height: 80px;
    border: 2px solid;
	border-color:  var(--theme-color);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 10px;
}

.feature-img img {
    max-width: 50px;
}

.single-feature {
    position: relative;
    text-align: center;
}
.single-feature:after {
        content: '';
        background: rgb(0 0 0 / 20%);
        display: inline-block;
        width: 1px;
        height: 80%;
        position: absolute;
        top: 10%;
        right: 0;
    }
.banner-features-inner .single-feature:last-child:after {
	width: 0;
}
.feature-cta a {
    font-size: 22px;
    color: var(--theme-color);
}
.single-feature.hc .feature-img {
    border-color: #6EA5AE;
}
.single-feature.nt .feature-img {
    border-color: #DE9956;
}
.single-feature.ct .feature-img {
    border-color: #7760B1;
}
.single-feature.hc .feature-cta a { 
    color: #6EA5AE;
}
.single-feature.nt .feature-cta a { 
    color: #DE9956;
}
.single-feature.ct .feature-cta a { 
    color: #7760B1;
}
.section-padding {
    padding: 100px 0;
}
p.heading-font {
    font-size: 20px;
    line-height: 1.5;
}
.reality-box {
    position: relative;
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
}
.reality-cnt {
    padding: 25px;
}
.reality-cnt h3 {
    font-size: 40px;
    line-height: 1.2;
}
.relt-divider {
    background: var(--theme-color);
    display: block;
    width: 40px;
    height: 2px;
    margin: 10px 0;
}
.rel-info {
    color: var(--theme-color);
    font-family: var(--default-font);
	margin-bottom: 10px;
}

.rel-info span {
    font-size: 50px;
    font-weight: 700;
    line-height: 1;
    margin-right: 4px;
}

.rel-info sub {
    font-size: 22px;
    font-weight: 600;
}
a.read {
    color: inherit;
}
.reality-cnt p {
    color: #1E2C37;
}
.rel-divide-line {
    background: #FAF6F2;
    width: 100%;
    height: 1px;
    margin-bottom: 1.6em;
} 
p.main-info {
    max-width: 90%;
    min-height: 78px;
}
.section-bg {
    background: #F9F1E6;
}
.custom-tabs {
    width: 100%;
}

.tab-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 30px;
    justify-content: center;
	gap: 50px;
	font-weight: 700;
}
.tab-btn {
    color: var(--theme-color);
    border-radius: 50px;
    cursor: pointer;
    transition: .3s ease;
    font-size: 16px;
    font-weight: 600;
    border: 0;
    background: transparent;
    font-size: 20px;
	padding: 0;
}

.tab-btn.active {
    position: relative;
}
button.tab-btn.active:after {
    content: '';
    background: var(--theme-color);
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
}
.tab-content {
    display: none;
    animation: fade .3s ease;
}

.tab-content.active {
    display: block;
}

@keyframes fade {
    from {
        opacity: 0;
        transform: translateY(8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.tab-data-inner {
    border-radius: 16px;
    overflow: hidden;
    position: relative;
}
.tab-data-img img {
    width: 100%;
}
.tab-text-box {
    background: #ffffff;
    border-radius: 16px;
    position: absolute;
    top: 50%;
    right: 70px;
    max-width: 450px;
    transform: translateY(-50%);
    padding: 40px;
}
.section-title h4 {
    font-size: 36px;
    line-height: 1.3;
}
.section-title h4 {
    font-size: 36px;
    line-height: 1.3;
}

.cicrle-icon {
    background: var(--theme-color);
    width: 90px;
    height: 90px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 25px;
}

.cicrle-icon img {
    max-width: 50px;
}
.cicrle-icon.health {
    background: #6EA5AE;
}
.cicrle-icon.food {
    background: #DE9956;
}
.cicrle-icon.cumm {
    background: #7760B1;
}
.explore-btn a {
    color: var(--theme-color);
    font-weight: 700;
    text-decoration: underline;
    text-decoration-color: #E9D1AD;
    text-decoration-thickness: 2px; /* Optional */
    text-underline-offset: 10px;
}
section.what-is-necf {
    background: #F5F0EA;
	position: relative;
}

.about-inner {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 0 10px #dfdfdf;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    text-align: center;
    padding: 50px;
}

.about-icon {
    background: #E6E2D6;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 25px;
}

.about-icon img {
    max-width: 50px;
}

.about-inner {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 0 10px #dfdfdf;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    text-align: center;
    padding: 50px;
}

.about-icon {
    background: #E6E2D6;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 25px;
}

.about-icon img {
    max-width: 50px;
}

.about-box {
    position: relative;
}

.about-box:after {
    content: '';
    background: rgb(0 0 0 / 20%);
    display: inline-block;
    width: 1px;
    height: 80%;
    position: absolute;
    top: 10%;
    right: 0;
}
.about-inner .about-box:last-child:after {
    height: 0;
}
.about-count {
    color: var(--theme-color);
    font-family: var(--default-font);
    font-size: 50px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 10px;
	
}
.about-desc-text {
    font-size: 22px;
    font-weight: 600;
	  color: var(--theme-color);
    font-family: var(--default-font);
	margin-right: 10px;
}
.about-box p {
    color: #1E2C37;
    margin-bottom: 0;
}
.section-blind-img {
    position: absolute;
    z-index: 1;
}

.section-blind-img.img-one {
    max-width: 600px;
    top: 100px;
    left: 0;
}
.section-blind-img.img-two {
    top: 240px;
    right: 0;
    max-width: 600px;
}
.about-band {
    position: relative;
    z-index: 2;
}
.irs-band {
    position: relative;
    background: #012d6a;
    border-radius: 14px;
    margin: 50px 0;
    overflow: hidden;
    z-index: 2;
    width: 100%;
    padding: 50px;
}
.irs-band-inner {
    display: flex;
    align-items: center;
}
.irs-logo-side {
    max-width: 380px;
}
.v-trusred {
    max-width: 500px;
    border: 1px solid #50688E;
    border-top: 0;
    border-bottom: oldlace;
    padding: 0 40px;
    margin: 0 40px;
}
.v-trusred small {
    color: #91ACA4;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    display: block;
}
.v-trusred h4 {
    font-size: 36px;
    line-height: 1.3;
    color: #ffffff;
    margin-bottom: 10px;
}
.v-trusred p {
    color: #ffffff;
    margin-bottom: 0;
}
.d-inner-text {
    display: flex;
    align-items: center;
	gap: 15px;
}
.download-btn {
    background: transparent;
    width: 90px;
	flex: 0 0 90px;
    height: 90px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 25px;
    border: 2px solid #ffffff;
}
.download-btn  img {
    max-width: 50px;
}
.download-text h4 {
    color: #91ACA4;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    display: block;
    font-family: var(--default-font);
}
.download-text p {
	color: #ffffff;
}
.d-inner-text {
    max-width: 330px;
}
.d-inner-map {
    position: absolute;
    right: 0;
    top: 50%;
    max-width: 345px;
    transform: translateY(-50%);
}
.for-over-text h3 {
    font-size: 40px;
    margin-bottom: 0;
}
.map-wrapper {
    margin-bottom: 50px;
    position: relative;
    border-radius: 14px;
    overflow: hidden;
}
.map-wrapper {
    margin-bottom: 50px;
    position: relative;
    border-radius: 14px;
    overflow: hidden;
}

section.hope-has {
    position: relative;
}

section.hope-has:before {
    content: '';
    background: var(--theme-color);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    max-height: 55%;
}
section.hope-has .container {
	position: relative;
	z-index: 2;
}
.highlight-tag {
    display: inline-block;
    background: #0e1511;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.9px;
    font-size: 15px;
    line-height: 1;
    padding: 8px 11px;
    border-radius: 10px;
    border: 1px solid #65902a;
}

.tag-count {
    background: #436925;
    border: 1px solid #65902a;
    color: #ffffff;
    font-size: 18px;
    line-height: 1;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
	    margin-left: auto;
    margin-top: 10px;
}
.highlight-dot {
    animation: pulseOpacity 2s ease-in-out infinite;
}

@keyframes pulseOpacity {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.highlight-dot {
    width: 15px;
    height: 15px;
    background: #6cc620;
    border-radius: 50%;
    border: 4px solid #3d671d;
    outline: 3px solid #416025;
}
.highlight-flex {
    display: flex;
    align-items: center;
    gap: 20px;
}
.map-highlight {
    position: absolute;
    z-index: 4;
}

.map-highlight.na {
    top: 40%;
    left: 15.5%;
}
.map-highlight.af {
    top: 63%;
    left: 46%;
}
.map-highlight.ara {
    top: 52%;
    left: 53.5%;
}
.map-highlight.asia {
    top: 42%;
    right: 28%;
}
.map-card{
    position: absolute;
    background: #EAE6DD;
    top: 50%;
    right: 40px;
    max-width: 400px;
    transform: translateY(-50%);
    border-radius: 14px;
    overflow: hidden;

    z-index: 5;

    opacity: 0;
    visibility: hidden;
    pointer-events: none;

    transition: opacity .35s ease, visibility .35s ease;
}

.map-card.active{
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.map-card.active{
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.card-features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
	gap: 10px;
}

.card-icon {
    max-width: 35px;
} 
.map-card-img {
    max-height: 220px;
    overflow: hidden;
}

.map-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.map-card-body {
    padding: 25px;
}
.map-card-img {
    max-height: 220px;
    overflow: hidden;
}

.map-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.map-card-body {
    padding: 25px;
}

.card-single-feature {
    position: relative;
	
}

.card-single-feature:after {
    content: '';
    background: rgb(0 0 0 / 20%);
    display: inline-block;
    width: 1px;
    height: 80%;
    position: absolute;
    top: 10%;
    right: 0;
}
.card-features .card-single-feature:last-child:after {
	display: none;
}
.card-features.card-single-feature:last-child::after {
    width: 0;
}
.card-tag {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}
.map-card-body h3 {
    line-height: 1.2;
    margin-bottom: 10px;
}
.card-p {
    font-size: 12px;
    line-height: 1.2;
}
.map-card-body p {
    margin-bottom: 0;
    line-height: 1.4;  
}
.card-divider {
    background: var(--theme-color);
    width: 40px;
    height: 1px;
    margin: 10px 0;
}
.card-features {
    margin-bottom: 15px;
}
.map-highlight { 
    cursor: pointer;
}
.featured-story {
    position: relative;
    overflow: hidden;
    border-radius: 270px 40px 40px 40px;
}
.featured-story:after {
    content: '';
    background: rgb(0 0 0 / 40%);
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.story-data {
    position: absolute;
    z-index: 2;
    bottom: 10%;
    right: 2%;
    max-width: 600px;
}
.cont-name {
    font-weight: 700;
    font-size: 16px;
    color: #afffca;
    margin: 10px 0;
}
.project-devision {
    display: inline-block;
    position: relative;
    font-family: var(--default-font);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.1em;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: var(--accent-color);
    padding-left: 18px;
    margin-bottom: 15px;
}
.project-devision::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: var(--accent-color);
    border-radius: 50%;
    width: 8px;
    height: 8px;
}
.project-type {
    color: var(--theme-color);
	text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1;
}
.project-name h3 {
    font-size: 34px;
    line-height: 1.2;
    margin-bottom: 15px;
}
.project-img {
    border-radius: 14px;
    overflow: hidden;
    height: 100%;
}

.project-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.project-divider {
    background: var(--theme-color);
    width: 50px;
    height: 1px;
    margin-bottom: 10px;
    display: block;
}
.mb-50 {
    margin-bottom: 50px;
}
.project-box {
    border-right: 1px solid #dfdfdf;
    padding-right: 15px;
} 
.project-box.no-border {
    border-right: 0;
    padding-right: 0;
}
.section-theme-bg {
    background: var(--theme-color);
}
.who-know {
    color: #A8AF72;
    font-size: 55px;
    font-family: var(--accent-font);
    font-style: italic;
    font-weight: 400;
	display: block;
	margin-bottom: 50px;
}
.donners-profiles {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 40px;
}
.profile-img {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #B6C69C;
}
.donners-profiles {
    max-width: 80%;
    margin-left : auto;
	 margin-right : auto;
}
.profile-img img {
    width: 100%;
    height: auto;
}
span.s-divider {
    background: #B6C69C;
    width: 60px;
    height: 1px;
    display: inline-block;
}

.sporrting-divider {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 30px;
    color: #B6C69C;
    justify-content: center;
    margin-top: 15px;
}
.s-logo {
    border: 1px solid #6A814E;
    border-radius: 14px;
    text-align: center;
    padding: 30px;
}

.s-logo img {
    max-width: 200px;
}
section.donate-area {
    position: relative;
    overflow: hidden;
}

.donate-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	    height: 100%;
}

.donate-bg img {
    width: 100%;
    height: 100%;
	object-fit: cover;
}
section.what-is-necf .section-title {
    position: relative;
    z-index: 4;
}
section.donate-area.section-padding .container {
    position: relative;
    z-index: 2;
}
.our-donation-form {
    max-width: 429px;
    margin-left:  auto;
	margin-right:  auto;
    background: #ffffff;
    text-align: center;
    border-radius: 14px;
    border: 1px inset #00b964;
    padding: 0;
    overflow: hidden;
}
.footer-contact-item h3 {
    color: #ffffff;
	
}
.footer-divider {
    background: #3A3D3A;
    display: block;
    width: 100%;
    height: 1px;
    margin: 60px 0;
}
.mcp-newslatter {
    display: flex;
    align-items: center;
    max-width: 500px;
    width: 100%;
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 14px;
    overflow: hidden;
    background: transparent;
}

.mcp-newslatter input[type="email"] {
    flex: 1;
    height: 52px;
    border: 0;
    outline: 0;
    background: transparent;
    color: #fff;
    padding: 0 24px;
    font-size: 15px;
}

.mcp-newslatter input[type="email"]::placeholder {
    color: rgba(255,255,255,0.55);
}

.mcp-newslatter input[type="submit"] {
    height: 52px;
    min-width: 145px;
    border: 0;
    outline: 0;
    cursor: pointer;
    background: var(--accent-color);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 10px;
    transition: all .3s ease;
}

.mcp-newslatter input[type="submit"]:hover {
    filter: brightness(1.1);
}

.mcp-newslatter:focus-within {
    border-color: var(--accent-color);
}
.newslatter-side {
    max-width: 390px;
}
.newslatter-side p {
    color: #ffffff;
    margin-bottom: 50px;
}
.text-right {
	text-align: right;
}
.top-header-support {
    display: flex;
    align-items: start;
    gap: 20px;
}

.support-icon img {
    max-width: 40px;
}

.support-right {
    color: #ffffff;
}
.support-head {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}
.support-right a {
    color: #ffffff;
    font-size: 30px;
    font-weight: 700;
}
.support-right p {
    margin-bottom: 0;
}
.border-right {
    position: relative;
}

.border-right:after {
    content: '';
    background: #3A3D3A;
    width: 1px;
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 50%;
    height: 85px;
    transform: translateY(-50%);
}
p.adjust-width {
    max-width: 830px;
    margin-left: auto;
    margin-right: auto;
	position: relative;
	z-index: 5;
}
.map-tag {
    position: absolute;
    top: 2%;
    left: 2%;
    color: #ffffff;
    border: 1px solid #ffffff;
    padding: 13px 20px;
    border-radius: 12px;
    font-size: 16px;
    line-height: 1;
}
.reality-box {
    height: 100%;
}
.page-header .section-title {
    max-width: 60%;
}
.projects-slider{
    overflow:hidden;
    padding:30px 0 10px;
}

.projects-slider .swiper-wrapper{
    align-items:center;
}

.projects-slider .swiper-slide{
    width:320px;
    transition:.5s;
}

/* .projects-slider .swiper-slide-active{ */
    /* width:460px; */
/* } */

.project-card{
    position:relative;
    height:620px;
    overflow:hidden;
    border-radius:14px;
}

.project-card img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.5s;
}

.project-overlay {
    position: absolute;
    inset: 0;
   background: linear-gradient(to top, rgba(0, 0, 0, .85), rgba(0, 0, 0, .2) 55%, rgba(0, 0, 0, .1));

}
.project-card:hover .project-overlay  {
	    background: rgb(0 0 0 / 70%);
	}
.country-tag{
    position:absolute;
    top:24px;
    left:24px;
    background:var(--accent-color);
    color:#fff;
    padding:8px 18px;
    border-radius:40px;
    font-size:12px;
    font-weight:700;
    z-index:3;
    letter-spacing:1px;
}

.project-title{
    position:absolute;
    left:24px;
    right:24px;
    bottom:26px;
    transition:.4s;
    z-index:3;
}

.project-title h3{
    color:#fff;
    font-size:40px;
}

.project-content{
    position:absolute;
    left:24px;
    right:24px;
    bottom:24px;
    color:#fff;

    opacity:0;
    visibility:hidden;
    transform:translateY(40px);
    transition:.45s;
    z-index:3;
}

.project-content h3{
    color:#fff;
    font-size:35px;
    margin-bottom:20px;
}

.project-content p{
    color:#fff;
    margin:25px 0;
    line-height:1.7;
}

.line{
    width:45px;
    height:3px;
    background:var(--accent-color);
}

.project-stats{
    display:flex;
    justify-content:space-between;
    border-top:1px solid rgba(255,255,255,.2);
    border-bottom:1px solid rgba(255,255,255,.2);
    padding:25px 0;
    margin:30px 0;
}

.project-stats small{
    display:block;
    color:#ddd;
    margin-bottom:8px;
}

.project-stats h4{
    color:#fff;
    font-size:42px;
}

.project-stats .green{
    color:var(--accent-color);
}

.remaining{
    display:flex;
    gap:10px;
    align-items:center;
    margin-bottom:28px;
}

.project-btn{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:12px;
    height:58px;
    border-radius:8px;
    background:var(--accent-color);
    color:#fff;
    text-decoration:none;
    font-weight:700;
}
.project-content{
    opacity:0;
    visibility:hidden;
    transform:translateY(30px);
    transition:all .4s ease;
}

.project-title{
    opacity:1;
    visibility:visible;
    transition:all .4s ease;
}

/* Show content on hover */
.project-card:hover .project-content{
    opacity:1;
    visibility:visible;
    transform:translateY(0);
}

.project-card:hover .project-title{
    opacity:0;
    visibility:hidden;
}
.projects-slider .swiper-slide{
    transition:all .4s ease;
}

.projects-slider .swiper-slide:hover{
    /* transform:scale(1.05); */
    z-index:10;
}


.projects-nav{
    margin-top:40px;
    display:flex;
    justify-content:center;
    gap:18px;
}

.project-prev,
.project-next{
    width:58px;
    height:58px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
}

.project-prev{
    border:1px solid #ddd;
}

.project-next{
	   border:1px solid #ddd;
  
}
.project-prev:hover,
.project-next:hover{
	background:var(--accent-color);
	  color:#fff;
}
p.real-another-info {
    margin-bottom: 0;
}
.profile-img {
    margin: 0 auto;
	background: #ccc1bc;
}
.site-radius {
	border-radius: 14px;
	overflow: hidden;
}
.screenshoot-div {
    background: #ffffff;
    padding: 15px;
    border-radius: 14px;
}
.section-vector {
    position: absolute;
    top: 0;
    right: 10%;
}
.relative {
	position: relative;
}
.mission-box {
    background-color: #ffffff;
    border-radius: 15px;
    height: 100%;
    padding: 30px;
    transition: all 0.5s ease-in-out;
}
.approach-item-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
    margin: 0 10px 20px;
}  
.approach-item-header .icon-box {
    position: relative;
    width: 50px;
    height: 50px;
    background: var(--theme-color);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.approach-item-header .icon-box img {
    position: relative;
    width: 100%;
    max-width: 24px;
    z-index: 1;
}
.approach-item-image figure {
    display: block;
    border-radius: 14px;
}
.approach-item-image figure img {
    width: 100%;
}
.approach-item-content {
    margin: 20px 10px 0;
}
.approach-item-content p {
    margin-bottom: 0; 
}
.i-card-inner {
    text-align: center;
    background: #ffffff;
    padding: 30px;
    border-radius: 14px;
}

.i-card-icon {
    margin-bottom: 15px;
}

.i-card-inner h3 {
    font-size: 32px;
    margin-bottom: 15px;
}
.volunteer-item {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    height: 100%;
    margin-bottom: 30px;
}
.volunteer-item-image figure {
    position: relative;
    display: block;
    border-radius: 20px;
}
.volunteer-item-image figure::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, transparent 50%, var(--primary-color) 90%);
    border-radius: 14px;
    z-index: 1;
	
}
.volunteer-item-image figure img {
    width: 100%;
    aspect-ratio: 1 / 1.176;
    object-fit: cover;
    transition: all 0.6s ease-in-out;
	    border-radius: 14px;
}
.volunteer-item-content {
    position: absolute;
    right: 15px;
    bottom: 50px;
    left: 15px;
    z-index: 1;
}
.v-all-items {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 19px;
}
.volunteer-item-content a {
    color: inherit;
}
.volunteer-item-content h2 {
    font-size: 22px;
    color: #ffffff;
    margin-bottom: 5px;
}
.volunteer-item-content p {
    color: #ffffff;
    margin-bottom: 15px; 
    font-size: 14px;	
}
.volunteer-item-content .explore-btn a {
    color: #ffffff;
    text-decoration-color: #ffffff;
}
.v-tag {
    background: #39612e;
    color: #ffffff;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    padding: 8px 10px;
    border-radius: 8px;
    margin-bottom: 8px;
    line-height: 1;
}
.advisory-header {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    padding: 60px 0;
    align-items: center;
}
.advisory-left {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.a-title {
    text-transform: uppercase;
    font-size: 16px;
	margin-bottom: 15px;
}
.a-cnt {
    font-size: 50px;
}
.advisory-right {
    width: 100%;
    display: flex;
    justify-content: end;
}
.advisory-right-inner {
    display: flex;
    gap: 30px;
}
.site-btn a {
    background: var(--theme-color);
    color: #fff !important;
    padding: 14px 26px !important;
    border-radius: 10px;
    line-height: normal;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
}
    .advisory-right-inner .site-btn a {
    width: 100%;
    display: block;
    min-width: 130px;
    text-align: center;
}
span.line {
    width: 30px;
    height: 1px;
    display: inline-block;
    background: var(--theme-color);
    margin-left: 5px;
}
.mem-count {
    display: flex;
    gap: 30px;
    margin-bottom: 1.5em;
}
.coun-names {
    text-transform: uppercase;
    font-size: 14px;
    color: var(--theme-color);
    font-weight: 600;
}
.members-area h3 {
    font-size: 40px;
    line-height: 1.5;
}
section.projects-wrapper .project-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    justify-content: center;
    margin-bottom: 50px;
}
section.projects-wrapper .project-tabs button {
   color: var(--theme-color);
    border-radius: 50px;
    cursor: pointer;
    transition: .3s ease;
    font-size: 16px;
    font-weight: 600;
    border: 0;
    background: transparent;
    font-size: 20px;
    padding: 0;
}
section.projects-wrapper .project-tabs button.active {
	position: relative;
}
section.projects-wrapper .project-tabs button.active:after{
	    content: '';
    background: var(--theme-color);
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
}
section.projects-wrapper .project-box {
    margin-bottom: 60px;
	border-right: 0;
    padding-right: 0;
}
section.projects-wrapper a.read {
    text-decoration: none;
    color: inherit;
    transition: color 0.3s ease;
}
section.projects-wrapper .project-image {
    border-radius: 14px;
    overflow: hidden;
    margin-bottom: 25px;
}
section.projects-wrapper .project-image img {
    width: 100%;
    display: block;
    transition: transform 0.6s ease;
    transform: scale(1);
    height: auto;
}

section.projects-wrapper .project-meta {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}
section.projects-wrapper .project-tag {
    background: var(--accent-color);
    color: #ffffff;
    text-transform: uppercase;
    display: inline-block;
    padding: 10px 15px;
    border-radius: 10px;  
    font-size: 14px;
    line-height: 1;
    margin-right: 13px;
    transition: all 0.3s ease;
}
.campain-cards {
    max-width: 75%;
    margin: 0 auto;
}
.project-featured-image {
    margin-bottom: 30px;
    box-shadow: 0 0 19px #e7e7e7;
    border-radius: 14px;
}
.project-featured-image img {
    width: 100%;
    border-radius: 14px;
}
h2.project-page-title {
    color: var(--accent-color);
    font-size: 3rem;
    margin-bottom: 30px;
}
.project-navigation {
    margin: 60px 0;
}
.project-nav-btn:hover {
    background: var(--accent-color);
    color: #fff;
}
.project-nav-btn {
    display: block;
    background: #F9F1E6;
    padding: 20px;
    border-radius: 12px;
    text-decoration: none;
    transition: .3s;
    height: 100%;
    color: #000000;
}  
.form-div {
    background-color: #F9F1E6;
    box-shadow: 0 0 10px #e7e7e7;
    border-radius: 14px;
    padding: 60px;
    position: relative;
}
.form-wrapper-area h3 {
    font-size: 36px;
    margin-bottom: 30px;
    color: var(--accent-color);
}
.form-wrapper-area input[type="text"], .form-wrapper-area input[type="email"], .form-wrapper-area input[type="tel"], .form-wrapper-area input[type="number"], .form-wrapper-area input[type="url"], .form-wrapper-area input[type="date"], .form-wrapper-area select, .form-wrapper-area textarea {
    width: 100%;
    border: 2px solid #e5e5e5;
    border-radius: 14px;
    padding: 16px 25px;
    font-size: 16px;
    color: #222;
    background: #fff;
    transition: all 0.3s ease;
    outline: none;
}
.form-wrapper-area input[type="submit"] {
    background: var(--accent-color);
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 16px 40px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}
.project-sidebar {
    position: sticky;
    top: 30px;
}
.sidebar-box {
    padding: 25px;
    border: 1px solid #eee;
    border-radius: 15px;
    margin-bottom: 30px;
	background: #F9F1E6;
}
.sidebar-box h3 {
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 25px;
}
.sidebar-box h3:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 3px;
    background: var(--accent-color);
} 
.recent-project-item {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
    text-decoration: none;
}
.recent-project-thumb {
    width: 80px;
    flex-shrink: 0;
}
.recent-project-thumb img {
    width: 100%;
    height: 80px;
    object-fit: cover;
    border-radius: 14px;
}
.recent-project-title {
    color: #1E2C37;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 700;
}
li.nav-item.submenu ul li a:hover {
    color: #ffffff;
}
ul.project-category-list li a {
  color: #1E2C37;
	  font-weight: 700;
}
.contact-info-image-box {
    position: relative;
    border-radius: 20px;
    min-height: 415px;
    align-content: end;
    padding: 40px;
    overflow: hidden;
}
.contact-info-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.contact-info-image::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, transparent 50%, var(--primary-color) 90%);
    height: 100%;
    width: 100%;
}
.contact-info-image figure {
    display: block;
    height: 100%;
}
.contact-info-image figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.contact-info-item-list {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    z-index: 1;
}
.contact-info-item {
    position: relative;
    width: calc(50% - 20px);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
}
.contact-info-item::before {
    content: '';
    position: absolute;
    top: 0;
    right: -20px;
    bottom: 0;
    background-color: var(--dark-divider-color);
    width: 1px;
    height: 100%;
}
.contact-info-item .icon-box {
    position: relative;
    width: 50px;
    height: 50px;
    background: var(--accent-color);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
	margin-right: 0;
}
.contact-info-item .icon-box img {
    position: relative;
    width: 100%;
    max-width: 24px;
    transition: all 0.4s ease-in-out;
    z-index: 1;
}
.contact-info-item-content p {
    color: var(--white-color);
    margin: 0 0 5px;
}
.contact-info-item-content h3 {
    font-size: 20px;
    color: var(--white-color);
}
.contact-info-item {
    position: relative;
    width: calc(50% - 20px);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
}
.contact-info-item:not(:last-child) {
    padding-right: 0;
}

.contact-info-item-content h3 a {
    color: inherit;
    transition: all 0.4s ease-in-out;
}
section.help-us {
    background: var(--theme-color);
}
.section-title h3.text-white::before{
	background: #ffffff;
}
/*=============================
Masonry Gallery
==============================*/

.masonry-gallery{
    column-count:4;
    column-gap:24px;
    margin-top:70px;
}

.gallery-item{
    display:inline-block;
    width:100%;
    margin:0 0 24px;
    overflow:hidden;
    border-radius:14px;
    break-inside:avoid;
    position:relative;
    background:#fff;
    cursor:pointer;
}

.gallery-item img{
    width:100%;
    display:block;
    border-radius:18px;
    transition:.5s ease;
}

.gallery-item:hover img{
    transform:scale(1.08);
}

/* Optional overlay */

.gallery-item::after{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(to top,
            rgba(0,0,0,.35),
            rgba(0,0,0,0));
    opacity:0;
    transition:.4s;
}

.gallery-item:hover::after{
    opacity:1;
}
.white-box-highlight {
    background: #ffffff;
    padding: 25px;
    border-radius: 14px;
    margin-bottom: 50px;
}
.our-prtfolio-data .tab-content {
    display: block;
}
ul.nav.nav-pills li button {
   color: var(--theme-color);
    border-radius: 50px;
    cursor: pointer;
    transition: .3s ease;
    font-size: 16px;
    font-weight: 600;
    border: 0;
    background: transparent;
    font-size: 20px;
    padding: 0;
	text-transform: uppercase;
}
ul.nav.nav-pills {
    gap: 50px;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background: transparent;
    color: var(--accent-color);
    position: relative;
}

.nav-pills .nav-link.active:after {
        content: '';
    background: var(--theme-color);
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    position: relative;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link:after {

}
.border-col > .col-lg-4:last-child .project-box,
.border-col > .col-md-6:last-child .project-box {
    border-right: 0;
    padding-right: 0;
}
	.border-col .project-name h3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;

    overflow: hidden;
    text-overflow: ellipsis;

    line-height: 1.4;
    min-height: calc(1.4em * 3);
}
.our-donation-form.text-left {
    margin: 0;
}
.project-all-banner img {
    width: 100%;
}

section.all-portfolios {
    position: relative;
}

.all-band-text {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    display: flex;
    align-items: center;
	z-index: 2;
}
.all-band-text .section-title {
    max-width: 450px;
}
p.page-taline {
    color: #1E2C37;
    font-family: var(--accent-font);
    font-size: 26px;
    line-height: 1.2;
} 
p.page-taline {
    color: #1E2C37;
    font-family: var(--accent-font);
    font-size: 26px;
    line-height: 1.2;
	font-weight: 700;
}

.passion-inner {
    display: flex;
    align-items: center;
}

.passion-inner p {
    margin: 0;
    color: var(--accent-color);
    font-weight: 700;
}

.passion-inner img {
    max-width: 60px;
}

.passion-div {
    margin-top: 40px;
}
.projects-in {
    position: relative;
    padding: 60px 0;
}  
.project-in-section-title h3 {
    font-family: var(--default-font);
    color: var(--accent-color);
    font-weight: 700;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 10px;
}

span.section-hypon {
    background: var(--accent-color);
    width: 70px;
    height: 1px;
    display: inline-block;
}
.project-in-section-title h2 {
    font-size: 34px;
    margin-bottom: 15px;
    line-height: 1.2;
}
.project-box.coming-soon-box {
    background: #ffffff;
    border-radius: 14px;
    border: 0;
    max-width: 700px;
    margin: 0 auto;
	padding: 25px;
}
.page-template-all-projects .project-box {
    margin-bottom: 70px;
}
.project-in-section-title {
    margin-bottom: 50px;
}
.page-template-all-projects  .project-name h3 {
    font-size: 28px;
	min-height: 120px;
}
.member-modal {
    padding: 30px;
}

img.w-100.modal-img {
    border-radius: 14px;
}

.modal-content-wrap p {
    font-size: 16px;
}
.modal-content-wrap h2 {
    margin-bottom: 10px;
	    color: var(--theme-color);
}
.member-modal button.btn-close.custom-close {
    position: absolute;
    right: 2%;
    top: 2%;
    opacity: 1;
    z-index: 2;
}
.page-header.banner-with-form .section-title h1 {
    font-size: 50px;
}
.page-header.banner-with-form {
    padding-bottom: 80px;
}
/* responsive */

@media only screen and (max-width:1650px) {
	.donners-profiles {
    max-width: 100%;
}
p.heading-font {
    font-size: 18px;
}
p.main-info {
    max-width: 100%;
    min-height: 78px;
}
.for-over-text h3 {
    font-size: 30px;
}
.section-title h4 {
    font-size: 30px;
}
.section-blind-img.img-one {
    max-width: 480px;
    top: 127px;
}
.section-blind-img.img-two {
    max-width: 480px;
}
p.adjust-width {
    max-width: 680px;
}
.about-inner {
    padding: 40px;
}
.about-count {
    font-size: 40px;
}
.irs-logo-side {
    max-width: 300px;
}
.v-trusred {
    max-width: 440px;
    padding: 0 30px;
    margin: 0 30px;
}
.download-btn {
    width: 70px;
    flex: 0 0 70px;
    height: 70px;
}
.download-btn img {
    max-width: 40px;
}
.d-inner-map {
    max-width: 260px;
}
.map-card-img {
    max-height: 200px;
}
.map-card-body {
    padding: 15px;
}
.map-card {
    right: 20px;
    max-width: 330px;
}
.map-card-body h3 {
    font-size: 24px;
    line-height: 1.2;
}
.card-tag {
    font-size: 12px;
}
.map-card-body p {
    font-size: 14px;
}
.explore-btn a {
    font-size: 14px;
}
.featured-story {
    border-radius: 200px 40px 40px 40px;
}
.project-name h3 {
    font-size: 24px;
}
.project-title h3 {
    font-size: 35px;
}
.profile-img {
    width: 230px;
    height: 230px;
}
.reality-cnt h3 {
    font-size: 30px;
}
.volunteer-item-content {
    bottom: 30px;
}
}
@media only screen and (max-width:1450px) { 
    .section-title h1 {
        font-size: 60px;
    }
	.section-title h2 {
        font-size: 40px;
    }
	    p.heading-font {
        font-size: 16px;
    }
	.w-like {
    margin-bottom: 30px;
}
.feature-img {
    width: 70px;
    height: 70px;
}
.feature-img img {
    max-width: 40px;
}
.rel-info span {
    font-size: 35px;
}
.rel-info sub {
    font-size: 18px;
}
.reality-cnt {
    padding: 20px;
}
.reality-cnt p.main-info {
    margin-bottom: 10px;
}
.rel-divide-line {
    margin-bottom: 10px;
}
.tab-btn {
    font-size: 18px;
}
.section-padding {
    padding: 80px 0;
}
.cicrle-icon {
    width: 70px;
    height: 70px;
    margin: 0 0 15px;
}
.cicrle-icon img {
    max-width: 40px;
}
.section-title h4 {
        font-size: 24px;
    }
	.section-title p {
    margin-top: 20px;
}
.tab-text-box {
    padding: 40px;
}
p.adjust-width {
        max-width: 500px;
    }
      .section-blind-img.img-one {
        max-width: 472px;
        top: 100px;
        left: 0;
    }
	    .section-blind-img.img-two {
        max-width: 390px;
        top: 213px;
    }
	    .section-blind-img.img-two {
        max-width: 390px;
        top: 240px;
    }
	.about-count {
        font-size: 35px;
    }
	.about-desc-text {
    font-size: 18px;
}
    .irs-logo-side {
        max-width: 230px;
    }
	.irs-band {
    padding: 35px;
}
.v-trusred {
        padding: 0 20px;
        margin: 0 20px;
    }
	.v-trusred h4 {
    font-size: 35px;
}
    .d-inner-map {
        max-width: 230px;
    }
	    .explore-btn a {
        font-size: 14px;
    }
	.card-divider {
		display: none;
	}
	    .map-card-img {
        max-height: 180px;
    }
	.map-card {
        max-width: 300px;
    }
	.featured-story {
        border-radius: 160px 40px 40px 40px;
    }
	    .map-card-body h3 {
        font-size: 20px;
    }
	    .for-over-text h3 {
        font-size: 24px;
    }
	.project-box .row > * {
    padding-right: 10px;
    padding-left: 10px;
}
.project-box {
    padding-right: 10px;
}
.project-type {
    font-size: 14px;
}
    .project-name h3 {
        font-size: 20px;
    }
	.s-logo img {
    max-width: 180px;
}
.profile-img {
        width: 200px;
        height: 200px;
    }
	.footer-divider {
    margin: 40px 0;
}
.support-right a {
    font-size: 24px;
}
.tab-text-box {
    right: 50px;
    max-width: 420px;
}  
}
@media only screen and (max-width: 1300px) { 
.section-padding {
        padding: 60px 0;
    }
	    .reality-cnt h3 {
        font-size: 22px;
    }
.section-title h1 {
        font-size: 50px;
    }
	.section-title h2 {
        font-size: 30px;
    }
	.for-over-text h3 {
        font-size: 20px;
    }
	    .feature-img {
        width: 55px;
        height: 55px;
    }
	.feature-img img {
        max-width: 30px;
    }
	a.navbar-brand {
    max-width: 180px;
}
.rel-info span {
        font-size: 24px;
    }
	.rel-info sub {
        font-size: 16px;
    }

   .cicrle-icon {
        width: 55px;
        height: 55px;
    }
	    .cicrle-icon img {
        max-width: 30px;
    }
	.tab-text-box {
        right: 40px;
        max-width: 380px;
        padding: 30px;
    }
	    .tab-text-box {
        right: 50px;
        max-width: 380px;
    }
	.about-icon {
    width: 55px;
    height: 55px;
    margin: 0 auto 15px;
}
.about-icon img {
    max-width: 30px;
}
.about-count {
        font-size: 22px;
    }
	.about-desc-text {
        font-size: 16px;
    }
	    .section-blind-img.img-two {
        max-width: 390px;
        top: 180px;
    }
	.section-blind-img.img-one {
        max-width: 390px;
        top: 84px;
        left: 0;
    }
	.irs-logo-side {
        max-width: 180px;
    }
	.v-trusred h4 {
        font-size: 24px;
    }
	    .download-btn {
        width: 55px;
        flex: 0 0 55px;
        height: 55px;
    }
.download-btn img {
        max-width: 30px;
    }
	.d-inner-text {
    max-width: 264px;
}
.d-inner-map {
        max-width: 200px;
    }
	.map-card-img {
        max-height: 160px;
    }
	    .map-card-body p {
        font-size: 12px;
    }
	.featured-story {
        border-radius: 130px 40px 40px 40px;
    }
	.project-title h3 {
        font-size: 30px;
    }
	.project-content h3 {
    font-size: 24px;
    margin-bottom: 10px;
}
.project-stats h4 {
    color: #fff;
    font-size: 24px;
}
.project-content p {
    margin: 15px 0;
}
.project-stats {
    padding: 15px 0;
    margin: 15px 0;
}
.project-card {
    height: 498px;
}
.who-know {
    font-size: 40px;
}
.donners-profiles {
    gap: 20px;
}
    .profile-img {
        width: 180px;
        height: 180px;
    }
	.sporting-title h3 {
    font-size: 24px;
}
.s-logo img {
        max-width: 155px;
    }
}
@media(max-width:991px){

.projects-slider .swiper-slide{
    width:300px;
}

.projects-slider .swiper-slide-active{
    width:360px;
}

.project-card{
    height:520px;
}

.project-content h3{
    font-size:34px;
}

}

@media(max-width:767px){

.projects-slider .swiper-slide,
.projects-slider .swiper-slide-active{
    width:280px;
}

.project-card{
    height:430px;
}

.project-content,
.project-title{
    left:20px;
    right:20px;
    bottom:20px;
}

.project-content h3,
.project-title h3{
    font-size:28px;
}

.project-stats h4{
    font-size:24px;
}
}
@media (max-width: 576px) {
    .mcp-newslatter {
        flex-direction: column;
        border-radius: 20px;
        overflow: visible;
        gap: 12px;
        border: 0;
    }

    .mcp-newslatter input[type="email"] {
        width: 100%;
        border: 1px solid rgba(255,255,255,0.15);
        border-radius: 50px;
    }

    .mcp-newslatter input[type="submit"] {
        width: 100%;
        border-radius: 50px;
    }
}
/* Tablet */

@media(max-width:991px){

    .masonry-gallery{
        column-count:3;
        column-gap:18px;
    }

    .gallery-item{
        margin-bottom:18px;
    }

}

/* Mobile */

@media(max-width:767px){

    .masonry-gallery{
        column-count:2;
        column-gap:14px;
    }

    .gallery-item{
        margin-bottom:14px;
        border-radius:14px;
    }

    .gallery-item img{
        border-radius:14px;
    }

}

/* Small Mobile */

@media(max-width:480px){

    .masonry-gallery{
        column-count:1;
    }

}