.body {
  /* font-family: khand, sans-serif; */
}
.logoads {
  display: flex;
  align-items: center;
  margin-top: 12px;
}
/* header menu and search css start */

/* Initial hidden state for the sliding menu and search */
.sliding-menu {
  position: fixed;
  right: -100%;
  /* Start off-screen */
  top: 0;
  width: 300px;
  /* Adjust width as needed */
  height: 100%;
  background-color: #fff;
  transition: right 0.5s ease-in-out, opacity 0.5s ease-in-out;
  /* Smooth sliding effect */
  z-index: 999;
  /* Ensure it's on top */
  box-shadow: -2px 0 5px rgba(0, 0, 0, 0.5);
  opacity: 0;
  /* Hidden initially */
  visibility: hidden;
  /* Hidden initially */
}

/* When the menu or search is visible */
.sliding-menu.active {
  right: 0;
  /* Slide it into view */
  opacity: 1;
  /* Fully visible */
  visibility: visible;
  /* Make it visible */
}

/* Style for the close button */
.menu-close {
  position: absolute;
  top: 10px;
  left: -30px;
  font-size: 25px;
  cursor: pointer;
  background: #027bffe0;
  height: 40px;
  border-radius: 20px;
  width: 30px;
  padding: 1px;
  padding-left: 7px;
}

/* Optional: Adding hover effect to the close button */
.menu-close:hover {
  color: red;
}

/* header menu and search css end */

/* header menubar css start */
.header-bar-menu-search {
  display: flex;
  column-gap: 8px;
  align-items: center;
}
.headermenuback {
  background-color: #006494;
  color: #fff;
}
#primary-menu li a {
  color: #fff;
  padding: 15px 10px 15px 10px;
  font-weight: 500;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}
#primary-menu li a:hover {
  background: #0073aa;
}

.menusidebar a {
  color: #fff;
  transition: all 0.3s ease;
}
.menu-side-search a {
  color: #fff;
  transition: all 0.3s ease;
  padding: 7px 9px 7px 9px;
  border-radius: 4px;
  background-color: chocolate;
}

.sub-menu {
  flex-direction: column !important;
}
.sub-menu li a {
  background-color: #006494;
}
.menufsticky {
  position: sticky;
  top: 0;
  z-index: 99;
}
/* header menubar css end */

/* footer css start */
footerlast {
  display: block; /* Ensure it behaves like a block element */
  background-color: #006494;
  color: #fff; /* Example text color */
  padding: 10px; /* Example padding */
  font-size: 1.2rem; /* Set font size */
}
.flastpwered p {
  margin-bottom: 0em;
}

.flast {
  display: flex;
  justify-content: space-between;
}
.socialfooterlas li {
  list-style: none;
}
.socialfooterlas li a {
  color: #fff;
}
.socialfooterlas {
  display: flex;
  column-gap: 12px;
}
.footerbacks {
  background-color: #0073aa;
  color: #fff;
}
.footer-colmsns {
  padding-top: 30px;
  padding-bottom: 20px;
  margin-top: 12px;
}
.footer-thumb a img {
  background-color: #fff;
  margin-bottom: 12px;
}

/* footer css end */

/* newspost css start */
.newspost-content p {
  font-size: 20px;
  font-weight: 400;
  text-align: justify;
  line-height: 1.3;
  font-family: "Noto Sans", sans-serif;
}

/* Entry Header */
.entry-header {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 2px solid #e5e5e5;
}

.entry-title a {
  text-decoration: none;
  color: #0073aa;
  transition: color 0.3s ease;
}

.entry-title a:hover {
  color: #005580;
}

.newspost-title {
  font-size: 3rem;
  color: #222;
  font-weight: bold;
}

/* Post Thumbnail */
.newspost-thumbnail img {
  width: 100% !important;
  height: auto;
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}

.newspostsideads {
  background-color: #f9f9f9;
  padding: 15px;
  border-radius: 5px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  text-align: center;
}

