.overlay-loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100000000;
    background: #313030eb;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.overlay-loader{
    height: 25px;
    width: 1px;
    position: absolute;
    animation: rotate 3.5s linear infinite;
}
.overlay-loader .dot{
    top: 30px;
    height: 7px;
    width: 7px;
    background: #aadaff;
    border-radius: 50%;
    position: relative;
}
.loading-img {
    margin-top: 5rem;
}
.loading-img img {
    width: 200px;
}
@keyframes rotate {
    30%{
        transform: rotate(220deg);
    }
    40%{
        transform: rotate(450deg);
        opacity: 1;
    }
    75%{
        transform: rotate(720deg);
        opacity: 1;
    }
    76%{
        opacity: 0;
    }
    100%{
        opacity: 0;
        transform: rotate(0deg);
    }
}
.overlay-loader:nth-child(1){
    animation-delay: 0.15s;
}
.overlay-loader:nth-child(2){
    animation-delay: 0.3s;
}
.overlay-loader:nth-child(3){
    animation-delay: 0.45s;
}
.overlay-loader:nth-child(4){
    animation-delay: 0.6s;
}
.overlay-loader:nth-child(5){
    animation-delay: 0.75s;
}
.overlay-loader:nth-child(6){
    animation-delay: 0.9s;
}

