 :root {
  --white: #ffffff;
  --site-background: #f4f4f4;
  --red: #e10505;
  --black: #000000;
  --blue: #3f51b5;
} 
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular.woff2') format('woff2'),
      url('../fonts/Roboto-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* @font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Bold.woff2') format('woff2'),
      url('../fonts/Poppins-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
} */
body, h1, h2, h3, h4, h5, h6{
  font-family: 'Roboto'!important;
}
@import '~bootstrap/dist/css/bootstrap.css';
.news-section {
  padding: 1rem;
  background: var(--white);
  border: 1px rgb(215, 215, 215) solid;
}

.news-card {
  /* padding: 20px 0px; */
  cursor: pointer;
}
.news-card p {
  font-size: 16px !important;
}
.news-card:hover p {
  color: #b50000;
}
h3,
h5 {
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  margin: 0 0 10px;
  cursor: pointer;
}
h3:hover {
 color:#da0000;
}
h5:hover {
  color:#da0000;
 }
.top-news-card img {
  width: 300px;
  height:300px;
  aspect-ratio: 3/2;
  object-fit: cover;
}
.news-card img {
  width:610px;
  height: 610px;
  aspect-ratio: 3/2;
  object-fit: cover;
}

.news-card p {
  margin-top: 10px!important;
  transition: all 0.4s ease;
}
.news-date {
  font-size: 14px;
  color: #797f85!important;
}
.heading-container {
  display: flex;
  align-items: center;
}
.heading-container .grey-line {
  background-color: #bbb;
  height: 10px;
  flex-grow: 1;
  margin-left: 10px;
}

.news-card p {
  height: auto !important;
  font-weight: bold;
}

