header li {
  list-style: none;
}
header nav {
  /* Animations */
}
header nav .ds-head-logo-date {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 10px 0;
  margin-bottom: 20px;
}
header nav .ds-head-logo-date .ds-head-logo {
  width: 195px;
}
header nav .ds-head-logo-date .ds-head-logo a {
  width: 100%;
}
header nav .ds-head-logo-date .ds-head-logo a img {
  width: 100%;
}
header nav .ds-head-logo-date .ds-head-date span {
  font-size: 12px;
  color: #636363;
}
@media (min-width: 992px) {
  header nav .ds-head-logo-date .ds-head-date span {
    font-size: 14px;
  }
}
header nav .ds-menu-section .ds-menu-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #dfdfdf;
  border-top: 1px solid #dfdfdf;
}
header nav .ds-menu-section .ds-menu-wrap .ds-menu-wrap-inner {
  display: flex;
  align-items: center;
  flex: 8;
}
header nav .ds-menu-section .ds-menu-wrap .ds-menu-wrap-inner .ds-menu-logo {
  width: 110px;
  display: none;
}
header nav .ds-menu-section .ds-menu-wrap .ds-menu-wrap-inner .ds-menu-logo a {
  display: flex;
}
header nav .ds-menu-section .ds-menu-wrap .ds-menu-wrap-inner .ds-menu-logo a img {
  width: 100%;
}
header nav .ds-menu-section .ds-menu-wrap .ds-menu-wrap-inner .ds-menu-items .menu-primary-menu-container #menu-primary-menu {
  display: flex;
  align-items: center;
  padding: 0;
}
header nav .ds-menu-section .ds-menu-wrap .ds-menu-wrap-inner .ds-menu-items .menu-primary-menu-container #menu-primary-menu li {
  position: relative;
}
header nav .ds-menu-section .ds-menu-wrap .ds-menu-wrap-inner .ds-menu-items .menu-primary-menu-container #menu-primary-menu li:not(:first-child) {
  display: none;
}
@media (min-width: 992px) {
  header nav .ds-menu-section .ds-menu-wrap .ds-menu-wrap-inner .ds-menu-items .menu-primary-menu-container #menu-primary-menu li:not(:first-child) {
    display: block;
  }
}
header nav .ds-menu-section .ds-menu-wrap .ds-menu-wrap-inner .ds-menu-items .menu-primary-menu-container #menu-primary-menu li.menu-item-has-children {
  margin-right: 10px;
}
header nav .ds-menu-section .ds-menu-wrap .ds-menu-wrap-inner .ds-menu-items .menu-primary-menu-container #menu-primary-menu li.menu-item-has-children > a:after {
  content: "\f107";
  position: absolute;
  right: 0px;
  top: 17px;
  font-size: 12px;
  font-family: "Fontawesome";
  border: none;
  transition: all 0.1s ease-in-out;
}
header nav .ds-menu-section .ds-menu-wrap .ds-menu-wrap-inner .ds-menu-items .menu-primary-menu-container #menu-primary-menu li > a:hover {
  color: #f09705;
}
header nav .ds-menu-section .ds-menu-wrap .ds-menu-wrap-inner .ds-menu-items .menu-primary-menu-container #menu-primary-menu li .sub-menu {
  display: none;
  position: absolute;
  min-width: 250px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
  z-index: 999;
}
header nav .ds-menu-section .ds-menu-wrap .ds-menu-wrap-inner .ds-menu-items .menu-primary-menu-container #menu-primary-menu li .sub-menu li a {
  padding: 8px 10px 5px;
}
header nav .ds-menu-section .ds-menu-wrap .ds-menu-wrap-inner .ds-menu-items .menu-primary-menu-container #menu-primary-menu li .sub-menu li a:hover {
  background-color: #f4f4f4;
}
header nav .ds-menu-section .ds-menu-wrap .ds-menu-wrap-inner .ds-menu-items .menu-primary-menu-container #menu-primary-menu li a {
  color: #000;
  display: block;
  padding: 10px 15px;
}
header nav .ds-menu-section .ds-menu-wrap .ds-menu-wrap-inner .ds-menu-items .menu-primary-menu-container #menu-primary-menu li:hover .sub-menu {
  display: block;
}
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions {
  flex: 2;
}
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-latest-news-wrap .menu-latest-news,
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-latest-news-wrap .menu-trending-news,
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-trending-news-wrap .menu-latest-news,
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-trending-news-wrap .menu-trending-news {
  display: flex;
  margin-left: 18px;
  cursor: pointer;
}
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-latest-news-wrap .menu-latest-news img,
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-latest-news-wrap .menu-trending-news img,
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-trending-news-wrap .menu-latest-news img,
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-trending-news-wrap .menu-trending-news img {
  width: 20px;
}
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-latest-news-wrap .menu-latest-news-content,
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-latest-news-wrap .menu-trending-news-content,
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-trending-news-wrap .menu-latest-news-content,
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-trending-news-wrap .menu-trending-news-content {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  overflow-y: scroll;
  padding: 20px 0;
  display: none;
  z-index: 999;
}
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-latest-news-wrap .menu-latest-news-content.latest-active,
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-latest-news-wrap .menu-trending-news-content.latest-active,
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-trending-news-wrap .menu-latest-news-content.latest-active,
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-trending-news-wrap .menu-trending-news-content.latest-active {
  display: grid;
  align-items: center;
}
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-latest-news-wrap .menu-latest-news-content .latest-news-inner,
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-latest-news-wrap .menu-trending-news-content .latest-news-inner,
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-trending-news-wrap .menu-latest-news-content .latest-news-inner,
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-trending-news-wrap .menu-trending-news-content .latest-news-inner {
  background-color: #fff;
}
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-latest-news-wrap .menu-latest-news-content .latest-news-inner .latest-news-title,
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-latest-news-wrap .menu-trending-news-content .latest-news-inner .latest-news-title,
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-trending-news-wrap .menu-latest-news-content .latest-news-inner .latest-news-title,
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-trending-news-wrap .menu-trending-news-content .latest-news-inner .latest-news-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  background-color: #f4f4f4;
}
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-latest-news-wrap .menu-latest-news-content .latest-news-inner .latest-news-title h1,
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-latest-news-wrap .menu-trending-news-content .latest-news-inner .latest-news-title h1,
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-trending-news-wrap .menu-latest-news-content .latest-news-inner .latest-news-title h1,
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-trending-news-wrap .menu-trending-news-content .latest-news-inner .latest-news-title h1 {
  font-size: 18px;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-latest-news-wrap .menu-latest-news-content .latest-news-inner .latest-news-title h1,
  header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-latest-news-wrap .menu-trending-news-content .latest-news-inner .latest-news-title h1,
  header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-trending-news-wrap .menu-latest-news-content .latest-news-inner .latest-news-title h1,
  header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-trending-news-wrap .menu-trending-news-content .latest-news-inner .latest-news-title h1 {
    font-size: 22px;
  }
}
@media screen and (min-width: 1024px) {
  header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-latest-news-wrap .menu-latest-news-content .latest-news-inner .latest-news-title h1,
  header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-latest-news-wrap .menu-trending-news-content .latest-news-inner .latest-news-title h1,
  header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-trending-news-wrap .menu-latest-news-content .latest-news-inner .latest-news-title h1,
  header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-trending-news-wrap .menu-trending-news-content .latest-news-inner .latest-news-title h1 {
    font-size: 28px;
  }
}
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-latest-news-wrap .menu-latest-news-content .latest-news-inner .latest-news-title span,
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-latest-news-wrap .menu-trending-news-content .latest-news-inner .latest-news-title span,
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-trending-news-wrap .menu-latest-news-content .latest-news-inner .latest-news-title span,
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-trending-news-wrap .menu-trending-news-content .latest-news-inner .latest-news-title span {
  display: flex;
  cursor: pointer;
}
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-latest-news-wrap .menu-latest-news-content .latest-news-inner .latest-news-title span img,
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-latest-news-wrap .menu-trending-news-content .latest-news-inner .latest-news-title span img,
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-trending-news-wrap .menu-latest-news-content .latest-news-inner .latest-news-title span img,
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-trending-news-wrap .menu-trending-news-content .latest-news-inner .latest-news-title span img {
  width: 24px;
}
@media screen and (min-width: 1024px) {
  header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-latest-news-wrap .menu-latest-news-content .latest-news-inner .latest-news-title span img,
  header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-latest-news-wrap .menu-trending-news-content .latest-news-inner .latest-news-title span img,
  header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-trending-news-wrap .menu-latest-news-content .latest-news-inner .latest-news-title span img,
  header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-trending-news-wrap .menu-trending-news-content .latest-news-inner .latest-news-title span img {
    width: 32px;
  }
}
@media screen and (min-width: 768px) {
  header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-latest-news-wrap .menu-latest-news-content .latest-news-inner .latest-news-title,
  header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-latest-news-wrap .menu-trending-news-content .latest-news-inner .latest-news-title,
  header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-trending-news-wrap .menu-latest-news-content .latest-news-inner .latest-news-title,
  header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-trending-news-wrap .menu-trending-news-content .latest-news-inner .latest-news-title {
    padding: 15px 20px;
  }
}
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-latest-news-wrap .menu-latest-news-content .latest-news-inner .latest-news-section,
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-latest-news-wrap .menu-trending-news-content .latest-news-inner .latest-news-section,
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-trending-news-wrap .menu-latest-news-content .latest-news-inner .latest-news-section,
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-trending-news-wrap .menu-trending-news-content .latest-news-inner .latest-news-section {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  padding: 20px;
}
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-latest-news-wrap .menu-latest-news-content .latest-news-inner .latest-news-section a div img,
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-latest-news-wrap .menu-trending-news-content .latest-news-inner .latest-news-section a div img,
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-trending-news-wrap .menu-latest-news-content .latest-news-inner .latest-news-section a div img,
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-trending-news-wrap .menu-trending-news-content .latest-news-inner .latest-news-section a div img {
  height: 80px;
  width: 100%;
  object-fit: cover;
  border-radius: 3px;
}
@media screen and (min-width: 576px) {
  header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-latest-news-wrap .menu-latest-news-content .latest-news-inner .latest-news-section a div img,
  header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-latest-news-wrap .menu-trending-news-content .latest-news-inner .latest-news-section a div img,
  header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-trending-news-wrap .menu-latest-news-content .latest-news-inner .latest-news-section a div img,
  header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-trending-news-wrap .menu-trending-news-content .latest-news-inner .latest-news-section a div img {
    height: 140px;
  }
}
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-latest-news-wrap .menu-latest-news-content .latest-news-inner .latest-news-section a div span,
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-latest-news-wrap .menu-trending-news-content .latest-news-inner .latest-news-section a div span,
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-trending-news-wrap .menu-latest-news-content .latest-news-inner .latest-news-section a div span,
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-trending-news-wrap .menu-trending-news-content .latest-news-inner .latest-news-section a div span {
  background: #f09705;
  color: #fff;
  padding: 7px 15px 4px;
  border-radius: 3px;
  line-height: 1;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
}
@media screen and (min-width: 1024px) {
  header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-latest-news-wrap .menu-latest-news-content .latest-news-inner .latest-news-section a div span,
  header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-latest-news-wrap .menu-trending-news-content .latest-news-inner .latest-news-section a div span,
  header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-trending-news-wrap .menu-latest-news-content .latest-news-inner .latest-news-section a div span,
  header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-trending-news-wrap .menu-trending-news-content .latest-news-inner .latest-news-section a div span {
    font-size: 14px;
  }
}
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-latest-news-wrap .menu-latest-news-content .latest-news-inner .latest-news-section a h5,
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-latest-news-wrap .menu-trending-news-content .latest-news-inner .latest-news-section a h5,
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-trending-news-wrap .menu-latest-news-content .latest-news-inner .latest-news-section a h5,
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-trending-news-wrap .menu-trending-news-content .latest-news-inner .latest-news-section a h5 {
  font-size: 14px;
  margin-top: 5px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-latest-news-wrap .menu-latest-news-content .latest-news-inner .latest-news-section a h5,
  header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-latest-news-wrap .menu-trending-news-content .latest-news-inner .latest-news-section a h5,
  header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-trending-news-wrap .menu-latest-news-content .latest-news-inner .latest-news-section a h5,
  header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-trending-news-wrap .menu-trending-news-content .latest-news-inner .latest-news-section a h5 {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-latest-news-wrap .menu-latest-news-content .latest-news-inner .latest-news-section a h5,
  header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-latest-news-wrap .menu-trending-news-content .latest-news-inner .latest-news-section a h5,
  header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-trending-news-wrap .menu-latest-news-content .latest-news-inner .latest-news-section a h5,
  header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-trending-news-wrap .menu-trending-news-content .latest-news-inner .latest-news-section a h5 {
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px) {
  header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-latest-news-wrap .menu-latest-news-content .latest-news-inner .latest-news-section,
  header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-latest-news-wrap .menu-trending-news-content .latest-news-inner .latest-news-section,
  header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-trending-news-wrap .menu-latest-news-content .latest-news-inner .latest-news-section,
  header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-trending-news-wrap .menu-trending-news-content .latest-news-inner .latest-news-section {
    grid-template-columns: repeat(5, 1fr);
  }
}
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-trending-news-wrap .menu-trending-news {
  display: flex;
  margin-left: 18px;
  cursor: pointer;
}
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-trending-news-wrap .menu-trending-news img {
  width: 20px;
}
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-search-news-wrap .menu-search-news {
  display: flex;
  margin-left: 18px;
  cursor: pointer;
}
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-search-news-wrap .menu-search-news img {
  width: 20px;
}
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-search-news-wrap .menu-search-news-content {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 999;
}
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-search-news-wrap .menu-search-news-content .menu-search-news-in #menu-search-news-form > div {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e6e7e8;
  padding: 20px;
  border-radius: 8px;
}
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-search-news-wrap .menu-search-news-content .menu-search-news-in #menu-search-news-form > div > div {
  position: relative;
  width: 100%;
}
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-search-news-wrap .menu-search-news-content .menu-search-news-in #menu-search-news-form > div > div img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  width: 20px;
}
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-search-news-wrap .menu-search-news-content .menu-search-news-in #menu-search-news-form > div > div input {
  background-color: #fff;
  border: none;
  border-radius: 8px;
  padding: 10px 20px 10px 40px;
  width: 100%;
}
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-search-news-wrap .menu-search-news-content .menu-search-news-in #menu-search-news-form > div > div input:focus {
  outline: none;
}
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-search-news-wrap .menu-search-news-content .menu-search-news-in #menu-search-news-form > div > input {
  min-width: 40px;
  height: 48px;
  margin-left: 5px;
  background-color: #f09705;
  color: #000;
  border-radius: 8px;
  border: none;
  color: #fff;
  font-weight: bold;
  padding: 5px 25px;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-search-news-wrap .menu-search-news-content .menu-search-news-in #menu-search-news-form {
    max-width: 700px;
    margin: 0 auto;
  }
}
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-search-news-wrap .menu-search-news-content.search-active {
  display: grid;
  align-items: center;
}
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-english-site-wrap .menu-english-site {
  display: flex;
  margin-left: 18px;
  cursor: pointer;
}
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-english-site-wrap .menu-english-site img {
  width: 20px;
}
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-hamburger .menu-hamburger-icon {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-left: 18px;
  cursor: pointer;
}
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-hamburger .menu-hamburger-icon div {
  width: 25px;
  height: 2px;
  background-color: #000;
  border-radius: 20px;
  margin: 0;
}
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-hamburger .menu-hamburger-icon div:not(:last-child) {
  margin-bottom: 6px;
}
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-hamburger .menu-hamburger-content {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 999;
}
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-hamburger .menu-hamburger-content > div {
  max-width: 315px;
  background-color: #fff;
  position: fixed;
  width: 315px;
  top: 0;
  bottom: 0;
  right: 0;
  overflow-y: scroll;
}
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-hamburger .menu-hamburger-content > div .menu-hamburger-content-wrapper .menu-ham-toplogo {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  padding: 20px;
  border-bottom: 1px solid #ececec;
}
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-hamburger .menu-hamburger-content > div .menu-hamburger-content-wrapper .menu-ham-toplogo img {
  width: 180px;
}
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-hamburger .menu-hamburger-content > div .menu-hamburger-content-wrapper .menu-ham-toplogo span {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: -7px;
  cursor: pointer;
}
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-hamburger .menu-hamburger-content > div .menu-hamburger-content-wrapper .menu-ham-toplogo span img {
  width: 25px;
}
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-hamburger .menu-hamburger-content > div .menu-hamburger-content-wrapper .menu-ham-menus {
  border-bottom: 1px solid #ececec;
}
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-hamburger .menu-hamburger-content > div .menu-hamburger-content-wrapper .menu-ham-menus > div > ul > li {
  border-bottom: 1px solid #ececec;
  padding: 10px 20px;
}
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-hamburger .menu-hamburger-content > div .menu-hamburger-content-wrapper .menu-ham-menus > div > ul > li > a {
  display: block;
}
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-hamburger .menu-hamburger-content > div .menu-hamburger-content-wrapper .menu-ham-menus > div > ul > li ul.sub-menu {
  display: none;
}
header nav .ds-menu-section .ds-menu-wrap .ds-menu-actions .ds-menu-actions-wrap .menu-hamburger .menu-hamburger-content > div .menu-hamburger-content-wrapper .menu-ham-eng a {
  padding: 10px 20px;
  display: block;
  background-color: #f09705;
}
header nav .ds-menu-section.fixed-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: #fff;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
  padding: 20px 0;
}
header nav .ds-menu-section.fixed-menu .ds-menu-wrap {
  border: none;
}
header nav .ds-menu-section.fixed-menu .ds-menu-wrap .ds-menu-wrap-inner .ds-menu-logo {
  display: block;
}
header nav .ds-menu-section.fixed-menu .ds-menu-wrap .ds-menu-wrap-inner .ds-menu-items {
  display: none;
}
@media screen and (min-width: 992px) {
  header nav .ds-menu-section.fixed-menu .ds-menu-wrap .ds-menu-wrap-inner .ds-menu-items .menu-primary-menu-container #menu-primary-menu li {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  header nav .ds-menu-section.fixed-menu .ds-menu-wrap .ds-menu-wrap-inner .ds-menu-items .menu-primary-menu-container #menu-primary-menu li:nth-child(-n+7) {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  header nav .ds-menu-section.fixed-menu .ds-menu-wrap .ds-menu-wrap-inner .ds-menu-items .menu-primary-menu-container #menu-primary-menu li:nth-child(-n+8) {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  header nav .ds-menu-section.fixed-menu .ds-menu-wrap .ds-menu-wrap-inner .ds-menu-items .menu-primary-menu-container #menu-primary-menu li:nth-child(-n+10) {
    display: block;
  }
}
@media screen and (min-width: 1400px) {
  header nav .ds-menu-section.fixed-menu .ds-menu-wrap .ds-menu-wrap-inner .ds-menu-items .menu-primary-menu-container #menu-primary-menu li:nth-child(-n+12) {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  header nav .ds-menu-section.fixed-menu .ds-menu-wrap .ds-menu-wrap-inner .ds-menu-items {
    display: block;
  }
}
header nav .deshsanchar-chautari-container {
  margin-top: 20px;
}
header nav .ticker-wrapper {
  overflow: hidden;
}
header nav body.single-post .section_chautari_ticker {
  padding: 0 15px;
}
header nav #ticker-container {
  display: flex;
  white-space: nowrap;
  animation: scroll 100s linear infinite;
  width: max-content;
  padding-left: 50px;
}
header nav #ticker-container:hover {
  animation-play-state: paused;
}
header nav .ticker-item {
  padding: 8px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  margin-right: 10px;
  text-decoration: none !important;
  cursor: pointer;
  background: linear-gradient(135deg, #fff 0%, #f0f5fb 100%);
  border-radius: 16px;
  border: 1px solid #f0f2f4;
}
header nav .ticker-item h3,
header nav .ticker-item span {
  line-height: 1.5;
  display: block;
}
header nav .ticker-item h3:hover,
header nav .ticker-item span:hover {
  color: #f09705;
}
header nav .ticker-item img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #fff;
  padding: 2px;
}
header nav .ticker-item-name {
  margin-bottom: -6px;
  margin-left: 8px;
}
header nav .ticker-item-name h3 {
  font-size: 15px;
  font-weight: 500;
  margin: 0;
}
header nav .ticker-item-name span {
  font-size: 13px;
  font-weight: 400;
}
header nav .rotate-img-ticker-class {
  animation: rotateimg 2s linear infinite;
  border: 2px solid #fd9111 !important;
  box-shadow: 0 0 9px 1px #fd9111;
}
header nav .ticker-wrapper {
  display: flex;
  border-radius: 5px;
  padding: 5px 5px 5px 0;
}
header nav .ticker-wrapper .ticker-title {
  background: #fff;
  color: white;
  display: flex;
  align-items: center;
  padding: 0 10px;
  justify-content: center;
  z-index: 2;
  border: 1px solid #F1FDEE;
  border-left: 3px solid #90AB8B;
  border-radius: 0 5px 5px 0;
}
header nav .ticker-wrapper .ticker-title img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}
header nav .ticker-wrapper .ticker-content {
  width: 85%;
}
@keyframes rotateimg {
  0% {
    transform: scale(1);
  }
  30% {
    transform: scale(1.1);
  }
  70% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1.1);
  }
}
@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.fp-special-news-section .special-news-wrap {
  padding: 18px 0;
  border-bottom: 1px solid #ececec;
}
.fp-special-news-section .special-news-wrap > a {
  text-align: center;
  display: block;
}
.fp-special-news-section .special-news-wrap > a.news-title p {
  color: #f09705;
  margin-bottom: 8px;
  font-weight: 600;
}
.fp-special-news-section .special-news-wrap > a h2 {
  font-size: 36px;
  line-height: 1.25;
}
@media screen and (min-width: 992px) {
  .fp-special-news-section .special-news-wrap > a h2 {
    font-size: 58px;
    font-weight: 600;
  }
}
.fp-special-news-section .special-news-wrap > a div {
  height: 200px;
  max-height: 200px;
}
.fp-special-news-section .special-news-wrap > a div img {
  height: 100%;
  width: 100%;
  border-radius: 3px;
  display: block;
  object-fit: cover;
}
@media screen and (min-width: 576px) {
  .fp-special-news-section .special-news-wrap > a div {
    height: 300px;
    max-height: 300px;
  }
}
@media screen and (min-width: 992px) {
  .fp-special-news-section .special-news-wrap > a div {
    height: 600px;
    max-height: 600px;
  }
}
.fp-special-news-section .special-news-wrap .special-news-author {
  margin: 8px 16px 16px;
}
.fp-special-news-section .special-news-wrap .special-news-author a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.fp-special-news-section .special-news-wrap .special-news-author a div {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  padding: 3px;
  border-radius: 50%;
  border: 1px solid #ececec;
  height: 30px;
  width: 30px;
}
.fp-special-news-section .special-news-wrap .special-news-author a div img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 992px) {
  .fp-special-news-section .special-news-wrap .special-news-author a div {
    width: 35px;
    height: 35px;
  }
}
.fp-special-news-section .special-news-wrap .special-news-author a span {
  line-height: 1;
  font-family: "Noto Sans", sans-serif;
}
@media screen and (min-width: 992px) {
  .fp-special-news-section .special-news-wrap .special-news-author a span {
    font-size: 18px;
  }
}
.fp-special-news-section .special-news-wrap .special-news-author a span img {
  width: 75px;
}
@media screen and (min-width: 992px) {
  .fp-special-news-section .special-news-wrap {
    padding: 24px 0;
  }
}

