@import url('https://fonts.googleapis.com/css2?family=Vesper+Libre:wght@400;500;700;900&display=swap');
  
 
  * {
      padding: 0;
      margin: 0;
      box-sizing: border-box;
  }
  
  body {
      padding: 0;
      margin: 0;
      font-family: mukta,sans-serif;
  }
  
  p {
      font-size: 22px;
      line-height: 1.6;
      color: #222;
      font-family: mukta,sans-serif;
  }
  
  ul {
      margin: 0;
      padding: 0;
  }
  
  li {
      list-style: none;
  }
  
  img {
      width: 100%;
  }
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
      margin-top: 0;
      padding: 0;
      font-weight: bold;
      color:#363636;
  }
  
  h1 {
      font-size: 40px;
      line-height: 48px;
  }
  
  h2 {
      font-size: 40px;
      line-height: 47px;
  }
  
  h3 {
      font-size: 20px;
      line-height: 1.5;
  }
  
  h4 {
      font-size: 18px;
      line-height: 24px;
  }
  
  h5 {
      font-size: 14px;
      line-height: 24px;
  }
  
  a {
      color: #0a58e7;
      display: block;
      text-decoration: none !important;
      transition: ease-in-out .3s;
  }
  
  a:hover {
      color: #2260bf;
  }
  
  .mt {
      margin-top: 10px;
  }
  
  .mb {
      margin-bottom: 10px;
  }
  
  .pt {
      padding-top: 10px;
  }
  
  .pb {
      padding-bottom: 30px;
  }
  
  .form-control:focus {
      outline: none;
      box-shadow: none;
      border: 1px solid #f94944;
  }
  

  
  /* Header Top */
  .ht-wrap {
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 20px;
  }
  
  .h-logo-wrap {
      flex: 2;
      /* margin-right: 100px; */
  }
  
  .header-ads {
      flex: 6;
  }
  
  .header-top {
      padding: 10px 0;
      background: #fff;
      border-bottom: solid 1px rgba(34,96,191,.14);
      background: var(--default-bg);
        /* background-image: linear-gradient(to bottom, rgb(147 168 189 / 45%), rgb(0 0 0 / 75%)), url(./betal/img/default.png); */
        background-size: cover;
        background-repeat: no-repeat;
  }
  .logo span {
      font-size: 14px;
      color: #7a7a7a;
      display: block;
      text-align: right;
  }

  .logo a img {
    border-radius: 6px;
}


  /* Header Top End */
  
  
  
  
  
  
  
  /* Header */
  .th-right ul li {
      display: flex;
      align-items: center;
  }
  
  .th-icon i {
      height: 50px;
      width: 50px;
      line-height: 50px;
      text-align: center;
      background: #ec1b24;
      color: #fff;
      font-size: 30px;
      border-radius: 4px;
  }
  
  .th-content {
      margin-left: 15px;
  }
  
  .th-content span {
      display: block;
      font-size: 16px;
      font-weight: bold;
      text-transform: uppercase;
      letter-spacing: .3px;
      color: #221e5d;
  }
  
  .th-content p {
      margin-bottom: 0;
      font-size: 15px;
      color:#221e5d;
  }
  
  .th-right ul li +li {
      margin-left: 5px;
  }
  .top-header {
      background: #efefef;
      padding: 5px 0;
      border-bottom: 1px solid #ececec;
  }
  .language ul li a {
      color: #231e5a;
      text-transform: uppercase;
      font-weight: 600;
      border: 1px solid #dadada;
      padding: 2px 7px;
      border-radius: 3px;
      font-size: 12px;
      transition: ease-in-out .3s;
  }
  .language ul li a:hover{
      background: #f4f3ff;
  }
  .language {
      margin-left: 20px;
  }
  .th-wrap {
      display: flex;
      justify-content: space-between;
      align-items: center;
  }
  
  .th-right ul {
      display: flex;
      align-items: center;
  }
  
  .th-wrap ul li {
      color: #231e5a;
      font-size: 15px;
  }
  
  .th-left ul li i {
      font-size: 20px;
      margin-right: 5px;
      vertical-align: middle;
      color: #da2a2e;
  }
  
  .mh-wrap {
      display: flex;
      justify-content: space-between;
      align-items: center;
  }
  
  .logo img {
      max-width: 244px;
      height: auto !important;
  }
  .th-right {
      display: flex;
      align-items: center;
  }
  .language ul {
      display: flex;
      align-items: center;
  }
  .language ul li img {
      width: auto;
      margin-right: 1px;
  }
  .socail-media ul {
      display: flex;
      align-items: center;
  }
  
  .socail-media ul li a {
      font-size: 16px;
      transition: ease-in-out .3s;
      color: #fff !important;
      height: 28px;
      width: 28px;
      line-height: 28px;
      text-align: center;
      border-radius: 100%;
  }
  .socail-media ul li.facebook a{
      background: #1877f2;
  }
  .socail-media ul li.youtube a{
      background: #ff0000;
  }
  .socail-media ul li.whatsapp a{
      background: #25d366;
  }
  .socail-media ul li.skype a{
      background: #00aff0;
  }
  .socail-media ul li +li {
      margin-left: 8px;
  }
  #header {
    background-color: #2873a3;
    border-bottom: solid 1px rgba(34,96,191,.14);
    position: sticky;
    top: 0;
    z-index: 980;
    border-top: solid #2873a3 2px;
  }
  #header.active {
      position: fixed;
      top: 0;
      z-index: 1020;
      left: 0;
      right: 0;
      width: 100%;
      max-width: 100%;
      padding-left: 0;
      padding-right: 0;
      margin-bottom:0px;
      background: #2873a3;
  }
  #header.active .header-col{
      border-radius: 0;
  }
  #header.active .search{
      border-radius: 0;
  }
  .navbar{
      padding: 0;
  }
  .navbar-light .navbar-nav .nav-link {
    background: #2873a3;
    color: #ffffff;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .3px;
    padding: 13px 17px;
    transition: ease-in-out .3s;
    
  }
  .navbar-light .nav-item.active .nav-link{
      color: #ffeb00;
  }
  .navbar-light .navbar-nav .nav-link:hover {
      color: #2873a3 !important;
      background: #ffffff;
  }

  .nav-link-active {
    color: #ffffff !important;
}

  .dropdown-menu {
      padding: 0;
      margin: 0;
      border: none;
      box-shadow: 0px 3px 10px rgb(0 0 0 / 20%);
      border-radius: 0;
      min-width: 12rem;
  }
  
  .dropdown-menu a {
      padding: 13px 15px;
      transition: ease-in-out .3s;
      font-size: 17px;
      font-weight: 500;
      color: #5d5d5d;
      text-transform: uppercase;
  }
  .dropdown-menu a:hover{
      background: #2260bf;
      color: #fff;
  }
  
  .dropdown-menu li+li a {
      border-top: 1px solid #e0e0e0;
  }
  .search-overlay.search-overlay-active.search-overlay {
      opacity: 1;
      visibility: visible;
  }
  .search-overlay {
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 99999;
      opacity: 0;
      visibility: hidden;
      transition: all 0.3s ease-in-out;
      overflow: hidden;
  }
  .d-table {
      width: 100%;
      height: 100%;
  }
  .d-table-cell {
      vertical-align: middle;
  }
  .search-overlay.search-overlay-active.search-overlay .search-overlay-layer {
      transform: translateX(0);
  }
  .search-overlay .search-overlay-layer:nth-child(1) {
      left: 0;
      background-color: rgba(0, 0, 0, 0.5);
      transition: all 0.3s ease-in-out 0s;
  }
  .search-overlay .search-overlay-layer {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      z-index: 1;
      transform: translateY(-100%);
  }
  .search-overlay .search-overlay-layer:nth-child(2) {
      left: 0;
      background-color: rgba(0, 0, 0, 0.4);
      transition: all 0.3s ease-in-out 0.3s;
  }
  .search-overlay .search-overlay-layer:nth-child(3) {
      left: 0;
      background-color: rgba(0, 0, 0, 0.7);
      transition: all 0.9s ease-in-out 0.6s;
  }
  .search-overlay.search-overlay-active.search-overlay .search-overlay-close {
      opacity: 1;
      visibility: visible;
  }
  .search-overlay .search-overlay-close {
      position: absolute;
      top: 70px;
    right: 10px;
    width: 48px;
      z-index: 2;
      text-align: center;
      cursor: pointer;
      padding: 10px;
      /* transition: all 0.9s ease-in-out 1.5s; */
      opacity: 0;
      visibility: hidden;
  }
  .search-overlay .search-overlay-close .search-overlay-close-line:nth-child(1) {
      transform: rotate(45deg);
  }
  .search-overlay .search-overlay-close .search-overlay-close-line {
      width: 100%;
      height: 3px;
      float: left;
      margin-bottom: 5px;
      transition: all 500ms ease;
      background: white;
  }
  .search-overlay .search-overlay-close .search-overlay-close-line:nth-child(2) {
      margin-top: -7px;
      transform: rotate(-45deg);
  }
  .search-overlay.search-overlay-active.search-overlay .search-overlay-form {
      opacity: 1;
      visibility: visible;
  }
  .search-overlay .search-overlay-form {
      /* transition: all 0.9s ease-in-out 1.4s; */
      opacity: 0;
      visibility: hidden;
      position: absolute;
      left: 0%;
      top: 0%;
      /* transform: translateY(-50%) translateX(-50%); */
      z-index: 2;
      /* max-width: 500px; */
      /* width: 500px; */
      width: 100%;
  }
  .search-overlay .search-overlay-form form {
      position: relative;
  }
  .search-overlay .search-overlay-form form .input-search {
      display: block;
      width: 100%;
      height: 60px;
      border: none;
      /* border-radius: 30px; */
      padding: 3px 70px 0 25px;
      font-size: 17px;
  }
  .search-overlay .search-overlay-form form .input-search:focus{
      border: none;
      outline: none;
      box-shadow: none;
  }
  .search-overlay .search-overlay-form form button {
      position: absolute;
      right: 5px;
      top: 10px;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      border: none;
      font-size: 24px;
      line-height: 40px;
      font-weight: 600;
      color: #000;
      box-shadow: 0 0 10px 0 rgba(0, 0, 0, .4);
      background-color: #fff;
  }
  .search-overlay .search-overlay-form form button i:before{
      font-size: 18px;
  }
  .search-box i {
      cursor: pointer;
  }
  .h-wrap {
      display: flex;
      justify-content: space-between;
      align-items: center;
  }
  
  .search-box i:before {
    background: #ffffff;
    font-size: 16px;
    font-weight: 600;
    height: 16px;
    width: 16px;
    border-radius: 100%;
    /* box-shadow: 0 0 10px 0 rgba(0, 0, 0, .4); */
    box-shadow: 0 0 10px 0 rgba(255, 255, 255, .4);
    border-color: honeydew;
    padding: 10px
    /* border: 2px solid #2873a3; */
    /* color: #2873a3; */
  }
  .th-left ul {
      display: flex;
      align-items: center;
  }
  
  .th-left ul li+li {
      margin-left: 30px;
  }
  #header.active .scroll-news{
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0;
  }
  #header.active .scroll-news h3{
      border-bottom-left-radius: 0;
  }
  #header.active .container{
      padding-left: 0.75rem;
  }
  .navbar-nav li:hover > ul.dropdown-menu {
      display: block;
  }
  .dropdown-submenu {
      position:relative;
  }
  .dropdown-submenu>.dropdown-menu {
      top:0;
      left:100%;
  }
  .dropdown-menu > li > a:hover:after {
      text-decoration: underline;
      transform: rotate(-90deg);
  } 
  .dropdown-submenu .dropdown-toggle::after {
      float: right;
      border-top: .4em solid;
      border-right: .4em solid transparent;
      border-left: .4em solid transparent;
      margin-top: 8px;
  }
  .header-right {
      display: flex;
      align-items: center;
      gap: 16px;
  }
  .header-ads img {
      border-radius: 4px;
  }
  /* Header End */
  
  
  
  
  
  
  
  /* Mobile Menu */
  #mySidenav {
      position: fixed;
      left: 0;
      top: 0;
      bottom: 0;
      height: 100%;
      z-index: 1020;
      background: #fff;
      width: 280px;
      height: 100%;
      overflow-x: hidden;
  }
  
  .sidenav {
      margin-right: -280px;
      transition: ease-in-out .3s;
      opacity: 0;
      visibility: hidden;
  }
  
  .sidenav.active {
      margin-right: 0;
      box-shadow: -5px 0px 15px 0 rgb(0 0 0 / 15%);
      opacity: 1;
      visibility: visible;
  }
  
  #menu1 li a {
      display: block;
      padding: 15px 20px;
      color: #4c4d4f;
      border-top: 1px solid #efefef;
      transition: ease-in-out .3s;
      font-weight: 500;
      text-transform: uppercase;
      font-size: 17px;
  }
  
  #menu1 li a:hover {
      color: #d25d62;
  }
  
  .mobile-logo {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 15px 20px;
      background: #fff;
      box-shadow: 0 6px 20px 0 rgb(0 0 0 / 10%);
      position: sticky;
      top: 0;
      background: #fff;
      z-index: 980;
  }
  .mobile-logo img {
      max-width: 100px;
      height: auto !important;
  }
  
  #close-btn {
      background: #bf1e2c;
      color: #fff;
      height: 30px;
      width: 30px;
      text-align: center;
      line-height: 1;
      font-size: 30px;
      border-radius: 100%;
  }
  
  #mySidenav::-webkit-scrollbar {
      width: 7px;
  }
  
  #mySidenav::-webkit-scrollbar-track {
      background: #fff;
      display: none;
  }
  
  #mySidenav::-webkit-scrollbar-thumb {
      background: rgb(208 208 208);
      border-radius: 10px;
  }
  
  .mobile-only {
      display: none;
  }
  .toggle-btn span {
    display: block;
    height: 2px;
    background: #ffffff;
    margin-bottom: 6px;
    margin-top: 6px;
    width: 22px;
  }
  .toggle-btn span:nth-child(2) {
    width: 14px;
  }
  .toggle-btn {
      cursor: pointer;
      /* margin-left: 12px; */
  }
  /* Mobile Menu End */
  
  
  
  
  
  
  /* Has News */
  .has-news ul {
      display: flex;
  }
  
  .has-news ul li+li {
      margin-left: 20px;
  }

  .has-news ul li{
    padding: 3px;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 30px;
    transition: .3s ease-in-out;
    background-color: #fff;
  }

  .has-news ul li:hover{
    background-color: #fff;
  }

  .has-news ul li:hover a{
    color: #000;
  }
  
  .has-news ul li a {
    text-align: center;
      color: #818181;
      font-size: 15px;
      position: relative;
  }
  .has-news ul li a::before {
      position: absolute;
      content: '';
      left: 0;
  }
  .has-news {
      border-bottom: solid 1px rgba(34,96,191,.14);
      background-color: rgba(241,241,241,.9882352941);
  }
  .has-news-wrap {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 6px 0px;
      margin-bottom: 0px!important;
      margin-top: 0px!important;
  }
  .has-news-wrap h3 {
      margin-bottom: 0;
      background: #d2eff3;
      padding: 5px 10px 5px 14px;
      color: #292626;
      font-size: 17px;
      font-weight: 500;
      line-height: normal;
      margin-right: 0px;
      position: relative;
  }
  
  .has-news-wrap h3::before {
      content: "";
      position: absolute;
      top: 6px;
      right: -24px;
      border-color: transparent transparent transparent rgb(240 240 240);
      border-style: solid;
      border-width: 0.7em;
  }
  /* Has News End */
  .main-title h3 .fa-comments{
    padding-right: 15px;
    color: #2873a3;;
  }

  
  /* Breaking News */
  .breaking-list {
      text-align: center;
  }
  .breaking-list .meta{
    margin-bottom: 15px;
  }
  .tag {
      background: #a4222a;
      color: #fff;
      padding: 2px 10px;
      display: inline-block;
      border-radius: 3px;
      line-height: normal;
      margin-bottom: 20px;
  }
  
  .breaking-list h2 {
      font-size: 60px;
      line-height: 1.2;
      margin-bottom: 0;
      font-weight: 600;
  }
  
  .breaking-list h2 a {
      color: #231f20;
      font-size: 54px;
    line-height: 70px;
  }
  .breaking-list h2 a:hover{
      color: #c51b1d;
  }

  p.subtitle-am {
    
    color: #605b5b;
    font-style: italic;
}
  
  .meta ul {
      display: flex;
      justify-content: center;
      align-items: center;
  }
  
  .meta ul li +li {
      margin-left: 30px;
  }
  
  .meta ul li a {
      color: #3c3c3c;
  }
  .meta ul li a:hover{
      color: #2260bf;
  }
  
  .breaking-img {
      margin-top: 30px;
      overflow: hidden;
      border-radius: 4px;
      max-height: 600px;
  }
  .breaking-img img{
      transition: ease-in-out .5s;
  }
  .breaking-img:hover.breaking-img img {
      transform: scale(1.03);
  }
  
  .meta {
      margin: 15px 0;
  }
  .meta ul li a img {
      border: 1px solid #dbdbdb;
      border-radius: 100%;
      padding: 6px;
      margin-right: 7px;
      height: 40px;
      width: 40px;
      object-fit: cover;
  }
  .meta ul li i {
      font-size: 20px;
      vertical-align: middle;
      margin-right: 3px;
  }
  .section-top-ads .ads-col {
    margin-top: 20px;
      margin-bottom: 20px;
  }
  .breaking-desc p {
      margin-bottom: 0;
      margin-top: 20px;
      font-family: mukta,sans-serif;
  }
  .breaking-list +.breaking-list {
      margin-top: 30px;
      padding-top: 30px;
      border-top: solid 1px rgba(34,96,191,.14);
  }
  .main-title {
      display: block;
      justify-content: space-between;
      /* margin-top: 30px; */
      margin-bottom: 30px;
      position: relative;
  }
  
  .main-title h3 {
    color: #231f20;
    font-size: 30px;
    line-height: 26px;
    font-weight: 600;
    padding: 6px 10px 6px 0px;
    margin: 0;
    display: inline-block;
    border: 0;
    background: #ffffff;
    position: relative;
    top: 0px;
    z-index: 2;
    letter-spacing: -1px;
    border-radius: 10px;
    font-family: mukta,sans-serif;
  }
  .main-title h3::before {
      width: 0;
      height: 0;
      border-right: 18px solid transparent;
      right: -18px;
      top: 0px;
  }
  
  .main-title a {
    display: inline-block;
    margin-top: 0;
    background: #fff;
    font-family: mukta,sans-serif;
    font-size: 12px;
    color: #231f20;
    border: 1px solid #2873a3;
    padding: 4px 6px 4px 6px;
    line-height: 16px;
    position: absolute;
    z-index: 2;
    right: 0;
    top: 4px;
    font-weight: 600;
    -webkit-border-radius: 9px;
    border-radius: 50%;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
  }
  .main-title a::before {
      width: 0;
      height: 0;
      /* border-bottom: 42px solid #f96801; */
      border-left: 18px solid transparent;
      position: absolute;
      content: '';
      left: -18px;
      top: 0px;
  }
  /* Breaking News End */
  
  
  
  
  
  
  
  /* Main News */
  .news-block-img {
      overflow: hidden;
      border-radius: 4px;
  }
  
  .news-block-img img {
      height: 100% !important;
      width: 100%;
      object-fit: cover;
      transition: ease-in-out .5s;
  }
  .news-block-img:hover img{
      transform: scale(1.03);
  }
  .news-block-img a {
      height: 100%;
      width: 100%;
  }
  .large-block .news-block-img{
      height: 575px;
  }
  .news-block {
      position: relative;
  }
  
  .news-block h3 {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      margin-bottom: 0;
      padding: 20px;
      background: rgba(0,0,0,0) linear-gradient(to bottom,
          rgba(5,5,5,0) 0,rgba(0,0,0,0) 0,rgba(71,71,71,0) 0,
          rgba(102,102,102,0) 0,rgba(28,28,28,0) 0,
          rgba(20,20,20,.59) 32%,rgba(13,13,13,1) 62%,
          rgba(3,3,3,1) 100%) repeat scroll 0 0;
      border-bottom-left-radius: 4px;
      border-bottom-right-radius: 4px;
  }
  .news-block h3 a {
      color: #fff;
      font-family: mukta,sans-serif;
      font-size: 20px;
    line-height: 33px;
  }
  .news-block h3 a:hover{
      color: #ffeb00;
  }
  .large-block h3 {
      font-size: 30px;
      line-height: 1.3;
  }
  .category-news ul li {
      display: flex;
      
      padding-bottom: 1px;
  }
  
  .category-news-content {
      flex: 5;
      margin-left: 20px;
  }
  
  .category-news-img {
      height: 90px;
      overflow: hidden;
      border-radius: 4px;
      flex: 2;
  }
  
  .category-news-img a {
      height: 100%;
      width: 100%;
  }
  
  .category-news-img img {
      height: 100% !important;
      width: 100%;
      object-fit: cover;
      transition: ease-in-out .5s;
  }
  .category-news-img:hover img{
      transform: scale(1.05);
  }
  .category-news-content h3 {
      margin-bottom: 0;
  }
  
  .category-news-content h3 a {
      color: #242424;
      font-family: mukta,sans-serif;
      line-height: 1.45;
      font-size: 19px;
      font-weight: 600;
  }
  .category-news-content h3 a:hover{
      color: #2260bf;
  }
  .category-news ul li +li{
      margin-top: 30px;
  }
  .sidebar-ads .ads-col {
      margin-top: 20px;
  }
  .main-news-sidebar {
      margin-top: -20px;
  }
  .ads-col img {
      border-radius: 4px;
  }
  .ads-col.detail-ads {
    margin-top: 10px;
    margin-bottom: 10px;
}
  /* Main News End */
  
  
  
  
  
  
  /* Category One */
  .mid-block .news-block-img {
      height: 400px;
  }
  .mid-block h3 {
      font-size: 25px;
  }
  .category-one-main .thumb-wrap {
      margin-top: 30px;
  }

  .category-one-main .row .col-md-6{
    width: 100%;
  }

  .thumb-img {
      border-radius: 4px;
      height: 200px;
      overflow: hidden;
  }
  
  .thumb-img a {
      height: 100%;
      width: 100%;
  }
  
  .thumb-img img {
      height: 100% !important;
      width: 100%;
      object-fit: cover;
      transition: ease-in-out .5s;
  }
  .thumb-img:hover img{
      transform: scale(1.05);
  }
  .thumb-content {
      margin-top: 15px;
  }
  
  .thumb-content h3 {
      margin-bottom: 0;
  }
  
  .thumb-content h3 a {
      color: #242424;
      font-family: mukta,sans-serif;
      font-size: 21px;
      line-height: 1.45;
      /* letter-spacing: 1px; */
      font-weight: 500;
  }
  
  .thumb-content h3 a:hover {
      color: #2260bf;
  }
  .list-news-main-img {
      height: 250px;
      overflow: hidden;
      border-top-left-radius: 4px;
      border-top-right-radius: 4px;
      position: relative;
  }
  
  .list-news-main-img a {
      width: 100%;
      height: 100%;
  }
  
  .list-news-main-img img {
      height: 100% !important;
      width: 100%;
      object-fit: cover;
      transition: ease-in-out .5s;
  }
  .list-news-main-img:hover img{
      transform: scale(1.05);
  }
  .list-news-main-img h3 {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      padding: 20px;
      margin-bottom: 0;
      background: rgba(0,0,0,0) linear-gradient(to bottom,
          rgba(5,5,5,0) 0,rgba(0,0,0,0) 0,rgba(71,71,71,0) 0,
          rgba(102,102,102,0) 0,rgba(28,28,28,0) 0,
          rgba(20,20,20,.59) 32%,rgba(13,13,13,1) 62%,
          rgba(3,3,3,1) 100%) repeat scroll 0 0;
  }
  
  .list-news-main-img h3 a {
      color: #fff;
  }
  
  .list-news-main-img h3 a:hover {
      color: #ffeb00;
  }
  
  .list-news-col {
      background: #fff;
  }
  
  .list-news-wrap {
      border: 1px solid rgba(34,96,191,.14);
  }
  
  
  .list-news-col li {
      padding: 15px 0px;
      margin: 0px 30px;
      list-style-type: disc;
  }
  
  .list-news-col li +li {
      border-top: solid 1px rgba(34,96,191,.14);
  }
  .list-news-col li a {
      font-size: 17px;
      line-height: 1.5;
      font-weight: 600;
      color: #242424;
      font-family: mukta,sans-serif;
  }
  
  .list-news-col li a:hover {
      color: #2260bf;
  }
  .list-news-col li span {
      margin-top: 5px;
      display: block;
      font-size: 14px;
      color: #747474;
  }
  .section-bottom-ads .ads-col {
      margin-top: 30px;
  }
  .category-two .mid-block h3 {
      font-size: 20px;
  }
  .owl-theme .owl-nav.disabled+.owl-dots{
      margin-top: 25px;
      display: none;
  }
  .owl-theme .owl-dots .owl-dot span{
      margin: 5px 5px;
      height: 15px;
      width: 15px;
      background: transparent;
      border: 2px solid #d7d7d7;
  }
  .owl-theme .owl-dots .owl-dot.active span{
      background: #2260bf;
      border-color: #2260bf;
  }
  .antarbarta-img {
      height: 400px;
      overflow: hidden;
      border-top-left-radius: 4px;
      border-top-right-radius: 4px;
  }
  
  .antarbarta-img a {
      height: 100%;
      width: 100%;
  }
  
  .antarbarta-img img {
      height: 100% !important;
      width: 100%;
      object-fit: cover;
      transition: ease-in-out .5s;
  }
  .antarbarta-img:hover img{
      transform: scale(1.05);
  }
  .antarbarta-content {
      background: #fff;
      padding: 30px;
  }
  
  .antarbarta-content h3 a {
      color: #000;
      font-family: mukta,sans-serif;
  }
  .antarbarta-content h3 a:hover{
      color:#2260bf;
  }
  
  .antarbarta-content h3 {
      font-size: 30px;
  }
  
  .antarbarta-content p {
      margin-bottom: 0;
      margin-top: 20px;
      color: #000;
  }
  .antarbarta-content .meta ul {
      justify-content: flex-start;
      margin-top: 20px;
  }
  
  .antarbarta-content .meta ul li a {
      color: #fff;
  }
  
  .antarbarta-content .meta ul li {
      color: #fff;
  }
  .antarbarta-main {
      margin-bottom: 30px;
  }
  
  .category-three-main .category-news ul li +li {
      margin-top: 0;
  }
  .bichar ul li >a {
      font-size: 20px;
      font-weight: 600;
      color: #242424;
      line-height: 1.5;
      font-family: mukta,sans-serif;
  }
  .bichar ul li >a:hover{
      color: #2260bf;
  }
  
  .entertainment-sidebar{
    display: flex;
    align-items: center;
    padding: 15px;
    border-top: solid 1px rgba(34, 96, 191, .14);
  }
  .entertainment-sidebar:first-child{
    border-top: none;
  }

  .bichar-media {
      display: flex;
      align-items: center;
      margin-top: 15px;
  }
  
  .bichar-img img {
      height: 60px !important;
      width: 60px !important;
      object-fit: cover;
      border-radius: 100%;
      border: 1px solid #cfcfcf;
      padding: 4px;
  }
  
  .bichar-content {
      margin-left: 15px;
  }
  
  .bichar-content a {
      font-size: 15px;
      color: #707070;
      font-weight: 500;
  }
  
  .bichar-content a i {
      font-size: 25px;
      margin-right: 3px;
      vertical-align: middle;
  }
  .bichar ul li+li {
      border-top: solid 1px rgba(34,96,191,.14);
  }
  .bichar {
      border: solid 1px rgba(34,96,191,.14);
      border-radius: 4px;
  }
  .bichar ul li {
      padding: 20px;
  }
  .category-four-col +.category-four-col {
      margin-top: 30px;
  }
  .bichar ul li{
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 20px;
    padding-right: 45px;
    justify-content: flex-start;
  }
  /* Category One End */
  
  
  
  
  
  
  
  /* Multimedia Section */
  
  .video-iframe {
    position: relative;
    padding-bottom: 56.25%;
    height: 450px;
    margin-bottom: 10px;
  }
  
  .video-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
  }
  
  .video-thumbnails {
    overflow-y: auto;
    max-height: 450px;
    overflow-x: hidden;
  }
  
  .video-thumb {
    height: auto;
  }
  
  .video-thumb img {
    background-color: #d8d9da;
    width: 100%;
    height: 80px;
    object-fit: cover;
    border-radius: 4px;
  }
  
  .video-thumb iframe {
    display: none;
  }
  
  .video-thumb p.name {
    margin-top: 5px;
    font-weight: bold;
  }
  
  .video-thumbnails h3{
      margin-bottom: 0;
  }
  .video-thumbnails h3 a {
      transition: ease-in-out .5s;
      color: #242424;
      font-size: 17px;
    line-height: 26px;
  }
  .video-thumbnails h3 a:hover{
      color:#017ec4;
  }
  .video-thumbnails .row{
      align-items: center;
  }
  .thumbnail-list +.thumbnail-list {
      margin-top: 15px;
  }
  .category-five ::-webkit-scrollbar {
    width: 5px;
  }
  
  .category-five ::-webkit-scrollbar-track {
    background:#eaf0fd;
    display: none;
  }
  
  .category-five ::-webkit-scrollbar-thumb {
    background:#b9b9b9;
    border-radius: 30px;
    display: none;
  }
  .video-thumbnails:hover::-webkit-scrollbar-track{
      display: block;
  }
  .video-thumbnails:hover::-webkit-scrollbar-thumb{
      display: block;
  }
  .thumbnail-list.active {
      background: #f9f9f9;
      border: 1px solid rgba(0,0,0,.1);
  }
  
  .video-thumb {
      position: relative;
      border-radius: 4px;
      cursor: pointer;
  }
  .thumbnail-icon {
      position: absolute;
      left: 0;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      display: none;
      cursor: pointer;
      text-align: center;
  }
  .thumbnail-icon i {
      color: white;
      font-size: 40px;
  }
  .thumbnail-list h5 {
      font-size: 14px;
      padding-right: 9px;
      font-weight: 500;
      line-height: 22px;
  }
  .thumbnail-list.active .thumbnail-icon{
      display: block;
  }
  .category-five .category-news ul li +li {
      margin-top: 0;
  }

  .spacing_space .row .col-md-8 .category-three-main .row .col-md-6{
    padding-top: 20px;
  }
  
  .category-five .category-news ul li {
      margin-top: 30px !important;
  }
  .photo-feature .mid-block h3 {
      font-size: 20px;
  }
  /* Multimedia Section End */
  
  /* Footer */

  .content-footer {
    background: #2260bf14;
  }
  
  .footer-content{
    display: flex;
    justify-content: space-between;
  }
  .footer-content .right .inner-footer-content{
    display: flex;
    gap: 20px;
  }
  .footer-content .left a{
    /* width: 300px; */
    /* height: 100px; */
    background-color: transparent;
    /* padding: 30px; */
    padding-top: 0px;
    padding-bottom: 30px;
  }
  .footer-content .left a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .footer-content .left p{
    font-size: 14px;
    color: #0000009e;
    padding-left: 10px;
    line-height: 16px;
  }
  .footer-content .left{
    width: 25%;
    padding: 100px 0px;
  }
  .footer-content .right{
    width: 35%;
    padding: 100px 0px;
  }

  .footer-content .left .left-content{
    /* border-right: 1px solid rgba(34,96,191,.4); */
    padding-right: 30px;
  }

  .footer-content .left .download{
    display: flex!important;
    gap: 30px;
    padding-left: 30px;
  }
  .footer-content .left .download button{
    /* width: 140px;
    height: 50px; */
    border: none;
  }
  .footer-content .left hr{
    margin-left: 30px;
  }
  .footer-content .left .socials{
    padding-left: 30px;
    font-size: 26px;
  }
  .footer-content .left .socials .fa-facebook-f, .footer-content .left .socials .fa-instagram, .footer-content .left .socials .fa-youtube, .footer-content .left .socials .fa-x-twitter{
    padding-right: 15px;
    transition: .5s ease-in-out;
  }

  .footer-content .left .socials .fa-facebook-f:hover, .footer-content .left .socials .fa-instagram:hover, .footer-content .left .socials .fa-youtube:hover, .footer-content .left .socials .fa-x-twitter:hover{
    transform: rotate(360deg);
  }

  .footer-content .left .download .google-play img{
    height: 100%;
    width: 100%;
    /* object-fit: cover; */
  }

  .footer-content .right .inner-footer-content .quicklinks{
    /* border-right: 1px solid rgba(34,96,191,.4) ; */
    /* padding-right: 50px; */
    padding-bottom: 30px;
  }

  .footer-content .right .inner-footer-content .quicklinks h1{
    font-size: 22px;
    font-family: poppins, sans-serif;
  }

  .footer-content .right .inner-footer-content .quicklinks a{
    color: #5a5757;
    font-weight: 600;
    letter-spacing: 1px;
    
    transition: all ease-in-out .1s;
    margin-bottom: 12px;
  }

  .footer-content .right .inner-footer-content .quicklinks a:hover {
    color: #2873a3;
  }
  .footer-content .right .inner-footer-content .our-team{
    /* padding-left: 30px; */
  }

  .footer-content .right .inner-footer-content .our-team h1{
    font-size: 22px;
    font-family: poppins, sans-serif;
  }

  .footer-content .right .inner-footer-content .our-team .flexbox div .post{
    font-size: 20px;
    color: #0000009e;
  }

  .footer-content .right .inner-footer-content .our-team .flexbox div .name{
    font-size: 18px;
    font-weight: 800;
  }

  .footer-content .right .inner-footer-content .our-team .flexbox{
    /* display: flex; */
    gap: 50px;
    padding-bottom: 30px;
  }

  .footer-content .right .inner-footer-content .our-team .view{
    padding: 8px;
    border-radius: 22px;
    background-color: #2873a3;
    color: #fff;
    font-size: 15px;
    border: none;
    font-weight: 600;
    width: 130px;
    text-align: center;
    transition: .3s ease-in-out;
  }

  .footer-content .right .inner-footer-content .our-team .view:hover{
    background-color: #000;
  }

  .footer-content .right .advertisement{
    /* display: flex; */
    /* align-items: center; */
    /* gap: 30px; */
    padding: 30px 40px;
    /* background-color: #2873a3; */
    /* width: 700px; */
    /* margin-top: 30px; */
    border-radius: 18px;
  }

  .footer-content .right .advertisement .heading{
    border-bottom: 1px solid #fff;
    /* padding-right: 50px; */
    font-family: poppins, sans-serif;
    font-size: 34px;
    font-weight: 800;
    /* padding-left: 30px; */
    /* color: #fff; */
    /* text-align: center; */
    margin-bottom: 1.5rem;
  }

  .footer-content .right .advertisement .for-advertisement .contact{
    margin-bottom: 20px;
  }
  .footer-content .right .advertisement .for-advertisement p{
    margin-bottom: 0px;
    /* color: #fff; */
    font-size: 14px;
    font-weight: 500;
    font-family: poppins, sans-serif;
  }

  .footer {
      /* background: rgba(34,96,191,.04); */
      padding-top: 40px;
  }
  
  .footer-wrap {
      display: flex;
      justify-content: space-between;
  }
  
  .footer-list h3 {
      font-size: 22px;
      color: #2260bf;
      margin-bottom: 15px;
      text-decoration: underline;
  }
  
  .footer-list ul li a {
      color: #7c7c7c;
      display: block;
      font-size: 15px;
      font-weight: 500;
  }
  
  .footer-list ul li+li a {
      margin-top: 10px;
  }
  
  .footer-list ul li a:hover {
      color: #2260bf;
  }
  /* Footer End */
  
  .breaking-wrap .breaking-list .post-img img{
    min-width: 100% !important;
    border-radius: 8px;
    height: 600px!important;
    object-fit: cover;
  }
  
  
  .footer-disclaimer p {
    font-size: 14px;
    color: #0000009e;
    line-height: 16px;
}
  
  /* Footer Bottom */
