h1.entry-title {
  display: none !important;
}
/* desktop header */
.whole-header {
  display: block;
}
/* header section */

/* top-billboard */
.top-billboard-area {
  background-color: #ccdee7;
  padding: 1px 0 0;
  text-align: center;
}

/* .top-billboard-area  img {
  max-width: 970px !important;
  height: 250px !important;
} */
/* top-billboard-ends */

/* header-top */
.header-top-area {
  color: #191818;
  padding: 21px 0;
  border-bottom: 1px solid #dbdbda;
}
/* header-top-left */
.header-top-left {
  display: flex;
  align-items: end;
  padding-right: 0;
}
.header-top-left .date-menu-section .hamburger-menu {
  margin-right: 18px;
}
.header-top-left .date-menu-section .hamburger-menu img {
  width: 26px;
  height: auto;
  cursor: pointer;
}
.header-top-left .current-date {
  margin-bottom: 0;
  font-size: 11px;
  line-height: 14px;
  font-weight: 400;
}
/* header-top-middle */
.header-top-middle {
  display: flex;
  align-items: end;
}
.header-top-middle .trending {
  display: flex;
  align-items: end;
  font-size: 11px;
  line-height: 14px;
  font-weight: 400;
}
.header-top-middle .trending .btn-custom {
  padding: 2px 9px;
  border-radius: 8.88621px;
  margin-right: 15px;
  background-color: #005b89;
}
.header-top-middle .trending marquee {
  min-width: 532px;
  width: 100%;
}
.header-top-middle .trending a {
  position: relative;
  margin-left: 14px;
  margin-bottom: 0;
  color: #181818;
}
.header-top-middle .trending a:after {
  content: '';
  width: 1px;
  height: 100%;
  background-color: #000;
  position: absolute;
  right: -9px;
}
.header-top-middle .trending a:last-child:after {
  position: unset;
}
/* header-top-right */
.header-top-right {
  display: flex;
  align-items: center;
  justify-content: end;
}
.search-box form {
  position: relative;
}
/* .search-box {
  margin-right: 15px;
} */
.logged-in .header-top-right .logout {
  display: none !important;
}
.search-box input {
  background-color: transparent;
  border: none;
  box-shadow: 0px 0px 3.50879px rgb(0 0 0 / 20%);
  border-radius: 10.3933px;
  flex-direction: row-reverse;
  font-size: 11px;
  font-weight: 400;
  line-height: 13px;
  padding: 6px 5px;
  padding-left: 28px;
  width: 295px;
}
.search-box button {
  background: url(../images/search.png) no-repeat center;
  background-size: contain;
  padding: 0 !important;
  border: none;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 8px;
  top: 5px;
}
.search-box input:focus-visible {
  outline: none;
}
.search-box input::placeholder {
  color: #000;
  font-weight: 400;
  font-size: 11px;
  line-height: 13px;
}
.logged-in .header-top-right .login {
  display: none;
}
.header-top-right .login {
  display: block;
}
.logged-in .header-top-right .logout {
  display: block;
}
.header-top-right .logout {
  display: none;
}
.header-top-right .login-logout a {
  color: #000;
  font-weight: 400;
  font-size: 11px;
  line-height: 14px;
  text-decoration: none;
}
.login-logout img {
  width: 10px;
  height: auto;
  margin-right: 4px;
  padding-bottom: 2.5px;
}
/* header-top-ends */

/* header-bottom */
/* header-bottom-left */
/* .header-bottom-area {
  margin: 7px 0 0;
} */
.header-bottom-left img {
  max-width: 212px !important;
  width: 100%;
  height: auto !important;
  margin-top: 7px;
}
.header-bottom-area {
  margin-bottom: 16px;
}
/* header-bottom-middle */