.newspostsideads img {
  width: 100% !important;
  height: auto;
  border-radius: 5px;
  margin-bottom: 15px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* news post css end  */

.authordetails_share {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  margin-top: 20px;
  margin-bottom: 12px;
}

.author-info {
  display: flex;
  align-items: center;
}

.author-avatar img {
  border-radius: 50%;
  width: 60px; /* Adjust avatar size */
  height: 60px;
  object-fit: cover;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.author-avatar img:hover {
  transform: scale(1.05); /* Subtle hover effect */
}

.author-name {
  margin-left: 15px;
}

.author-name a {
  font-size: 1.2rem;
  font-weight: 600;
  color: #333; /* Professional dark color */
  text-decoration: none;
  transition: color 0.3s ease;
}

.author-name a:hover {
  color: #0073aa; /* Subtle hover color effect */
}

/*  */

/* Default styling for the sidebar container */
.newspostsideadss {
  padding: 15px;
  background-color: #f9f9f9; /* Light gray background */
  margin-top: 12px;
  margin-bottom: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: opacity 0.3s ease, transform 0.3s ease; /* Smooth transitions for appearance */
}

/* Styling when the sidebar is active */
.newspostsideadss.active {
  opacity: 1; /* Fully visible */
  transform: translateY(0); /* Ensure it's positioned correctly */
}

/* Styling when the sidebar is inactive */
.newspostsideadss.inactive {
  opacity: 0; /* Hidden */
  display: none;
  transform: translateY(-10px); /* Slightly move up to reinforce hidden state */
  pointer-events: none; /* Disable interactions */
}

/* Additional styling for when the sidebar becomes active */
.newspostsideadss.active {
  /* Any extra styles for active state */

  background-color: #f9f9f9;

  border-radius: 10px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
}

.newspostsideadss section img {
  width: 100%;
}
/*  */
.pagination {
  display: flex;
  justify-content: center; /* Center the pagination links */
  align-items: center;
  margin: 20px 0;
  padding: 10px 0;
}

.pagination a,
.pagination span {
  color: #333;
  text-decoration: none;
  font-size: 16px;
  padding: 8px 12px;
  margin: 0 5px;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.pagination a:hover,
.pagination .current {
  background-color: #0073aa; /* Highlight active and hover states */
  color: #fff;
  border-color: #0073e6;
}

.pagination .current {
  font-weight: bold;
  pointer-events: none;
}

.pagination a:focus {
  outline: none;
  box-shadow: 0 0 5px rgba(0, 115, 230, 0.7);
}

/* Responsive adjustments for smaller screens */
@media (max-width: 600px) {
  .pagination a,
  .pagination span {
    padding: 6px 10px;
    font-size: 14px;
  }
}

/* frontpage css start */

.sideads {
  position: sticky;
  top: 50px;
}
.newspostsideadss section iframe {
  pointer-events: none;
}

/* block two start */
.blocktwofirst-title-thummb {
  position: relative;
}

.blobktwo-firsttitle {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.88),
    rgba(0, 0, 0, 0.68),
    transparent,
    transparent,
    transparent
  );
  z-index: 4;
}

.blobktwo-firsttitle h2 {
  position: absolute;
  bottom: 0;
  padding: 14px;
}

.blobktwo-firsttitle h2 a {
  text-decoration: none;
  color: #fff;
}

.blocktwo-firstpost-thumbnail a img {
  height: 470px;
  border-radius: 4px;
}
/* block two end */

/* block first start */

.blockonesecond-title-thummb {
  display: flex;
  column-gap: 12px;
  margin-bottom: 12px;
  margin-top: 12px;
}

.blockone-secondpost-thumbnail a img {
  height: 120px;
}

.blockone-secondpost-thumbnail {
  width: 100%;
  max-width: 150px;
  min-width: 150px;
}

.blockone-seconf-title h2 {
  font-size: 1.4rem;
  font-weight: 700;
}

.blockone-seconf-title h2 a {
  text-decoration: none;
  color: #006494;
}

.blockonefirst-title-thummb {
  position: relative;
}

.blobkone-firsttitle {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.88),
    rgba(0, 0, 0, 0.68),
    transparent,
    transparent,
    transparent
  );
  z-index: 4;
}

.blobkone-firsttitle h2 {
  position: absolute;
  bottom: 0;
  padding: 14px;
}

.blobkone-firsttitle h2 a {
  text-decoration: none;
  color: #fff;
}

.blockone-firstpost-thumbnail a img {
  height: 450px;
}
/* block first end */

