:root {
  --theme-color: #0300b6;
}

* {
  font-family: "Belleza", sans-serif;
  padding: 0px;
  margin: 0px;
}

p {
  font-size: 16px;
}

.cbn-header-top .logo>img {
  width: 160px;
  height: auto;
}

.cbn-header-top .language-wrap {
  min-width: 130px;
  text-align: end;
}

.cbn-header-top .live-wrap {
  min-width: 130px;
}

.cbn-header-top .date {
  font-weight: bold;
  font-family: Belleza, sans-serif !important;
  color: var(--theme-color);
}

.cbn-header-top .btn-live {
  color: #900000;
  font-weight: 500;
  text-decoration: none;
}

.cbn-header-top .language-wrap .btn-lang {
  font-weight: bold;
  font-family: Belleza, sans-serif !important;
  color: var(--theme-color);
  font-size: 35px;
  text-decoration: none;
}

.cbn-header-main .nav-item .nav-link {
  text-decoration: none;
  color: rgb(0, 0, 102);
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  border-radius: 8px;
}

.cbn-header-main .nav-item .nav-link:hover {
  background: var(--theme-color);
  color: white;
}

.cbn-header-main .nav-item>.dropdown .dropdown-item {
  text-decoration: none;
  color: rgb(0, 0, 102);
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
}

.cbn-header-main .nav-item>.dropdown .dropdown-item:hover {
  background: var(--theme-color);
  color: white;
}

.search-icon>img,
.enviorment-icon>img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

ul.social-networks {
  list-style: none;
  display: flex;
  gap: 10px;
}

header {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.cbn-news-card {
  border: none;
}

.cbn-news-card .cba-news-card-img {
  border-radius: 12px;
  margin-bottom: 10px;
  height: 150px;
  width: 100%;
  object-fit: cover;
}

.cbn-news-card .news-card-desc {
  margin-bottom: 0px;
  line-height: 20px;
  margin-bottom: 5px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cbn-news-card .news-card-time {
  font-size: 12px;
  margin-top: 5px;
  text-transform: uppercase;
}

/* .cbn-news-card .card-body {
    border-bottom: 1px solid lightgray;
} */
.cbn-news-card .news-card-title {
  font-size: 25px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 600;
}

.cbn-news-card-link-wrap {
  text-decoration: none;
}

.top-story-news-card {
  text-align: center;
  border: none;
}

.top-story-news-card .cba-news-card-img {
  border-radius: 12px;
}

.top-story-news-card .cba-news-card-img {
  margin-bottom: 10px;
}

.top-story-news-card .news-card-title {
  color: var(--theme-color);
  line-height: 40px;
}

.popular-stories-wrapper .cbn-news-card .news-card-title {
  /* display: initial; */
  font-size: 16px;
}

.popular-stories-wrap,
.featured-stories-wrap {
  border-top: 2px solid black;
  border-bottom: 2px solid #d2d6dc;
  margin-bottom: 10px;
}

.home-left-col-wrap .cbn-news-card-link-wrap:first-child .card-body {
  padding-top: 0px;
}

.category-sub-title h1 {
  font-size: 16px;
  font-weight: 700;
  color: var(--theme-color);
  margin-bottom: 3px;
  text-transform: uppercase;
}

.divider.my-3 {
  background-color: var(--theme-color);
  height: 4px;
}

.categories-head-wrap {
  border-top: 1px solid black;
  border-bottom: 1px solid #d2d6dc;
  margin-bottom: 10px;
}

.categories-head-wrap h1 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--theme-color);
}

.categories-head-wrap h5 {
  font-size: 18px;
  line-height: 20px;
}

.cbn-news-cat-card-wrap {
  text-decoration: none;
}

.cbn-news-cat-card-wrap .news-card-title {
  display: inline;
  font-size: 16px;
}

.footer-links-wrap .footer-link {
  border-right: 1px solid black;
}

.social-icons>img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  transition: ease 0.7s;
}

.Copyright-wrap {
  background-color: var(--theme-color);
}

.footer-border {
  margin-top: 50px;
  border-top: 1px solid var(--theme-color);
}

.footer-links-wrap .footer-link {
  border-right: 1px solid black;
  color: var(--theme-color);
  font-weight: 500;
  transition: ease 0.7s;
}

.footer-links-wrap .footer-link:hover {
  transform: translateY(-10px);
  transition: ease 0.7s;
}

.social-icons>img:hover {
  transform: translateY(-10px);
  transition: ease 0.7s;
}

.news_tittle_wrapper {
  border-top: 1px solid black;
  border-bottom: 1px solid #d2d6dc;
}

