@import url("https://fonts.googleapis.com/css2?family=Overpass:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
html {
  scroll-behavior: smooth;
}

body {
  font-size: 15px;
  line-height: 24px;
  color: #19272e;
  letter-spacing: -0.01em;
  -webkit-font-smoothing: antialiased;
  font-family: "Overpass", sans-serif;
  overflow-x: hidden;
  background-image: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Overpass", sans-serif;
}

.post,
.page {
  margin: 0 0 0em;
}

a {
  color: #fff;
}

a:hover,
a:visited,
a:active {
  color: #fff;
}
.nav-link:focus,
.nav-link:hover {
  color: #ff4e00 !important;
}

/*menu*/
/********************************************
# Header CSS
********************************************/

.main-menu li a.nav-link {
  color: #fff;
  font-weight: 700;
  display: block;
  font-size: 16px;
  padding: 15px !important;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
}
.main-menu li a.nav-link:hover,
.main-menu li.active a.nav-link {
  color: #ff4e00 !important;
}

.page-template-page--front #menu-primary-menu li a {
  color: #ffffff !important;
}

.page-template-page--front #menu-primary-menu .dropdown-menu li a {
  color: #fff !important;
}

.man-breadcrumb {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
  margin-bottom: 7px;
}

.man-breadcrumb {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
  margin-bottom: 7px;
}
.man-breadcrumb,
.man-breadcrumb li,
.man-breadcrumb li a {
  text-decoration: none;
  font-family: Overpass;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.man-breadcrumb li {
  list-style: none;
  margin-right: 10px;
  display: inline-block;
  font-weight: 700;
}
.man-breadcrumb li.item-current {
  color: #efefef;
}

.video-title {
  font-size: 26px;
  font-weight: 700;
  color: #fff;

  margin-bottom: 43px;
  position: relative;
}
.single-video-cont {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.template-live .single-video-cont,
.single-video-full {
  margin: 0 auto;
}
.single-video-cont,
.single-video-full {
  max-width: 100%;

  /*background: rgba(3, 9, 31, 0.42);*/
  /*box-shadow: 0px 0px 5px #ff4e0063;*/
  margin-bottom: 50px;
}
.single-video-cont iframe,
.single-video-full iframe {
  border-radius: 10px;
  overflow: hidden;
}
.single-video-full div#preview-container {
  max-width: 100%;
}
.single-video-meta.post-meta div,
.single-video-meta.post-meta div a {
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}
.video-views-full,
.video-date-full {
  color: #fff;
  font-size: 15px;
}
.related-cont a {
  display: block;
}
.single-video-meta.post-meta div + div {
  margin-top: 15px;
}
.single-video-meta.post-meta div a + a {
  margin-left: 10px;
}

.single-video-meta.post-meta div a {
  transition: all 0.3s ease-in-out;
}

.single-video-meta.post-meta div a:hover {
  opacity: 0.8;
}

.single-video-meta.post-meta div img {
  width: 17px;
  height: 18px;
  margin-right: 10px;
}
.single-video-info p {
  font-family: Overpass;
  font-weight: 400;
  font-size: 15px;
  line-height: 28px;
  color: #f7f7f7;
}
.single-video-info h1.entry-title.single-video-title {
  font-family: default;
  color: #f7f7f7;
  font-size: 21px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 55px;
  margin-top: 0;
}
body:not(body.home) .site-header {
  background: #141b34;
}
.single-video-cont .tIgEe {
  background-color: #ff4e00;
}
.single-video-cont .tIgEe:hover {
  background-color: #080e25;
}
.single-video-cont.single-video-full .emOewn {
  color: #03091f !important;
  font-family: Overpass;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  margin: 0;
}
@media (min-width: 1280px) {
  .single-video-cont,
  .single-video-full {
    max-width: 100%;
  }
}

.single-video__comments-link {
  position: relative;
  text-align: center;
}

.single-video__comments-link__inner {
  font-size: 14px;
  padding: 11px 43.5px;
  border-style: solid;
  border-width: 1px;
  border-color: #e8e8e8;
  border-radius: 50px;
  background: #fff;
  position: relative;
  z-index: 9;
}

.single-video__comments-link__inner a:before {
  content: "\f075";
  font-family: "font awesome 5 free";
  margin-right: 13px;
  -webkit-font-smoothing: antialiased;
}

.single-video__comments-link:after {
  position: absolute;
  content: "";
  height: 1px;
  background-color: #e8e8e8;
  width: 100%;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 1;
}

.video-description {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  color: #fff;
  margin-bottom: 5px;
}

.video-meta {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  color: #949cb0;
  margin-bottom: 20px;
}

.video-meta .video-views {
  flex: 1;
}

.video-views .fa {
  margin-right: 5px;
}

.video-meta .video-date {
  flex: 1;
  text-align: right;
}

.video-meta a {
  color: #f5f5f5;
}

/**related video grid*/

/**
 * video sidebar
 */
body.archive .postscript {
  margin-top: 100px;
}
.man_breadcrumb_wrap {
  margin: 75px 0 50px;
}
.single.single-video .man_breadcrumb_wrap {
  margin: 30px 0 15px;
}

.video-sidebar {
  margin-top: 50px;
}

.video-sidebar h2 {
  font-size: 18px;
  font-weight: 500;
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 23px;
  color: #fff;
}

.video-sidebar-left {
  margin-bottom: 25px;
  background: #0d142e;
  border-radius: 10px;
  overflow: hidden;
  border: 0.5px solid rgba(255, 78, 0, 0.68);
}

.video-sidebar-left .search-form {
  padding-bottom: 70px;
}

.video-sidebar-left h2 {
  font-size: 20px;
  font-weight: 700;
  position: relative;
  display: block;
  overflow: hidden;
  color: #fff;
  margin-bottom: 0px;
  background: #ff4e00;
  padding: 8px 12.29px;
}
.video-sidebar-left ul {
  list-style: none;
  margin: 0;
  background: transparent;
  padding: 20px 12.29px;
}
.video-sidebar-left ul li,
.video-sidebar-left ul li a {
  padding-bottom: 0;
  text-decoration: none;
  font-family: Overpass;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: #ffffff;
  display: block;
  transition: all 0.3s ease-in-out;
}
.video-sidebar-left ul li.current-cat,
.video-sidebar-left ul li.current-cat a,
.video-sidebar-left ul li:hover,
.video-sidebar-left ul li a:hover {
  color: #ff4e00;
}
.video-sidebar-left ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.video-sidebar-left ul li + li {
  margin-top: 4px;
}
/*posctscript*/

.postscript {
  background: #03091f;
  color: #fff;
  padding-top: 50px;
}

.page-template-page--front .postscript {
  margin-top: 0px !important;
}

.postscript h2 {
  font-size: 18px;
  font-weight: bold;
}

.postscript ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 15px;
  margin-bottom: 40px;
}

