<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: MontserratBold;
  src: url(../fonts/Montserrat-Bold.ttf);
}

@font-face {
  font-family: MontserratRegular;
  src: url(../fonts/Montserrat-Regular.ttf);
}

@font-face {
  font-family: MontserratBlack;
  src: url(../fonts/Montserrat-Black.ttf);
}

@font-face {
  font-family: MontserratExtraBold;
  src: url(../fonts/Montserrat-ExtraBold.ttf);
}

@font-face {
  font-family: MontserratLight;
  src: url(../fonts/Montserrat-Light.ttf);
}

@font-face {
  font-family: MontserratMedium;
  src: url(../fonts/Montserrat-Medium.ttf);
}

@font-face {
  font-family: MontserratSemiBold;
  src: url(../fonts/Montserrat-SemiBold.ttf);
}

body {
  /*background-color: #F8F8F8;*/
  overflow-x: hidden;
}
a{text-decoration: none;}
a:hover{text-decoration: none;}
.subSectLst a.active{border-bottom: 2px solid;}
.subSectLst a:hover{border-bottom: 1px solid;}
.swiper1 .tscrollerDot {
  margin-top:53%;
}
.swiper1 .swiper-pagination-bullet {
  border-radius: 2px;
  height: 2px !important;
  width: 15px !important;
  margin-right: 5px;
}

.swiper2 .fa{
  font-size: 3rem;
  color:gray;
}
.swiper2 .swiper-button-prev, .swiper2 .swiper-button-next {
    top:50%;
}
.swiper2 .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: transparent;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  /*width: 300px;*/
  height: 480px;

}

.swiper2 .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  /*  width: 640px;
  margin-left: -185px;*/
  object-fit: cover; 
  border-radius: 20px !important;
}


.shorts-section .card{
  display:block;
  border-radius: 10px !important;
  background-color: #2e2e2e !important;
  border: 5px solid #2e2e2e;
  /*width:300px;
  height:533px;*/
  overflow:hidden;
}

@media (max-width: 768px) {
  .advertise-img {
    display: none;
  }
}

@media (min-width: 1300px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1250px;
  }
}

@media (min-width: 1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1200px;
  }
}

.nav-tabs {
  border: none;
  display: flex;
  justify-content: center;

}

.lang-select .lang {
  text-decoration: none;
  color: #343434;
  font-family: 'MontserratRegular';
  font-size: 16px;
  position: relative;
}

.lang-select .lang.active {
  color: #C00009;
}

.lang-select .lang.active::after {
  background: #C00009;
  position: absolute;
  content: '';
  left: -5px;
  width: 100%;
  height: 1px;
  bottom: -8px;
}

@media screen and (max-width: 991px) {
  .lang-select .lang.active::after {
    content: unset;
  }
}

.top-area .form-control:focus {
  box-shadow: unset;
}

.lang:hover {
  color: #ed3237;
}

.lang-select .lang-english {
  border-right: 1px solid #929292;

}

.nav-lang {
  list-style: none;
}

.nav-lang .active {
  font-family: 'MontserratBold';
}

.newspaper-div {
  display: -webkit-inline-box;
  border: 2px solid #ED3237;
  padding-left: 10px;
  padding-top: 2px;
  width: 100px;
  height: 36px;
}

.fa-newspaper-o {
  font-size: 20px;
  color: #ED3237;
  text-decoration: none;
}

.dot {
  height: 6px;
  width: 6px;
  margin-left: 13px;
  margin-right: 3px;
  margin-top: 2px !important;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  margin-bottom: 3px;
}

.e-paper {
  font-size: 14px;
  font-family: 'MontserratSemiBold';
  color: #c00009;
  text-align: center;
  max-width: 70px;
  line-height: 1.21;
}

@media screen and (max-width: 991px) {
  .e-paper {
    color: #FFFFFF;
    font-size: 14px;
    max-width: 100%;
  }
}

.connect-us {
  color: #343434;
  font-family: 'MontserratMedium';
  font-size: 12px;
}

.header-middle-area .social-media {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  align-content: center;
  padding-left: 0px;
}

.social-media a {
  text-decoration: none;
}

.social-icon:hover {
  text-decoration: none;
}

.fa-facebook-square {
  font-size: 30px;
  color: #4A6EA9;
}

.fa-twitter-square {
  font-size: 30px;
  color: #0084B4;
}

.fa-youtube-square {
  font-size: 30px;
  color: #BB0000;
}

.fa-envelope-square {
  font-size: 30px;
  color: #393939;
}

.fa-print {
  font-size: 20px;
  color: #fff;
  background-color: #459B3C;
  border-radius: 20%;
  padding: 5px;
}

.nav-search {
  position: relative;
}

.nav-search input#searchbox {
  width: 0px;
  opacity: 0;
  z-index: 1;
  position: absolute;
  height: 43px;
  top: 0;
  right: 0;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

/*custom css by jaideep*/
.underHeading {
  width: 75px;
  border-bottom: 4px solid #083863;
  display: block;
}

.heading-tag a,
.heading-tag a:visited {
  color: rgb(33, 37, 41);
  text-decoration: none;
}

.heading-red a,
.heading-red a:visited {
  color: #bf0008;
  text-decoration: none;
}

.shorts-section .heading-tag a,
.shorts-section .heading-tag a:visited {
  color: #030303;
}


.fa-whatsapp {
  font-size: 30px;
  color: green;
}


.imgSmTmb {
  width: 91px;
}

/*for back to top*/
#back-to-top {
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 9999;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 30px;
  background: #ea3f36;
  color: #fff;
  cursor: pointer;
  border: 0;
  border-radius: 2px;
  text-decoration: none;
  transition: opacity 0.2s ease-out;
  opacity: 0;
  font-size: 35px;

}

/* #back-to-top:hover {
  background: #e9ebec;
} */

#back-to-top.show {
  opacity: 1;
}

div.img2Top .col-lg-6 {
  padding: 0 15px !important;
}

div.img2Top .col-lg-6:nth-child(1) {
  padding-right: 5px !important;
}

div.img2Top .col-lg-6:nth-child(2) {
  padding-left: 5px !important;
}

/*end of for back to top*/


.shorts-section {
  background-color: #e9e9e9;
}
.dateBotLine {
  border-bottom: 1px solid #bbbbbb; 
}
.horzRedLine {
  border-bottom: 8px solid #c1010c; 
}
.subSectLink {
  font-size: 18px;
}
.linkSepartr {
  font-size: 20px;
}
.pubtime {
  color: #de606b;
}
/*end of custom css by Jaideep*/
@media (min-width: 1200px) {

  .nav-search:hover input#searchbox,
  .nav-search input#searchbox:active,
  .nav-search input#searchbox:focus {
    width: 630px;
  }

  .nav-search {
    padding-left: 40px;
    padding-right: 15px;
  }
}

.nav-search:hover input#searchbox,
.nav-search input#searchbox:active,
.nav-search input#searchbox:focus {
  width: 590px;
  border-radius: 15px;
  height: 43px;
  opacity: 1;
  z-index: 1;
  position: absolute;
  top: 0px;
  right: 10px;
}

@media (max-width: 768px) {

  .nav-search:hover input#searchbox,
  .nav-search input#searchbox:active,
  .nav-search input#searchbox:focus {
    width: 335px;
    right: 10px;
  }
 
}