.footer-social-media li {
    float: left;
}

.footer-social-media li a {
    color: #4a4f56;
}




 
  .fb-wrap {
      display: flex;
      align-items: center;
  }
  
  .fb-content ul {
      display: flex;
  }
  
  .footer-logo img {
      max-width: 250px;
      height: auto;
  }
  
  .fb-content ul li span {
      display: block;
      font-size: 15px;
      color: #fff;
  }
  
  .fb-content ul li {
      margin-left: 25px;
      padding-left: 25px;
      padding-top: 20px;
      padding-bottom: 20px;
  }
  
  .fb-content ul li a {
      display: inline-block;
      font-weight: 600;
      font-size: 16px;
      color: #f96801;
  }
  .fb-content ul li b {
      display: block;
      line-height: normal;
  }
  .footer-bottom {
      background: #2873a3!important;
      border: 1px solid #2260bf24;
  }
  

  .footer-bottom .container .fb-wrap .fb-content .footer-text-btn{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .header-top-mobile-only-ads{
      display: none;
  }








  .border-end {
    border-right: 1px solid #dee2e6 !important;
}

.text-footer {
    padding: 35px 0 45px;
}

.text-footer ul li {
    color: #000000cc;
    font-size: 16px;
}
.footer-menus li a {
    display: block;
    color: #000000cc;
    font-size: 15px;
    position: relative;
    padding-left: 25px;

}

.editors-footer div h3 {
    font-size: 15px;
    
    text-decoration: underline;
    
    margin-bottom: 2px;
}
.footer-menus h3 {
    font-size: 15px;
    
    text-decoration: underline;
    
    margin-bottom: 2px;
}

.editors-footer {
    display: flex;
    gap: 50px;
    row-gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.editors-footer div span {
    color: #000000cc;
    font-size: 15px;
    display: block;
   
    font-weight: 600;
}



.footer-icon ul li {
    display: inline;
}

.footer-icon ul {
    display: flex;
}

.footer-icon ul li a {
    width: 30px;
    color: #ffffff;
    height: 30px;
    display: block;
    line-height: 34px;
    text-align: center;
    margin-right: 7px;
    border-radius: 100%;
    font-size: 14px;
}

.footer-icon ul li a i {
    line-height: 30px;
    font-size: 14px;
}
.youtubeam-tv {
    margin-top: 20px;
    margin-left: 16px;
    margin-bottom: 20px;
}

.youtubeam-tv a {
    display: inline-block;
    background: #ff0000;
    color: #fff;
    padding: 7px 15px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 4px;
}

.youtubeam-tv a i {
    font-size: 20px;
    vertical-align: middle;
    margin-left: 5px;
}


.write-icon ul .facebook a {
    background: #053ebf;
}

.write-icon ul .twitter a {
    background: #0095ff;
}

.footer-icon ul .instagram a {
    background-color: #5851DB;
}

.footer-icon ul .youtube a {
    background-color: red;
}

.footer-icon ul .linkedin a {
    background-color: #2867B2;
}

.footer-menus {
    padding-top: 35px;
    padding-left: 20px;
}
.footer-menus li a:before {
    position: absolute;
    content: '\f105';
    left: 0;
    font-family: 'Line Awesome Free';
    font-weight: 900;
    font-size: 10px;
    top: 4px;
}

.footer-wrap {
    padding-top: 35px;
    padding-left: 20px;
}

.footer-icon {
    margin-top: 12px;
    margin-left: 16px;
}


  /* Footer Bottom End */
  
  
  
  
  
  
  /* Scroll Top */
  .go-top {
      position: fixed;
      cursor: pointer;
      transition: ease-in-out .5s;
      bottom: 30px;
      right: 30px;
      opacity: 0;
      visibility: hidden;
      z-index: 1021;
  }
  .go-top.active {
      opacity: 1;
      visibility: visible;
      bottom: 30px;
  }
  .pulse {
      z-index: 4;
      text-align: center;
      font-size: 27px;
      height: 40px;
      width: 40px;
      line-height: 44px;
      background: #c31f2b;
      color: #fff;
      border-radius: 100%;
      font-size: 16px;
      position: relative;
      z-index: 0;
  }
  .pulse:after {
      animation: ripple-white3 .8s linear infinite;
      background: rgba(190, 47, 47, 0.3);
      border-radius: 100%;
      content: '';
      height:60px;
      left:-11px;
      opacity: 0;
      position: absolute;
      top: 0;
      width: 60px;
      line-height: 60px;
      right: 0;
      bottom: 0;
      margin: auto;
      text-align: center;
      z-index: -1;
  }
  @keyframes ripple-white3 {
      0% {
          opacity: 0;
          -webkit-transform: scale(1);
          -moz-transform: scale(1);
          -ms-transform: scale(1);
          -o-transform: scale(1);
          transform: scale(1)
      }
      40% {
          opacity: 1;
          -webkit-transform: scale(1.2);
          -moz-transform: scale(1.2);
          -ms-transform: scale(1.2);
          -o-transform: scale(1.2);
          transform: scale(1.2)
      }
      100% {
          opacity: 0;
          -webkit-transform: scale(1.4);
          -moz-transform: scale(1.4);
          -ms-transform: scale(1.4);
          -o-transform: scale(1.4);
          transform: scale(1.4)
      }
  }
  /* Scroll Top End */
  
  
  
  
  
  
  
  /* Single Page */
  .share-count span {
      display: block;
      font-size: 15px;
      text-transform: uppercase;
      font-weight: 500;
      color: #3c3c3c;
  }
  
  .share-count b {
      display: block;
      font-size: 42px;
      line-height: 38px;
  }
  
  .share-count {
      text-align: center;
  }
  
  .social-share ul li a {
      display: block;
      height: 40px;
      width: 40px;
      line-height: 42px;
      text-align: center;
      border-radius: 100%;
      color: #fff;
      font-size: 20px;
  }
  .social-share ul li.facebook a{
      background: #4267B2;
  }
  .social-share ul li.whatsapp a{
      background: #25d366;
  }
  .social-share ul li.twitter a{
      background: #55acee;
  }
  .social-share ul li.youtube a{
      background: #ff0000;
  }
  .social-share ul li.linkedin a{
      background: #0077b5;
  }
  .social-share ul li+li a {
      margin-top: 7px;
  }
  
  .social-share ul {
      display: flex;
      flex-direction: column;
      justify-content: left;
      align-items: left;
  }

  .single-main .meta{
    /* position: -webkit-sticky;
    position: sticky;
    top: 7.71%;
    width: 100%;
    background-color: #fff; */
    /* position: fixed;
    width: 100%;
    top: 0%;
    z-index: 1000;
    background-color: white;
    padding: 15px 0; */
  }

  .single-main h1 {
    font-family: Karma,serif;
    color: #222;
    text-align: left;
    font-size: 48px;
    font-weight: 600;
    margin: 0;
    line-height: 1.22;
  }

  .switch-container {
    display: flex;
    justify-content: center;
    /* margin-left: 20px; */
  }

  .switch-container a {
    border-radius: 30px;
    line-height: 36px;
    padding: 0 20px;
    color: #ffffff;
    border: 1px solid #ffffff;
    display: inline-block;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 500;
    
  }
  .switch-container a:hover {
    background: #2873a3;
    color: #fff;
  }

  .nav-pills .nav-link {
    border-radius: 30px;
    line-height: 36px;
    padding: 0 20px;
    margin: 0px 10px;
    color: #444142;
    border: 1px solid #2873a3;
    display: inline-block;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 500;
    
  }

  .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background: #2873a3;
  }



  .switch {
    display: inline-block;
    /* margin-right: 10px; */
  }
  
  .switch input[type="radio"] {
    display: none;
  }
  
  .switch label {
    display: inline-block;
    cursor: pointer;
    padding: 8px 16px;
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    border-radius: 20px;
    font-size: 14px;
  }
  
  .switch input[type="radio"]:checked + label {
    background-color: #4CAF50;
    color: #fff;
  }
  
  .single-main .meta ul {
      justify-content: flex-start;
      /* margin-bottom: 20px; */
  }
  .single-left-sidebar {
      margin-top: 10px;
      position: sticky;
      top: 65px;
      z-index: 980;
  }
  .single-featured-img {
      margin-bottom: 30px;
  }
  .inside-content-ads .ads-col {
      margin-top: 10px;
      margin-bottom: 30px;
  }
  .single-right-sidebar .sidebar-ads {
      margin-top: 20px;
  }
  .reaction-section ul {
      display: flex;
  }
  
  .reaction-section ul li {
      flex: auto;
      text-align: center;
  }
  
  .reaction-section ul li img {
      max-width: 44px;
  }
  .reaction-content{
      transition: ease-in-out .3s;
      cursor: pointer;
  }
  .reaction-content:hover{
      transform:translateY(-5px);
  }
  .reaction-section ul li b {
      display: block;
      margin-top: 10px;
      color: #707070;
  }
  
  .reaction-section ul li span {
      display: block;
      height: 40px;
      width: 40px;
      line-height: 40px;
      text-align: center;
      background: #2260bf;
      margin: auto;
      color: #fff;
      font-size: 15px;
      font-weight: bold;
      border-top-right-radius: 15px;
      border-bottom-left-radius: 15px;
      margin-bottom: 15px;
  }
  .reaction-section {
      text-align: center;
      background: #f6f9fc;
      padding: 20px;
      border: 1px solid #e9e9e9;
      border-radius: 4px;
      margin-top: 30px;
  }
  
  .reaction-section h3 {
      font-size: 25px;
      margin-bottom: 30px;
  }
  .single-right-sidebar {
      position: sticky;
      top: 75px;
      z-index: 970;
  }
  .related-news .thumb-wrap {
      margin-bottom: 30px;
  }
  .related-news.mb {
      margin-bottom: 10px;
  }
  /* Single Page End */
  
  
  
  
  
  
  
  /* Category Page */
  .category-main {
      background: #e0e9f6;
      padding: 30px;
      min-height: 450px;
      border-top-right-radius: 4px;
      border-bottom-right-radius: 4px;
  }
  
  .category-main h3 {
      font-size: 25px;
      margin-bottom: 15px;
  }
  
  .category-main h3 a {
      color: #242424;
  }
  
  .category-main h3 a:hover{
      color: #2260bf;
  }
  .category-main p {
      font-size: 18px;
  }
  
  .category-main .meta ul {
      justify-content: flex-start;
  }
  .category-main-img {
      height: 450px;
      overflow: hidden;
      border-top-left-radius: 4px;
      border-bottom-left-radius: 4px;
  }
  
  .category-main-img a {
      width: 100%;
      height: 100%;
  }
  
  .category-main-img img {
      height: 100% !important;
      width: 100%;
      object-fit: cover;
  }
  .category-list .thumb-wrap {
      margin-top: 30px;
  }
  .pagination{
      margin-top: 40px;
      justify-content: center;
  }
  .page-link {
      height: 40px;
      width: 40px;
      line-height: 40px;
      text-align: center;
      padding: 0;
      border-radius: 4px !important;
      color: #5e5e5e;
      font-weight: bold;
      font-size: 18px;
      border: 1px solid #e9e9e9;
      background: #f6f9fc;
  }
  .page-link:hover{
      background-color: #2260bf;
      border-color: #2260bf;
      color: #fff;
  }
  
  .page-item +.page-item {
      margin-left: 10px;
  }
  .page-item.active .page-link{
      background-color: #2260bf;
      border-color: #2260bf;
  }
  /* Category Page End */
  
  
  
  
  
  
  
  
  /* Reporter */
  .reporter-main img {
      height: 300px;
      width: 300px;
      object-fit: cover;
      border-radius: 100%;
      margin: auto;
      border: 5px solid #e1e1e1;
  }
  
  .reporter-main {
      text-align: center;
      margin-bottom: 20px;
  }
  
  .reporter-main span {
      display: block;
      margin-top: 20px;
      font-size: 20px;
      font-weight: 600;
  }
  
  .reporter-main .social-share ul {
      flex-direction: inherit;
  }
  
  .reporter-main .social-share ul li+li a {
      margin-top: 0;
      margin-left: 7px;
  }
  .reporter-page .thumb-wrap{
      margin-top: 30px;
  }
  /* Reporter End */
  
  
  
  
  
  
  
  /* Team Page */
  .team-wrap {
      background: #fff;
      margin-top: 25px;
      box-shadow: 0px 10px 20px rgb(0 0 0 / 20%);
      transition: ease-in-out .3s;
      cursor: pointer;
      border-radius: 4px;
  }
  .team-wrap:hover{
      box-shadow: 0px 10px 20px rgb(0 0 0 / 35%);
      transform: translateY(-5px);
  }
  .team-content {
      padding: 20px;
      text-align: center;
      border-bottom-left-radius: 4px;
      border-bottom-right-radius: 4px;
  }
  .team-content span {
      display: block;
      font-size: 20px;
      font-weight: bold;
  }
  .team-content p {
      margin-bottom: 0;
      color: #8f8f8f;
      font-size: 16px;
  }
  .team-btn{
      text-align: center;
      margin-top: 15px;
  }
  .team-img {
      position: relative;
      overflow: hidden;
      border-top-left-radius: 4px;
      border-top-right-radius: 4px;
  }
  .team-img:before {
      position: absolute;
      content: '';
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: #1b508369;
      opacity: 0;
      transition: ease-in-out .3s;
  }
  .team-wrap:hover .team-img:before{
      opacity: 1;
  }
  .social-media {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: -35px;
      transition: ease-in-out .3s;
  }
  .team-wrap:hover .social-media{
      left: 0;
  }
  .social-media ul {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      background: #e0272d;
      padding: 10px;
  }
  .social-media ul li+li {
      margin-top: 10px;
  }
  .social-media ul li a {
      color: #fff;
      display: block;
      font-size: 15px;
  }
  .social-media ul li a:hover{
      color: #2260bf;
  }
  .social-media ul::before {
      position: absolute;
      content: '';
      border-top: 20px solid transparent;
      border-left: 35px solid #dc3b05;
      top: -20px;
      left: 0;
  }
  .social-media ul::after {
      position: absolute;
      content: '';
      border-bottom: 20px solid transparent;
      border-left: 35px solid #dc3b05;
      bottom: -20px;
      left: 0;
  }
  .team-list h3 {
      margin-bottom: 0;
      background: #2260bf;
      padding: 7px 15px;
      color: #fff;
      font-weight: normal;
      border-radius: 4px;
  }
  
  .team-list +.team-list {
      margin-top: 40px;
      padding-top: 40px;
      border-top: 2px solid #dddddd;
  }
  /* Team Page End */
  
  
  
  
  
  
  /* Videos Page */
  .blank-btn{
      align-items: center;
  }
  .blank-btn h3::before{
      border-bottom: 40px solid #f96801;
  }
  .video-page ::-webkit-scrollbar {
      width: 7px;
  }
  
  .video-page ::-webkit-scrollbar-track {
      background:#eaf0fd;
  }
  
  .video-page ::-webkit-scrollbar-thumb {
      background:#b9b9b9;
      border-radius: 30px;
  }
  .videos-extra-list .video-thumb {
      height: 180px;
      overflow: hidden;
      border-radius: 4px;
  }
  .videos-extra-list .video-thumb img {
      height: 100%;
      width: 100%;
      object-fit: cover;
  }
  .v-content {
      margin-top: 15px;
  }
  .videos-extra-list {
      margin-top: 20px;
  }
  .videos-extra-list .video-thumbnails{
      overflow: hidden;
      max-height: 100%;
  }
  .videos-extra-list .thumbnail-list{
      margin-bottom: 30px;
  }
  .videos-extra-list .pagination{
      margin-top: 10px;
  }
  /* Videos Page End */
  
  
  
  
  
  
  /* Contact Page */
  .contact-wrap {
      background: #fff;
      padding: 30px 20px;
      text-align: center;
      box-shadow: 0px 0px 20px rgb(0 0 0 / 20%);
      border-radius: 4px;
      transition: ease-in-out .3s;
  }
  .contact-wrap:hover{
      background: #2260bf;
  }
  .contact-wrap:hover span{
      color: #fff;
  }
  .contact-wrap:hover p{
      color: #fff;
  }
  .contact-wrap:hover i{
      color: #2260bf;
      background: #fff;
  }
  .contact-wrap span {
      display: block;
      margin-top: 15px;
      font-size: 20px;
      font-weight: bold;
      transition: ease-in-out .3s;
  }
  
  .contact-wrap i {
      height: 70px;
      width: 70px;
      line-height: 64px;
      text-align: center;
      background: #2260bf;
      font-size: 30px;
      color: #fff;
      border-radius: 100%;
      border: 3px solid #d5d5d5;
      transition: ease-in-out .3s;
  }
  
  .contact-wrap p {
      margin-bottom: 0;
      font-size: 16px;
      color: #7c7c7c;
      transition: ease-in-out .3s;
  }
  .single-page .col-lg-11.col-md-12:last-child {
      display: none !important;
  }

  .breaking-img img {
      max-width: 100% !important;
  }
  .footer-wrap p {
      line-height: 1.8;
      margin: 0;
      font-size: 16px;
      color: #0000009e;
      font-family: poppins,sans-serif;
  }
  
  .footer-wrap img {
      width: 280px;
      margin-bottom: 10px;
  }
  .footer-heading {
      margin: 0;
      color: #555;
      font-size: 20px;
      padding-bottom: 17px;
      font-family: poppins,sans-serif;
  }
  .footer-link ul li a {
      color: #231f20;
      font-size: 14px;
      display: block;
      opacity: .9;
      padding-bottom: 8px;
      font-weight: 500;
      font-family: poppins,sans-serif;
  }
  
  .footer-link ul li a:hover {
      color: #c00;
  }
  .bdr-right {
      border-right: 1px solid #ddd;
  }
  .footer-link {
      padding-left: 20px;
  }
  .footer-member {
      display: flex;
      flex-wrap: wrap;
      margin: 0;
      padding: 0;
      list-style: none;
  }
  
  .member {
      font-weight: 600;
      font-size: 15px;
      font-family: poppins,sans-serif;
      width: calc(100% * 1 / 3.001);
      margin-bottom: 30px;
  }
  
  .member span {
      display: block;
      color: #0000009e;
      font-size: 14px;
      padding-bottom: 8px;
  }
  .footer-cta {
      background: #2873a3;
      border-radius: 18px;
      color: #fff;
      padding: 15px;
      width: 100%;
      margin-left: 20px;
      display: none;
  }
  
  .uk-flex {
      display: flex;
  }
  
  .uk-flex-center {
      justify-content: center;
  }
  .has-news-wrap marquee {
      position: relative;
      display: inline-block;
      height: auto !important;
  }
  
  .has-news-wrap a {
      display: inline-block;
      padding: 0 5px;
      font-size: 14px !important;
      font-family: mukta,sans-serif;
      font-weight: 400;
  
  }
  .has-news-wrap a:hover {
      color: #b01420;
  }
  
  .uk-flex-middle {
      align-items: center;
  }
  
  .footer-cta b {
      padding-right: 25px;
      text-align: center;
      font-family: poppins,sans-serif;
      display: inline-block;
      font-size: 20px;
      flex: 1;
      border-right: 1px solid #fff;
  }
  
  .footer-cta-detail {
      flex: 2;
  }
  
  .footer-cta-detail div {
      margin-left: 25px;
      display: block;
      margin-bottom: 12px;
      font-weight: 500;
      font-family: poppins,sans-serif;
      text-transform: capitalize;
      line-height: 1.8;
      font-size: 14px;
  }
  a.btn-team {
      color: #fff;
      position: relative;
      font-size: 15px;
      font-weight: 600;
      background: #c51b1d;
      text-transform: uppercase;
      padding: 10px 38px;
      border-radius: 22px;
      vertical-align: middle;
      margin-top: 22px;
      display: inline-block;
      margin-bottom: 20px;
  }
  .footer-cta-detail p {
      color: #fff;
  }
  #ourTeam {
      margin-bottom: 30px;
  }
  #ourTeam .members:first-child {
      grid-column: span 12;
  }
  
  #ourTeam .members {
      grid-column: span 4;
  }
  
  .members.text-center img {
      width: 230px;
      height: 230px;
      object-fit: cover;
      -webkit-border-radius: 100%;
      border-radius: 100%;
      margin: 0 0 13px;
      text-align: center;
  }
  
  .contact-info a {
      display: inline-block;
      margin-right: 4px;
      color: #333;
  }
  
  a.uk-icon {
      margin: 0;
      border: none;
      border-radius: 0;
      overflow: visible;
      font: inherit;
      color: inherit;
      text-transform: none;
      padding: 0;
      background-color: transparent;
      display: inline-block;
      fill: currentcolor;
      line-height: 0;
  }
  
  .members {
      font-weight: 600;
      font-size: 15px;
      font-family: poppins,sans-serif;
  }
  .row.grid {
      display: grid;
      grid-gap: 24px;
      grid-template-columns: repeat(12,1fr);
  }
  .members.text-center h3 {
      font-size: 20px;
      font-weight: unset;
      font-family: mukta,sans-serif;
  }
  
  .members.text-center span {
      display: block;
      color: #0000009e;
      font-size: 12px;
      padding-bottom: 8px;
  }
  .main-title{
    position: relative;
  }
  .main-title:before {
      display: block;
      content: "";
      width: 20%;
      height: 4px;
      background: #ffffff;
      position: absolute;
      top: 50%;
      left: 45px;
      z-index: 1;
      opacity: 30%;
      bottom: inherit;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      transition: width 0.8s ease; /* Smooth transition for width change */
  }
  .main-title:hover:before {
    width: 80%; /* When hovering, increase the width to 80% */
  }
  ul.social-medias {
      display: flex;
  }
  
  
  ul.social-medias li {
      padding-right: 10px;
  }
  
  ul.social-medias li a .la-facebook-f {
      padding: 2px 5px;
      background: #1e0489;
      color: #fff;
  }
  
  ul.social-medias li a .la-twitter {
      padding: 2px 5px;
      background: #099df3;
      color: #fff;
  }
  
  ul.social-medias li a .la-youtube {
      padding: 2px 5px;
      background: #b01420;
      color: #bdbaba;
  }
  
  ul.social-medias li a .la-instagram {
      padding: 2px 5px;
      background: #f94500;
      color: #ffffff;
  }
  .auther-detail-page {font-family: poppins,sans-serif;}
  
  .auther-detail-page strong {
      font-family: poppins,sans-serif;
      font-size: 20px;
      font-weight: 500;
  }
  
  .auther-detail-page p {
      margin-bottom: 10px;
  }
  div.scroll {
      margin: 4px 4px;
      padding: 4px;
      height: 555px;
      overflow-x: hidden;
      overflow-y: auto;
      text-align: justify;
  }
  .nectarpress-one-big-thumbnail.post-thumb {
      width: 100%;
  }
  
  .nectarpress-one-big-thumbnail.post-thumb img {
      width: 100%;
      height: 265px !important;
      object-fit: cover;
  }
  
  .nectarpress-post-title h2 {
      font-size: 24px;
      line-height: 35px;
  }
  
  .nectarpress-post-title {
      margin-top: 10px;
  }
  
  .nectarpress-post-title h2 a {
      color: #242424;
      font-family: mukta,sans-serif;
  }
  
  .nectarpress-post-title h2 a:hover {
      color: #2260bf;
  }
  
  .nectarpress-post-title h3 {
      font-size: 20px;
      line-height: 30px;
  }
  
  .nectarpress-post-title h3 a {
      color: #242424;
      font-family: mukta,sans-serif;
  }
  
  .nectarpress-post-small-thumbnail.post-thumb img {
      width: 100%;
      height: 150px !important;
      object-fit: cover;
  }
  
  .nectarpress-post-title h3 a:hover {
      color: #2260bf;
  }
  .float-right {
      float: right;
  }
  button.sub-menu-toggle {
      display: none;
  }
  
  ul.sub-menu {
      display: none;
      min-width: 180px;
  }
  
  .navbar-light .navbar-nav .nav-link:hover ul.sub-menu {
      display: block;
  }
  
  ul#menu_id li:hover ul.sub-menu {
      display: block;
      z-index: 9999;
      position: absolute;
      background: #fff;
  }
  
  ul#menu_id {
      position: relative;
  }
  .paginate-link {
      position: relative;
      display: flex;
  }
  
  .paginate-link a {
      padding: 10px;
  }
  
  span.page-numbers.current {
    font-size: 18px;
    background: #ee1c24;
    border-radius: 50%;
    padding: 6px 12px;
    color: #fff;
    display: inline-block;
    width: 35px;
    height: 35px;
    text-align: center;
  }
  a.page-numbers {
    font-size: 21px;
    font-weight: 700;
    padding: 0 8px;
    display: inline-block;
}
  
  .paginate-link {
      margin-top: 20px;
      margin-bottom: 20px;
  }
  .menu-item-has-children>a::before {
      position: absolute;
      content: "\f107";
      right: 0px;
      font-family: 'Line Awesome Free';
      font-weight: 900;
      top: 12px;
      font-size: 16px;
  }
  ul#menu_id li {
      position: relative;
  }
  .menu-item-has-children>a {
      position: relative;
      padding-right: 30px!important;
  }
  /* Contact Page End */
  .single-main .meta {
      display: flex;
      justify-content: left;
  }
  
  .single-desc .share-sticky .meta{
    justify-content: space-evenly!important;
    display: flex;
  }

  .single-desc .review{
    border: 1px solid rgba(0,0,0,.09) ;
    border-radius: 3px;
    padding: 50px;
    margin-bottom: 1rem;
  }

  .single-desc .review .review-flex{
    justify-content: space-evenly;
    padding: 20px;
    padding-bottom: 0px;
    display: flex;
    align-items: center;
    text-align: center;
  }

  .single-desc .review .review-flex .fa-thumbs-up,
  .single-desc .review .review-flex .fa-thumbs-down,
  .single-desc .review .review-flex .fa-face-angry{
    font-size: 28px;
  }

  .single-desc .review .review-flex .fa-thumbs-up{
    color: #4CAF50;
  }
  .single-desc .review .review-flex .fa-thumbs-down{
    color: #2873a3;
  }
  .single-desc .review .review-flex .fa-face-angry{
    color: #2873a3;
  }

  .single-desc .review .review-flex .review-content{
    transition: .5s ease-in-out;
  }

  .single-desc .review .review-flex .review-content:hover{
    transform: translateY(-5px);
  }

  .single-desc .review h1{
    font-size: 25px;
    font-weight: 600;
    color: #2873a3;
    text-align: center;
  }
  .single-desc .review .review-flex p{
    font-size: 16px;
    font-weight: 700;
    color: rgba(0,0,0,.7215686275);
  }

  .single-desc img {
      height: auto;
  }
  .social-media-footer ul {
    display: flex;
    margin-left: 20px;
    margin-top: 8px;
}
  
  .social-media-footer ul li a .la-facebook {
      background: #1354e7;
      padding: 4px;
      color: #fff;
      border-radius: 50%;
      font-size: 12px;
  }
  
  .social-media-footer ul li a .la-twitter {
      background: #15d4e7;
      padding: 4px;
      color: #fff;
      border-radius: 50%;
      font-size: 12px;
  }
  
  .social-media-footer ul li {
      margin-right: 5px;
  }
  
  .social-media-footer ul li a .la-instagram {
      background: #c74a35;
      padding: 4px;
      color: #fff;
      border-radius: 50%;
      font-size: 12px;
  }
  
  .social-media-footer ul li a .la-youtube {
      background: #c00;
      padding: 4px;
      color: #fff;
      border-radius: 50%;
      font-size: 12px;
  }
  ul.footer-text-btn {
      width: 100%;
      display: inline-block;
  }ul.footer-text-btn li a {color: #ffffff;}
  
  .fb-content {
      width: 100%;
  }
  
  ul.footer-text-btn li:last-child {
      float: right !important;
      text-align: right;
      color: #231f20;
  }
  
  ul.footer-text-btn li:first-child {
      float: left;
      color: #231f20;
      padding-left: 0;
      margin-left: 0;
  }
  .breaking-img iframe {
      width: 100%;
  }
  .ml-2 {
    margin-left: 20px;
}
.top-nav {
    background-color: #f8f9fa !important;
    border-bottom: 1px solid #dee2e6 !important;
    padding: 0rem !important;
}
.top-nav-sec-title {
    display: grid;
}
.flex {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

a.uk-link.uk-link-reset.uk-margin-small-right {
    margin-right: 20px;
}

span.uk-margin-xsmall-left {
    color: #000;
    font-family: mukta,sans-serif;
}

a.uk-link.uk-link-reset i {
    color: #000;
}
.search-menu .uk-search-input {
    background: #fff !important;
    height: 30px !important;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-left: 18px;
    border: 1px solid #e5e5e5;
    width: 100%;
    border-radius: 50px;
}
.uk-search .uk-search-icon:not(a):not(button):not(input) {
    pointer-events: none;
}
.uk-search .uk-search-icon {
    color: #116fef;
}
.uk-search-default .uk-search-icon {
    width: 40px;
}
.uk-search .uk-search-icon-flip {
    right: 0;
    left: auto;
}
.uk-search .uk-search-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #999;
}
.search-item.uk-margin-small-right.uk-visible\@s {
    position: relative;
}
.date-time-today {
    margin-top: 8px;
    font-family: mukta,sans-serif;
    width: max-content;
    padding-left: 25px;
    color: #444;
}
.overlay-box img {
    border-radius: 50%;
    height: 150px;
    width: 150px;
}
.video-image h3 a {
    color: #000;
    line-height: 32px;
}

.video-image h3 a:hover {
    color: #017ec4;
}
.la-ellipsis-v:before {
    margin-left: -3px;
}

/* changes ****************************** */
.bichar-content .share_title {
    color: #242424;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: bold;
}
.in_footer_social_share {
    margin-top: 25px;
}
.social-media-footer ul li a i {
    font-size: 18px !important;
}



/* Dark mode styles */
.dark-mode {
    background-color: #202124;
    color: #fff;
}

.dark-mode body {
    background-color: #222;
    color: #fff;
}

.dark-mode label {
    color: #fff;
}

.dark-mode .h_right {
    border-left-color:red
}

.dark-mode .breaking-list h2 a {
    color: #fff;
}
.dark-mode #header, .dark-mode .header-top, .dark-mode .has-news {
    border-bottom: 1px solid #858585;
}
.dark-mode .breaking-list +.breaking-list {
    border-top: 1px solid #858585;
}
.dark-mode .bichar {
    border: 1px solid #858585;
}
.dark-mode .header-top, .dark-mode #header, .dark-mode .has-news {
    background-color: #202124;
}
.dark-mode .date-time-today, .dark-mode .header-right, .dark-mode .search-box i, .dark-mode .meta ul li a, .dark-mode .meta ul li +li, .dark-mode .has-news ul li a, .dark-mode .category-news-content h3 a, .dark-mode .thumb-content h3 a, .dark-mode h1, .dark-mode h2, .dark-mode h3, .dark-mode h4, .dark-mode h5, .dark-mode h6, .dark-mode .video-thumbnails h3 a , .dark-mode .video-image h3 a, .dark-mode #menu1 li a {
    color: #fff;
}
.dark-mode .navbar-light .navbar-nav .nav-link, .dark-mode .main-title h3, .dark-mode #mySidenav, .dark-mode .mobile-logo {
    background-color: #202124;
    color: #fff;
}
.dark-mode .toggle-btn span {
    background-color: #fff;;
}
.dark-mode .has-news ul li:hover a {
    color: #000;
}
.dark-mode .has-news ul li {
    border: 1px solid #fff;;
}
.dark-mode .switch label {
    background-color: #000;
    border: none;
}
.dark-mode .h-logo-wrap .logo a img, .dark-mode .footer-content .left a img, .dark-mode .mobile-logo img {
    filter: invert(1);
}