.fp-advertise-section .advertise-wrap {
  border-bottom: 1px solid #ececec;
  padding: 18px 0;
}
.fp-advertise-section .advertise-wrap a {
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fp-advertise-section .advertise-wrap a img {
  border-radius: 3px;
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 992px) {
  .fp-advertise-section .advertise-wrap {
    padding: 24px 0;
  }
}
.fp-advertise-section.advertise-desktop {
  display: none;
}
@media screen and (min-width: 992px) {
  .fp-advertise-section.advertise-desktop {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .fp-advertise-section.advertise-mobile {
    display: none;
  }
}

.main-section .main-section-wrap .main-section-left-column .main-section-left-news {
  padding: 18px 0;
  border-bottom: 1px solid #ececec;
}
.main-section .main-section-wrap .main-section-left-column .main-section-left-news .main-section-left-news-wrap a {
  display: block;
  background-color: #f9f9f9;
  border-radius: 3px;
}
.main-section .main-section-wrap .main-section-left-column .main-section-left-news .main-section-left-news-wrap a .main-section-left-news-img {
  height: 190px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-section .main-section-wrap .main-section-left-column .main-section-left-news .main-section-left-news-wrap a .main-section-left-news-img img {
  width: 100%;
  height: 100%;
  border-radius: 3px 3px 0 0;
  display: block;
  object-fit: cover;
}
.main-section .main-section-wrap .main-section-left-column .main-section-left-news .main-section-left-news-wrap a .main-section-left-news-content {
  padding: 18px;
}
.main-section .main-section-wrap .main-section-left-column .main-section-left-news .main-section-left-news-wrap a .main-section-left-news-content h2 {
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 5px;
}
.main-section .main-section-wrap .main-section-right-column .main-section-right-news {
  padding: 18px 0;
  border-bottom: 1px solid #ececec;
}
.main-section .main-section-wrap .main-section-right-column .main-section-right-news .main-section-right-news-wrap a {
  background-color: #f7f8ff;
  display: block;
  border-radius: 12px;
  border: 1px solid #ececec;
}
.main-section .main-section-wrap .main-section-right-column .main-section-right-news .main-section-right-news-wrap a .main-section-right-news-img {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.main-section .main-section-wrap .main-section-right-column .main-section-right-news .main-section-right-news-wrap a .main-section-right-news-img img {
  width: 100%;
  border-radius: 12px 12px 0 0;
  display: block;
}
.main-section .main-section-wrap .main-section-right-column .main-section-right-news .main-section-right-news-wrap a .main-section-right-news-content {
  text-align: center;
  padding-bottom: 10px;
}
.main-section .main-section-wrap .main-section-right-column .main-section-right-news .main-section-right-news-wrap a .main-section-right-news-content > span {
  line-height: 1.25;
  padding: 10px;
  background: #ececfd;
  display: block;
}
.main-section .main-section-wrap .main-section-right-column .main-section-right-news .main-section-right-news-wrap a .main-section-right-news-content h3 {
  font-size: 20px;
  line-height: 1.5;
  padding: 10px;
}
.main-section .main-section-wrap .main-section-right-column .main-section-right-news .main-section-right-news-wrap a .main-section-right-news-content p {
  padding: 0 10px;
  line-height: 1.5;
}
.main-section .main-section-wrap .main-section-right-column .main-section-right-news .main-section-right-news-wrap a .main-section-right-news-content .main-section-right-news-author {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}
.main-section .main-section-wrap .main-section-right-column .main-section-right-news .main-section-right-news-wrap a .main-section-right-news-content .main-section-right-news-author div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-section .main-section-wrap .main-section-right-column .main-section-right-news .main-section-right-news-wrap a .main-section-right-news-content .main-section-right-news-author div img {
  margin-right: 8px;
  padding: 3px;
  border-radius: 50%;
  border: 1px solid #ececec;
  width: 30px;
  height: 30px;
  object-fit: cover;
}
.main-section .main-section-wrap .main-section-right-column .main-section-right-news .main-section-right-news-wrap a .main-section-right-news-content .main-section-right-news-author span {
  line-height: 1;
  font-family: "Noto Sans", sans-serif;
}
.main-section .main-section-wrap .main-section-right-column .latest-trending-tabs {
  padding: 18px 0;
  border-bottom: 1px solid #ececec;
}
.main-section .main-section-wrap .main-section-right-column .latest-trending-tabs .latest-trending-tabs-wrap .latest-trending-tabs-header {
  background-color: #f7f8ff;
  display: flex;
  padding: 7px;
  border-radius: 30px;
  border: 3px solid rgba(255, 131, 0, 0.0392156863);
}
.main-section .main-section-wrap .main-section-right-column .latest-trending-tabs .latest-trending-tabs-wrap .latest-trending-tabs-header span {
  flex: 100%;
  text-align: center;
  display: block;
  cursor: pointer;
  border-radius: 30px;
  padding: 5px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-section .main-section-wrap .main-section-right-column .latest-trending-tabs .latest-trending-tabs-wrap .latest-trending-tabs-header span img {
  width: 16px;
  margin-right: 5px;
  display: block;
}
.main-section .main-section-wrap .main-section-right-column .latest-trending-tabs .latest-trending-tabs-wrap .latest-trending-tabs-header span.section-active {
  background-color: #f09705;
  color: #fff;
  font-weight: 700;
}
.main-section .main-section-wrap .main-section-right-column .latest-trending-tabs .latest-trending-tabs-wrap .latest-trending-tabs-content {
  padding-top: 18px;
}
.main-section .main-section-wrap .main-section-right-column .latest-trending-tabs .latest-trending-tabs-wrap .latest-trending-tabs-content .latest-tabs-content {
  display: none;
}
.main-section .main-section-wrap .main-section-right-column .latest-trending-tabs .latest-trending-tabs-wrap .latest-trending-tabs-content .latest-tabs-content.section-active {
  display: block;
}
.main-section .main-section-wrap .main-section-right-column .latest-trending-tabs .latest-trending-tabs-wrap .latest-trending-tabs-content .latest-tabs-content .latest-trending-single-news {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.main-section .main-section-wrap .main-section-right-column .latest-trending-tabs .latest-trending-tabs-wrap .latest-trending-tabs-content .latest-tabs-content .latest-trending-single-news div {
  margin-right: 10px;
  min-width: 40px;
  height: 40px;
  background-color: #f7f8ff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-section .main-section-wrap .main-section-right-column .latest-trending-tabs .latest-trending-tabs-wrap .latest-trending-tabs-content .latest-tabs-content .latest-trending-single-news div span {
  display: block;
  font-size: 22px;
  text-align: center;
}
.main-section .main-section-wrap .main-section-right-column .latest-trending-tabs .latest-trending-tabs-wrap .latest-trending-tabs-content .latest-tabs-content .latest-trending-single-news h5 {
  line-height: 1.5;
  font-weight: 400;
}
.category-news-wrapper {
  padding: 18px 0;
  border-bottom: 1px solid #ececec;
}
.category-news-wrapper .section-heading .section-heading-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ececec;
}
.category-news-wrapper .section-heading .section-heading-wrap .section-heading-name h4 a {
  display: inline-block;
  border-bottom: 3px solid #f09705;
}
.category-news-wrapper .section-heading .section-heading-wrap .section-heading-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.category-news-wrapper .section-heading .section-heading-wrap .section-heading-links > a {
  font-size: 13px;
  color: #f09705;
  display: flex;
  border: 1px solid #f09705;
  margin-left: 10px;
  justify-content: center;
  align-items: center;
  padding: 0px 7px;
  border-radius: 20px;
}
.category-news-wrapper .section-heading .section-heading-wrap .section-heading-links > a i {
  font-family: "Fontawesome";
  font-size: 10px;
  margin-left: 4px;
  background: #f09705;
  color: #fff;
  border-radius: 50%;
  width: 13px;
  height: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px 7px 7px;
}
.category-news-wrapper .section-heading .section-heading-wrap .section-heading-links .section-heading-subcategories {
  width: 200px;
  overflow-x: scroll;
  scrollbar-width: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.category-news-wrapper .section-heading .section-heading-wrap .section-heading-links .section-heading-subcategories a {
  background-color: #f7f8ff;
  border-radius: 30px;
  color: #f09705;
  font-size: 14px;
  padding: 5px 10px 3px;
  margin: 0 5px;
  line-height: 1;
}
.category-news-wrapper .cat-lyt-one-list {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 12px;
  padding-top: 12px;
}
.category-news-wrapper .cat-lyt-one-list .cat-lyt-one-single a {
  display: flex;
}
.category-news-wrapper .cat-lyt-one-list .cat-lyt-one-single a .cat-lyt-one-single-img {
  width: 120px;
  min-width: 120px;
  height: 90px;
  margin-right: 12px;
}
.category-news-wrapper .cat-lyt-one-list .cat-lyt-one-single a .cat-lyt-one-single-img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 3px;
}
.category-news-wrapper .cat-lyt-one-list .cat-lyt-one-single a .cat-lyt-one-single-title h4 {
  font-weight: 600;
}
.category-news-wrapper .cat-lyt-one-list .cat-lyt-one-single:first-child a {
  display: block;
  position: relative;
}
.category-news-wrapper .cat-lyt-one-list .cat-lyt-one-single:first-child a .cat-lyt-one-single-img {
  height: 350px;
  width: 100%;
  margin-right: 0;
  position: relative;
}
.category-news-wrapper .cat-lyt-one-list .cat-lyt-one-single:first-child a .cat-lyt-one-single-img > div {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.1));
  border-radius: 3px;
}
.category-news-wrapper .cat-lyt-one-list .cat-lyt-one-single:first-child a .cat-lyt-one-single-img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 3px;
}
.category-news-wrapper .cat-lyt-one-list .cat-lyt-one-single:first-child a .cat-lyt-one-single-title {
  position: absolute;
  bottom: 0;
  padding: 20px;
}
.category-news-wrapper .cat-lyt-one-list .cat-lyt-one-single:first-child a .cat-lyt-one-single-title h4 {
  font-size: 24px;
  color: #fff;
  padding-left: 10px;
  border-left: 3px solid #fff;
  line-height: 1.5;
}

.middle-section .middle-section-wrap .middle-section-left-column .middle-section-left-column-wrap .category-news-wrapper .cat-lyt-top-list {
  padding-top: 18px;
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 12px;
}
.middle-section .middle-section-wrap .middle-section-left-column .middle-section-left-column-wrap .category-news-wrapper .cat-lyt-top-list .cat-lyt-top-single a {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.middle-section .middle-section-wrap .middle-section-left-column .middle-section-left-column-wrap .category-news-wrapper .cat-lyt-top-list .cat-lyt-top-single a .cat-lyt-top-single-img {
  width: 120px;
  height: 90px;
  min-width: 120px;
  margin-right: 12px;
}
.middle-section .middle-section-wrap .middle-section-left-column .middle-section-left-column-wrap .category-news-wrapper .cat-lyt-top-list .cat-lyt-top-single a .cat-lyt-top-single-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 3px;
}
.middle-section .middle-section-wrap .middle-section-left-column .middle-section-left-column-wrap .category-news-wrapper .cat-lyt-top-list .cat-lyt-top-single a .cat-lyt-top-single-img div {
  background: none;
}
.middle-section .middle-section-wrap .middle-section-left-column .middle-section-left-column-wrap .category-news-wrapper .cat-lyt-top-list .cat-lyt-top-single a .cat-lyt-top-single-title h4 {
  line-height: 1.5;
}
.middle-section .middle-section-wrap .middle-section-left-column .middle-section-left-column-wrap .category-news-wrapper .cat-lyt-top-list .cat-lyt-top-single:first-child {
  position: relative;
}
.middle-section .middle-section-wrap .middle-section-left-column .middle-section-left-column-wrap .category-news-wrapper .cat-lyt-top-list .cat-lyt-top-single:first-child a .cat-lyt-top-single-img {
  height: 350px;
  width: 100%;
  margin-right: 0;
}
.middle-section .middle-section-wrap .middle-section-left-column .middle-section-left-column-wrap .category-news-wrapper .cat-lyt-top-list .cat-lyt-top-single:first-child a .cat-lyt-top-single-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 3px;
}
.middle-section .middle-section-wrap .middle-section-left-column .middle-section-left-column-wrap .category-news-wrapper .cat-lyt-top-list .cat-lyt-top-single:first-child a .cat-lyt-top-single-img div {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.1));
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  border-radius: 3px;
}
.middle-section .middle-section-wrap .middle-section-left-column .middle-section-left-column-wrap .category-news-wrapper .cat-lyt-top-list .cat-lyt-top-single:first-child a .cat-lyt-top-single-title {
  position: absolute;
  bottom: 0;
  padding: 20px;
}
.middle-section .middle-section-wrap .middle-section-left-column .middle-section-left-column-wrap .category-news-wrapper .cat-lyt-top-list .cat-lyt-top-single:first-child a .cat-lyt-top-single-title h4 {
  color: #fff;
  font-size: 24px;
  line-height: 1.5;
}
.middle-section .middle-section-wrap .middle-section-left-column .middle-section-left-column-wrap .category-news-wrapper .cat-lyt-top-two-col .cat-lyt-top-single:first-child a .cat-lyt-top-single-img {
  height: 250px;
}
.middle-section .middle-section-wrap .middle-section-left-column .middle-section-left-column-wrap .category-news-wrapper .cat-lyt-top-two-col .cat-lyt-top-single:nth-child(2),
.middle-section .middle-section-wrap .middle-section-left-column .middle-section-left-column-wrap .category-news-wrapper .cat-lyt-top-two-col .cat-lyt-top-single:nth-child(3) {
  position: relative;
}
.middle-section .middle-section-wrap .middle-section-left-column .middle-section-left-column-wrap .category-news-wrapper .cat-lyt-top-two-col .cat-lyt-top-single:nth-child(2) a .cat-lyt-top-single-img,
.middle-section .middle-section-wrap .middle-section-left-column .middle-section-left-column-wrap .category-news-wrapper .cat-lyt-top-two-col .cat-lyt-top-single:nth-child(3) a .cat-lyt-top-single-img {
  height: 250px;
  width: 100%;
  margin-right: 0;
}
.middle-section .middle-section-wrap .middle-section-left-column .middle-section-left-column-wrap .category-news-wrapper .cat-lyt-top-two-col .cat-lyt-top-single:nth-child(2) a .cat-lyt-top-single-img img,
.middle-section .middle-section-wrap .middle-section-left-column .middle-section-left-column-wrap .category-news-wrapper .cat-lyt-top-two-col .cat-lyt-top-single:nth-child(3) a .cat-lyt-top-single-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 3px;
}
.middle-section .middle-section-wrap .middle-section-left-column .middle-section-left-column-wrap .category-news-wrapper .cat-lyt-top-two-col .cat-lyt-top-single:nth-child(2) a .cat-lyt-top-single-img div,
.middle-section .middle-section-wrap .middle-section-left-column .middle-section-left-column-wrap .category-news-wrapper .cat-lyt-top-two-col .cat-lyt-top-single:nth-child(3) a .cat-lyt-top-single-img div {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.1));
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  border-radius: 3px;
}
.middle-section .middle-section-wrap .middle-section-left-column .middle-section-left-column-wrap .category-news-wrapper .cat-lyt-top-two-col .cat-lyt-top-single:nth-child(2) a .cat-lyt-top-single-title,
.middle-section .middle-section-wrap .middle-section-left-column .middle-section-left-column-wrap .category-news-wrapper .cat-lyt-top-two-col .cat-lyt-top-single:nth-child(3) a .cat-lyt-top-single-title {
  position: absolute;
  bottom: 0;
  padding: 20px;
}
.middle-section .middle-section-wrap .middle-section-left-column .middle-section-left-column-wrap .category-news-wrapper .cat-lyt-top-two-col .cat-lyt-top-single:nth-child(2) a .cat-lyt-top-single-title h4,
.middle-section .middle-section-wrap .middle-section-left-column .middle-section-left-column-wrap .category-news-wrapper .cat-lyt-top-two-col .cat-lyt-top-single:nth-child(3) a .cat-lyt-top-single-title h4 {
  color: #fff;
  font-size: 24px;
  line-height: 1.5;
}
.middle-section .middle-section-wrap .middle-section-right-column .middle-section-right-column-wrap .main-section-right-news {
  padding: 18px 0;
  border-bottom: 1px solid #ececec;
}
.middle-section .middle-section-wrap .middle-section-right-column .middle-section-right-column-wrap .main-section-right-news .main-section-right-news-wrap a {
  background-color: #f7f8ff;
  display: block;
  border-radius: 12px;
  border: 1px solid #ececec;
}
.middle-section .middle-section-wrap .middle-section-right-column .middle-section-right-column-wrap .main-section-right-news .main-section-right-news-wrap a .main-section-right-news-img {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.middle-section .middle-section-wrap .middle-section-right-column .middle-section-right-column-wrap .main-section-right-news .main-section-right-news-wrap a .main-section-right-news-img img {
  width: 100%;
  border-radius: 12px 12px 0 0;
  display: block;
}
.middle-section .middle-section-wrap .middle-section-right-column .middle-section-right-column-wrap .main-section-right-news .main-section-right-news-wrap a .main-section-right-news-content {
  text-align: center;
  padding-bottom: 10px;
}
.middle-section .middle-section-wrap .middle-section-right-column .middle-section-right-column-wrap .main-section-right-news .main-section-right-news-wrap a .main-section-right-news-content > span {
  line-height: 1.25;
  padding: 10px;
  background: #ececfd;
  display: block;
}
.middle-section .middle-section-wrap .middle-section-right-column .middle-section-right-column-wrap .main-section-right-news .main-section-right-news-wrap a .main-section-right-news-content h3 {
  font-size: 20px;
  line-height: 1.5;
  padding: 10px;
}
.middle-section .middle-section-wrap .middle-section-right-column .middle-section-right-column-wrap .main-section-right-news .main-section-right-news-wrap a .main-section-right-news-content p {
  padding: 0 10px;
  line-height: 1.5;
}
.middle-section .middle-section-wrap .middle-section-right-column .middle-section-right-column-wrap .main-section-right-news .main-section-right-news-wrap a .main-section-right-news-content .main-section-right-news-author {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}
.middle-section .middle-section-wrap .middle-section-right-column .middle-section-right-column-wrap .main-section-right-news .main-section-right-news-wrap a .main-section-right-news-content .main-section-right-news-author div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.middle-section .middle-section-wrap .middle-section-right-column .middle-section-right-column-wrap .main-section-right-news .main-section-right-news-wrap a .main-section-right-news-content .main-section-right-news-author div img {
  margin-right: 8px;
  padding: 3px;
  border-radius: 50%;
  border: 1px solid #ececec;
  width: 30px;
  height: 30px;
  object-fit: cover;
}
.middle-section .middle-section-wrap .middle-section-right-column .middle-section-right-column-wrap .main-section-right-news .main-section-right-news-wrap a .main-section-right-news-content .main-section-right-news-author span {
  line-height: 1;
  font-family: "Noto Sans", sans-serif;
}
.middle-section .middle-section-wrap .middle-section-right-column .middle-section-right-column-wrap .cat-lyt-two-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 12px;
  padding-top: 18px;
}
.middle-section .middle-section-wrap .middle-section-right-column .middle-section-right-column-wrap .cat-lyt-two-list .cat-lyt-two-single a {
  display: flex;
  align-items: center;
}
.middle-section .middle-section-wrap .middle-section-right-column .middle-section-right-column-wrap .cat-lyt-two-list .cat-lyt-two-single a .cat-lyt-two-single-img {
  height: 90px;
  width: 90px;
  min-width: 90px;
  border-radius: 50%;
  background-color: #f7f8ff;
  border: 1px solid #ececec;
  margin-right: 12px;
}
.middle-section .middle-section-wrap .middle-section-right-column .middle-section-right-column-wrap .cat-lyt-two-list .cat-lyt-two-single a .cat-lyt-two-single-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  padding: 3px;
}
.middle-section .middle-section-wrap .middle-section-right-column .middle-section-right-column-wrap .cat-lyt-two-list .cat-lyt-two-single a .cat-lyt-two-single-title h4 {
  line-height: 1.5;
}
.middle-section .middle-section-wrap .middle-section-right-column .middle-section-right-column-wrap .cat-lyt-two-list .cat-lyt-two-single a .cat-lyt-two-single-title p {
  margin-top: 5px;
  font-size: 14px;
  line-height: 1;
}
.middle-section .middle-section-wrap .middle-section-right-column .middle-section-right-column-wrap .latest-trending-tabs {
  padding: 18px 0;
  border-bottom: 1px solid #ececec;
}
.middle-section .middle-section-wrap .middle-section-right-column .middle-section-right-column-wrap .latest-trending-tabs .latest-trending-tabs-wrap .latest-trending-tabs-header {
  background-color: #f7f8ff;
  display: flex;
  padding: 7px;
  border-radius: 30px;
  border: 3px solid rgba(255, 131, 0, 0.0392156863);
}
.middle-section .middle-section-wrap .middle-section-right-column .middle-section-right-column-wrap .latest-trending-tabs .latest-trending-tabs-wrap .latest-trending-tabs-header span {
  flex: 100%;
  text-align: center;
  display: block;
  cursor: pointer;
  border-radius: 30px;
  padding: 5px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.middle-section .middle-section-wrap .middle-section-right-column .middle-section-right-column-wrap .latest-trending-tabs .latest-trending-tabs-wrap .latest-trending-tabs-header span img {
  width: 16px;
  margin-right: 5px;
  display: block;
}
.middle-section .middle-section-wrap .middle-section-right-column .middle-section-right-column-wrap .latest-trending-tabs .latest-trending-tabs-wrap .latest-trending-tabs-header span.section-active {
  background-color: #f09705;
  color: #fff;
  font-weight: 700;
}
.middle-section .middle-section-wrap .middle-section-right-column .middle-section-right-column-wrap .latest-trending-tabs .latest-trending-tabs-wrap .latest-trending-tabs-content {
  padding-top: 18px;
}
.middle-section .middle-section-wrap .middle-section-right-column .middle-section-right-column-wrap .latest-trending-tabs .latest-trending-tabs-wrap .latest-trending-tabs-content .latest-tabs-content {
  display: none;
}
.middle-section .middle-section-wrap .middle-section-right-column .middle-section-right-column-wrap .latest-trending-tabs .latest-trending-tabs-wrap .latest-trending-tabs-content .latest-tabs-content.section-active {
  display: block;
}
.middle-section .middle-section-wrap .middle-section-right-column .middle-section-right-column-wrap .latest-trending-tabs .latest-trending-tabs-wrap .latest-trending-tabs-content .latest-tabs-content .latest-trending-single-news {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.middle-section .middle-section-wrap .middle-section-right-column .middle-section-right-column-wrap .latest-trending-tabs .latest-trending-tabs-wrap .latest-trending-tabs-content .latest-tabs-content .latest-trending-single-news div {
  margin-right: 10px;
  min-width: 40px;
  height: 40px;
  background-color: #f7f8ff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.middle-section .middle-section-wrap .middle-section-right-column .middle-section-right-column-wrap .latest-trending-tabs .latest-trending-tabs-wrap .latest-trending-tabs-content .latest-tabs-content .latest-trending-single-news div span {
  display: block;
  font-size: 22px;
  text-align: center;
}
.middle-section .middle-section-wrap .middle-section-right-column .middle-section-right-column-wrap .latest-trending-tabs .latest-trending-tabs-wrap .latest-trending-tabs-content .latest-tabs-content .latest-trending-single-news h5 {
  line-height: 1.5;
  font-weight: 400;
}
.section-full-mid {
  padding: 18px 0;
}
.section-full-mid > div {
  padding: 40px 0;
  border-bottom: 1px solid #ececec;
  background-color: rgba(0, 0, 0, 0.9);
}
.section-full-mid > div .section-heading .section-heading-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ececec;
}
.section-full-mid > div .section-heading .section-heading-wrap .section-heading-name h4 a {
  display: inline-block;
  border-bottom: 3px solid #f09705;
}
.section-full-mid > div .section-heading .section-heading-wrap .section-heading-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.section-full-mid > div .section-heading .section-heading-wrap .section-heading-links > a {
  font-size: 13px;
  color: #f09705;
  display: flex;
  border: 1px solid #f09705;
  margin-left: 10px;
  justify-content: center;
  align-items: center;
  padding: 0px 7px;
  border-radius: 20px;
}
.section-full-mid > div .section-heading .section-heading-wrap .section-heading-links > a i {
  font-family: "Fontawesome";
  font-size: 10px;
  margin-left: 4px;
  background: #f09705;
  color: #fff;
  border-radius: 50%;
  width: 13px;
  height: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px 7px 7px;
}
.section-full-mid > div .section-heading .section-heading-wrap .section-heading-links .section-heading-subcategories {
  width: 200px;
  overflow-x: scroll;
  scrollbar-width: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.section-full-mid > div .section-heading .section-heading-wrap .section-heading-links .section-heading-subcategories a {
  background-color: #f7f8ff;
  border-radius: 30px;
  color: #f09705;
  font-size: 14px;
  padding: 5px 10px 3px;
  margin: 0 5px;
  line-height: 1;
}
.section-full-mid > div .section-heading-wrap h4 a {
  color: #fff;
}
.section-full-mid > div .section-full-mid-list {
  display: flex;
  overflow-x: scroll;
  padding-top: 18px;
  scrollbar-width: none;
}
.section-full-mid > div .section-full-mid-list .section-full-mid-single {
  margin-right: 12px;
  background-color: #fff;
  border-radius: 9px;
  padding: 10px;
}
.section-full-mid > div .section-full-mid-list .section-full-mid-single a {
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}
.section-full-mid > div .section-full-mid-list .section-full-mid-single a .video-thumbnail {
  position: relative;
}
.section-full-mid > div .section-full-mid-list .section-full-mid-single a .video-thumbnail > img {
  min-width: 280px;
  width: 280px;
  height: 155px;
  object-fit: cover;
  border-radius: 9px;
}
.section-full-mid > div .section-full-mid-list .section-full-mid-single a .video-thumbnail .video-icon {
  position: absolute;
  width: 30px;
  height: 30px;
  padding: 4px;
  background-color: #fff;
  bottom: 15px;
  right: 15px;
  border-radius: 9px;
}
.section-full-mid > div .section-full-mid-list .section-full-mid-single a .video-thumbnail .video-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.section-full-mid > div .section-full-mid-list .section-full-mid-single a > div {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-full-mid > div .section-full-mid-list .section-full-mid-single a > div h4 {
  font-size: 18px;
  line-height: 1.5;
  padding: 10px 0;
}

.section-full-videos .section-full-videos-wrap .section-heading .section-heading-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ececec;
}
.section-full-videos .section-full-videos-wrap .section-heading .section-heading-wrap .section-heading-name h4 a {
  display: inline-block;
  border-bottom: 3px solid #f09705;
}
.section-full-videos .section-full-videos-wrap .section-heading .section-heading-wrap .section-heading-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.section-full-videos .section-full-videos-wrap .section-heading .section-heading-wrap .section-heading-links > a {
  font-size: 13px;
  color: #f09705;
  display: flex;
  border: 1px solid #f09705;
  margin-left: 10px;
  justify-content: center;
  align-items: center;
  padding: 0px 7px;
  border-radius: 20px;
}
.section-full-videos .section-full-videos-wrap .section-heading .section-heading-wrap .section-heading-links > a i {
  font-family: "Fontawesome";
  font-size: 10px;
  margin-left: 4px;
  background: #f09705;
  color: #fff;
  border-radius: 50%;
  width: 13px;
  height: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px 7px 7px;
}
.section-full-videos .section-full-videos-wrap .section-heading .section-heading-wrap .section-heading-links .section-heading-subcategories {
  width: 200px;
  overflow-x: scroll;
  scrollbar-width: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.section-full-videos .section-full-videos-wrap .section-heading .section-heading-wrap .section-heading-links .section-heading-subcategories a {
  background-color: #f7f8ff;
  border-radius: 30px;
  color: #f09705;
  font-size: 14px;
  padding: 5px 10px 3px;
  margin: 0 5px;
  line-height: 1;
}
.section-full-videos .section-full-videos-wrap .section-full-videos-list-wrap {
  padding: 18px 0;
  border-bottom: 1px solid #ececec;
}
.section-full-videos .section-full-videos-wrap .section-full-videos-list-wrap .section-full-videos-list {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 12px;
}
.section-full-videos .section-full-videos-wrap .section-full-videos-list-wrap .section-full-videos-list .section-full-videos-single a {
  position: relative;
  display: block;
}
.section-full-videos .section-full-videos-wrap .section-full-videos-list-wrap .section-full-videos-list .section-full-videos-single a .video-thumbnail {
  height: 300px;
  width: 100%;
  position: relative;
}
.section-full-videos .section-full-videos-wrap .section-full-videos-list-wrap .section-full-videos-list .section-full-videos-single a .video-thumbnail > img {
  width: 100%;
  height: 100%;
  border-radius: 3px;
  object-fit: cover;
  border-bottom-right-radius: 6px;
}
.section-full-videos .section-full-videos-wrap .section-full-videos-list-wrap .section-full-videos-list .section-full-videos-single a .video-thumbnail .video-icon {
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #fff;
  padding: 8px;
  border-top-left-radius: 12px;
  box-shadow: 0 1px 15px -1px rgba(0, 0, 0, 0.1);
  border-bottom-right-radius: 3px;
  transform: translate(6%, 6%);
  transition: 0.2s ease-in-out;
  z-index: 2;
}
.section-full-videos .section-full-videos-wrap .section-full-videos-list-wrap .section-full-videos-list .section-full-videos-single a .video-thumbnail .video-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-full-videos .section-full-videos-wrap .section-full-videos-list-wrap .section-full-videos-list .section-full-videos-single a .video-thumbnail .video-icon:hover {
  transform: translate(0%, 0%);
}
.section-full-videos .section-full-videos-wrap .section-full-videos-list-wrap .section-full-videos-list .section-full-videos-single a .video-title {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
  margin-right: 50px;
  z-index: 1;
}
.section-full-videos .section-full-videos-wrap .section-full-videos-list-wrap .section-full-videos-list .section-full-videos-single a .video-title h4 {
  border-left: 2px solid #fff;
  line-height: 1.5;
  padding-left: 12px;
  color: #fff;
  font-size: 18px;
}
.section-full-videos .section-full-videos-wrap .section-full-videos-list-wrap .section-full-videos-list .section-full-videos-single a .overlay {
  z-index: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.1));
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 3px;
}

.bottom-category-news-wrapper .bottom-category-news-inner {
  border-bottom: 1px solid #ececec;
  padding: 18px 0;
}
.bottom-category-news-wrapper .section-heading .section-heading-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ececec;
}
.bottom-category-news-wrapper .section-heading .section-heading-wrap .section-heading-name h4 a {
  display: inline-block;
  border-bottom: 3px solid #f09705;
}
.bottom-category-news-wrapper .section-heading .section-heading-wrap .section-heading-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.bottom-category-news-wrapper .section-heading .section-heading-wrap .section-heading-links > a {
  font-size: 13px;
  color: #f09705;
  display: flex;
  border: 1px solid #f09705;
  margin-left: 10px;
  justify-content: center;
  align-items: center;
  padding: 0px 7px;
  border-radius: 20px;
}
.bottom-category-news-wrapper .section-heading .section-heading-wrap .section-heading-links > a i {
  font-family: "Fontawesome";
  font-size: 10px;
  margin-left: 4px;
  background: #f09705;
  color: #fff;
  border-radius: 50%;
  width: 13px;
  height: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px 7px 7px;
}
.bottom-category-news-wrapper .section-heading .section-heading-wrap .section-heading-links .section-heading-subcategories {
  width: 200px;
  overflow-x: scroll;
  scrollbar-width: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.bottom-category-news-wrapper .section-heading .section-heading-wrap .section-heading-links .section-heading-subcategories a {
  background-color: #f7f8ff;
  border-radius: 30px;
  color: #f09705;
  font-size: 14px;
  padding: 5px 10px 3px;
  margin: 0 5px;
  line-height: 1;
}
.bottom-category-news-wrapper .category-news-list {
  padding-top: 18px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 18px;
}
.bottom-category-news-wrapper .category-news-list .category-news-single a .thumbnail-image {
  height: 250px;
}
.bottom-category-news-wrapper .category-news-list .category-news-single a .thumbnail-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 3px;
}
.bottom-category-news-wrapper .category-news-list .category-news-single a .post-title {
  margin-top: 8px;
}
.bottom-category-news-wrapper .category-news-list .category-news-single a .post-title h4 {
  line-height: 1.5;
}