/* header-bottom-right */
.header-bottom-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding-left: 7px;
}
.header-bottom-right:after {
  content: '';
  position: absolute;
  bottom: 6px;
  height: 1px;
  display: block;
  width: 928px;
  background-color: #ccdee7;
}
.header-bottom-right .newsletter a.btn-custom {
  padding: 5px 7px;
  border-radius: 15px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 11px;
  line-height: 13px;
  background-color: #005b89;
}
.header-bottom-right .newsletter a.btn-custom:hover {
  background-color: #0b4e6f;
}
.header-bottom-right .newsletter {
  display: flex;
}
.header-bottom-right .newsletter a.btn-custom:last-child {
  margin-left: 13px;
  padding: 5px 16px;
}
.header-bottom-right .newsletter a.btn-custom img {
  margin-right: 5px;
}
.header-bottom-right ul {
  display: flex;
}
.header-bottom-right ul li a {
  display: inline-block;
  margin: 0px 17px;
  position: relative;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #333333;
}
.header-bottom-right ul li a:hover {
  color: #0b4e6f;
}
.header-bottom-right ul li.current-menu-item a {
  color: #005b89;
}
.header-bottom-right ul li:first-child a {
  margin-left: 0;
}
.header-bottom-right ul li:last-child a {
  margin-right: 0;
}
.header-bottom-right ul li a:after {
  content: '';
  width: 1px;
  height: 11px;
  background-color: #333;
  position: absolute;
  top: 0px;
  right: -17px;
}
.header-bottom-right ul li:last-child a:after {
  content: none;
}
/*  */
.menu-main-navigation-container .menu-item-has-children .sub-menu {
  display: none;
}
.header-bottom-right ul.menu li.menu-item-has-children {
  position: relative;
}
.header-bottom-right ul.menu li.menu-item-has-children:before {
  content: '';
  width: 100px;
  height: 35px;
  position: absolute;
  display: block;
  top: 16px;
  z-index: 9;
}

/* UPdate script Asenetch Pradeep */

/*.header-bottom-right ul.menu li.menu-item-has-children > a::after {
  content: '';
  width: 8px;
  height: 8px;
  border-left: 2px solid #005b89;
  border-bottom: 2px solid #005b89;
  transform: rotate(-45deg);
  position: absolute;
  top: 0px;
  right: -17px;
  background: transparent;
}*/

.header-bottom-right ul.menu li.menu-item-has-children::after {
  content: '';
  width: 6px;
  height: 6px;
  border-left: 2px solid #005b89;
  border-bottom: 2px solid #005b89;
  transform: rotate(-45deg);
  position: absolute;
  top: 5px;
  right: 7px;
  background: transparent;
}

.header-bottom-right
  .menu-main-navigation-container
  .menu-item-has-children
  .sub-menu {
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 99999;
  background: #ffffff;
  border: 1px solid #dbdbda;
  /* border-top: 0; */
  padding: 10px 14px;
  width: 188px;
}
.menu-main-navigation-container
  .menu-item-has-children
  ul.sub-menu
  li.menu-item:last-child {
  border: unset;
}
.menu-main-navigation-container
  .menu-item-has-children
  ul.sub-menu
  li.menu-item
  a {
  margin: 0;
  font-weight: 500;
  font-size: 11px;
  line-height: 13px;
  display: block;
}
.header-bottom-right
  .menu-main-navigation-container
  .menu-item-has-children
  .sub-menu
  li {
  border-bottom: 1px solid #dbdbda;
  padding: 8px 0;
}
.header-bottom-right
  .menu-main-navigation-container
  .menu-item-has-children
  .sub-menu
  li.current-menu-item
  a {
  color: #005b89;
}
.header-bottom-right
  .menu-main-navigation-container
  .menu-item-has-children
  .sub-menu
  li
  a:hover {
  color: #0b4e6f;
}
/* header-bottom-ends */