.home-ad-container {
  display: flex;
  justify-content: center;
  background-color: #f4f4f4;
  padding: 0rem 1rem;
  padding-top: 1rem;
}
.home-ad-container div {
  width: 728px;
  height: 90px;

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.home-ad-container-wide {
  background-color: #f4f4f4;
  padding: 2% 0%;
}
.home-ad-container-wide div {
  width: 728px;
  height: 90px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.home-ad-container-wide .carousel .carousel-item img {
  height: 90px;
}

.home-ad-container-wide .carousel {
  height: 90px;
}

.home-first-container {
  background-color: #f4f4f4;
  padding: 2% 3.9%;
}
.home-second-container {
  background-color: #f4f4f4;
  padding: 2% 3.9%;
}
.home-third-container {
  background-color: #f4f4f4;
  padding: 0% 3.9% 2% 3.9%;
}

.advertisement-space-container-first {
  height: 320px;
  width: 100%;
  margin-bottom: 20px;
  /* display: flex;
  flex-direction: column;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px; */
}
.advertisement-space-container-first .carousel {
  height: 250px;
}
.advertisement-space-container-first .carousel .carousel-item img {
  height: 250px;
}
.culture-section {
  margin-top: 20px;
}
.health-section {
  margin-bottom: 20px;
  margin-top: 20px;
}

.advertisement-space-container-first .placeholder-text {
  margin: 0px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
}

.advertisement-space-container-first .placeholder-size {
  color: #ffffff;
  font-size: 26px;
}

.ad-text {
  text-align: center;
  color: #cccccc;
  font-size: 12px;
}

.advertisement-container-wide {
  background-color: rgba(121, 121, 121, 0.2);
  margin: 20px 0px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(121, 121, 121, 0.4);
  width: 728px;
}

.advertisement-container-wide p {
  color: #707070;
  margin: 0px;
}

.advertisement-container-long {
  height: 600px;
  width: 100%;
  margin-top: 20px;
}

.advertisement-container-long .carousel .carousel-item img {
  height: 600px;
}

.advertisement-container-long .carousel {
  height: 600px;
}

.home-wide-container {
  background-color: #f4f4f4;
  padding: 0% 3.9%;
}

.fixed-sidebar {
  position: sticky;
  top: 0;
}

.carousel-inner {
  cursor: pointer;
}

.frame {
  margin-top: 50px;
  position: absolute;

  left: 65%;
  width: 275px;
  height: 290px;
  margin-left: -180px;
  border-radius: 2px;
  overflow: hidden;
  /* background: #919191;
  border: 2px solid #000; */

  font-family: "Ibarra Real Nova", serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: perspective(60px);
  transform-style: preserve-3d;
}

.center {
  position: absolute;
  height: 150px;
  width: 265px;
  top: 0px;
  left: 0;
  transform: perspective(20px);
  transform-style: preserve-3d;
}

.card-1 {
  position: absolute;
  top: 90px;
  left: 88px;
  /* width: 100px;
  height: 100px; */
  border-radius: 5px;
  box-shadow: 4px 8px 16px 0 rgba(0, 0, 0, 0.5);
  animation: card1-animation 6s ease-in-out infinite both;
}

.card-2 {
  position: absolute;
  top: 90px;
  left: 88px;
  /* width: 200px;
  height: 200px; */
  border-radius: 5px;
  box-shadow: 4px 8px 16px 0 rgba(0, 0, 0, 0.5);
  animation: card2-animation 6s ease-in-out infinite both;
}

.card-3 {
  position: absolute;
  top: 90px;
  left: 88px;
  /* width: 200px;
  height: 200px; */
  border-radius: 5px;
  box-shadow: 4px 8px 16px 0 rgba(0, 0, 0, 0.5);
  animation: card3-animation 6s ease-in-out infinite both;
}
/* 
.header {
  position: absolute;
  width: 200px;
  height: 40px;
  border-radius: 5px 5px 0 0;
  background: #C7A57D;
  color: #fff;
  font-size: 24px;
  line-height: 1.7;
  text-align: center;
  font-weight: 600;
} */

.content {
  position: absolute;
  top: 40px;
  width: 95px;
  height: 90px;
  background: #fff;
  color: #000;
  text-align: center;
  border: 2px solid #dcdbdb;
  padding: 25px 10px;
  background-color: #cdcdcd;
}
.content-silver {
  position: absolute;
  top: 40px;
  width: 95px;
  height: 90px;
  background: #fff;
  color: #000;
  text-align: center;
  border: 2px solid #dcdbdb;
  padding: 25px 10px;
  background: #b5f6ff;
}
.content-powered {
  position: absolute;
  top: 40px;
  width: 95px;
  height: 90px;
  background: #fff;
  color: #000;
  text-align: center;
  border: 2px solid #dcdbdb;
  padding: 25px 10px;
  background-color: burlywood;
}
.content h6 {
  font-size: 12px;
}
.price {
  font-size: 12px;
  color: #e10505;
}
.content-heading {
  font-size: 12px;
}
.wrapper {
  position: fixed;
  right: 0px;
  bottom: 47%;
  height: 45px!important;
  background-color: #fff;
  border-radius: 5px;
  transition: all .4s;
  z-index: 9999;
  display: none;
  box-shadow: 0 1px 6px #20212499;
  padding: .3em 1em 0;
}

.news-text-container{
  padding: 0px 0px 0px 10px;
}
.gallery-news-holder-container .heading-container {
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 0;
  padding: 10px;
  background: rgba(0,0,0,.5);
  width: 100%;
}
@keyframes card1-animation {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  33.33% {
    transform: translate3d(115px, 0, -15px);
  }

  66.66% {
    transform: translate3d(-115px, 0, -15px);
  }
}

@keyframes card2-animation {
  0%,
  100% {
    transform: translate3d(115px, 0, -15px);
  }

  33.33% {
    transform: translate3d(-115px, 0, -15px);
  }

  66.66% {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes card3-animation {
  0%,
  100% {
    transform: translate3d(-115px, 0, -15px);
  }

  33.33% {
    transform: translate3d(0, 0, 0);
  }

  66.66% {
    transform: translate3d(115px, 0, -15px);
  }
}

.news-card {
  cursor: pointer;
}
.news-card img {
  max-width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  object-fit: contain;
  background-color: #ccc;
}

.news-card:hover p {
  color: #b50000;
}

.news-card p {
  margin-top: 10px;
  margin-bottom: 0px;
  height: 34px;
}

.news-date-section {
  margin-bottom: 5px;
  margin-top: 3px;
  text-align: left;
  width: 100%;
}

/* .news-date {
  margin-left: 10px;
} */

.slideshow-container {
  max-width: 100%;
  position: relative;
}

.myImages {
  display: none;
  flex-direction: column;
  align-items: center;
}

.myImages img {
  width: -webkit-fill-available;
  height: -webkit-fill-available;
}

.image-bg {
  height: 400px!important;
  overflow: hidden!important;
  cursor: pointer!important;
}
.image-bg img {
  transition: transform 0.8s ease!important;
}
.image-bg:hover img {
  transform: scale(1.2)!important;
}

.slideshow-container .heading-container {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 1px;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  overflow: hidden;
  animation: slide-up 2s ease;
  background: rgba(0, 0, 0, 0.6);
}

@keyframes slide-up {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

.heading-container h1 {
  font-size: 25px;
  font-weight: bold;
  width: 65%;
  color: var(--white);
}

.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active,
.dot:hover {
  background-color: #717171;
}

.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

.myImages .category {
  text-transform: uppercase;
  color: var(--white);
  background-color: #da0000;
  padding: 3px 5px;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 15px;
  font-weight: bold;
  position: absolute;
  top: 1.6rem;
  overflow: hidden;
  animation: slide-down 2s ease;
}

@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}


.main-news-container {
  padding: 3rem 0rem 1rem 0rem;
}

.main-news-border {
  border-bottom: 1px dotted #bbb;
  padding: 20px 0px 30px 0px;
}

.second-news-section {
  padding: 30px 0px 20px 0px;
}

.footer-container .news-section {
  padding: 1rem;
  background: transparent !important;
  border: 1px transparent solid !important;
  margin-top: 20px;
}
h4.news-sub {
  font-weight: 700!important;
  margin: 0!important;
  font-size: 20px!important;
}
h4{
  font-size: 20px!important;
  font-weight: 700;
}
.footer-container h4.news-sub {
  font-weight: bold;
  margin: 0px;
  font-size: 20px;
  color: #fff;
}
.footer-container .news-section p {
  color: #fff;
}
.footer-container .news-img-container img {
  width: 60px;
  height: 60px;
  aspect-ratio: 3/2;
  object-fit: cover;
}

.news-box {
  padding: 20px 5px;
}

.news-img-container img {
  max-width:70px;
  height: 70px;
  aspect-ratio: 3/2;
  object-fit: cover;
  background: #f5f5f5;
}
h3, h5 {
  font-size: 16px!important;
  font-weight: bold!important;
  line-height: 20px!important;
  margin: 0 0 10px!important;
}
.news-sub
{
  margin-bottom: 0px!important;
}
.news-business img {
  max-width:150px;
  height:150px;
  aspect-ratio: 3/2;
  object-fit: cover;
}
.news-text-container p {
  color: #474747;
  transition: all 0.4s ease;
  font-size: 14px!important;
  font-weight: 700!important;
  margin-bottom: 0!important;
  cursor: pointer;
}
.news-box:hover .news-text-container p {
  color: #da0000!important;
}
.heading-container {
  display: flex!important;
  align-items: center!important;
}
.heading-container .grey-line {
  background-color: #bbbbbb!important;
  height: 10px!important;
  flex-grow: 1!important;
  margin-left: 10px!important;
}

.heading-container {
  display: flex;
  align-items: center;
}
.heading-container .grey-line {
  background-color: #bbb;
  height: 10px;
  flex-grow: 1;
  margin-left: 10px;
}

.footer-container {
  background: linear-gradient(1deg, #212121, #00000075);
  padding: 0.5% 4%;
}

.credits-container {
  display: flex;
  justify-content: space-between;
  padding: 1.5%;
  background:var(--black);
  color: #ccc;
}

.credits-container p {
  margin-bottom: 0px;
  font-size: 15px;
  color: #bbb;
}

.credits-container p a {
  text-decoration: none;
  color: var(--white);
}

.credits-container p a:hover {
  color: rgb(233, 0, 0);
  cursor: pointer;
}

.footer-links-container ul {
  text-align: center;
  padding: 0;
  margin: 0;
  list-style: none;
  margin: 0rem 0rem;
}

.footer-links-container ul li {
  float: none;
  display: inline-block;
  margin-right: 0px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--white);
  transition: all 0.5s ease;
  padding: 0px 15px;
  cursor: pointer;
  border-right: 2px solid #fff;
}
.footer-links-container ul li:last-child {
  border-right: none;
}
.footer-links-container ul li:hover {
  border-radius: 0px;
  color: #bbb;
}
.btn-section {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.btn-secondary {
  background-color: #3f3f3f!important;
  border: 1px solid #fff!important;
  width: 196px;
  margin: 0px 4px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.btn-secondary:hover {
  background-color: #da0000!important;
}
.bg-grey {
  background-color: #3f3f3f;
  padding: 0.5% 4%;
}
.footer-header {
  font-weight: bold!important;
  margin: 0px;
  font-size: 18px!important;
  color: #fff;
  border-bottom: 2px solid #4d4d4d;
  padding-bottom: 12px;
  margin-bottom: 10px;
}
footer ul li {
  list-style: none;
  display: block;
  margin: 10px 0px;
}
.view-more{
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: center;
  margin-top: 15px;
}
footer ul {
  padding-left: 0;
}
footer ul li a {
  text-decoration: none;
  color: #bbb;
  text-decoration: none;
}
.download-app img {
  height: 40px;
  margin: 0px 5px;
}
.download-app {
  background: #1c1c1c;
  padding: 5px 0px;
  display: flex;
  display: table;
  margin-bottom: 10px;
}
.bdr-rt {
  border-right: 2px solid #4d4d4d;
}
.social-icon {
  background: none;
  padding: 5px 5px;
  display: flex;
}
.social-icon .fa,
.social-icon .fab {
  padding: 8px 6px;
  font-size: 15px;
  width: 30px;
  text-align: center;
  text-decoration: none;
  margin: 5px 4px;
  border-radius: 50%;
}
.news-box
{
  border-bottom: 1px dotted #bbb;
}
.social-icon .fa:hover {
  opacity: 0.7;
}
.fa-facebook {
  background: #404ea7;
  color: white;
}

.fa-twitter {
  background: #5fafec;
  color: white;
}
.fa-instagram {
  background: #e44891;
  color: white;
}

.fa-linkedin {
  background: #086294;
  color: white;
}

.fa-telegram-plane {
  background: #fff;
  color: #2a9aca;
  padding: 0px !important;
  font-size: 31px !important;
}
.fa-snapchat-ghost {
  background: #fbb70a;
  color: white;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
.fa-youtube {
  background: #fb4432;
  color: white;
}
.bg-grey li a:hover {
  color: #da0000;
}
.footer-links-container ul li:hover {
  color: #da0000;
}
.top-stories {
  padding: 2% 3.9%;
  background-color: #f4f4f4;
}

.news-section {
  background: #fff;
  border: 1px rgb(215, 215, 215) solid;
  cursor: pointer;
  margin-top:0px;
  min-height:550px;
}

.opinion-main-section {
  background: #fff;
  border: 1px rgb(215, 215, 215) solid;
  padding: 1.3rem;
}

.story-section {
  padding: 1.3rem;
}

.heading-container .grey-line {
  background-color: #bbb;
  height: 10px;
  flex-grow: 1;
  margin-left: 10px;
}

.opinion-content {
  margin-top: 20px;
  text-align: center;
}

.opinion-content span {
  background-color: #d12133;
  line-height: 13px;
  padding: 3px 7px 2px;
  color: white;
  text-transform: uppercase;
  font-size: 13px;
}

.opinion-section p {
  margin-top: 20px;
  margin-bottom: 0px;
  font-weight: bold;
  color: rgb(71, 71, 71);
  transition: all .4s ease;
  text-align: center;
}

.opinion-section:hover p {
  color: #da0000;
  cursor: pointer;
}

.divider {
  margin-top: 0px;
  border-bottom: 1px dotted #bbb;
  margin: 0px!important;
}

.load-more-button {
  width: 100%;
  padding: 5px 0px;
  font-size: 15px;
  color: #000;
  font-weight: bold;
  background: transparent;
  border: 1px solid #bbb;
}

.load-more-button:hover {
  color: #fff;
  background-color: rgb(211, 0, 0);
}

.news-card img {
  max-width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  object-fit: contain;
}

.news-card .category {
  position: absolute;
  top: 0;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-wrap: wrap;
}

.news-card .category-name {
  background-color: #da0000;
  margin-right: 5px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  padding: 3px 5px;
  margin-bottom: 3px;
}

.top-stories-text .news-heading {
  font-weight: bold;
  margin-bottom: 0px;
  font-size: 17px;
  transition: all 0.4s ease;
}

.news-content {
  font-size: 14px !important;
  color: #797f85;
  margin-bottom: 0px;
  margin-top: 10px;
}

.read-more-button {
  background: #000;
  padding: 5px 7px;
  font-size: 13px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 10px;
  border: none;
  transition: all 0.4s ease;
}

.stories-part {
  padding-top: 30px;
}

.story-section:hover .news-heading {
  color: #da0000;
}

.story-section:hover .read-more-button {
  background: #da0000;
  border: none;
}

.ad-text {
  text-align: center;
  color: #ccc;
  font-size: 12px;
}

.image-bg img {
  width: -webkit-fill-available!important;
  height: -webkit-fill-available!important;
}

.gallery-news-holder-container {
  padding: 2% 3.9% 0% 3.9%;
  background-color: #f4f4f4;
}

.gallery-news-holder-container .image-bg {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #fff;
}

.gallery-news-holder-container .image-bg img {
  transition: transform .8s ease;
}

.gallery-news-holder-container .image-bg:hover img {
  transform: scale(1.2);
}


.gallery-news-holder-container .image-bg .category {
  position: absolute;
  top: 0;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-wrap: wrap;
}

.gallery-news-holder-container .category-name {
  background-color: #da0000;
  margin-right: 5px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  padding: 3px 5px;
  margin-bottom: 3px;
  z-index: 9;
}

.gallery-news-holder-container .heading-container {
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 0;
  padding: 10px;
  background: rgba(0,0,0,0.5);
  width: 100%;
}

.gallery-news-holder-container .heading-container h5 {
  font-weight: bold;
  color: #fff;
  font-size: 18px;
  line-height: normal;
}

.gallery-news-holder-container .heading-container h6 {
  font-weight: bold;
  color: #fff;
  font-size: 17px;
}

.gallery-news-holder-container .heading-container .author-name {
  color: #fff;
}

.heading-container .news-circle-icon,
.news-date {
  color: #9d9696!important;
}

.gallery-news-holder-container .first-img {
  height: 400px!important;
}

.gallery-news-holder-container .second-image {
  height: 200px!important;
}

.np {
  padding: 0px!important;
}
.np-left
{
  padding-left: 0px!important;
}
.np-right
{
  padding-right: 0px!important;
}

/* .col-md-5.col-sm-12.col-12.np2 {
  padding: 0px;
} */

.mt-20 {
  margin-top: 20px!important;
}

.mb-20 {
  margin-bottom: 20px!important;
}

.fixed-sidebar {
  position: sticky;
  top: 0;
}

.browse-categories-container {
  background: #fff;
  border: 1px rgb(215, 215, 215) solid;
  padding: 1.3rem;
}

.bc-heading-container {
  display: flex;
  align-items: center;
}

.bc-heading-container .grey-line {
  background-color: #bbb;
  height: 10px;
  flex-grow: 1;
  margin-left: 10px;
}

.bc-heading-container .news-sub {
  color: #da0000;
  font-size: 20px;
}
.slider-section
{
  position:relative; height:360px;
}
.category-list-container ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.category-list-container ul li {
  float: none;
  display: inline-block;
  margin-right: 5px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgb(62, 62, 62);
  transition: all .5s ease;
  padding: 5px 10px;
  cursor: pointer;
  border: 1px solid rgb(62, 62, 62);
  margin: 2px;
  font-size: 13px;
}

.category-list-container ul li:hover {
  background-color: rgba(199, 18, 18, 0.833);
  color: #fff;
}

.browse-categories-container .category-name {
  /* margin: 1rem 0rem; */
  color: #2f3031;
}
.mainsliderbg
{
  height: 915px;
}
:host ::ng-deep .advertisement-space-container-first {
  height:800px;
 
}
.main-box
{
  min-height: 860px;
}
.advertisement-container-long
{
  background-color: #ccc;
}

.advertisement-space-container-first .carousel {
  height: 320px;
  background-color: #ccc;
}

.advertisement-space-container-first .carousel .carousel-item img {
  height: 320px;
}

.advertisement-container-long {
  height: 600px;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.advertisement-container-long .carousel .carousel-item img {
  height: 600px;
}
.advertisement-container-long .carousel {
  height: 600px;
}
.pagination-color {
  float: right;
  margin-top: 10px;
}

.ngx-pagination a, .ngx-pagination button {
  color: #0a0a0a!important;
  display: block!important;
  padding: .1875rem .625rem!important;
  border-radius: 0!important;
  border: 2px solid #333;
  font-size: 18px;
  font-weight: bold;
}
.ngx-pagination .current {
  padding: 0.1875rem 0.625rem;
  background: #2199e8;
  color: #fefefe;
  cursor: default;
  font-size: 18px;
  font-weight: bold;
  border: 2px solid #2199e8;
}
.ngx-pagination .disabled {
  padding: 0.1875rem 0.625rem;
  color: #cacaca;
  cursor: default;
  border: 2px solid #ccc;
}
.cat-page {
  display: flex;
  justify-content: center;
  margin-top: 10px;
} 

.home-first-container > div >
.col-md-3 {
  order: 1;
}

.home-first-container > div >
.col-md-9 {
  order: 2;
}



@media screen and (max-device-width:767px) {
body {
    overflow-x: hidden;
  };
  /* :host ::ng-deep .row {
    --bs-gutter-x: 0 !important;
  } */
  :host ::ng-deep .gallery-news-holder-container {
    padding:0px !important;
  }
  :host ::ng-deep .top-stories {
    padding: 0px !important;
  }

  :host ::ng-deep .home-ad-container div {
    width: 100% !important;
    height: auto !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat!important;
  }
  .image-bg
  {
    width: 100%!important;
    padding: 0!important;
    margin: 0!important;
    object-fit: cover!important;
  }
  .np {
    padding: 15px!important;
    margin-bottom: 10px!important;
  }
  .np-left
{
  padding-left: 15px!important;
  margin-top: 10px!important;
}
.np-right
{
  padding-right: 15px!important;
  margin-bottom: 10px!important;
  margin-top: 10px!important;
}
  .gallery-news-holder-container .first-img , .second-image {
    height: auto!important;
    max-width: 100%!important;
  }
  .home-first-container > div >
  .col-md-3 {
    order: 2;
  }

  .home-first-container > div >
  .col-md-9 {
    order: 1;
  }
  .news-section
  {
    padding: 0em!important;
  }
  .slider-section
  {
    min-height: 400px;
  }
  .slider-img {
    max-width: 100%;
    height: auto;
    position: relative;
    z-index: -999;
    min-width: 400px!important;
    min-height: 400px;
}
.slider-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 3/2;
}
.news-box {
  padding: 20px 5px;
}
.home-first-container {
  background-color: #f4f4f4;
  padding: 2% 0%;
  overflow-x: hidden;
}
}


@media screen and (min-width: 280px) and (max-device-width: 479px) {
  .btn-secondary {
    background-color: #3f3f3f;
    border: 1px solid #fff;
    width: 100%;
    margin: 0px 4px;
    text-transform: uppercase;
    margin-bottom: 10px;
  }
  .bdr-rt {
    border-right: none;
  }
  .credits-container {
    display: block;
  }
  .credits-container p {
    text-align: center;
    margin-bottom: 14px;
  }
  .footer-container .news-img-container img {
    width: 70px;
    cursor: pointer;
    height: 70px;
    aspect-ratio: 3/2;
    object-fit: cover;
}
.news-card {
  padding: 5px 0px;
  cursor: pointer;
}
.news-section {
  padding:10px!important;
}
.news-box
{
  border-bottom: 1px solid #ccc;
}
/* .home-first-container {
  padding:0px !important;
} */
.row{
  --bs-gutter-x: 0 !important;
}
.footer-container .news-img-container img {
  width: 60px;
  height: 60px;
  aspect-ratio: 3/2;
  object-fit: cover;
}
.news-img-container img {
  width: 100px;
  height: auto;
  aspect-ratio: 3/2;
  object-fit: cover;
}
.news-card img {
  width: 100%;
  height: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
}
.news-business img {
  max-width: 80px;
  height: 80px;
  aspect-ratio: 3/2;
  object-fit: cover;
}
.home-ad-container div {
  width: 100%;
height: auto;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.news-section {
  min-height: auto!important;
  margin-bottom: 15px;
}
.gallery-news-holder-container .d-flex {
  display: -ms-flexbox!important;
  display: flex!important;
  flex-wrap: wrap!important;
}
.image-bg img {
  transition: transform 0.8s ease !important;
  width: 100%;
  height: auto;
}
}

@media screen and (min-width: 480px) and (max-device-width: 767px) {
  .bdr-rt {
    border-right: none;
  }

  .credits-container {
    display: block;
  }
  .credits-container p {
    text-align: center;
    margin-bottom: 14px;
  }
  .home-first-container {
    padding:0px !important;
  }
  .row{
    --bs-gutter-x: 0 !important;
  }
  .footer-container .news-img-container img {
    width: 60px;
    height: 60px;
    aspect-ratio: 3/2;
    object-fit: cover;
  }
  .news-img-container img {
    width: 100px;
    height: auto;
    aspect-ratio: 3/2;
    object-fit: cover;
  }
  .news-card img {
    width: 100px;
    height: 100px;
    aspect-ratio: 3/2;
    object-fit: cover;
}
.news-business img {
  max-width: 80px;
  height: 80px;
  aspect-ratio: 3/2;
  object-fit: cover;
}
.home-ad-container div {
  width: auto!important;
  height: 90px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.news-section {
  min-height: auto!important;
  margin-bottom: 15px;
}
.gallery-news-holder-container .d-flex {
  display: -ms-flexbox!important;
  display: flex!important;
  flex-wrap: wrap!important;
}
.image-bg img {
  transition: transform 0.8s ease !important;
  width: 100%;
  height: auto;
}
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .credits-container {
    display: block;
  }
  .credits-container p {
    text-align: center;
    margin-bottom: 14px;
  }
  .download-app img {
    height: 22px;
    margin: 0px 2px;
  }
}

@media screen and (min-device-width: 1025px) and (max-device-width: 1280px) {
  .download-app img {
    height: 34px;
    margin: 0px 2px;
  }
}

@media screen and (min-device-width: 1281px) and (max-device-width: 1919px) {
}

@media screen and (min-width: 1920px) and (max-device-width: 2500px) {
}

@media screen and (min-width: 2501px) {
}

.allnews {
  opacity: 0;
  cursor: context-menu !important;
}

@media screen and (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}