.bottom-category-news-wrapper-lyt-2 .bottom-category-news-inner {
  border-bottom: 1px solid #ececec;
  padding: 18px 0;
}
.bottom-category-news-wrapper-lyt-2 .section-heading .section-heading-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ececec;
}
.bottom-category-news-wrapper-lyt-2 .section-heading .section-heading-wrap .section-heading-name h4 a {
  display: inline-block;
  border-bottom: 3px solid #f09705;
}
.bottom-category-news-wrapper-lyt-2 .section-heading .section-heading-wrap .section-heading-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.bottom-category-news-wrapper-lyt-2 .section-heading .section-heading-wrap .section-heading-links > a {
  font-size: 13px;
  color: #f09705;
  display: flex;
  border: 1px solid #f09705;
  margin-left: 10px;
  justify-content: center;
  align-items: center;
  padding: 0px 7px;
  border-radius: 20px;
}
.bottom-category-news-wrapper-lyt-2 .section-heading .section-heading-wrap .section-heading-links > a i {
  font-family: "Fontawesome";
  font-size: 10px;
  margin-left: 4px;
  background: #f09705;
  color: #fff;
  border-radius: 50%;
  width: 13px;
  height: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px 7px 7px;
}
.bottom-category-news-wrapper-lyt-2 .section-heading .section-heading-wrap .section-heading-links .section-heading-subcategories {
  width: 200px;
  overflow-x: scroll;
  scrollbar-width: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.bottom-category-news-wrapper-lyt-2 .section-heading .section-heading-wrap .section-heading-links .section-heading-subcategories a {
  background-color: #f7f8ff;
  border-radius: 30px;
  color: #f09705;
  font-size: 14px;
  padding: 5px 10px 3px;
  margin: 0 5px;
  line-height: 1;
}
.bottom-category-news-wrapper-lyt-2 .category-news-list {
  padding-top: 18px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 12px;
}
.bottom-category-news-wrapper-lyt-2 .category-news-list .category-news-single a {
  position: relative;
  display: block;
}
.bottom-category-news-wrapper-lyt-2 .category-news-list .category-news-single a .thumbnail-image {
  height: 250px;
}
.bottom-category-news-wrapper-lyt-2 .category-news-list .category-news-single a .thumbnail-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 3px;
}
.bottom-category-news-wrapper-lyt-2 .category-news-list .category-news-single a .thumbnail-image > div {
  position: absolute;
  top: 60%;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.1));
  transition: 0.2s ease-in-out;
}
.bottom-category-news-wrapper-lyt-2 .category-news-list .category-news-single a .thumbnail-image > div:hover {
  top: 50%;
}
.bottom-category-news-wrapper-lyt-2 .category-news-list .category-news-single a .thumbnail-image:hover > div {
  top: 50%;
}
.bottom-category-news-wrapper-lyt-2 .category-news-list .category-news-single a .post-title {
  position: absolute;
  bottom: 0;
  padding: 20px;
}
.bottom-category-news-wrapper-lyt-2 .category-news-list .category-news-single a .post-title h4 {
  line-height: 1.5;
  color: #fff;
}