.postscript li {
  padding: 4px 0;
  line-height: 24px;
}

.postscript a {
  color: #d1d1d1;
}

.postscript #menu-footer-menu {
  columns: 2;
}

.footer-cont {
  padding: 15px 0px;
  color: #fff;
  background-color: #ff4e00;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.footer-cont p {
  font-family: Overpass;
  font-weight: 300;
  font-size: 12px;
  line-height: 18px;
  align-items: center;
  color: #ffffff;
  margin-bottom: 0;
}
ul.footer-social li {
  display: inline-block;
}

ul.footer-social li a {
  display: block;
  width: 30px;
  height: 30px;
  background: #fff;
  text-align: center;
  line-height: 30px;
  border-radius: 100px;
  padding: 2px 0;
  transition: all 0.3s ease-in-out;
  margin: 0 7px;
}

ul.footer-social li a:hover {
  background: #ff4e00;
}

ul.footer-social li a:hover svg path {
  fill: #fff;
}

ul.footer-social {
}

.afreesat-footer-widget a {
  display: block;
  text-align: center;
}

.afreesat-footer-widget a.contact-btn {
  background: #ff4e00;
  display: inline-block;
  width: 203px;
  height: 50px;
  padding: 0;
  border-radius: 100px;
  text-decoration: none;
  font-family: Overpass;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 50px;
  /* identical to box height */
  text-align: center;
  color: #ffffff;
  margin: 60px auto;
}

