.btn{
    border-radius: 23px;
    /* width: 113px; */
    background-color: yellow;
    padding: 6px 20px;

}
.btn.colored{
    /* background-color:  #2d2e72;  */
    padding: 6px 30px;
    margin-right: 685px;
    margin-top: 20px;
}


.btn-active{
    background-color: #feb900;
}
.btn.with_img{
    display: flex;
}
.btn.with_img img{
    width: 25px;
    margin-right: 8px;
}
.btn:hover{
    color: #fff;
    background-color: #f19100;
}
.navbar{
    margin-right: -20px;
}
.navbar a{
    color: #2d2e72;
}
.header-logo a{
    position: relative;
    z-index: 3;
}
.header{
    border-bottom: 1px solid #ebebeb45;
}

 .header:after{
    content: "";
    position: absolute;
    top: 0%;
    left: -5%;
    height: 161px;
    width: 433px;
    background: url(../img/revslider_H7_03.png)no-repeat center center;
    background-size: cover;
    z-index: 2;
    animation-name: afterani;
   animation-duration: 2s; 
 }
   


.header:before{
    content: "";
    position: absolute;
    top: -60%;
    left: -5%;
    height:338px;
    width: 290px;;
    /* background:#5e60f9; */
    background:#2d2e72;
    z-index: 1;
    border-radius: 50%;
    /* animation-name: beforeani;
    animation-duration: 2s; */
} 

@keyframes afterani {
    from {left:-37%;}
    to {left: -5%;}
  }
  .content-tab{
    justify-content: space-between;
    margin-top: -67px;
  
    width: 100%;
    color: white;
  
    

  }
 
.item{
    text-align: center;
}

  .content{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 48%;
  padding: 52px;
  height: 100%;
  }
  .content h2,
  .content p{
      color: #fff;
      text-shadow: 0 0 40px rgba(0, 0, 0, 0.4);
  }
  .content p{
      font-size: 1.2rem;
  }
  .cancer-info{
    background-color: aqua;
  }

  /* .container-xxl{ */
    /* margin-top: 80px; */
    /* background-color: #FFFAFA; */
  

.section-color{
    background-color: #f7f5f0;
}
 .about h6{
    font-size: 25px;
    font-weight: 700;

 }
 .btn {
    background-color: #FFA500;
    color: white;
}
 .service img{
    height: 223px;
    width: 330px;
    
 }
 .sewa h1{
    
    font-size: 3rem;
    font-weight: 800;
    color: #2d2e72;

 }
 .about{
    font-size: 2.5rem;
    color: #2d2e72;
    margin-top: 25px;
 }
 .video{
  margin-top: -50px;
 }
 .video .text{
  font-size: 2.5em;
    font-weight: 800;
    color: #2d2e72;
 }
 .projects h1{
  font-size: 3rem;
    font-weight: 800;
    color: #2d2e72;
    margin-top: 150px;
 }
 

 img, svg {
  vertical-align: middle;
}
.custom-btn:hover {
  background: var(--primary-color);
  color: var(--white-color);
}
.custom-block .custom-btn {
  border-radius: 0;
  display: block;
}
.custom-block-body {
  padding: 30px;
}
h5 {
  color: var(--primary-color);
  font-size: var(--h5-font-size);
}
.section-padding {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #FFFAFA;
}
.custom-block-wrap {
  background: var(--white-color);
  border-radius: var(--border-radius-medium);
  position: relative;
  overflow: hidden;
  transition: all 0.5s;
}

.custom-block-wrap:hover {
  box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
}

.custom-block-body {
  padding: 30px;
}

.custom-block-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.custom-block .custom-btn {
  border-radius: 0;
  display: block;
}
.progress {
  background: var(--border-color);
  height: 5px;
}

.progress-bar {
  background: var(--secondary-color);
}
.custom-block-wrap{
  border-radius: 40px;
 
}
.custom-block-wrap .btn{
  background-color: #FFA500;
  padding: 10px;
  width: 100%;
}
.section-padding h1{
  font-size: 2.5em;
    font-weight: 800;
    color: #2d2e72;
    margin-top: 120px;
}
.service-item .service-text {
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  text-align: center;
  background: #FFFFFF;
  box-shadow: 0 0 45px rgba(0, 0, 0, .06);
  transition: .5s;
  z-index: 2;
  height: 100%;
}
.service-item .service-text .btn-square{
    width:70px;
    height:70px;
}

.service-item:hover .service-text {
  top: -1.5rem;
}

.service-item .service-text h5 {
  transition: .5s;
    font-size: 1.4rem;
    font-weight: 500;
    text-transform: uppercase;
    color: #20ada3;
}

/* .service-item:hover .service-text h5 {
  color: var(--primary);
} */

.service-item .service-btn {
  position: absolute;
  width: 80%;
  height: 3rem;
  left: 10%;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 600;
  background:orange;
  box-shadow: 0 0 45px rgba(0, 0, 0, .07);
  transition: .5s;
  z-index: 1;
}

