:root {
    --blue: #0A2142;
    --blue-2: #002c6a;
    --orange: #EA6624;
    --white: #fff;
    --red: #F15B43;
    --green: #65C9BB;
    --yellow: #ffb974;
    --greyTxt: #a2aec1;
    --black: #000000;
}

@font-face {
    font-family: 'san-pro';
    src: url('../source-sans-pro/SourceSansPro-Regular.otf');
}

body {
    font-family: 'san-pro';
}

.orange-txt-clr{
    color: var(--orange);
}

/* .hero-bg-img{
    background-image: url('../images/Web Banner 01 1520 x 900 px Adimahesh Seva Foundation Website.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
  } */


.hero .owl-carousel .owl-dots {
    position: absolute;
    bottom: 0px;
    background: var(--green);
    left: 45%;
    right: 45%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
}

.header-logo-box{
    max-width: 220px;
}

.justify-txt {
    text-align: justify;
}



.header-logo {
    width: 100px;
}

.newsletter {
    background: var(--blue);
    color: var(--white);
    padding: 90px 0px;
}

.newsletter .title {
    color: var(--white);
}

.nws-grp .input-grp {
    padding: 10px 20px;
    border-radius: 45px;
    border: none;
}

.nws-grp {
    display: flex;
    gap: 15px;
}

.about-bg-box {
    background-color: #eb662499;
    color: var(--white);
    padding: 25px;
}

.contact-details a {
    color: var(--blue);
    transition: all .5s ease;
}

.contact-details a:hover {
    color: var(--orange);
}

.title {
    font-size: 50px;
    font-weight: 700;
    line-height: normal;
    color: var(--blue);
}

.main-cont {
    font-size: 22px;
    font-weight: 400;
    line-height: normal;
}

.main-cont-big {
    font-size: 26px;
    font-weight: 600;
    line-height: normal;
}

a.main-cont-big:hover {
    color: var(--orange) !important;
    transition: all .5s ease;
}

.aboutus {
    margin-top: 90px;
    margin-bottom: 90px;
}

.aboutus ul {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 50px;
}

.aboutus ul li {
    padding-left: 70px;
    display: flex;
    align-items: center;
}

.aboutus ul li:before {
    content: " ";
    width: 50px;
    height: 50px;
    position: absolute;
    background-size: cover;
    left: 0px;
}


.aboutus ul.icon-1 li:before {
    background-image: url('../images/Facilitates Learning About Us Icon 200 x 200px.png');
}

.aboutus ul.icon-2 li:before {
    background-image: url('../images/Inculcating Values About Us Icon 200 x 200px.png');
}

.aboutus ul.icon-3 li:before {
    background-image: url('../images/Facilitating Modern Techniques About Us Icon 200 x 200px.png');
}

.aboutus ul.icon-4 li:before {
    background-image: url('../images/Building Communities About Us Icon 200 x 200px.png');
}


.sml-title ul {
    list-style: none;
    padding-left: 0px;
}

.sml-title ul li::before {
    /* list-style-image: url('../images/heart.png'); */
    background-image: url(../images/heart.png);
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-right: 10px;
    bottom: 1px;
}

.sml-title ul li span {
    margin-left: 30px;
    color: var(--red);
}

.aboutus .sml-title {
    text-align: left;
}

.title p {
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
}

.case-study {
    /*background: #f9f9f9;*/
    background-image: url('../images/01 Adimahesh Seva Foundation Website.jpg');
    background-size: cover;
    background-position: center;
    padding: 100px 0px;
}

.mission-vision {
    background-image: url('../images/01 Adimahesh Seva Foundation Website.jpg');
    background-size: cover;
    background-position: center;
    padding: 100px 0px;
}

.founder-img {
    width: 250px;
    height: 250px;
    border-radius: 100%;
    margin: auto;
    display: flex;
    border: 3px solid var(--orange);
}

