.media-section {
  position: relative;
  padding-top: 60px;
  margin-bottom: 220px;
  margin-top: 72px;
  background-repeat: no-repeat;
}
.media-section.style-01 {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .media-section {
    margin-top: 100px;
  }
}
.media-section::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 300px;
  background-color: #f9f7f7;
}
.media-section .section-title .subtitle p {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
}
.media-section .section-title .title {
  color: #fff;
  font-size: 35px;
  font-weight: 700;
}
@media only screen and (max-width: 320px) {
  .media-section .video-play.style-01::after {
    left: -12%;
  }
}

.media-wrapper {
  position: relative;
  z-index: 9;
  margin-bottom: -160px;
}

.media-item {
  border-radius: 12px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.media-thumb {
  position: relative;
}
.media-thumb img {
  width: 100%;
  border-radius: 8px;
  height: 500px;
}
.media-thumb .gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(160deg, rgba(4, 7, 46, 0) 30%, rgb(4, 7, 46) 100%);
  border-radius: 8px;
}
.media-thumb .media-thumb-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.media-thumb .media-thumb-video .video-play i {
  background: transparent;
  border: 2px solid #fff;
}
.media-thumb .media-thumb-video .video-play::after {
  display: none;
}

.media-content {
  padding-left: 20px;
}
.media-content .category {
  font-size: 12px;
  background-color: #70A548;
  text-transform: uppercase;
  color: white;
  border-radius: 2px;
  padding: 5px 10px;
  font-weight: 500;
  margin-bottom: 10px;
  display: inline-block;
}
.media-content .title {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 16px;
  color: #fff;
  position: absolute;
  bottom: 20px;
}
.media-content .title:hover {
  color: #dcffc3;
}
.media-content .date {
  font-size: 11px;
  font-weight: 500;
  position: absolute;
  right: 35px;
  bottom: 15px;
  color: #fff;
  border-bottom: 2px solid #fff;
}
.media-content .date i {
  margin-right: 8px;
}

.section-title.home-six .description {
  font-size: 16px;
  font-weight: 400;
  color: #57575A;
}
.section-title .subtitle {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}
.section-title .subtitle p {
  font-size: 20px;
  line-height: 26px;
  font-family: var(--body-font);
  font-weight: 700;
  color: var(--heading-color);
  margin: 0;
  margin-right: 10px;
}
.section-title .subtitle .icon {
  margin-right: 10px;
  margin-top: 5px;
}
.section-title .subtitle .icon span {
  font-size: 10px;
  color: black;
  margin-right: 0px;
}
.section-title .subtitle .icon span:last-child {
  margin-right: 0;
}
.section-title .title {
  font-size: 40px;
  line-height: 55px;
  font-family: var(--heading-font);
  font-weight: 700;
  margin-bottom: 25px;
  text-align: center;
}
.section-title .title.style-01 {
  text-align: left;
  color: #fff;
  margin-bottom: 13px;
}
.section-title .title.style-02 {
  text-align: left;
}
.section-title .description {
  font-size: 18px;
  line-height: 28px;
  font-family: var(--body-font);
  font-weight: 500;
  color: #4F4F6B;
  text-align: center;
}
.section-title .description.style-01 {
  font-size: 16px;
  line-height: 21px;
  color: #fff;
  font-weight: 400;
  text-align: left;
}
.section-title .description.style-02 {
  text-align: left;
}

.video-play {
  color: #233d62;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  z-index: 1;
}
.video-play::after {
  content: "";
  position: absolute;
  left: 29%;
  top: -130%;
  z-index: -1;
  width: 70px;
  height: 70px;
  line-height: 70px;
  background: transparent;
  border: 1px solid var(--main-color-one);
  border-radius: 50%;
  animation: pulse-video 1500ms ease-out infinite;
}
.video-play i {
  background: var(--main-color-one);
  height: 45px;
  width: 45px;
  line-height: 45px;
  border-radius: 50%;
  text-align: center;
  color: white;
  margin-left: 40px;
  margin-right: 10px;
  transition: 0.7s all ease;
}
.video-play.home-six {
  font-size: 20px;
  position: absolute;
  z-index: 1;
  left: 26%;
  top: 50%;
  transform: translateY(-50%);
}
.video-play.home-six::after {
  left: 20%;
  top: -18%;
  z-index: -1;
  width: 110px;
  height: 110px;
  line-height: 110px;
  border-color: #fff;
}
.video-play.home-six i {
  height: 80px;
  width: 80px;
  line-height: 80px;
}
.video-play.style-01 {
  font-size: 20px;
}
.video-play.style-01::after {
  left: 19%;
  top: -177%;
  z-index: -1;
  width: 110px;
  height: 110px;
  line-height: 110px;
  border-color: #fff;
}
.video-play.style-01 i {
  height: 60px;
  width: 60px;
  line-height: 60px;
}
.video-play.style-02:hover i {
  border-color: red;
  color: red;
}
.video-play.style-02 i {
  background: transparent;
  height: 95px;
  width: 95px;
  line-height: 95px;
  border: 2px solid #fff;
  border-radius: 4px;
  margin-left: 0;
  font-size: 24px;
}
.video-play.style-02::after {
  display: none;
}
.video-play.style-03 i {
  width: 146px;
  height: 146px;
  line-height: 146px;
  font-size: 35px;
}
.video-play.style-03::after {
  left: 17%;
  top: -410%;
  width: 160px;
  height: 160px;
  line-height: 160px;
  border: 1px solid #fff;
}
.video-play.style-04 i {
  width: 42px;
  height: 42px;
  line-height: 42px;
  font-size: 16px;
  color: var(--main-color-one);
  background: #fff;
}
.video-play.style-04 span {
  font-size: 16px;
  line-height: 21px;
  font-family: var(--heading-font);
  font-weight: 700;
  color: #373737;
}
.video-play.style-04::after {
  content: none;
}
.video-play.style-05 i {
  margin-left: 0;
  margin-right: 0;
}
.video-play.style-05::after {
  left: -15px;
}
.video-play.style-06::after {
  left: -10%;
  top: -320%;
  z-index: -1;
  width: 133px;
  height: 130px;
  line-height: 130px;
  border-color: rgba(255, 255, 255, 0.3);
}
.video-play.style-06 i {
  height: 110px;
  width: 110px;
  line-height: 110px;
  font-size: 40px;
  margin: 0;
}

.page-link {
  color: #333;
}
.page-link:hover {
  color: #fff;
  background-color: black;
}

/* CSS for active state of page links */
.page-link.active {
  color: white;
  background-color: black;
  border-color: black;
}

/* CSS for hover effect on page links */
.page-link:hover {
  color: white;
  background-color: black;
  border-color: black;
}/*# sourceMappingURL=media.css.map */