
/*** Spinner Start ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .8s ease-out, visibility 0s linear .5s;
    z-index: 99999;
 }

 #spinner.show {
     transition: opacity .8s ease-out, visibility 0s linear .0s;
     visibility: visible;
     opacity: 1;
 }
/*** Spinner End ***/

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 99;
}

/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn-hover-bg {
    transition: 0.5s;
}

.btn-hover-bg:hover {
    background:#fff !important;
    color: var(--bs-primary) !important;
}

.btn-hover-color {
    transition: 0.5s;
}

.btn-hover-color:hover {
    color: var(--bs-secondary) !important;
}
/*** Topbar Start ***/
.fixed-top .container {
    transition: 0.5s;
}

.topbar {
    padding: 2px 10px 2px 20px;
    background: #6f253c !important;
}

.topbar a,
.topbar a i {
    transition: 0.5s;
}

.topbar a:hover,
.topbar a i:hover {
    color: rgba(255, 255, 255, 0.8) !important;
}


@media (max-width: 768px) {
    .topbar {
        display: none;    
    }
}
/*** Topbar End ***/


/*** Navbar Start ***/
.navbar {
    padding: 0;
}

.navbar .navbar-nav .nav-link {
    padding: 10px 15px;
    font-size: 16px;
    transition: .5s;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active,
.sticky-top.bg-white .navbar .navbar-nav .nav-link:hover,
.sticky-top.bg-white .navbar .navbar-nav .nav-link.active {
    color:#6f253c !important;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
}

@media (min-width: 1200px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        transition: .5s;
        opacity: 0;
    }
}

@media (max-width: 1200px) {
    .navbar .collapse.navbar-collapse .btn-hover-bg.btn {
        margin-bottom: 20px;
    }
}

.dropdown .dropdown-menu a:hover {
    background: #6f253c !important;
    color: #fff !important;
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light) !important;
    transition: .5s;
    opacity: 1;
    border-radius: 0px 0px 10px 10px !important;
}
/*** Navbar End ***/

/*** Carousel Start ***/
.carousel-header #carouselId .carousel-control-prev,
.carousel-header #carouselId .carousel-control-next {
    background: transparent;
}

.carousel-header #carouselId .carousel-inner .carousel-item {
    position: relative;
    min-height: 100vh 
}

.carousel-header #carouselId .carousel-inner .carousel-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.carousel-header #carouselId .carousel-inner .carousel-item .carousel-caption {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding-top: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, 0.4));
    background-size: cover;
}

.carousel-control-prev,
.carousel-control-next {
    opacity: 0;
}

/*.carousel-control-prev .carousel-control-prev-icon,
.carousel-control-next .carousel-control-next-icon {
    background: transparent !important;
}*/

.carousel-header #carouselId.carousel {
    position: relative;
}

.carousel-header #carouselId.carousel .carousel-indicators {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent !important;
}

.carousel-header #carouselId.carousel .carousel-indicators li,
.carousel-header #carouselId.carousel .carousel-indicators li,
.carousel-header #carouselId.carousel .carousel-indicators li {
    margin-right: 30px !important;
}

.carousel-header #carouselId.carousel .carousel-indicators li {
    width: 12px;
    height: 12px;
    border-radius: 12px !important;
    border: 5px solid transparent;
    transition: 0.5s;
    
}

.carousel-header #carouselId.carousel .carousel-indicators li.active {
    border: 5px solid var(--bs-primary) !important;
    border-radius: 10px;
}
/*** Carousel End ***/



/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/breadcrumb-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0 0 0;
}
/*** Single Page Hero Header End ***/


/*** About Start ***/
.about .tab-class .nav .nav-item a.active,
.about .tab-class .nav .nav-item a.active span {
    background: var(--bs-primary) !important;
    color: var(--bs-white) !important;
}

/*** About End ***/


/*** Service Start ***/
.service .service-item {
    position: relative;
    overflow: hidden;
}