/* popup-menu */
.date-menu-section .hamburger-menu img.hamburger-close,
.date-menu-section.open-close .hamburger-menu img.hamburger-open {
  display: none;
}
.date-menu-section.open-close .hamburger-menu img.hamburger-close {
  display: block;
}
.date-menu-section.open-close .hamburger-menu img.hamburger-close {
  height: 24px !important;
}
.pop-out-menu {
  width: 320px;
}
.pop-out-menu-area {
  display: none;
  position: fixed;
  top: 0;
  background-color: #fff;
  height: 100vh;
  max-width: 320px;
  width: 100%;
  z-index: 999;
  transition: all 0.5s ease-in-out;
}
.pop-out-menu .product-information {
  max-width: 205px;
  margin: auto;
  background: #005b89;
  color: #fff;
  border-radius: 15px;
  padding: 2px 14px;
  margin-bottom: 12px;
}
.pop-out-menu .product-information a img {
  margin-right: 6px;
}
.pop-out-menu .product-information a.btn-custom {
  background: transparent;
  font-weight: 700;
  font-size: 11px;
  line-height: 13px;
}
.pop-out-menu .widget_nav_menu {
  overflow: hidden;
  padding: 26px 6px;
}
.pop-out-menu-area.pop-out-menu-open {
  display: block;
  position: fixed;
  left: 0;
  z-index: 9999;
}
.pop-out-menu-area .widget_media_image,
.pop-out-menu-area .dfp-ad-widget-class {
  margin-bottom: 50px;
}
.logged-in .pop-out-menu-area {
  top: 32px;
}
.pop-out-menu-area ul#menu-pop-out-menu > li:nth-child(odd) {
  width: 48.5%;
  float: left;
  margin-right: 8px;
  padding: 0;
  margin-bottom: 15px;
}
.pop-out-menu-area ul#menu-pop-out-menu > li:nth-child(even) {
  width: 48.5%;
  float: right;
  padding: 0;
  margin-bottom: 15px;
}
/* .pop-out-menu-area ul#menu-pop-out-menu > li.people {
  margin-right: 0;
  float: right;
  margin-bottom: 25px;
}
.pop-out-menu-area ul#menu-pop-out-menu > li.projects {
  margin-right: 0;
  float: right;
  margin-bottom: 25px;
}
.pop-out-menu-area ul#menu-pop-out-menu > li.other-sections {
  float: right;
  margin-right: 0;
} */
.pop-out-menu-area li.menu-head a {
  font-size: 17px;
  line-height: 20px;
  font-weight: 700;
  color: #fff;
  background-color: #005b89;
  padding: 4px 8px;
  margin-bottom: 0;
  /* overflow: hidden; */
  display: block;
}
.pop-out-menu-area .sub-menu li a {
  font-size: 11px;
  line-height: 13px;
  color: #191818;
  font-weight: 500;
  padding: 4px 8px;
  background-color: unset;
  display: block;
}
.pop-out-menu-area .sub-menu li a:hover {
  color: #0b4e6f;
}
.pop-out-menu-area .news {
  margin-bottom: 25px;
}
.pop-out-menu-area .pop-out-ads img {
  width: 100%;
  height: auto;
}

/* popup-menu-ends */

/* header-bottom-adboard */
.header-bottom-adboard-area {
  padding: 0px 0 22px 0;
  text-align: center;
}
/* .header-bottom-adboard-area .bottom-adboard {
  max-width: 970px;
  margin: auto;
}
.header-bottom-adboard-area .bottom-adboard img {
  width: 100%;
  height: auto;
} */
/* header-bottom-adboard-ends */
/* desktop-header-ends */

