/********** Template CSS **********/

.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-primary,
.btn.btn-outline-primary:hover {
    color: #FFFFFF;
}

.btn.btn-primary:hover {
    color: var(--primary);
    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;
    line-height:45px;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: #FFFFFF;
    font-weight: 500;
    outline: none;
    text-transform: uppercase;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--secondary);
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav {
        margin-top: 10px;
        border-top: 1px solid rgba(0, 0, 0, .07);
        background: var(--dark);
    }

    .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:#3535353d;
        padding-top: 20%;
    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(53, 53, 53, .7), rgba(53, 53, 53, .7)), url(../img/carousel-1.jpg) 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: rgba(0, 29, 35, .8);
}

.btn-group .btn-light:hover,
.btn-group input[type="radio"]:checked+label {
    color: var(--primary);
    border-color: var(--primary);
}


/*** 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: var(--primary);
    background: #FFFFFF;
    border-radius: 40px;
}

.team-item .team-social .btn:hover {
    color: #FFFFFF;
    background: var(--primary);
}


/*** 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;
}


.testimonial-carousel .owl-item .testimonial-text {
    background: var(--light);
    transform: scale(.8);
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    background: var(--primary);
    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: var(--primary) !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: var(--primary);
    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: rgba(255,255,255,0.5);
    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: var(--secondary);
}

.footer .copyright a:hover {
    color: var(--primary);
}
.navbar-brand img{
    height: 60px;
    width: auto;
    object-fit: contain;
}
#header-carousel .carousel-item img {
    height: 100vh;
    object-fit: cover;
}
.top-bar .fab{
    color: #E1BF75 !important;
}
img.project{
    height: 300px;
    width: 100%;
    object-fit: fill;
}
.service-item img{
    height: 100px;
    width: 100px;
}
.service-item .project{
    width: 100%;
    height: 200px;
}
.service-item h4{
    text-transform: capitalize;
}
.bold{
    font-weight: bold;
    padding-bottom: 20px !important;
    font-size: 28px;
}
.logoFooter{
    height: 60px;
    width: 160px;
    margin-bottom: 30px;
}
.contact-icon i{
    color: #fff;
    height: 50px;
    background-color: #876701;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    margin: 0 10px 0 0;
}
li.breadcrumb-item.text-primary.active{
    color: #E1BF75 !important;
    font-weight: bold;
}
.nav-pills .nav-link{
    padding: 16px;
    font-weight: bold;
    text-transform: capitalize;
}
.lSSlideOuter .lSPager.lSGallery img {
    display: block;
    height: 125px;
    max-width: 100%;
    width: 100%;
    object-fit: cover;
}
img.larg, ul.gallery.list-unstyled.image-gallery.lightSlider.lSSlide.lsGrabbing{
    /*height: 500px;*/
    width: 100% !important;
}
#sectors .causes-overlay{
    height: 100%;
    opacity: 1;
}
#sectors .causes-overlay h3, #sectors .causes-overlay p{
    color: #fff;
    text-align: center;
    padding: 0 16px;
}
.step{
    display: flex;
    align-items: center;
    margin-bottom: 60px;
    justify-content: center;
}
.step-num{
    width: 80px;
    line-height: 70px;
    background-color: #876701 ;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
    position: relative;
}
.step-text{
    width: 100%;
}
.step-num::after{
    position: absolute;
    top: 0px;
    height: 165px;
    width: 2px;
    background-color: #ededed;
    content: " ";
    z-index: -1;
}
.step-num:last-child{
    background-color: #353535 !important;

}
.step-num h3{
    color: #fff;
    text-align: center;
}
.step-num.last:after{
    content: none;
}

