@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap');





html {

    scroll-behavior: smooth;

}



* {

    margin: 0;

    padding: 0;

    box-sizing: border-box;

    font-family: 'Nunito Sans', sans-serif;

}



body {

    width: 100%;

   

}



a{

    text-decoration:none;

}

h1 {

    font-size: 2.5rem;

    font-weight: 900;

    letter-spacing: 0.2rem;



}



h2 {

    font-size: 2rem;

    font-weight: 900;

}



h3 {

    font-size: 1.2rem;

    font-weight: 900;

    text-transform: none;

}
.account-section {
    box-shadow: 0px 0px 4px 4px #e9e9e9;
    margin-top: 2px;
    padding: 10px 15px;
}
.donate-heading {
    text-align: left;
    margin-bottom: 20px;
    font-size: 20px;
    padding: 5px 0;
    border-bottom: 4px solid #f1ba1a;
}
.banner-heading{
    color: rgb(46, 51, 102);
    /* font-size: 36px;
    line-height: 44px; */
}

h4 {

    font-size: 1.5rem;

    font-weight: 900;

    text-transform: none;

}









.container,

.container-lg,

.container-md,

.container-sm,

.container-xl {

    max-width: 1280px;

   

}





.navbar-nav,

.nav-item,

.nav-link {

    color: rgb(0, 0, 0);

    font-size: 1rem;

    padding-right: 0.8rem;

    font-weight: bold;

}



.logo {

    width: 50px;

    transition: 0.6s;

}



.navbar-nav .nav-link.active {

    color: #b58247;



}



.nav-link:focus,

.nav-link:hover {

    color: #b58247;

}



.dropdown-item {

    font-size: 0.8rem;

    padding: 1rem 1.3rem;

    font-weight: bold;

}



.submenu {

    padding: 0;

}



.submenu li a {

    text-transform: none;

    font-size: 0.8rem;

}



.dropdown-item:focus,

.dropdown-item:hover {

    color: #F52A00;

}



.dropdown-item:active {

    background-color: #cccccc;

}



.navbar-nav>button {

    color: rgb(66, 9, 9);



}



#header {

    z-index: 999;

    top: 0;

    left: 0;

    position: fixed;

    width: 100%;

    transition: 0.6s;

    background:#fff

}



.navbar-toggler,

.navbar {

    color: white;

}



#header.sticky {

    background: white;

    transition: 0.6s;

    border-bottom: 1px solid rgb(0, 0, 0, 10%);



    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;



}



#header.sticky .logo {

    width: 40px;

    transition: 0.6s;

}



#header.sticky .logo,

#header.sticky ul li a {

    color: rgb(0, 0, 0);





}



#header.sticky ul li a.active,

#header.sticky ul li a:hover {

    color: #f1ba1a;


}
.homebanner {
    height: 76vh;
    width: 100%;
}


.homebanner_left{

    /* padding: 0px 33px 0 16px; */
    max-width: 58%;

}

.homebanner_image{
    /* padding-top: 50px; */
    /* width:475px; */
}

.homebanner_right {

    padding: 0;

    max-width: 49%;

}

.homebanner-box{

    padding: 0px 33px 0 16px;

}

.btn {

    background-color: #ffffff;

    /* background-image: url("../image/122.png"); */

    color: rgb(0, 0, 0);

    border-radius: 8rem;

    padding: 0.6rem 1.5rem;

    /* background-position: -93px -65px; */

    /* background-size: 321px auto;

    transition: all 0.5s ease-in-out; */

    background-repeat: no-repeat;

    border: 1px solid black;

    font-weight: 800;

    text-transform: uppercase;

}



.btn:hover,

.btn:focus {

    padding: 0.6rem 1.5rem;

    /* background-position: -428px -198px;

    background-size: 764px auto; */

    background-color:#f1ba1a;

    border: 1px solid #f1ba1a;

    /* border: none; */

    box-shadow: none;

    color: black !important;

}



.btn1 {

    background-color: #ffffff;



    border: 1px solid #b9b9b9;

    border-radius: 0.5rem;

    padding: 0.6rem 1.5rem;

    /* background-position: -93px -65px; */

    background-size: 321px auto;

    /* transition: all 0.5s ease-in-out; */

    background-repeat: no-repeat;



    font-weight: 800;

    text-transform: uppercase;

}



.btn1:hover {

    border: 1px solid #f1ba1a;

    color: black;

    

    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;





}



.btn-check:active+.btn1,

.btn-check:checked+.btn1,

.btn1.active,