.afreesat-footer-widget {
  text-align: center;
}
/*header*/
.site-header .navbar {
  padding-top: 13px;
  padding-bottom: 13px;
  background: rgba(3, 9, 31, 0.7);
}
.site-header {
  position: relative;
  z-index: 3;
}

.page-template-page--front .site-header {
  box-shadow: none;
}

/*search-from*/

.search-form {
  position: relative;
  max-width: 250px;
  overflow: hidden;
  margin: 0 0 0 auto;
}
.search-form button {
  background: #fff;
  padding: 0;
  position: absolute;
  right: 0;
  border: none;
  margin-top: 0;
  width: 48px;
  height: 40px;
  border-radius: 0 20px 20px 0;
  line-height: 45px;
  color: #ff4e00;
}

.search-form input {
  float: left;
  width: 100%;
  padding: 0 15px !important;
  border-radius: 20px;
  background: #ff4e00;
  height: 40px;
  border: none !important;
  color: #fff !important;
  line-height: 35px;
}
.search-form input::-webkit-input-placeholder {
  /* Edge */
  color: #fff;
}

.search-form input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}

.search-form input::placeholder {
  color: #fff;
}
.search-form input:hover,
.search-form input:focus {
  border: none;
  outline: none;
  box-shadow: none;
}

/*next-videos*/

.man-grid {
  padding: 0px 0 10px 0;
}

.grid-cont {
  margin-bottom: 30px;
}

.next-video-grid {
  background: #efefef;
  margin-bottom: 30px;
  padding-top: 25px;
}

.man-grid .col-inner {
  margin-bottom: 10px;
}

.man-grid .grid-title {
  display: block;
  width: 100%;
  font-family: "Overpass", sans-serif;
}

.widget-title-cont {
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
}

.man-grid .widget-title {
  font-size: 24px !important;
  margin-bottom: 19px;
  line-height: 38px;
  font-weight: 600;
  font-family: "Overpass", sans-serif;
}

.movie-view-more {
  border-top: 1px solid #cccccc;
  padding-bottom: 14px;
  padding-top: 0;
  text-transform: uppercase;
  width: 100%;
  justify-content: end;
  align-items: baseline;
}

.movie-view-more a {
  color: #949cb0;
  margin-top: 5px;
  display: block;
  font-size: 14px;
}

.man-grid .video-views {
  display: block;
  width: 100%;
}

.man-grid .noThumb {
  min-height: 78px;
  height: 100%;
  background: #444444;
}

.man-grid img {
  width: 100%;
}

.man-grid .video-title {
  display: -webkit-box;
  max-height: 36px;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 2;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  margin: 10px 0 2px 0;
  font-weight: 700;
  font-family: "Overpass", sans-serif;
}

.video-sidebar .man-grid .video-title {
  color: #121212;
}

.man-grid .video-views {
  font-size: 12px;
  color: #949cb0;
  flex-shrink: 0;
}

.single-video-related-title {
  font-family: "Overpass", sans-serif;
  font-weight: 900;
  font-size: 36px;
  line-height: 55px;
  color: #ffffff;
  margin-bottom: 38px;
  padding-left: 2.5vw;
}

.related-body-title {
  margin-top: 30px;
}

.comments {
  margin-top: 50px;
  margin-bottom: 60px;
}

.comments-title {
  font-size: 18px;
}

.comment-reply-title {
  font-size: 18px;
}
.single-featured-image {
  text-align: right;
  padding: 30px 0;
  height: 100%;
  display: flex;
  align-items: center;
}
.single-featured-image a {
  display: block;
}
.single-featured-image a img {
  border-radius: 10px;
}
.single-video-info-wrap {
  overflow: hidden;
}
.single-video-info {
  height: 100%;
  padding: 20px 0;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
}