.tab-pane{
    background-color:#fff0e6;
    padding: 32px;
    border-radius: 6px;
    text-align: center;
}
.category .nav-item {width:100%;}
.category .nav-pills .nav-link{
    font-size: 24px;
    width:100%;
    text-align:center;
}
.category .btn-secondary {
    color: #876701;
    background-color: #fff;
    padding:10px 16px;
    margin: 0 5px;
}
.category img{
    width:100%;
    height: 300px;
    border-radius: 10px;
    margin-bottom: 16px;
    object-fit: cover;
}
.category button{
    color: #353535 !important;
}
.category button.active{
    background-color: transparent !important;
    color: #876701 !important;
}
.category  ul#pills-tab{
    flex-wrap: nowrap;
}
.category .tab-content>.active{
    display: block !important;
}
.category .tab-content ul li{
    text-align: left;
    margin-top: 16px;
}
.category .tab-content h1{ 
    text-align: left;
    font-size: 24px;
}
.category .items a{
    font-size: 18px;
    margin: 0 16px 0 0;
    color: #353535;
}
.category .items a i{
    color: #876701;
}
.projectsSec .tab-pane {
    background-color: #f8f8f9 !important;
}
.projectsSec .nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    background-color: #876701 !important;
    color: #fff !important;
}
.projectsSec .category img{
    margin-bottom: 0 !important;
    border-radius: 0 !important;
}
@media (max-width: 768px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 200px;
    }
    h1.display-4.text-white.mb-3.animated.slideInDown {
        font-size: 28px;
    }
    #header-carousel .carousel-item img{
        height: 100% !important;
    }
    img.larg, ul.gallery.list-unstyled.image-gallery.lightSlider.lSSlide.lsGrabbing {
        height: 300px;
        width: 100% !important;
    }
    .category .btn-secondary{
        margin: 5px !important;
    }
    .tab-content>.active {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .navbar-brand img{
        width: 124px;
    }
    ul.list-unstyled.d-flex.items{
        display: block !important;
    }
    .category img{
        height: 100px;
    }
    .category .nav-pills .nav-link{
        font-size: 24px;
    }
    .category ul#pills-tab {
        flex-wrap: wrap;
    }
}

@media (min-width: 992px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 300px;
    }
    .category .btn-secondary{
        margin: 5px !important;
    }
    .tab-content>.active {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    /* ul.list-unstyled.d-flex.items{
        display: block !important;
    } */

}
@media (max-width: 992px) {
    .category .btn-secondary{
        margin: 5px !important;
    }
    .tab-content>.active {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    ul.list-unstyled.d-flex.items{
        display: block !important;
    }
    .step{
        display: block;
        text-align: center;
        margin: 30px auto;
    }
    .step-num{
        display: block;
        text-align: center;
        margin: 30px auto;
    }
    .step-num::after{
        content: none;
    }
}

.category .items {gap: 1rem;}
.category .items img {
    width: 50px;
    height: auto;
    margin-bottom: 0;
    margin-inline-end: .5rem;
    filter: opacity(0.7);
}

.step-num img {
    filter: invert(1);
}



      #whatsapp .wtsapp{
          position: fixed;
          transform: all .5s ease;
          background-color: #25d366;
          display: block;
          text-align: center;
          box-shadow: 0 0 20px rgba(0,0,0,0.15);
          border-radius: 50px;
          border-right: none;
          color: #fff;
          font-weight: 700;
          font-size: 30px;
          bottom: 40px;
          left: 40px;
          border: 0;
          z-index: 999999999;
          width: 50px;
          height: 50px;
          line-height: 50px;
  
      }
      #whatsapp .wtsapp:before{content: "";
      position: absolute;
      z-index: -1;
      left: 50%;
      top: 50%;
      transform: translateX(-50%) translateY(-50%); 
      display: block;
      width: 60px;
      height: 60px;
      background-color: #25d366;
      border-radius: 50%;
      -webkit-animation: pulse-border 1500ms ease-out infinite;
      animation: pulse-border 1500ms ease-out infinite;
      }
      #whatsapp .wtsapp:focus {
          border: none;
          outline: none;
      }
      @keyframes pulse-border {
          0%{transform:  translateX(-50%) translateY(-50%) translateZ(0) scale(1); opacity: 1;}
          100%{transform:  translateX(-50%) translateY(-50%) translateZ(0) scale(1.5); opacity: 0;}
      }
  