.btn1.show,

.btn1:active {

    color: var(--bs-btn-active-color);

    background-color: var(--bs-btn-active-bg);

    border-color: var(--bs-btn-active-border-color);

}



.post button {

    /* padding: 10px; */

    background-color: #ffffff;

    color: #1a0dab;

    border: none;

    cursor: pointer;

    font-weight: 600;

}

.bannertopmargin{
    margin-top: 100px;
}


.card-input-element:checked+.card-input {

    background-color: #ffffff;
    background-position: 50% 20%;

    color: #F52A00;

}



.card-input-element {

    display: none;

}



.card-input {

    padding: 6px 15px;

    width: 100%;



}



.tag label {

    margin-right: 5px;

}



.card-input:hover {

    cursor: pointer;

    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;

    border: 1px solid #F52A00;

}



.card-input-element:checked+.card-input {

    background-color: #ffffff;

    /* box-shadow: 0 0 1px 1px #b9b9b9; */

    border: 1px solid #F52A00;

}



.card-input p {

    margin: 0;

}



.txtColor {

    color: #f1ba1a;

}



.txtbg {

    background-color: #f1ba1a;

}

.about-box {

    width: 90%;

    display: flex;

    flex-direction: row;

    justify-content: center;

    align-items: flex-start;

    text-align: left;

    /* */

}

.home-text {

    /* width: 90%; */

    display: flex;

    flex-direction: row;

    justify-content: center;

    align-items: center;

    text-align: left;

    /* */

}

.home-text-1 {

    width: 90%;

    display: flex;

    flex-direction: column;

    justify-content: center;

    align-items: center;

    text-align: center;

    /* */

}





.dropdown-menu {

    letter-spacing: 1px;

}



.dropdown:hover>.dropdown-menu {

    display: block;

    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;

    border: none;

}



.dropdown-toggle::after {

    display: none;

}

.submenu--trigger{

    display: none;

}





.aboutus-text {

    width: 70%;

    display: flex;

    flex-direction: column;

    justify-content: center;

    /* align-items: center; */

    /* text-align: center; */

    padding: 2rem;

    /* color: #092C4C; */

    /* background-color: white;

    border-radius: 8px;

    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */

}



.aboutus-text-1 {

    width: 70%;

    display: flex;

    flex-direction: column;

    justify-content: center;

    /* align-items: center; */

    /* text-align: center; */

    padding: 0 2rem;

    /* color: #092C4C; */

    /* background-color: white;

    border-radius: 8px;

    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */

}





.box80 {

    width: 80%;

    display: flex;



    justify-content: center;

    align-items: center;



}



.box-text {

    width: 80%;

    display: flex;



    justify-content: center;

    align-items: center;

    text-align: center;

}



.box-text1 {

    width: 100%;

    display: flex;



    justify-content: center;

    align-items: center;

    text-align: center;

}





.locationbox {

    /* color: white; */

    display: flex;

    justify-content: center;

    align-items: center;

    flex-direction: column;

    text-align: center;

    padding: 30px;



}
.boxwidth{
    max-width: 40%;
}


/* .card-img-top{

    height: 70vh;

} */

.ahover {

    text-decoration: none;

    color: black;

    font-weight: 600;

}



.locationbox img {

    width: 8rem;

    height: auto;

    margin-bottom: 1rem;



}



.s-card img {

    border-radius: 8px;



    object-fit: cover;

    width: 100%;

    height: 40vh;



}



.b-card {

    /* position: absolute;

    overflow: hidden;

    top: 0;

    left: 0; */

}



/* .b-card:hover  img {

    

    -webkit-transform: scale(0.9);

    transform: scale(3.08);

    transition: 0.9s;

  } */

/* .post button{

    padding: 10px;

    background-color: #ff0268;

    color: #ffffff;

    border: none;

    cursor: pointer;

} */

/* .post:not(:last-child){

    margin-bottom: 50px;

} */



.icon-row {

   

    display: flex;

    flex-wrap: wrap;

    justify-content: center;

    align-items: center;

    align-content: center;

    padding: 5px 50px;

}

.icon-row{

    min-width: 100px;

    margin: 0.5rem;

}

.icon-row img{

    /* min-height: 100px; */

   max-width: 300px;

}

.icon-row-img{

   min-height: 100px;
   max-width: 300px;


}

.hide {

    display: none;
}

.justifytext{

    text-align: justify;

}

.donate-text {

    width: 70%;
    color: white;

}



.address-text {

    font-weight: 700;

}