.service-item:hover .service-btn {
  bottom: -1.5rem;
}

.footer-icon img{
  height: 99px;
    margin-left: -86px
}
.copyright img{
  height: 21px;
}

/********** Template CSS **********/
:root {
    --primary: #009CFF;
    --secondary: #777777;
    --light: #F8F8F8;
    --dark: #252525;
}

.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 {
    color: #FFFFFF;
}

.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 ***/
.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: 20px 0;
    color: #FFFFFF;
    font-weight: 500;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--dark);
}

.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link {
        margin-right: 0;
        padding: 8px 0;
    }

    .navbar .navbar-nav {
        margin-top: 8px;
        border-top: 1px solid rgba(256, 256, 256, .1)
    }
}

@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 ***/
#header-carousel .carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .5);
    z-index: 1;
}

#header-carousel .carousel-control-prev,
#header-carousel .carousel-control-next {
    width: 10%;
}

#header-carousel .carousel-control-prev-icon,
#header-carousel .carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 500px;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

#header-carousel .carousel-indicators [data-bs-target] {
    width: 60px;
    height: 60px;
    text-indent: 0;
    margin-bottom: 15px;
    border: 2px solid #FFFFFF;
    border-radius: 60px;
    overflow: hidden;
}

#header-carousel .carousel-indicators [data-bs-target] img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/banner2-1.) center center no-repeat;
    background-size: cover;
    opacity: 0.5;
    
}

.breadcrumb-item+.breadcrumb-item::before {
    color: var(--secondary);
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}


/*** Section Title ***/
.section-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}

.section-title::before {
    position: absolute;
    content: "";
    width: calc(100% + 80px);
    height: 2px;
    top: 4px;
    left: -40px;
    background: var(--primary);
    z-index: -1;
}

.section-title::after {
    position: absolute;
    content: "";
    width: calc(100% + 120px);
    height: 2px;
    bottom: 4px;
    left: -60px;
    background: var(--primary);
    z-index: -1;
}

.section-title.text-start::before {
    width: calc(100% + 40px);
    left: 0;
}

.section-title.text-start::after {
    width: calc(100% + 60px);
    left: 0;
}



/*** Img Border ***/
.img-border {
    position: relative;
    height: 100%;
    min-height: 400px;
}

.img-border::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 3rem;
    bottom: 3rem;
    border: 5px solid blue;
    border-radius: 6px;
}

.img-border img {
    position: absolute;
    top: 3rem;
    left: 3rem;
    width: calc(100% - 3rem);
    height: calc(100% - 3rem);
    object-fit: cover;
    border-radius: 6px;
}


/*** Facts ***/
.fact-item {
    transition: .5s;
}

.fact-item:hover {
    margin-top: -10px;
    background: #FFFFFF !important;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}


/*** Service ***/
.service-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
    border: 1px solid transparent;
    transition: .5s;
}

.service-item:hover {
    margin-top: -10px;
    box-shadow: none;
    border: 1px solid #DEE2E6;
}


/*** Feature ***/
.progress {
    height: 5px;
}

.progress .progress-bar {
    width: 0px;
    transition: 3s;
}


/*** Project ***/
.project-item a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: rgba(0, 0, 0, .5);
    border-radius: 6px;
    opacity: 0;
    transition: .5s;
}

.project-item:hover a {
    opacity: 1;
}

.project-carousel .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 20px;
}

.project-carousel .owl-dot {
    width: 35px;
    height: 35px;
    margin: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #DEE2E6;
    border-radius: 35px;
    transition: .5s;
}

.project-carousel .owl-dot:hover,
.project-carousel .owl-dot.active {
    color: #FFFFFF;
    border-color: var(--primary);
    background: var(--primary);
}


/*** Team ***/
.team-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.team-item .team-text {
    position: relative;
    height: 65px;
    overflow: hidden;
}

.team-item .team-title {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: .5s;
}

.team-item:hover .team-title {
    top: -65px;
}

.team-item .team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 65px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    transition: .5s;
}

.team-item .team-social .btn {
    margin: 0 3px;
}

.team-item:hover .team-social {
    top: 0;
}


/*** Testimonial ***/

.testimonial-carousel .owl-item .testimonial-item img {
    width: 60px;
    height: 60px;
}

.testimonial-carousel .owl-item .testimonial-item,
.testimonial-carousel .owl-item .testimonial-item * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-item * {
    color: #FFFFFF !important;
}

.testimonial-carousel .owl-nav {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin: 0 12px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #DEE2E6;
    border-radius: 50px;
    font-size: 18px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: #FFFFFF;
    border-color: var(--primary);
    background: var(--primary);
}


/*** Footer ***/
/* .footer{
margin-top: 300px;
} */
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: var(--secondary);
    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: var(--secondary);
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .copyright a:hover {
    color: var(--primary);
}

.color{
    color:#0d6efd;
}

.facility{
    font-size: 2.5rem;
    color: #2d2e72;
    
}

