@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Golos+Text:wght@400..900&display=swap');


/* font-family: "Libre Franklin", sans-serif; */
body{
    margin: 0;
    overflow-x: hidden ;
    font-family: "Instrument Sans", sans-serif;
    position: relative;
}

h1, h2, h3, p {
    margin: 0px !important;
}

a {
    text-decoration: none;
}

.pl-3 {
    padding-left: 1rem !important;
}

.pl-5 {
    padding-left: 3rem !important;
}

.navbar{
    position:fixed;
    top: 0;
    right: 0;
    left: 0;
    background-color: #FFFFFF !important;
    border-bottom: 1px solid #DDDDDD;
    z-index: 1000;
}

.navbar-collapse{
    flex-grow: 0 ;
}

.navbar-nav .active{
    color: #3F51B9 !important;
}

.nav-link{
    font-size: 16px;
    font-weight: bold;
    font-family: "Instrument Sans", sans-serif;
}

.navbar-brand img{
    width: 200px;
}

.nav-icon{
    padding: 5px;
}

.navbar-toggler:focus{
    box-shadow: none !important;
}

.main{
    max-width: 100%;
    margin: 60px 0;
    display: flex;
    flex-direction: column;
    gap: 90px;
}

.h1{
    font-size: 65px;
    font-family: "Libre Baskerville", serif;
    color: #3F51B9;
}

.h2{
    font-family: "Libre Baskerville", serif;
    font-size: 42px;
}

.text-green{
    color: #008B59;
}

.text-red{
    color: #E22014;
}

.small{
    display: none;
}

.hero .container{
    padding: 50px 15px;
}

.hero-top{
    width: 75%;
    margin: 0 auto;
    text-align: center;
}

.hero-top p{
    font-size: 20px;
    margin-top: 25px !important;
}

.slide{
    border-radius: 20px;
    height: 250px;
    object-fit: cover;
    width: auto; 
}

.goals .container{
    padding: 80px 60px;
    background-color: #3F51B9;
    border-radius: 30px;
    position: relative;
    overflow-y: hidden;
}

.goals-content{
    width: 75%;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 25px;
}

.goals-img{
    z-index: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 80px;
}

.goals-mob-img{
    display: none;
}

.goals-content h3{
    color: #FFFFFF;
}

.goals-content p{
    width: 70%;
    color: #FFFFFF;
    font-family: "Instrument Sans", sans-serif;
    font-size: 16px;
}

.goals-content button{
    margin-top: 10px;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    border-radius: 100px;
    padding: 10px 20px;
    display: flex;
    gap: 10px;
    font-family: "Libre Franklin", sans-serif;
    font-size: 18px;
    background-color: #3F51B9;
}

