/* 
    Black Color: #101010;
    Red Color: #f31816;
    Green Color: #b4ca68;
    Gray Color: #f5f5f5;
*/
/* Hero Banner CSS */
.hero-banner{
    position: relative;
    overflow: hidden;
}
.hero-banner .hero-slider {
    height: calc(100vh - 150px);
    overflow: hidden;
}
.hero-slider .slider-items{
    position: relative;
}
.slider-items img {
    min-height: 950px;
    width: 100%;
    object-fit: cover;
    object-position: center center;
}
.hero-slider .slider-items .banner-caption {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    display: flex;
    color: #ffffff;
    padding: 100px 15px;
/*    background-color: rgba(0, 0, 0, 0.6);*/
    z-index: 0;
}
.hero-slider .slider-items .banner-caption h2 span{
    color: #b4ca68;
}
.hero-banner .slick-slider .slick-arrow.slick-prev{
    left:1%;
}
.hero-banner .slick-slider .slick-arrow.slick-next{
    right:1%;
}
.hp-counter {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    z-index: 1;
    color: #b4ca68;
    text-align: center;
}
.hp-counter .statCounter {
    background-color: rgba(0, 0, 0, 0.6);
    height: 100%;
    padding: 15px;
    border-radius: 5px;
    position: relative;
}
.hp-counter .statCounter::after {
    content: "";
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px;
    border: 1px dashed #b4ca68;
    border-radius: 5px;
}
/* HP Featured Slider CSS */
.featured-slider-items {
    background-color: #f5f5f5;
    border-radius: 5px;
    margin: 0 5px;
    overflow: hidden;
}
.hp-featured-slider .featured-slider-items{
    min-height: 365px;
}
.featured-slider-items .feat-desc{
    padding: 15px;
    min-height: 140px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
}
.featured-slider-items .feat-desc .btn{
    margin-top: auto;
}
.featured-slider-items .img-wrap{
    overflow: hidden;
}
.featured-slider-items .img-wrap img{
    transition: all 0.4s;
}
.featured-slider-items:hover .img-wrap img{
    transform: scale(1.1);
}
.hp-featured-slider.slick-slider .slick-dots, .hp-medical-emergencies-cards .slick-slider .slick-dots{
    bottom: -50px;
}
.hp-categories .slick-slider .slick-dots{
    display: none !important;
}
/* HP Donate Monthly CSS */
.hp-mothly-donate-banner{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #101010;
    color: #ffffff;
    position: relative;
}
.hp-mothly-donate-banner::after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 0;
}
.hp-mothly-donate-banner .container{
    position: relative;
    z-index: 1;
}
/* CMN Slider Card CSS */
.slider-col .cmn-card {
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 0px 2px 5px 2px rgba(0,0,0,0.15);
    margin: 0 10px;
    overflow: hidden;
    position: relative;
}
.slider-row .slick-list, .categories-slider-row .slick-list{
    padding: 20px 0;
}
.slider-col .cmn-card .card-desc-wrap{
    padding: 15px;
    min-height: 202px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.card-desc-wrap h4{
    margin-bottom: auto;
}
.slider-col .cmn-card .card-img-wrap {
    overflow: hidden;
    position: relative;
}
.slider-col .cmn-card .card-img-wrap img {
    transition: all 0.4s;
    width: 100%;
}
.slider-col .cmn-card .card-img-wrap .tax-beni-span{
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: #b4ca68;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
    z-index: 0;
}
.slider-col .cmn-card .cmn-progressbar{
    margin-top: 15px;
    margin-bottom: 15px;
}
.slider-col .cmn-card .cmn-progressbar .prog-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
}
.slider-col .cmn-card .cards-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.slider-col .cmn-card:hover .card-img-wrap img {
    transform: scale(1.1);
}
.slider-col .cmn-card .cards-footer .cmn-social-icon li a{
    width: 25px;
    height: 25px;
    border: 1px solid #101010;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    font-size: 13px;
}
.slider-col .cmn-card .cards-footer .cmn-social-icon li a:hover{
    background-color: #101010;
    color: #ffffff;
}

