@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");

@import url("https://fonts.googleapis.com/css?family=Mukta:400,700,500,600,800|Raleway:900italic,800italic,900,800");

* {
  box-sizing: border-box;
}

:root {
  --black: rgba(0, 0, 0, 1);
  --midnight-blue: rgba(0, 43, 107, 0.302);
  --congress-blue: rgba(4, 56, 132, 1);
  --shark: rgba(27, 38, 46, 1);
  --chambray: rgba(58, 91, 140, 1);
  --abbey: rgba(78, 78, 78, 1);
  --concord: rgba(123, 123, 123, 1);
  --thunderbird: rgba(192, 33, 28, 1);
  --guardsman-red: rgba(215, 1, 2, 1);
  --iron: rgba(215, 215, 215, 1);
  --porcelain: rgba(239, 242, 245, 1);
  --concrete: rgba(242, 242, 242, 1);
  --yellow-orange: rgba(255, 193, 83, 1);
  --white: rgba(255, 255, 255, 1);
  --font-size-xxs: 11px;
  --font-size-xs: 12px;
  --font-size-s: 13px;
  --font-size-m: 14px;
  --font-size-l: 16px;
  --font-size-xl: 17px;
  --font-size-xxl: 18px !important;
  --font-size-xxl: 28px;
  --font-size-xxxl: 20px;
  --font-size-xxxxl: 21px;
  --font-size-xxxxxl: 23px;
  --font-size-xxxxxxl: 25px;
  --font-size-xxxxxxxxl: 45px;
  --font-family-helvetica: "Helvetica";
  --font-family-helveticaneue-medium: "HelveticaNeue-Medium";
  --font-family-kohinoordevanagari-bold: "KohinoorDevanagari-Bold";
  --font-family-kohinoordevanagari-regular: "KohinoorDevanagari-Regular";
  --font-family-mukta: "Mukta";
  --font-family-raleway: "Raleway";
}

.mukta-extra-bold-white-14px {
  color: var(--white);
  font-family: var(--font-family-mukta);
  font-size: var(--font-size-m);
  font-weight: 800;
  font-style: normal;
}

.mukta-semi-bold-porcelain-14px {
  color: var(--porcelain);
  font-family: var(--font-family-mukta);
  font-size: var(--font-size-m);
  font-weight: 600;
  font-style: normal;
}

.helvetica-semi-bold-black-14px {
  color: var(--black);
  font-family: var(--font-family-helvetica);
  font-size: var(--font-size-m);
}

.mukta-extra-bold-white-17px {
  color: var(--white);
  font-family: var(--font-family-mukta);
  font-size: var(--font-size-xl);
  font-weight: 800;
  font-style: normal;
}

.mukta-extra-bold-black-20px {
  color: var(--black);
  font-family: var(--font-family-mukta);
  font-size: var(--font-size-xxxl);
  font-weight: 800;
  font-style: normal;
}

.mukta-semi-bold-black-20px {
  color: var(--black);
  font-family: var(--font-family-mukta);
  font-size: var(--font-size-xxxl);
  font-weight: 600;
  font-style: normal;
}

.kohinoordevanagari-regular-normal-concrete-18px {
  color: var(--concrete);
  font-family: var(--font-family-kohinoordevanagari-regular);
  font-size: var(--font-size-xxl);
}

.kohinoordevanagari-extra-bold-concrete-45px {
  color: var(--concrete);
  font-family: var(--font-family-kohinoordevanagari-bold);
  font-size: var(--font-size-xxxxxxxxl);
}

.mukta-bold-resolution-blue-18px {
  color: var(--resolution-blue);
  font-family: var(--font-family-mukta-bold);
  font-size: var(--font-size-xxl);
  font-weight: 700;
  font-style: normal;
}

.mukta-extra-bold-black-17px {
  color: var(--black);
  font-family: var(--font-family-mukta);
  font-size: var(--font-size-xl);
  font-weight: 800;
  font-style: normal;
}

.mukta-extra-bold-white-21px {
  color: var(--white);
  font-family: var(--font-family-mukta);
  font-size: var(--font-size-xxxxl);
  font-weight: 800;
  font-style: normal;
}

.border-1px-chambray {
  border-width: 1px;
  border-style: solid;
  border-color: var(--chambray);
}

.mukta-normal-abbey-12px {
  color: var(--abbey);
  font-family: var(--font-family-mukta);
  font-size: var(--font-size-xs);
  font-weight: 400;
  font-style: normal;
}

.mukta-normal-abbey-14px {
  color: var(--abbey-2);
  font-family: var(--font-family-mukta);
  font-size: var(--font-size-m);
  font-weight: 400;
  font-style: normal;
}

