@font-face {
  font-family: "Helvetica-Medium";
  src: url("../fonts/HelveticaNeueMedium.otf");
  font-weight: normal;
}
html {
  scroll-behavior: smooth;
}

body {
  max-width: 1920px ;
  margin: 0 auto !important;
  font-family: "Helvetica-Medium";
}

.container-r {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 16px;
}

.scrollbar-hide::-webkit-scrollbar {
  display: none;
}

.scrollbar-hide {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

h1,
h2,
h3,
h4,
h6 {
  color: #252525;
}

p {
  color: #c3c3c3;
}

/* nav li a:hover {
  text-decoration: underline;
} */

/* div#content {
  margin-top: 70px;
} */

#site-footer h4 {
  color: #e6e6e6
}

.btn-white {
  background: #fff;
  color: #000;
  font-size: 13px;
  padding: 12px 50px;
  font-weight: 600;
  margin-left: 5px;
  display: inline-block;
  border: 1px solid #000000;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}

.btn-white:hover {
  background-color: #000;
  border: 1px solid #fff;
  color: #fff
}
.btn-black {
  background: #000;
  color: #fff;
  font-size: 13px;
  padding: 12px 50px;
  font-weight: 600;
  margin-left: 5px;
  display: inline-block;
  border: 1px solid #000000;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}

.btn-black:hover {
  background-color: #fff;
  border: 1px solid #000;
  color: #000
}

.btn-red {
  color: #ffffff;
  font-size: 13px;
  padding: 12px 50px;
  font-weight: 600;
  /* margin-left: 5px; */
  display: inline-block;
  background: #d60e21;
  border: 1px solid #d60e21;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}

.btn-red:hover {
  background-color: #ffffff;
  border: 1px solid #d60e21;
  color: #d60e21
}

/* footer */
.wp-block-column {
  display: flex;
  gap: 8px;
  align-items: center;
}

.wp-block-columns {
  margin: 0;
}

.footer-social p {
  color: #9b9b9b;
}

.footer-social .wp-block-column {
  justify-content: center;
}

.footer-social {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}

ul#menu-footer-links {
  display: flex;
  color: #fff;
  column-gap: 16px;
  flex-wrap: wrap;
  row-gap: 8px;
}

footer input {
  color: #252525;
}

.footer li a {
  font-size: 14px;
  color: #cccc;
}

.blog-list-footer {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: flex-start;
}

p.text-newsletter label {
  color: #fff;
  font-size: 20px;
  width: 100%;
  display: block;
}


.sign-form input[type="email"] ,
.sign-form .tnp-field.tnp-field-email input.tnp-email {
  background: #FFF;
  padding: 15px 10px;
  font-size: 13px;
  display: block;
  min-height: 3.5em;
  width: 100%;
  margin: 10px 0px;
}

.blog-list-footer span {
  color: #f12639;
  font-size: 13px;
  display: block;
}

.footer-app .wp-block-column {
  flex-direction: column;
}

.footer-top h4 {
  margin-bottom: 16px;
}

.footer_pub figure.wp-block-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.footer_pub figure.wp-block-gallery figure.wp-block-image {
  width: 100% !important;
}
.sign-form p input {
    width: 100%;
}

.sign-form  span.wpcf7-form-control-wrap:after ,
.sign-form .tnp-field.tnp-field-email:after {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'><path d='M2 12C2 8.22876 2 6.34315 3.17157 5.17157C4.34315 4 6.22876 4 10 4H14C17.7712 4 19.6569 4 20.8284 5.17157C22 6.34315 22 8.22876 22 12C22 15.7712 22 17.6569 20.8284 18.8284C19.6569 20 17.7712 20 14 20H10C6.22876 20 4.34315 20 3.17157 18.8284C2 17.6569 2 15.7712 2 12Z' stroke='%23333333' stroke-width='1.5'/><path d='M6 8L8.1589 9.79908C9.99553 11.3296 10.9139 12.0949 12 12.0949C13.0861 12.0949 14.0045 11.3296 15.8411 9.79908L18 8' stroke='%23333333' stroke-width='1.5' stroke-linecap='round'/></svg>");
    transform: translate(30%,-50%);
}
.sign-form .tnp-field.tnp-field-email {
    position: relative;
}
.sign-form input.wpcf7-form-control.wpcf7-email ,
.sign-form .tnp-field.tnp-field-email input.tnp-email{
    padding-left: 40px;
}
.sign-form .tnp-field input[type="submit"]{
    width: 100%;
    color: #ffffff;
    font-size: 13px;
    padding: 12px 50px;
    font-weight: 600;
    display: inline-block;
    background: #d60e21;
    border: 1px solid #d60e21;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
}

.sign-form span.wpcf7-form-control-wrap {
    position: relative;
    display: block;
}
.sign-form input.btn-red {
    width: 100%;
}
.footer-app figure.wp-block-image {
    margin: 0;
}
main#post-content .post-thumbnail {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home-left-img img {
    width: 100%;
    max-height: 200px;
    object-fit: cover;
    aspect-ratio: 16 / 9;
}
.listingImg .group.relative.rounded-md {
    width: 100px;
    flex-shrink: 0;
}

 .post-gallery-section p.excerpt{
    font-size: 16px;
    color: #000;
 }
 
 .post-gallery-section p.excerpt:hover{
    text-decoration: none;
 }
 footer .post-cat-list-main a::before{
    background-color: #fff;
 }
 footer#site-footer li a:hover {
    text-decoration: inherit;
}
.footer-tabs h2 ,
.footer-tabs h3 {
    font-size: 18px;
    color: #FFF;
    margin-bottom: 10px;
}

