@import url('https://fonts.googleapis.com/css2?family=Adamina&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Adamina&family=Single+Day&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Adamina&family=Rubik:ital,wght@0,300..900;1,300..900&family=Single+Day&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Adamina&family=Outfit:wght@100..900&family=Rubik:ital,wght@0,300..900;1,300..900&family=Single+Day&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Adamina&family=Manrope:wght@200..800&family=Outfit:wght@100..900&family=Rubik:ital,wght@0,300..900;1,300..900&family=Single+Day&display=swap');



main {
    width: 100%;
    margin-top: 114px;
}



/* admin detais code start */

.login-main {
    margin-top: 130px;
}

.forgot-password-sec {
    font-size: 14px !important;
}

.admin-dashboard-log {
    display: flex;
    justify-content: space-between;
}

.links-admin-dash {
    text-decoration: none;
    color: #fffefe;
    background-color: #006ADD;
    padding: 1px 20px;
    border-radius: 20px;
}

.dashboard-btn {
    font-size: 16px !important;
    width: 100px !important;
    padding: 5px !important;
}

/* admin detais code end */

h2 {
    font-family: Adamina;
}

h4 {
    font-family: Adamina;
    font-size: 44px;
    line-height: 70px;
    color: #fff;
}

h5 {
    font-size: 24px;
    font-family: Manrope;
    color: #fff;
}

h6 {
    font-family: Manrope;
    font-size: 22px;
    font-weight: 600;
}

.circle-text {
    text-align: center;
    font-family: Manrope;
    font-size: 18px;
    color: #006add;
    font-weight: 500;
    width: max-content;
    margin: 0;
}

.color-red {
    color: #E95937;

}

.color-blue {
    color: #4FA9E4;
}

.color-sky {
    color: #006ADD;

}

.color-brown {
    color: #E95937;

}

.black-text {
    font-family: Adamina;
    font-size: 40px;
    letter-spacing: 1px;
    color: #4B4B4B;
}

.white-text {
    font-family: Adamina;
    font-size: 40px;
    letter-spacing: 1px;
    color: #ffffff;
}

p {
    font-family: Manrope;
    font-size: 16px;
}

.para {
    padding-right: 370px;
    line-height: 28px;
}

.btn {
    font-size: 24px;
    font-family: Manrope;
    width: 180px;
    padding: 10px;
    border-radius: 50px;
}

.l-btn {
    background-color: #E95937;
    border: none;
}

.mdl-btn {
    text-decoration: none;
    color: #fff;
    width: 300px;
    border: none;
}

.mdl-btn:hover {
    text-decoration: none;
    color: #fff;

}

.mdl-btn span {
    padding: 5px;
}


/* Dropdwon */

.dropdown {
    position: relative;
    display: inline-block;
}


.dropdown:hover .dropdown-content {
    display: block;
}


.grid-list {
    display: flex;
    flex-wrap: wrap;
}

.list-link {
    height: 90px;
    display: flex;
    align-items: center;
    font-family: Manrope;
    width: 250px;
    padding: 15px;
    margin: 10px;
    border-radius: 10px;
    border: 1px solid transparent;
}

.list-link span {
    line-height: 28px;
    font-weight: 600;
    font-size: 20px;
    text-wrap: auto;
    color: #006add;
}

.list-link i {
    font-weight: 600;
    font-size: 20px;
    color: #006add;
}

.list-link:hover {
    border: 1px solid #FFE188;
    background: #FFFBEC;
}

.list-link .core {
    align-items: center;
}

/*Start right dropdown navbar */
.extra-list {
    position: relative;
    display: inline-block;
    right: 0;
}

.extra-list .extra {
    position: absolute;
    margin-left: 295px;
    top: 0;
    background: #ffffff;
    border-radius: 15px;
    border: 1px solid #FFE188;

}

.extra .list-link {
    gap: 50px;
}


/*End right dropdown navbar */


.dropdown-content .column a {
    color: #006ADD !important;
    font-size: 20px;
    line-height: 40px;
    font-weight: 600;
}

/* Text Slider */
/* Container styles */
.scrolling-text-container {
    background-color: #EB6A4B;
    overflow: hidden;
}

/* Inner container styles */
.custom-slider {
    width: 100%;
    position: relative;
    padding: 10px 0;
    white-space: nowrap;
    background: #EB6A4B;
    /* flex-shrink: 0; */

}

.custom-slider-track {
    display: flex;
    gap: 30px;
    width: calc(200px * 12);
    /* animation: custom-scroll 16s linear infinite; */
    animation: scroll 16s linear infinite;

}

.slide-texting {
    font-family: Adamina;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    padding-right: 25px;
    border-right: 2px solid #fff;

}

@keyframes scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

#custom-sliding-text .custom-slide {
    font-family: Adamina;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
}

/* logos slider */


.logo-carousel-wrapper {
    width: 100%;
    position: relative;
    padding: 50px 0;
    white-space: nowrap;
    overflow: hidden;
}

.logo-carousel-track {
    display: flex;
    gap: 30px;
    animation: logo-scroll-animation 16s linear infinite;
}