.mukta-medium-black-18px {
  color: var(--black);
  font-family: var(--font-family-mukta);
  font-size: var(--font-size-xxl);
  font-weight: 500;
  font-style: normal;
}

.mukta-normal-white-18px {
  color: var(--white);
  font-family: var(--font-family-mukta);
  font-size: var(--font-size-xxl);
  font-weight: 400;
  font-style: normal;
}

.mukta-medium-black-18px {
  color: var(--black);
  font-family: var(--font-family-mukta);
  font-size: var(--font-size-xxl);
  font-weight: 500;
  font-style: normal;
}

.mukta-extra-bold-white-12px {
  color: var(--white);
  font-family: var(--font-family-mukta);
  font-size: var(--font-size-xs);
  font-weight: 800;
  font-style: normal;
}

.mukta-normal-black-14px {
  color: var(--black);
  font-family: var(--font-family-mukta);
  font-size: var(--font-size-m);
  font-weight: 400;
  font-style: normal;
}

.mukta-extra-bold-white-16px {
  color: var(--white);
  font-family: var(--font-family-mukta);
  font-size: var(--font-size-l);
  font-weight: 800;
  font-style: normal;
}

.helvetica-extra-bold-concrete-45px {
  color: var(--concrete);
  font-family: var(--font-family-helvetica);
  font-size: var(--font-size-xxxxxxxxl);
}

.mukta-semi-bold-black-13px {
  color: var(--black);
  font-family: var(--font-family-mukta);
  font-size: var(--font-size-s);
  font-weight: 600;
  font-style: normal;
}

.mukta-extra-bold-black-16px {
  color: var(--black);
  font-family: var(--font-family-mukta);
  font-size: var(--font-size-l);
  font-weight: 800;
  font-style: normal;
}

.mukta-normal-white-12px {
  color: var(--white);
  font-family: var(--font-family-mukta);
  font-size: var(--font-size-xs);
  font-weight: 400;
  font-style: normal;
}

.helvetica-semi-bold-guardsman-red-14px {
  color: var(--guardsman-red);
  font-family: var(--font-family-helvetica);
  font-size: var(--font-size-m);
}

.mukta-semi-bold-white-14px {
  color: var(--white);
  font-family: var(--font-family-mukta);
  font-size: var(--font-size-m);
  font-weight: 600;
  font-style: normal;
}

.mukta-semi-bold-black-14px {
  color: var(--black);
  font-family: var(--font-family-mukta);
  font-size: var(--font-size-m);
  font-weight: 600;
  font-style: normal;
}

.mukta-semi-bold-shark-14px {
  color: var(--shark);
  font-family: var(--font-family-mukta);
  font-size: var(--font-size-m);
  font-weight: 600;
  font-style: normal;
}

.mukta-normal-white-14px {
  color: var(--white);
  font-family: var(--font-family-mukta);
  font-size: var(--font-size-m);
  font-weight: 400;
  font-style: normal;
}

.mukta-semi-bold-guardsman-red-14px {
  color: var(--guardsman-red);
  font-family: var(--font-family-mukta);
  font-size: var(--font-size-m);
  font-weight: 600;
  font-style: normal;
}

.mukta-bold-white-13px {
  color: var(--white);
  font-family: var(--font-family-mukta);
  font-size: var(--font-size-s);
  font-weight: 700;
  font-style: normal;
}

body {
  margin: 0;
  padding: 0;
  background-color: #eff2f5;
}

a {
  text-decoration: none;
}
/*breadcrumbs*/


ul.breadcrumb li {
  display: inline;
}

ul.breadcrumb li+li:before {
  padding: 8px;
  color: black;
  content: "/\00a0";
}


/*pagination */
.pagination {
  display: inline-flex;
  flex-direction: row;
  margin: 30px 0px 0px 0px;
  align-items: center;
  width: 100%;
  justify-content: center;
}

.pagination a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color .3s;
  border: 1px solid #ddd;
  margin: 0 4px;
}

.pagination a.active {
  background-color: #4CAF50;
  color: white;
  border: 1px solid #4CAF50;
}

.pagination a:hover:not(.active) {
  background-color: #ddd;
}

.ads {
  margin-top: 10px !important;
}
/*.main{
  display: block;
    height: 220vh;
}*/
.img-fluid {
  max-width: 100%;
  height: auto;
}

.label-tag {
  background: #043884;
}

.label-right {
  color: #fff;
  background: #c7231d;
  padding: 0 var(--tag-size);
  font-size: var(--tag-size);
  height: calc(2 * var(--tag-size));
  line-height: calc(2 * var(--tag-size));
  width: max-content;
  position: relative;
  text-align: center;
  border-radius: 0px;
}