.our-focus .container{
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.o-f-head{
    color: #3F51B9;
    text-align: center;
}

.o-f-body{
    display: grid;
    grid-template-columns: calc(33% - 15px) calc(33% - 15px) calc(33% - 15px);
    gap: 30px;
}

.o-f-card{
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    border: 2px solid #D3D3D3;
    border-radius: 20px;
    padding: 25px;
}

.o-f-card img{
    padding: 10px;
}

.o-f-card p{
    text-align: center;
    color: #000000 !important;
    font-family: "Instrument Sans", sans-serif;
    font-size: 22px;
}

.our-team .container{ 
    padding: 70px;
    display: flex;
    flex-direction: column;
    gap: 50px;
    background-color: #008B59;
    color: #FFFFFF;
    border-radius: 30px;
}
.o-t-card{
    width: 85%;
    display: flex;
    align-items: center;
    gap: 30px;
}

.o-t-card img{
    width: 270px;
    border-radius: 10px;
    object-fit: cover;
}

.o-t-c-content{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.o-t-c-content h3{
    font-size: 24px;
    font-family: "Golos Text", sans-serif;
    font-weight: 600;
    color: #bcc3e8;
}

.o-t-c-content h4{
    font-size: 16px;
    font-family: "Instrument Sans", sans-serif;
    font-weight: 600;
    color: #bcc3e8;
}

.o-t-c-content p{
    font-size: 16px;
    font-family: "Instrument Sans", sans-serif;
}

.faq .container{
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.faq .container .h2{
   
    color: #3F51B9;
}

.accordion{
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.accordion-item {
    background: #FFFFFF;
    border: none;
    overflow: hidden;
    border: 1px solid #D3D3D3 !important;
    border-radius: 8px !important;
}

.accordion-header {
    border: none !important;
}

button.accordion-button{
    color: #3F51B9 !important;
    font-family: "Libre Franklin", sans-serif;
    font-size: 25px;
    border: none !important;
    background-color: #FFFFFF !important;
    box-shadow: none !important;
    padding: 25px !important;
}

.accordion-collapse {
    border: none !important;
}

.accordion-body {
    border: none !important;
    padding:0 25px 25px 25px ;
    
}

.accordion-body > * {
    color: #000000;
    font-family: "Instrument Sans", sans-serif;
    font-size: 16px;
    background: #FFFFFF;
}

    /* button.accordion-button::after {
        background: url("../img/icons/accrodin.svg") !important;
    } */
/* services */

.services-main{
    margin: 130px 0;   
} 

.services-main .container{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.s-m-c{
    display: flex;
    flex-direction: column;
    gap: 60px;
}


.services{
    scroll-margin-top: 100px;
    display: flex;
    align-items: center;
    gap: 30px;
}

.services-img{
    max-width: 460px;
    border-radius: 20px;
}

.services-content{
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.services-content h3{
    color: #3F51B9;
}

.services-content p{
    font-size: 16px;
}
/* Contact us page */

.contact-us-main{
    margin: 130px 0;
}

.contact-us-main .container{
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 60px ;
}

.c-u-m-right{
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.c-u-m-grid{
    display: grid;
    grid-template-columns: repeat(2,calc(50% - 15px));
    gap: 30px;
}

.c-u-m-g-menu{
    display: flex;
    flex-direction: column;
    gap: 20px;
    border-radius: 20px;
    border: 2px solid #D3D3D3;
    background: #FFF;
    padding: 30px;
}

.c-u-m-g-l-form{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    box-sizing: border-box
}
.c-u-m-g-l-f-sub-menu{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.c-u-m-g-menu h3{
    color: #3F51B9;
    font-family: "Libre Baskerville";
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 32.5px */
    letter-spacing: -1px;
}

.c-u-m-g-l-f-sub-menu input,.c-u-m-g-l-f-sub-menu textarea{
    border-radius: 8px;
    border: 1px solid #C0C0C0;
    background: #FFF;
    padding: 12px 19px;
    font-family: "Instrument Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; /* 155.556% */
    outline: none !important;
}

.btn-submit{
    align-self: center;
    border-radius: 10px;
    background: #3F51B9;
    color: #FFF;
    font-family: "Instrument Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.4px;
    padding: 12px 56px;
    border: none;
}

.query-msg{
    text-align: center;
    font-size: 20px;
    font-family: "Instrument Sans", sans-serif;
    font-weight: bold;
}

.c-u-m-b-d-d-body{
    display:flex;
    flex-direction: column;
    gap: 10px;
}

.c-u-m-b-d-d-body div{
    display: grid;
    grid-template-columns: 30% auto;
    gap: 10px;
    font-family: "Instrument Sans", sans-serif;
    font-size: 16px;
}

.c-u-m-b-d-d-body div p{
    color: #000;
    font-family: "Instrument Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
    letter-spacing: 0.18px;
}

.c-u-m-h-contact-detail h4{
    color: #3F51B9;
    font-weight: 600;
    margin: 0;
}

.c-u-m-h-contact-detail h4,.c-u-m-h-contact-detail p{
    font-family: "Instrument Sans";
    font-size: 18px;
    font-style: normal;
    line-height: 28px; /* 155.556% */
    letter-spacing: 0.18px;
}

/* Privacy-policy page */

.privacy-policies-main{
    margin: 130px 0;
}

.privacy-policies-main .container{
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.p-p-content{
    display: flex;
    flex-direction: column;
    gap:20px
}

ol{
    margin: 0 !important;
}

.p-p-c-list,.p-p-c-inner-list{
    padding-left: 16px;
}

.p-p-c-list li{
    font-weight: bold;
    font-size: 16px ;
}

.p-p-c-inner-list li{
    font-weight: 400 ;
}

/* Our Works */

.our-work-main{
    margin: 130px 0;
}

.our-work-main .container{
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.o-w-m-sub-menu{
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.o-w-m-sub-menu .h2{
    color: #3F51B9;
}

.lg-image{
    width: 40vw !important;
    height: auto !important;
}

.lightgallery{
    display: grid;
    grid-template-columns: calc(25% - 10px) calc(25% - 10px) calc(25% - 10px) calc(25% - 10px);
    gap: 20px;
}


.img-responsive{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

/* Footer */

.footer{
    background-color: #3F51B9;
    color: #FFFFFF;
}

.footer .container{
    padding: 80px 12px;
    display: grid;
    grid-template-columns: calc(60% - 15px) calc(40% - 15px);
    gap: 30px;
}

.footer .container h3{
    font-size: 25px;
    font-family: "Libre Franklin", sans-serif;
    color: #FFFFFF;
}

.footer .container p{
    font-size: 18px;
    font-family: "Instrument Sans", sans-serif;
    color: #FFFFFF;
}

.f-c-left{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.f-c-left p{
    max-width: 550px;
}

.f-c-right{
    display: grid;
    grid-template-columns: calc(50% - 10px) calc(50% - 10px);
    gap: 20px;
}

.f-c-r-left{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.f-c-r-l-list{
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.f-c-r-right{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.f-c-r-r-media-link .nav-icon{
    filter: brightness(0) invert(1);
}

.cpy-ryt{
    padding: 30px 0;
    background-color: #3345AC;
}

.cpy-ryt .container{
    padding: 0 12px !important;
}

@media (max-width: 1399px){
    .goals-content{
        width: 85%;
    }
    .o-t-card{
        width: 90%;
    }
    button.accordion-button{
        font-size: 23px;
    }
}

@media (max-width: 1199px){
    .h1{
        font-size: 52px;
    }
    .h2{
        font-size: 38px;
    }
    .goals-content{
        width: 85%;
    }
    .goals-img{
        width: 400px;
        top: auto;
    }
    .o-t-card{
        width: 100%;
    }
    .lightgallery{
        grid-template-columns: calc(33.33% - 10px) calc(33.33% - 10px) calc(33.33% - 10px);
    }
    .btn-submit{
        font-size: 18px;
    }
    .c-u-m-g-l-f-sub-menu input, .c-u-m-g-l-f-sub-menu textarea{
        font-size: 16px;
    }
    .c-u-m-h-contact-detail h4, .c-u-m-h-contact-detail p{
        font-size: 16px;
    }
    .c-u-m-b-d-d-body div p{
        font-size: 16px;
    }
    
}

@media (max-width: 991px){
    .hero-top{
        width: 100%;
    }
    .h2{
        font-size: 35px;
    }
    .hero-top p{
        font-size: 18px;
    }
    .hero .container{
        padding: 30px 12px;
    }
    .goals .container{
        padding: 50px 25px;
        display: flex;
        flex-direction: column;
        gap: 30px;
    }
    .our-team .container{
        padding: 50px 25px;
    }
    .goals-content{
        width: 100%;
        align-items: center;
        text-align: center;
    }
    .goals-content p{
        width: 100%;
    }
    .goals-img{
        display: none;
    }
    .goals-mob-img{
        display: block;
        width: 100%;
        border-radius: 30px;
    }
    .our-team .h2{
        text-align: center;
    }
    .o-t-card{
        flex-direction: column;
    }
    .o-t-card img{
        /* width: 70% ; */
    }
    .o-t-c-content{
        text-align: center;
        align-items: center;
    }
    .o-f-card p{
        font-size: 20px;
    }
    /* .o-t-card img{
        max-width: 100%;
        height: auto;
    } */
    button.accordion-button{
        font-size: 22px;
    }
    .services{
        flex-direction: column;
    }
    .services-img{
        max-width: 100%;
    }
    .c-u-m-grid{
        grid-template-columns:100%;
    }
    .c-u-m-g-l-f-sub-menu input, .c-u-m-g-l-f-sub-menu textarea{
        padding: 10px;
    }
    .footer .container{
        grid-template-columns: auto;
    }
    .faq .container .h2{
        text-align: center;
    }
    .lg-image{
        width: 60vw !important;
    }
}

@media (max-width: 767px){
    .h1{
        font-size: 46px;
    }
    .h2{
        font-size: 32px;
    }
   
    /* .owl-carousel3 img{
        height: 40vh;
        object-fit: cover;
    } */
    .l-break{
        display: none;
    }
    .goals-content button{
        font-size: 16px;
    }
    .o-f-body{
        grid-template-columns: calc(50% - 10px) calc(50% - 10px);
        gap: 20px;
    }
    .o-f-card p{
        font-size: 19px;
    }
    .o-t-card img{
        /* width: 80% ; */
    }
    .o-t-c-content h3{
        font-size: 21px;
        color: #bcc3e8;
    }
    button.accordion-button{
        font-size: 20px;
    }
    .services-main,.privacy-policies-main,.our-work-main,.contact-us-main{
        margin: 100px 0;
    }
    .s-m-c{
        gap: 50px;
    }
    .services-img{
        width: 100%;
    }
    .services{
        gap: 30px;
    }
    .c-u-m-b-mail-us h3,.c-u-m-b-donation-detailes h3{
        font-size: 26px;
    }
    .c-u-m-b-mail-us,.c-u-m-b-donation-detailes{
        padding: 28px 12px;
    }
    .c-u-m-head{
        flex-direction: column;
    }
    .lightgallery{
        grid-template-columns: calc(50% - 10px) calc(50% - 10px);
    }
}

@media (max-width: 575px){
    .main{
        gap: 50px;
    }
    .h1{
        font-size: 40px;
    }
    .h2{
        font-size: 30px;
    }
    .hero-top p{
        font-size: 17px;
    }
    .large{
        display: none ;
    }
    .small{
        display: block;
    }
    .o-t-card img{
        /* width: 100% ; */
    }
    button.accordion-button{
        font-size: 19px;
        padding: 15px !important;
    }
    .accordion-body{
        padding: 0 15px 15px 15px ;
    }
    .c-u-m-b-mail-us h3,.c-u-m-b-donation-detailes h3{
        font-size: 25px;
    }
    .c-u-m-b-d-d-body div p{
        font-size: 14px;
    }
    .c-u-m-b-d-d-body div{
        grid-template-columns: 43% auto;
        gap: 0;
    }
    .c-u-m-b-m-u-body div{
        grid-template-columns: 20% auto;
    }
    
    .lg-image{
        width: auto !important;
        height: auto !important;
    }
    .contact-us-main .container{
        gap: 20px;
    }
    .c-u-m-g-menu h3{
        font-size: 22px;
    }
    .footer .container{
        padding: 50px 20px;
    }
    .footer .container p{
        font-size: 16px;
    }
    .cpy-ryt .container{
        padding: 0 20px;
    }
    .lightgallery{
        grid-template-columns: auto;
    }
}

@media(max-width: 425px){
    .h1{
        font-size: 38px;
    }
    .h2{
        font-size: 28px;
    }
    .goals .container{
        padding: 50px 20px;
        gap: 20px;
    }
    .o-f-body{
        display: flex;
        flex-direction: column;

    }
    .our-team .container{
        padding: 50px 20px;
    }
    .c-u-m-g-menu{
        padding: 30px 15px;
    }
    .btn-submit{
        font-size: 17px;
        align-self: stretch;
    }
    .f-c-right{
        grid-template-columns: auto;
    }
}

@media(max-width: 350px){
    .c-u-m-h-contact-detail{
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
    }

}

/*innerpage*/
.inner-heading {
    background: #edf0ff;
    padding: 2em 0;
    text-align: center;
    margin-top: 65px;
}

.inner-heading h2 {
    font-weight: 600;
}

.breadcrumb {
    margin: 0;
}

li.breadcrumb-item {
    color: rgb(0 0 0 / 32%);
}

li.breadcrumb-item a {
    color: #5163c3;
}

/*blogcontent*/
.blogs-blog {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 31.79%));
    gap: 30px;
}

.blog-card {
    display: flex;
    flex-direction: column;
    border-radius: 5px;
    border: 8px solid #fff;
    box-shadow: 0 0px 0px rgb(0 0 0 / 0%);
    transition: .3s;
    color: #7a7e9a;
    background: #eef1ff;
}

.blog-card:hover {
    box-shadow: 0 6px 12px rgb(0 0 0 / 15%);
}

.blog-card img {
    width: auto;
    height: 220px;
    object-fit: cover;
}

.blog-card-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 23px 25px 20px 25px;
    justify-content: space-between;
}

.blog-card-title {
    font-size: 24px !important;
    margin-bottom: 10px !important;
    margin: 0 0 5px !important;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog-card-description {
    font-size: 16px;
    margin-bottom: 10px;
    color: var(--bs-gray-800) !important;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog-card-meta {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0px 10px;
    flex-wrap: wrap;
    margin-top: auto;
    color: red;
}

.blog-dot {
    width: 5px;
    height: 5px;
    background: #939393;
    border-radius: 50%;
}

.blog-card-meta span {
    font-size: 15px;
    color: #6c757d;
    font-weight: 500;
}

.blog-details-page .blog-card-meta span {
    font-size: 19px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Rajdhani", sans-serif;
    color: #43529f;
}

@media (max-width: 1399px) {
    .blogs-blog {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(298px, 31.79%));
        gap: 20px;
    }
}

@media (max-width: 1199px) {
    a.navbar-brand {
        width: 250px;
    }
}

@media (max-width: 991px) {
    .blogs-blog {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(338px, 31.79%));
    }
}

@media (max-width: 767px) {
    .blogs-blog {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(338px, 1fr))
    }
}

@media (max-width: 575px) { 
    .blogs-blog {
        grid-template-columns: repeat(auto-fit, minmax(100%, 1fr))
    }
}

.blog-date{
    font-size: 19px;
    color: #6c757d;
    font-weight: 500;
}