/********** Template CSS **********/
:root {
    --primary: #0e3a23;
    --secondary: #bd9749;
    --light: #F8F8F9;
    --dark: #001D23;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-warning,
.btn.btn-outline-primary:hover {
    color: #0e3b24;
}

.btn.btn-warning:hover {
    color: #decb3b;
    background: transparent;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


/*** Navbar ***/
.fixed-top {
    transition: top 0.3s ease-in-out;
    z-index: 1030;
}

.top-bar {
    height: 45px;
    border-bottom: 1px solid rgba(255, 255, 255, .07);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.tglbg {
    background-color: #0e3a23;
}

.navbar .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: #0c0c0c;
    font-weight: 500;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: #bb8f30;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav {
        margin-top: 10px;
        border-top: 1px solid rgba(0, 0, 0, .07);
        background: #e7eee7;
    }

    .navbar .navbar-nav .nav-link {
        padding: 10px 0;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}

.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: rgb(0 29 35 / 58%);
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
    background-color: var(--dark);
    border: 12px solid var(--dark);
    border-radius: 3rem;
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }

    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.page-header {
    padding-top: 12rem;
    padding-bottom: 6rem;
    background: linear-gradient(rgba(5, 58, 69, 0.8), rgba(5, 67, 80, 0.8)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}


.page-headerabt {
    padding-top: 12rem;
    padding-bottom: 6rem;
    background: linear-gradient(rgba(5, 58, 69, 0.33), rgba(5, 67, 80, 0.8)), url(../NEWIMAGES/orphan1a.jpeg) center center no-repeat;
    background-size: cover;
}
.page-headerabtblog {
    padding-top: 12rem;
    padding-bottom: 6rem;
    background: linear-gradient(rgba(5, 58, 69, 0.33), rgba(5, 67, 80, 0.8)), url(../NEWIMAGES/orphan1ab.jpeg) center center no-repeat;
    background-size: cover;
    
}
.page-headerevent {
    padding-top: 12rem;
    padding-bottom: 6rem;
    background: linear-gradient(rgba(5, 58, 69, 0.33), rgba(5, 67, 80, 0.8)), url(../NEWIMAGES/orphana1b.jpg) center center no-repeat;
    background-size: cover;
    
}
.page-headercontact {
    padding-top: 12rem;
    padding-bottom: 6rem;
    background: linear-gradient(rgba(5, 67, 80, 0.33), rgba(5, 67, 80, 0.8)), url(../NEWIMAGES/orphanz12.jpg) center center no-repeat;
    background-size: cover;
    
}
.page-headerligal1 {
    padding-top: 12rem;
    padding-bottom: 6rem;
    background: linear-gradient(rgba(5, 58, 69, 0.33), rgba(5, 67, 80, 0.8)), url(../NEWIMAGES/orphan1abc.jpg) center center no-repeat;
    background-size: cover;
    
}
.page-headerligal {
    padding-top: 12rem;
    padding-bottom: 6rem;
    background: linear-gradient(rgba(5, 67, 80, 0.24), rgba(5, 67, 80, 0.8)), url(../NEWIMAGES/orphan1ac.jpg) center center no-repeat;
    background-size: cover;
    
}
.page-headercs {
    padding-top: 12rem;
    padding-bottom: 6rem;
    background: linear-gradient(rgba(5, 58, 69, 0.26), rgba(5, 67, 80, 0.45)), url(../NEWIMAGES/orphan2ab.jpeg) center center no-repeat;
    /* ,
    url(../NEWIMAGES/orphan2ab.jpeg) center center no-repeat; */
    background-size: cover;
}

.page-headerwwd {
    padding-top: 12rem;
    padding-bottom: 6rem;
    background: linear-gradient(rgba(5, 58, 69, 0.8), rgba(5, 67, 80, 0.8)), url(../NEWIMAGES/orphan3.jpeg) center center no-repeat;
    background-size: cover;
}

.page-headercer {
    padding-top: 12rem;
    padding-bottom: 6rem;
    background: linear-gradient(rgba(5, 58, 69, 0.8), rgba(5, 67, 80, 0.8)), url(../NEWIMAGES/orphan4.jpeg) center center no-repeat;
    background-size: cover;
}

.page-headerjus {
    padding-top: 12rem;
    padding-bottom: 6rem;
    background: linear-gradient(rgba(5, 58, 69, 0.8), rgba(5, 67, 80, 0.8)), url(../NEWIMAGES/orphan5.jpeg) center center no-repeat;
    background-size: cover;
}

.page-headercus {
    padding-top: 12rem;
    padding-bottom: 6rem;
    background: linear-gradient(rgba(5, 58, 69, 0.8), rgba(5, 67, 80, 0.8)), url(../NEWIMAGES/orphan6.jpeg) center center no-repeat;
    background-size: cover;
}

.page-headerdnt {
    padding-top: 12rem;
    padding-bottom: 6rem;
    background: linear-gradient(rgba(5, 58, 69, 0.8), rgba(5, 67, 80, 0.8)), url(../NEWIMAGES/orphan7.jpeg) center center no-repeat;
    background-size: cover;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: #999999;
}


/*** Causes ***/
.causes-item .progress {
    height: 5px;
    border-radius: 0;
    overflow: visible;
}

.causes-item .progress .progress-bar {
    position: relative;
    overflow: visible;
    width: 0px;
    border-radius: 0;
    transition: 5s;
}

.causes-item .progress .progress-bar span {
    position: absolute;
    top: -7px;
    right: 0;
    width: 40px;
    height: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    background: var(--primary);
    color: #FFFFFF;
}

.causes-item .causes-overlay {
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .5);
    overflow: hidden;
    opacity: 0;
    transition: .5s;
}

.causes-item:hover .causes-overlay {
    height: 100%;
    opacity: 1;
}


/*** Service ***/
.service-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .06);
}