/*front */

.front-hero {
  background: black;
  width: 100%;
  min-height: 450px;
  margin-top: -80px;
  padding-top: 180px;
  background-position: center center;
  background-size: cover !important;
  background-repeat: no-repeat;
  display: flex;
  align-items: flex-end;
}
.post-meta div.post-serise,
.post-meta div.video-series-episodes-wrapper {
  display: flex !important;
  align-items: center;
  line-height: 1;
  font-size: 8px;
  flex-wrap: wrap;
}
.single.single-video .post-meta div.post-serise,
.single.single-video .post-meta div.video-series-episodes-wrapper {
  color: #ff4e00;
}
.post-meta div.video-episodes,
.post-meta div.video-series-episodes-wrapper .video-episodes {
  margin-top: 0;
}

.post-meta div.post-serise .video-series,
.post-meta div.video-series-episodes-wrapper div.video-series {
  margin-right: 5px;
}
.post-meta div.post-serise .video-episodes,
.post-meta div.video-series-episodes-wrapper div.video-episodes {
  margin-left: 5px;
}
.post-meta div a,
.post-meta div.video-series-episodes-wrapper div a {
  text-decoration: none;
}
.post-meta div.video-series a,
.post-meta div.video-series-episodes-wrapper div.video-series a {
  font-size: 14px;
  line-height: 20px;
}

.post-meta div.video-series-episodes-wrapper div.video-episodes,
.post-meta div.video-series-episodes-wrapper div.video-episodes a {
  font-size: 14px;
}
ul.pagination {
  margin: 50px 0;
  justify-content: center;
}
ul.pagination {
  margin: 50px 0;
  justify-content: center;
}

ul.pagination li .page-link {
  background: transparent;
  padding: 0;
  min-width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 0 !important;
  font-size: 16px;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
  color: #fff;
}

ul.pagination li.page-item.active .page-link {
  background: transparent;
  border: 1px solid #fff;
}

ul.pagination li + li {
  margin-left: 15px;
}
ul.pagination li.active .page-link.current,
ul.pagination li .page-link:hover {
  background: #ff4e00;
  border-color: #ff4e00;
  color: #fff;
}
ul.pagination li .page-link:focus {
  outline: none;
  box-shadow: none;
  color: #fff;
}
.gekhZU,
.gekhZU:hover,
.ePHRie,
.ePHRie:hover,
.fFvCZD {
  background: #ff4e00 !important;
}
.hsrLhX,
.eGaBDj {
  border: none !important;
}
@media (min-width: 768px) {
  .front-hero {
    min-height: 650px;
  }
  .single-video-full div#preview-container {
    min-height: 350px;
  }
}

@media (max-width: 768px) {
  .front-hero {
    margin-top: 0px;
  }
  .page-template-page--front #menu-primary-menu li a {
    color: #fff !important;
  }
  .page-template-page--front #menu-primary-menu .dropdown-menu li a {
    color: #fff !important;
  }
}

.page-template-page--front .site-header {
  margin-bottom: 0px;
}

.section {
  padding-top: 60px;
  padding-bottom: 5px;
}

.section h2 {
  display: none;
}

.section-one {
  background: #f5f5f5;
}

.section-two {
  background: #ffffff;
}

.section-three {
  background: #dfe3e4;
}

.section h2 {
  color: #19272e;
  line-height: 38px;
  margin: 0px 0px 19px;
  font-size: 32px;
}

.page-template-page--front .post,
.page-template-page--front .page {
  margin: 0 0 0 0 !important;
}

.page-template-page--front .page-content,
.page-template-page--front .entry-content,
.page-template-page--front .entry-summary {
  margin: 0 !important;
}

.hero-content {
  margin: 40px 0 50px;
}

@media (min-width: 768px) {
  .hero-content {
    width: 50%;
  }
}