.news_tittle_wrapper>h2 {
  color: var(--theme-color);
  text-transform: uppercase;
}

.cbn_news_wrapper>.card-body {
  color: #000;
  padding: 10px 0px;
  position: relative;
}

.cbn_news_wrapper>.card-body>.cba-news-card-img {
  border-radius: 12px;
  margin-bottom: 10px;
  object-fit: cover;
  width: 100%;
  height: auto;
}

.cbn_news_wrapper>.card-body>.meta-wrap>.news-card-desc {
  line-height: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cbn_news_wrapper>.card-body>.meta-wrap>.news-card-time {
  font-size: 12px;
  color: #6b7280;
  text-transform: uppercase;
  font-family: sans-serif;
}

.main_new_wrapper {
  border-bottom: 1px solid #d2d6dc !important;
  margin-bottom: 20px;
  display: block;
}

.news_tittle_wrapper>a:hover>h5 {
  color: #0a2395;
}

.cbn_news_wrapper>.card-body:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -8px;
  right: -8px;
  z-index: -1;
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  box-sizing: border-box;
}

.cbn_news_wrapper:hover>.card-body:before {
  visibility: visible;
  opacity: 1;
}

.cbn_news_wrapper:hover>.card-body {
  -webkit-transform: scale(1.03);
  transform: scale(1.02);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.main_categorie_wrapper .cbn_news_wrapper:hover>.card-body {
  transform: none;
  transition: none;
}

.most_read_news_wrapper .cbn_news_wrapper .cba-news-card-img {
  border-radius: 10px;
  max-height: 70px;
  object-fit: cover;
  width: 100%;
}

.most_read_news_wrapper .cbn_news_wrapper {
  border-bottom: 1px solid #d2d6dc !important;
  display: block;
}

.news_artical_type_wrapper {
  border-bottom: 4px double #d2d6dc;
}

.artical_publish_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 2px solid #d2d6dc;
  margin-top: 15px;
  padding-top: 12px;
  margin-bottom: 10px;
}

.artical_publisher_details {
  display: flex;
  flex-direction: column;
}

.new_publisher_name {
  font-size: 20px;
  font-weight: 600;
  border-left: 3px solid #000;
  padding-left: 5px;
  line-height: normal;
  font-family: sans-serif;
}

.artical_publisher_details>.news-card-time {
  font-size: 12px;
  color: #6b7280;
  text-transform: uppercase;
  font-family: sans-serif;
  font-style: italic;
}

.artical_share_icon>i {
  font-size: 32px;
}

.artical_details_share_wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0px 5px;
}

.artical_share_icon.twitter_share_icon>i {
  color: #000;
}

.artical_share_icon.whatsapp_share_icon>i {
  color: #11dd60;
}

.artical_share_icon.instagram_share_icon>i {
  color: #ec30cd;
}

.artical_share_icon.facebook_share_icon>i {
  color: #3b5998;
}

.cbn_new_artical_wrapper .news-card-title {
  /* font-family: sans-serif; */
}

.cbn_new_artical_wrapper>.card-body .cba-news-card-img {
  border-radius: 10px;
}

.news_artical_type_wrapper i {
  font-size: 8px;
  padding-left: 5px;
}

.news_artical_type_wrapper>h6 {
  display: flex;
  align-items: center;
  line-height: normal;
}

.news_artical_main_content_body>p {
  font-size: 1.25rem;
}

.animate-pulse {
  -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}

.badge {
  display: inline-block;
  padding: 0.25rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.125rem;
}

.logo-wrap>.logo {
  display: block;
}

.logo-wrap>.logo>img {
  width: 100%;
  height: 52px;
  object-fit: contain;
}

.menu_icon_toggle>i {
  font-size: 18px;
}

.cbn-news-card>.card-body,
.top-story-news-card .card-body {
  padding: 10px !important;
  margin-bottom: 10px;
  padding-bottom: 0px !important;
}

