@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: 40px;
  }
  
  .mb {
      margin-bottom: 40px;
  }
  
  .pt {
      padding-top: 40px;
  }
  
  .pb {
      padding-bottom: 30px;
  }
  
  .form-control:focus {
      outline: none;
      box-shadow: none;
      border: 1px solid #f94944;
  }
  
  .container {
      max-width: 1200px;
  }
  
   
  
  /* Header Top */
  .ht-wrap {
      display: flex;
      justify-content: space-between;
      align-items: center;
  }
  
  .h-logo-wrap {
      flex: 2;
      margin-right: 100px;
  }
  
  .header-ads {
      flex: 5;
  }
  
  .header-top {
      padding: 10px 0;
      background: #fff;
      border-bottom: solid 1px rgba(34,96,191,.14);
  }
  .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: #ffffff;
    border-bottom: solid 1px rgba(34,96,191,.14);
    position: sticky;
    top: 0;
    z-index: 980;
  }
  #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: #ffffff;
  }
  #header.active .header-col{
      border-radius: 0;
  }
  #header.active .search{
      border-radius: 0;
  }
  .navbar{
      padding: 0;
  }
  .navbar-light .navbar-nav .nav-link {
    background: #ffffff;
    color: #231f20;
    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: #c51b1d;
  }
  .navbar-light .navbar-nav .nav-link:hover {
      color: #ffffff;
      background: #c51b1d;
  }
  .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: translateX(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: 40px;
      right: 40px;
      width: 50px;
      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: 50%;
      top: 50%;
      transform: translateY(-50%) translateX(-50%);
      z-index: 2;
      max-width: 500px;
      width: 500px;
  }
  .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: 5px;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      border: none;
      font-size: 24px;
      line-height: 50px;
      background: #2260bf;
      color: #fff;
  }
  .search-overlay .search-overlay-form form button i:before{
      font-size: 24px;
  }
  .search-box i {
      color: #231f20;
      cursor: pointer;
  }
  .h-wrap {
      display: flex;
      justify-content: space-between;
      align-items: center;
  }
  
  .search-box i:before {
      font-size: 24px;
      font-weight: 600;
  }
  .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;
  }
  .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: #2260bf;
      color: #fff;
      height: 30px;
      width: 30px;
      text-align: center;
      line-height: 30px;
      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: #231f20;
    margin-bottom: 6px;
    margin-top: 6px;
    width: 22px;
  }
  .toggle-btn {
      cursor: pointer;
      margin-left: 20px;
  }
  /* Mobile Menu End */
  
  
  
  
  
  
  /* Has News */
  .has-news ul {
      display: flex;
  }
  
  .has-news ul li+li {
      margin-left: 20px;
  }
  
  .has-news ul li a {
      color: #7a7a7a;
      font-size: 15px;
      position: relative;
      padding-left: 12px;
  }
  .has-news ul li a:hover{
      color: #2260bf;
  }
  .has-news ul li a::before {
      position: absolute;
      content: '#';
      left: 0;
  }
  .has-news {
      border-bottom: solid 1px rgba(34,96,191,.14);
  }
  .has-news-wrap {
      display: flex;
      align-items: center;
      justify-content: center;
  }
  .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 */
  
  
  
  
  
  
  
  /* Breaking News */
  .breaking-list {
      text-align: center;
  }
  .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;
  }
  
  .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-top: 15px;
  }
  .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: 25px;
      vertical-align: middle;
      margin-right: 3px;
  }
  .section-top-ads .ads-col {
      margin-bottom: 40px;
  }
  .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: khand,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 #c5161d;
    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 #e11b22; */
      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: #c51b1d;
  }
  .large-block h3 {
      font-size: 30px;
      line-height: 1.3;
  }
  .category-news ul li {
      display: flex;
  }
  
  .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;
      font-size: 20px;
    line-height: 30px;
  }
  .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;
  }
  /* 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;
  }
  .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: 20px;
      line-height: 30px;
  }
  
  .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: #c51b1d;
  }
  
  .list-news-col {
      background: #fff;
  }
  
  .list-news-wrap {
      box-shadow: 0px 2px 20px rgb(0 0 0 / 20%);
  }
  
  .list-news-col li {
      padding: 15px 15px;
  }
  
  .list-news-col li +li {
      border-top: solid 1px rgba(34,96,191,.14);
  }
  .list-news-col li a {
      font-size: 19px;
      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;
  }
  .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;
  }
  
  .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: 25px;
  }
  .category-four-col +.category-four-col {
      margin-top: 30px;
  }
  /* 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;
  }
  
  .category-five .category-news ul li {
      margin-top: 30px !important;
  }
  .photo-feature .mid-block h3 {
      font-size: 20px;
  }
  /* Multimedia Section End */
  
  
  
  
  
  
  /* Footer */
  .footer {
      background: rgba(34,96,191,.04);
      padding: 40px 0;
      border-top: #ccc solid 1px;
  }
  
  .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 */
  
  
  
  
  
  /* Footer Bottom */
  .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;
  }
  
  .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: #e11b22;
  }
  .fb-content ul li b {
      display: block;
      line-height: normal;
  }
  .footer-bottom {
      background: #c51b1d;
  }
  .header-top-mobile-only-ads{
      display: none;
  }
  /* 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: #e11b22;
      color: #fff;
      border-radius: 100%;
      font-size: 16px;
      position: relative;
      z-index: 0;
  }
  .pulse:after {
      animation: ripple-white3 .8s linear infinite;
      background: rgb(217 93 93 / 30%);
      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 h1 {
    font-size: 45px;
    line-height: 1.4;
    margin-bottom: 0;
    font-weight: 600;
    font-family: Karma,serif;
    color: #222;
    text-align: left;
  }
  
  .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 #e11b22;
  }
  .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: #0f0e0ee3;
      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 21px;
      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: 130px;
      height: 130px;
      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:before {
      display: block;
      content: "";
      width: 80%;
      height: 2px;
      background: #c51b1d;
      position: absolute;
      top: 50%;
      right: 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%);
  }
  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 img {
      height: auto;
  }
  .social-media-footer ul {display: flex;}
  
  .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; */
      display: flex;
      justify-content: space-between;
  }
  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: #ffffff;
  }
  
  ul.footer-text-btn li:first-child {
      float: left;
      color: #ffffff;
      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;
}
.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;
}