.before-icon:before {
    content: " ";
    position: absolute;
    width: 115px;
    height: 100px;
    background-position: center;
    background-size: cover;
    right: 0px;
    top: 0px;
    background-color: var(--green);
    border-top-right-radius: 550px !important;
    border-radius: 100px;
    border-bottom-left-radius: 2500px;
}

.before-icon-blue::before {
    background-color: var(--blue);
}

.before-icon-orange::before {
    background-color: var(--orange);
}

.before-icon img {
    position: absolute;
    right: 25px;
    width: 50px;
}

.approach .card:hover {
    box-shadow: 5px 5px 5px 5px #ccc;
    margin-bottom: 2px;
}

.approach .card {
    transition: all .5s ease;
}

.case-study .title,
.sml-title {
    text-align: left;
}

.title h2 {
    font-size: 50px;
    font-weight: 700;
    line-height: normal;
}

.title h5:last-child{
    margin-bottom: 20px;
}

.testimonial {
    margin-top: 60px;
}

.testi-img {
    border-radius: 100%;
    width: 200px !important;
    height: 200px;
    margin: 0 auto;
    margin-bottom: -80px;
    z-index: 999;
    position: relative;
    border: 2px solid var(--orange);
}

.testimonial .card {
    align-items: center;
    justify-content: center;
    border-radius: 30px;
}

.card-sml-title {
    display: flex;
    align-items: center;
}

.card-sml-title p {
    margin-bottom: 0px;
    margin-left: 10px;
}

.card-main-cnt {
    font-size: 18px;
    font-weight: 700;
}

.card-main-cnt .first {
    color: var(--red);
}

.card-main-cnt .secound {
    color: var(--green);
}

.card-main-cnt .third {
    color: var(--yellow);
}

.card-body a {
    text-decoration: none;
    font-size: 24px;
    line-height: 1.42;
    font-weight: 500;
    transition: 0.3s;
    color: var(--orange);
}

.card-body a:hover {
    color: var(--blue);
}


.case-img {
    height: 250px;
    width: 250px;
}

.team-head h5 {
    color: var(--orange);
}

.team-card:hover .team-head h5 {
    color: var(--blue);
}



.approach {
    padding: 100px 0px;
    /*background: #f9f9f9;*/
    background-image: url('../images/01 Adimahesh Seva Foundation Website.jpg');
    background-size: cover;
    background-position: center;
}

.approach .card {
    border-radius: 20px;
    height: 100%;
}

.approach .col-md-4 {
    margin-top: 25px;
}

.joinus {
    background: #f9f9f9;
    overflow: hidden;
}

.joinus .sml-title {
    text-align: left;
}

.main-btn {
    background: var(--red);
    color: var(--white);
    border: none;
    padding: 10px 30px;
    font-size: 16px;
    transition: all 0.5s ease;
}

.main-btn:hover {
    background: var(--green);
    color: var(--white);
}

.image-hover-effect {
    overflow: hidden;
}

.image-hover-effect img {
    transition: all 0.5s ease;
}

.image-hover-effect:hover img {
    transform: scale(1.2);
}

.image-over-txt {
    position: absolute;
    bottom: 20px;
    text-align: center;
    width: 100%;
    color: var(--white);
}

.joinus .owl-carousel .owl-dots {
    position: absolute;
    bottom: 0px;
    background: var(--blue);
    left: 40%;
    right: 40%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
}

.joinus .owl-theme .owl-dots .owl-dot.active span {
    background: var(--green);
}

.approach h6 {
    color: var(--blue);
    font-weight: 700;
}

.founder {
    background: var(--blue);
    padding: 40px;
    border-radius: 20px;
    color: var(--white);
}

.founder h3 {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
}

/*.founder p {*/
/*    text-align: justify;*/
/*}*/

.insights {
    margin-top: 20px;
    margin-bottom: 90px;
}

.sub-cont {
    text-align: justify;
}