@media (max-width: 600px) {

  .nav-search:hover input#searchbox,
  .nav-search input#searchbox:active,
  .nav-search input#searchbox:focus {
    width: 300px !important;
  }
  
}

@media (max-width: 320px) {

  .nav-search:hover input#searchbox,
  .nav-search input#searchbox:active,
  .nav-search input#searchbox:focus {
    width: 263px !important;
  }
  
}


/* 
.fa-search {
  background: transparent;
  font-size: 22px;
  font-family: Montserrat;
  color: #393939;
  position: absolute;
  display: flex;
} */


/* 
.dropdown-toggler-icon{
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  position: absolute;
  height: 2px;
  width: 30px;
  top: 30px;
  background-color: #212121;
}
.dropdown-toggler-icon:before {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: #212121;
  content: "";
  top: -10px;
  right: 0;
}
.dropdown-toggler-icon:after {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: #212121;
  content: "";
  top: 10px;
  right: 0;
} */
/* .togg{
  margin-top: -50px;
} */

.btn-toggler {
  background-color: transparent;
  border: none;
}

.btn-toggler span {
  font-size: 21px;
}

@media (max-width: 768px) {
  .btn-toggler span {
    padding-top: 15px;
  }
  
}

.btn-toggler:hover {
  cursor: pointer;
}

.btn-close {
  border: none;
  background-color: white;
  color: red;

}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  right: 0;
  background-color: #fff;
  min-width: 160px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 5%);
  z-index: 1;
}

.dropdown-content a {
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  color: #393939;
  font-family: MontserratSemiBold;
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  .dropdown-content a {
    font-size: 14px !important;
  }

  .dropdown-content {
    left: 0;
  }
}

.dropdown-content a:hover {
  background-color: #f1f1f1;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.bg-header {
  background: #4D4848;
}

.header-navbar {
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 5%);
}

.header-middle-area .banner-img .banner-image {
  padding-top: 11px;
}

.navbar-nav .nav-item .nav-link {
  font-family: MontserratSemiBold;
  font-size: 20px;
  padding-right: 25px;
  color: #fff;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .navbar-nav .nav-item .nav-link {
    padding-right: 20px;
  }
}



/* .navbar-nav .nav-item .nav-link:hover{
    font-weight: 900;
}
.navbar-nav .nav-item  .active{
    border-bottom: 6px solid #ED3237;
    font-weight: 900;
} */
.nav-item .nav-link::after {
  position: absolute;
  content: "";
  top: 100%;
  left: -5px;
  width: 100%;
  height: 6px;
  background: #fff;
  transform: scaleX(0);
  transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.nav-item .dropdown-content .nav-link::after {
  left: 0;
  background: #4D4848;
}

.nav-item .dropdown-content .nav-link {
  color: #4D4848;
}

@media (max-width: 768px) {
  .nav-item .nav-link::after {
    left: -6% !important;
    top: 80%;
  }
  
}

/* @media (max-width: 415px) {
    .nav-item .nav-link::after{
        width: 66%!important;
    }
} */
.nav-item .nav-link.active {
  font-family: MontserratBold;
}

.nav-item .nav-link:hover::after,
.nav-item .nav-link.active::after {
  transform: scaleX(1);
}

.news-card {
  border: none;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 5%);
}

.breaking-news-arrow {
  height: 100%;
  width: 100%;
  background-color: #083863;
  clip-path: polygon(86% 0, 100% 50%, 86% 100%, 0 100%, 0 0);
}

.mid p {
  font-family: MontserratBold;
  color: white;
  position: absolute;
  top: 50%;
  font-size: 22px;
  transform: translate(30%, -51%);
  margin-bottom: 0;
}

.btn-prev {
  left: 65px;
}

.btn-next {
  right: 45px;
}

.btn-prev,
.btn-next {
  position: absolute;
  top: 28px;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #000000;
  text-align: center;
  opacity: 1;
}

@media (max-width: 1024px) {

  .btn-prev,
  .btn-next {
    width: 0;
  }
}

@media (max-width: 768px) {

  /* .btn-controls{
        display: none;
    } */
  .arrow-img {
    width: 100%;
  }
}

.news-carousel img {
  /* -webkit-transform: scale(1);
  transform: scale(1); */
  -webkit-transition: all .5s;
  transition: all .5s;
}

.news-carousel,
.latest-news,
.latest-newspaper-news {
  border-bottom: 1px solid #D5D5D5;
}

.latest-newspaper-news img {
  /* -webkit-transform: scale(1);
  transform: scale(1); */
  -webkit-transition: all .5s;
  transition: all .5s;
}

.trend-a img {
  /* -webkit-transform: scale(1);
  transform: scale(1); */
  -webkit-transition: all .5s;
  transition: all .5s;
}

.img-hover-col&gt;.img-hover-effect {
  width: 90px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

@media (max-width: 800px) {
  .carousel-item .img-hover-col&gt;.img-hover-effect {
    width: 100%;
  }
  .tv-col {
   padding-right: 0px;
   padding-left: 0px;
 }
}

@media screen and (min-width: 768px) and (orientation: portrait),
screen and (min-width: 999px) {

  .news-carousel:hover .img-hover-effect img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }

  .latest-newspaper-news:hover .img-hover-effect img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }

  .trend-a:hover .img-hover-effect img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  
}

.headline-para1 {
  font-family: MontserratRegular;
  font-size: 20px;
  color: #393939;
  padding-top: 3px;
  height: 20px;
}

/* @media (max-width: 768px) {
  .headline-para1{
    padding-left: 2rem;
  }
} */
.img-text {
  padding-left: 0% !important;
  padding-right: 0% !important;
}

.mid1 p {
  font-family: Montserrat;
  font-size: 17px;
  color: #393939;
}

/* .arrow-prev {
  border: 2.5px solid #000;
  padding: 5px;
}
.arrow-next {
  border: 2.5px solid #000;
  padding: 5px;
} */
.heading-tag {
  font-family: MontserratSemiBold;
  font-size: 22px;
  text-transform: uppercase;
  color: #bf0008;
}

.news-line::after {
  position: absolute;
  content: "";
  top: 70%;
  left: 15px;
  width: 75px;
  height: 4px;
  background: #083863;
}

.swiper-card::before {
  position: absolute;
  content: "";
  top: -5%;
  left: 0px;
  width: 75px;
  height: 4px;
  background: #083863;
}

@media (max-width: 768px) {
  .swiper-card::before {
    top: -3%;
  }
  .tv-col {
   padding-right: 0px;
   padding-left: 0px;
 }
}

.swiper-card {
  border: none;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 5%);
}

.heading-text {
  background-color: #bf0008;
  /*height: 150px;*/
}
.heading-text2 {
  background-color: #4d4747;
}
.headline-para {
  font-family: MontserratSemiBold;
  font-size: 26px;
  line-height:32px;
  color: #fff;
  padding-top: 10px;
  display: block;
  overflow: hidden;
  height: 75px;
}

.headline-date {
  font-family: Montserrat;
  font-size: 12px;
  color: #fff;
  padding: 10px;
}

