/********** 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;
}
.pointer{
    cursor: pointer;
}

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

.navbar .navbar-nav .nav-link {
    margin-right: 20px;
    margin-left: 20px;
    padding: 25px 0;
    color: #FFFFFF;
    font-weight: 500;
    outline: none;
}

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

@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: rgba(0, 29, 35, .8);
    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(0, 29, 35, .8), rgba(0, 29, 35, .8)), 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);
    border: 1px solid rgb(158, 158, 158);
}




/* .test:hover {
    font-size: 0;
  }
  
  .test:hover:before {
    font-size: 20px;
    content: attr(data-hover);
    background-color: #f2cb2d;
  } */

  .hovercard{
    height:325px !important;
}

.hovercard:hover{
    height: 370px !important;
    opacity: 1;
    background-color: #f2cb2d !important;
    color: #000000 !important;
}

.hovercardtwo{
    height:325px !important;
}
.hovercardtwo:hover{
    height: 370px !important;
    opacity: 1;
    background-color: #f2cb2d !important;
    color: #000000 !important;
}
.hovercardthree{
    height:325px !important;
}
.hovercardthree:hover{
    height: 370px !important;
    opacity: 1;
    background-color: #f2cb2d !important;
    color: #000000 !important;
}
.service-item-two{
    box-shadow: 0 0 45px rgba(0, 0, 0, .06);
    border: 1px solid rgb(158, 158, 158);
    border-radius: 20px;
}
.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; */
    border: 1px solid rgb(142, 142, 142);
    border-radius: 20px;
    /* box-shadow: 0 0 0 .25rem rgba(161, 161, 161, 0.25) */
}

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

@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: 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);
}
@media (min-width: 1200px) {
.navback{
    background: #181C22;
    border: 2px solid #2F3540;
    box-shadow: 2px 2px 10px rgba(85, 95, 112, 0.25);
    border-radius: 40px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 15px 40px;
    height: 60px;
}
}

@media (max-width: 576px) {
.navback{
    background: #181C22 !important;
    border: 2px solid #2F3540 !important;
    box-shadow: 2px 2px 10px rgba(85, 95, 112, 0.25) !important;
}
}
.singhcolor{
    color: #f2cb2d;
}
.bg-singhcolor{
    background-color: #f2cb2d;
}
.padding-3{
    padding-top: 12rem;
}
.Secondline{
    color: #DEE2E6;
}
.section-first {
    position: absolute;
    right: 15%;
    bottom: 1.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center
}
.containerback{
   background-color:  #070C0E !important;
}
.containerbackyello{
    background-color: #F2CB2E !important;
 }
.foursectin{
  background-color: #121c20;
}
.padding35{
    padding-bottom: 35px;
    padding-top: 35px;
}
.pt-10{
    padding-top: 10rem;
}

  .card-wrapper {
    background: rgb(0, 0, 0);   
    border-radius: 6px;
    max-height: 100px;
    overflow: hidden;
    padding: 2rem;
    width: 30%;  
    transition: max-height 500ms ease-in-out;  
    
  }
  
 .card-wrapper:hover{
    height:300px
 }
 @media (min-width: 768px) {
    .vedeosection{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 0px;
        width: 650px !important;
        height: 350px !important;
     }
}
 @media (min-width: 1200px) {
 .vedeosection{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    width: 1238.94px !important;
    height: 696.93px !important;
 }
}
 @media (max-width: 576px) {
    .vedeosection{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 0px;
        width: 350px !important;
        height: 350px !important;
     }
}

 .faq-heading {  
    font-weight: 400;
    font-size: 19px;
     -webkit-transition: text-indent 0.2s;
    color: rgb(255, 255, 255);
  }
  @media (max-width: 576px) {
  .faq-heading { 
    font-weight: 400;
    font-size: 17px;
     -webkit-transition: text-indent 0.2s;
    color: rgb(255, 255, 255);
  }
}
  
  .faq-text {  
    font-weight: 400;
    color: #919191;
    width:95%;
    padding-left:20px;
    margin-bottom:30px;
  }
  
  .faq {
    width: 100% !important;
    margin: 0 auto;
    background: rgb(0, 0, 0);
    border-radius: 4px;
    position: relative;
    border: 1px solid #E1E1E1;
  }
  .faq label {
    display: block;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    height: 56px;
    padding-top:10px;
    background-color: #000000;
    border-bottom: 1px solid #E1E1E1;
  }
  
  .faq input[type="checkbox"] {
    display: none;
  }
  
  .faq .faq-arrow {
    width: 7px;
    height: 7px;
    transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    transition: transform 0.8s, -webkit-transform 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    float: right;
    position: relative;
    top: -30px;
    right: 27px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  
   .faq input[type="checkbox"]:checked + label > .faq-arrow {
    transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    transition: transform 0.8s, -webkit-transform 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
   .faq input[type="checkbox"]:checked + label {
    display: block;
    background: #000000 !important;
    color: #ffffff;
    height: 125px;
    transition: height 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  @media (max-width: 576px) {
  .faq input[type="checkbox"]:checked + label {
    display: block;
    background: #000000 !important;
    color: #ffffff;
    height: 220px;
    transition: height 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
}
  
   .faq input[type='checkbox']:not(:checked) + label {
    display: block;
    transition: height 0.8s;
    height: 60px;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  
  ::-webkit-scrollbar {
    display: none;
  }
  
  .navbackcolor{
    background-color: #001d2381 !important;
    backdrop-filter: blur(9px);
  }
  @media (min-width: 1200px) {
    .cardheight{
        height: 570px;
      }
  }
  /* @media (min-width: 567px) {
    .cardheight{
        height: 0px;
      }
  } */


  .imgbluer {
    position: absolute;
    left: 0px;
    top: 150px;
    z-index: -1;
  }

  .imgbluer2{
    position: absolute;
    left: 1070px;
    top: 500px;
    z-index: -1;
  }
  @media (max-width: 576px) {
  .imgbluer2{
    position: absolute;
    left: 230px;
    top: 666px;
    z-index: -1;
  }
}
@media (min-width: 768px) {
    .imgbluer2{
      position: absolute;
      left: 645px;
      top: 500px;
      z-index: -1;
      height: 90px;
    }
  }
  
@media (max-width: 576px) {
    .mb-30{
        margin-bottom: 40px !important;
    }
}

.review{
    color: black;
    font-size: x-large;
    font-weight: lighter;
}

  