
#topbar {
	    height: 30px;
    background: linear-gradient(45deg, #ff9241, #ff0000);
    background: radial-gradient(circle, #ffa700 0%, #ff0000 100%);
}
#topbar a {
    color: #fff;
}

#header {
    padding: 1px 0;
	top: 30px;
}

#header .logo img {
    max-height: 80px;
}

.navbar a, .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 10px 15px;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    color: #000000;
    white-space: nowrap;
    transition: 0.3s;
    text-transform: uppercase;
    font-weight: 500;
}

.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover>a {
    color: #fe3d00;
}

a:hover {
    color: #fe3d00;
    text-decoration: none;
}

.navbar .dropdown ul {   
    margin: 0;
    padding: 0px 0;   
    background: #fff;
    box-shadow: 0px 0px 30px rgb(255 114 60 / 21%);
    border-radius: 0px;
}

.navbar .dropdown ul a {
    padding: 5px 20px;
    text-transform: uppercase;
    border-bottom: 1px solid;
}

.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover>a {
    color: #fe3d00;
}

.navbar-mobile ul {
    padding: 0px 0;
    border-radius: 0px;
}

.navbar-mobile ul li a i {
	margin-right: 15px;
    font-size: 20px;
    font-weight: bold;
}

.navbar-mobile ul li a i::before {
	margin-right: 15px;
    font-size: 20px;
    font-weight: bold;
}

.appointment-btn {
    background: radial-gradient(circle, #ffa700 33%, #ff0000 100%);
}

.appointment-btn:hover {
    background: #ff5b00;
    color: #fff;
}
.appointment-btn {
    padding: 8px 15px;
    font-size: 16px;
    font-weight: bold;
}

.carousel-control-next, .carousel-control-prev {
    opacity: 1;
	top: 75px;
}

#hero .carousel, #hero .carousel-inner, #hero .carousel-item, #hero .carousel-item::before {
    position: absolute;
    top: 37px;
    right: 0;
    left: 0;
    bottom: 0;
}

#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
    background: none;
    font-size: 30px;
    line-height: 0;
    width: auto;
    height: auto;
    background: rgba(63, 187, 192, 0.8);
    border-radius: 50px;
    transition: 0.3s;
    color: rgba(255, 255, 255, 0.5);
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
	background: radial-gradient(circle, #ffa700 33%, #ff0000 100%);
}

#hero .carousel-control-next-icon:hover,
#hero .carousel-control-prev-icon:hover {
  background: #ff5b00;
  color: rgba(255, 255, 255, 0.8);
}

#hero .carousel-indicators li {
  list-style-type: none;
  cursor: pointer;
  background: #fff;
  overflow: hidden;
  border: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  opacity: 0.6;
  transition: 0.3s;
}

#hero .carousel-indicators li.active {
  opacity: 1;
  background: #ff5b00;
}