/* block third css start */
.bltf-title-thummb {
  display: flex;
}
.bltf-firsttitle {
  padding: 30px 35px 35px;
  background-color: #efe5e5;
  height: 100%;
}
.bltf-firstpost-thumbnail a img {
  height: 370px !important;
}
.bltf-firsttitle h2 {
  margin-bottom: 15px;
  line-height: 1.354;
  font-size: 30px;
  font-weight: 700;
}
.bltf-firsttitle h2 a {
  text-decoration: none;
  color: #800080;
}
.bltf-firsttitle p {
  font-size: 17px;
  color: rgba(0, 0, 0, 0.83);
  font-weight: 500;
  line-height: 1.8;
}
/* block third css end  */

:root {
  --primary-color: #ff6f61;
  --secondary-color: #f9fafb;
  --text-color: #333;
  --background-color: #f5f5f5;
  --border-radius: 12px;
  --shadow-light: rgba(0, 0, 0, 0.05);
  --shadow-heavy: rgba(0, 0, 0, 0.1);
}

.blts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  padding: 50px 20px;
  max-width: 1200px;
  margin: 0 auto;
}

/* Card Styles */
.bts-title-thummb {
  position: relative;
  background-color: #fff;
  border-radius: var(--border-radius);
  box-shadow: 0 8px 30px var(--shadow-light);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.bts-title-thummb:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px var(--shadow-heavy);
}

.bts-secondtitle {
  padding: 20px;
  background-color: var(--secondary-color);
  text-align: center;
  border-top-left-radius: var(--border-radius);
  border-top-right-radius: var(--border-radius);
}

.bts-secondtitle h2 {
  font-size: 1.5rem;
  color: var(--text-color);
  margin-bottom: 0;
  font-weight: bold;
}

.bts-secondtitle h2 a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #800080;
  transition: color 0.3s ease;
}

.bts-secondtitle h2 a:hover::after {
  width: 100%;
}

.bts-secondtitle h2 a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  height: 2px;
  width: 0;
  background-color: var(--primary-color);
  transition: width 0.3s ease;
}

/* Thumbnail Styles */
.bts-secondpost-thumbnail {
  position: relative;
  overflow: hidden;
}

.bts-secondpost-thumbnail img {
  width: 100%;
  height: 250px;
  transition: transform 0.5s ease, opacity 0.5s ease;
  object-fit: cover;
  border-bottom: 4px solid var(--primary-color);
}

.bts-secondpost-thumbnail a:hover img {
  transform: scale(1.1);
  opacity: 0.9;
}

/* Gradient Overlay for Thumbnails */
.bts-secondpost-thumbnail::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.4) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.bts-secondpost-thumbnail:hover::before {
  opacity: 1;
}

.bltts-title-thummb {
  display: flex;
  column-gap: 12px;
  margin-top: 8px;
  margin-bottom: 8px;
}
.bltts-secondpost-thumbnail a img {
  height: 90px;
  width: 100%;
  max-width: 120px;
  min-width: 120px;
  border-radius: 4px;
}

.bltts {
  display: grid;
  grid-gap: 5px;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 30px;
  margin-top: 12px;
}
.bltts-secondtitle h2 a {
  text-decoration: none;
  color: #800080;
}
.bltts-secondtitle h2 {
  font-size: 1.2rem;
  line-height: 1.4;
}
.bltt-title-thummb {
  display: flex;
}
.bltt-secondtitle {
  padding: 30px 35px 35px;
  background-color: #4d7cb8;
  height: 100%;
  color: #fff;
}
.bltt-secondpost-thumbnail a img{
  height: 370px !important;
}
.bltt-secondtitle h2{
  margin-bottom: 15px;
  line-height: 1.354;
  font-size: 30px;
  font-weight: 700;
}
.bltt-secondtitle h2 a{
  text-decoration: none;
  color: #f9f9f9;
}
.blockfour-first{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
 
}
.blfb{
  border-radius: 10px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin-top: 32px;
  margin-bottom: 20px;
  
}
.blfba{
  background-color: #0073aa;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 12px;
  margin-top: 20px;
}
.blockfourfirst-title-thummb{
  display: flex;
  column-gap: 12px;
}
.blockfour-firstpost-thumbnail a img{
  height: 90px;
  width: 100%;
  max-width: 120px;
  min-width: 120px;
  border-radius: 4px;
}