.top-stories::after {
  position: absolute;
  content: "";
  top: 3%;
  left: 17px;
  width: 75px;
  height: 4px;
  background: #083863;
}

@media (max-width: 768px) {/*For Mobile*/
  .dSection{margin-top: 1rem;margin-bottom: 1rem; /*border: 2px solid green;*/}
  .gray3TopBig2CapsuleBlock, .gray3BigBlock, .gray2TopBigBlock, .gray4BigBlock{padding: 15px 15px !important;}
  .imp-story {
    /*margin-top: 1rem;*/
  }
  .topStories{
    margin-bottom: 2rem;  
  }
}

.swiper-container {
  width: 100%;
  height: 100%;
}

/* .swiper-pagination1 .swiper-pagination-bullet{
  background-color: transparent;
  border: 2px solid #fff;
  width: 10px;
  height: 10px;
} */
.swiper-button-next::after {
  display: none;
}

.swiper-button-prev::after {
  display: none;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 40%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-pagination1 .swiper-pagination-bullet {
  background-color: transparent;
  border: 2px solid #fff;
  width: 10px;
  height: 10px;
}

.swiper-pagination1 .swiper-pagination-bullet-active {
  background-color: #fff;
}

.swiper-container-horizontal&gt;.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  top: 56%;
  left: 0;
  width: 100%;
}

@media (min-width: 992px) and (max-width: 1024px) {

  .swiper-container-horizontal&gt;.swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    top: 42%;
  }
}

@media (max-width: 768px) and (min-width: 540px) {

  .swiper-container-horizontal&gt;.swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    top: 80% !important;
  }
  .mPadd {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 376px) {

  .swiper-container-horizontal&gt;.swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    top: 50%;
  }
  .mRow{
    display: block;
    
    flex-wrap: nowrap;
    margin-right: 0;
    margin-left: 0;
  }
  .mPadd {
    padding-left: 0;
    padding-right: 0;
  }
}

.swiper-wrapper img {
  -webkit-transition: all .5s;
  transition: all .5s;
}

.swiper-hover-col&gt;.swiper-hover-effect {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

/* @media (max-width: 800px) {
  .carousel-item .img-hover-col&gt;.img-hover-effect{
    width: 100%;
  }
} */
.swiper-pagination2 .swiper-pagination-bullet {
  background-color: transparent;
  border: 2px solid #393939;
  width: 10px;
  height: 10px;
  margin-left: 5px;
}

.swiper-pagination2 .swiper-pagination-bullet-active {
  background-color: #393939;
}

.swiper2 .swiper-pagination-bullets {
  bottom: 14px;
}

@media screen and (min-width: 768px) and (orientation: portrait),
screen and (min-width: 999px) {
  
  .swiper-wrapper:hover .swiper-hover-effect img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }

  .latest-newspaper-news:hover .img-hover-effect img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }

  .trend-a:hover .img-hover-effect img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }

  .trend-a:hover .swiper-hover-effect img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.trend-a a {
  text-decoration: none;
}

.news-carousel {
  padding: 7px;
}

.carousel-control-prev-img {
  margin-left: -45px;
}

.carousel-control-next-img {
  margin-right: -45px;
}

@media (max-width: 768px) {
  .carousel-control-prev-img {
    display: none;
  }

  .carousel-control-next-img {
    display: none;
  }
}

.trend {
  font-family: MontserratBold;
  font-size: 14px;
  color: #393939;
  border-bottom: 1px solid #f5f5f5;
}

.trend-headline {
  font-family: MontserratBold;
  font-size: 18px;
  color: #393939;
  margin-bottom: 10px;
}

.trend-headline-col {
  font-family: Montserrat;
  font-size: 22px;
  color: #000;
  margin-bottom: 17px;
  display: block;
  overflow: hidden;
  /*border: 1px solid black;*/
  height: 80px;
}

.capsuleDiv .trend-headline-col, .img2Top .trend-headline-col{
  font-family: MontserratSemiBold;
  font-size: 24px;
  
 }

 .capsuleDiv .trend-headline-col, .grayBgBlock .trend-headline-col{
  margin-bottom: 0;
 }
 .capsuleBig{margin-top:15px;}
 .gray3TopBig2CapsuleBlock, .gray3BigBlock, .gray2TopBigBlock, .gray4BigBlock{padding: 15px 30px;}
 .gray4BigBlock .trend-headline-col{height: 60px;}
 .gray4BigBlock .trend-headline-by-col{}
 .gray4BigBlock .img2Top .col-lg-6{margin-bottom: 12px;}
 .gray2TopBigBlock .img2Top .trend-headline-col{
  font-size: 28px;
  line-height: 38px;
 }

/*.img2Top .trend-headline-col{
  font-family: MontserratBold;
  font-size: 33px;
  
 }*/

.trend-headline-by-col {
  font-family: MontserratBold;
  font-size: 12px;
  color: #8c8b8b;
}

@media (min-width: 992px) and (max-width: 1024px) {
  .trend-headline {
    font-size: 11px;
    padding-left: 2rem !important;
  }

  .trend-headline-col {
    font-size: 11px;
  }

  .trend-headline-by {
    padding-left: 2rem !important;
  }
}

@media (min-width: 541px) and (max-width: 600px) {
  .trend-headline {
    padding-left: 2rem !important;
  }

  .trend-headline-by {
    padding-left: 2rem !important;
  }
}

@media (max-width: 768px) {
  .sports-col {
    margin-top: 3rem;
  }
}

.th {
  font-family: MontserratBold;
  font-size: 10px;
  color: #393939;
  margin-bottom: 5px;
}

.trend-headline-by {
  font-family: MontserratLight;
  font-size: 9px;
  color: #393939;
}

.trend-a:hover {
  text-decoration: none;
}

/* .trending-img{
    background: url('../images/Mask Group 6@2x.png') 170% 0 no-repeat;
    background-size: 7rem;
} */
@media (max-width: 1024px) {
  .trending-img {
    background-size: 6rem;
    background-position-x: 250%;
  }
}

