.iner-banner {
    height: 400px;
    position: relative;
    
    color: #fff;
    background: url(../img/images/inneiby.webp);
    background-size: cover;
    background-repeat: no-repeat;
}
.iner-banner:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/images/inaerbanner.svg);
    background-size: cover;
        background-position: bottom left;
}


.iner-banner h2{
    color: #d52027;
}

.banhead{
color: white;
}

.breadcrumb-patern{
    right: 15px;
    position: absolute;
    bottom: 15px;
}


@media(max-width:767px){
    .banner:before{
        background-size: cover;
    }
}



.innercont {
    position: relative;
}


.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: 154px;
    z-index: 11;
    position: relative;
}
.breadcrumb {
    font-size: .9rem;
    display: flex
;
    flex-flow: wrap;
    list-style-type: none;
    /* padding: 10px 0; */
    margin-bottom: 0;
    /* background: #0167954d; */
    /* padding: 10px; */
    /* border-radius: 15px 15px 15px 0; */
    /* backdrop-filter: blur(3px); */
    padding-left: 0;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: '';
    background: url(../img/icons/arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    margin: 0 8px;
}
.breadcrumb-item a{
        color: #000000;
    font-weight: 400;
}

.breadcrumb-item.active {
    opacity: 1;
    color: #d52027;
    display: flex
;
    align-items: center;
}




/*about*/

.incontent {
    width: calc(100% - 300px);
    flex: 1 0;
    padding: 0 15px;
}
.insidemenu{
    flex: 1 0 300px;
    max-width: 300px;
}
.insidemenu ul.sidemenu {
    display: flex;
    flex-flow: column; 
    font-size: .875rem;
    border-radius: 0.5rem;
    overflow: hidden;
    border: 1px solid #094ca01c;
    box-shadow: 0px 0px 20px rgb(9 76 160 / 6%);
}

.insidemenu ul.sidemenu li {
    padding: 0;
}

.insidemenu .sidemenu li{
    list-style-type: none;

}
.insidemenu ul.sidemenu a {
    display: flex;
    flex-flow: wrap;
    align-items: center;
    color: #231F20;
    position: relative;
    padding: 12px 15px;
    padding-right: 25px;
    padding-left: 45px;
}

.insidemenu ul.sidemenu a:hover {
    background-color:#0167951a;
    color: #016795;
}
.insidemenu ul.sidemenu a:hover img{
    scale: 0.9;
}
.insidemenu ul.sidemenu li.active a {
    background-color: #016795;
    background: #016795;
    color: #fff;
}

.insidemenu ul.sidemenu li.active a .icon {
    filter: brightness(0) invert(1);
    opacity: 1;
    
}

.insidemenu ul.sidemenu li.active a:after {
    color: white;
    opacity: 1;
}

.insidemenu ul.sidemenu a:after {
    content: '\f105';
    font-family: 'Font Awesome 6 Free';
    font-weight: 600;
    font-size: .875rem;
    color: #333;
    opacity: .7;
    position: absolute;
    right: 15px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.insidemenu ul.sidemenu a:hover:after {
    color: #016795;
}

.insidemenu ul.sidemenu a .icon {
    width: 20px;
    opacity: .75;
    margin-right: 10px;
    position: absolute;
    left: 15px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.insidemenu ul.sidemenu a:hover .icon {
    opacity: 1;
}

.insidemenu ul.sidemenu a .name {
    flex: 1 0;
}

.about-bag {
    width: 550px;
    float: right;
    margin-left: 60px;
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
}



/* floors */
.floorpage-cont{
    display: flex
;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.floorimg{
border-radius: 30px 0 30px 30px;
    box-shadow: 4px 4px 0px 0px #fff, 14px 14px 0px 0px #febc11;
}
.flrbx-hed{
    width: 50%;
    margin: auto;
    text-align: center;
}
.florbx-sec{
    background: #fffafa;
}
.flrbx-card{
        padding: 25px;
    border-radius: 15px 0 15px 15px;
    background: #ffebeb;
    height: 100%;
}
.flrbx-card h4{
    color: #d52027;
    font-size: 1.4rem;
}
.flrbx-hed-tble{
       text-align: left;
    width: 80%;
    height: 100%;
    display: flex
;
    flex-direction: column;
    justify-content: center;
}
.florbx-facilty {
    background: linear-gradient(0deg, #fff0f0 42%, transparent 42%);
}

.lightbac{
    background: #fffafa;
}
.lightbac2{
background: #fbf4f4!important;
}




/* gallery */
.galbox{
    display: flex
;
    flex-wrap: wrap;
    /* overflow: hidden; */
    border-radius: 6px;
    position: relative;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    cursor: zoom-in;
    height: 100%;
  }
  .galbox .galimg{
    overflow: hidden;
    border-radius: 6px;
    position: relative;
    width: 100%;
  }
  .galbox .galimg .coverimg{
    width: 100%;
    height: 100%;
    min-height: 190px;
    object-fit: cover;
  }
  .galbox:hover .galimg .coverimg{
    filter: brightness(0.5);
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
  }
  .galbox .galimg .galicon{
    width: 40px;
    height: 40px;
    border-radius: 10px 0 10px 10px;
    position: absolute;
       top: 10px;
    right: 10px;
    background: #d52027;
    box-shadow: 3px 3px 0px 0px #febc11;
    display: flex
;
    align-items: center;
    justify-content: center;
    z-index: 1;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}


  .galbox .galimg .galicon.vid{
    background-color: #fff;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    bottom: 50%;
  }
  .galbox:hover .galimg .galicon.vid{
    transform: scale3d(1.5, 1.5, 1.5);
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
  }
  .galbox .galcont{
    padding: 10px;
    position: relative;
    bottom: 0;
    top: -22px;
    /* right: 5%; */
    width: 95%;
    /* float: right; */
    /* left: 3%; */
    display: flex
;
    align-items: flex-end;
    background: #d52027;
    border-radius: 10px 0 10px 10px;
    box-shadow: 5px 5px 0px #febc11;
    color: #ffffff;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
  }
  .galbox:hover .galcont{
    opacity: 1;
  }
 
  .galbox .galcont span{
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-size: var(--font14);
  }

  .fancybox__container{
    z-index: 9999;
  }
  .galbox:hover .galicon{
      box-shadow: 5px 5px 0px 0px #febc11;
  } 

  
  @media(max-width:480px){
    .galbox .galimg .coverimg{
        min-height: 150px;
    }
  }

  @media(max-width:380px){
    .galbox .galimg .coverimg{
        min-height: 120px;
    }
  }




.innercont .location{
    background: #fff!important;
}



.mylist{
    display: flex;
    flex-flow: column;
    margin-bottom: 1rem; 
}
.mylist li , .sublist li, .inlist li{
    position: relative;
    padding: 3px 0;
    padding-left: 22px;
    font-size: 0.975rem;
    font-weight: 400;
    color: #2e2e2e;
    line-height: 22px;
}
.mylist li:before , .sublist li::before, .inlist li::before{
    content: '';
    background: #d52027;
    background-size: contain;
    background-repeat: no-repeat;
    width: 7px;
    height: 7px;
    position: absolute;
    left: 0;
    margin-top: 8px;
    border-radius: 30px;
}


.cc-bx{
    padding: 15px;
    background: #01679512;
    border-radius: 8px;
    position: relative;
    transition: all .3s ease;
      -webkit-transition: all .3s ease;
}
.cc-bx-cont{
    display: flex;
    gap: 15px;
    align-items: center;
    flex-direction: row;
    margin-bottom: 10px;
}
.view-btn{
    padding: 3px 10px;
    border-radius: 5px;
    font-size: 0.875rem;
    background: linear-gradient(45deg, #016795, #1a97cf, #072AC8);
    background-size: 400% 400%;
    animation: gradient 3s ease infinite;
    color: #fff;
    font-weight: 300;
}
.cc-bx img{
    width: 24px;
    transition: all .3s ease;
      -webkit-transition: all .3s ease;
}
.cc-bx:hover{
    background: #015e8a26;
    transition: all .3s ease;
      -webkit-transition: all .3s ease;
}
.clrh3{
    color: #016795;
}

.adminicard .pro-btn{
    position: absolute;
    background: #f0ba00;
    height: 39px;
    width: 50px;
    border-radius: 0 10px 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 0px;
    transition: 0.3s;
    font-size: .85rem;
    top: 0;
    right: 0;
    z-index: 1;
}
.adminicard .pro-btn img{
    width: 26px;
    height: 26px;
}
.profileimg{
    box-shadow: 10px 10px 0px #d9a800;
    height: auto;
}
.profile-content{
    padding-left: 20px;
}
.prof-cont{
    display: flex;
    gap: 8px;
    color: #231F20;
    font-weight: 400;
    font-size: 0.875rem;
}
.prof-cont img{
    width: 14px;
}


.contcrd{
    height: 100%;
}


/* table */
.table-responsive{
    overflow-x: auto;
}
.mytable {
    color: #231F20;
    width: 100%;
    margin-bottom: 1rem;
    border-spacing: 0;
    border-collapse: collapse;
    border-radius: 0.3rem;
    overflow: hidden;
    font-size: .9rem;
}

.mytable thead th {
    font-weight: 500;
    color: #fff;
    background-color: #d52027;
    overflow: hidden;
}

.mytable td,
.mytable th {
    border: 1px solid rgb(213 32 39 / 15%);
    padding: 10px;
    overflow: hidden;
    transition: .3s;
}
.mytable td{
    align-content: flex-start;
}
.mytable tr {
    transition: .3s;
}

.mytable tr:hover {
    background: #ffffff;
}
.mytable tbody{
    background: #fffafa;
}

/* accordian */
.myaccordion .accordion-item {
    margin-bottom: .5rem;
    border: 1px solid #01679529;
    border-radius: 0.5rem;
    overflow: hidden;
}

.myaccordion .accordion-button {
        background: linear-gradient(45deg, #016795, #003f5b);
    color: white;
    padding: 12px 15px;
    border-radius: 0.5rem;
    box-shadow: none;
    transition: .3s;
    font-size: .9rem;
}

.myaccordion .accordion-button:hover {
    background-color: #801618c2;
    /* color: white;*/
}


.myaccordion .accordion-button::after {
    color: #f1bb00;
    background: none;
    content: '\f13a';
    font-family: 'Font Awesome 6 Free';
    font-weight: 600;
    font-size: 18px;
}
.myaccordion p{
    text-align: justify;
}



.eligible-bx{
    display: flex;
    gap: 10px;
    flex-direction: column;
    align-items: flex-start;
}

.dep-hod{
    padding: 20px;
    border-radius: 15px;
    background: #01679512;
}
.evntsdte{
    background: #004564;
    border-radius: 6px;
    font-size: 0.8rem;
    padding: 4px 8px;
    color: #ffffff;
    margin-right: 8px;
}



@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!important;
    }
    .bancont{
        padding-top: 98px;
    }
}






.mytabnav {
    border: none;
    padding-bottom: 2px;
    justify-content: center;
}

.mytabnav li.nav-item {
    padding-right: 5px;
    flex: none;
}

.mytabnav li.nav-item button {
        padding: 8px 20px;
    border-radius: 0.3rem;
    color: #000000;
    border: none;
    font-size: 1rem;
    font-weight: 400;
    background-color: #ffdbdb;
}

.mytabnav li.nav-item button:hover {
    border: none;
    background-color: #d52027;
    color: #fff;
}

.mytabnav li.nav-item button:focus {
    box-shadow: none;
}

.mytabnav li.nav-item button.active {
    color: #fff;
    background-color: #d52027;
}
.tab-pane {
    border-radius: 0.3rem;
    margin-top: 10px;
}
.mytabnav .nav-link {
    position: relative;
}
.mytabnav .nav-link.active:after {
    content: "";
    position: absolute;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #d52027;
    left: 0;
    right: 0;
    max-width: 10px;
    margin: auto;
    bottom: -8px;
}




@media(max-width:767px){
    .mytabnav {
        border: none;
        padding-bottom: 2px;
        justify-content: flex-start;
        display: flex
    ;
        flex-wrap: nowrap;
        overflow-x: auto;
        height: 47px;
    }
}
@media(max-width:575px){
    .services2{
        border-radius: 60px 0 0 0;
    }
    
    
}




@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;
    }

}




/*contact*/
.contactfull{
    padding: 25px;
    background: #fff;
    box-shadow: 0px 0px 20px 0px #00000017;
    border-radius: 35px 0 35px 35px;
}
.contactcard{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    padding: 20px;
    padding-bottom: 35px;
    border-radius: 15px 0 15px 15px;
    height: 100%;
    background: #ffebeb;
    justify-content: center;
    z-index: 11;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    overflow: hidden;
}
.contactcard::after{
           content: "";
    right: -31px;
    bottom: -64px;
    width: 130px;
    height: 130px;
    background: #ffe4e4;
    box-shadow: -20px 0px 3px 43px #ffe4e47d;
    position: absolute;
    border-radius: 50%;
    z-index: -1;
}
.contactcard h2{
    font-weight: 500;
    font-size: 1.5rem;
    color: #d52027;
    margin-bottom: 0;
}
.contactcard .head {
    font-size: 1.2rem;
    font-weight: 600;
    color: #e3a640;
    margin-bottom: 6px;
}
.contactcard .contadrs {
    display: flex;
    margin-bottom: 0;
    gap: 10px;
}
.contactcard .contadrs p{
    margin-bottom: 0px;
    color: #fff;
}
.contactcard .contadrs img{
    background: #fff;
    border-radius: 50%;
    padding: 5px;
    width: 28px;
    height: 28px;
}
.contactcard .contadrs a{
color:#fff;
}
.contactcard .location{
    position: absolute;
    bottom: -29px;
}

.contactform{
    
    padding: 25px;
  
}


 
.iconcard .desc a{
    color: #545456;
}

.select-dropdown__list-item{
    color: #fff;
    background: #8B6628;
}
.select-dropdown__list-item:hover{
    background:#fff;
    color: #8B6628;
}


.map{
    
}




@media(max-width:991px){
    .contactimg img {
        margin-right: auto;
        max-width: 100%;
        width: 450px;
        margin-bottom: 30px;
    }
    .abt-contdirect{
        padding-left: 0px;
        padding-top: 15px;
    }

    .flexrow {
        flex-direction: column-reverse;
        gap: 50px;
        justify-content: center;
        align-items: center;
    }
    .incontent {
        width: 100%;
    }
    .about-bag{
        float: left;
            margin-left: 0;
            margin-bottom: 0px;
    }
    .flrbx-hed{
        width: 80%;
    }
    
}


@media(max-width:767px){
    .donation-full{
        flex-direction: column;
        height: auto;
    }
    .donation-qr{
        top: 0;
    }
    .flrbx-hed{
        width: 100%;
    }
    .iner-banner{
        height: 320px;
    }
}

@media(max-width:575px){
    .incontent{
        padding-top: 40px;
    }
    .insidemenu{
        padding-bottom: 30px;
    }
    .mission-tab{
        flex-direction: column;
    }

    .adminicard{
        max-width: 290px;
    width: 100%;
    }
    
    .abtcontfull {
    margin-bottom: 15px !important;
}
    

}
@media(max-width:350px){
    .principal-img{
        width: 100%;
    }
}