.blockfour-first-title h2{
font-size: 1.2rem;
font-weight: 700;
line-height: 1.4;
}
.blockfour-first-title h2 a{
  text-decoration: none;
  color: #f5f5f5;
}
.block-icons{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
  margin-bottom: 12px;
}
.block-title a h2{
  font-family: "Teko", sans-serif;
  font-weight: 600;
}
.block-title a {
  text-decoration: none;
  color: #016494;
}
.blockicon{
  height: 30px;
  width: 30px;
  background-color: #d2691d;
  border-radius: 50%;

  padding: 3px;
  padding-left: 7px;
}
.blockicon a{
  color: #fff;
}
.blockss{
  color: #fff !important;
}

.blocksix-second{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

/*  */
/* Container for the grid of posts */
.blocksix-second {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 20px;
}

/* Individual post container */
.blocksixfirst-title-thummb {
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  display: flex;
  flex-direction: column;
}

/* Thumbnail Image */
.blocksix-firstpost-thumbnail {
  overflow: hidden;
}

.blocksix-firstpost-thumbnail img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-bottom: 1px solid #ddd;
  transition: transform 0.3s ease;
}

.blocksix-firstpost-thumbnail img:hover {
  transform: scale(1.05);
}

/* Title Styling */
.blocksix-first-title {
  padding: 15px;
  text-align: center;
}

.blocksix-first-title h2 {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  transition: color 0.3s ease;
}

.blocksix-first-title h2 a {
  color: #333;
  text-decoration: none;
}

.blocksix-first-title h2 a:hover {
  color: #007bff;
}
/*  */
/* Container for the single post block */
.blocksixs-first {
  background-color: #fff;
  /* border: 1px solid #e0e0e0; */
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 30px;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Hover effect for the post container */
.blocksixs-first:hover {
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
  transform: translateY(-5px);
}

/* Thumbnail Image */
.blocksixs-post-thumbnail {
  overflow: hidden;
  /* border-bottom: 1px solid #e0e0e0; */
}

.blocksixs-post-thumbnail img {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
}

.blocksixs-post-thumbnail img:hover {
  transform: scale(1.1);
}

/* Title Styling */
.blocksixs-first-title {
  padding: 20px;
  text-align: center;
  background-color: #f7f7f7;
}

.blocksixs-first-title h2 {
  font-size: 24px;
  font-weight: 700;
  color: #333;
  margin: 0;
  line-height: 1.4;
  transition: color 0.3s ease;
}

.blocksixs-first-title h2 a {
  color: #333;
  text-decoration: none;
}

.blocksixs-first-title h2 a:hover {
  color: #0056b3;
  text-decoration: underline;
}

/* trending 7 24 30 */

/* Container for trending posts */
.trending-posts-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px; /* Space between items */
  justify-content: center; /* Center align items */
  padding: 20px;
  background-color: #f9f9f9; /* Light background color */
  border-radius: 8px; /* Rounded corners for the container */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow */
}

/* Style for individual post items */
.trending-post-item {
  background-color: #ffffff; /* White background for each post item */
  border: 1px solid #ddd; /* Light border */
  border-radius: 8px; /* Rounded corners */
  overflow: hidden; /* Ensure rounded corners are visible */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Subtle shadow */
  width: calc(33.333% - 20px); /* Adjust width for responsive layout */
  max-width: 300px; /* Optional: limit the maximum width */
  transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth transitions */
}

/* Hover effect for post items */
.trending-post-item:hover {
  transform: translateY(-5px); /* Slight lift effect */
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2); /* More prominent shadow */
}

/* Style for post thumbnail */
.potrending-post-thumbnail {
  position: relative;
  overflow: hidden; /* Ensure image fits within the container */
  width: 100%;
  height: 200px; /* Fixed height for consistency */
}

.potrending-post-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Crop image to cover the container */
  border-bottom: 1px solid #ddd; /* Border between thumbnail and title */
}

/* Style for post title */
.potrending-post-title {
  padding: 15px;
  text-align: center; /* Center align text */
}

.potrending-post-title a {
  color: #333; /* Dark text color */
  text-decoration: none; /* Remove underline */
  font-size: 16px;
  font-weight: 600; /* Bold font weight */
  transition: color 0.3s ease; /* Smooth color transition */
}

.potrending-post-title a:hover {
  color: #007bff; /* Change color on hover */
}

.post-content-timeago{
  color: #cae5f2;
  font-weight: 100;
  opacity: 90%;
}
.npost-content-timeago{
  margin-left: 12px;
  margin-right: 12px;
}