.hero-content .read-more {
  font-family: "Overpass", sans-serif;
  text-decoration: none;
  background: none;
  color: #fff;
  font-weight: 700;
  line-height: 18px;
  vertical-align: baseline;
  letter-spacing: -0.14px;
  word-spacing: 0px;
  font-size: 15px;
}

.hero-text-btn {
  margin: 17px 0 28px;
}

.hero-content .read-more .icon {
  margin: 0px 7px 0 0;
}

.hero-text {
  color: #fff;
}

.hero-text h2 {
  font-size: 44px;
  font-weight: bold;
  line-height: 57.2px;
  vertical-align: baseline;
  letter-spacing: -1.1px;
  word-spacing: 0px;
  margin: 0px;
  padding: 0px;
}

@media (min-width: 768px) {
  .hero-text h3 {
    font-size: 45px;
  }
  .hero-text {
    color: #fff;
    line-height: 1.1;
    white-space: normal;
  }
  .hero-text {
  }
}

/***template live*/

.template-live {
  background: #06090f !important;
}

.t-live-header {
  background: #ffffff !important;
}

.page-live-hero {
  background: #131722;
  padding-top: 35px;
  padding-bottom: 305px;
  max-height: 100vh;
  min-height: 400px;
}

.title-live {
  font-size: 24px;
  font-weight: 600;
  color: #efefef;
  margin-top: 45px;
  margin-bottom: 30px;
}

.video-full-width {
  background: #002533;
  padding-bottom: 15px;
}

.related-cont {
  background: #03091f;
  overflow: hidden;
  width: 100%;
}
.home .main-header {
  background: rgba(3, 9, 31, 0.7) !important;
}

.video-full-width .man-breadcrumb {
  padding-top: 0;
  margin-bottom: 0;
}

.video-full-width .video-title {
  max-width: 77%;
  font-size: 26px;
  font-weight: 600;
  padding-top: 30px;
}

.video-meta-item-spacer::before {
  content: "|";
  display: inline-block;
  margin: 0 15px;
  color: #ccc;
}

.video-meta-item {
  font-size: 12px;
  color: #fff;
  font-weight: 600;
}

.video-meta-item-upper {
  text-transform: uppercase;
}

.grid-cont {
  margin-bottom: 30px;
}

@media screen and (max-width: 550px) {
  .single-video-cont {
    height: unset !important;
  }
  .single-video-cont iframe {
    min-height: auto;
  }
}

.inplayer-paywall a:hover {
  color: #000;
}

.inplayer-paywall a:active {
  color: rgb(62, 67, 72);
}

.inplayer-paywall a:visited {
  color: rgb(62, 67, 72);
}

/*********************************
#Video CSS
**********************************/
h3.post__title {
  color: #fff1eb;
  font-size: 16px;
  font-weight: 900;
  margin-bottom: 25px;
}

h3.post__title a {
  color: #fff1eb;
}

.owl-carousel .owl-item img {
  width: auto;
}
.related-video-grid.owl-carousel .owl-stage {
  padding-bottom: 30px;
}
.related-video-grid .owl-nav button {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 2px solid #ff4e00 !important;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
}

.related-video-grid .owl-nav button + button {
  margin-left: 15px;
}

.related-video-grid .owl-nav button:hover {
  background: #ff4e00 !important;
}

.related-video-grid .owl-nav button:hover svg path {
  stroke: #fff;
}

.related-video-grid .owl-nav {
  position: absolute;
  right: 0;
  top: -85px;
}
.post__content-video-icon img {
  position: relative;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  width: 70px !important;
  height: 70px;
  margin: 0 auto;
}
.post__item.post__item_3:hover .post__content-video-icon img {
  opacity: 1;
  visibility: visible;
}
.post_tab .row,
.post_list .row {
}
ul#menu-top-menu {
  margin: 0;
}
.title-icon h2 {
  position: relative;
  display: inline-block;
}
.title-icon h2:after {
  content: "";
  width: 18px;
  height: 34px;
  background: url("../../images/fire.svg");
  right: -35px;
  top: 0;
  background-size: cover;
  position: absolute;
}
.post__content .post__title {
  margin: 0px 0px 15px 0px;
  font-family: "Overpass", Sans-serif;
  font-size: 14px;
  font-weight: 900;
}
.cat-man-grid {
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
  column-gap: 24px;
}