.dark-mode .footer-content .left p, .dark-mode .footer-content .right .inner-footer-content .quicklinks a, .dark-mode .footer-content .right .inner-footer-content .our-team .flexbox div .post {
    color: #fff;
}
.dark-mode .footer-content .left hr {
    background-color: #858585;
}

#dark-mode-toggle {
    border-radius: 100%;
    /* box-shadow: 0 0 10px 0 rgba(0, 0, 0, .4); */
    border-color: honeydew;
    font-size: 22px;
    padding: 10px;
    cursor: pointer;
    background-color: #fff;;
}

.dark-mode .navbar-light .navbar-nav .nav-link:hover {
    color: #ffffff;
    background: #4caf50;
}
.dark-mode #menu1 li a:hover {
    color: #d25d62 !important;
}

.dark-mode .has-news ul li a, .dark-mode #dark-mode-toggle, .dark-mode .fullscreen-mode #fullscreen-icon {
    color: #000;
}
.dark-mode #dark-mode-toggle, .dark-mode .fullscreen-mode #fullscreen-icon, .dark-mode .latest_update-icon.tranding-open-icon svg, .dark-mode .search-box i:before {
    box-shadow: 0 0 10px 0 rgba(255, 255, 255, .4);
}
.dark-mode .single-desc .review .review-flex p {
    color: #fff;
}
.dark-mode .single-desc .review {
    border: 1px solid #eee;
}
.dark-mode .single-desc p, .dark-mode .news-items a, .dark-mode ._items a {
    color: #fff;
} 

