.event-page .title {
  padding-bottom: 25px;
}
.event-page .title .main-heading-2 {
  font-size: 14px;
  font-weight: 600;
  color: #999;
  letter-spacing: 0.8px;
  margin-bottom: 20px;
}
.event-page .title .main-heading {
  font-size: 50px;
  font-weight: 700;
  padding-bottom: 30px;
}
.event-page .title .main-heading.main-heading-customized {
  font-size: 38px !important;
  font-weight: 700;
  padding-bottom: 30px;
}
.event-page .content p {
  font-size: 15px;
  font-weight: 400;
  word-spacing: 1px;
  text-align: justify;
  color: #555;
}

.event-page .title .main-heading::after {
  content: "";
  position: absolute;
  width: 70px;
  height: 3px;
  bottom: 0;
  left: 0;
  background: #db1439;
  transition: all 1s;
}

.event-page .title .main-heading::before {
  content: "";
  position: absolute;
  width: 200px;
  height: 1px;
  bottom: 1px;
  left: 0;
  background: #d9d1d1;
}

.event-page .title .main-heading:hover::after {
  left: 130px;
}

.event-page .side-content {
  padding: 45px 0 0;
}
.event-page .side-content .sub-heading {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

/* Images */
.event-page .about-img {
  position: relative;
  width: 80%;
  height: 80%;
  margin-left: auto;
}
.event-page .about-img.min-h {
  min-height: 500px;
}
.event-page .about-img .about-font-img {
  position: absolute;
  z-index: 1;
  left: -60px;
  bottom: -70px;
  width: 250px;
  height: 250px;
}
.event-page .about-img .about-back-img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.event-page .about-img.min-h img {
  border-radius: 20px 0 0 20px;
}

/* Gallery */
.event-page .gallery-area .gallery-box .single-gallery {
  overflow: hidden;
  z-index: 0;
  position: relative;
}
.event-page .gallery-area .gallery-box .single-gallery .gallery-img {
  background-size: cover;
  background-repeat: no-repeat;
  height: 486px;
}
.event-page .gallery-area .gallery-box .single-gallery::after {
  content: "";
  background-color: rgba(11,14,13,0.702);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .4s ease-out 0s;
  -moz-transition: all .4s ease-out 0s;
  -ms-transition: all .4s ease-out 0s;
  -o-transition: all .4s ease-out 0s;
  transition: all .4s ease-out 0s;
}
.event-page .gallery-box:hover .single-gallery::after {
  visibility: visible;
  opacity: 1;
}

/*  */
.image-box:hover img {
  transform: scale(1.1);
}
.divider {
  height: 1px;
  background: #ddd;
  margin: 2rem 0;
}

/*  */
.event-page .list .item {
  padding: 10px 20px;
  background: #e1e1e1;
  margin-bottom: 10px;
  border-radius: 10px;
  border: 1px solid #ddd;
}
.event-page .list .item i {
  margin-right: 20px;
  color: #454648;
}
.event-page .list .item:last-child {
  margin: 0;
}

/* Event Grid */
.event-box {
  transition: all 0.5s;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
}
.event-box .event-thumb .event-img {
  width: 100%;
  height: 340px;
}
.event-box .event-thumb .event-img img {
  border-radius: 5px 5px 0 0;
}
.event-box .event-thumb .event-date {
  position: absolute;
  left: 20px;
  bottom: 20px;
  color: #fff;
  background: #e11c41;
  padding: 20px 10px;
  font-size: 14px;
  font-weight: 600;
}
.event-box .event-content {
  padding: 20px;
}
.event-box .event-content .caption {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 10px;
  color: #e11c41;
}
.event-box .event-content .title {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1px;
}
.event-box .event-content p {
  font-size: 14px;
  letter-spacing: 0.2px;
}
.event-box .event-content a,
.event-box-2 .red-read-more {
  color: #e11c41;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}
.event-box .event-content a i,
.event-box-2 .red-read-more i {
  transition: all 0.5s;
}
.event-box:hover,
.event-box-2:hover {
  box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 20%);
}
.event-box:hover .event-img img,
.event-box-2:hover .event-img img {
  transform: rotate(-3deg) scale(1.1);
}
.event-box:hover .event-content a i,
.event-box-2:hover .red-read-more i {
  margin-left: 1rem !IMPORTANT;
}

.event-box-2 {
  transition: all 0.5s;
  border-radius: 15px;
}

/*  */
.border-b-animate::after {
  content: "";
  position: absolute;
  width: 20%;
  height: 3px;
  bottom: 0;
  left: 20%;
  background: #db1439;
  transition: all 1s;
}
.border-b-animate::before {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 20%;
  background: #d9d1d1;
  width: 60%;
  height: 1px;
}
.border-b-animate.text-center::before {
  left: 20%;
}
.border-b-animate.text-center::after {
  left: 20%;
}
.border-b-animate:hover::after {
  left: 60%;
}