.cbn-news-card>.card-body:hover,
.top-story-news-card:hover .card-body {
  -webkit-transition: all 0.3s ease-in-out;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  background: #fff;
  border-radius: 5px;
  -webkit-transform: scale(1.03);
  transform: scale(1.02);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.fixed_header>.cbn-header-main {
  position: fixed;
  top: 0px;
  z-index: 9;
  background-color: #fff;
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

[dir="rtl"] .footer-links-wrap .footer-link {
  border-right: none;
  border-left: 1px solid black;
}

.input-group .text-danger {
  display: block;
  width: 100%;
}

.cbn-news-cat-card-wrap .main-tittle_catagories {
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  display: block;
  border-top: 1px solid #000;
  border-bottom: 1px solid #dee2e6;
  padding-top: 5px;
  margin-top: -5px;
  padding-bottom: 5px;
}

.cbn-news-cat-card-wrap .news-card-title>p {
  margin: 0px;
}

.cta_main_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.cta_main_wrapper>.cta_right_wrapper {
  width: 130px;
}

.cta_main_wrapper>.cta_right_wrapper>.cba-news-card-img {
  width: 100%;
  height: 85px;
  object-fit: cover;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  margin: 0px;
}

.cta_left_wrapper {
  width: calc(100% - 135px);
}

[dir="rtl"] .cta_main_wrapper {
  display: flex;
  flex-direction: row-reverse;
}

.cta_left_wrapper>.news-card-title {
  font-size: 18px;
  font-weight: 600;
}

.cbn-news-card>.card-body:hover img,
.top-story-news-card:hover .card-body>img {
  border-radius: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.cbn_news_wrapper:hover .cba-news-card-img,
.cbn_news_wrapper:hover>.card-body>.cba-news-card-img {
  border-radius: 0px;
}

.featured-stories-wrap>h4 {
  text-transform: uppercase;
  font-size: 18px;
}

.categories-head-wrap h5:hover {
  color: #0300b6;
}

.popular-stories-wrap>h4 {
  text-transform: uppercase;
  font-weight: 600;
}

.artical_share_icon>svg {
  width: 37px;
  height: 37px;
}

.news_tittle_wrapper>h5 {
  text-transform: uppercase;
  font-size: 18px;
}

.cb_top_ads_container,
.cb_most_read_ads_container {
  margin-top: 15px;
}

[dir="rtl"] .Copyright-wrap p {
  direction: ltr;
}

@font-face {
  font-family: "NafeesRegular";
  src: url("../fonts/Nafees Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

[dir="rtl"] * {
  font-family: "NafeesRegular";
}

.featured-news-wrapper .news-card-title {
  font-size: 20px;
}

[dir="rtl"] .featured-stories-wrap>h4 {
  font-weight: 600;
}

[dir="rtl"] .most_read_news_wrapper .cbn_news_wrapper>.card-body>.row {
  flex-direction: row-reverse;
}

[dir="rtl"] .most_read_news_wrapper .news_tittle_wrapper>h5 {
  font-weight: 600;
}

.cb_bottom_ads_container {
  margin-top: 20px;
}

.cb_ads_mian_wrapper {
  overflow: hidden;
}

.cb_ads_mian_wrapper img {
  max-width: 100%;
}

.cb_404_page_wrapper {
  height: calc(100vh - 392px);
  display: flex;
  justify-content: center;
  align-items: center;
}

.news_artical_main_content_body img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

@media screen and (max-width: 1024px) and (min-width: 991px) {
  .cbn-header-main .nav-item .nav-link {
    font-size: 13px;
    text-wrap: nowrap;
  }
}

@media (max-width: 992px) {
  .cbn-header-main .nav-item .nav-link {
    padding: 10px;
    max-width: max-content;
  }

  #navbarNav.show>.navbar-nav,
  #navbarNav.collapsing>.navbar-nav {
    padding: 10px 0px;
  }

  .cb_404_page_wrapper {
    height: calc(100vh - 336px);
  }
}

.btn-comment,
.btn-comment:hover {
  background-color: #000066;
  color: #fff;
  border-color: #000066;
}

.font-weight-600 {
  font-weight: 600 !important;
}

.bg-eee {
  background-color: #eee;
}

.resize-none {
  resize: none;
}

.custom-clr {
  color: #000066;
  font-weight: 500;
}

.custom-clr:hover {
  font-weight: 600;
}

.cursor-pointer {
  cursor: pointer !important;
}

a.txt-clr {
  color: #2a2525;
}

.subscribe-now {
  width: 100%;
  padding: 15px;
  background: #000066;
  color: #fff;
  border: none;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  font-size: 1rem;
}

.subscribe-input {
  padding: 12px;
  width: 100%;

  border-radius: 4px;
  border: 1px solid #ddd;
  font-size: 16px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.sub-head {
  width: 80%;
  margin: 0 auto;
  font-size: 1.2rem;
  line-height: 1.6;
  margin-bottom: 20px;
}

.nospam {
  color: #333;

  font-size: 11px;
  line-height: 15px;
}

.nospam a {
  color: #535353;
  text-decoration: underline;
}

#comments-section {
  margin-bottom: 30px;
}

.news_artical_main_content_body .embed-responsive .embed-responsive-item {
  width: 100%;
  height: 500px;
}

@media screen and (max-width: 768px) {
  .news_artical_main_content_body .embed-responsive .embed-responsive-item {
    height: 338px;
  }
}