/* Categories Tab CSS */
.hp-categories, .explore-categories{
    background-color: rgba(180, 202, 104, 0.20);
}
.explore-categories .tab-content{
    padding: 30px 0;
}
/* HP Live Donors CSS */
.hp-live-donors{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #101010;
    color: #ffffff;
    position: relative;
}
.hp-live-donors::after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 0;
}
.hp-live-donors .container{
    position: relative;
    z-index: 1;
}
.live-pulse {
    display: flex;
    align-items: center;
    justify-content: center;
}
.live-pulse .pulse{
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background-color: #b4ca68;
    -webkit-animation: pulse-animation 2s infinite;
    animation: pulse-animation 2s infinite;
}
@-webkit-keyframes pulse-animation {
    0% {
      -webkit-box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.2);
              box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.2);
    }
    100% {
      -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
              box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    }
  }
  @keyframes pulse-animation {
    0% {
      -webkit-box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.2);
              box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.2);
    }
    100% {
      -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
              box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    }
}
.donors-slider-wrap .donor-slider-item{
    background-color: rgba(0, 0, 0, 0.8);
    padding: 15px;
    border-radius: 8px;
    text-align: left;
    margin: 0 10px;
}
.donors-slider-wrap .donor-slider-item strong{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #b4ca68;
}
/* Featured In / Awards CSS */
.featured-logo-slider .logo-items img{
    max-width: 200px;
    padding: 10px;
    border: 1px solid #b5b5b5;
    margin: 0 auto;
}
/* Testimonial CSS */
.hp-testimonials {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center bottom;
    background-size: cover;
    background-color: #101010;
    color: #ffffff;
    position: relative;
}
.hp-testimonials::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 0;
}
.hp-testimonials .testimonial-slider .slick-slide {
    margin: 0 15px;
}
.hp-testimonials .testimonial-slider .testimonial-items {
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.7);
    position: relative;
    padding: 20px;
    min-height: 250px;
    box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
}
.hp-testimonials .testimonial-slider .testimonial-items .media {
    margin-bottom: 20px;
    position: relative;
    align-items: center;
    z-index: 1;
}
.hp-testimonials .testimonial-slider .testimonial-items .media img{
    max-width: 80px;
    margin-right: 20px;
    border-radius: 5px;
}
.hp-testimonials .testimonial-slider .testimonial-items .media h5{
    margin-bottom:5px;
    color: #b4ca68;
}
.hp-testimonials .testimonial-slider .testimonial-items .media span{
    font-size:13px;
    color: #b4ca68;
}
.hp-testimonials .testimonial-slider .testimonial-items p:last-child{
    margin-bottom: 0px;
}
.hp-testimonials .testimonial-slider .testimonial-items .content{
    font-style: italic;
    font-size: 14px;
}
.hp-testimonials .container {
    position: relative;
    z-index: 1;
}
.hp-testimonials .nav-tabs {
    justify-content: center;
    border: 0;
}
.hp-testimonials .nav-tabs .nav-item{
    margin: 0 10px;
}
.hp-testimonials .nav-tabs .nav-item .nav-link{
    border: 1px solid #b4ca68;
    background-color: transparent;
    color:#b4ca68;
    border-radius: 0;
    font-size: 20px;
    font-weight: 600;
    border-radius: 4px;
}
.hp-testimonials .nav-tabs .nav-item .nav-link.active, .hp-testimonials .nav-tabs .nav-item .nav-link:hover{
    background-color: #b4ca68;
    color: #101010;
}
.hp-testimonials .tab-content{
    padding-top: 30px;
}
.hp-categories .tab-content>.tab-pane, .hp-testimonials .tab-content>.tab-pane, .my-donation .tab-content>.tab-pane{ display: block; height: 0px; overflow: hidden; }
.hp-categories .tab-content>.active, .hp-testimonials .tab-content> .active, .my-donation .tab-content> .active{ height: auto; overflow: inherit;}
/* Media Query */
@media screen and (max-width: 992.98px){
    .hp-counter{
        position: static;
        padding: 30px 0 15px;
        background-color: #f5f5f5;
    }
    .hero-banner .hero-slider {
        height: auto;
        overflow: hidden;
    }
    .hp-counter .statCounter{
        background-color: rgba(0, 0, 0, 0.8);
    }
    .slider-items img{
        min-height: 350px;
    }
    .hero-slider .slider-items .banner-caption{
        align-items: center;
        padding: 20px 15px;
    }
    .donors-slider-wrap .donor-slider-item{
        min-height: 110px;
    }
    .hp-testimonials .nav-tabs{
        flex-wrap: nowrap;
    }
    .hp-testimonials .nav-tabs .nav-item{
        margin: 0 5px;
    }
    .hp-testimonials .nav-tabs .nav-item .nav-link{
        font-size: 14px;
    }
    .featured-logo-slider .logo-items img{
        max-width: 150px;
    }
    .slider-col .cmn-card .cards-footer .cmn-social-icon li li {
        margin: 0 3px;
    }
    .slider-col .cmn-card .cards-footer .cmn-social-icon li a{
        width: 20px;
        height: 20px;
        font-size: 10px;
    }
}
.email-subscription .form-control {
    order: -5;
}
.email-subscription .input-group-append {
    order: -3;
}
.campaign-desc {
    font-family: 'Roboto';
    font-weight: 400;
}