/* counter section css start */
:root{
    --color1: gray;
    --color2:   gray;
}
.demo{ background-color: #eee; }
.counter{
    color: #111;
    font-family: 'Space Grotesk', sans-serif;
    text-align: center;
    width: 200px;
    padding: 0 15px 15px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.counter:before,
.counter:after{
    content: '';
    background-color: #fff;
    border-radius: 0 0 30px 30px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    position: absolute;
    left: 0;
    top: 75px;
    bottom: 0;
    /* right: 0;
    z-index: -1; */
}
.counter:after{
    background: linear-gradient(var(--color2),var(--color1));
    height: 93px;
    border-radius: 0 0 150px 150px;
    bottom: auto;
}
.counter .counter-value{
    color: black;
    background-color: #ffd565;
    font-size: 50px;
    font-weight: 700;
    line-height: 150px;
    width: 150px;
    height: 150px;
    margin: 0 auto 18px;
    border-radius: 50%;
    display: block;
}
.counter h3{
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 28px;
    text-transform: capitalize;
    margin: 0;
}
.counter.purple{ 
    --color1: gray;
    --color2: gray;
}
.counter.green{ 
    --color1: #06CFB4;
    --color2: #00778B;
}
.counter.red{ 
    --color1: #f32626;
    --color2: #8b0000;
}
/* counter section css end */

.section-header project{
    margin-top: 80px;
}

.center{
    text-align: center;
    margin-top: 25px;
}
.text-uppercase mb-2about{
    color: green;
}

.charity{
    color: #2d2e72;
    font-size: 2.5rem;
}

.text{
    font-size: 15px;
}

.color{
    color: #2d2e72; 
}
.font{
    font-size: 18px;

}

.spacing{
    margin-top: -38px;
}

.details{
    margin-top: 20px;
    font-weight: 300;
}
.details span{
    font-weight: 500;
}

 .banner{
    height: 500px;
    text-align: center;
    color:white;
    background-image: url("../img/volunteer.jpg");
    background-size: 100%;
    background-position: bottom center;
    padding-top: 28px;
    margin-bottom: 50px;
 } 
.volunteers{
    margin-top: 100px;
    margin-right: 600px;
}

.italic{
    
    font-size: 2.5em;
    font-family: 'Libre Baskerville', serif;

}


.add1{
  
    height: 200px;
    margin-top: -9px;
    margin-left: 150px;
}

.add2{
   
    height: 200px;
    margin-top: 50px;
    margin-left: 150px;
}

.bi-twitter{
    background-color:#00acee;
    margin-left: 9px;
    font-size: 25px;
}
.bi-facebook{
    background-color:  #3b5998;
    margin-left: 9px;
    font-size: 25px;
}
.bi-instagram{
    background-color: #E4405F;
    margin-left: 9px;
    font-size: 25px;
}
.bi-linkedin{
    background-color:#0A66C2 ;
   margin-left: 9px;
    font-size: 25px;
}
.ft-size{
     font-size: 15px;
     font-style: normal;
     margin-top: 10px;
     font-weight: 600;
    

}
.no-pad{
    margin-left: 13px;
    margin-top: 5px;
}
.em-pad{
    margin-left: 13px;
    margin-top: 6px;

}
.twtcolor{
    background-color:#00acee;
    margin-right: 10px;
    border-radius: 100%;

}
.fbcolor{
    background-color:  #3b5998;
    margin-right: 10px;
    border-radius:  100%;
}
.intcolor{
    background-color: #E4405F ;
    margin-right: 10px;
    border-radius: 100%;
}
.lincolor{
    background-color: #0A66C2 ;
    margin-right: 10px;
    border-radius: 100%;
}


.footer-links .link-col{
    padding-left: 38px;
}
.footer-links .link-col img{
    left: -1px;
    top: -3px;
}
.footer-links .link-col h6{
    margin-bottom: 4px;
}
.section-bg-col{
    background-color: #f7f5f0;
}


@media only screen and (max-width: 1279px){
    .header{
        padding-bottom: 10px;
    }
    .header::before,
    .header::after{
        display: none;
    }
    .header .logo img{
        margin-left: auto;
    }
}

@media only screen and (max-width: 540px) {
    .right-nav{
        display: none;
    }
}

@media only screen and (max-width: 680px) {
    .header .logo img{
        width: 300px;
    }
}


@media only screen and (max-width: 600px) {
    
    .footer {
        color: black;
        background-color: #d5d7da;
        background-size: cover;
        font-size: 14px;
        padding: 14px 0 60px 0;
        position: relative;
        padding-bottom: 50px;
    }

    .footer .footer-content .footer-links {
        margin-bottom: 30px;
        margin-top: 23px;
        font-weight: 600;
        margin-left: 31px;
    }

    .features .tab-pane h3 {
        font-weight: 700;
        font-size: 32px;
        position: relative;
        margin-bottom: 20px;
        padding-bottom: 20px;
        margin-top: 20px;
    }
}
