/* ================ back to top =================*/
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  left: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #000000 url(../images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 40px;
    width: 40px;
    left: 30px;
    bottom: 30px;
  }
}
/* ================ end back to top =================*/

/* ================ Loader =================*/
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/loader-64x/Preloader_2.gif) center no-repeat #fff;
}
/* ================ end Loader =================*/

	/* 	view count */
.pvc_stats{
	color:#a2a1a1 !important;
	padding:0 !important;
	font-size: 1.0rem !important;
    font-weight: 500 !important;
}
.pvc_stats .pvc-stats-icon{
	display:none !important;
}
/* 	view count */
.event-show-box {
    border-radius: 12px;
    padding: 15px 0 15px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    background: #FFFFFF;
    border-left: 9px solid #E55C3E;
}

.event-show-box-pad .date {
    font-size: 3.0rem;
}

.event-show-box-pad .details {
}

.event-show-box-pad .details .event {
    font-size: 2.7rem;
}

.event-show-box-pad .details .time {
    font-size: 1.4rem;

}
@media (max-width: 1400px) {
    .event-show-box-pad .date {
        font-size: 2.5rem;
    }
	.event-show-box-pad .details .event {
    font-size: 2.3rem;
 }
}
@media (max-width: 991.98px) {
    .event-show-box-pad .date {
        font-size: 2.3rem;
    }

    .event-show-box-pad .details .event {
        font-size: 2.0rem;
        font-weight: 500;
    }

    .event-show-box {
        border-left: 5px solid #E55C3E;
        padding: 15px 0 15px 0;

    }
}
@media (max-width: 575.98px) {
    .event-show-box-pad .details .event {
        font-size: 1.5rem;
    }
}
/*event-box*/
.scroll-sec{
	padding:0 30px; 
    overflow-y: scroll;
    overflow-x: hidden;
	height: max-content;
}
.scroll-sec::-webkit-scrollbar {
    width: 8px;
}
 
.scroll-sec::-webkit-scrollbar-track {
    background-color: #FFFFFF;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.scroll-sec::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #C9C6C6; 
}
footer .order-lg-4 {
    align-self: flex-end;
}