.bottom-category-news-wrapper-lyt-3 .category-news-list {
  display: flex;
  overflow-x: scroll;
  overflow-y: visible;
  scrollbar-width: none;
}
.bottom-category-news-wrapper-lyt-3 .category-news-list .category-news-single a {
  min-width: 275px;
}
.bottom-category-news-wrapper-lyt-3 .category-news-list .category-news-single a .thumbnail-image {
  height: 350px;
}
.bottom-category-news-wrapper-lyt-3 .category-news-list .category-news-single a .thumbnail-image > div {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  border-radius: 3px;
}
.bottom-category-news-wrapper-lyt-3 .category-news-list .category-news-single a .thumbnail-image > div:hover {
  top: 30%;
}
.bottom-category-news-wrapper-lyt-3 .category-news-list .category-news-single a .post-title span {
  background-color: red;
  color: #fff;
  border-radius: 30px;
  padding: 7px 12px 4px;
  margin-bottom: 15px;
  line-height: 1;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
}
.bottom-category-news-wrapper-lyt-3 .category-news-list .category-news-single a .gallery-icon {
  position: absolute;
  top: 10px;
  right: 10px;
}

.footer {
  background-color: #f9f9f9;
  margin-top: 40px;
  font-size: 14px;
}
.footer .footer-wrap {
  padding: 40px 0 20px;
}
.footer .footer-wrap .footer-section-one .footer-section-left {
  margin-bottom: 20px;
}
.footer .footer-wrap .footer-section-one .footer-section-left img {
  width: 200px;
  margin-bottom: 10px;
}
.footer .footer-wrap .footer-section-one .footer-section-right .footer-section-right-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 12px;
}
.footer .footer-section-two {
  border-top: 1px solid #ececec;
  padding: 20px 0;
}
.footer .footer-section-two .footer-section-two-wrap .footer-section-two-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 12px;
}
.footer .footer-section-two .footer-section-two-wrap .footer-section-two-sm-icons {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 15px;
}
.footer .footer-section-two .footer-section-two-wrap .footer-section-two-sm-icons a {
  line-height: 1;
  display: block;
}
.footer .footer-section-two .footer-section-two-wrap .footer-section-two-sm-icons a img {
  width: 25px;
  height: 25px;
  object-fit: contain;
  border-radius: 6px;
}
.footer .footer-section-two .footer-section-two-wrap .footer-section-two-sm-icons a:not(:last-child) {
  margin-right: 15px;
}

