/********** Template CSS **********/
:root {
    --primary: #FF6F0F;
    --secondary: #FFF0E6;
    --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: #470794;
}

.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: .5s;
}

.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: #09ad03;
}
.navbar .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 1px 0;
    color: #0c0c0c;
    font-weight: 500;
    outline: none;
}

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



@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;
    }
} */


/*** Header ***/
.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.8), rgba(5, 67, 80, 0.8)), url(../NEWIMAGES/orphan1.jpeg) center center no-repeat;
    background-size: cover;
}
.page-headercs {
    padding-top: 12rem;
    padding-bottom: 6rem;
    background: linear-gradient(rgba(5, 58, 69, 0.8), rgba(5, 67, 80, 0.8)), url(../NEWIMAGES/orphan2.jpg) 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:#470794;
    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:#4b0082;
    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:#46ba44;
    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:#09ad03 !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: #11aa08;
    font-size: 45px;
    transition: .5s;
}

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


/*** Footer ***/
/* 
.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(255,255,255,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);
}

.footer .copyright a {
    color: #37bb1c;
}

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




.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{
    height: 770px;
    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(#179c08, rgb(162 205 145));
    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: rgb(245 108 15);
  }
  
  .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(245 108 15);
    border-left: 10px solid  rgb(245 108 15);
    width: 40px;
    height: 40px;
    border-radius: 20px 0 0 0;
    transition: all 0.4s ease;
  }

  .info-card:hover {
    background-color: rgb(221, 196, 11);
    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;
    text-align: justify;
}

.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; }




.privacy-policy{
    
    text-align: justify; 
}
.paragraph{
        color:#253f45;
    font-size: 17px;
}

.heading{
    color: brown;
}

.privacy-policy1{
    
    text-align: justify;  
}


.textclr{
    color:brown;
}



@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{
    width: 213px;
  }


  .abtbg{
    color: #4b0082;
    background-color:#ffc107 ;
  }
  .btnclr{
    color: #4b0082;
    background-color: #fbd900;
  }
  .txtclr{
    color: #4b0082;

  }

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

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

  .txtj{
    text-align: justify;
  }
  .missionp{
    text-align: left;
  }
  .visionp{
    text-align:justify;
  }

  .abttxtalign{
    text-align: justify;
  }
  
  /* .missionp:hover{
   color: white;
  } */
   @media(max-width:768px){
    .mobform{
        padding: 15px !important;
    }
   }