.success-box {

    /* position: relative;
    height: 100%; */
}

.success-box img {

    width: 100%;
    height:100%;
    /* border-radius: 8px; */
    object-fit: cover;

}



/* .success-box img {

    display: block;
    width: 100%;
    height: auto;

} */



.overlay {

    position: absolute;

    top: 0;

    bottom: 0;

    left: 0;

    right: 0;

    height: 100%;

    width: 100%;

    opacity: 0;

    transition: .5s ease;

    background-color: #0da7e1c7;

    border-radius: 8px;

}

.mission {

    display: none;

}





.success-box:hover .overlay {

    opacity: 1;

}





.text {

    color: white;

    width: 80%;

    position: absolute;

    top: 50%;

    left: 50%;

    -webkit-transform: translate(-50%, -50%);

    -ms-transform: translate(-50%, -50%);

    transform: translate(-50%, -50%);

    text-align: center;

    cursor: pointer;



}



.text a {

    text-transform: uppercase;

    font-size: 0.8rem;

}





.homeAboutBanner {

    /* background-image: url("../image/aboutus-banner.png"); */

    /* height: 75vh; */

    width: 100%;

    background-position: right 0px top 0px;

    background-size: cover;

    visibility: visible;

    animation-name: fadeInUp;

}



.donateBanner {

    background-image: url("../image/donate-banner.jpg");

    height: 80vh;

    width: 100%;

    background-position: left 0px top 0px;

    background-size: cover;

    visibility: visible;

    animation-name: fadeInUp;

}



.form-control::-webkit-input-placeholder {

    color: rgb(0, 0, 0);

    opacity: 1;

    font-weight:600;

  }



.footerBanner {

    

    width: 100%;

    background-position: right 0px top 0px;

    background-size: cover;

    scroll-margin-top: 80px;

    visibility: visible;

    animation-name: fadeInUp;

}



.visionBanner {

    

    width: 100%;

    background-color: #F6F6F6;

    background-position: top 0 left 0;

    background-size: cover;

}

.card80{

    width: 100%;

}





.contactform {

    /* background-color: #092c4cb3; */

    border-radius: 1rem;

    padding: 2rem 4rem;

}

.contactform .form-control {

    color: black;



}

.contactdetails {

    /* background-color: #092c4cb3; */

    border-radius: 1rem;

    padding: 3rem 4rem;

}



.footer {



    background: #02192d;

    color: #fff;

    font-size: 13px;

    padding: 15px 0;

    text-align: center;



}



.footer p {

    margin-bottom: 0;

    font-size: 0.8rem;

}

#footer2{

    display: none;

}

.mission1 {

    display: none;

}



.vision1 {

    display: none;

}





.sm-icon {

    border-top: 1px solid rgb(221, 221, 221);

    padding-top: 10px;

    padding-bottom: 10px;

}



.sm-icon p {

    font-size: 0.9rem;

}



.sm-icon i {

    color: rgb(145, 145, 145);

}



.sm-icon i:hover {

    color: rgb(245, 42, 0);

    transition: 0.6s;

}



.teamCard:hover {



    transition: 0.6s;

    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;

}



.getinvolvedTxt {

    padding: 10px;

    background-color: rgb(230, 230, 230);

    border-radius: 8px;

    color: #F52A00;

    text-align: center;

    display: inline-block;

}



.timeBox {

    padding: 15px;

    background-color: antiquewhite;

    border-radius: 10px;

}



.navbar-toggler-icon {

    background-image: 

    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgb(241, 186, 26, 1), 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")

}

.navbar-toggler:focus {

    box-shadow: #b58247 0px 1px 3px 0px,#b58247 0px 0px 0px 1px;

  

}

.footerLink  a{

    color:#ffffff;

}





.footerLink  a:hover{

    color:#b58247;

}





.form-control {

    display: block;

    width: 100%;

    padding: .5rem .75rem;

    font-size: 1rem;

    font-weight: 400;

    line-height: 1.5;

    color: #000000;

    background-color: #fff;

    background-clip: padding-box;

    border: 1px solid rgb(241, 186, 26);

    -webkit-appearance: none;

    -moz-appearance: none;

    appearance: auto;

    border-radius:0;

    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;

    background: #f1ba1a;

}



.form-control:focus {

    /* color: #212529; */

    background-color: #fff;

    border-color: rgb(241, 186, 26);

    outline: 0;

    box-shadow: 0 0 0 .25rem rgba(241, 186, 26,.25);

    color:black;

}



/* .active-slide {

    display: block;

} */