.dark-mode .tranding-news, .dark-mode .latest_update-news {
    background-color: #000;
}
.dark-mode .switch-container a {
    color: #fff;
}
.fullscreen-mode #fullscreen-icon {
    border-radius: 100%;
    border-radius: 100%;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .4);
    border-color: honeydew;
    font-size: 18px;
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
}

.tranding-news,
.latest_update-news {
    background-color: #ffff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1111;
    background-color: #ffff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .3);
    padding: 2rem;
}

.latest_img {
    height: 80px;
}

.latest_img img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    border-radius: 8px;
}

.latest_update-icon i {
    border: 1px solid;
    padding: 8px;
    border-radius: 100%;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .4);
    border-color: honeydew;
    font-size: 18px;
    cursor: pointer;
}

.latest_update-icon i:hover, .latest_update-icon.tranding-open-icon svg:hover, .search-box i:hover:before, #dark-mode-toggle:hover, .fullscreen-mode #fullscreen-icon:hover {
    color: #ffffff;
    box-shadow: initial;
}
.latest_update-icon.tranding-open-icon {
    margin-bottom: -3px;
}
.latest_update-icon.tranding-open-icon svg  {
    height: 16px;
    width: 16px;
    border-radius: 100%;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .4);
    border-color: honeydew;
    font-size: 18px;
    padding: 10px;
    cursor: pointer;
}
.latest_update-icon.close-icon, .latest_update-icon.tranding-close-icon {
    position: absolute;
    right: 100px;
    top: 66px;
}
.latest_title {
    border-bottom: 1px solid #eee;
    margin: 2rem 0;
}
.latest_title h1 {
    position: relative;
    display: inline;
}
.latest_title h1::after {
    content: '';
    position: absolute;
    bottom: 8px;
    left: 0;
    width: 20%;
    height: 3px;
    background-color: #d25d62;
}