.team-img {
    width: 200px !important;
    height: 200px;
    border-radius: 100%;
    margin: 0 auto;
    display: flex;
    margin-bottom: -80px;
    border: 2px solid var(--orange);
}

.ltest-testi {
    background: var(--blue);
    color: var(--white);
    padding: 10px 8px;
}

.team-card {
    border: 1px solid #ccc;
    border-radius: 20px;
    padding: 20px;
    transition: all .5s ease;
    /* height: 100%; */
    padding-top: 100px;
    text-align: center;
}

.team-card:hover {
    box-shadow: 5px 5px 5px 5px #ccc;
    margin-bottom: 2px;
}

.team-card .team-head h5 {
    font-size: 24px;
}

.our-page {
    list-style: none;
    padding-left: 0px;
}

.our-page a {
    text-decoration: none;
    color: var(--greyTxt);
}

.contact-info .phone {
    list-style: none;
    padding-left: 0px;
}

.contact-info .phone a {
    text-decoration: none;
    color: var(--greyTxt);
}

.contact-info .email {
    list-style: none;
    padding-left: 0px;
}

.contact-info .email a {
    text-decoration: none;
    color: var(--greyTxt);
}

.contact-info .address {
    list-style: none;
    padding-left: 0px;
}

.contact-info .address a {
    text-decoration: none;
    color: var(--greyTxt);
}


.bg-footer {
    background-image: url('../images/05-08-_MG_0248 1.png');
    width: 100%;
    position: relative;
    background-size: contain;
    background-position: center;
    clip-path: polygon(0 120px, 50% 0, 100% 120px, 100% 100%, 0 100%);
    padding-top: 165px;
    overflow: hidden;
    color: var(--greyTxt);
    padding-bottom: 50px;
    margin-bottom: -2px;
}

.bg-footer::before {
    content: '';
    background-color: var(--blue);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0.8;
}

.copyright {
    background: var(--blue);
    color: var(--greyTxt);
    padding: 25px 0px;
}

.copyright p {
    margin-bottom: 0px;
    text-align: center;
}









.banner.banner-1 {
    background-image: url('../images/happy-indian-female-student-attending-class-university-looking-camera.png');
    background-position: top;
}


.banner.banner-2 {
    background-image: url('../images/cheerful-indian-asian-young-group-college-students-friends-laughing-together-while-sitting-standing-walking-campus.png');
}

.banner.banner-3 {
    background-image: url('../images/group-students-with-laptop-city-background.jpg');
}

.banner.banner-4 {
    background-image: url('../images/group-indian-people-are-using-computer-laptop.png');
        background-position: top;
}

.banner.banner-5 {
    background-image: url('../images/group-four-indian-teen-male-students-classmates-spend-time-together.png');
}



.banner {
    background-image: url('../images/Group 177.png');
    background-size: cover;
    background-position: center;
    padding: 150px 0px;
    position: relative;
    color: var(--white);
}

.banner h1 {
    font-size: 60px;
    font-weight: 600;
}

.banner .breadcrumb a {
    color: var(--white);
    text-decoration: none;
}

.banner .breadcrumb li {
    color: var(--white);
}

.banner .breadcrumb li::before {
    color: var(--white);
}





.banner-bg-solid {
    background-color: var(--blue);
    background-size: cover;
    background-position: center;
    padding: 150px 0px;
    position: relative;
    color: var(--white);
}

.banner-bg-solid h1 {
    font-size: 60px;
    font-weight: 600;
}

.banner-bg-solid .breadcrumb a {
    color: var(--white);
    text-decoration: none;
}

.banner-bg-solid .breadcrumb li {
    color: var(--white);
}

.banner-bg-solid .breadcrumb li::before {
    color: var(--white);
}



.our-mission {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.our-approach-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}




.form-field {
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0px;
}

.form-field:focus {
    box-shadow: none;
}