.slider-nav {

    text-align: center;

    margin-top: 20px;

  }

  

  .arrow-prev {

    margin-right: 45px;

    display: inline-block;

    vertical-align: top;

    margin-top: 9px;

  }

  

  .arrow-next {

    margin-left: 45px;

    display: inline-block;

    vertical-align: top;

    margin-top: 9px;

  }

  

  .slider-dots {

    list-style: none;

    display: inline-block;

    padding-left: 0;

    margin-bottom: 0;

  }

  

  .slider-dots li {

    color: #bbbcbc;

    display: inline;

    font-size: 30px;

    margin-right: 5px;

  }

  

  .slider-dots li.active-dot {

    color: #363636;

  }



  .initiatives-box{

    width: 100%;

    display: flex;

    flex-direction:column;

    justify-content: center;

    align-items: center;

  }

  .initiatives-box-inner{

    padding: 40px;

    margin: 10px;

    width: 90%;

    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;

  }



 

  

  @media screen and (max-width:767px) {

  .column-reverse{

    display: flex;

    flex-direction: column-reverse;

}



.mission {

    display:block;

}



.vision {

    display: none;

}



.icon-row {

   

    display: flex;

    flex-wrap: wrap;

    justify-content: center;

    align-items: center;

    align-content: center;

    padding: 12px 20px;

}



}

@media screen and (max-width: 480px) {

    p {
        margin-top: 10px;
        margin-bottom: 0rem;
    }
    .margin-scroll{
        margin-top: 20px;
    }

    .mission {

        display:block;

    }



    .vision {

        display: none;

    }

.slider-nav{
    display: none;
}

/*  

    .mission1 {

        display: block;

    } */

.Intiatebox{
    text-align: center;
    
}
.boxwidth{
    max-width: 100%;;
}
.homebanner{
    height: auto;
}
/* .homebanner-box {
    padding-right: 0px;
    padding-top: 50px;
} */



    .icon-row {

   

        display: flex;

        flex-wrap: wrap;

        justify-content: center;

        align-items: center;

        align-content: center;

        padding: 12px 20px;

    }



    .aboutus-text {

        width: 100%;

        padding: 0rem ;



    }

    .aboutus-text-1 {

        width: 100%;

        display: flex;

        flex-direction: column;

        justify-content: center;

        /* align-items: center; */

        /* text-align: center; */

        padding: 1rem ;

        color: #092C4C;

        /* background-color: white;

        border-radius: 8px;

        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */

    }



    .initiatives-box-inner {

        padding: 15px;

        margin-bottom: 15px;

        width: 95%;

        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;

    }

    .card-text{



    }



    .homebanner-box{

        padding-right: 0px;

    }

    .col-sm-12 {

        flex: 0 0 auto;

        width: 100%;

    }



    .contactform {



        padding: 1rem 1rem;
        margin-top: 30px;

    }



    .box80 {

        width: 100%;

        display: flex;



        justify-content: center;

        align-items: center;



    }

    .about-box {

        width: 100%;

        display: flex;

        flex-direction: column;

        justify-content: center;

        align-items: flex-start;

        text-align: left;

        /* */

    }

    .home-text {

        width: 100%;

    }

    .home-text {

        width: 100%;

        display: flex;

        flex-direction: column;

        justify-content: center;

        align-items: center;

        text-align: left;

       

    }

    .homebanner_left {

        /* padding: 190px 0 0 0; */

        max-width: 100%;

    }

    .homebanner_right {

        /* padding: 190px 0 0 0; */

        max-width: 100%;

    }

    .home-text-1 {

        width: 100%;

        display: flex;

        flex-direction: column;

        justify-content: center;

        align-items: center;

        text-align: center;

        color: #000000;

    }

    .success-box img {

        width: 100%;

        height:auto;

        /* border-radius: 8px; */

        object-fit: cover;

    }



    .w-75 {

        width: 100% !important;

    }



    h1 {

        font-size: 1.5rem;

        font-weight: 900;

        letter-spacing: 0.2rem;



    }

    h2 {

        font-size: 1.5rem;

        font-weight: 900;

    }



    .donateBanner {



        background-position: right 0px top 0px;

    }



    .footerBanner {

        background-image: none;

    }



    .homeAboutBanner {

        background-image: none;

    }



    .visionBanner {

        background-image: none;



    }

    .card80{

        width: 80%;

    }

    .submenu--trigger{

        display: block;

    }

    

    .submenu--trigger {

        background: none;

        border: 0;

        height: 0;

        margin: -2.3rem 0 0;

        position: absolute;

        right: 11.25rem;

        text-align: right;

        width: 50%;

        fill: #F52A00;

    }

.submenu--trigger svg{

    color: #F52A00;

}

.rotate {

    -moz-transition: all .5s linear;

    -webkit-transition: all .5s linear;

    transition: all .5s linear;

    

}

.rotate.down {

  

    transform-origin: 40% 20%;

    transform:rotate(180deg);

}

.fa-chevron-down {

    color: #F52A00;

}

#footer1{

    display: none;

}

