.iner-banner {
    height: 280px;
    position: relative;
    display: flex;
    align-items: center;
    color: #fff;
    background: url(../img/images/innerbaner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.iner-banner:after{
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, #c9edff 15%, #287f51d9);
    /* opacity: 80%; */
    z-index: 1;
    top: 0;
}

.banhead{
color: white;
}

@media(max-width:767px){
    .banner:before{
        background-size: cover;
    }
}






.innercont {
    padding-top: 45px;
    padding-bottom: 50px;
}

.banner nav {
    display: flex;
    flex-flow: column;
    justify-content: center;
    position: relative;
    z-index: 1;

}
.bancont{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 119px;
    z-index: 11;
}
.breadcrumb {
    font-size: .9rem;
    display: flex;
    flex-flow: wrap;
    list-style-type: none;
    padding: 10px 0;
    margin-bottom: 0;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: '\f0da';
    font-family: 'Font Awesome 6 Free';
    font-weight: 600;
    font-size: .8rem;
    color: #fff;
    margin: 0 8px;
}
.breadcrumb-item a{
    color: #ffffff;
}

.breadcrumb-item.active {
    opacity: 1;
    color: #ffffffb5;
}

/*about*/
.abt-img2{
    position: relative;
}
.abt-img2 img{
    margin-right: auto;
    max-width: 100%;
    width: 450px;
}
.aboutcard img{
width: 24px;
filter: brightness(0) invert(1);
}
.profilecard{
 display: flex;
    flex-flow: column;
    position: relative;
    padding-bottom: 10px;
    height: 100%;
    background: #00913f;
    border-radius: 10px;
}
.profilecard .imgbox{
  position: relative;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
.profilecard .imgbox img{
  width: 100%;
  height: 260px;
  object-fit: cover;
  margin: auto;
  position: relative;
  z-index: 1;
   transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.profilecard .imgcont{
   padding: 10px;
    position: relative;
    z-index: 111;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    background: #fff;
    margin: 0 10px;
    top: -10px;
    box-shadow: 2px 1px 20px #00000026;
    border-radius: 8px;
}
.profilecard .imgcont .head{
  font-weight: 500;
  color: #000;
  font-size: 0.9rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all .3s ease;
    -webkit-transition: all .3s ease;
  margin-bottom: 5px;
}

.inspiration-bx{
   padding: 25px;
    border-radius: 20px;
    background: #fff;
    border: 1px solid #008f3e36;
}
.in-intercard .desc{
    -webkit-line-clamp:initial;
}

.mobprofile{
    display: none;
}

@media(max-width:991px){
    .abt-img2{
        margin-bottom: 30px;
    }
}

@media(max-width:767px){
    .inspiration-bx{
        margin: 10px 0;
    }
    .mobprofile{
        display: block;
    }
    .deskprofile{
        display: none;
    }
}

@media(max-width:575px){
    .profilecard .imgbox img{
        height: auto;
    } 
    .iner-banner{
        height: 215px;
    }
    .bancont{
        padding-top: 75px;
    }
}




/*---------------------------------------*/
/*:::::::::::::::::SERVICES::::::::::::::::*/
/*---------------------------------------*/
.servicecard{
    display: flex;
    flex-direction: column;
}
.serviceimg{
    border-radius: 20px 10px 20px 10px;
    overflow: hidden;
}
.serviceimg img {
    width: 100%;
    border-radius: 15px 7px 15px 7px;
    transform: scale(1.1) translateX(-10px);
}
.servicecard:hover .serviceimg img {
    transform: scale(1) translateX(0px);
}
.servicecont{
    padding: 15px;
    box-shadow: 1px 2px 20px #cbcecfa6;
    border-radius: 20px 10px 20px 10px;
    margin: 0 10px;
    position: relative;
    top: -25px;
    z-index: 1;
    background: #fff;
}



/*---------------------------------------*/
/*:::::::::::::::::news::::::::::::::::*/
/*---------------------------------------*/
.bloginfo{
    margin-bottom: 15px;
}
.bloginfo .datetime{
 font-size: 0.875rem;
    background: #1f1a17;
    padding: 5px 10px;
    border-radius: 12px;
    color: #fff;
    margin-bottom: 15px;
}

.blogimg {
    height: 400px;
    border-radius: 10px;
    padding: 7px;
    border: 1px solid #00923f1f;
}
.blogimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.blohead {
    font-weight: 700;
}





.sidebox {
  padding-left: 20px;
  border-left: 1px solid #00923f1f;
  height: 100%;
}
.sidebox .hdcol {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}
.sidebox .labelist {
    display: flex;
    flex-flow: wrap;
    row-gap: 8px;
    column-gap: 10px;
}


.imgcard.grid {
  flex-flow: row;
  padding: 0;
  background: transparent;
}
.imgcard.grid .imgbox {
  width: 80px;
  /*flex: 1 0 80px;*/
    flex: 0 0 80px;
  margin: 0;
  border-radius: 6px;
}
.imgcard.grid .imgcont {
  margin: 0;
  border-radius: 0;
  padding: 0 0 0 15px;
  border: none;
  display: flex;
  flex-direction: column;
  /*align-items: center;*/
  align-items: flex-start;
  justify-content: center;
  box-shadow: none;
  background: transparent;
}
.imgcard.grid .imgcont .head {
  font-size: 0.9rem;
}
.imgcard.grid .imgbox img {
    border-radius: 6px;
  /*height: 100%;*/
    height: 60px;
    width: 80px;
    object-fit: cover;
  
}

.imgcard.grid .date {
  position: unset;
  width: 100%;
  padding: 0;
  font-size: 0.875rem;
  background: none;
  color: #00923f;
}




@media(max-width:575px){
    .imgcard {
        max-width: 350px;
        width: 100%;
    }
    .sidebox{
        padding-left: 0px;
    }
}


@media(max-width:767px){
    .imgcard.grid .imgbox {
        width: 110px;
        flex: none;
    }

}




/*services*/
.serdetail img{
    border-radius: 15px;
}

/*DONATION*/
.donation-full{
    border-radius: 15px;
    display: flex;
    flex-direction: row;
    gap: 20px;
    background: url(../img/images/donation-in.jpg);
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
    height: 430px;
    justify-content: space-evenly;
    margin-top: 50px;
}
.donation-full::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background:linear-gradient(180deg, #c9edffe6 12%, #287f51a3);
    top: 0;
    left: 0;
    border-radius: 15px;
}
.donation-cont{
    padding: 25px 25px 25px 35px;
    height: 100%;
    display: flex
;
    flex-direction: column;
    justify-content: center;
}
.donation-qr img{
width: 400px;
}
.donation-qr{
    position: relative;
    top: -50px;
    right: 0;
    z-index: 1;
}
.donation-cont p{
background: #fff;
    padding: 15px;
    border-radius: 10px;
}

/*contact*/
.contactimg img{
width: 100%;
border-radius: 10px;
}

.myform label {
  font-size: 0.875rem;
  margin-bottom: 5px;
  color: #545456;
  font-weight: 500;
}
.myform input,
.myform textarea,
.myform select {
  width: 100%;
  font-size: 0.875rem;
  margin-bottom: 1rem;
  padding: 8px 15px;
  border-radius: 0.5rem;
  box-shadow: none;
  background-color: transparent;
  outline: 0;
   border: 1px solid #00923f1f;
  color: #545456;
  -webkit-appearance: none; /* Chrome, Safari, and Opera */
    -moz-appearance: none;    /* Firefox */
    appearance: none; 

}

/* For Chrome, Safari, Edge, and Opera */
.myform input[type="number"]::-webkit-inner-spin-button, 
.myform input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* For Firefox */
.myform input[type="number"] {
    -moz-appearance: textfield;
}

.iconcard .desc a{
    color: #545456;
}

.contactbutn button{
    background: transparent;
}

.mylist{
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 15px;
}
.mylist li{
    position: relative;
    padding-left: 24px;
    color: #545456;
}
.mylist li:before{
   content: '';
    position: absolute;
    left: 0;
    width: 9px;
    height: 9px;
    background: #287f51;
    box-shadow: 0 0 0px 5px #287f511c;
    border-radius: 50%;
    /* background-image: url(../img/icons/abt-points.svg); */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 8px;
}



@media(max-width:991px){
    .contactimg img {
        margin-right: auto;
        max-width: 100%;
        width: 450px;
        margin-bottom: 30px;
    }
}


@media(max-width:767px){
    .donation-full{
        flex-direction: column;
        height: auto;
    }
    .donation-qr{
        top: 0;
    }
}