/* .trend-a::before{
    position: absolute;
        content: "";
        top: -8%;
        left: 0px;
        width: 75px;
        height: 4px;
        background: #ED3237;
} */
.btn-top-story {
  float: right;
  border: 0px solid #ed3237;
  color: #ed3237;
  background: transparent;
  padding-left: 10px;
  padding-right: 10px;
  /*text-transform: lowercase;*/
  font-family: MontserratSemiBold;
  font-size: 14px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.btn-top-story:hover {
  text-decoration: none;
  color: #ed3237;
}

@media (max-width: 768px) {

  /* .trend-headline {
    font-size: 16px;
    padding-top: 10px;
    padding-left: 0!important;
  }
  .trend-headline-by {
    font-size: 14px;
    padding-left: 0!important;
  } */
  .trend {
    font-size: 16px;
  }

  .th {
    padding: 10px;
    font-size: 16px;
    padding: 10px;
    padding-left: 15px !important;
  }

  .thb {
    padding: 10px;
    padding-left: 15px !important;
  }

  .btn-top-story {
    /*margin-top: -30px;*/
    padding-left: 10px;
    padding-right: 10px;
    font-size: 10px;
  }

  .heading-tag {
    font-size: 24px;
  }

  .trending-img {
    padding-left: 23px !important;
  }

  .col-30 {
    width: 15%;
  }

  .col-70 {
    width: 85%;
  }

  .col-50 {
    width: 30%;
  }

  .col-60 {
    width: 70%;
  }
   .poster-col {
   padding-right: 0px;
    }
  .tv-col {
   padding-right: 0px;
   padding-left: 0px;
 }
}

@media (max-width: 540px) {
  .col-30 {
    width: 30%;
  }

  .col-70 {
    width: 70%;
  }

  .col-50 {
    width: 35%;
  }

  .col-60 {
    width: 65%;
  }

}

@media (min-width: 320px) and (max-width: 415px) {
  .col-50 {
    width: 50%;
  }

  .col-60 {
    width: 50%;
  }
  .poster-col {
   padding-right: 0px;
 }
 .tv-col {
   padding-right: 0px;
   padding-left: 0px;
 }
 .headline-para {line-height:33px;}
 .capsuleDiv .trend-headline-col{
    max-height: 74px;
    display: block;
    overflow: hidden;
    font-size: 16px;
}
 .trend-headline-col {
   /*font-size: 16px;*/
   margin-bottom: 0;
 }

}

@media (max-width: 320px) {
  .col-30 {
    width: 35%;
  }

  .col-70 {
    width: 65%;
  }
}

.web-headline {
  font-family: MontserratSemi;
  font-size: 22px;
  color: #000;
}

.web-headline-by {
  font-family: MontserratRegular;
  font-size: 12px;
  color: #393939;
}
.web-headline-white {
  font-family: MontserratSemi;
  font-size: 21px;
  color: #fff;
}
.tv-col .web-headline-white{
  font-family: MontserratSemi;
  font-size: 21px;
  line-height: 24px;
  color: #fff;
  height: 90px;
}
.poster-col .web-headline-white{
  font-size: 21px;
  line-height: 24px;
  color: #fff;  
  height: 104px;
}

.web-headline-by-white {
  font-family: Montserrat;
  font-size: 12px;
  color: #fff;
}
.heading-tag-white {
    font-family: Montserrat;
    font-size: 22px;
    text-transform: uppercase;
}
.heading-tag-white a, .heading-tag-white a:visited {
    color: #fff;
    text-decoration: none;
}
/* @media (min-width: 1200px){
    .container {
        max-width: 1450px;
    }
} */
.web-sub-headline {
  font-family: MontserratMedium;
  font-size: 11px;
  color: #393939;
}

@media (max-width: 768px) {
  .web-sub-headline {
    font-size: 14px;
  }

  /* .web-tv-column1{
    padding-left: 10px!important;
  } */
}

.view-all {
  font-family: MontserratSemiBold;
  font-size: 14px;
  color: #ed3237;
  text-transform: uppercase;
  padding-left: 22px;
}

.view-all:hover {
  text-decoration: none;
  color: #ed3237;
}

@media (max-width: 1024px) {
  .view-all {
    padding-left: 0 !important;
  }
}

@media (max-width: 768px) {
  .view-all-col {
    top: 25px;
  }
}

.btn-top-live {
  float: right;
  /* border: 2px solid #ed3237; */
  color: #fff;
  background: #ed3237;
  padding-left: 25px;
  padding-right: 25px;
  text-transform: uppercase;
  font-family: MontserratBold;
  font-size: 11px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.btn-top-live:hover {
  text-decoration: none;
  color: #fff;
}

/* @media (min-width: 1200px) {
    .web-tv-card{
        width: 140%;
    }
} */
.web-tv-interview {
  column-count: 3;
  /* column-gap: 40px; */
}

/* .web-tv-column1 {
  padding-left: 10px;
} */
.view-all-col {
  display: grid;
}

@media (max-width: 768px) {
  .web-tv-top {
    /*top: 37px;*/
  }
}

.web-tv::after {
  position: absolute;
  content: "";
  top: 68%;
  left: 15px;
  width: 75px;
  height: 4px;
  background: #083863;
}

.polio-play .fa-play-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-size: 57px;
  padding: 12px 24px;
  border: none;
  cursor: pointer;
  border-radius: 100%;
  text-align: center;
  text-decoration: none;
  color: #FFFFFF;
}

.polio-play .fa-youtube-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-size: 57px;
  padding: 12px 24px;
  border: none;
  cursor: pointer;
  border-radius: 100%;
  text-align: center;
  text-decoration: none;
  color: red;
}

.breaking-news-play .fa-play-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -150%);
  -ms-transform: translate(-50%, -150%);
  font-size: 30px;
  padding: 12px 24px;
  border: none;
  cursor: pointer;
  border-radius: 100%;
  text-align: center;
  text-decoration: none;
  color: #FFFFFF;
}

@media (max-width: 1024px) {
  .breaking-news-play .fa-play-circle {
    transform: translate(-50%, -170%) !important;
  }
}

@media (max-width: 768px) {
  .breaking-news-play .fa-play-circle {
    transform: translate(-50%, -100%) !important;
    font-size: 57px;
  }
}

@media (max-width: 540px) {
  .breaking-news-play .fa-play-circle {
    transform: translate(-50%, -80%) !important;
  }
}

.video-play .fa-play-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -115%);
  -ms-transform: translate(-50%, -115%);
  font-size: 57px;
  padding: 12px 24px;
  border: none;
  cursor: pointer;
  border-radius: 100%;
  text-align: center;
  text-decoration: none;
  color: #FFFFFF;
}

@media (min-width: 767px) and (max-width: 768px) {
  .video-play .fa-play-circle {
    transform: translate(-50%, -170%);
    font-size: 37px;
  }
}

.polio-news {
  width: 100%;
}

/* .web-tv-top{
    column-count: 3;
    column-gap: 11px;
} */
@media (max-width: 1024px) {
  .web-tv-column1 {
    padding-left: 0px;
  }

  .opinion-row {
    margin-top: 0px !important;
  }
}

.opinion-card {
  border: none;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 5%);
}

.opinion-card::before {
  position: absolute;
  content: "";
  top: -5%;
  left: 0px;
  width: 75px;
  height: 4px;
  background: #083863;
}

@media (max-width: 768px) {
  .opinion-card::before {
    top: -8%;
  }
}

@media (max-width: 600px) {
  .opinion-card::before {
    top: -10%;
  }
}

.opinion-row {
  margin-top: -50px;
}
@media (min-width: 796px) and (max-width: 989px) {
   .tv-col {
     padding-right: 0px;
     padding-left: 0px;
   }
}
/* @media (min-width: 992px) and (max-width: 1024px) {
    .pl-3{
        padding-left: 2rem!important;
    }
} */
.match-card {
  border: none;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 5%);
}

.nav-pills {
  margin-left: auto;
  margin-right: auto;
  display: inline-flex;
  border-bottom: 1px solid #DEDEDE;
}

.tab-list {
  padding-right: 45px;
}

@media (max-width: 1024px) {
  .tab-list {
    padding-right: 20px;
  }
}

/* @media (max-width: 1024px) {
    .tab-list{
        padding-right: 21px;
    }
}  */
.nav-pills li a {
  font-size: 14px;
  font-family: 'MONTSERRATREGULAR';
  color: #393939;
  text-decoration: none;
  text-transform: uppercase;
}