#footer2{

    display: block;

}



}

/* 

.carousel-inner{

    display: flex;

    justify-content: space-between;

}

@media (max-width: 767px) {

    .carousel-inner .carousel-item > div {

        display: none;

    }

    .carousel-inner .carousel-item > div:first-child {

        display: block;

    }

}



.carousel-inner .carousel-item.active,

.carousel-inner .carousel-item-next,

.carousel-inner .carousel-item-prev {

    display: flex;

}

 */



/* medium and up screens */

/* @media (min-width: 768px) {



    .carousel-inner .carousel-item-end.active,

    .carousel-inner .carousel-item-next {

        transform: translateX(25%);

        opacity: 0;

        transition: ease-in-out;

    }



    .carousel-inner .carousel-item-start.active, 

    .carousel-inner .carousel-item-prev {

        transform: translateX(-25%);

        opacity: 1;

       

        

    }

}



.carousel-inner .carousel-item-end,

.carousel-inner .carousel-item-start { 

    transform: translateX(0);

    

} */



.partner-box{

    display:flex;

    justify-content: center;

    align-items: center;

    /* background: #fff; */

    margin: 10px;

    max-width: 330px !important;

    /* padding: 25px; */

    /* max-height: 300px; */

    float: left;

   

}

.img-fluid{

   max-height: 90px;

}

.input-white{

        background-color: white!important;

    }

    .pricing .box {

        padding: 20px;
        background: #fffafa;
        border: 1px solid #eef0ef;
        border-radius: 0;
        position: relative;
        overflow: hidden;
        margin-bottom: 22px;
        min-height: 227px;

    }

    .pricing .featured h3 {
        color: #fff;
        background: #f1ba1a;
        text-align: center;
        text-transform: uppercase;
        font-family: 'Nunito Sans', sans-serif;
        font-size: 20px;
        font-weight: 700;
        margin: -20px -20px 20px -20px;
        padding: 10px;
    }
    .error{
        color:red;
    }
    ul.account-detail {
        padding-left: 2px;
    }    
    .donarbanner_image {
        /* padding-top: 85px; */
    }
    .account-detail li {
        list-style: none;
        padding-bottom: 5px;
        font-size: 17px;
        text-align: left;
    }    
    label#amount-error{
        width:100%;
    }
    .category-box {
        display: flex;
    }
    .box .sub-box{
        width: 25%;
        flex-grow: 4;
        margin: 10px;
        text-align: center;
        padding: 10px;
        box-shadow: 0px 0px 4px 4px #e9e9e9;
        border-bottom: 4px solid #f1ba1a;
    }
    .box .light-content{
        width: 100%;
        display: block;
        font-size: 14px;
        margin: 10px 0;
    }
    .box .bold-content{
        font-size: 20px;
        font-weight: 700;
        color:#b58247;
        font-family: 'Nunito Sans', sans-serif;
        display: block;
    }
    .box .small-text {
        color: #b58247;
        font-size: 16px;
        font-weight: 600;
        clear: both;
    }
    @media screen and (max-width: 768px) {

        .box .sub-box{
            width: 100%;
        }
    }
    section#aboutus, section#vissionMission, section#partners {
        scroll-margin-top: 60px;
    }

    @media screen and (max-width: 576px){
        .category-box {
            display: block;
        }
        .homebanner-box {
            padding-right: 0px;
            padding-top: 10px;
        }
        .homebanner_image {
            margin-top: 40px;
            margin-bottom: 20px;
            
        }
        .box .sub-box{
            margin:0 0 10px;
        }
    }

    .homebanner_image img {
        max-width: 800px;
        width:100%;
    }
    
    @media screen and (min-width: 577px){
        .account-section {
            padding: 10px 15px 140px !important;
        }
    }
    
    #contact-tab.active, #header.sticky ul li #contact-tab.active{
        color:#ffffff !important;
        background: #f1ba1a;
    }


    /****new Classes*****/
    .homebanner_left img{max-width: 100%; text-align: center;}