.footer-tabs ul.menu {
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
footer#site-footer .footer-tabs .wp-block-column {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 16px;
    align-items: flex-start;
}
@media screen and (max-width: 1200px) {
   footer#site-footer .footer-tabs .wp-block-column {
    grid-template-columns: repeat(3,1fr);
    gap: 24px;
}
}
/*  
*/
@media screen and (max-width: 1024px) {
  /* div#content {
    margin-top: 40px;
  } */

  .footer-social .wp-block-column {
    justify-content: start;
  }
  .sign-form form.tnp-subscription.tnp-ajax {
    margin-left: 0;
}
}
.listingImg img {
    height: 95px;
    object-fit: cover;
    width: 130px;
}
.cardImage img {
    height: 190px;
    object-fit: cover;
}


/* search */
ul#global-search-results:has(li) {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 20px 0px;
    align-items: flex-start;
    position: absolute;
    background: #fffffffa;
    box-shadow: 1px 1px 13px 1px #dcdcdc;
    width: 100%;
    padding: 22px 10px;
    border-radius: 12px;
}

ul#global-search-results li.ajax-search-result:hover {
    opacity: 1;
}
ul#global-search-results li.ajax-search-result {
    padding: 3px 8px;
    opacity: 0.6;
    transition: all 0.4s ease;
}
li.see-all-results {
    padding: 12px 16px;
    background: #252525;
    color: #fff;
    border-radius: 12px;
    transition: all 0.4s ease;
    border: 1px solid;
    margin: 12px 10px 2px 10px
}

li.see-all-results:hover {
    background: #ffff;
    color: #252525;
}
ul#list-differ-ul {
    display: flex;
    gap: 16px;
}
section.header-serach-listing {
    border-bottom: 1px solid #bebebe;
    padding: 12px 0px 20px;
    margin: 10px 0px;
}

.latest-blog-single {
    display: grid;
    gap: 24px;
    border-bottom: 1px solid #e6e6e6;
    margin: 0 0 24px;
    padding: 0 0 24px;
    grid-template-columns: 0.3fr 1fr;
}

.latest-blog-single-img img {
    max-width: 310px;
    max-height: 290px;
    object-fit: cover;
    /* background: red; */
    width: 100%;
    height: 100%;
}


.latest-blog-single-desc h5 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 300;
    margin-bottom: 10px;
    transition: all 0.4s ease;
}

.latest-blog-single-date-time {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.latest-blog-single-date-time h6 {
    color: #b1b1b1;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    display: block;
}

.latest-blog-single-desc p {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    display: block;
    color: #5A5A5A;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    align-self: stretch;
    overflow: hidden;
}

.latest-blog-single:hover h5 {
    text-decoration: underline;
}

.pagination.ajax-pagination {
    display: flex;
    justify-content: center;
    gap: 12px;
    align-items: center;
}


.pagination.ajax-pagination span.page-numbers.current {
    color: #262626;
    font-weight: 700;
    position: relative;
}

.pagination.ajax-pagination span.page-numbers.current:after {
    content: " ";
    border-bottom: 3px solid #ee373b;
    width: 32px;
    position: absolute;
    bottom: -6px;
    left: 0;
}

.pagination.ajax-pagination .page-numbers {
    padding: 0px 12px;
   display: flex;
    gap: 8px;
    align-items: center;
    font-size: 20px;
}
.pagination.ajax-pagination .page-numbers svg {
    width: 24px;
    height:24px;
}
.pagination.ajax-pagination a.prev.page-numbers svg {
    transform: rotate(180deg);
    fill: #262626;
}
.pagination.ajax-pagination a.next.page-numbers,
.pagination.ajax-pagination a.prev.page-numbers {
    pointer-events: visible;
    color: #262626;
    border: 1px solid #262626;
    height: 40px;
    border-radius: 8px;
    padding: 14px 10px;
    line-height: normal;
}
.pagination.ajax-pagination a.next.page-numbers:hover,
.pagination.ajax-pagination a.prev.page-numbers:hover {
    opacity: 0.8;
}

ul#list-differ-ul li {
    opacity: 0.7;
    cursor: pointer;
    position: relative;
}