/* mobile responsive start */
@media screen and (max-width: 360px) and (min-width: 200px) {
  .logoads {
    display: flex;
    align-items: center;
    margin-top: 12px;
    flex-direction: column !important;
}
  .newspost-title {
    font-size: 2.5rem;
    color: #222;
    font-weight: bold;
}
  .flast {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
}
  .blocktwo-firstpost-thumbnail a img {
    height: auto;
    border-radius: 4px;
}
.protabcontenstsgsh {
  display: flex;
  flex-direction: column;
}
.blockone-firstpost-thumbnail a img {
  object-fit: cover;
  height: auto;
}
.bltf-title-thummb {
  display: flex;
  flex-direction: column-reverse;
}
.bltf-firsttitle {
  padding: 30px 35px 35px;
  background-color: #efe5e5;
  height: 100%;
  margin-top: -34px;
}
.blts {
  display: grid;
  grid-template-columns: repeat(1, 1fr) !important;
  gap: 30px;
  padding: 50px 20px;
  max-width: 1200px;
  margin: 0 auto;
}
.bltt-title-thummb {
  display: flex;
  flex-direction: column;
}
.bltts {
  display: grid;
  grid-gap: 5px;
  grid-template-columns: repeat(1, 1fr) !important;
  margin-bottom: 30px;
  margin-top: 12px;
}
.blockfour-first {
  display: grid;
  grid-template-columns: repeat(1, 1fr) !important;
  gap: 30px;
}
.blockfive-first {
  display: grid;
  grid-template-columns: repeat(1, 1fr) !important;
  gap: 20px;
  justify-content: center;
  padding: 20px;
  background-color: #f4f4f4;
}
.footer-colmsns {
  flex-direction: column !important;
  padding-top: 30px;
  padding-bottom: 20px;
  margin-top: 12px;
}
.relatedpostblockd {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)) !important;
  grid-gap: 20px;
  margin-top: 20px;
}
.authordetails_share {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  margin-top: 20px;
  margin-bottom: 12px;
  flex-direction: column;
}
}
@media screen and (max-width: 480px) and (min-width: 360px) {
  .logoads {
    display: flex;
    align-items: center;
    margin-top: 12px;
    flex-direction: column !important;
}
  .newspost-title {
    font-size: 2.5rem;
    color: #222;
    font-weight: bold;
}
  .authordetails_share {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    margin-top: 20px;
    margin-bottom: 12px;
    flex-direction: column;
}
  .flast {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
}
  .blocktwo-firstpost-thumbnail a img {
    height: auto;
    border-radius: 4px;
}
.protabcontenstsgsh {
  display: flex;
  flex-direction: column;
}
.blockone-firstpost-thumbnail a img {
  object-fit: cover;
  height: auto;
}
.bltf-title-thummb {
  display: flex;
  flex-direction: column-reverse;
}
.bltf-firsttitle {
  padding: 30px 35px 35px;
  background-color: #efe5e5;
  height: 100%;
  margin-top: -34px;
}
.blts {
  display: grid;
  grid-template-columns: repeat(1, 1fr) !important;
  gap: 30px;
  padding: 50px 20px;
  max-width: 1200px;
  margin: 0 auto;
}
.bltt-title-thummb {
  display: flex;
  flex-direction: column;
}
.bltts {
  display: grid;
  grid-gap: 5px;
  grid-template-columns: repeat(1, 1fr) !important;
  margin-bottom: 30px;
  margin-top: 12px;
}
.blockfour-first {
  display: grid;
  grid-template-columns: repeat(1, 1fr) !important;
  gap: 30px;
}
.blockfive-first {
  display: grid;
  grid-template-columns: repeat(1, 1fr) !important;
  gap: 20px;
  justify-content: center;
  padding: 20px;
  background-color: #f4f4f4;
}
.footer-colmsns {
  flex-direction: column !important;
  padding-top: 30px;
  padding-bottom: 20px;
  margin-top: 12px;
}
.relatedpostblockd {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)) !important;
  grid-gap: 20px;
  margin-top: 20px;
}
}