/*** Donate ***/
.donate {
    background: rgb(0 29 35 / 61%);
}

.btn-group .btn-light:hover,
.btn-group input[type="radio"]:checked+label {
    color: #0e3b24;
    border-color: #ffc107;
}


/*** Team ***/
.team-item img {
    position: relative;
    top: 0;
    transition: .5s;
}

.team-item:hover img {
    top: -30px;
}

.team-item .team-text {
    position: relative;
    height: 100px;
    transition: .5s;
}

.team-item:hover .team-text {
    margin-top: -60px;
    height: 160px;
}

.team-item .team-text .team-social {
    opacity: 0;
    transition: .5s;
}

.team-item:hover .team-text .team-social {
    opacity: 1;
}

.team-item .team-social .btn {
    display: inline-flex;
    color: #0e3b24;
    background: #FFFFFF;
    border-radius: 40px;
}

.team-item .team-social .btn:hover {
    color: #FFFFFF;
    background: rgb(59, 194, 59);
}


/*** Testimonial ***/
.testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

@media (min-width: 768px) {

    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 200px;
    }
}

@media (min-width: 992px) {

    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 300px;
    }
}

.testimonial-carousel .owl-item .testimonial-text {
    background: var(--light);
    transform: scale(.8);
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    background: #063704;
    transform: scale(1);
}