.label-right h2 {
  border-radius: 0px;
  color: #fff !important;
  height: 31px;
  background: #c7231d;
  text-transform: uppercase;
  padding: 0px 0px 0px 10px;
  line-height: 66px;
  overflow: hidden;
}

.label-right h2 a {
  color: #fff;
  font-size: 18px;
  position: relative;
  top: -16px;
}

.label-right:after {
  content: "";
  position: absolute;
  display: block;
  bottom: 1px;
  right: -30px;
  border: 15px solid #c7231d;
  border-right-color: transparent;
  border-bottom-color: transparent;
}

.read-more {
  position: absolute;
  right: 10px;
  top: 35px;
}

/*labels css*/

.tag-right {
  color: #fff;
  background: #c7231d;
  padding: 0 var(--tag-size);
  font-size: var(--tag-size);
  height: calc(2 * var(--tag-size));
  line-height: calc(2 * var(--tag-size));
  width: max-content;
  position: relative;
  text-align: center;
  border-radius: 0px;
}

.tag-right h2 {
  border-radius: 0px;
  color: #fff !important;
  height: 31px;
  background: #c7231d;
  text-transform: uppercase;
  padding: 0px 0px 0px 10px;
  line-height: 66px;
  overflow: hidden;
}

.tag-right h2 a {
  color: #fff;
  font-size: 18px;
  position: relative;
  top: -16px;
}

.tag-right:after {
  content: "";
  position: absolute;
  display: block;
  bottom: 1px;
  right: -30px;
  border: 15px solid #c7231d;
  border-right-color: transparent;
  border-bottom-color: transparent;
}

.read-more {
  position: absolute;
  right: 10px;
  top: 35px;
}


/*news section*/

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: .25rem;
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.media {
  display: -webkit-box;
  display: flex;
  margin-left: -1rem;
}

.media > * {
  padding-left: .5rem;
}

.media--reversed {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}

.media--align-center {
  -webkit-box-align: center;
  align-items: center;
}

.media--align-end {
  -webkit-box-align: end;
  align-items: end;
}

.live-tv .media img {
  flex-shrink: 0;
  width: 85px;
}

.media__content {
  -webkit-box-flex: 1;
  flex: 1;
}

.badge-danger {
  color: #fff;
  background-color: #c7231d;
  border-radius: 3px;
}