.featured-services .icon-box {
    padding: 15px 0px;
    position: relative;
    text-align: center;
    width: 100%;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 29px 0 rgb(144 93 68 / 12%);
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
    z-index: 1;
    background: radial-gradient(circle, #ffcb01, red);
}

.featured-services .icon i {
    font-size: 30px;
    line-height: 1;
    color: #ffffff;
    transition: all 0.3s ease-in-out;
}

.featured-services .title {
    font-weight: normal;
    margin-bottom: 0px;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
}

.featured-services .title a {
    color: #fff;
}

.featured-services .icon-box::before {
    content: "";
    position: absolute;
    background: #ff5200;
    right: 0;
    left: 0;
    bottom: 0;
    top: 100%;
    transition: all 0.3s;
    z-index: -1;
}

.featured-services .icon-box:hover::before {
    background: #ff5200;
    top: 0;
    border-radius: 0px;
}

.cta {
    background: #3fbbc0;
    color: #fff;
    background-size: cover;
    padding: 60px 0;
    background: radial-gradient(circle, #ffa700 33%, #ff0000 100%);
}

#UnderConstruction{
	    margin-top: 70px;
}

.management{
	border: 3px solid #cdcdcd;
    box-shadow: 0px 0px 16px 0px #d1d1d1;
    border-radius: 5px;
    background: radial-gradient(circle, #ffa700, #ff1300);
}

.management h3{
	font-size: 18px;
    font-weight: 500;
    margin: 10px 0px;
}

.management .carousel-inner .carousel-item img{
	border: 2px solid #ccc;
    border-radius: 4px;
    width: 100% !important;
    margin: 0px auto 0px auto;
    height: 150px;
    max-width: 150px;
}

.management .carousel-caption {
    position: static;   
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
}

.membar{
	border: 3px solid #cdcdcd;
    box-shadow: 0px 0px 16px 0px #d1d1d1;
    border-radius: 5px;
    background: radial-gradient(circle, #ffa700, #ff1300);
}

.membar h3{
	font-size: 18px;
    font-weight: 500;
    margin: 10px 0px;
}

.membar .carousel-inner .carousel-item img{
	border: 2px solid #ccc;
    border-radius: 4px;
    width: 100% !important;
    margin: 0px auto 0px auto;
    height: 150px;
    max-width: 150px;
}

.membar .carousel-caption {
    position: static;   
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
}

.recentact{
	border: 3px solid #cdcdcd;
    box-shadow: 0px 0px 16px 0px #d1d1d1;
    border-radius: 5px;
    background: radial-gradient(circle, #ffa700, #ff1300);
}

.recentact h3{
	    font-size: 18px;
    font-weight: 500;
    margin: 10px 0px;
}

.recentact marquee{
	padding:0px 10px;
	min-height: 255px;
}

.recentact marquee h4 {
    margin: 0px;
}

.recentact marquee h4 a{
	font-size: 15px;
    font-weight: 500;
    margin: 10px 0px;
    color: #fff;
}

.about_bg{
	background: #faf6f0;
}

.about p{
	text-align: justify;
}

.section-title h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 155px;
    height: 4px;
    background: radial-gradient(circle, #ffa700, #ff1c00);
    bottom: 0;
    left: calc(50% - 80px);
}

.testimonials{
	background:#faf6f0;
}

.testimonials .testimonial-item p {
    font-style: italic;
    margin: 0 15px 0 15px;
    padding: 20px 20px 60px 20px;
    background: #f0fafa;
    position: relative;
    border-radius: 6px;
    position: relative;
    z-index: 1;
    background: radial-gradient(circle, #ffa700 33%, #ff0000 100%);
	color:#fbf1f1;
}

.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
    color: #fbf1f1;
    font-size: 26px;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #ff2200;
}



.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ff2200;
}

.gallery .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #ff2200;
}

.gallery .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ff2200;
}

  .gallery .swiper-slide-active {
    border: 6px solid #ff2200;
	border-radius:10px;
    padding: 0px;
    background: #fff;
    z-index: 1;
    transform: scale(1.2);
    margin-top: 10px;
  }
  
  .swiper-slide a.gallery-lightbox img{
	  height: 140px;
	  width:100%;
  }
  
  .gallery-block.grid-gallery .item img {
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
    transition: 0.4s;
    height: 333px;
    width: 100%;
}
  
  .contact{
	  background:#faf6f0;
  }
  
 .contact .info-box i {
    font-size: 32px;
    color: #ff3400;
    border-radius: 50%;
    padding: 8px;
    border: 2px dotted #ff3400;
} 

.contact .php-email-form button[type=submit] {
  background: radial-gradient(circle, #ffa700 33%, #ff0000 100%);
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #ff0000;
}

.membrChrge{
	background: radial-gradient(circle, #ffa700 0%, #ff0000 100%);
    padding: 30px 15px 30px 15px;
} 

.membrChrge h4{
	color: #fff;
    font-size: 20px !important;
    text-transform: uppercase;
}

.departments .nav-tabs {
    border: 0;
    background: #faf6f0;
}

.departments .nav-link {
    border: 0;
    padding: 10px 20px;
    color: #555555;
    border-radius: 0;
    border-left: 5px solid #ffe3d6;
    cursor: pointer;    
	border-bottom: 1px solid #ffe3d6;
}

.departments .nav-link h4 {
    font-size: 18px;
    font-weight: 600;
    transition: 0.3s;
}

.departments .nav-link h5 {
    font-size: 16px;
    font-weight: 500;
    transition: 0.3s;
	margin: 0;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    isolation: isolate;
   background: radial-gradient(circle, #ffa70045 0%, #ff550054 100%);
    border-color: #ff5500;
	padding: 20px;
}

.departments .nav-link:hover h4 {
    color: #ff5300;
}

.departments .nav-link:hover h5 {
    color: #662100;
    font-size: 15px;
    font-weight: 600;
}

.departments .nav-link.active {
    background: radial-gradient(circle, #ffa70045 0%, #ff550054 100%);
    border-color: #ff5500;
	padding: 20px;
}

.departments .nav-link.active h4 {
    color: #ff5300;
}

.departments .nav-link.active h5 {
    color: #662100;
    font-size: 15px;
    font-weight: 600;
}

.departments .tab-pane img {
    float: left;
    max-width: 300px;
    padding: 0.25rem;
    margin-right: 15px;
}

.departments .tab-pane h3 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #ff5300;
    text-align: center;
}
.departments .tab-pane h5 {
    font-size: 1.45rem;
    font-weight: 600;
    margin-bottom: 10px;
    color: #662100;
    text-align: center;
}
  
  #footer {
    background: #eeeeee;
    padding: 0 0 0px 0;
    color: #555555;
    font-size: 14px;
}
  
  #footer .footer-top {
    background: #000;
    padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info h3 {
    font-size: 24px;
    margin: 0 0 20px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 700;
    color: #fff;
}

#footer .footer-top .footer-info p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: "Roboto", sans-serif;
    color: #fff;
}

#footer .footer-top h4 {
    font-size: 16px;
    font-weight: 600;
    position: relative;
    padding-bottom: 12px;
    color: #fff;
}

#footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: #fff;
    font-size: 18px;
    line-height: 1;
}