.news-items {
    padding: 0 20px;
    position: relative;
}
.news-items::after {
    content: '';
    position: absolute;
    top: 0px;
    right: -10px;
    width: 1px;
    height: 100%;
    background-color: #ddd;
}
.news-items a, ._items a {
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

/* cube box  */
.scene {
    width: 200px;
    height: 200px;
    perspective: 600px;
}

.cube {
    width: 100%;
    height: 100%;
    position: relative;
    transform-style: preserve-3d;
    /* transform: rotateX(-30deg) rotateY(-45deg); */
    animation: rotateCube 20s infinite linear;
}

.cube__face {
    position: absolute;
    width: 200px;
    height: 200px;
    background-size: cover;
    background-position: center;
}

.cube__face img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
    .cube__face--front  { transform: rotateY(  0deg) translateZ(100px); }
    .cube__face--back   { transform: rotateY(180deg) translateZ(100px); }
    .cube__face--right  { transform: rotateY( 90deg) translateZ(100px); }
    .cube__face--left   { transform: rotateY(-90deg) translateZ(100px); }
.cube__face--top    { transform: rotateX( 90deg) translateZ(100px); }
.cube__face--bottom { transform: rotateX(-90deg) translateZ(100px); }

@keyframes rotateCube {
    100% { transform: rotateY(360deg); }
}

.cube-position {
    position: fixed;
    top: 60%;
    right: 5%;
    z-index: 1111;
}
.close-times i {
    border-radius: 100%;
    padding: 6px;
    border: 1px solid #2873a3;
    color: #2873a3;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2392156863);
    position: absolute;
    right: 0;
    top: -70px;
    cursor: pointer;
}

.category-sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 10%;
    z-index: 1000;
}
.cat-archive-name h4 {
    font-size: 50px;
    margin-bottom: 2rem;
}