*,
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Mukta", sans-serif;
  font-size: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

a {
  text-decoration: none;
  color: #000;
}

.ds-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0 auto;
}

.section-inactive {
  display: none;
}

.section-active {
  display: block;
}

.ds-single-post {
  padding: 20px 0;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-head {
  padding-bottom: 18px;
  border-bottom: 1px solid #ececec;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-head p {
  margin-bottom: 8px;
  color: #f09705;
  font-weight: 600;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-head h1 {
  font-size: 32px;
  line-height: 1.25;
  font-weight: 700;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-left {
  max-width: 840px;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-left .ds-single-post-byline-share {
  padding: 12px 0px;
  border-bottom: 1px solid #ececec;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-left .ds-single-post-byline-share .ds-single-post-byline-share-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-left .ds-single-post-byline-share .ds-single-post-byline-share-wrap .ds-single-post-byline {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-left .ds-single-post-byline-share .ds-single-post-byline-share-wrap .ds-single-post-byline .ds-single-post-byline-img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  padding: 3px;
  border-radius: 50%;
  border: 1px solid #ececec;
  width: 35px;
  height: 35px;
  min-width: 35px;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-left .ds-single-post-byline-share .ds-single-post-byline-share-wrap .ds-single-post-byline .ds-single-post-byline-img img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-left .ds-single-post-byline-share .ds-single-post-byline-share-wrap .ds-single-post-byline .ds-single-post-byline-title a {
  display: block;
  line-height: 1;
  margin-bottom: 5px;
  font-size: 16px;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-left .ds-single-post-byline-share .ds-single-post-byline-share-wrap .ds-single-post-byline .ds-single-post-byline-title a img {
  width: 75px;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-left .ds-single-post-byline-share .ds-single-post-byline-share-wrap .ds-single-post-byline .ds-single-post-byline-title span {
  display: block;
  line-height: 1;
  font-size: 14px;
  color: #636363;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-left .ds-single-post-byline-share .ds-single-post-byline-share-wrap .ds-single-post-share {
  min-width: 155px;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-left .ds-single-post-content-wrap .ds-single-post-content-thumbnail {
  padding: 18px 0;
  border-bottom: 1px solid #ececec;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-left .ds-single-post-content-wrap .ds-single-post-content-thumbnail img {
  display: block;
  width: 100%;
  border-radius: 3px;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-left .ds-single-post-content-wrap .ds-single-post-content-thumbnail iframe {
  height: 250px;
  border-radius: 3px;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-left .ds-single-post-content-wrap .ds-single-post-content-thumbnail .wp-caption-text {
  font-size: 16px;
  color: #858585;
  margin-top: 4px;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-left .ds-single-post-content-wrap .ds-font-change-wrap {
  padding: 18px 0 0px;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-left .ds-single-post-content-wrap .ds-font-change-wrap .ds-font-change {
  display: flex;
  align-items: center;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-left .ds-single-post-content-wrap .ds-font-change-wrap .ds-font-change > div {
  border: 1px solid #ececec;
  margin-right: 5px;
  width: 35px;
  height: 30px;
  position: relative;
  padding: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-left .ds-single-post-content-wrap .ds-font-change-wrap .ds-font-change > div small {
  color: #636363;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-left .ds-single-post-content-wrap .ds-font-change-wrap .ds-font-change > div span {
  margin-top: -4px;
  margin-left: 2px;
  color: #636363;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-left .ds-single-post-content-wrap .ai-summary-textbox {
  margin-top: 40px;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-left .ds-single-post-content-wrap .ai-summary-textbox .textbox {
  position: relative;
  background: #fcfcfd;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 42px 24px 24px;
  transition: background 0.5s ease, border-color 0.25s ease;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-left .ds-single-post-content-wrap .ai-summary-textbox .textbox:hover {
  background: #f9fafb;
  border-color: #d1d5db;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-left .ds-single-post-content-wrap .ai-summary-textbox .textbox .ribbon {
  position: absolute;
  top: -16px;
  left: 18px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 16px;
  border-radius: 12px;
  color: #374151;
  font-weight: 600;
  font-size: 13px;
  background: linear-gradient(135deg, #fdfcfb, #e8f0fe);
  border: 1px solid #e5e7eb;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-left .ds-single-post-content-wrap .ai-summary-textbox .textbox .ribbon .ico-stack {
  position: relative;
  width: 32px;
  height: 18px;
  flex: 0 0 32px;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-left .ds-single-post-content-wrap .ai-summary-textbox .textbox .ribbon .ico-stack .dot {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  box-shadow: 0 0 0 2px #fff;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-left .ds-single-post-content-wrap .ai-summary-textbox .textbox .ribbon .ico-stack .dot.d1 {
  left: 0;
  background: #60a5fa;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-left .ds-single-post-content-wrap .ai-summary-textbox .textbox .ribbon .ico-stack .dot.d2 {
  left: 10px;
  background: #22d3ee;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-left .ds-single-post-content-wrap .ai-summary-textbox .textbox .ribbon .ico-stack .dot.d3 {
  left: 20px;
  background: #a78bfa;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-left .ds-single-post-content-wrap .ai-summary-textbox .textbox .ribbon .brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-left .ds-single-post-content-wrap .ai-summary-textbox .textbox .ribbon .brand .brand-name {
  letter-spacing: 0.2px;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-left .ds-single-post-content-wrap .ai-summary-textbox .textbox .ai-list {
  margin: 0;
  padding-left: 20px;
  list-style: disc;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-left .ds-single-post-content-wrap .ai-summary-textbox .textbox .ai-list li {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.6;
  color: #333;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-left .ds-single-post-content-wrap .ai-summary-textbox .textbox .ai-list li:last-child {
  margin-bottom: 0;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-left .ds-single-post-content-wrap .ds-single-post-content {
  font-size: 18px;
  text-align: justify;
  padding: 18px 0;
  border-bottom: 1px solid #ececec;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-left .ds-single-post-content-wrap .ds-single-post-content p {
  margin-bottom: 18px;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-left .ds-single-post-content-wrap .ds-single-post-content div.wp-caption {
  width: 100% !important;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-left .ds-single-post-content-wrap .ds-single-post-content div.wp-caption .wp-caption-text {
  font-size: 14px;
  color: #858585;
  margin: 0;
  margin-top: 4px;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-left .ds-single-post-content-wrap .ds-single-post-content img {
  border-radius: 3px;
  display: block;
  margin-bottom: 10px;
  width: 100%;
  height: 100%;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-left .ds-single-post-content-wrap .ds-single-post-content iframe {
  height: 250px;
  width: 100%;
  border-radius: 3px;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-left .ds-single-post-content-wrap .ds-single-post-content .ds-single-post-related-news {
  background-color: #f7f8ff;
  border: 1px solid #ececec;
  border-radius: 3px;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-left .ds-single-post-content-wrap .ds-single-post-content .ds-single-post-related-news h2 {
  font-size: 16px;
  padding: 5px 10px;
  border-bottom: 1px solid #ececec;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-left .ds-single-post-content-wrap .ds-single-post-content .ds-single-post-related-news a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 10px;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-left .ds-single-post-content-wrap .ds-single-post-content .ds-single-post-related-news a div {
  width: 70px;
  min-width: 70px;
  height: 70px;
  border: 1px solid #ececec;
  padding: 2px;
  border-radius: 50%;
  margin-right: 5px;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-left .ds-single-post-content-wrap .ds-single-post-content .ds-single-post-related-news a div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-left .ds-single-post-content-wrap .ds-single-post-content .ds-single-post-related-news a h4 {
  font-size: 14px;
  font-weight: 600;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-left .ds-single-post-content-wrap .ds-single-post-ad-above-thumbnail .sp-advertise-section .advertise-wrap {
  border-bottom: 1px solid #ececec;
  padding: 0 0 18px 0;
  border-top: none;
  margin: 18px 0 0px 0;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-left .ds-single-post-content-wrap .ds-single-post-ad-above-thumbnail .sp-advertise-section .advertise-wrap a {
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-left .ds-single-post-content-wrap .ds-single-post-ad-above-thumbnail .sp-advertise-section .advertise-wrap a img {
  border-radius: 3px;
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-left .ds-single-post-content-wrap .ds-single-post-ad-above-thumbnail {
    display: none;
  }
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-left .ds-single-post-content-wrap .ds-single-post-ad-below-thumbnail .sp-advertise-section .advertise-wrap {
  border-bottom: 1px solid #ececec;
  padding: 0 0 18px 0;
  border-top: none;
  margin: 18px 0 0px 0;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-left .ds-single-post-content-wrap .ds-single-post-ad-below-thumbnail .sp-advertise-section .advertise-wrap a {
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-left .ds-single-post-content-wrap .ds-single-post-ad-below-thumbnail .sp-advertise-section .advertise-wrap a img {
  border-radius: 3px;
  display: block;
  width: 100%;
  height: 100%;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-left .ds-single-post-related-news .bottom-category-news-wrapper-lyt-2 > div {
  padding: 0;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-sidebar .main-section-right-news {
  padding: 18px 0;
  border-bottom: 1px solid #ececec;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-sidebar .main-section-right-news .main-section-right-news-wrap a {
  background-color: #f7f8ff;
  display: block;
  border-radius: 12px;
  border: 1px solid #ececec;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-sidebar .main-section-right-news .main-section-right-news-wrap a .main-section-right-news-img {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-sidebar .main-section-right-news .main-section-right-news-wrap a .main-section-right-news-img img {
  width: 100%;
  border-radius: 12px 12px 0 0;
  display: block;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-sidebar .main-section-right-news .main-section-right-news-wrap a .main-section-right-news-content {
  text-align: center;
  padding-bottom: 10px;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-sidebar .main-section-right-news .main-section-right-news-wrap a .main-section-right-news-content > span {
  line-height: 1.25;
  padding: 10px;
  background: #ececfd;
  display: block;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-sidebar .main-section-right-news .main-section-right-news-wrap a .main-section-right-news-content h3 {
  font-size: 20px;
  line-height: 1.5;
  padding: 10px;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-sidebar .main-section-right-news .main-section-right-news-wrap a .main-section-right-news-content p {
  padding: 0 10px;
  line-height: 1.5;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-sidebar .main-section-right-news .main-section-right-news-wrap a .main-section-right-news-content .main-section-right-news-author {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-sidebar .main-section-right-news .main-section-right-news-wrap a .main-section-right-news-content .main-section-right-news-author div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-sidebar .main-section-right-news .main-section-right-news-wrap a .main-section-right-news-content .main-section-right-news-author div img {
  margin-right: 8px;
  padding: 3px;
  border-radius: 50%;
  border: 1px solid #ececec;
  width: 30px;
  height: 30px;
  object-fit: cover;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-sidebar .main-section-right-news .main-section-right-news-wrap a .main-section-right-news-content .main-section-right-news-author span {
  line-height: 1;
  font-family: "Noto Sans", sans-serif;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-sidebar .latest-trending-tabs {
  padding: 18px 0;
  border-bottom: 1px solid #ececec;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-sidebar .latest-trending-tabs .latest-trending-tabs-wrap .latest-trending-tabs-header {
  background-color: #f7f8ff;
  display: flex;
  padding: 7px;
  border-radius: 30px;
  border: 3px solid rgba(255, 131, 0, 0.0392156863);
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-sidebar .latest-trending-tabs .latest-trending-tabs-wrap .latest-trending-tabs-header span {
  flex: 100%;
  text-align: center;
  display: block;
  cursor: pointer;
  border-radius: 30px;
  padding: 5px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-sidebar .latest-trending-tabs .latest-trending-tabs-wrap .latest-trending-tabs-header span img {
  width: 16px;
  margin-right: 5px;
  display: block;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-sidebar .latest-trending-tabs .latest-trending-tabs-wrap .latest-trending-tabs-header span.section-active {
  background-color: #f09705;
  color: #fff;
  font-weight: 700;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-sidebar .latest-trending-tabs .latest-trending-tabs-wrap .latest-trending-tabs-content {
  padding-top: 18px;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-sidebar .latest-trending-tabs .latest-trending-tabs-wrap .latest-trending-tabs-content .latest-tabs-content {
  display: none;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-sidebar .latest-trending-tabs .latest-trending-tabs-wrap .latest-trending-tabs-content .latest-tabs-content.section-active {
  display: block;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-sidebar .latest-trending-tabs .latest-trending-tabs-wrap .latest-trending-tabs-content .latest-tabs-content .latest-trending-single-news {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-sidebar .latest-trending-tabs .latest-trending-tabs-wrap .latest-trending-tabs-content .latest-tabs-content .latest-trending-single-news div {
  margin-right: 10px;
  min-width: 40px;
  height: 40px;
  background-color: #f7f8ff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-sidebar .latest-trending-tabs .latest-trending-tabs-wrap .latest-trending-tabs-content .latest-tabs-content .latest-trending-single-news div span {
  display: block;
  font-size: 22px;
  text-align: center;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-sidebar .latest-trending-tabs .latest-trending-tabs-wrap .latest-trending-tabs-content .latest-tabs-content .latest-trending-single-news h5 {
  line-height: 1.5;
  font-weight: 400;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-sidebar .category-news-wrapper .section-heading .section-heading-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ececec;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-sidebar .category-news-wrapper .section-heading .section-heading-wrap .section-heading-name h4 a {
  display: inline-block;
  border-bottom: 3px solid #f09705;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-sidebar .category-news-wrapper .section-heading .section-heading-wrap .section-heading-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-sidebar .category-news-wrapper .section-heading .section-heading-wrap .section-heading-links > a {
  font-size: 13px;
  color: #f09705;
  display: flex;
  border: 1px solid #f09705;
  margin-left: 10px;
  justify-content: center;
  align-items: center;
  padding: 0px 7px;
  border-radius: 20px;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-sidebar .category-news-wrapper .section-heading .section-heading-wrap .section-heading-links > a i {
  font-family: "Fontawesome";
  font-size: 10px;
  margin-left: 4px;
  background: #f09705;
  color: #fff;
  border-radius: 50%;
  width: 13px;
  height: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px 7px 7px;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-sidebar .category-news-wrapper .section-heading .section-heading-wrap .section-heading-links .section-heading-subcategories {
  width: 200px;
  overflow-x: scroll;
  scrollbar-width: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-sidebar .category-news-wrapper .section-heading .section-heading-wrap .section-heading-links .section-heading-subcategories a {
  background-color: #f7f8ff;
  border-radius: 30px;
  color: #f09705;
  font-size: 14px;
  padding: 5px 10px 3px;
  margin: 0 5px;
  line-height: 1;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-sidebar .category-news-wrapper .cat-lyt-two-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 12px;
  padding-top: 18px;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-sidebar .category-news-wrapper .cat-lyt-two-list .cat-lyt-two-single a {
  display: flex;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-sidebar .category-news-wrapper .cat-lyt-two-list .cat-lyt-two-single a .cat-lyt-two-single-img {
  height: 90px;
  width: 150px;
  min-width: 150px;
  background-color: #f7f8ff;
  margin-right: 12px;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-sidebar .category-news-wrapper .cat-lyt-two-list .cat-lyt-two-single a .cat-lyt-two-single-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 3px;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-body .ds-single-post-sidebar .category-news-wrapper .cat-lyt-two-list .cat-lyt-two-single a .cat-lyt-two-single-title h4 {
  line-height: 1.5;
  font-size: 16px;
  font-weight: 600;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-ad-above-title .sp-advertise-section .advertise-wrap {
  border-bottom: 1px solid #ececec;
  padding: 0 0 18px 0;
  border-top: none;
  margin: 0 0 18px 0;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-ad-above-title .sp-advertise-section .advertise-wrap a {
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-ad-above-title .sp-advertise-section .advertise-wrap a img {
  border-radius: 3px;
  display: block;
  width: 100%;
  height: 100%;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-ad-below-title .sp-advertise-section .advertise-wrap {
  border-bottom: 1px solid #ececec;
  padding: 18px 0 18px 0;
  border-top: none;
  margin: 0;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-ad-below-title .sp-advertise-section .advertise-wrap a {
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ds-single-post .ds-single-post-wrap .ds-single-post-in .ds-single-post-ad-below-title .sp-advertise-section .advertise-wrap a img {
  border-radius: 3px;
  display: block;
  width: 100%;
  height: 100%;
}

.ds-single-post-bottom-section .section-heading .section-heading-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ececec;
}
.ds-single-post-bottom-section .section-heading .section-heading-wrap .section-heading-name h4 a {
  display: inline-block;
  border-bottom: 3px solid #f09705;
}
.ds-single-post-bottom-section .section-heading .section-heading-wrap .section-heading-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.ds-single-post-bottom-section .section-heading .section-heading-wrap .section-heading-links > a {
  font-size: 13px;
  color: #f09705;
  display: flex;
  border: 1px solid #f09705;
  margin-left: 10px;
  justify-content: center;
  align-items: center;
  padding: 0px 7px;
  border-radius: 20px;
}
.ds-single-post-bottom-section .section-heading .section-heading-wrap .section-heading-links > a i {
  font-family: "Fontawesome";
  font-size: 10px;
  margin-left: 4px;
  background: #f09705;
  color: #fff;
  border-radius: 50%;
  width: 13px;
  height: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px 7px 7px;
}
.ds-single-post-bottom-section .section-heading .section-heading-wrap .section-heading-links .section-heading-subcategories {
  width: 200px;
  overflow-x: scroll;
  scrollbar-width: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.ds-single-post-bottom-section .section-heading .section-heading-wrap .section-heading-links .section-heading-subcategories a {
  background-color: #f7f8ff;
  border-radius: 30px;
  color: #f09705;
  font-size: 14px;
  padding: 5px 10px 3px;
  margin: 0 5px;
  line-height: 1;
}
.ds-single-post-bottom-section .ds-single-post-ds-chautari {
  padding-top: 18px;
  display: flex;
  overflow-x: scroll;
  scrollbar-width: none;
}
.ds-single-post-bottom-section .ds-single-post-ds-chautari .ds-single-post-ds-chautari-s {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  min-width: 310px;
  margin-right: 10px;
}
.ds-single-post-bottom-section .ds-single-post-ds-chautari .ds-single-post-ds-chautari-s img {
  width: 120px;
  height: 90px;
  object-fit: cover;
  min-width: 120px;
  margin-right: 10px;
  border-radius: 3px;
  display: block;
}
.ds-single-post-bottom-section .ds-single-post-ds-chautari .ds-single-post-ds-chautari-s h4 {
  font-size: 16px;
  font-weight: 600;
}

.ds-single-post-ad-bottom-sticky {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
}
.ds-single-post-ad-bottom-sticky .sp-advertise-section .advertise-wrap {
  border-bottom: 1px solid #ececec;
  padding: 0;
  border-top: none;
  margin: 0;
}
.ds-single-post-ad-bottom-sticky .sp-advertise-section .advertise-wrap a {
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ds-single-post-ad-bottom-sticky .sp-advertise-section .advertise-wrap a img {
  border-radius: 3px;
  display: block;
  width: 100%;
  height: 100%;
}
.ds-single-post-ad-bottom-sticky .sp-advertise-section .advertise-wrap {
  border-bottom: none;
}
@media screen and (min-width: 768px) {
  .ds-single-post-ad-bottom-sticky {
    display: none;
  }
}

.ds-archive-page {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ds-archive-page .archive-content-title {
  background-color: #f7f8ff;
  padding: 10px 30px;
  border-radius: 12px;
  margin: 30px 0;
  text-align: center;
}
.ds-archive-page .archive-content-title h1 {
  font-size: 1rem;
  color: #333;
}
.ds-archive-page .archive-content-title > div .archive-sub-categories {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.ds-archive-page .archive-content-title > div .archive-sub-categories a {
  background-color: #f09705;
  color: #fff;
  padding: 7px 14px 5px;
  border-radius: 50px;
  text-wrap: nowrap;
  line-height: 1;
  display: block;
  margin: 5px;
  font-size: 14px;
}
.ds-archive-page .post-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.5rem;
}
.ds-archive-page .ds-archive-load-more-btn {
  margin-top: 30px;
}
.ds-archive-page .ds-archive-load-more-btn nav.pagination .nav-links {
  display: flex;
}
.ds-archive-page .ds-archive-load-more-btn nav.pagination .nav-links span,
.ds-archive-page .ds-archive-load-more-btn nav.pagination .nav-links a {
  background-color: #f7f8ff;
  min-width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  border-radius: 6px;
  padding: 10px;
}
.ds-archive-page .ds-archive-load-more-btn nav.pagination .nav-links span.current,
.ds-archive-page .ds-archive-load-more-btn nav.pagination .nav-links a.current {
  background-color: #dfdfdf;
}
.ds-archive-page .post-card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  transition: transform 0.2s ease;
  padding: 10px;
}
.ds-archive-page .post-card:hover {
  transform: translateY(-4px);
}
.ds-archive-page .post-card .post-thumbnail {
  display: block;
  width: 145px;
  min-width: 145px;
  margin-right: 10px;
  z-index: 1;
}
.ds-archive-page .post-card .post-thumbnail img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 3px;
  object-fit: cover;
}
.ds-archive-page .post-card .post-content .post-title {
  font-size: 14px;
  font-weight: 600;
}
.ds-archive-page .post-card .post-content .post-title a {
  color: #222;
  text-decoration: none;
}
.ds-archive-page .post-card .post-content .post-title a:hover {
  color: #f09705;
}
.ds-archive-page .ds-archive-title {
  max-width: 450px;
}
.ds-archive-page .ds-archive-title .archive-header {
  text-align: center;
  background: #f7f8ff;
  margin-top: 30px;
  padding-bottom: 20px;
  border-radius: 12px;
}
.ds-archive-page .ds-archive-title .archive-header .archive-title {
  font-weight: bold;
  color: #333;
  margin-bottom: 0.5rem;
}
.ds-archive-page .ds-archive-title .archive-header .archive-title .author-archive {
  padding: 10px;
}
.ds-archive-page .ds-archive-title .archive-header .archive-title .author-archive > div {
  min-width: 125px;
  width: 125px;
  height: 125px;
}
.ds-archive-page .ds-archive-title .archive-header .archive-title .author-archive > div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ds-archive-page .ds-archive-title .archive-header .archive-title .author-archive p {
  background-color: #fff;
  padding: 4px;
}
.ds-archive-page .ds-archive-title .archive-header .archive-title .author-archive span {
  font-size: 12px;
}
.ds-archive-page .ds-archive-title .archive-header .archive-title img {
  width: 100%;
  border-radius: 12px 12px 0 0;
  object-fit: contain;
}
.ds-archive-page .ds-archive-title .archive-header .archive-description {
  font-size: 1rem;
  color: #333;
  line-height: 1.6;
  margin: 0 20px;
  border-radius: 12px;
  padding: 10px;
  background-color: #fff;
}

.privacy-policy-page {
  padding: 40px 0;
}
.privacy-policy-page .privacy-policy-page-in {
  display: flex;
  flex-direction: column;
}
.privacy-policy-page .privacy-policy-page-in .privacy-policy-page-left {
  margin-bottom: 32px;
}
.privacy-policy-page .privacy-policy-page-in .privacy-policy-page-left div img {
  width: 100%;
}
.privacy-policy-page .privacy-policy-page-in .privacy-policy-page-right .title {
  font-size: 28px;
}
.privacy-policy-page .privacy-policy-page-in .privacy-policy-page-right p {
  margin-bottom: 10px;
  text-align: justify;
}

.why-us-page {
  padding: 40px 0;
}
.why-us-page .why-us-page-in {
  display: flex;
  flex-direction: column;
}
.why-us-page .why-us-page-in .why-us-page-left {
  margin-bottom: 32px;
}
.why-us-page .why-us-page-in .why-us-page-left div img {
  width: 100%;
}
.why-us-page .why-us-page-in .why-us-page-right .title {
  font-size: 28px;
  margin-bottom: 8px;
}
.why-us-page .why-us-page-in .why-us-page-right p {
  margin-bottom: 10px;
  text-align: justify;
}
.why-us-page .why-us-page-in .why-us-page-right .content img {
  border-radius: 3px;
}

.about-us-page {
  padding: 40px 0;
}
.about-us-page .about-us-page-in .about-us-page-content .about-us-page-text .title {
  font-size: 28px;
}
.about-us-page .about-us-page-in .about-us-page-content .about-us-page-text p {
  text-align: justify;
}
.about-us-page .about-us-page-in .about-us-page-content .about-us-page-img {
  height: 350px;
}
.about-us-page .about-us-page-in .about-us-page-content .about-us-page-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-us-page .about-us-page-in .about-us-page-team {
  margin-top: 40px;
}
.about-us-page .about-us-page-in .about-us-page-team h1 {
  font-size: 28px;
  margin-bottom: 80px;
  text-align: center;
}
.about-us-page .about-us-page-in .about-us-page-team .about-us-page-team-member-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 90px;
}
.about-us-page .about-us-page-in .about-us-page-team .about-us-page-team-member-list .about-us-team-member {
  position: relative;
  background-color: #f7f8ff;
  border-radius: 6px;
  padding: 20px 15px;
}
.about-us-page .about-us-page-in .about-us-page-team .about-us-page-team-member-list .about-us-team-member .team-member-photo {
  position: absolute;
  top: -65px;
  margin: 0 auto;
  width: 130px;
  height: 130px;
  min-width: 130px;
  display: inline-block;
  left: 0;
  right: 0;
  border: 1px solid #ececec;
  border-radius: 50%;
  padding: 2px;
}
.about-us-page .about-us-page-in .about-us-page-team .about-us-page-team-member-list .about-us-team-member .team-member-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.about-us-page .about-us-page-in .about-us-page-team .about-us-page-team-member-list .about-us-team-member .team-member-details {
  text-align: center;
  padding-top: 60px;
}
.about-us-page .about-us-page-in .about-us-page-team .about-us-page-team-member-list .about-us-team-member .team-member-details h4 {
  color: #333;
}
.about-us-page .about-us-page-in .about-us-page-team .about-us-page-team-member-list .about-us-team-member .team-member-details p {
  font-size: 14px;
  color: #858585;
}

.page-template-preeti-unicode-converter .preeti-to-unicode-converter-page {
  margin: 20px 0;
}
.page-template-preeti-unicode-converter .preeti-to-unicode-converter-page .preeti-to-unicode-converter-tabs {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ececec;
  padding-bottom: 20px;
}
.page-template-preeti-unicode-converter .preeti-to-unicode-converter-page .preeti-to-unicode-converter-tabs ul {
  flex: 2;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: #f7f8ff;
  padding: 7px;
  border-radius: 30px;
  border: 3px solid rgba(255, 131, 0, 0.0392156863);
}
.page-template-preeti-unicode-converter .preeti-to-unicode-converter-page .preeti-to-unicode-converter-tabs ul .nav-item {
  list-style: none;
  margin: 0 5px;
}
.page-template-preeti-unicode-converter .preeti-to-unicode-converter-page .preeti-to-unicode-converter-tabs ul .nav-item .nav-link.active {
  background-color: #f09705;
  color: #fff;
  font-weight: 700;
  text-align: center;
  display: block;
  cursor: pointer;
  border-radius: 30px;
  padding: 5px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-template-preeti-unicode-converter .preeti-to-unicode-converter-page .preeti-to-unicode-converter-tabs .screen-maximize {
  flex: 1;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.page-template-preeti-unicode-converter .preeti-to-unicode-converter-page .preeti-to-unicode-converter-tabs .screen-maximize > div {
  width: 50px;
  height: 50px;
  background: #eee;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.page-template-preeti-unicode-converter .preeti-to-unicode-converter-page .preeti-to-unicode-converter-tabs .screen-maximize > div i {
  color: #636363;
}
.page-template-preeti-unicode-converter .preeti-to-unicode-converter-page .tab-content .tab-pane > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.page-template-preeti-unicode-converter .preeti-to-unicode-converter-page .tab-content .tab-pane > div .form-group textarea {
  width: 100%;
  border: 1px solid #ececec;
  border-radius: 3px;
  padding: 10px;
  font-size: 18px;
  min-height: 650px;
}
.page-template-preeti-unicode-converter .preeti-to-unicode-converter-page .tab-content .tab-pane > div .form-group textarea:focus {
  outline: #ececec;
}
.page-template-preeti-unicode-converter.maximized-page header#header,
.page-template-preeti-unicode-converter.maximized-page footer#footer {
  display: none;
}

.ds-search-page,
.ds-index-page {
  padding: 40px 0;
}
.ds-search-page .ds-search-page-header h1,
.ds-index-page .ds-search-page-header h1 {
  background-color: #f7f8ff;
  padding: 10px 30px;
  border-radius: 12px;
  margin-bottom: 30px;
  font-size: 22px;
  line-height: 1.5;
  color: #f09705;
}
.ds-search-page .ds-search-page-header h1 span,
.ds-index-page .ds-search-page-header h1 span {
  color: #333;
}
.ds-search-page .post-list,
.ds-index-page .post-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.ds-search-page .post-list article .post-thumbnail,
.ds-index-page .post-list article .post-thumbnail {
  height: 100px;
  display: block;
}
.ds-search-page .post-list article .post-thumbnail img,
.ds-index-page .post-list article .post-thumbnail img {
  width: 100%;
  height: 100%;
  border-radius: 3px;
  object-fit: cover;
}
.ds-search-page .post-list article .post-content h2,
.ds-index-page .post-list article .post-content h2 {
  line-height: 1.5;
  margin-top: 10px;
}
.ds-search-page .ds-archive-load-more-btn,
.ds-index-page .ds-archive-load-more-btn {
  margin-top: 30px;
}
.ds-search-page .ds-archive-load-more-btn nav.pagination .nav-links,
.ds-index-page .ds-archive-load-more-btn nav.pagination .nav-links {
  display: flex;
}
.ds-search-page .ds-archive-load-more-btn nav.pagination .nav-links span,
.ds-search-page .ds-archive-load-more-btn nav.pagination .nav-links a,
.ds-index-page .ds-archive-load-more-btn nav.pagination .nav-links span,
.ds-index-page .ds-archive-load-more-btn nav.pagination .nav-links a {
  background-color: #f7f8ff;
  min-width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  border-radius: 6px;
  padding: 10px;
}
.ds-search-page .ds-archive-load-more-btn nav.pagination .nav-links span.current,
.ds-search-page .ds-archive-load-more-btn nav.pagination .nav-links a.current,
.ds-index-page .ds-archive-load-more-btn nav.pagination .nav-links span.current,
.ds-index-page .ds-archive-load-more-btn nav.pagination .nav-links a.current {
  background-color: #dfdfdf;
}

/*# sourceMappingURL=style.css.map */