.main-btn-contact {
    background: var(--green);
    color: var(--white);
    border: none;
    padding: 10px 30px;
    font-size: 16px;
    transition: all 0.5s ease;
}

.bg-icon {
    background-color: var(--white);
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    width: 60px;
    height: 60px;
}

.icon-details p {
    margin-bottom: 0px;
    color: var(--greyTxt);
}

.icon-details h3 {
    color: var(--blue);
    font-weight: 600;
}

.icon-details a {
    text-decoration: none;
}

.founder-sec a {
    text-decoration: none;
    color: var(--greyTxt);
}

.founder-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid;
    padding: 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding-bottom: 0px;
}

.founder-card img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.fouder-detail {
    text-align: center;
    margin-top: 25px;
}

.fouder-detail h6 {
    color: var(--green);
}

.fouder-detail h4 {
    color: var(--blue);
    font-weight: 600;
}

.founder-social {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.founder-social div {
    background: var(--greyTxt);
    margin: 0px 5px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    transition: all .5s ease;
}

.founder-social div i {
    color: var(--blue);
    transition: all .5s ease;
}

.founder-social div:hover i {
    color: var(--white);
}

.founder-social div:hover {
    background: var(--orange);
}

.founder-extra-txt p {
    margin-bottom: 0px;
}

.big-one-txt {
    background-color: var(--green);
    color: var(--white);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70%;
}

.big-one-txt h1 {
    font-size: 90px;
    font-weight: 900;
}



.our-journey .before-icon:before {
    content: " ";
    position: absolute;
    width: 115px;
    height: 100px;
    background-position: center;
    background-size: cover;
    right: 0px;
    top: 0px;
    border-top-right-radius: 100px !important;
    border-radius: 100px;
    border-bottom-left-radius: 2500px;
}


.case-study-body a {
    text-decoration: none;
}

.case-study-body a h3 {
    color: var(--blue);
}

.case-study-body a p {
    color: #000;
}

.become-doners-body a {
    text-decoration: none;
}

.become-doners-body a h3 {
    color: var(--blue);
}

.become-doners-body a p {
    color: #000;
}


.our-doner-main-img {
    width: 300px;
    height: 290px;
}

.h-300 img {
    height: 300px;
}



.quotes::before {
    content: '';
    background-image: url('../images/left-quote.png');
    position: absolute;
    width: 30px;
    height: 30px;
    background-size: cover;
    background-position: center;
}

.quotes::after {
    content: '';
    background-image: url('../images/right-quote-sign.png');
    position: absolute;
    width: 30px;
    height: 30px;
    background-size: cover;
    background-position: center;
    right: 10px;
    bottom: -10px;
}

.quotes p {
    margin: 0px 50px;
    text-align: justify;
}

.read-more {
    color: var(--orange) !important;
}

.leatest-testimonial a {
    text-decoration: none;
}

.leatest-testimonial p {
    margin-bottom: 0px;
}

ul.mb-3 li {
    padding-left: 0px;
}

.resp-flex {
    flex-wrap: wrap;
}

.beneficiaries-body .aos-init a {
    text-decoration: none;
}

.beneficiaries-body .aos-init .border h3 {
    color: var(--blue);
}

.beneficiaries-body .aos-init .border .desc {
    color: #000;
}

@media (max-width:767px) {
    .spc-resp {
        margin-top: 20px;
    }

    .md-hide {
        display: none;
    }

    .bg-footer {
        background-size: cover;
    }
}

@media (max-width:991px) {
    .nws-grp {
        display: flex;
        flex-direction: column;
    }
}


/***********************/
/***** New Layout *****/

.flex-space-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flex-justify-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.text-reg {
    font-size: 16px;
    font-weight: 400;
    color: var(--blue);
    margin-bottom: 0;
}

.text-lg {
    font-size: 20px;
    font-weight: 400;
    /* color: var(--blue); */
    color: var(--black);
    line-height: 1.3;
    margin-bottom: 0;
}

.text-xlg {
    font-size: 25px;
    font-weight: 500;
    color: var(--black);
    line-height: 1.3;
    margin-bottom: 0;
}

p.medium,
span.medium {
    font-weight: 600;
}

p.bold {
    font-weight: 800;
}

.text-white {
    color: var(--white) !important;
}

.text-orange {
    color: var(--orange) !important;
}

.text-blue-2 {
    color: var(--blue-2) !important;
}

h2.text-h2 {
    color: var(--orange);
    /* font-size: 60px; */
    font-size: clamp(38px, 5vw, 60px);
    font-weight: 900;
    letter-spacing: 1px;
    line-height: 1.1;
}

h3.text-h3 {
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.1;
}

.main-btn.outline-bottom {
    border-bottom: 3px solid #70433d;
    /* transition: border-bottom 0.2ms; */
}

.main-btn.outline-bottom:hover {
    border-bottom: 3px solid var(--green);
}

/**********/

.navbar-container,
.footer-container {
    display: flex;
    flex-direction: column;
    padding: 0 8vw;
}

.navbar-container .top-navbar {
    display: flex;
    border-bottom: 1px solid var(--blue);
}

.social-media-icons {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 10px;
}

.social-media-icons img {
    height: 30px;
    width: auto;
}

.footer-container {
    /*background-image: url(../images/Adimahesh-homepage/footer-bg.png);*/
    background-color: var(--blue);
    background-size: cover;
    background-repeat: no-repeat;
}

.footer-container h5 {
    color: var(--orange);
}

.footer-container ul.nav li a {
    color: var(--white) !important;
}

.footer-container ul.nav li a:hover,
.footer-container footer a h5:hover {
    color: #f3b799;
    transition: color 0.5s;
}

.homepage-hero {
    background-color: var(--blue);
    padding: 10vh 20px;
}

.homepage-our-story-adimahesh {
    background-color: #f7f7f7;
    padding: 10vh 20px;
}

.homepage-our-mission-in-action {
    background-color: var(--white);
    padding: 8vh 20px;
}

.homepage-our-mission-in-action .card,
.homepage-our-approach .card,
.homepage-meet-the-visionaries .card {
    border: 3px solid #ededed;
}

.homepage-our-mission-in-action .card-body {
    min-height: 300px;
}

.homepage-why-choose-adimahesh {
    background-image: url(../images/Adimahesh-homepage/why-choose-adimahesh.png);
    background-size: cover;
    /* background-size: 100vw; */
    background-repeat: no-repeat;
    padding: 10vh 20px;
}

.homepage-our-approach,
.homepage-in-their-words {
    padding: 8vh 20px;
}

.homepage-meet-the-visionaries {
    background-color: #f7f7f7;
    padding: 8vh 20px;
}

.homepage-meet-the-visionaries .card {
    background-color: #f7f7f7;
}

.homepage-meet-the-visionaries .team-name-orange-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: var(--orange);
    border-radius: 10px;
    padding: 10px 10px;
    margin: 0 20px;
    margin-top: -40px;
    margin-bottom: 20px;
}