.cat-man-grid .post__item_wrap {
  flex-basis: 23.32%;
}
.site-header .dropdown-menu {
  font-size: 18px;
  text-align: left;
  background-color: #03091f;
  border: 0;
  border-radius: 10px;
}
.site-header .dropdown-menu .dropdown-item {
  font-weight: 700;
  color: #fff;
  font-family: "Overpass", Sans-serif;
  padding: 10px 15px;
}
.site-header .dropdown-menu .dropdown-item:focus,
.site-header .dropdown-menu .dropdown-item:hover {
  color: #03091f;
  background-color: #fff;
}
.no-results.not-found h1,
section.no-results.not-found p {
  color: #fff;
  text-align: center;
}

.no-results.not-found .page-content form {
  margin: 0 auto;
}
.video-list-slider.video-list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 8px;
  row-gap: 15px;
}
.post_item .post-meta {
  font-size: 11px;

  color: #fff;
}

.post_item .post-meta div {
  display: flex;
  align-items: center;
}

.post_item .post-meta div img {
  margin-top: -2px;
  margin-right: 3px;
}

.related-video-grid.video-list-slider {
  padding-left: 2.5vw;
}
body.search.search-results .site-main {
  padding: 100px 0;
}

body.search.search-results .site-main h1.page-title {
  color: #fff;
}
.post__content .post__title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.inplayer-html-asset {
  position: relative;
  width: 100%;
  --bs-aspect-ratio: calc(9 / 16 * 100%);
  display: block;
}
.inplayer-html-asset::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.inplayer-html-asset > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.vjs-poster {
  background-color: #03091f !important;
}
.styled__DescriptionHolder-fcvl57-10 .cRWhBs,
.styled__TitleHolder-fcvl57-9 .cRWhBs {
  color: #fff;
  font-weight: 400;
  margin: 0;
  font-size: 18px;
  font-family: "Overpass", Sans-serif;
}

.live-btn a.elementor-button-link {
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
}

.live-btn a.elementor-button-link span.elementor-button-text {
  display: none;
}

.live-btn a.elementor-button-link span.elementor-button-icon {
  margin: 2px 0 0 0;
}