#footer .footer-top .footer-links ul a {
    color: #fff;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: #ff3400;
}

#footer .footer-top .footer-newsletter p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: "Roboto", sans-serif;
    color: #fff;
}

#footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #ffffff;
    color: #ff3400;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 4px;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}


#footer .footer-top .social-links a:hover {
  background: #ff3400;
    color: #fff;
  text-decoration: none;
}

#footer .footer-top .footer-newsletter form input[type=submit] {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 20px;
    background: #3fbbc0;
    color: #fff;
    transition: 0.3s;
    border-radius: 0 4px 4px 0;
    background: radial-gradient(circle, #ffa700 33%, #ff0000 100%);
}

#footer .footer-top .footer-newsletter form input[type=submit]:hover {
    background: #ff0000;
}




/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #ff0000;
  border-top-color: #ffa700;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}



.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #3fbbc0;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
    background: radial-gradient(circle, #ffa700 33%, #ff0000 100%);
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #ff5b00;
  color: #fff;
}

.social nav{
  position: fixed;
  width: 60px;
  margin-top: 150px;
  transition: all 0.3s linear;
  box-shadow: 2px 2px 8px 0px rgba(0,0,0,.4);
  z-index: 5;
}

.social nav ul {
   margin-top: 0;
    margin-bottom: 0rem;
    list-style-type: none;
    padding: 0;
}
.social nav li{
  height: 45px;
  position:relative;
}
.social nav li a{
  color: #fff !important;
  display: block;
  height: 100%;
  width: 100%;
  line-height: 45px;
  padding-left:25%;
  border-bottom: 1px solid rgba(0,0,0,.4);
  transition: all .3s linear;
  text-decoration: none !important;
}
.social nav li:nth-child(1) a{
  background: #4267B2;
  background: #1DA1F2;
}
.social nav li:nth-child(2) a{
  background: #1DA1F2;
  background: #E1306C;
}
.social nav li:nth-child(3) a{
  background: #E1306C;
  background: #2867B2;
}
.social nav li:nth-child(4) a{
  background: #2867B2;
  background: radial-gradient(circle, #ffa700 33%, #ff0000 100%);
}
.social nav li:nth-child(5) a{
  background: #333;
  background: #ff0000;
}
.social nav li:nth-child(6) a{
  background: #ff0000;
}
.social nav li a i{
      position: absolute;
    top: 14px;
    left: 24px;
    font-size: 15px;
}
.social ul li a span{
  display: none;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.social a:hover {
  z-index:1;
  width: 200px;
  border-bottom: 1px solid rgba(0,0,0,.5);
  box-shadow: 0 0 1px 1px rgba(0,0,0,.3);
}
.social ul li:hover a span{
  padding-left: 30%;
  display: block;
  font-size: 15px;
}

.MainAllPage{
	    margin-top: 80px;
}

#memberApply{
	
}

#memberApply.memberApply .input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
    margin-bottom: 20px;
}

#memberApply.memberApply .form-label {
    margin-bottom: 0rem;
    min-width: 150px;
    padding: 7px 0px;
}

#memberApply.memberApply .input-group>.form-control, #memberApply.memberApply .input-group>.form-floating, #memberApply.memberApply .input-group>.form-select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    border-radius: 0px;
	border: var(--bs-border-width) solid #e6e0de;
}

