.h1,
h1 {
  font-size: 20px;
}
.blog-search-section,
.metaKeyMain {
  position: relative;
}
.metaKey {
  opacity: 0;
  position: absolute;
  bottom: 15px;
}
.news-events-section .blog_content p,
.news-events-section .border-bottom {
  text-align: left;
}
.no_data_found {
  margin: 5% auto;
}
.desc,
.desc2 {
  font-weight: 400 !important;
  font-size: 12px !important;
  margin-top: 10px;
  text-align: justify;
  color: #677294;
}
.desc {
  height: 60px;
  min-height: 60px;
  line-height: 20px;
  display: -webkit-box;
  max-height: 3.2rem;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 2;
  padding-left:0px;
  p{
    color:var(--light);
  }
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.desc h1,
.desc p,
.desc2 h1,
.desc2 p {
  display: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button#blogTable_ellipsis,
.dataTables_wrapper
  .dataTables_paginate
  .paginate_button#blogTable_ellipsis:active,
.dataTables_wrapper
  .dataTables_paginate
  .paginate_button#blogTable_ellipsis:hover,
.desc p:first-child,
.desc2 p:first-child {
  display: block;
}
.desc2,
.news-events-section .blog_content h5 {
  height: auto;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
.desc2 {
  min-height: 65px;
  line-height: 17px;
  max-height: 100px;
  -webkit-line-clamp: 3;
}
.blog_img_section {
  height: 100%;
}
.blog_img_section img {
    border: 1px solid rgb(255 255 255 / 42%);
  padding: 1px;
}
.blog_img_section img:hover {
  box-shadow: 0 0 15px 0 #c1c1c1;
}
.news-events-section .blog_list_item {
  border: 1px solid #eaeaea;
  height: 310px;
  overflow: hidden;
  margin-bottom: 10px;
  border-radius: 10px;
}
.blog_content {
  background-color:transparent;
  -webkit-box-shadow: 0 2px 4px 0 rgba(12, 0, 46, 0.06);
  box-shadow: none !important;
  padding: 30px 47px 42px 50px;
  position: relative;

}
.read_more_content{
    a{
        span{
            color:var(--primary-8);
            text-decoration:underline;
            font-size:16px;
            font-family: "Geist-Bold", sans-serif !important;
        }

      }
}
.img-container img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
}
.news-events-section .blog_content {
  padding: 10px 20px 15px;
}
.blog-search {
  margin-bottom: 15px;
  padding-right: 30px;
  font-size: 12px;
}
.mt-20 {
  margin-top: 20px;
}
.blog-search-section .fa {
  position: absolute;
  right: 11px;
  top: 6px;
  color: #495057;
}
.categories-nav {
  width: 100%;
}
.categories-nav-inner {
  padding-left: 20px;
}
.categories-nav li {
  list-style-type: none;
  margin: 3px 0;
  display: block;
  width: 100%;
}
.categories-nav li a {
  color: #677294;
  font-size: 12px;
}
.categories-nav li a:hover {
  color: #077dd8;
}
.search-result {
  background: #f7f8fa;
  padding: 15px;
  margin-bottom: 20px;
  color: #007bff;
  border: 1px solid #f3f3f3;
}
.search-result h4 {
  font-size: 20px;
  margin-bottom: 0;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  font-family: Poppins, sans-serif;
}
.pagination a,
.pagination span {
  border: none !important;
  color: #545454;
  font-size: 14px;
  border-radius: 50%;
  margin-left: 10px;
  padding: 0 8px;
  cursor: pointer;
  line-height: 32px;
  height: 32px;
  width: 32px;
  text-align: center;
}
.paginate_button.next a,
.paginate_button.previous a {
  color: #007bff !important;
  border-radius: 0 !important;
  width: auto !important;
  background: 0 0 !important;
}
.paginate_button.next a:hover,
.paginate_button.previous a:hover {
  background: #fff;
  color: #007bff;
  border: none !important;
}
.page-link:focus {
  box-shadow: none !important;
}
.pagination li.active a {
  background: #1ba1e6;
  color: #fff;
  border: none !important;
}
.page-link:hover {
  background: #007bff !important;
  color: #fff !important;
  border: none !important;
}
.page-item.disabled .page-link {
  border-color: #ccc;
}
.pagination li.disabled a {
  cursor: no-drop;
}
.pagination li:last-child a {
  border-right: 1px solid #ccc;
}
.paginator-container {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}
.blog-table td {
  padding: 0;
  border-top: 0;
}
.blog-table th {
  padding: 0 !important;
  border: none !important;
  font-size: 0 !important;
}
div.dataTables_wrapper div.dataTables_info {
  padding-left: 15px;
  font-size: 14px !important;
  color:var(--light);
}
div.dataTables_wrapper div.dataTables_length label {
    color:var(--light);
     font-size: 14px;
}
div.dataTables_wrapper div.dataTables_length select {
  height: 31px !important;
  border-radius: 0 !important;
  width:75px;
  background:transparent;
  color:#fff;
  margin: 0px 5px;
  & option{
    background:#000;
  }
}
div.dataTables_wrapper div.dataTables_paginate {
  padding-right: 25px;
}
.letters-loading,
.txt-loading span {
  color: red;
}
.news-events-section {
  margin-bottom: 50px;
}
.blog_date {
    width: 100%;
    padding-left: 0 !important;
    margin: 7px 0 0 !important;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 10px !important;
    h6{
        color:var(--light) !important;
    }
}
.news_block {
  display: inline-flex;
  height: 235px;
}
.news-events-section .blog_content h5 {
  font-weight: 500;
  color:var(--light) !important;
  font-size: 18px;
  line-height: 20px;
  max-height: 40px;
  -webkit-line-clamp: 2;
  margin-top: 10px;
  font-family: "Geist-Bold", sans-serif !important;
}
.news-events-section .blog_content p {
  font-weight: 400 !important;
  font-size: 14px !important;
}
div.dataTables_wrapper div.dataTables_filter label {
  font-weight: 400;
  white-space: nowrap;
  text-align: left;
  color: #fff;
  font-size: 14px;
}
.news-events-section .marquee-main {
  height: 800px;
  border: 1px solid #e2e3eb;
  margin-bottom: 55px;
}
div.dataTables_wrapper div.dataTables_filter input {
  border-radius: 0 !important;
  background: transparent;
    color: var(--light);
}
table.dataTable td, table.dataTable th {
    padding: 25px 0px;
    background: transparent;
    border-bottom: 1px solid rgb(255 255 255 / 28%);
}
table.dataTable td.dataTables_empty, table.dataTable th.dataTables_empty {
    text-align: center;
    padding: 15px;
    background: rgb(255 255 255 / 12%);
    border: 1px solid rgb(255 255 255 / 30%);
    color: #fff;
    border-radius: 10px;
}
.news-events-section .marquee-main marquee {
  height: 790px;
  padding: 0;
}
.news-events-section .twitter-main {
    border: 1px solid #e2e3eb;
    height: 945px;
    margin-top: 45px;
    padding: 15px;
}
.news-events-section .marquee-content {
  padding: 8px;
}
.media {
  display: block !important;
}
.desc3 p {
  word-break: break-all;
}
#load {
    width: 100% !important;
    height: 100% !important;
    position: fixed !important;
    z-index: 9999 !important;
    background: #000 !important;
    text-align: center !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    opacity: .8 !important;
}
.pg-loader {
    height: 70px !important;
    margin: 20% auto;
}
.news-wrapper{
    background-image: url(../../images/blog/blog_bg.svg);
    background-repeat: no-repeat;
}
.news_main_head{
    text-align: center;
    font-size: 64px;
    font-family: "CalSans-SemiBold";
    color: #fff !important;
    padding: 7rem 0rem;
}
.pagination a, .pagination span{
    margin: 0px 10px;
}
.featuredbtn {
    transition: .3s;
    border: transparent;
    border-radius:20px;
    -webkit-box-shadow: 11px 10px 9px -3px rgba(0, 11, 40, .1);
    box-shadow: 11px 10px 9px -3px rgba(0, 11, 40, .1);
    padding: 0 14px;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition: .3s;
    -o-transition: .3s;
    font-size: 13px !important;
    font-family:"Geist-Medium";
    padding: 5px 15px;
    position:relative;

}
.eventtbn {
    background: linear-gradient(to right, #4C15A4, #8336FF) rgba(0, 0, 0, 0) !important;
}
.newsbtn {
    background: linear-gradient(to right, #8A0202, #F35C1B) rgba(0, 0, 0, 0) !important;
}
.achievementsbtn {
    background: linear-gradient(to right, #024B1D, #289B53) rgba(0, 0, 0, 0) !important;
}
.eventsdiv{
    padding:15px 0px;
    h5{
        font-size:15px;
        margin:10px 0px;
    }
}
.top_news_details{
h1{
     margin: 15px 0px 5px;
    font-family: "Geist-Bold", sans-serif !important;
}
.desc3{
    padding: 15px 0px;
   p{
    word-break: keep-all;
 }
}
}
@media (max-width: 990px) {
  .marquee-main {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .news_title3 {
    margin: 6px 0;
  }
  .news-events-section {
    margin-bottom: 0;
  }
  .dataTables_filter,
  .dataTables_length {
    text-align: left !important;
    padding-left: 0 !important;
    margin-bottom:15px;
  }
  .news_main_head {
    font-size: 28px;
    padding: 3rem 0rem;
}
.top_news_details
{
  .featuredbtn{
    margin-top:15px;
    display:inline-block;
  }
}
div.dataTables_wrapper div.dataTables_info {
    padding-left: 0;
    margin-bottom: 10px;
}
}
@media (min-device-width: 320px) and (max-device-width: 480px) {
  .pagination a,
  .pagination span {
    width: 25px;
    height: 25px;
    font-size: 12px;
    line-height: 25px;
  }
      .pagination a, .pagination span {
        width: 18px;
        height: 18px;
        font-size: 11px;
        line-height: 18px;
        margin-left: 5px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}
@media (min-device-width: 320px) and (max-device-width: 640px) {
  .news_block {
    height: auto;
    display: block;
  }
  .col-sm-5.blog_img_section,
  .col-sm-7.blog_content {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .read-more-new {
    right: 15px !important;
  }
}