.live-btn a.elementor-button-link span.elementor-button-content-wrapper {
  position: relative;
  width: 48px;
  height: 48px;
}
body.search.search-no-results section.no-results.not-found {
  padding-top: 90px;
  padding-bottom: 88px;
}
@media (max-width: 1399px) {
  .cat-man-grid .post__item_wrap {
    flex-basis: 23.057%;
  }
}
@media (max-width: 1199px) {
  .cat-man-grid .post__item_wrap {
    flex-basis: 31%;
  }
}
@media (min-width: 992px) {
  .cat-man-grid .post-meta,
  .related-video-grid .post-meta,
  .grid-item-four_column .post-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .cat-man-grid .post-meta div + div,
  .related-video-grid .post-meta div + div,
  .grid-item-four_column .post-meta div + div {
    margin-top: 0px;
  }
  .single-video-cont,
  .single-video-full {
    max-width: 70%;
  }
}
@media (max-width: 991px) {
  .main-menu li a.nav-link {
    padding: 15px 6px !important;
    text-align: left;
  }

  .navbar-collapse .main-menu {
    margin-left: 0;
    padding: 0 20px;
  }
  .navbar-collapse .main-menu .dropdown-menu {
    color: #fff;
    background-color: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
  }
  .navbar-collapse .main-menu .dropdown-menu .dropdown-item {
    padding: 0.25rem 5px;
    font-weight: 700;
    color: #fff;
    border: 0;
    font-size: 16px;
    text-transform: uppercase;
  }
  .site-header .navbar-toggler:hover,
  .site-header .navbar-toggler:focus {
    border: none;
    outline: none;
    box-shadow: none;
  }
  .site-header .navbar-toggler {
    padding: 0;
  }
  .cat-man-grid .post__item_wrap {
    flex-basis: 47.67%;
  }
  .video-title:after {
    width: 50%;
  }
  .post-meta div {
    font-size: 12px;
  }
  .eGaBDj {
    min-height: 100px !important;
    border: none !important;
  }
  .search-form {
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .navbar-collapse {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    background: #070a1d;
  }
  .single-video-info h1.entry-title.single-video-title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 15px;
  }
  .single-video-info {
    padding: 0;
  }
  .cat-man-grid .post__item.post__item_3,
  .related-video-grid .post__item.post__item_3,
  .post__item.post__item_3.grid-item-four_column {
    min-height: 250px;
  }
  .single-video-related-title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px;
  }
  body.search.search-no-results section.no-results.not-found {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .dFkrAN {
    display: block !important;
  }
  .gvBiwg {
    float: none !important;
    margin-top: 10px;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .post__item.post__item_3 {
    min-height: 275px;
  }
  .post__content-video-icon {
    min-height: 150px;
    line-height: 150px;
  }
  .post-meta div img {
    margin-right: 5px;
  }
  .post-meta div {
    font-size: 13px;
  }
  body.search.search-results .site-main {
    padding-left: var(--bs-gutter-x, 0.75rem);
    padding-right: var(--bs-gutter-x, 0.75rem);
  }
}
@media (max-width: 538px) {
  .cat-man-grid {
    row-gap: 20px;
    column-gap: 20px;
  }
}
@media (max-width: 452px) {
  .cat-man-grid {
    row-gap: 18px;
    column-gap: 16px;
  }
}

@media (min-width: 1399px) {
  .video-list-slider.video-list .post_item {
    flex-basis: calc(25% - 6px);
  }
}
@media (min-width: 1200px) {
  .video-list-slider.video-list.row-clumn-six_column .post_item {
    flex-basis: calc(20% - 6.5px);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .video-list-slider.video-list.row-clumn-six_column .post_item {
    flex-basis: calc(25% - 6px);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .video-list-slider.video-list.row-clumn-six_column .post_item {
    flex-basis: calc(33.333% - 6px);
  }
}
@media (max-width: 1398px) {
  .video-list-slider.video-list .post_item {
    flex-basis: calc(25% - 6px);
  }
}
@media (max-width: 1199px) {
  .video-list-slider.video-list .post_item {
    flex-basis: calc(33.333333% - 6px);
  }
}
@media (max-width: 991px) {
  .video-list-slider.video-list .post_item {
    flex-basis: calc(50% - 4px);
  }
  .hsrLhX {
    min-height: 100px !important;
  }
}
/*Video Tag css start*/
.video_tag_page {
  background-color: #002533;
  padding: 10px 0 10px 0;
}
.video_tag_page .page-header h1.page-title {
  display: none;
}
.video_tag_page .entry-header {
  padding: 0 15px 0 15px;
}
.video_tag_page .entry-header .man-breadcrumb .seperator {
  color: #de577c;
}
.video_tag_page .entry-header .man-breadcrumb li a:hover {
  color: #de577c;
}
.video_tag_page .single-video {
  margin: 0 15px 0 15px;
}
.video_tag_page .video-meta {
  padding: 0 15px 0 15px;
  color: #fff;
}
.video_tag_page .video-title {
  padding: 20px 15px 15px 15px;
  margin: 0;
}
.video_tag_page .entry-footer {
  display: none;
}
@media only screen and (max-width: 650px) and (min-width: 300px) {
  .video_tag_page .video-meta {
    width: 100%;
  }
}
.posts-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr; /* Creates three columns of equal width */
  grid-gap: 20px; /* Space between columns */
}
/* Optional: Adjust the layout on smaller screens */
@media (max-width: 768px) {
  .posts-grid {
    grid-template-columns: 1fr; /* Stack columns into a single column on small screens */
  }
}

/*Vide tag css end*/