#memberApply.memberApply .input-group>.form-control:focus{
	box-shadow:0px 0px 7px 0px #ff8100;
}

#memberApply.memberApply .form-control-lg {
    min-height: auto;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0px;
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    border: var(--bs-border-width) solid #e6e0de;
}

.btn-bhagva{
	padding: 6px 15px;
    font-size: 16px;
    font-weight: bold;
    background: radial-gradient(circle, #ffa700 33%, #ff0000 100%);
    color: #fff;
    text-transform: uppercase;
    border-radius: 4px;
}

.btn-bhagva:hover{
	background: #ff0000;
    color: #fff;
}

#more {display: none;}

.contact .info-box {
    color: #444444;
    text-align: center;
    box-shadow: 0 0 20px rgb(231 178 178 / 50%);
    padding: 20px 0 30px 0;
}

.contact .php-email-form {
    box-shadow: 0 0 20px rgb(231 178 178 / 50%);
    padding: 30px;
}


.card_donor{
    height: auto;
    width: auto;
    background: linear-gradient(to bottom, #fd4700 110px, #ffffff 110px);
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(50,50,50,0.1);
    padding: 50px 0;
    margin-left:0px;
    
}
.card_donor *{
    font-family: 'Poppins',sans-serif;
    text-align: center;
    letter-spacing: 0.5px;
    font-weight: 400;
    font-size: 14px;
}
.card_donor img{
    display: block;
    width: 100px;
    height: 100px;
    position: relative;
    border-radius: 50%;
    margin: 0 auto;
    box-shadow: 0 0 0 8px #ffffff;
}
.card_donor h4{
    color: #fd4700;
    font-size: 16px;
    margin: 15px 0 5px 0;
}
.card_donor h5{
    color: #454545;
    font-weight: 400;
    font-size: 14px;
}
.card_donor .details{
    width: 80%;
    /*margin-top: 30px;*/
    display: flex;
    margin:auto;
    
    justify-content: space-between;
}
.details h2{
    font-weight: 400;
}
.card_donor .details span{
   color:linear-gradient(267deg, rgba(232, 0, 0, 1) 0%, rgba(61, 0, 0, 1) 100%)!important;;
    
}
.card_donor .buttons{
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin-top: 30px;
}
.card_donor .buttons button{
    width: 130px;
    padding: 8px 0;
    border-radius: 25px;
    border: 3px solid var(--theme-color);
}
.card_donor .buttons button:first-child{
    background-color: var(--theme-color);
    color: #ffffff;
}
.card_donor .buttons button:last-child{
    background-color: transparent;
    color: var(--theme-color);
}

.loginPage {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-image: linear-gradient(rgb(255 167 0 / 32%), rgb(255 124 10 / 91%)), url(../img/01.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
}


.loginlogo{
	text-align: center;
}

.loginlogo .logo img{
	width: 130px;
}

.form-check-input:checked {
    background-color: #ff4000;
    border-color: #ff4000;
}

.PaymentButton.svelte-ekc7fv.svelte-ekc7fv {
    position: relative;
    display: inline-block;
    min-width: 130px !important;
    height: 40px;
    padding: 0;
    border-radius: 4px !important;
    text-align: center;
    font-style: italic;
    font-family: Muli, helvetica, sans-serif;
    font-display: swap;
    overflow: hidden;
    border: 1px solid transparent;
    outline: none;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    text-decoration: none;
}

.PaymentButton--rzp-dark-standard.svelte-ekc7fv.svelte-ekc7fv {
    background: #072654;
    border-color: #fd0200 !important;
    background: radial-gradient(circle, #ffa700 0%, #ff0000 100%) !important;
    margin-left: 10px;
}

.PaymentButton--rzpTheme.svelte-ekc7fv.svelte-ekc7fv::before {
    content: '';
    position: absolute;
    left: -6px;
    top: 0;
    width: 40px !important;
    height: 100%;
    background: #fb0000 !important;
    border-radius: 2px 0 0 2px;
    transform: skew(-15deg, 0);
}

svg.svelte-ekc7fv.svelte-ekc7fv {
    position: absolute;
    top: 0;
    left: 0;
    margin: 9px 9px !important;
}

.PaymentButton-contents.svelte-ekc7fv.svelte-ekc7fv {
    padding: 4px 4px 4px 36px !important;
    margin: 1px 0 !important;
}

.PaymentButton--rzpTheme.svelte-ekc7fv .PaymentButton-contents.svelte-ekc7fv {
    padding-left: 36px !important;
}