.badge {
  display: inline-block;
  padding: .25em .4em;
  font-size: 65%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


 
/* photo gallery */
.photo-gallery-sec {
  position: sticky;
  top: 0;
}

.bg-black {
  background-color: #303030;
}

.photo-gallery .container {
  display: grid;
  grid-template-columns: 70% 30%;
  grid-template-rows: auto;
  grid-column-gap: 20px;
  grid-row-gap: 10px;
  padding: 25px 80px;
}

.photo-gallery .left-sec {
  grid-column-start: 1;
  grid-column-end: 2;
}

.photo-gallery .right-sec {
  grid-column-start: 2;
  grid-column-end: 3;
}

.photo-gallery .latest-gallery .card {
  background-color: #1f1f1f;
}

.photo-gallery .latest-gallery .card .card-body .photo-grid {
  display: grid;
  grid-template-columns: 40% 30% 30%;
  grid-template-rows: auto auto;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-items: stretch;
  margin-top: 20px;
}

.photo-gallery .latest-gallery .card .card-body .photo-card:nth-child(1) {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 4;
  align-items: stretch;
}

.photo-gallery .latest-gallery .card .card-body .photo-card:nth-child(2) {
  grid-column-start: 2;
  grid-column-end: 3;
}

.photo-gallery .latest-gallery .card .card-body .photo-card:nth-child(3) {
  grid-column-start: 3;
  grid-column-end: 4;
}

.photo-gallery .latest-gallery .card .card-body .photo-card:nth-child(4) {
  grid-column-start: 2;
  grid-column-end: 3;
}

.photo-gallery .latest-gallery .card .card-body .photo-card:nth-child(5) {
  grid-column-start: 3;
  grid-column-end: 4;
}

.photo-gallery  .card .card-body .photo-card .photo{
   width: 100%;
    height: 100%;
  }
.photo-gallery .card .card-body .photo-card .photo img{
    width: inherit;
    height: 100%;
}
/* photo gallery */
.photo-gallery {
  margin-top: 20px;
}

.photo {
  position: relative;
  text-align: center;
  color: white !important;
}

.bottom-left {
  position: absolute;
  bottom: 0px;
  left: 0;
  background-color: #121212a1;
  width: 100%;
  text-align: left;
  padding: 10px 0px 10px;
}

.photo .bottom-left p {
  color: #fff;
  width: 100%;
  margin-left: 5px;
  line-height: 20px;
}

.bottom-right {
  position: absolute;
  bottom: 8px;
  right: 16px;
}

.g-card {
  background-color: #282E34;
}

.g-card .card-body {
  padding: 10px !important;
}

.g-card .read-more a {
  color: #fff !important;
}

/* movie gallery */

.movie-gallery .card {
  background-color: #1f1f1f;
}

.movie-gallery  .card .card-body .photo-grid {
  display: grid;
  grid-template-columns: 30% 30% 40%;
  grid-template-rows: auto auto;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-items: stretch;
  margin-top: 20px;
}

.movie-gallery  .card .card-body .photo-card:nth-child(1) {
  grid-column-start: 1;
  grid-column-end: 2;
}

.movie-gallery  .card .card-body .photo-card:nth-child(2) {
  grid-column-start: 2;
  grid-column-end: 3;
}

.movie-gallery  .card .card-body .photo-card:nth-child(3) {
  grid-column-start: 3;
  grid-column-end: 5;
  grid-row-start: 1;
  grid-row-end: 4;
  align-items: stretch;
}

.movie-gallery  .card .card-body .photo-card:nth-child(4) {
  grid-column-start: 1;
  grid-column-end: 2;
}

.movie-gallery .card .card-body .photo-card:nth-child(5) {
  grid-column-start: 2;
  grid-column-end: 3;
}

.movie-gallery  .card .card-body .photo-card:nth-child(6) {
  grid-column-start: 1;
  grid-column-end: 2;
}

.movie-gallery .card .card-body .photo-card:nth-child(7) {
  grid-column-start: 2;
  grid-column-end: 3;
}
/* photo gallery */
.movie-gallery {
  margin-top: 20px;
}

/* celebrity gallery */
.celebrity-gallery .card {
  background-color: #1f1f1f;
}

.celebrity-gallery  .card .card-body .photo-grid {
  display: grid;
  grid-template-columns: 30% 40% 30%;
  grid-template-rows: auto auto;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-items: stretch;
  margin-top: 20px;
}

.celebrity-gallery  .card .card-body .photo-card:nth-child(1) {
  grid-column-start: 1;
  grid-column-end: 2;
}

.celebrity-gallery  .card .card-body .photo-card:nth-child(2) {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 4;
  align-items: stretch;
}

.celebrity-gallery  .card .card-body .photo-card:nth-child(3) {
  grid-column-start: 3;
  grid-column-end: 4;
}

.celebrity-gallery  .card .card-body .photo-card:nth-child(4) {
  grid-column-start: 1;
  grid-column-end: 2;
}

.celebrity-gallery .card .card-body .photo-card:nth-child(5) {
  grid-column-start: 3;
  grid-column-end: 4;
}

.celebrity-gallery  .card .card-body .photo-card:nth-child(6) {
  grid-column-start: 1;
  grid-column-end: 2;
}

.celebrity-gallery .card .card-body .photo-card:nth-child(7) {
  grid-column-start: 3;
  grid-column-end: 4;
}
/* photo gallery */
.celebrity-gallery {
  margin-top: 20px;
}

@media screen and (max-width: 576px) {
  .photo-gallery .container {
    display: block;
    padding: 10px 20px;
  }

  .photo-gallery .latest-gallery .card .card-body .photo-grid {
    display: block;
  }

  .photo-gallery .latest-gallery .card .card-body .photo-grid .photo-card img {
    width: 100%;
  }

  .movie-gallery .card .card-body .photo-grid {
    display: block;
  }

  .movie-gallery .card .card-body .photo-grid .photo-card img {
    width: 100%;
  }

  .celebrity-gallery .card .card-body .photo-grid {
    display: block;
  }

  .celebrity-gallery .card .card-body .photo-grid .photo-card img {
    width: 100%;
  }
    .top-5-news-card .media .media-img {
    width: 100px;
    height: 100px;
}
  .top-5-news-card .media .media-img img{
width: inherit;
    height: 100%;
}
}

@media (min-width: 576px) and (max-width:768px) {
  .photo-gallery .container {
    display: block;
    padding: 25px 20px;
  }

  .photo-gallery .latest-gallery .card .card-body .photo-grid {
    display: grid;
    grid-column-gap: 5px;
    grid-row-gap: 2px;
  }
  .right-sec .photo-gallery .photo img{
    width: 100%;
  }
  .photo .bottom-left p {
    color: #fff;
    width: 100%;
    margin-left: 3px;
    line-height: 25px;
    font-size: 28px;
  }
}