.play-button {
    width: 152px;
    height: 152px;
    position: relative;
    cursor: pointer;
}
.play-backdrop {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: transparent;
    opacity: 0;
    visibility: hidden;
}
.play-close {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    bottom: calc(100% + 15px);
    border: none;
    outline: none;
    background: none;
    opacity: 0;
    cursor: pointer;
}
.play-close::before,
.play-close::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: rotate(45deg);
    background-color: #000000;
}
.play-close::after {
    transform: rotate(-45deg);
}
.play-circles {
    display: block;
    width: 100%;
    height: 100%;
}
.play-perspective {
    width: 600px;
    height: 400px;
    position: absolute;
    left: -230px;
    top: -125px;
}
.play-triangle {
    width: 600px;
    height: 400px;
    background-color: #8c8c8c;
    cursor: pointer;
}
.vcm-figcaption-video{
    position: absolute;
    top: 35%;
    left: 44%;
    margin: auto;
}
.footer-pad.social-icon ul.list-unstyled.d-flex li {
    overflow: hidden;
    position: relative;
}
.footer-pad.social-icon ul.list-unstyled.d-flex li:after {
    /*content: '';*/
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 2px solid rgb(247, 247, 239);
    border-radius: 6px;
    opacity: 0;
    transform: scale(1.1);
    transition: transform 0.2s linear, opacity 0.2s ease;
}
.footer-pad.social-icon ul.list-unstyled.d-flex li:hover:after {
    opacity: 1;
    transform: scale(0.85);
}
a.tel-btn{  
    background-image: -moz-linear-gradient(180deg, #cfcfcf, #eeeeee, #cfcfcf);
    background-image: -webkit-linear-gradient(180deg, #cfcfcf, #eeeeee, #cfcfcf);
    background-image: linear-gradient(180deg, #cfcfcf, #eeeeee, #cfcfcf);
    background-size: 300px;
    background-repeat: no-repeat;
    background-position: 0%;
    -webkit-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
    background-color: #02144c; 
}
a.tel-btn:hover {
    background-position: -200%;
    transition: background 300ms ease-in-out; 
    color: #fff !important;
}
.donate-btn{
    background-image: #fae2be;
    background-image: -moz-linear-gradient(top, #fae2be 0%, #fae2be 100%);
    background-image: -webkit-linear-gradient(top, #fae2be 0%,#fae2be 100%);
    background-image: linear-gradient(to bottom, #fae2be 0%,#fae2be 100%);
    background-size: 300px;
    background-repeat: no-repeat;
    background-position: 0%;
    -webkit-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
    background-color: #02144c;
    border: 3px solid white;
}
.donate-btn:hover {
    background-position: -200%;
    transition: background 300ms ease-in-out;
    border: 3px solid white;
    color: #fff !important;
}
.btn-read-more {
    background-image: #980001;
    background-image: -moz-linear-gradient(top, #980001 0%, #980001 100%);
    background-image: -webkit-linear-gradient(top, #980001 0%,#980001 100%);
    background-image: linear-gradient(to bottom, #980001 0%,#980001 100%);
    background-size: 300px;
    background-repeat: no-repeat;
    background-position: 0%;
    -webkit-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
    background-color: #02144c;
    border: none;
}
.btn-read-more:hover {
    background-position: -200%;
    transition: background 300ms ease-in-out;
    border: none;
}
.features-card:hover .btn-read-more{
    background-position: -200%;
    transition: background 300ms ease-in-out;
    border: none;
}
.swiper-slide {
    min-height: calc(100vh - 140px);
    background-repeat: no-repeat !important;
    background-size: cover !important;
    text-align: center;
    position: relative;
}
/* .swiper-slide:after {
    content: "";
    width: 2px;
    height: 315px;
    position: absolute;
    display: block;
    left: calc(50% - 1px);
    bottom: 150px;
    z-index: 99999999;
    background-color: #980001b5;
}
.swiper-slide::before {
    content: "";
    width: 2px;
    height: 75px;
    position: absolute;
    display: block;
    left: calc(50% - 1px);
    bottom: -40px;
    z-index: 99999999;
 }*/
.swiper-slide-active .slider-sub-title { 
    animation: fadeIn 0.4s cubic-bezier(.54,1.3,.63,1.34) .2s backwards;
} 
.swiper-slide-active .slider-sub-content { 
    animation: fadeIn 0.4s cubic-bezier(.54,1.3,.63,1.34) .4s backwards;
}   
.slider-container h4.slider-sub-title {
    font-size: 46px!important;
    font-weight: 700!important;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    color: #ffffff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 90px;
    text-transform: capitalize;
    font-family: 'Lora', serif;   
    cursor: pointer;
}
.slider-container{ 
    transform: rotate3d(0,0,0,0deg) rotate(0deg) !important;
    display: inline;
}
.slider-container:hover{
    transform: rotate3d(.5,-.866,0,15deg) rotate(1deg) !important;  
    transition: transform .4s ease;
}
.slider-sub-content{
    font-size: 22px;
    font-weight: 700;
    color: #980001;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 60px;
    font-family: 'Lora', serif;   
} 
.features-more-btn{
    font-size: 18px !important;
    padding-top: 2rem;
}
@keyframes fadeIn{
    0%{
        transform: translateY(-4rem) scale(0);
        opacity: 0;
    }
}
.swiper-button-prev, .swiper-button-next{
    bottom: 80px;
    right: auto;
    top: auto;
    background-image: none;
    border-radius: 50%;
    width: 50px;
    color: #fff;
    font-size: 20px;
}

.swiper-button-prev{
    left: 50px;
    transform: rotate(-180deg);
}
.swiper-button-next{
    right: 50px;
} 
.errorText {
    color: #ff0000ab;
}

#scollbar-btn {
    display: inline-block;
    background-color: #010727;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, 
        opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
}
#scollbar-btn::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    margin-bottom: 4px;
}
#scollbar-btn:hover {
    cursor: pointer;
    background-color: #0107277d;
}
#scollbar-btn:active {
    background-color: #0107277d;
}
#scollbar-btn.show {
    opacity: 1;
    visibility: visible;
}


/* Shine */
.features-card figure{ 
    overflow: hidden;
}

.features-card figure{
    position: relative;
}
.features-card figure::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.features-card figure:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}
@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}
@keyframes shine {
    100% {
        left: 125%;
    }
}


@media (max-width: 991px) {
    .vcm-figcaption-video {
        top: 25%;
        left: 40%;
    }
}
@media (max-width: 768px) {
    .vcm-figcaption-video {
        top: 0%;
        left: auto;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    } 
    .vcr-card figcaption img{
        width: 15%;
    }
}

@media (max-width: 450px) {
    .vcr-card figcaption img{
        width: 40%;
    }
    .sticky img {
        width: 140px;
    }
    .sticky { 
        top: 76%; 
    }
    .slider-container h4.slider-sub-title{
        font-size: 26px!important; 
        margin-inline: 30px;
    }
    .swiper-slide {
        min-height: 390px; 
        background-position: center !important;
    }
    .vcm-figcaption-video {
        top: 0%;
        left: 10px;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .play-button {
        position: relative;
        cursor: pointer;
        width: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        height: auto;
        margin: auto;
    }
    .play-perspective { 
        left: auto;
        top: auto;
    }
    .tour_of_vcm { 
        width: 100%; 
    } 
}


.debounce-text-card{
    transition: transform .4s ease;  
}


.vcr-card figcaption img{
    animation: animate-pulse 3s linear infinite;
    cursor: pointer;
    border-radius: 50%;
}
@keyframes animate-pulse{
    0%{
        box-shadow: 0 0 0 0 rgb(140 140 140 / 50%), 0 0 0 0 rgb(140 140 140 / 50%);
    }
    40%{
        box-shadow: 0 0 0 50px rgba(255,109,74,0.0),  0 0 0 0 rgb(140 140 140 / 50%);
    }
    80%{
        box-shadow: 0 0 0 50px rgba(255,109,74,0.0),  0 0 0 30px rgba(255,109,74,0);
    }
    100%{
        box-shadow: 0 0 0 0 rgba(255,109,74,0.0),  0 0 0 30px rgba(255,109,74,0);
    }

}

.about-us-title h2 { 
    font-family: 'Black Qulaity' !important; 
}
.no-display-header{
    display: none !important;
}
/* latest update */
.latest-title {
  text-align: center;
  margin-bottom: 2rem;
}
.latest-title h2{ 
  color: #14316d;
  font-size: 24px;
  font-weight: 600;
  transition: 0.5s;
  font-family: 'ACaslonPro-Regular';
  margin-bottom: 5px;
} 

table.table.table-style-1 thead th {
  background: #143570;
  color: white;
  text-align: center;
  font-weight: 600;
  font-family: 'ACaslonPro-Regular';
  font-size: 13px;
  text-align: center;
  padding: 6px 5px;
}
.table-style-1 tr td:first-child {
  border-right: 1.5px solid #dcdcdc !important;
  width: 110px; 
}
.table-style-1 tr td {
  border-bottom: 1.5px solid #dcdcdc;
  padding: 6px 5px;
}
.table-style-1 tr td a, .table-style-1 tr td {
  color: #143570;
  font-weight: 600;
  font-family: 'ACaslonPro-Regular';
  font-size: 13px;
  text-align: center;
  background: white;
}
 
.upcoming-festival ul {
  padding-left: 0;
  list-style: none;
  margin-right: 25px;
  margin-left: 40px;
}
.upcoming-festival ul a {
  display: flex;
  align-items: center;
  color: #143570;
  font-family: 'ACaslonPro-Regular';
  transition: 0.5s;
}
.upcoming-festival ul a:hover, .latest-update-list-wrapper ul li a:hover{ 
  color: #881429; 
}
.upcoming-detail {
  margin-left: 15px;
}
span.date-item {
  font-size: 35px;
  font-weight: 700;
}
.upcoming-detail h6 {
  margin-bottom: 0px;
  font-size: 17px;
  font-weight: 600;
}
.upcoming-detail p {
  font-size: 14px;
  font-weight: 500;
} 
.upcoming-festival ul li {
  padding-block: 5px;
  border-bottom: 1px solid #bebebe;
  padding-left: 15px;
}

.upcoming-festival ul li:last-child{ 
  border-bottom: none; 
}
.latest-update-list-wrapper ul li {
  color: #143570;
  font-family: 'ACaslonPro-Regular';
  font-weight: 600;
  padding-bottom: 5px;
  font-size: 15px;
}
.latest-update-list-wrapper ul li a{
  color: #143570; 
  transition: 0.5s;
}

button.btn.btn-styl-3 {
  font-size: 12px;
  background: #91265b;
  border: 1px solid #91265b;
  color: #ffe479;
  padding: 4px 13px;
  border-radius: 20px;
  font-weight: 600;
  font-family: 'ACaslonPro-Regular';
  line-height: 16px;
  transition: 0.5s;
}
button.btn.btn-styl-3:hover { 
  background: #ffe479;
  border: 1px solid #ffe479;
  color: #91265b; 
}
.latest-update-list-wrapper ul {
  padding-block: 20px; 
}

.latest-daily-bg{ 
  padding-block: 90px; 
  background-image: url('../image/sunset-cloud-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}

/* Media Query */
@media (max-width: 575px) {  
  .upcoming-festival ul { 
    margin-right: 10px;
    margin-left: 10px;
}
  .blog-content-wrap { 
    width: 100%;
    margin-left: 0;
      margin-top: 1rem;
  }
  .blog-wrap { 
    flex-direction: column;
  }

  .footer-pad img {
    width: 100%;
    height: 200px;
  }
  .card-image-with-text img.img-fluid.card-img, h4.title-box span{
    width: 100%;
  }
  .card-mandir .card-madir-container .card-image-with-text {
    width: 100%; 
}
.card-media-coverage {width: 100%;}
  section.banner-img .banner-img-div img.img-fluid {
        height: 250px;
        object-fit: cover;
    }
 
    section.banner-img{ 
      padding-inline: 0;
    }
    section.banner-img .container{  
      max-width: 100% !important;
    }

     /*  */
     .grid-wrapper .box1{
      grid-column-start: 1;
      grid-column-end: 5;
      grid-row-start: 1;
      grid-row-end: 6;
      z-index: 2;
      background-position: center;
    }

    .grid-wrapper .box2{
      grid-column-start: 1;
      grid-column-end: 10;
      grid-row-start: 6;
      grid-row-end: 10;
      z-index: 2;
    }

    .grid-wrapper .box3{
      grid-column-start: 1;
      grid-column-end: 15;
      grid-row-start: 15;
      grid-row-end: 10;
      z-index: 2;
    }


  a.dropdown-item {
    background: #010727;
    border-bottom: 1px solid rgb(1 7 39);
    border-left: 1px solid rgb(1 7 39);
    border-right: 1px solid rgb(1 7 39);
    border-top: 1px solid rgb(1 7 39);
    padding: 10px 20px;
    outline: none;
    color: white;
}

.dropdown-menu.show {
  margin-left: 50px;
}
  section.card-section, section.content-text-section{
    padding-block: 40px;
  }

  .banner-con { 
    margin: auto 15%;
  }

  .bottom-right{ 
    justify-content: flex-start;
  }
  
  .img-gallery-1, .img-gallery-2{
    height: 400px !important;
    object-fit: cover;
  }

  .img-desktop{
    display: none;
  }

  .img-mobile{
    display: block;
    width: 100%;
  }

  .navbar-light .navbar-brand{
    display: block;
  } 
  .about-us-para, .vcr-card .vcr-detail{
    width: 100%;
    text-align: center;
  }

  .primary-header{display: none !important;}
  .about-us .d-flex.align-items-center.justify-content-center{
    flex-direction: column; 
  }
  
  .about-us-title, .about-us-img, .about-us-para{padding-block: 10px;}

  section.mobile-view-quick{
    position: fixed;
    bottom: 0px;
    background: #980001;
    width: 100%; 
    display: block;
  }
  .text-left.side-content.side-content-left, .text-left.side-content.side-content-right{
    text-align: center !important;
  }
  .side-content h3{
    margin-block: 30px;
  }
}