/* .nav-pills li .active::after {
    position: absolute;
    content: "";
    top: 16%;
    left: 9px;
    width: 100px;
    height: 3px;
    background: #ed3237;
    transform: scaleX(0);
    transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
} */
.nav-pills li .active {
  font-family: 'MontserratBold';
  border-bottom: 3px solid #ED3237;
  padding-bottom: 16px;
}

.nav-pills li a:hover::after,
.nav-pills li a.active::after {
  transform: scaleX(1);
}

.match-no {
  font-family: MontserratBold;
  font-size: 18px;
  color: #393939;
}

.match-country {
  font-family: MontserratBold;
  font-size: 14px;
  color: #393939;
}

.match-score {
  font-family: MontserratRegular;
  font-size: 14px;
  color: #ED3237;
}

.match-result {
  font-family: MontserratBold;
  font-size: 14px;
  color: #393939;
}

.match-date {
  font-family: MontserratLight;
  font-size: 12px;
  color: #393939;
}

.match-scorecard {
  font-family: MontserratRegular;
  font-size: 14px;
  color: #ED3237;
  padding-top: 5px !important;
}

.match-scorecard:hover {
  text-decoration: none;
  color: #ED3237;
}

.match-card .match-country {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .img-vs {
    padding-top: 0 !important;
    padding-bottom: 20px;
  }
}

@media (max-width: 417px) {
  .nav-pills li a::after {
    top: 11% !important;
    left: 50px !important;
  }
}

@media (max-width: 376px) {
  .nav-pills li a::after {
    top: 11% !important;
    left: 30px !important;
  }
}

@media (max-width: 320px) {
  .nav-pills li a::after {
    top: 11% !important;
    left: 5px !important;
  }
}

@media only screen and (min-width: 768px) {

  /* iframe{
      height: 13em;
    } */
  .card {
    width: 100%;
  }
}

.controls-top {
  float: right;
}

@media only screen and (max-width: 768px) {
  .controls-top {
    display: none;
  }

  .ci1 {
    top: -1.5rem !important;
  }
}

.ci1 li {
  border: 2px solid #393939;
}

.ci1 .active {
  background-color: #393939;
}

.ci1 {
  top: 0rem;
}

.noPadding{ padding:0; }
.noMargin{ padding:0; }
.poster-col{padding-left:0;}
.card-title1 {
  font-family: MontserratSemiBold;
  font-size: 12px;
  color: #393939;
  padding-bottom: 20px;
}

.card-text1 {
  font-family: MontserratRegular;
  font-size: 10px;
  color: #393939;
}

.card {
  border-radius: 0;
  background-color: transparent !important;
}
.videos-red-backgrnd {
  background-color: #bf0008 !important;
  color: $fff !important;
}

.videos-red-backgrnd a, .videos-red-backgrnd a:visited{
  color: $fff !important;
  text-decoration: none;
}

.imp-story .card{
  border: 2px solid #2c2626;  
}
.grayBgBlock{
  background-color: #e9e9e9;
}
.topStories .trend-a{/*.more-top-story .card{*/
  border-radius: 10px;
  background-color: #f4f4f4 !important;
  box-shadow: 6px 4px 9px -1px #cecece; /*12px 6px 13px 2px #ececec; */
}

.trend-a{/*.more-top-story .card{*/
  border-radius: 10px;
  background-color: #fff !important;
  box-shadow: 6px 4px 9px -1px #cecece; /*12px 6px 13px 2px #ececec; */
}

.video-row {
  margin-left: 0;
  margin-right: 0;
}

.video-card-body {
  padding-top: 0;
}

.card-video {
  /*box-shadow: 0 3px 6px rgba(0, 0, 0, 5%);*/
  border: none;
}

@media screen and (max-width: 768px) {
  .cardmarque{
    background: #4D4848;
  }
  .cardmarque a{
    color: #FFFFFF !important;
  }
  /*.card-video{
    background: #4D4848;
  }
  .card-video a{
    color: #FFFFFF !important;
  }*/
}

.topStories div.card-video {
  height: 90% !important;
}

.video-carousel-row {
  margin-left: 0;
  margin-right: 0;
}

.video-tag::after {
  position: absolute;
  content: "";
  top: 40%;
  left: 0px;
  width: 75px;
  height: 4px;
  background: #083863;
}

@media (max-width: 768px) {
  .video-tag::after {
    top: 70%;
  }
}

.see-more {
  font-family: MontserratRegular;
  font-size: 12px;
  color: #ED3237;
}

/* .section-space-less2 {
    padding: 50px 0 48px;
}
  @media only screen and (max-width: 767px) {
    .section-space-less2 {
      padding: 40px 0 38px;
    }
}
  @media only screen and (max-width: 575px) {
    .section-space-less2 {
      padding: 30px 0 28px;
    }
}
.tab-space1 {
    margin-left: -1px;
    margin-right: -1px;
}
  .tab-space1 &gt; div {
    padding: 0 1px;
}
 */
.entertainment-after::after {
  position: absolute;
  content: "";
  top: 80%;
  left: 15px;
  width: 75px;
  height: 4px;
  background: #083863;
}