@keyframes logo-scroll-animation {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

.logo-carousel-item {display: flex; align-items: start; gap: 50px;}

.logo-card {display: flex; flex-direction: column; align-items: center; text-align: center; width: 250px; gap: 8px;}

.logo-card img {
    width: 180px;
    height: auto;
}

.logo-text {
    font-family: Adamina, sans-serif;
    font-size: 14px;
    color: #000000;
    margin-top: 5px;
}

/* logos slider end */

.main-banner {
    position: relative;
    display: block;
}

/* social icons */

.fixed-social-icon {
    font-family: Arial, sans-serif;
    display: flex;
    justify-content: flex-end;
    position: fixed;
    z-index: 9;
    top: 65%;
    right: 0;
}

.social-container {
    position: relative;
    width: 150px;
    height: 200px;
    display: flex;
    flex-direction: row-reverse;
}

.main-icon {
    margin-top: 70px;
    background-image: url(/images/share-btn.png);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #FFE188;
    border-radius: 30px 0 0 30px;
    width: 80px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);

}

.main-icon span {
    font-size: 24px;
    color: #FF5722;
    font-weight: bold;

}

.social-icons {
    display: none;
    flex-direction: column;
    gap: 12px;

}

.social-icons a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #f9f9f9;
    text-decoration: none;
    font-size: 28px;
    transition: transform 0.2s ease;
    background-color: #006add;
}

.facebook,
.instagram {
    margin-left: 35px;
}

.social-icons a:hover {
    transform: scale(1.2);
    transition: all 0.3s ease;
}

/* icons end */

/* Main Header */
.nav-main {
    padding: 0 60px;
    height: 80px;
    background-color: #fff !important;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

#navbarNav ul {
    gap: 20px;
}

.nav-menu {
    justify-content: flex-end
}

.n-links {
    font-family: Manrope;
}

.n-links a {
    font-weight: 500;
    color: #E95937 !important;
    font-size: 20px;
    text-decoration: none;
}

/* Main Caurosal */

.carousel-caption {
    top: 90px;
    left: 140px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 40px;
    background: rgb(2 123 255 / 80%);
    bottom: auto;
    border-radius: 30px;
}

.carousel-caption h2 {
    font-size: 70px;
    text-align: left;
    line-height: 100px;
    padding-bottom: 15px;
}

.banner-btn {
    color: #E95937;
}

.carousel-control-prev-icon {
    background-image: url(/images/Button\ -\ previous\ slide.png);
    background-repeat: no-repeat;
    height: 50px;
    width: 50px;
    background-position: center;
    background-size: cover;
    margin-top: 55px;
}

.carousel-control-next-icon {
    background-image: url(/images/Button\ -\ next\ slide.png);
    background-repeat: no-repeat;
    height: 50px;
    width: 50px;
    background-position: center;
    background-size: cover;
    margin-top: 55px;
}

/* our approach */
.our-approach {
    display: flex;
}

.heading {
    padding-right: 100px;
}

.right-para {
    display: flex;
    flex-direction: column;
    justify-content: center
}

/* our major */
.second-div {
    display: flex;
}

.hide {
    display: none;
}

.myDIV {
    height: 110px;
}

.myDIV h6 {
    line-height: 30px;
}

.myDIV p {
    line-height: 30px;
}

.myDIV:hover+.hide {
    display: block;
    color: red;
}

.tab-list {
    border-bottom: 1px solid #fbc9bd;
    height: 150px;
    width: 500px;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-left: 50px;
    margin-bottom: 15px;
    align-items: flex-start;
    transform: scale(1.05);
    transition: transform 0.3s ease, border 0.3s ease;

}

.tab-list:hover {
    border-left: 5px solid #eb6a4b;

}


.ab-list:hover {
    border-left: 2px solid #E95937;
}

.mask-img {
    display: flex;
    justify-content: center;
}

.first-div {
    padding: 50px 0 20px 20px;
}

.right-div {
    margin-top: -200px;
}

/* about us */
.about-us {
    display: flex;
    justify-content: center;
    background-image: url(/images/About\ us.png);
    align-items: center;
    padding: 100px 80px 80px 80px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}

.about-us-page {
    display: flex;
    background-image: url(/images/About\ us.png);
    align-items: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px;
}

.about-content {
    width: 100%;
    display: flex;
    height: 600px;
    align-items: center;
}

.about-heading {
    text-align: center;
}