ul#list-differ-ul li:hover {
    opacity: 1;
}
ul#list-differ-ul li.active:after {
    content: "";
    width: 100%;
    position: absolute;
    bottom: -5px;
    left: 0;
    border-bottom: 3px solid #ee373b;
    opacity: 1;
}

ul#list-differ-ul li.active {
    opacity: 1;
}
.sorting button.sort-btn{
  transition: all 0.4s ease;
}
.sorting button.sort-btn.active {
    background: #000;
    color: #fff;
}

.sorting button.sort-btn:hover {
    opacity: 0.8;
}

form#searchpage-form {
    border: 1px solid #bebebe;
    border-radius: 6px;
    justify-content: space-between;
    height: 46px;
    display: flex;
}

form#searchpage-form input#globalgov-search-input {
    vertical-align: top;
    border: 0;
    border-radius: 6px;
    outline: 0;
    flex-grow: 1;
    padding: .5rem 1rem;
    font-size: 17px;
    display: inline-block;
}

span#clear-search {
    cursor: pointer;
    color: #737373;
    background: 0 0;
    border: 0;
    flex-shrink: 0;
    margin: 0 10px 0 0;
    padding: 0;
    font-size: 17px;
    line-height: 38px;
    display: flex;
    gap: 3px;
    align-items: center;
}

span#clear-search svg {
    fill: #737373;
    width: 20px;
    display: inline-block;
    transform: rotate(45deg);
}


form#searchpage-form button.search-bar__submit {
    position: initial;
    transform: none;
    background: #cc0000;
    color: #fff;
    align-items: center;
    border-radius: 0;
    border-start-end-radius: 4px;
    border-end-end-radius: 4px;
    width: 44px;
    height: 44px;
    font-size: 28px;
    line-height: 32px;
    transition: opacity .2s;
    display: inline-block;
}

form#searchpage-form button.search-bar__submit svg {
    fill: #fff;
    width: 26px;
    height: 26px;
}
main#post-content h1.entry-title {
    font-size: 56px;
    border-inline-start: 12px solid #dc2626;
    padding-inline: 24px 36px;
    margin: 20px 0px;
    line-height: normal;
}
.post-cat-list-main h3 {
    position: relative;
    display: inline;
    transition: transform .4s cubic-bezier(.215, .61, .355, 1);
    position: relative;
}

/* .post-cat-list-main .swiper-wrapper .swiper-slide:not(:last-child) h3::after { */
.post-cat-list-main .cat-home-single:not(:last-child) h3::after {
    content: "";
    position: absolute;
    background: #b1b1b1;
    width: 1px;
    height: 100%;
    left: auto;
    right: -16px;
    top: 50%;
    transform: translate(-50%,-50%);
}
/* .post-cat-list-main:-webkit-scrollbar {
  display: none;
} */

.post-cat-list-main  a{
    position: relative;
}
.post-cat-list-main  a::before {
    content: "";
    transform-origin: 100%;
    will-change: transform;
    opacity: .9;
    background: #000000;
    width: 100%;
    height: 1px;
    transition: transform .6s cubic-bezier(.215, .61, .355, 1);
    position: absolute;
    bottom: -4px;
    left: 0;
    transform: scaleX(0);
}

.post-cat-list-main  a:hover::before {
    transform-origin: 0;
    transform: scale(1);
}
/* .post-cat-list-main {
    -ms-overflow-style: none;  
    scrollbar-width: none;
} */

.post-cat-list-main h3:hover {
    opacity: .9;
}
.upnext-flex {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 18px;
}

.upnext-posts {
    flex-basis: 60%;
}
.upnextSingle img {
    height: 160px;
}
.most-popular {
    flex: 0 40%;
}
.popular-item:not(:last-child) {
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 16px;
}
/* .post-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 26px;
} */
 .post-grid-img , .post-grid-img img{
    height: 220px;
    object-fit: cover;
 }
 .mapSection iframe {
    width: 100%;
    height: 500px;
}
.main-post-content {
    width: calc(48% - 12px);
}