.home-menu .nav-link {
    margin-left: 10px;
}
.pradesh-navbar .nav-items {
    /* border: 1px solid #000; */
    margin-right: 10px;;
}
.pradesh-navbar .nav-items .nav-link {
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 0 14px;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    font-weight: 600;
    font-size: 16px;
    color: rgba(0, 0, 0, .7098039216);
    background: #fff;
    outline: 0;
    white-space: nowrap;
}
.pradesh-navbar .nav-items .nav-link:hover {
    border: 1px solid rgba(27, 27, 27, .1215686275);
    color: #2873a3;
    box-shadow: 0 4px 10px rgba(37, 47, 63, .17);
}
.more_news a {
    font-weight: 600;
    font-size: 16px;
    color: rgba(0, 0, 0, .7098039216);
}
.more_news a i {
    transform: rotate(45deg);
    transition: all ease-in-out .3s;
}
.more_news a:hover {
    color: #2873a3;
}

.columnnews .newsthumb-img img {
    height: 170px;
    object-fit: cover;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 3px;
}
.columnnews h3, .rownews a h3, .col2news li a  {
    font-weight: 500;
    color: rgba(35, 37, 45, .9490196078);
    line-height: 1.45;
    font-size: 21px;
}


.thumbnail-news img {
    max-width: 115px;
    min-width: 115px;
    height: 90px;
    margin-right: 25px;
    object-fit: cover;
    border-radius: 3px;
}
.col2news li {
    list-style: disc;
}
.columnnews h3:hover, .rownews a:hover h3, .col2news li a:hover {
    color: #2873a3;
}


/* .cat-bg-color {
    background-image: linear-gradient(to bottom right, #2d2d2d, #191323, #393151, #323c67);
} */

.manoranjan-bg {
    /* background-color: rgb(38 68 49 / 80%); */
    padding: 1.5rem 0;
}
/* .video-bg {
    background-color: #5f654e;
} */

/* .arthatantra-bg {
    background-color: rgba(0, 0, 0, .8);
} */
.corporate-bazar-bg {
    /* background-color: #161a25; */
    padding: 1.5rem 0;
}

/* .cat-bg-color .main-title h3, .manoranjan-bg .main-title h3 , .video-bg .main-title h3, .arthatantra-bg .main-title h3, .corporate-bazar-bg .main-title h3{
    color: #ffffff;
    border-radius: 0px;
    background-color: transparent;
} */
/* .cat-bg-color .thumb-content h3 a,  .video-bg .video-thumbnails h3 a, .video-bg .video-image h3 a, .arthatantra-bg .category-news-content h3 a, .arthatantra-bg .bichar-content, .corporate-bazar-bg  .thumb-content h3 a {
    color: #ffffff;
} */