.testimonial-carousel .owl-item .testimonial-text *,
.testimonial-carousel .owl-item .testimonial-item img {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text * {
    color: var(--light) !important;
}

.testimonial-carousel .owl-item.center .testimonial-item img {
    background: #063704 !important;
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 350px;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: .5s;
    z-index: 1;
}

.testimonial-carousel:hover .owl-nav {
    width: 300px;
    opacity: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    color: #063704;
    font-size: 45px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}


/*** Footer ***/

.bgf {
    background-color: #d0cbc2;
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: rgba(255, 255, 255, 0.5);
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: rgba(28, 27, 27, 0.5);
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--light);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .btn.btn-square {
    color: #fed601;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.footer .btn.btn-square:hover {
    color: var(--secondary);
    border-color: var(--light);
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.copyright a {
    color: #37bb1c;
}

.copyright a:hover {
    color: #d6bb1a;
}



/* Changes Made By BS 23 April 2025 */
.whatsapp-float img {
    width: 50px;
    position: fixed;
    bottom: 40px;
    left: 20px;
    border-radius: 10px;
    z-index: 1;
}

.service-item img {
    width: 60px;
    height: 60px;
}

.service-item:hover {
    box-shadow: 0 0 45px rgb(45 45 45 / 32%)
}

.carousel-item img {
    max-height: 541px;
    object-fit: cover;
}

/* doner */
.customer-logos .slide img {
    width: 120px;
    margin: auto;
}

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

/* mis-vis */

.advertisers-service-sec1 {
    background-color: #f5f5f5;
}

.advertisers-service-sec1 span {
    color: rgb(245 108 15);
}

.advertisers-service-sec1 .col-md-4 {
    padding: 0 1em 1em 1em;
    text-align: center;
}

.advertisers-service-sec1 .service-card1 {
    width: 100%;
    height: 100%;
    padding: 2em 1.5em;
    border-radius: 5px;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    transition: 0.5s;
    position: relative;
    z-index: 2;
    overflow: hidden;
    background: #fff;
}

.advertisers-service-sec1 .service-card1::after {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(#ba8f30, rgb(13, 57, 34));
    position: absolute;
    left: 0%;
    top: -98%;
    z-index: -2;
    transition: all 0.4s cubic-bezier(0.77, -0.04, 0, 0.99);
}

.advertisers-service-sec1 h3 {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 600;
    color: #1f194c;
    margin: 1em 0;
    z-index: 3;
}

.advertisers-service-sec1 p {
    color: #575a7b;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0.03em;
    z-index: 3;
}

.advertisers-service-sec1 .icon-wrapper1 {
    background-color: #2c7bfe;
    position: relative;
    margin: auto;
    font-size: 30px;
    height: 2.5em;
    width: 2.5em;
    color: #ffffff;
    border-radius: 50%;
    display: grid;
    place-items: center;
    transition: 0.5s;
    z-index: 3;
}

.advertisers-service-sec1 .service-card1:hover:after {
    top: 0%;
}

.service-card1 .icon-wrapper1 {
    background-color: #000000;
    color: #bc8e31;
}

.advertisers-service-sec1 .service-card1:hover .icon-wrapper1 {
    color: #0dcaf0;
}

.advertisers-service-sec1 .service-card1:hover h3 {
    color: #ffffff;
}

.advertisers-service-sec1 .service-card1:hover p {
    color: #f0f0f0;
}

.advertisers-service-sec1 .service-card1:hover li {
    color: #f0f0f0;
}

/* ADVERTISERS SERVICE CARD ENDED */
/* causes section */
.info-card {
    position: relative;
    padding: 2rem;
    border-radius: 20px;
    background-color: #f8f9fa;
    color: #333;
    transition: all 0.4s ease;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.info-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-top: 10px solid rgb(188, 142, 49);
    border-left: 10px solid rgb(188, 142, 49);
    width: 40px;
    height: 40px;
    border-radius: 20px 0 0 0;
    transition: all 0.4s ease;
}

.info-card:hover {
    background-color: rgb(186, 141, 47);
    color: #fff;
}

.info-card:hover::before {
    border-top: 10px solid #fff;
    border-left: 10px solid #fff;
}

.info-image {
    width: 100%;
    border-radius: 15px;
    object-fit: cover;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

/* service */
.serviceBox1 {
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    padding-top: 10px;
}

.serviceBox1 .service-icon {
    color: #fff;
    background: #fff;
    font-size: 45px;
    line-height: 100px;
    width: 100px;
    height: 100px;
    margin: 0 auto 30px;
    border-radius: 50%;
    box-shadow: 5px 0 5px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 1;
}

.serviceBox1 .service-icon:before,
.serviceBox1 .service-icon:after {
    content: "";
    background: linear-gradient(to right, #fed601 50%, transparent 50%);
    border-radius: 50%;
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    z-index: -1;
    transition: all ease 0.8s;
}

.serviceBox1:hover .service-icon:before,
.serviceBox1:hover .service-icon:after {
    transform: rotateZ(180deg);
}

.serviceBox1:hover .service-icon {
    box-shadow: -5px 1px 5px rgba(0, 0, 0, 0.2);
}

.serviceBox1 .service-icon:after {
    background: #d3bc0b;
    box-shadow: 0 7px 15px rgba(0, 0, 0, 0.3);
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
}

.serviceBox1 {
    border: 1px solid #e5e4e4;
    padding: 40px;
    border-radius: 20px;
    background: #f9f9f9;
    position: relative;
    z-index: 1;
}


.serviceBox1 .title {
    color: #470794;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 0 10px;
}

.serviceBox1 .description {
    color: #777;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.5px;
    margin: 0;
}

.serviceBox1.red .service-icon:before {
    background: linear-gradient(to right, #FF6F0F 50%, transparent 50%);
}

.serviceBox1.red .service-icon:after {
    background: #ffd30f;
}

.serviceBox1.red .title {
    color: #FF6F0F;
}



@media only screen and (max-width:990px) {
    .serviceBox1 {
        margin: 0 0 30px;
    }
}

/* certificate page */
.certificate-card {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
}

.certificate-card:hover {
    transform: scale(1.03);
}

.certificate-pdf {
    height: 250px;
    width: 100%;
    object-fit: contain;
    margin-bottom: 15px;
}

.certificate-title {
    font-size: 1.2rem;
    font-weight: 600;
}

.head-logo {
    max-width: 100px !important;
}

.foot-logo {
    max-width: 119px;
}

.bdrcl {
    border-top-color: #e91e63;
    /* border-color:#bb8f30; */
}

.custom-border-color {
    border-top: 5px solid #bc8e31;
    /* Change this HEX color to your desired color */
}

.abtbg {
    color: #0f3a24;
    background-color: #bc8e31;
}

.btnclr {
    color: #0f3a24;
    background-color: #bc8e31;
}

.txtclr {
    color: #0f3a24;

}

.txth {
    color: #bb8f30;
}

.bg-dark1 {
    background-color: #fdfafa;
}

.lern:hover {
    background-color: #bc8e31;
}

.txtj {
    text-align: justify;
}

.missionp {
    text-align: left;
}

.visionp {
    text-align: justify;
}

.abttxtalign {
    text-align: justify;
}

/* .missionp:hover{
   color: white;
  } */


/*** Features Start ***/
.features .feature-item {
    position: relative;
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.features .feature-item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    border-radius: 10px;
    background: rgba(0, 58, 102, 0.1);
    z-index: -1;
    transition: 0.5s;
}

.features .feature-item:hover::after {
    height: 100%;
}

.features .feature-item .feature-icon {
    width: 120px;
    height: 120px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--bs-light);
    transition: 0.5s;
}

.features .feature-item:hover .feature-icon {
    border-radius: 50%;
    background: var(--bs-white) !important;
}

.features .feature-item .feature-icon i {
    transition: 0.5s;
}

.features .feature-item:hover .feature-icon i {
    /* color: var(--bs-secondary) !important; */
    transform: rotate(360deg);
    transition: all 0.5s ease;
}

.text-primary10 {
    color: #B88B2F !important;
}

.newimg {
    height: 430px;
}
.boxinline{
  display: flex;
  align-items: center;
  justify-content: space-evenly
  
}
.imgz{
    width: 100%;
  height: 237px;
  object-fit: cover;
}
.text1{
   text-align: justify;
   color: black;

}
/*** Features End ***/

.text2{
    color: #B88B2F
}
.contact{
    background-color: #0c3922 !important;
}
.color1{
   
    background-color: #0c3c4370;
     
}

.imgxz {
  width: 100%;
  height: 349px;
  object-fit: cover;
}
.text-warning1 {
  color: #bc8e31 !important;
}

.btn-warning1 {
    background-color: #bc8e31 !important;
    color: white;
}
.btn-warning1:hover {
    background-color: transparent !important;
    border: 2px solid #bc8e31;
  color: #bc8e31;
}
.text-white-51 {
  color: rgb(14, 58, 35) !important;
}
.imgzx {
  width: 100%;
  height: 329px;
  object-fit: cover;
}

/* .btn-warning2:active {
background-color: #bc8e31;
  border-color: #bc8e31;
} */
/*** Features End ***/