.post-grid {
    width: calc(52% - 12px);
}
.catData img {
    width: 140px;
    height: 80px;
    flex-shrink: 0;
    object-fit: cover;
}
.post-grid-single h4 {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    align-self: stretch;
    display: -webkit-box;
    overflow: hidden;
}

#adBanner iframe{
    width: 100%;
}
   .pubImgSlider h2:after,
    .pubImgSlider h2:before {
        content: "";
        flex: 1 1;
        height: 1px;
        border-bottom: 1px solid rgba(0, 0, 0, .2);
        min-width: 96px;
    }

    .pubImgSlider h2:before {
        margin-right: 12px
    }

    .pubImgSlider h2:after {
        margin-left: 12px
    }




    /* tnp after registraion */

    body:has(.tnp.tnp-form.tnp-profile) .tnp.tnp-form.tnp-profile {
    margin: 50px auto 20px;
    padding: 0px 20px;
}


body:has(.tnp.tnp-form.tnp-profile) main#main p {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    max-width: 500px;
    text-align: center;
    margin: 10px auto 20px;
    padding: 0px 20px;
}

body:has(.tnp.tnp-form.tnp-profile) .tnp.tnp-form.tnp-profile input, 
body:has(.tnp.tnp-form.tnp-profile) .tnp.tnp-form.tnp-profile select.tnp-gender {
    border: none;
    font-size: 14px;
    padding: 12px 10px;
    background-color: transparent;
    box-shadow: 0px 0px 12px rgb(208 208 208);
    width: 100%;
    border-radius: 6px;
}

body:has(.tnp.tnp-form.tnp-profile) .tnp.tnp-form.tnp-profile input.tnp-submit {
    background: #000000;
    color: #fff;
    border: 1px solid #000;
    transition: all 0.4s ease-in;
    border-radius: 12px;
    padding: 15px 0px;
    margin-bottom: 0;
    margin-top: 12px;
}

body:has(.tnp.tnp-form.tnp-profile) .tnp.tnp-form.tnp-profile input.tnp-submit:hover {
    transform: scale(1.01);
}

/* tnp */
@media screen and (max-width: 1440px) {

.upnext-flex {
    grid-template-columns: repeat(2,1fr);
}
}

@media screen and (max-width: 1024px) {

.latest-blog-single-desc h5 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 2px;
}

.latest-blog-single-desc p {
    font-size: 14px;
    line-height: 18px;
}
.latest-blog-single {
    gap: 16px;
    margin: 0 0 14px;
    padding: 0 0 14px;
}
.latest-blog-single-date-time a {
    font-size: 14px;
}
main#post-content h1.entry-title {
    font-size: 28px;
    padding-inline: 14px 28px;
}
footer#site-footer .footer-app .wp-block-columns .wp-block-column {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.main-post-content ,
.post-grid {
    width: calc(100% - 12px);
}
}
@media screen and (max-width: 991px) {

.pubImgSlider h2:after,
    .pubImgSlider h2:before {
        min-width: auto;

    }
        }
@media screen and (max-width: 767px) {

ul#list-differ-ul {
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 12px;
    row-gap: 8px;
}
section.header-serach-listing {
    padding: 2px 0px 10px;
    margin: 8px 0
}
span#clear-search svg{
  width: 12px;
    top: 8px;
}
.pagination.ajax-pagination {
    gap: 5px;
}

.pagination.ajax-pagination a.page-numbers {
    padding: 0px 6px;
}

.pagination.ajax-pagination span.page-numbers.current:after {
    width: 24px;
    left: 50%;
    transform: translate(-50%,-50%);
}

.pagination.ajax-pagination a.next.page-numbers span, .pagination.ajax-pagination a.prev.page-numbers span {
    display: none;
}
.footer-tabs ul.menu{
    margin-top: 6px;
}
   footer#site-footer .footer-tabs .wp-block-column {
    grid-template-columns: repeat(2,1fr);
}
}
@media screen and (max-width: 650px) {
.latest-blog-single {
    grid-template-columns: 0.6fr 1fr;
    gap: 12px;
}
.latest-blog-single-desc p {
    display: none;
}
.upnext-flex {
    grid-template-columns: repeat(1,1fr);
}
footer#site-footer .footer-app .wp-block-columns .wp-block-column {
    grid-template-columns: 1fr ;
}
}


@media screen and (max-width: 480px) {
   footer#site-footer .footer-tabs .wp-block-column {
    grid-template-columns: repeat(1,1fr);
}
}