.about-content-page {
    width: 100%;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.about-para {
    text-align: center;
    line-height: 30px;
}

/* card-slider */



/* our impact */

.our-impact {
    background-image: url(/images/patchi-orange-banner.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 50px 0;
}

.impact {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 100px 0;
}

.c-head {
    padding: 0 150px;
}

.we-work {
    background-image: url(/images/Bg\ Frame.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 100px;
}

.od-img {
    padding-top: 20px;
}

.w-work {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    padding: 100px 80px 100px 80px;
}

/* company slider */

.company-slider {
    padding: 150px 0;
}


/* testimonial */

.testimonial {
    background-image: url(/images/section.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 120px 0;
}

.inner-content {
    display: flex;
    flex-direction: column;
}

.testi-center {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    flex-direction: column;
}

.testi-center h5 {
    padding: 0 140px;
    line-height: 70px;
    text-align: center;
    width: 900px;
}

.testi-center .small-blue {
    font-family: Manrope;
    color: #006add;
    font-size: 20px;
    margin-bottom: 2px;
}

.testi-center p {
    text-align: center;
    color: #4B4B4B;
    font-family: Manrope;

}

/* donate */
.donate {
    background-image: url(/images/donate.png);
    background-repeat: no-repeat;
    background-position: center;
    padding: 130px 0;
    /* background-size: contain; */
    display: flex;
    justify-content: center;
    margin-top: 100px;
}

.donate-box .heading h4 {
    padding-bottom: 35px;
    letter-spacing: 2px;
}



.img-girl {
    position: relative;
    top: 93px;
    left: 75px;
    display: none;
}

/* footer */


ul {
    list-style: none;
}

.footer {
    padding: 70px 0;
}

.l-logo img {
    padding-top: 25px;
}

.footer-col {
    width: 25%;
    padding: 0 15px;
}

.first-footer {
    display: flex;
    flex-direction: column;
    gap: 70px;
}

.footer-col ul {
    padding: 0;
}

.footer-col h4 {
    font-size: 18px;
    color: #E95937;
    text-transform: capitalize;
    font-weight: 500;
    position: relative;
    padding-bottom: 20px;
}

.footer-col ul li:not(:last-child) {
    margin-bottom: 10px;
}

.footer-col ul li a {
    font-size: 15px;
    text-transform: capitalize;
    text-decoration: none;
    font-weight: 300;
    display: block;
    transition: all 0.3s ease;
    color: #737373;
}

.footer-col ul li a:hover {
    padding-left: 8px;
    color: #E95937;
}

.footer-col .social-links a {
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    transition: all 0.5s ease;
}

.footer-col .social-links a .icon-ftr {
    width: 30px;
    height: 30px;
}

.footer-col .social-links a:hover {
    color: #124ee6;
}

.footer-listing {
    display: flex;
    padding: 0 70px;
}

.social-links {
    display: flex;
    column-gap: 18px;
}

.sub-footer {
    background-color: #E95937;
    height: 80px;
    display: flex;
    align-items: center;
}

.sub-ftr {
    display: flex;
    margin: 0;
    gap: 40px;
    padding: 0;
}

.sub-ftr li a {
    text-decoration: none;
    font-size: 15px;
    color: #fff;
    font-family: Adamina;
    letter-spacing: 1px;
}

.copyright p {
    margin: 0;
    text-align: right;
    font-size: 15px;
    color: #fff;
    font-family: Adamina;
    letter-spacing: 1px;
}


/* about page */
.our-about {
    background-image: url(/images/abotu-banner\ \(1\).png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

/* red image background page */
.our-about-red {
    background-image: url(/images/Where-do-we-work.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


/* extra page */
.coming-soon {
    background-image: url(/images/Bg\ Frame.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 750px;

}

.soon-text {
    display: flex;
    justify-content: center;
    height: 750px;
    align-items: center;
}

.soon-text h1 {
    font-size: 100px;
}

/* second code */

@keyframes slides {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

.logos {
    overflow: hidden;
    padding: 30px 0px;
    white-space: nowrap;
    position: relative;
}

.logos:before,
.logos:after {
    position: absolute;
    top: 0;
    content: '';
    width: 200px;
    height: 200px;
    z-index: 2;
}

.logos:before {
    left: 0;
}

.logos:after {
    right: 0;
}

.logo_items {
    display: flex;
    animation: 35s slides infinite linear;
    justify-content: center;
    gap: 24px;

}

.logo_items .img-box {
    display: block;
    justify-items: center;
}

.logos:hover .logo_items {
    animation-play-state: paused;
}

.logo_items img {
    height: 100px;
    width: 190px;
    padding: 0px 20px;
}

.logo-text {
    text-align: center; font-size: 18px; font-family: outfit; /* width: 200px; */ text-wrap: auto; line-height: 26px;
}


/* === True Code === */


.dropdown-content {
    display: none;
    position: absolute;
    z-index: 1;
    top: 100%;

}

.dropdown-toggle {
    color: #E95937;
}

.dropdown-content .column {
    margin-left: -450px;
    background-color: #fff;
    width: 582px;
    margin-top: 20px;
    padding: 20px;
    border-radius: 15px;
    border: 1px solid #FFE188
}

.dropdown-content .column a {
    color: #333;
    text-decoration: none;
    display: block;
}

.core {
    gap: 10px;
}

.core-img {
    height: 50px;
    width: 50px;
    border-radius: 200px;
}

.core-p {
    margin: 0;
    line-height: 20px;
    text-wrap: auto;
}

.work-t {
    border-bottom: 2px solid #FFE188;
    color: #EB6A4B;
    padding-bottom: 15px;
}

/* team */

.gallery-team {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 50px;
    padding: 20px;
}

.card-team {
    width: 400px;
    border-radius: 30px;
    box-shadow: 8px 8px 0px 0px #FFE188;
    overflow: hidden;
    text-align: left;
    background: #FFF8CF;

}

.card-team-galery {
    width: 400px;
    border-radius: 10px;
    overflow: hidden;
    text-align: left;
    background: #FFF5D7;
}

.card-team-galery img {
    width: 100%;
    height: 330px;
    margin: 0 auto;
}

.team-text-galery {
    background: #F3F9FF;
    height: 110px;
    padding: 20px;
}

.team-text-galery h3 {
    color: #006ADD;
    font-family: Manrope;
    font-weight: 700;
    font-size: 18px;
    line-height: 24.59px;
    letter-spacing: 0%;

}

.team-text-galery p {

    font-size: 14px;
    padding-bottom: 10px;

}

.card-team img {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.card-team .team-text {
    padding: 20px;
}

.card-team h3 {
    font-family: Adamina;
    font-size: 21px;
    font-weight: 400;
    line-height: 28.6px;
    letter-spacing: 0.01em;
    color: #E95937;
}

.card-team p {
    font-family: Manrope;
    font-size: 16px;
    font-weight: 600;
    line-height: 21.86px;
    color: #434343;
    ;
}

/* history */
.history-heading {
    text-align: center;
    padding-bottom: 100px;
}

/* slider */

.card-slider {
    width: 100%;
    display: flex;
    height: 460px;
    gap: 20px;
}

#gallery-btn {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 250px;
}


/* donate page */
.donate-banner {
    background-image: url(/images/section.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.donate-form {
    display: flex;
    justify-content: center;
    padding-top: 100px;
}

.form-container {
    background: #fff7e6;
    border-radius: 15px;
    padding: 50px;
    width: 65%;
    border: 1px solid #FFE188;
}

.form-container form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}

.f-width {
    width: 98% !important;
}

.form-container h1 {
    font-family: Manrope;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    line-height: 24px;
    margin-bottom: 50px;

}

.form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    width: 48%;
}

.form-group label {
    font-family: Manrope;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 8px;
}

.form-group input,
.form-group select {
    padding: 12px;
    font-size: 14px;
    border: 1px solid #FFE188;
    border-radius: 5px;
    outline: none;
}

.form-group input:focus {
    border-color: #ffa64d;
}

.submit-btn {
    width: 180px;
    height: 65px;
    border-radius: 50px;
    color: #fff;
    border: none;
    background-color: #E95937;
    font-family: Manrope;
    font-size: 24px;
    font-weight: 600;
    line-height: 32.78px;

}

.submit-btn:hover {
    background-color: #ff5733;
}


.short-cont {
    display: flex;
    gap: 45px;
}

.short-sub {
    flex-direction: column;
    padding: 20px;
    background-color: #fff;
    box-shadow: 8px 8px 0px 0px #82BBF8;
    border-radius: 30px;
    gap: 30px;
    display: flex;
    grid-template-columns: repeat(3, 1fr);
    transition: transform 0.3s ease;
    width: 370px;
}

.short-h {
    font-family: Adamina;
    font-weight: 400;
    line-height: 42px;
    font-size: 36px;
    color: #4B4B4B;
}

.short-p {
    font-family: Manrope;
    font-weight: 400;
    line-height: 28px;
    font-size: 16;
    color: #4B4B4B;
}



.misson-content-page {
    display: flex;
    padding: 0px 100px;
    background-image: url(/images/yellow-patch.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 50vh;
    align-items: center;
    justify-content: center;
    background-position: center;
    margin: 0 0 50px;
    text-align: center;
}

.Vision-content-page {
    display: flex;
    padding: 0px 100px;
    background-image: url(/images/blue-patch.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 50vh;
    align-items: center;
    justify-content: center;
    background-position: center;
    margin: 0 0 50px;
    text-align: center;

}

.Approaches-content-page {
    display: flex;
    padding: 0px 100px;
    background-image: url(/images/orange-patch.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 50vh;
    align-items: center;
    justify-content: center;
    background-position: center;
    margin: 0 0 50px;
    text-align: center;

}

/* work page content */

.working-banner {
    background-image: url(/images/Hero-slider.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.health-care {
    background-image: url(/images/Mental-Health-service.png );
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.work-bnr-hd {
    padding-left: 70px;
    display: flex;
    align-items: center;
    height: 800px;
    width: 30%;
}

.bnr-heading {
    font-family: Adamina;
    font-size: 70px;
    font-weight: 400;
    color: #fff;
    line-height: 100px;

}

.work-radio {
    display: flex;
    justify-content: center;
    column-gap: 20px;
}


/* our work projects */
.Initiatives {
    padding: 100px 0 0 0;
}

.wrap-projects {
    row-gap: 60px;
    display: grid;
    grid-template-columns: auto auto;
    justify-content: space-evenly
}

.wrap-projects a {
    text-decoration: none;
}

.project-boxes {
    width: 550px;
    height: 320px;
    box-shadow: 8px 8px 0px 0px #FFE188;
    border: 1px solid #FFE188;
    border-radius: 25px;
    padding: 30px;
    background-color: #FFFBEC;
    transition: transform 0.3s ease-in-out;

}

.project-boxes:hover {
    transform: scale(1.05);
}

.project-status {
    background: #FFE188;
    width: 115px;
    padding: 8px;
    text-align: center;
    border-radius: 30px;
    color: #000;
    font-family: Manrope;
    font-size: 18px;
    font-weight: 600;
    line-height: 24.59px;

}

.project-green {
    color: #fff;
    background-color: #509E64;
}

.status-heading {
    font-family: Adamina;
    font-size: 32px;
    font-weight: 400;
    line-height: 43.58px;
    color: #E95937;
}

.status-para {
    font-family: Manrope;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
    color: #000;
}

.status2 {
    height: 130px;
    display: flex;
    gap: 20px;
}

.reach-head,
.partners-head {
    font-family: Manrope;
    font-size: 20px;
    font-weight: 600;
    line-height: 27.32px;
    text-align: left;
    color: #4B4B4B;
}

.reach-para,
.partners-para {
    font-family: Manrope;
    font-size: 16px;
    font-weight: 400;
    line-height: 21.86px;
    letter-spacing: 0.01em;
    text-align: left;
    color: #5F5F5F;
}


/* project detail page */
.common-details-banner {
    background: #006ADD url("/images/curve-shape.svg") center center no-repeat;
    background-size: cover;
    height: 750px;
    overflow: hidden;
}

.mask-wrapper {}

.mask-wrapper img {
    position: relative;
    top: -20px;
}

.m-a-banner {
    background-image: url(/images/mission-asarha.png);
}

.m-asalok {
    background-image: url(/images/mission-aashalok.png);
}

.dmf-ashraya {
    background-image: url(/images/dmf-ashraya.png);
}

.de-addiction {
    background-image: url(/images/de-addiction.png);
}

.disha {
    background-image: url(/images/disha.png);
}

.manodaya {
    background-image: url(/images/manodaya.png);
}

.aama-ghara {
    background-image: url(/images/aama-ghara.png);
}

.shakti-sadan {
    background-image: url(/images/shakti-sadan.png);
}

.sakhi-one-stop-centre {
    background-image: url(/images/sakhi-one-stop-centre.png);
}

.mid-day-meal {
    background-image: url(/images/mid-day-meal.png);
}

.primary-health-centre {
    background-image: url(/images/primary-health-centre.png);
}

.mobile-medical-unit {
    background-image: url(/images/mobile-medical-unit.png);
}

.urban-health-wellness-centre {
    background-image: url(/images/urban-health-wellness-centre.png);
}

.national-urban-health-mission {
    background-image: url(/images/national-urban-health-mission.png);
}

.mobile-medical-senior-citizens {
    background-image: url(/images/mobile-medical-senior-citizens.png);
}

.goshala-cow-centre {
    background-image: url(/images/goshala-cow-centre.png);
}

.gokul-vihar-cattle {
    background-image: url(/images/gokul-vihar-cattle.png);
}

.biju-yuva-vahini {
    background-image: url(/images/biju-yuva-vahini.png);
}

.skill-development {
    background-image: url(/images/skill-development.png);
}

.ashya-mission {
    background-image: url(/images/ashya-mission.png);
}

.social-equity-centre {
    background-image: url(/images/social-equity-centre.png);
}

.old-age-home {
    background-image: url(/images/old-age-home.png);
}

.business-correspondence {
    background-image: url(/images/business-correspondence.png);
}

.swasth {
    background-image: url(/images/swasth.png);
}

.green-earth-campaign {
    background-image: url(/images/green-earth-campaign.png);
}



/* pages end */
.m-a-head {
    font-family: Manrope;
    font-size: 28px;
    font-weight: 500;
    line-height: 38.25px;
    color: #FFF8CF;

}

.m-a-content {
    padding: 170px 0 0 50px;
}

.m-a-content p {
    padding-bottom: 20px;
}

.m-a-project {
    font-family: Adamina;
    font-size: 60px;
    font-weight: 400;
    line-height: 78px;
    color: #fff;
}

.m-a-para {
    font-family: Manrope;
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    color: #B1E0FF;
}

.m-a-details {
    display: flex;
    justify-content: space-evenly;
    padding: 70px 0;
}

.m-a-details .col-5 h2 {
    font-size: 28px;
    font-weight: 500;
    line-height: 38.25px;
    text-align: center;
    color: #E95937;
}

.m-a-details .col-5 h4 {
    font-size: 40px;
    font-weight: 400;
    line-height: 62px;
    letter-spacing: 0.01em;
    text-align: center;
    color: #4B4B4B;
}

.m-a-div {
    height: 800px;
}

.c-padding {
    padding: 0;
}

.stories-d {
    background-image: url(/images/Bg\ Frame.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /* height: 700px; */
    padding: 70px 0;
    gap: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.stories-s {
    display: flex;
    justify-content: center;
}

.stories-text {
    text-align: center;
}

.stories-m {
    width: 700px;
}

.big-stories {
    width: 950px;
}

.stories-second {
    display: flex;
    justify-content: center;
}

.stories-text-white {
    background-color: #fff;
    padding: 24px;
    border-radius: 25px;
    border: 1px solid #BCDCFF;
    box-shadow: 8px 8px 0px 0px #82BBF8;

}

.stories-slider {
    display: flex;
    justify-content: center;
    padding: 100px;
    flex-direction: column;
    align-items: center;
}

/* card sliders */

.carousel-s {
    display: flex;
    margin: 20px auto;
    overflow: hidden;
    padding: 30px 0;
}

.card-s {
    flex: 0 0 25%;
    border: 1px solid #BCDCFF;
    border-radius: 25px;
    margin: 0 10px;
    padding: 25px;
    box-shadow: 8px 8px 0px 0px #82BBF8;
    background: #fbfdff;
    text-align: left;
    transition: transform 0.3s;
}

.carousel-controls {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.carousel-controls button {
    background-color: #007BFF;
    color: white;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    cursor: pointer;
    margin: 0 5px;
}

.carousel-controls button:hover {
    background-color: #0056b3;
}

.content-div {
    border-bottom: 1px solid #BCDCFF;
}

.content-div h2 {
    padding-bottom: 10px;
}

.content-div .p-bold {
    font-family: Manrope;
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0.01em;
    text-align: left;
    color: #4B4B4B;
}


/* table */
.audit-box {
    width: 1080px;
    margin: 50px auto;
    background-color: #fff8d6;
    border: 1px solid #FFF090;
    border-radius: 10px;
    display: flex;
    justify-content: center;
}

table {
    width: 95%;
}

th,
td {
    padding: 18px 0;
    text-align: left;
    font-size: 22px;
    color: #4B4B4B;
}

th {
    color: #1a73e8;
    font-size: 28px;
}

td a {
    font-size: 24px;
    color: #e74c3c;
    text-decoration: none;
    font-weight: 500;
    text-decoration: 1px solid underline;

}

td a:hover {
    text-decoration: underline;
}

th {
    border-bottom: 2px solid #124ee6;
    font-weight: 500;
}

tr {
    border-bottom: 2px solid #FFF090;
}

tr:last-child {
    border: none;
}


/* drop yuor cv */
.full-place {
    width: 90%;
}

.input-cv button {
    background: #E75B36;
    color: white;
    border: none;
    padding: 12px 50px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 30px;
    transition: background 0.3s;
    margin-left: -60px;
}

.input-cv button:hover {
    background: #d24b29;
}

/* job position */

.position-job {
    padding: 100px 60px 0 60px;
}

.job-post {
    column-gap: 20px;
    row-gap: 40px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.job-col {
    width: 430px;
}

/* odisha map */
.odisha-map {
    display: flex;
    justify-content: center;
    height: auto;
}

.odisha-map-a svg {
    width: auto;
    height: auto;
}

.odisha-map-a path {
    fill: #006ADD;
    stroke: #ffffff;
    stroke-width: 0.1;
    transition: fill 0.3s ease-in-out;
}

.odisha-map-a a {
    position: relative;
}

.odisha-map-a a text {
    position: absolute;
}

.odisha-map-a a:hover path,
.odisha-map-a a.active path {
    fill: #ff5733;
    cursor: pointer;
}

.heyo:hover {
    fill: #CC2929;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.enabled {
    fill: #21669E;
    cursor: pointer;
}

.description {
    pointer-events: none;
    position: absolute;
    font-size: 14px;
    text-align: center;
    background: white;
    padding: 5px 10px;
    z-index: 5;
    height: 30px;
    line-height: 20px;
    margin: 0 auto;
    color: #21669e;
    border-radius: 5px;
    box-shadow: 0 0 0 1px #e1e1e1;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: none;
}

.description.active {
    display: block;
}

.description:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    width: 0;
    height: 0;
    margin-left: -10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid white;
}

/* odisha map css end */

/* New CSS Start */

.container-main {
    width: 90%;
    margin: 0 auto;
}

.common-padding {
    padding: 80px 0;
}


.core-thematic-list {}

.core-thematic-list a {
    text-decoration: none;
}

.h-where-do-work {}

.color-dark-blue {
    color: #006ADD;
}

.h-location-wrapper {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    margin: 20px 0 0;
}

.h-location-wrapper .content {
    display: none;
}

.h-location-wrapper .content.active {
    display: block;
}

.h-location-wrapper .content h6 {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 30px;
    color: #f5795b;
}

.h-location-wrapper .content h5 {
    color: #000;
    font-family: 'Manrope';
    font-weight: 600;
    padding: 20px 0;
}

.h-location-wrapper .content p {
    font-size: 18px;
    color: #6B6B6B;
    margin: 0 0 30px;
}

.h-location-wrapper .content a {
    text-decoration: none;
    font-size: 20px;
    FONT-WEIGHT: 500;
    color: #f5795b;
    display: flex;
    gap: 10px;
}

/* Logo Scroll Animation */

.carousel {
    margin: 0 auto;
    padding: 0;
    max-width: 100%;
    overflow: hidden;
    display: flex;
}

.card {
    width: 250px;
    padding: 10px;
    justify-content: flex-start;
    align-items: center;
    min-height: 80px;
    border: 0
}

.card img {}

.card p.logo-text {
    font-size: 16px;
    color: #555555;
    padding: 10px 0 0;
    margin: 0;
}

.group {
    display: flex;
    gap: 20px;
    /* Add padding to the right to create a gap between the last and first card. */
    padding-right: 20px;
}

.group {
    /* ... */
    will-change: transform;
    /* We should be nice to the browser - let it know what we're going to animate. */
    animation: scrolling 100s linear infinite;
}

@keyframes scrolling {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

.carousel {

    /* ... */
    &:hover .group {
        animation-play-state: paused;
    }
}

.partner-logo-animation-wrapper .carousel {
    max-width: 100%;
}


.mental-health-banner {
    background: url("/images/mental-health-banner-1.png") center center no-repeat;
    background-size: cover;
}

.nutritional-security-banner {
    background: url("/images/nutritional-security-banner-1.png") center center no-repeat;
    background-size: cover;
}

.health-care-banner {
    background: url("/images/health-care-services-banner.png") center center no-repeat;
    background-size: cover;
}

.animal-welfare-banner {
    background: url("/images/gokul-vihar-banner.png") center center no-repeat;
    background-size: cover;
}

.youth-adolescent-banner {
    background: url("/images/youth-adolescent-banner.png") center center no-repeat;
    background-size: cover;
}

.women-child-banner {
    background: url("/images/women-child-development-banner-1.png") center center no-repeat;
    background-size: cover;
}

.social-security-banner {
    background: url("/images/social-security-banner-1.png") center center no-repeat;
    background-size: cover;
}

.financial-inclusion-banner {
    background: url("/images/financial-inclusion-banner-1.png") center center no-repeat;
    background-size: cover;
}

.environment-renewal-banner {
    background: url("/images/environment-renewal-energy-banner.png") center center no-repeat;
    background-size: cover;
}

.know-more-about-bg {
    background: url("/images/know-more-about-bg-2.png") center center no-repeat;
    background-size: cover;
    margin: 30px 0;
    padding: 100px 0;
}


.beneficiaries-content .header h2 {
    margin: 0;
}

.beneficiaries-content .header p {
    margin: 0;
}

.beneficiaries-content .content-div {
    padding: 12px 0;
}

.beneficiaries-content .content-div.header {
    padding: 0 0 12px;
}

.beneficiaries-content .content-div p {
    margin: 0;
}

.inner-content-wrapper {
    padding: 30px 0;
}

.ptb-40 {
    padding: 40px 0;
}

.awards-thumb-wrapper {
    padding: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

a.apply-now-btn {
    display: inline-block;
    padding: 10px 30px;
    background: #e96a4a;
    border-radius: 100px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}

.donate-form {
    padding-top: 50px;
}

.donate-form .input-cv {
    display: flex;
}

.donate-form .input-cv input.full-place {
    background: #fff;
    width: 100%;
}

.donate-form .input-cv button {}

.h-where-do-work .heading h4 {
    font-size: 38px;
    line-height: 56px;
    font-weight: 500;
}

.h-where-do-work .h-location-wrapper .content p {
    margin: 0;
    padding: 10px 0 0;
    color: #3c3c3c;
}

.confrence-list-wrapper {
    display: flex;
    justify-content: center;
    padding: 100px 0 0;
}

.confrence-list-wrapper .card-team {
    width: 40%;
}

.confrence-list-wrapper .card-team a {
    text-decoration: none;
}

.confrence-list-wrapper .card-team a h3 {
    line-height: 36px;
    font-weight: 600;
}

.blog-table a {
    display: block;
    text-align: center;
    text-decoration: none;
}

.blog-table table th:last-child {
    text-align: center;
}

.blog-table img {
    width: 100px;
}

.blog-table span {
    display: block;
    padding: 10px 0 0;
}

.doner-partner-wrapper {
    padding: 40px 0;
    text-align: center;
}

.doner-partner-wrapper h3 {
    padding: 0 0 40px;
}

ul.partner-list {
    margin: 0;
    padding: 0;
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    justify-content: center;
}

ul.partner-list li {
    width: 30%;
    background: #FFF8CF;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    border-radius: 15px;
    border: 8px solid #FFE188;
    border-left: 0;
    border-top: 0;
}

ul.partner-list li .logo-wrapper {
    padding: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 15px;
}

ul.partner-list li .logo-wrapper img {
    width: 250px;
}

ul.partner-list li p {
    margin: 0;
    padding: 0;
    font-weight: 500;
}

.contact-banner {
    height: 200px;
}

.contact-wrapper {
    padding: 80px 0 50px;
    background: #fff7e6;
}

.contact-content {
    background: #fff;
    border-radius: 15px;
    padding: 30px;
    border: 1px solid #FFE188;
}

.contact-content h3 {
    font-size: 32px;
    padding: 0 0 10px;
}

.contact-content .contact-row {
    padding: 15px 0;
}

.contact-content .contact-row p {
    margin: 0;
    font-size: 18px;
    display: flex;
    justify-content: start;
    align-items: start;
    gap: 14px;
    color: #656565;
}

.contact-content .contact-row p img {
    width: 30px;
}

.contact-content .contact-row p img.address {
    width: 46px;
}

.contact-content .contact-row p a {
    text-decoration: none;
    color: #656565;
}

.map-wrapper {
    background: #fff;
    border-radius: 15px;
}

.map-wrapper iframe {
    border-radius: 15px;
}

.privacy-policy-wrapper {
    background: #fbf8ea;
}

.privacy-policy-wrapper .inner-content-wrapper {
    padding: 20px 0 0;
}

.privacy-para {
    padding: 50px;
    background: #fff;
    border-radius: 20px;
    margin: 30px 0 0;
}

.privacy-para h6 {
    padding: 0 0 10px;
    margin: 0;
}

.privacy-para ul {
    padding: 0 0 0 30px;
    margin: 0 0 20px;
}

.privacy-para ul li {
    list-style: disc;
    line-height: 28px;
}

.privacy-para ul li li {
    list-style: circle;
}




.main-banner .carousel-caption h2 {
    font-size: 36px;
    line-height: 56px;
}

.main-banner .carousel-caption h2 span {
    display: block;
    color: #faf906;
    font-weight: bold;
}

.history-heading {
    padding: 80px 0;
}

.donate-box {
    padding: 0 0 0 80px;
}

.donate-box .heading {
    padding: 0;
}

.audit-box table tr th:last-child,
.audit-box table tr td:last-child {
    text-align: center;
}

h6.donate-condition-text {
    font-size: 18px;
    margin: 0;
    padding: 50px 0 0;
    color: #2f67c1;
    font-weight: 500;
}

.image-gallery-wrapper .card-team-galery img,
.image-gallery-wrapper .team-text-galery {
    height: auto;
}

.home-banner .patch-image {
    position: absolute;
    z-index: 1;
    width: 106%;
    bottom: -6px;
}

.inner-banner-wrapper {
    position: relative;
    overflow: hidden;
}

.inner-banner-wrapper .patch-image {
    position: absolute;
    z-index: 1;
    width: 106%;
    bottom: -6px;
    left: -50px;
}

.inner-banner-wrapper img.inner-banner {
    width: 100%;
}

.inner-banner-caption {
    position: absolute;
    bottom: 90px;
    left: 50px;
    padding: 90px 50px;
    background: url("/images/inner-banner-patch.svg") center center no-repeat;
    background-size: contain;
    text-align: center;
}

.inner-banner-caption h3.inner-heading {
    font-family: Adamina;
    font-size: 50px;
    line-height: 70px;
    font-weight: 400;
    color: #fff;
    text-align: center;
}

.inner-patchi-banner {
    background: url("/images/patchi-blue-banner.png") center center no-repeat;
    height: 350px;
    background-size: cover;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin: 0 0 10px;
}

.inner-patchi-banner h4 {
    font-family: Adamina;
    font-size: 40px;
    letter-spacing: 1px;
    color: #4B4B4B;
}

.orange-patchi-banner {
    background: url("/images/patchi-orange-banner.png") center center no-repeat;
    background-size: cover;
    margin: 0;
}

.orange-patchi-banner h4 {
    color: #fff;
}

.yellow-patchi-banner {
    background: url("/images/section.png") center center no-repeat;
    background-size: cover;
    margin: 0;
}

.yellow-patchi-banner h4 {
    color: #4B4B4B;
}

.ptb-50 {
    padding: 50px 0 30px;
}

/* New CSS End */



/* gallery css */

.gallery-banner {
    height: 200px;
}

.main-gallery-sec {
    margin-top: 20px;
}

.main-gallery-sec .container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
}

.g-card {
    background: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #ea6a4b;
    width: 300px;
}

.g-card:hover {
    transform: scale(1.05);
    transition: transform 0.3s ease-in-out;
}

.card-image {
    width: 100%;
    position: relative;
    padding-top: 70%;
    background: #f5f7f8;
}

.card-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contain-gal {
    display: flex !important;
    justify-content: space-between;
    padding: 20px;
}

.gallery-but button {
    padding: 5px 15px;
    border-radius: 20px;
    background-color: #eb6a4b;
    border: navajowhite;
    color: #fff;
    font-size: 20px;
    width: 100px;
}

.gallery-cat {
    font-size: 16px;
    color: #eb6a4b;
}


/* video gallery */
.video-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(370px, 1fr));
    grid-gap: 15px;
    max-width: 1200px;
    padding: 15px;
    margin: 0 auto;
    box-sizing: border-box;
}

.gallery-item {
    position: relative;
    width: 100%;
    height: 300px;
    background: #000;
    cursor: pointer;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gallery-item-caption {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}

.video-frame {
    width: 100%;
    height: 100%;
    border: none;
}

/* range slider donate form */
.slider-labels {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #444;
    margin-bottom: 10px;
}

.slider-container {
    width: 100%;
    position: relative;
    text-align: center;
    padding: 15px 0;
}

input[type="range"] {
    -webkit-appearance: none;
    width: 100%;
    height: 20px;
    border-radius: 20px;
    background: #f8e6da;
    outline: none;
    padding: 0;
    margin: 0;
}

/* Chrome, Safari, Opera, and Edge */
input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: white;
    border: 3px solid #e85c37;
    cursor: pointer;
    margin-top: -8px;
}

/* Firefox */
input[type="range"]::-moz-range-thumb {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: white;
    border: 3px solid #e85c37;
    cursor: pointer;
}

input[type="range"]::-webkit-slider-runnable-track {
    width: 100%;
    height: 8px;
    cursor: pointer;
    border-radius: 5px;
}

input[type="range"]::-moz-range-track {
    width: 100%;
    height: 8px;
    cursor: pointer;
    border-radius: 5px;
}

/* Login Page CSS */

.login-wrapper{margin: 200px auto 40px; width: 500px; padding: 30px;}
.login-wrapper .col-md-12{padding: 0;}
.login-wrapper h3{padding: 0 0 10px; text-align: center;}
.login-wrapper form{display: block;}
.login-wrapper form label{display: block;}
.login-wrapper form input{width: 100%; padding: 8px 14px; background: #fff;}
.login-wrapper form .btn.btn-primary{font-size: 18px; margin: 50px auto 0; display: block;}

/* Editor CSS */

.about-para p span{background-color: transparent !important;}

p[data-f-id="pbf"]{display: none;}



/* Added some basic styles for demonstration */
    .before-animate {position: fixed;top: 0;left: 0;width: 100%;height: 100%;background: white;z-index: 1000;}
    .main-page {display: none;}
    .load-color-blue {color: blue;}
    .load-btn {padding: 10px 20px;background: red;color: white;border: none;border-radius: 5px;cursor: pointer;}

    .loader {position: absolute;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;
    opacity: 0;background-image: url(/images/Before__Animation-1.svg);background-position: center;
    background-repeat: no-repeat;background-size: cover;transition: opacity 1s ease-in-out;overflow: hidden;}

    #loader1 {opacity: 1;z-index: 2;}
    #loader1 h2 {font-size: 100px;color: #EB6A4B;}
    #loader2 {z-index: 1;}
    #loader2 h2 {color: #D30502;font-family: Inter;font-weight: 800;font-size: 76px;line-height: 114px;letter-spacing: 0%;
    border-bottom: 10px solid #1268A1;}
    #loader2 h5 {font-family: Times New Roman;font-weight: 400;font-style: italic;
    font-size: 46.82px;line-height: 70.23px;letter-spacing: 0%;color: #1268A1;}
    .know-more-link {display: flex;justify-content: center;margin-top: 50px;}

    @media (max-width:500px) {
        #loader1 h2{font-size: 50px;}
        #loader2 h5{font-size: 24px;line-height: 40px;}
        #loader2 h2{font-size: 40px; line-height: 70px;}
    }