.homepage-meet-the-visionaries .team-name-orange-container p {
    color: var(--white);
    line-height: 1.2;
    margin-bottom: 0;
}

/*.homepage-meet-the-visionaries .team-name-orange-container p:first-child {*/
/*    font-weight: 600;*/
/*    font-size: 18px;*/
/*}*/

.homepage-meet-the-visionaries .team-name-orange-container a {
    font-weight: 600;
    font-size: 18px;
    text-decoration: none;
    color: var(--white);
}



.homepage-in-their-words .testimonial-box {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    position: relative;
    border: 3px solid #ededed;
}

.homepage-in-their-words .quote {
    font-size: 6rem;
    font-weight: bold;
    line-height: 0.6;
    color: var(--orange);
}

.our-team-section .founder-sec .founder-card {
    margin-bottom: 10px;
}

.our-team-section .founder-sec img.img-fluid {
    height: 396px;
    width: 264px;
}

/* .our-team-section .asf-team > .founder-sec img.img-fluid {
    height: 300px;
    width: 264px;
} */

.asf-team .carousel-control-next,
.carousel-control-prev {
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 5px 10px;
}

.our-journey-problem-statement {
    background-image: url(../images/Adimahesh-homepage/Picture1.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    height: 80vh;
    background-position: bottom;
}

.our-journey-problem-statement>.container>.row {
    display: flex;
    align-items: center;
    height: 28vh;
}

.our-journey-financial-barriers .text-h3,
.our-journey-key-milestones .text-h3,
.our-journey-our-presence h3,
.eap-intoduction h3,
.eap-framework-2 h3,
.eap-criteria h3 {
    border-left: 5px solid var(--orange);
    padding-left: 10px;
}

.our-journey-financial-barriers .text-xlg.medium span,
.our-journey-about-foundation .text-xlg.medium span,
.eap-intoduction .text-xlg.medium span {
    border-bottom: 2px solid var(--orange);
    padding-bottom: 3px;
}

.our-journey-about-foundation,
.our-journey-our-presence {
    background-color: #f7f7f7;
}

.our-journey-about-foundation .supporting-student-bg {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-image: url(../images/Adimahesh-homepage/Picture2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 30vh;
    padding: 20px;
}

.our-journey-about-foundation .comprehensive-mentor-bg {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-image: url(../images/Adimahesh-homepage/Picture6.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 30vh;
    padding: 25px 20px;
}

.our-journey-vision-mission {
    background-color: var(--orange);
}

/*.our-journey-vision-mission .our-journey-vision-mission-bg {*/
/*    background-image: url(../images/Adimahesh-homepage/Picture3.jpg);*/
/*    background-size: cover;*/
/*    background-repeat: no-repeat;*/
/*    height: 40vh;*/
/*}*/

.our-journey-vision-mission .our-journey-vision-mission-text h2,
.our-journey-vision-mission .our-journey-vision-mission-text p {
    padding: 0 60px 0 30px;
}

.our-journey-vision-mission-container .vision-mission-container-bg {
    background-image: url(../images/Adimahesh-homepage/Picture4.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 80vh;
}

/*.our-journey-problem-statement.ASF-journey {*/
/*    background-image: url(../images/Adimahesh-homepage/Picture16.jpg);*/
/*    border-top: 1px solid var(--greyTxt);*/
/*    height: 90vh;*/
/*}*/

.our-journey-key-milestones .our-journey-key-milestones-bg {
    background-image: url('../images/PPT Slide_1830x920px_English_Adi Mahesh.png');
    /*background-image: url('../images/ASF - Journey For Website.png');*/
    background-size: 125vw;
    background-repeat: no-repeat;
    height: 100vh;
    margin: 40px 30px;
        background-size: contain;
            background-position: center;
}

.our-journey-our-presence .our-presence-map {
    /*background-image: url(../images/Adimahesh-homepage/Picture23.png);*/
    background-image: url('../images/Image-india-new.png');
    background-size: contain;
    background-repeat: no-repeat;
    height: 70vh;
}

.eap-key-components-grid {
    margin: 10px 0px;
}

.eap-key-components-grid .col {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    background-color: #ebedec;
    border: 1px solid var(--white);
    /* height: 25vh; */
    height: auto;
    padding: 15px 20px;
    justify-content: center;
}

.eap-key-components-grid .col.orange {
    background-color: #fce5d7;
}

.eap-framework-bg {
    background-image: url(../images/Adimahesh-homepage/Picture24.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    height: 60vh;
}

.eap-framework-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.eap-framework-text h2 {
    font-size: 44px;
}

.eap-framework-2 {
    background-color: #f7f7f7;
}

.eap-framework-2 .head {
    display: flex;
    align-items: center;
    min-height: 11vh;
    margin-top: 20px;
}

.eap-framework-2 .head b {
    font-size: 23px;
}

.eap-criteria-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.eap-criteria-bg {
    background-image: url(../images/Adimahesh-homepage/Picture33.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    height: 60vh;
}

ul.homepage-our-story-adimahesh-custom-icons {
    list-style: none;
    padding-left: 0;
}

ul.homepage-our-story-adimahesh-custom-icons li {
    position: relative;
    padding-left: 60px;
}

ul.homepage-our-story-adimahesh-custom-icons li::before {
    content: " ";
    width: 50px;
    height: 50px;
    position: absolute;
    background-size: cover;
    left: 0px;
}

ul.homepage-our-story-adimahesh-custom-icons li.icon1::before {
    background-image: url(../images/Adimahesh-homepage/Facilitates-icon.png);
}

ul.homepage-our-story-adimahesh-custom-icons li.icon2::before {
    background-image: url(../images/Adimahesh-homepage/Inculcating-icon.png);
}

ul.homepage-our-story-adimahesh-custom-icons li.icon3::before {
    background-image: url(../images/Adimahesh-homepage/Facilitating-icon.png);
}

ul.homepage-our-story-adimahesh-custom-icons li.icon4::before {
    background-image: url(../images/Adimahesh-homepage/Building-icon.png);
}



@media (max-width:767px) {

    .homepage-our-mission-in-action .container.w-75,
    .homepage-our-approach .container.w-75,
    .homepage-meet-the-visionaries .container.w-75 {
        width: 100% !important;
    }

    .our-team-section .asf-team .asf-team-container {
        display: block;
    }

    .our-journey-about-foundation .supporting-student-bg,
    .our-journey-about-foundation .comprehensive-mentor-bg {
        height: auto;
    }

    .our-journey-vision-mission .our-journey-vision-mission-text h2,
    .our-journey-vision-mission .our-journey-vision-mission-text p {
        padding: 0;
    }

    .our-journey-problem-statement {
        height: 65vh !important;
    }

    .our-journey-problem-statement.ASF-journey .w-50 {
        width: 100% !important;
    }

    .our-journey-key-milestones .our-journey-key-milestones-bg {
        height: 30vh;
        margin: 20px 10px;
    }

    .our-journey-our-presence .our-presence-map {
        height: 50vh;
    }

    .eap-framework-bg {
        background-size: cover;
        margin-top: 20px;
    }
}




.career-page .nav button.nav-link {
    background-color: transparent;
    text-align: left;
    border-radius: 0px;
    font-size: 20px;
    padding: 0px;
    margin-bottom: 20px;
    color: var(--black);
    transition: all 0.5s ease;
}

.career-page .nav button.nav-link:last-child {
    margin-bottom: 0px;
}

.career-page .nav button.nav-link.active {
    color: var(--red);
    border-left: 5px solid var(--orange);
    padding-left: 10px;
}

.career-page .nav button.nav-link:hover{
    color: var(--orange);
}

.title-red {
    color: var(--red);
}

.custome-menu {
    display: none;
    position: absolute;
    left: 100%;
    /*top: calc(100% - 50px);*/
    top: calc(0% - 0px);
    background-color: #fff;
    transition: all 0.5s ease;
}

li.custome-hover:hover .custome-menu {
    display: block;
}


.mentor-page .homepage-our-mission-in-action .card-body{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.mentor-page .homepage-our-mission-in-action .card-body a{
    color: #fff;
    transition: all 0.5s ease;
    font-size: 18px;
}


@media (max-width:767px){
    footer .header-logo-new{
        width: 25%;
        height: auto !important;
    }
}


.same-font{
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
}

.sml-span span{
        font-size: 18px;
    font-weight: 400;
}

.main-btn.outline-bottom.hvr-blue:hover{
    background: var(--blue);
    border-bottom: 3px solid var(--blue);
}