@media screen and (max-width: 600px) and (min-width: 480px) {
  .logoads {
    display: flex;
    align-items: center;
    margin-top: 12px;
    flex-direction: column !important;
}
  .newspost-title {
    font-size: 2.5rem;
    color: #222;
    font-weight: bold;
}
  .authordetails_share {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    margin-top: 20px;
    margin-bottom: 12px;
    flex-direction: column;
}
  .flast {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
}
  .blocktwo-firstpost-thumbnail a img {
    height: auto;
    border-radius: 4px;
}
.protabcontenstsgsh {
  display: flex;
  flex-direction: column;
}
.blockone-firstpost-thumbnail a img {
  object-fit: cover;
  height: auto;
}
.bltf-title-thummb {
  display: flex;
  flex-direction: column-reverse;
}
.bltf-firsttitle {
  padding: 30px 35px 35px;
  background-color: #efe5e5;
  height: 100%;
  margin-top: -34px;
}
.blts {
  display: grid;
  grid-template-columns: repeat(1, 1fr) !important;
  gap: 30px;
  padding: 50px 20px;
  max-width: 1200px;
  margin: 0 auto;
}
.bltt-title-thummb {
  display: flex;
  flex-direction: column;
}
.bltts {
  display: grid;
  grid-gap: 5px;
  grid-template-columns: repeat(1, 1fr) !important;
  margin-bottom: 30px;
  margin-top: 12px;
}
.blockfour-first {
  display: grid;
  grid-template-columns: repeat(1, 1fr) !important;
  gap: 30px;
}
.blockfive-first {
  display: grid;
  grid-template-columns: repeat(1, 1fr) !important;
  gap: 20px;
  justify-content: center;
  padding: 20px;
  background-color: #f4f4f4;
}
.footer-colmsns {
  flex-direction: column !important;
  padding-top: 30px;
  padding-bottom: 20px;
  margin-top: 12px;
}
.relatedpostblockd {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)) !important;
  grid-gap: 20px;
  margin-top: 20px;
}

}
@media screen and (max-width: 768px) and (min-width: 600px) {
  .logoads {
    display: flex;
    align-items: center;
    margin-top: 12px;
    flex-direction: column !important;
}
  .newspost-title {
    font-size: 2.5rem;
    color: #222;
    font-weight: bold;
}
  .authordetails_share {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    margin-top: 20px;
    margin-bottom: 12px;
    flex-direction: column;
}
  .flast {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
}
  .blocktwo-firstpost-thumbnail a img {
    height: auto;
    border-radius: 4px;
}
.protabcontenstsgsh {
  display: flex;
  flex-direction: column;
}
.blockone-firstpost-thumbnail a img {
  object-fit: cover;
  height: auto;
}
.bltf-title-thummb {
  display: flex;
  flex-direction: column-reverse;
}
.bltf-firsttitle {
  padding: 30px 35px 35px;
  background-color: #efe5e5;
  height: 100%;
  margin-top: -34px;
}
.blts {
  display: grid;
  grid-template-columns: repeat(1, 1fr) !important;
  gap: 30px;
  padding: 50px 20px;
  max-width: 1200px;
  margin: 0 auto;
}
.bltt-title-thummb {
  display: flex;
  flex-direction: column;
}
.bltts {
  display: grid;
  grid-gap: 5px;
  grid-template-columns: repeat(1, 1fr) !important;
  margin-bottom: 30px;
  margin-top: 12px;
}
.blockfour-first {
  display: grid;
  grid-template-columns: repeat(1, 1fr) !important;
  gap: 30px;
}
.blockfive-first {
  display: grid;
  grid-template-columns: repeat(1, 1fr) !important;
  gap: 20px;
  justify-content: center;
  padding: 20px;
  background-color: #f4f4f4;
}
.footer-colmsns {
  flex-direction: column !important;
  padding-top: 30px;
  padding-bottom: 20px;
  margin-top: 12px;
}
.relatedpostblockd {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)) !important;
  grid-gap: 20px;
  margin-top: 20px;
}

}


/* Desktop */
/*  */
@media screen and (max-width: 992px) and (min-width: 768px) {
}
@media screen and (max-width: 1080px) and (min-width: 992px) {
}
@media screen and (max-width: 1920px) and (min-width: 1080px) {
}
@media screen and (max-width: 1366px) and (min-width: 768px) {

}

@media screen and (max-width: 1440px) and (min-width: 900px) {
}
@media screen and (max-width: 1280px) and (min-width: 720px) {
}
@media screen and (max-width: 1280px) and (min-width: 1020px) {

}

.headerlogo-discription{
  text-align: center;
}
.sticky-logo {
  background-color: <?php echo get_theme_mod('sticky_logo_bg_color', '#ffffff'); ?>;
}