.viewReadAll {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.viewReadAll .allLinkTxt {
  color: #1E9F7F;
  font-family: Montserrat600;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}

.blogunderLine {
  text-decoration: none;
}

.arrowBtnDiv {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  -moz-column-gap: 5px;
       column-gap: 5px;
  padding-top: 15px;
}
.arrowBtnDiv .ReadMore {
  color: #1E9F7F;
  font-family: Montserrat600;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}
.arrowBtnDiv .greenArrow {
  color: #1E9F7F;
}

.arrowBtnDiv {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  -moz-column-gap: 5px;
       column-gap: 5px;
  padding-top: 15px;
}
.arrowBtnDiv .yellowReadMore {
  color: #F4AC1C;
  font-family: Montserrat700;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}
.arrowBtnDiv .yellowArrow {
  color: #F4AC1C;
}

.glider .smallImgMain:first-child {
  margin-left: 10px; /* Adjust as needed */
}

.glider-slide {
  min-width: 104px !important;
}

/* Style and position previous arrow */
.glider-prev {
  left: -20px !important; /* Adjust as needed */
}

/* Style and position next arrow */
.glider-next {
  right: -20px !important; /* Adjust as needed */
}

.glider-track .smallImgMain {
  width: 100px !important;
  margin-right: 10px !important;
}

.upcomingEventWrap .upcomingEventMain .upcomingEventBox .RightSec .calenderDate {
  display: flex;
  justify-content: start;
  align-items: center;
  -moz-column-gap: 12px;
  column-gap: 12px;
  padding-top: 15px;
}

.upcomingEventWrap .previousEventDiv .previousEventCard .prevEventRight .calenderDate {
  display: flex;
  justify-content: start;
  align-items: center;
  -moz-column-gap: 12px;
  column-gap: 12px;
  padding-top: 15px;
}

.upcomingEventWrap .upcomingEventMain .upcomingEventBox .RightSec .readMoreBtn {
  cursor: pointer;
  color: #f4ac1c;
  font-family: Montserrat600;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  text-decoration: none;
}

.upcomingEventWrap .previousEventDiv .previousEventCard .prevEventRight .readMoreBtn {
  cursor: pointer;
  color: #f4ac1c;
  font-family: Montserrat600;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  text-decoration: none;
}

.calenderDatePrev {
  display: flex;
  justify-content: start;
  align-items: center;
  -moz-column-gap: 12px;
  column-gap: 12px;
  padding-top: 15px;
}

.calenderDatePrev .date {
  margin-bottom: 0px !important;
}

.video-thumb {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}

.play-button-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 28px;
  color: white;
  border-radius: 50%;
  pointer-events: none;
}/*# sourceMappingURL=common.css.map */