/* mobile header */
.mobile-whole-header {
  display: none;
}
.mobile-pop-out-menu {
  position: absolute;
  left: -800px;
  max-width: 767px;
  width: 100%;
  z-index: 9999;
  background-color: #fff;
  transition: all 0s ease-in-out;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* scroll-hide */
  .scroll-hide #primary,
  .scroll-hide .site-footer,
  .scroll-hide .elementor,
  .scroll-hide .categorised-content-listing,
  .scroll-hide .article-detail-page,
  .scroll-hide .search-result-page,
  .scroll-hide .tribe-events-pg-template,
  .scroll-hide .webinars-content-listing,
  .scroll-hide .author-content-listing,
  .scroll-hide .pbm-guide-wrapper,
  .scroll-hide .news-landing-page,
  .scroll-hide .trends-landing-page,
  .scroll-hide .classified-lading-page,
  .scroll-hide .video-gallery-landing-page,
  .scroll-hide .event-lsiting-page,
  .scroll-hide .photo-gallery-landing-page,
  .scroll-hide .video-detail-page,
  .scroll-hide .photo-gallery-detail-page {
    display: none;
  }
  #primary,
  .site-footer,
  .elementor,
  .article-detail-page,
  .categorised-content-listing,
  .search-result-page,
  .tribe-events-pg-template,
  .webinars-content-listing,
  .author-content-listing,
  .pbm-guide-wrapper,
  .news-landing-page,
  .trends-landing-page,
  .classified-lading-page,
  .video-gallery-landing-page,
  .event-lsiting-page,
  .photo-gallery-landing-page,
  .photo-gallery-detail-page,
  .video-detail-page {
    display: block;
  }
  .home .post-content-wrap {
    margin-top: 0px;
  }
  /* scroll-hide-ends */

  /* desktop header */
  .whole-header {
    display: none;
  }
  /* mobile header */
  .mobile-whole-header {
    display: block;
  }
  /* mobile-header-top */
  .mobile-header-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 18px 2px;
  }
  /* mobile-header-top-left */
  .mobile-header-top
    .mobile-date-menu-section
    .hamburger-menu
    img.hamburger-open {
    width: 23px;
    height: 17px;
    cursor: pointer;
  }
  /*.mobile-header-top img {
    max-width: 225px !important;
  }*/
  .mobile-header-top
    .mobile-date-menu-section
    .hamburger-menu
    img.hamburger-close,
  .mobile-header-top
    .mobile-date-menu-section.open-close
    .hamburger-menu
    img.hamburger-open {
    display: none;
  }
  .mobile-header-top
    .mobile-date-menu-section.open-close
    .hamburger-menu
    img.hamburger-close {
    display: block;
    width: 23px;
    height: 19px;
    cursor: pointer;
  }
  .login-logout img {
    width: 20px !important;
    height: auto;
    margin-right: 0;
  }
  /* mobile-header-middle */
  .mobile-header-top .logo img {
    max-width: 225px;
    width: 100%;
  }
  /* mobile-header-right */
  .logged-in .mobile-header-top .login,
  .mobile-header-top .logout {
    display: none;
  }
  .mobile-header-top .login,
  .logged-in .mobile-header-top .logout {
    display: block;
  }
  .mobile-header-top .login-logout a i {
    font-size: 24px;
    color: #000;
    /* margin-right: 5px; */
  }
  /* mobile-header-top-ends */

  /* mobile-header-bottom */
  .mobile-header-bottom {
    background-color: #005b89;
    color: #fff;
    text-transform: uppercase;
  }
  .mobile-header-bottom .subscription {
    font-size: 11px;
    line-height: 13px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 268px;
    padding: 6px 0px;
    margin: auto;
  }
  .mobile-header-bottom .subscription a {
    position: relative;
    color: #fff;
  }
  .mobile-header-bottom .subscription a:first-child:after {
    content: '|';
    position: absolute;
    right: -45px;
    transform: translateX(50%);
  }
  .mobile-header-bottom .subscription p {
    margin: 0;
  }
  /* mobile-header-ends */

  /* pop-out-menu-area */
  .pop-out-menu-area {
    display: none;
  }
  .mobile-pop-out-menu-open.mobile-pop-out-menu {
    left: 0;
  }
  .mobile-pop-out-menu-area
    .menu-mobile-pop-out-menu-container
    ul#menu-mobile-pop-out-menu {
    padding: 0 18px 15px;
    display: grid;
    column-gap: 20px;
    /* grid-template-rows: auto auto 250px; */
  }
  /* .mobile-pop-out-menu-area ul#menu-mobile-pop-out-menu > li {
    background: unset;
  } */
  .mobile-pop-out-menu-area ul#menu-mobile-pop-out-menu > li > a {
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
    color: #fff;
    background-color: #005b89;
    padding: 4px 8px;
    margin-bottom: 10px;
    overflow: hidden;
    display: block;
  }
  .mobile-pop-out-menu-area ul.sub-menu li a {
    font-size: 11px;
    line-height: 13px;
    color: #191818;
    font-weight: 500;
    margin-bottom: 10px;
    display: block;
    background-image: url(../images/next-arrow.png);
    background-repeat: no-repeat;
    background-size: 5px 10px;
    background-position: 89% 50%;
  }
  .mobile-pop-out-menu-area .news ul.sub-menu li:first-child,
  .mobile-pop-out-menu-area .news ul.sub-menu li:nth-child(3),
  .mobile-pop-out-menu-area .news ul.sub-menu li:nth-child(5),
  .mobile-pop-out-menu-area .news ul.sub-menu li:nth-child(7),
  .mobile-pop-out-menu-area .news ul.sub-menu li:nth-child(9) {
    padding-right: 22px;
  }
  .mobile-pop-out-menu-area .mobile-search-bar {
    grid-column: span 2;
    grid-row: 1;
  }
  .mobile-pop-out-menu-area .news {
    position: relative;
    grid-column: span 2;
    padding-bottom: 15px;
    grid-row: 2;
    margin-bottom: 15px;
  }
  .mobile-pop-out-menu-area .news:after {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    background-color: #dbdbda;
    bottom: 0px;
    left: 0;
  }
  .mobile-pop-out-menu-area .markets {
    grid-column: 2;
    grid-row: 3;
    align-self: start;
  }
  .mobile-pop-out-menu-area .product-trends {
    position: relative;
    grid-column: 1;
    grid-row: 3;
  }
  .mobile-pop-out-menu-area .classified {
    grid-column: 2;
    grid-row: 3;
    align-self: end;
    margin-bottom: 12px;
  }
  .mobile-pop-out-menu-area .buyer-guide {
    margin-top: 15px;
    grid-column: 1;
    grid-row: 4;
    align-self: end;
    z-index: 999;
  }
  .mobile-pop-out-menu-area .pop-out-menu-ads {
    grid-row: 4;
    grid-column: span 2;
  }
  .mobile-pop-out-menu-area .news ul li {
    width: 50%;
    float: left;
  }

  .mobile-pop-out-menu-area .product-trends:after {
    content: '';
    width: 1px;
    height: 75%;
    position: absolute;
    background-color: #dbdbda;
    top: 0;
    right: -10px;
    transform: translateX(50%);
  }
  .mobile-pop-out-menu-area .pop-out-ads {
    max-width: 318px;
    margin: auto;
  }
  .mobile-pop-out-menu .furni-widget {
    padding: 65px 0;
  }
  /* .mobile-pop-out-menu-area
    .mobile-search-box
    .wp-block-search__inside-wrapper {
    flex-direction: row-reverse;
    width: 100%;
    border: none;
    padding: 0px 5px;
    box-shadow: 0px 0px 3.50879px rgb(0 0 0 / 20%);
    border-radius: 10.3933px;
  }
  .mobile-pop-out-menu-area .mobile-search-box svg#search-icon {
    transform: rotate(270deg);
    fill: #9f9b9b;
  }
  .mobile-pop-out-menu-area
    .mobile-search-box
    .wp-block-search__inside-wrapper
    input {
    font-weight: 400;
    font-size: 11px;
    line-height: 13px;
    padding: 0 !important;
  }

  .mobile-pop-out-menu-area
    .mobile-search-box
    .wp-block-search__inside-wrapper
    input::placeholder {
    color: #000;
    font-weight: 400;
    font-size: 11px;
    line-height: 13px;
  }
  .mobile-pop-out-menu-area .mobile-search-box .wp-block-search__button {
    padding: 0 !important;
    border: none;
    background: no-repeat;
    margin-left: -4px;
  }
  .mobile-pop-out-menu-area .mobile-search-box {
    padding-bottom: 15px;
    border-bottom: 1px solid #d3d3d3;
    margin: 0 18px 15px;
  } */

  .mobile-pop-out-menu-area .search-box {
    margin-right: 0;
    padding-bottom: 14px;
  }
  .mobile-pop-out-menu-area .search-box form {
    max-width: 320px;
    margin: auto;
  }
  .mobile-pop-out-menu-area .search-box input {
    width: 100%;
  }
  .mobile-pop-out-menu-area .search-box button {
    left: 10px;
    top: 6px;
  }
  /* pop-out-menu-area-ends */

  /* pop-out-menu-ads-start */
  .mobile-pop-out-menu .upcoming-events {
    color: #fff;
    background-color: #000;
    padding: 26px 18px 31px;
  }
  .mobile-pop-out-menu .upcoming-events h2 {
    font-size: 21px;
    font-weight: 900;
    line-height: 21px;
  }
  .mobile-pop-out-menu .upcoming-events h4 a {
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    margin-bottom: 5px;
    display: block;
    color: #fff;
    text-transform: uppercase;
  }
  .mobile-pop-out-menu .upcoming-events p {
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    margin-bottom: 5px;
  }
  .upcoming-events h4:nth-child(5) {
    margin-top: 20px;
  }
  .mobile-pop-out-menu .upcoming-events a.btn-custom {
    font-size: 13px;
    font-weight: 700;
    line-height: 14px;
    display: block;
    max-width: 181px;
    margin: auto;
    margin-top: 25px;
    text-align: center;
    padding: 8px 0px;
    border-radius: 10px;
    text-transform: uppercase;
  }
  .mobile-pop-out-menu .pop-out-ads {
    max-width: fit-content;
    width: 100%;
    margin: auto;
  }
  /* .mobile-pop-out-menu .bottom-menu-ads, */
  .mobile-pop-out-menu img {
    display: flex;
    margin: auto;
    margin-top: 27px;
    margin-bottom: 93px;
  }
  /* pop-out-menu-ads-ends */

  /* mobile-header-bottom-adboard */
  .mobile-header-bottom-adboard-area {
    padding: 14px 0;
    text-align: center;
  }
  .mobile-header-bottom-adboard-area img {
    width: 320px;
    height: 50px !important;
  }
  .mobile-header-bottom-adboard-area .bottom-adboard {
    max-width: 320px;
    margin: auto;
    margin-top: 14px;
    margin-bottom: 14px;
    height: 50px;
  }
  .mobile-header-bottom-adboard-area .bottom-adboard img {
    width: 100%;
    height: 100%;
  }
  /* mobile-header-bottom-adboard-ends*/

  /* mobile-header-ends */
}