.service .service-item .service-link {
    position: absolute;
    width: 100%; 
    height: 100%; 
    padding: 20px; 
    bottom: 0; 
    left: 0; 
    display: flex; 
    align-items: end;
    background: rgba(0, 0, 0, 0.3);
    transition: 0.5s; 
}

.service .service-item .service-link:hover {
    background: rgba(0, 0, 0, 0.6);
}

.service .service-item .service-link a {
    color: var(--bs-white);
    transition: 0.5s;
}

.service .service-item img {
    transition: 0.5s;
}

.service .service-item:hover img {
    transform: scale(1.2);
}

.service .service-item .service-link:hover a:hover {
    color: var(--bs-primary);
}
/*** Service End ***/


/*** Donation Start ***/
.donation .donation-item {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.donation .donation-item::after {
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    display: flex;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2;
}


.donation .donation-item .donation-content {
    position: absolute;
    width: 100%; 
    height: 100%; 
    padding: 20px; 
    justify-content: end; 
    bottom: -60px; 
    left: 0;
    transition: 0.5s;
    z-index: 3;
}

.donation .donation-item:hover .donation-content {
    position: absolute;
    width: 100%; 
    height: 100%; 
    padding: 20px; 
    justify-content: end; 
    bottom: 0px; 
    left: 0;
    background: rgba(0, 0, 0, 0.6);
}

.donation .donation-item .donation-btn {
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
}

.donation .donation-item:hover .donation-btn {
    visibility: visible;
    opacity: 1;
}

/*** Donation End ***/


/*** Counter Start ***/
.counter .counter-item .counter-counting {
    width: 100%;
    text-align: center;
    border-style: dotted;
    border-color: var(--bs-white); 
    font-size: 30px;
}
/*** Counter End ***/


/*** causes Start ***/
.causes .causes-item {
    overflow: hidden;
}

.causes .causes-item .causes-img {
    position: relative;
    transition: 0.5s;
}

.causes .causes-item .causes-img .causes-link {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0 !important; 
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: end;
    background: rgba(0, 0, 0, .2);
    transition: 0.5s;
}

.causes .causes-item .causes-img:hover .causes-link {
    background: rgba(0, 0, 0, .6);
}

.causes .causes-item .causes-img img {
    transition: 0.5s;
}

.causes .causes-item .causes-img:hover img {
    transform: scalex(-1);
}

.causes .causes-item .causes-img .causes-dination {
    position: absolute;
    top: 0; 
    right: 0;
}

.causes .causes-item .causes-img .causes-dination a {
    font-size: 14px;
}

.causes .causes-item .causes-content {
    background: var(--bs-secondary);
    border-color: var(--bs-white);
    border-style: dotted;
    border-top: 0;

}

.causes .causes-item .progress {
    height: 10px;
    overflow: visible;
}

.causes .causes-item .progress .progress-bar {
    position: relative;
    width: 0;
    overflow: visible;
    background: var(--bs-primary);
    transition: 2s;
}

.causes .causes-item .progress .progress-bar span {
    position: absolute;
    top: 50%;
    right: -1px;
    transform: translateY(-50%);
    padding: 1px 5px;
    font-size: 12px;
    color: var(--bs-white);
    background: var(--bs-dark);
    z-index: 1;
}
/*** causes End ***/


/*** Events Start ***/
.event .event-carousel.owl-carousel {
    position: relative;
}
.event .event-carousel.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: -60px;
    left: 0;
    width: 80px;
    height: 40px;
    border: 1px solid var(--bs-primary);
    background: var(--bs-primary);
    color: var(--bs-white);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.event .event-carousel.owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: -60px;
    right: 0;
    width: 80px;
    height: 40px;
    border: 1px solid var(--bs-primary);
    background: var(--bs-primary);
    color: var(--bs-white);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.event .event-carousel.owl-carousel .owl-nav .owl-prev:hover,
.event .event-carousel.owl-carousel .owl-nav .owl-next:hover {
    background: var(--bs-secondary);
    color: var(--bs-primary);
}
.event .event-carousel .event-item .event-content {
    border-style: dotted;
    border-top: 0; 
    border-color: var(--bs-white); 
    background: var(--bs-secondary);
}
/*** Events End ***/


/*** Blog Start ***/
.blog .blog-item .blog-img {
    position: relative;
    overflow: hidden;
}

.blog .blog-item .blog-img .blog-info {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    padding: 20px;
    background: rgba(0, 0, 0, .2);
    color: var(--bs-white) !important;
    display: flex;
    align-items: end;
    justify-content: space-between;
    transition: 0.5s;
}

.blog .blog-item .blog-img:hover .blog-info {
    background: rgba(0, 0, 0, .6);
}


.blog .blog-item .blog-img .search-icon {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.5s;
}

.blog .blog-item .blog-img img {
    transition: 0.5s;
}

.blog .blog-item .blog-img:hover img {
    transform: scale(1.3);
}

.blog .blog-item .blog-img:hover .search-icon {
    opacity: 1;
}
/*** Blog End ***/

/*** Gallery Start ***/
.gallery .gallery-item {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.gallery .gallery-item img {
    transition: 0.5s;
}

.gallery .gallery-item:hover img {
    transform: scale(1.2);
}

.gallery .gallery-item .gallery-content {
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0; 
    left: 0;
    background: rgba(249, 195, 123, .4);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: end;
    transition: 0.5s;
    z-index: 2;
}

.gallery .gallery-item:hover .gallery-content {
    height: 100%;
}

.gallery .gallery-item .gallery-content .gallery-inner {
    transition: 0.5s;
    background: rgba(0, 0, 0, 0.1);
    padding-top: 40px;
}

.gallery .gallery-item:hover .gallery-content .gallery-inner {
    background: rgba(249, 195, 123, 1);
    padding: 50px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.gallery .gallery-item .search-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: -80px;
    opacity: 0;
    transition: 0.5s;
    z-index: 3;
}

.gallery .gallery-item:hover .search-icon {
    opacity: 1;
}
/*** Gallery End ***/


/*** Volunteer Start ***/
.volunteer {
    background: rgba(249, 195, 123, .1);
}
.volunteer .volunteer-img {
    position: relative;
    overflow: hidden;
    border-radius:20px;
    /* border: 5px solid #6f253c; */
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.volunteer .volunteer-img .volunteer-title {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    padding: 10px;
    background: rgba(0, 0, 0, .1);
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: end;
    transition: 0.5s;
}

.volunteer .volunteer-img:hover .volunteer-title {
    background: rgba(0, 0, 0, .5);
}

.volunteer .volunteer-img img {
    transition: 0.5s;
}

.volunteer .volunteer-img:hover img {
    transform: scale(1.2);
}
/*** Volunteer End ***/


/*** Contact Start ***/
.contact {
    background: rgba(249, 195, 123, .4);
    border-style: dotted;
    border-color: var(--bs-white);
}

/*** Contact End ***/


/*** Footer Start ***/
.footer {
    border-top: 3px;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    border-style: dotted;
    border-color: var(--bs-light);
}
.footer .footer-item a,
.footer .footer-item p {
    line-height: 35px;
    color: #fff;
    transition: 0.5s;
}

.footer .footer-item a:hover {
    color:#fff;
    letter-spacing: 1px;
}

.footer .footer-item .footer-gallery {
    position: relative;
    overflow: hidden;
}

.footer .footer-item .footer-gallery img {
    transition: 0.5s;
}

.footer .footer-item .footer-gallery:hover img {
    transform: scale(1.2);
}

.footer .footer-item .footer-gallery .footer-search-icon {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    opacity: 0;
}

.footer .footer-item .footer-gallery:hover .footer-search-icon {
    opacity: 1;
    background: rgba(0, 0, 0, .6);
}
/*** Footer End ***/

/*** copyright Start ***/
.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background:#6f253c !important;
}
/*** copyright end ***/
.logo { width:200px; }
.logo-name { font-size: 22px !important; margin-bottom: 0px !important; padding-bottom: 0px !important; }
@media (max-width: 992px) {
    .logo { width:200px; }
}
@media (max-width:768px) {
.navbar-cuswid {max-width: 100% !important; width: 100% !important;}
}
@media (max-width: 550px) {
    .logo { width:100px; }
    .logo-name {
        font-size: 13px !important;
    }
}
@media (max-width: 400px) {
    .logo { width:80px; }
}
@media (max-width: 374px) {
    .logo { width:60px; }
    .logo-name {
        font-size: 12px !important;
    }
    .cus-ms3{ margin: 0px 5px !important; }
}
.cust-menumo {     padding: 5px 10px !important;
    margin: 5px !important;
} 
.bg-light {
    background-color: #ffecf2 !important;
}
.text-secondaryrr {
    color: #4d65f9 !important;
}
.text-primaryrr {
    color: #6f253c !important;
}
.pl-5 { padding-left: 5px; }
.bot-cus { line-height: 28px !important; margin-bottom: 5px !important; }
.copy-white:hover { color: #fff !important; }
.h-100 { height: 100%; }
.breadcrumb-item a { color:#eee }
.breadcrumb-item a:hover { color: #fff !important; }
.adddelete {
    align-items: end;
    display: flex;
}
.red {
    color: #b10819;
}
.shadows-events {box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.16); border-radius:10px;}
.border-none { border: none; }
.cus-button { border: 1px solid #fff; border-radius: 2px; }
.cus-button:hover { border: 1px solid #fff; }
.cus-shadows {box-shadow: 0 0 45px rgba(0, 0, 0, .09);}
.payoverall {
    float: left;
    text-align: start;
    width: 50%;
    padding-top: 10px;
}
.totalrm {
    font-size: 16px !important;
    color: #6f253c !important;
    float: left;
    text-align: end;
    width: 50%;
    padding-top: 28px;
    padding-right: 5px;
    font-weight: bold !important;
}
.totalrm-second {
    font-size: 16px !important;
    color: #6f253c !important;
    float: left;
    text-align: end;
    width: 50%;
    padding-top: 18px;
    padding-right: 5px;
    font-weight: bold !important;
}
.cus-top { padding-top:18px !important; }
.border-cl {
    border: 1px solid #f5f5f5 !important;
}
/*count*/
.itemcountrr .value-button {
    display: inline-block;
    border: 1px solid #ddd;
    margin: 0px;
    width: 20%;
    height: 40px;
    text-align: center;
    vertical-align: middle;
    padding: 8px 0px 8px 0px;
    background: #eee;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  .itemcountrr .value-button:hover {
    cursor: pointer;
  }
  
  .itemcountrr #decrease {
    margin-right: -4px;
    border-radius: 4px 0 0 4px;
  }
  
  .itemcountrr #increase {
    margin-left: -4px;
    border-radius: 0 4px 4px 0;
  }
  
  .itemcountrr #input-wrap {
    margin: 0px;
    padding: 0px;
  }
  
  .itemcountrr input#number {
    text-align: center;
    border: none;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin: 0px;
    width: 60%;
    height: 40px;
  }
  
  .itemcountrr input[type=number]::-webkit-inner-spin-button,
  .itemcountrr input[type=number]::-webkit-outer-spin-button {
      -webkit-appearance: none;
      margin: 0;
  }

  @media screen and (min-device-width: 769px) and (max-device-width: 1024px) { 
    .itemcountrr input#number {
        width: 55%;
    }
    .itemcountrr .value-button {
        width: 22.5%;
    }
}
@media screen and (min-device-width: 580px) and (max-device-width: 768px) { 
    .itemcountrr input#number {
        width: 52%;
    }
    .itemcountrr .value-button {
        width: 24%;
    }
}
.text-yellow { color:#fbb500 !important; }
.text-justify { text-align: justify; }
.table-headingrr { 
    font-size:15px !important;
    font-weight:400 !important;
    font-family: "Radio Canada Big", sans-serif !important;
    background: #6f253c !important;
        color: #fbb500;
    }
    .table-headingrr th { font-weight:500 !important; }

    .arch-tablr { margin-bottom:5px !important; }
    .table-rr.table>:not(:first-child) {  border-top: 0px !important; }
    .table-rr { border: 1px solid #fff !important;
        border-radius: 5px !important; }
        .red { color:#b10819; } 

.add-iconrr { color:#fff; font-size:16px; font-weight:bold; }
.edit-iconrr { font-size:16px !important; color:#fff; font-weight:bold; }
.delete-iconrr { font-size:16px !important; color:#fff; font-weight:bold; }	
.table-rr td { color: #6f253c !important; }

@media (max-width: 410px) {
.cused-p2 { padding: .5rem !important; }
}
.vl-bg {
    background: linear-gradient(rgba(000, 000, 000, 0.8), rgba(000, 000, 000, 0.8)), url(../img/about-bg.jpg);
    /* background-position: center center; */
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff !important;
}
.vl-bg p { font-size:18px; }
.cus-ssimg img { border-radius: 4px; box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; }
.text-bold { font-weight: bold; }
.borderr {
    border: 1px solid #6f253c !important;
}
.bg-cust { border-radius: 50px 0px 50px 0px; background: #6f253c; }
.btn-cust { color:#fbb500; background: #6f253c; border:1px solid rgb(254 249 242); border-radius:2px; box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; }
.btn-cust:hover { color:#fbb500; background: #5a2032; border:1px solid rgb(254 249 242);  }



.card {
  border: none;
  border-radius: 0;
  box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
}
.carousel-control-prev,
.carousel-control-next {
  background-color: #6f253cd1;
  width: 10vh;
  height: 10vh;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}
.carousel-control-prev span,
.carousel-control-next span {
  width: 1.5rem;
  height: 1.5rem;
}
@media screen and (min-width: 577px) {
  .cards-wrapper {
    display: flex;
  }
  .card {
    margin: 0 0.5em;
  }
  .image-wrapper {
    height: 20vw;
    margin: 0 auto;
  }
}
@media screen and (max-width: 576px) {
  .card:not(:first-child) {
    display: none;
  }
}

.image-wrapper img {
  max-width: 100%;
  max-height: 100%;
}
.carousel-control-prev, .carousel-control-next {
    opacity: 1;
}

/*.slider:after {
  content: "";
  display: block;
  height: 100%;
  width: 30%;
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #f3c9d6 130%);
  z-index: 1;
}*/
.slider img {
  border-radius: 50%;
  margin: 10px auto;
  width:110px; 
  height:110px;
  object-fit:fill;
}
.slick-track {
  margin-left: calc(50vw - 210px);
}

button {
  padding: 10px 20px;
  border-radius: 20px;
  border: none;
  background-color: #0273A3;
  color: #fff;
  cursor: pointer;
}
@media (max-width: 767px) {
  .slider:after {
    background: none;
  }

}
.post_img img { height:200px; width:100%; object-fit:cover; }

.rituals ul li { list-style:none; margin-bottom:10px; }
    .rituals ul li i { margin-left:-25px; }
    .pooja { 
        background-color: #fff9fb; 
        color:#6f253c;
        border-radius:10px; 
        padding:15px; 
        width:290px; 
        min-height:200px !important; 
        text-align:center; 
        margin:10px; 
    }
    .time { 
        background-color: #6f253c;
        color:#fff;
        padding:5px;
    }
    .pooja:nth-child(odd) {
      xbackground-color: #6f253c;
      xcolor:#fff;
    }
    .pooja:nth-child(odd) h4 {
      xcolor:#fff;
    }
    .om { color:#fbb500; }
    .about-box {
        color: #fff;
        background: #6f253c;
        padding: 30px;
        border-radius: 4px;
        text-align:justify;
    }
    .about-box h2 {
        color: #fff;
    }
    
.poojas_back { 
    background: linear-gradient(rgb(0 0 0 / 70%), rgb(0 0 0 / 70%)), url(https://website.srisundarajaperumal.com/uploads/about/1744013767_pooja.jpg);
    background-attachment:fixed;
}