.background-img {
  background-size: cover;
  padding: 5px;
  background-repeat: no-repeat;
  width: 100%;
  height: 54vh;
  background-position-x: center;
  padding-bottom: 10px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.background-img-holder {
  padding-left: 0px !important;
  padding-right: 0px !important;
  overflow: hidden;
}

@media screen and (min-width: 768px) and (orientation: portrait),
screen and (min-width: 999px) {
  .background-img-holder:hover .background-img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }

  .background-img-holder:hover .bg-img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@media (max-width: 480px) {
  .linear-gradient-div {
    background-image: linear-gradient(transparent 0%, rgba(0, 0, 0, 0.5) 30%, #000 100%);
    height: 50%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
}

.linear-gradient-div {
  position: absolute;
  bottom: 0;
  left: 4px;
  right: 4px;
  background-image: linear-gradient(transparent 0%, rgba(0, 0, 0, 0.5) 30%, #000 100%);
  height: 50%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.content {
  color: #fff;
  font-size: 20px;
  font-family: 'MontserratSemiBold';
}

.content1 {
  color: #fff;
  font-size: 10px;
  font-family: 'MontserratLight';
}

@media (max-width: 992px) {
  .background-img {
    height: 38vh !important;
  }

  .bg-img {
    height: 19vh !important;
  }
}

@media (max-width: 1024px) {
  .background-img {
    height: 24vh;
  }

  /* .content{
    padding-top: 200px;
  } */
}

@media (max-width: 768px) {
  .background-img {
    height: 50vh !important;
  }
}

@media (max-width: 540px) {
  .content {
    font-size: 14px !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .content1 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}

.bg-img {
  background-size: cover;
  padding: 5px;
  background-repeat: no-repeat;
  width: 100%;
  height: 27vh;
  background-position-x: center;
  padding-bottom: 10px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.cont1 {
  font-size: 12px;
  font-family: 'MontserratSemiBold';
  color: #fff;
  padding-left: 1.5rem !important;
}

.cont2 {
  font-size: 10px;
  font-family: 'MontserratLight';
  color: #fff;
  padding-left: 1.5rem !important;
}

@media (max-width: 1024px) {
  .bg-img {
    height: 12vh;
  }
}

@media (max-width: 768px) {
  .bg-img {
    height: 24vh !important;
  }
}

@media (max-width: 600px) {
  .bg-img {
    height: 50vh !important;
  }
}

.footer {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 5%);
  padding-top: 2rem;
  background-color: #F3F3F3;
}

@media (max-width: 768px) {
  .footer {
    text-align: center;
  }

  .footer-section {
    text-align: center;
  }
}

.about-us p {
  font-size: 16px;
  font-family: MontserratRegular;
  color: #393939;
}

.lifestyle p {
  font-family: MontseraatMedium;
  font-size: 12px;
  color: #393939;
  text-transform: uppercase;
}

.f-us {
  font-family: MontserratBold;
  font-size: 18px;
  color: #393939;
  text-transform: uppercase;
}

/* .f-us::after {
  position: absolute;
  content: "";
  top: 72%;
  left: 15px;
  width: 75px;
  height: 4px;
  background: #083863;
}

@media (min-width: 992px) and (max-width: 1024px) {
  .f-us::after {
    top: 78% !important;
  }
} */

/* @media (max-width: 768px) {
  .f-us::after {
    top: 82%;
    left: 45%;
  }

  .city-col::after {
    left: 33% !important;
  } 

   .rs::after {
    left: 37% !important;
  }
} */

.city-col {
  font-family: MontserratBold;
  font-size: 18px;
  color: #393939;
  text-transform: uppercase;
}

/* .city-col::after {
  position: absolute;
  content: "";
  top: 8%;
  left: 15px;
  width: 75px;
  height: 4px;
  background: #083863;
} */

.rs {
  font-family: MontserratBold;
  font-size: 18px;
  color: #393939;
  text-transform: uppercase;
}

/* .rs::after {
  position: absolute;
  content: "";
  top: 8%;
  left: 15px;
  width: 75px;
  height: 4px;
  background: #083863;
} */

/* @media (min-width: 992px) and (max-width: 1024px) {
  .rs::after {
    top: 10%;
  }
}

@media (max-width: 768px) {
  .f-us::after {
    top: 74%;
  }
} */

/* @media (max-width: 541px) {
  .f-us::after {
    left: 230px;
  }

  .city-col::after {
    left: 235px !important;
  }

  .rs::after {
    left: 230px !important;
  }
} */

/* @media (max-width: 415px) {
  .f-us::after {
    left: 165px !important;
  }

  .city-col::after {
    left: 170px !important;
  }

  .rs::after {
    left: 165px !important;
  }
}

@media (max-width: 376px) {
  .f-us::after {
    left: 145px !important;
  }

  .city-col::after {
    left: 150px !important;
  }

  .rs::after {
    left: 145px !important;
  }
}

@media (max-width: 320px) {
  .f-us::after {
    left: 115px !important;
  }

  .city-col::after {
    left: 125px !important;
  }

  .rs::after {
    left: 115px !important;
  }
} */

.city-links {
  padding-left: 0 !important;
  margin-top: 2rem;
}

.city-links li {
  padding-top: 10px;
  list-style: none;
}

.city-links li a {
  font-size: 16px;
  font-family: MontserratRegular;
  color: #393939;
  text-transform: uppercase;
  text-decoration: none;
}

.city-links li a:hover {
  color: #ED3237;
}

@media (max-width: 768px) {
  .footer-col-second {
    margin-top: 2rem;
  }
}

.footer-col-third {
  background: url('../images/Group 225.png') 45% 0 no-repeat;
  margin-top: -3rem;
}

@media (max-width: 1024px) {
  .footer-col-third {
    background: url('../images/Group 225.png') 50% 85% no-repeat;
    margin-top: -6rem;
    width: 100% !important;
  }

  .sub-title {
    font-size: 20px !important;
    padding-top: 9rem !important;
  }

  .update-para {
    font-size: 14px !important;
  }
}

@media (max-width: 600px) {
  .footer-col-third {
    margin-top: 0 !important;
    background: url('../images/Group 225.png') 50% -9% no-repeat;
    background-size: cover;
  }
}

@media (min-width: 600px) and (max-width: 768px) {
  .footer-col-third {
    background: url('../images/Group 225.png') 0 0 no-repeat;
    background-size: cover;
    margin-top: 0 !important;
  }

  .sub-title {
    font-size: 26px !important;
    padding-top: 10rem !important;
  }

  .update-para {
    font-size: 16px !important;
  }
}

.sub-title {
  font-size: 24px;
  color: #DCD4EF;
  font-family: MontserratBold;
  text-transform: uppercase;
  padding-top: 5rem;
  text-align: center;
}

.update-para {
  font-size: 14px;
  color: #DCD4EF;
  font-family: MontserratRegular;
  text-transform: uppercase;
  text-align: center;
}

.form-group label {
  font-size: 14px;
  color: #DCD4EF;
  font-family: MontserratSemiBold;
}

.btn-subscribe {
  color: #FFEFF5;
  font-family: MontserratBold;
  font-size: 12px;
  text-transform: uppercase;
  background-color: #ED3237;
  border-radius: 0;
}

.footer-section {
  background-color: #343434;
}

.copyright {
  font-size: 16px;
  color: #EFEFEF;
  font-family: MontserratRegular;
}

/* Opinion Page Start */
.breadcrumb {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 5%);
  background-color: #fff;
}

.breadcrumb-item a {
  color: #ED3237;
  text-decoration: none;
  font-family: MontserratRegular;
  font-size: 14px;
}

.breadcrumb-item {
  color: #393939;
  font-family: MontserratRegular;
  font-size: 14px;
}

.opinion-heading {
  color: #393939;
  font-family: MontserratBold;
  font-size: 18px;
  text-transform: uppercase;
}

.opinion-heading::after {
  position: absolute;
  content: "";
  top: 1.3%;
  left: 15px;
  width: 75px;
  height: 4px;
  background: #083863;
}

.opimiom-border-bottom {
  border-bottom: 1px solid #D5D5D5;
}

@media (max-width: 1024px) {
  .opinion-heading::after {
    top: 0.8%;
  }
}

.oh {
  color: #393939;
  font-family: MontserratBold;
  font-size: 14px;
  text-transform: uppercase;
}

.oh::after {
  position: absolute;
  content: "";
  top: 0.4%;
  left: 15px;
  width: 75px;
  height: 4px;
  background: #083863;
}

@media (max-width: 768px) {
  .oh::after {
    top: 0.3%;
  }
}

.opinion-news {
  color: #393939;
  font-family: MontserratSemiBold;
  font-size: 16px;
  text-decoration: none;
}

.opinion-news-headline:hover {
  text-decoration: none;
}

.opinion-news-para {
  color: #393939;
  font-family: MontserratRegular;
  font-size: 12px;
}

.news-updateon {
  color: #393939;
  font-family: MontserratRegular;
  font-size: 10px;
}

@media (max-width: 768px) {
  .opinion-news {
    padding-top: 25px;
  }
}

.advertise-300 {
  width: 100%;
}

.latest-news {
  padding: 8px;
}

.la-news {
  padding: 9px;
}

.page-link {
  border:  1px solid #898989;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 5%);
  color: #393939;
  font-family: MontserratSemiBold;
  font-size: 14px;
}
.page-link-next {
   color: #fff;
   text-decoration: none;
   background-color: #4e4848;
   border-color: #4e4848;
}
.page-link:hover {
    color: #fff;
    text-decoration: none;
    background-color: #ED3237;
    border-color: #ED3237;
}
@media (max-width: 320px) {
  .page-link {
    font-size: 10px;
  }
}

.page-item.active .page-link {
  color: #fff;
  border: 1px solid #ED3237;
  background-color: #ED3237;
}

@media (max-width: 768px) {
  .page-item {
    padding-right: 0 !important;
  }

  .prev-img {
    display: none;
  }

  .next-img {
    display: none;
  }
}

/* Opinion Page End */

/* Entertainment Page Start */
.entertainment-opinion::after {
  position: absolute;
  content: "";
  top: 65%;
  left: 15px;
  width: 75px;
  height: 4px;
  background: #083863;
}

@media (max-width: 768px) {
  .bolly-news {
    margin-top: 3rem;
  }
}

.row-border {
  border-bottom: 1px solid #D5D5D5;
}

@media (max-width: 768px) {
  .row-border-top {
    border-top: 1px solid #D5D5D5;
    padding-top: 1rem;
  }

  .row-border-bottom {
    padding-bottom: 1rem;
  }
}

/* Entertainment Page End */


/* Article Page Start */
.article-heading {
  font-size: 20px;
  font-family: MontserratSemiBold;
  color: #393939;
}

.r-spokesman {
  font-size: 12px;
  font-family: MontserratRegular;
  color: #ED3237;
}

.span-electoral {
  font-size: 12px;
  font-family: MontserratRegular;
  color: #393939;
}

.para-heading {
  font-size: 16px;
  font-family: MontserratMedium;
  color: #393939;
}

.para {
  font-size: 14px;
  font-family: MontserratRegular;
  color: #393939;
}

.writtenBy {
  font-size: 14px;
  font-family: MontserratBold;
  color: #393939;
}

.translate-by {
  font-size: 12px;
  font-family: MontserratRegular;
  color: #393939;
}

.location {
  font-size: 12px;
  font-family: MontserratRegular;
  color: #ED3237;
}

.loca {
  font-size: 12px;
  font-family: MontserratMedium;
  color: #393939;
}

.written-by {
  border-top: 1px solid #D5D5D5;
  border-bottom: 1px solid #D5D5D5;
}

.comment-span {
  font-size: 7px;
  font-family: MontserratRegular;
  color: #393939;
}

.form-control {
  font-size: 10px;
  font-family: MontserratLight;
  color: #393939;
}

.btn-comment {
  font-size: 10px;
  font-family: MontserratSemiBold;
  color: #fff;
  background-color: #ED3237;
  outline: none;
  border: none;
  text-transform: uppercase;
}

.input-group-addon {
  font-size: 10px;
  font-family: MontserratSemiBold;
  color: #393939;
  background-color: #C2C2C2;
}

.comment-name {
  font-size: 10px;
  font-family: MontserratSemiBold;
  color: #393939;
}

.comment {
  font-size: 10px;
  font-family: MontserratRegular;
  color: #393939;
}

.reply {
  font-size: 10px;
  font-family: MontserratMedium;
  color: #ED3237;
}

.reply:hover {
  text-decoration: none;
  color: #ED3237;
}

.like,
.dislike,
.flag {
  font-size: 10px;
  font-family: MontserratMedium;
  color: #393939;
}

.flag:hover {
  text-decoration: none;
  color: #393939;
}

.dislike:hover {
  text-decoration: none;
  color: #393939;
}

.like:hover {
  text-decoration: none;
  color: #393939;
}

.comments {
  background-color: #FBFBFB;
  border-top: 1px solid #D5D5D5;
  border-bottom: 1px solid #D5D5D5;
}

.comments-reply {
  background-color: #FBFBFB;
  border-bottom: 1px solid #D5D5D5;
}

.load-comments {
  font-size: 14px;
  font-family: MontserratRegular;
  color: #ED3237;
}

.load-comments:hover {
  text-decoration: none;
  color: #ED3237;
}

.heading-comment {
  font-family: MontserratBold;
  font-size: 14px;
  text-transform: uppercase;
}

.heading-comment::after {
  position: absolute;
  content: "";
  top: 65%;
  left: 15px;
  width: 75px;
  height: 4px;
  background: #083863;
}

.la-news-heading::after {
  position: absolute;
  content: "";
  top: 65%;
  left: 15px;
  width: 75px;
  height: 4px;
  background: #083863;
}

.comment-no {
  font-size: 12px;
  font-family: MontserratSemiBold;
  color: #393939;
}

.continue-read {
  font-size: 14px;
  font-family: MontserratSemiBold;
  color: #393939;
}

/* Article Page End */

/* E-Paper Start */
.newspaper-col {
  border-bottom: 1px solid #D5D5D5;
  border-right: 1px solid #D5D5D5;
}

.newspaper-edition {
  color: #FBFBFB;
  font-size: 16px;
  font-family: MontserratSemiBold;
}

.newspaper-img {
  border: 1px solid #707070;
}

.edition-punjabi {
  color: #FBFBFB;
  font-size: 16px;
  font-family: MontserratRegular;
}

.edition-sangrur {
  color: #FBFBFB;
  font-size: 12px;
  font-family: MontserratRegular;
}

@media (min-width: 768px) {
  

  /* .container {
    max-width: 100% !important;
  } */

  .bodyPart {
    /*padding-left: 30px !important;*/
  }
}

@media (max-width: 600px) {
  .newspaper-row {
    display: block;
    margin-top: 3rem !important;
  }
}

.e-paper-heading::after {
  position: absolute;
  content: "";
  top: 45%;
  left: 15px;
  width: 75px;
  height: 4px;
  background: #083863;
}

/* @media (max-width: 768px) {
  .e-paper-heading::after{
    top: 1%;
  }
} */
@media (max-width: 600px) {
  .e-paper-heading::after {
    top: 85%;
  }
}

.e-paper-heading {
  color: #393939;
  font-family: MontserratBold;
  font-size: 14px;
  text-transform: uppercase;
}

.latest-newspaper-news {
  padding: 7px;
}

.page-no {
  color: #393939;
  font-family: MontserratMedium;
  font-size: 14px;
}

.epaper-detail {
  color: #393939;
  font-family: MontserratBold;
  font-size: 14px;
  text-transform: uppercase;
}

.epaper-detail::after {
  position: absolute;
  content: "";
  top: 45%;
  left: 15px;
  width: 75px;
  height: 4px;
  background: #083863;
}

@media (max-width: 1024px) {
  .epaper-detail::after {
    top: 30%;
  }
}

@media (max-width: 768px) {
  .epaper-detail::after {
    top: 73%;
  }
}

.ln::after {
  position: absolute;
  content: "";
  top: 75%;
  left: 15px;
  width: 75px;
  height: 4px;
  background: #083863;
}

.ln {
  font-family: MontserratBold;
  font-size: 14px;
  text-transform: uppercase;
}

.choose-date {
  border: none;
  background-color: #fff;
  box-shadow: 0px 3px 6px rgb(0 0 0 / 5%);
  padding: 5px;
  font-size: 10px;
  font-family: 'MontserratRegular';
  color: #393939;
  width: auto;
}

.date-display {
  font-size: 12px;
  font-family: 'MontserratBold';
  color: #393939;
}

.edition-label {
  font-size: 12px;
  font-family: 'MontserratMedium';
  color: #393939;
}

.choose-edition {
  font-size: 12px;
  font-family: 'MontserratRegular';
  color: #393939;
  border: none;
  background-color: #fff;
  box-shadow: 0px 3px 6px rgb(0 0 0 / 5%);
  padding: 5px;
}

@media (max-width: 540px) {
  .form-edition {
    display: inline-block;
  }

}

/* E-Paper End */

/* Donation Start */
.support {
  font-family: MontserratExtraBold;
  font-size: 45px;
  text-transform: uppercase;
  color: #ED3237;
}

.free-journalism {
  font-family: MontserratMedium;
  font-size: 23px;
  text-transform: uppercase;
  color: #ED3237;
}

.donate-now {
  font-family: MontserratMedium;
  font-size: 23px;
  text-transform: uppercase;
  color: #ED3237;
  border: 1px solid #ed3237;
  padding: 5px;
}

.dn-a:hover {
  text-decoration: none;
}

@media (min-width: 992px) {
  
  .donation-img:not(.no-shade) {
    -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0)95%);
    mask-image: linear-gradient(90deg, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0)95%);
  }
}

.btn-donation {
  font-size: 10px;
  font-family: MontserratSemiBold;
  color: #fff;
  background-color: #ED3237;
  outline: none;
  border: none;
  text-transform: uppercase;
  cursor: pointer;
}

@media (max-width: 767px) {
  .btn-donation {
    margin-top: 1rem;
    padding: 10px;
  }
}

/* Donation End */


@media (max-width: 975px) {
  .btn-controls {
    display: none;
  }

  .mid p {
    transform: translate(14%, -60%);
  }

  .arrow-hide {
    display: none;
  }

  .row-mobile {
    height: 47px;
  }

  .arrow-img-mob {
    height: 100%;
  }

  .mob-none {
    display: none;
  }

  .togg {
    display: none;
  }

  /* .social-media{
    padding-left: 14px;
  } */
  .first-nav-list {
    margin-top: 50px;
  }

  .btn-drop {
    display: none;
  }
  .navbar-nav .nav-item .nav-link {
    text-align: left;
  }
}

.togg-btn {
  background: none;
  /* margin-top: -8px; */
  padding: 0.375rem 1.5rem;;
}

body.offcanvas-active {
  overflow: hidden;
}

.offcanvas-header {
  display: none;
}

.screen-darken {
  height: 100%;
  width: 0%;
  z-index: 30;
  position: fixed;
  top: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  background-color: white;
  transition: opacity .2s linear, visibility 0.2s, width 2s ease-in;
}

.screen-darken.active {
  z-index: 10;
  transition: opacity .3s ease, width 0s;
  opacity: 1;
  width: 100%;
  visibility: visible;
}

/* ============ mobile view ============ */
@media all and (max-width: 991px) {
  .offcanvas-header {
    display: block;
  }

  .mobile-offcanvas {
    visibility: hidden;
    transform: translateX(-100%);
    border-radius: 0;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1200;
    width: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    transition: visibility .3s ease-in-out, transform .3s ease-in-out;
  }

  .mobile-offcanvas.show {
    visibility: visible;
    transform: translateX(0);
    background: #4D4848;
  }

  .mobile-offcanvas .container,
  .mobile-offcanvas .container-fluid {
    display: block;
  }
}

/*mobile menu*/
.btn-close {
  border: none;
  background-color: white;
  color: #fbfbfb;
  font-size: 15px;
  line-height: 30px;
  background-color: red;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  position: absolute;
  right: 20px;
  top: 20px;
}

@media (max-width: 768px) {
  .mobile-offcanvas {
    padding-left: 7px !important;
  }

  .nav-item {
    padding: 0.8em;
    text-align: left;
    border-bottom: 1px #eaeaea solid;
    width: 100%;
  }

  .navbar-nav {
    text-align: left;
    align-items: flex-start;
  }

  .nav-item .nav-link::after {
    left: -2% !important;
    top: 0%;
  }

  .nav-item .nav-link::after {
    position: absolute;
    content: "";
    width: 8px;
    height: 100%;
    background: #083863;
    transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  }

  .nav-search {
    display: none;
  }
}

@media (max-width: 480px) {
  .nav-item .nav-link::after {
    left: -5% !important;
  }

  div.img2Top .col-lg-6,
  div.img2Top .col-lg-6:nth-child(1),
  div.img2Top .col-lg-6:nth-child(2) {
    padding: 0 15px !important;
  }
}

@media (min-width: 959px) {
  .search-bar {
    display: none;
  }
}

@media (width: 768px) {
  .search-bar-mob {
    width: 54% !important;
    height: 39px;
  }

  .mobile-offcanvas {
    padding-left: 29px;
  }
}

/* .mobile-offcanvas {
  padding-left: 0;
} */

.search-bar-mob {
  width: 70%;
  height: 39px;
  font-size: 14px;
  border-radius: 5px 0 0 5px;
}

/* .first-nav-list{
  margin-top: 50px;
} */
.btn-outline-success {
  padding-right: 0px;
  padding-left: 2px;
  width: 30%;
  color: #000;
  background-color: #d7d7d7;
  border-color: none;
  border-color: #d7d7d7;
  border-radius: 0 5px 5px 0;
  font-family: Montserrat;
  font-size: 14px;
  height: 39px;
}

.search-bar {
  width: 100%;
}

.navbar-dark .navbar-nav .active&gt;.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show&gt;.nav-link {
  color: #000;
}

.navbar-dark .navbar-nav .nav-link:hover {
  color: #000;
}

.navbar-nav {
  align-items: center;
}


.mob-col-1 {
  width: 37%;
}

.mob-col-2 {
  width: 47%;
}

.mob-col-3 {
  width: 10%;
  text-align: end;
}

.offcanvas-header {
  float: right;
}

.img-gradient {
  position: relative;
  display: inline-block;
  width: 100%;
}

.img-gradient:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.5) 75%, #000 100%);
  /* FF3.6+ */
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.5) 75%, #000 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.5) 75%, #000 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.5) 75%, #000 100%);
  /* IE10+ */
  background: linear-gradient(transparent 0%, rgba(0, 0, 0, 0.5) 75%, #000 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#002f4b', endColorstr='#00000000', GradientType=0);
  /* IE6-9 */
}

.img-gradient img {
  display: block;
}

.img-overlay-text {
  font-family: 'MontserratSemiBold';
  font-size: 10px;
  color: #fff;
  position: absolute;
  margin-bottom: 10px;
  padding-left: 15px;
  margin-top: -55px;
  padding-right: 15px;
}

.sub-gallery-text {
  bottom: 9px;
  font-size: 14px;
}

@media (min-width: 992px) and (max-width: 1024px) {
  .container {
    max-width: 100% !important;
  }

  .img-overlay-text {
    margin-top: -70px;
  }
}

@media (max-width: 768px) {
  .img-overlay-text {
    font-size: 14px;
  }

  .img-row {
    display: block;
  }
}</pre></body></html>