body.admin-bar header .main-header {
  top: 32px;
}

body.admin-bar {
  padding-top: 32px;
}

.blog-pagination {
  display: flex;
  /* justify-content: center; */
  align-items: center;
  gap: 12px;
  margin-top: 2.625rem;
}

.blog-pagination .pagination-bullet {
  display: flex;
  align-items: center;
  gap: 12px;
  background: transparent;
  border-radius: unset;
  height: unset;
  width: unset;
  opacity: unset;
  text-decoration: none;
  padding: 5px;
  transition: all 0.3s ease-in-out;
}

.blog-pagination .pagination-bullet .pagination-index {
  transition: all 0.3s ease-in-out;
}

.blog-pagination .pagination-bullet.pagination-each-active,
.blog-pagination .pagination-bullet:hover .pagination-index {
  font-weight: 700;
}

.blog-pagination .pagination-bullet.pagination-each-active .pagination-bar {
  width: 50px;
}

.blog-pagination .pagination-bar {
  display: inline-block;
  width: 0;
  height: 2px;
  background-color: var(--label-color);
  transition: 0.3s ease width;
}

@media screen and (max-width: 768px) {
  .blog-pagination {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 0;
    margin-bottom: 40px;
  }
}

.blog-navigation {
  padding: 60px 0;
}

.blog-navigation .prev,
.blog-navigation .next {
  margin: 0 25px;
}

.blog-navigation .prev .icon {
  rotate: 180deg;
}

.comment-section {
  padding: 80px 0;
  background-color: #ede9dd;
}

body[data-theme="dark"] .comment-section {
  background-color: #000000;
}

.comment-section-title {
  font-size: 58px;
  line-height: 70px;
  color: #6a6a6a;
}

/*================== contact form cf7 =====================*/

.contact-form br {
  display: none !important;
}

.contact-form .submit-wrapper {
  position: relative;
}

.wpcf7-form-control-wrap {
  display: block;
}

.wpcf7-not-valid-tip {
  font-size: 0.8125rem;
  font-family: "BigCalson";
  color: #ff0000;
  position: absolute;
  bottom: -2px;
  left: 0;
  opacity: 0.7;
  transform: translateY(100%);
}

.wpcf7-response-output {
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.invalid .wpcf7-response-output {
  color: #ff0000;
}

.sent .wpcf7-response-output {
  color: rgb(64, 208, 64);
}

.submit-wrapper > p {
  display: flex;
  align-items: center;
}

.submitting .wpcf7-submit {
  pointer-events: none;
}

/* search */

.search-title {
  margin-bottom: 20px !important;
}

.search-btn-wrap {
  margin-top: 10px !important;
}

/* =========shortcode ==========	 */
/* blog */

.blog-list__card--image {
  margin-bottom: 2.375rem !important;
}

@media screen and (max-width: 575.98px) {
  .blog-list__card--title {
    margin-bottom: 0.071875rem !important;
  }
}

/* featured projects */
.home-spotlight__slider .spotlight-slider__image {
  margin-bottom: 1.625rem !important;
}

/* =========shortcode end==========	 */

/* ========= theme ==========	 */

/* blog */
@media screen and (min-width: 768px) {
  .blogs-listing {
    padding-top: 6.0625rem;
  }

  .active-underline li a.active::after {
    content: "";
    position: absolute;
    bottom: calc(-1 * var(--tu-height));
    left: 0;
    width: 100%;
    height: var(--tu-height);
    background-color: currentColor;
  }
}

.copy-toast {
  position: fixed;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--text-color);
  color: var(--primary-bg);
  padding: 10px 25px;
  border-radius: 20px;
  font-size: 15px;
  display: none;
}

.copy-toast.active {
  display: block;
}

/* footer  */

.menu-footer_nav li.current-menu-item a::after {
  content: "";
  position: absolute;
  bottom: calc(-1 * var(--tu-height));
  left: 0;
  width: 100%;
  height: var(--tu-height);
  background-color: currentColor;
}

.footer-nav-links .footer-main-nav li a {
  position: relative;
  text-decoration: none;
  color: var(--text-color-dark) !important;
}

.footer-nav-links .footer-main-nav li a::before {
  content: "";
  position: absolute;
  bottom: calc(-1 * var(--tu-height));
  left: 0;
  width: 100%;
  height: var(--tu-height);
  background-color: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  animation: underlineAnimBack 0.3s ease 1 forwards;
}

@media (hover: hover) {
  .footer-nav-links .footer-main-nav li a:hover::before {
    animation: underlineAnimFor 0.3s ease 1 forwards;
  }
}

/* work   */
@media screen and (max-width: 768px) {
  .work-detail-content {
    padding-top: 40px;
  }
}

body {
  --tu-height: 1px !important;
}

.works-masonry__image {
  margin-bottom: 1.875rem !important;
}

@media screen and (max-width: 767.98px) {
  .blog-categories li a {
    font-size: 12px;
  }

  .blog-detail__title--block {
    flex-direction: column;
  }

  .blog-detail__title {
    margin-top: 5px;
  }

  .blog-categories {
    margin-top: 5px !important;
    row-gap: 10px !important;
    justify-content: flex-start !important;
  }

  .blog-detail__author {
    margin-top: 30px !important;
    order: -1;
  }
}

@media screen and (max-width: 991.98px) {
  .floating-categories {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: var(--secondary-bg);
    border: none;
    transition: 0.3s ease transform;
    position: fixed;
    bottom: 10px;
    left: 50%;
    transform: scale(0);
    z-index: 2;
    transform: translateX(-50%) rotate(-90deg) scale(0);
    transform-origin: center center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .main{
    overflow: hidden;
  }

  .floating-categories.opened {
    transform: translateX(-50%) rotate(90deg) scale(1) !important;
    box-shadow: rgba(34, 34, 34, 0.2) 0px 7px 29px 0px;
  }
  .floating-categories svg{
    color: var(--text-color);
  }
  .floating-categories path {
    fill: currentColor;
  }
  .works-listing__fixedNav {
    opacity: 0;
    visibility: hidden;
    bottom: 35px !important;
    transform: translateX(-50%) translateY(20px) !important;
    transition: 0.3s ease opacity, 0.3s ease visibility, 0.3s ease transform !important;
  }

  .works-listing__fixedNav.nav-visible {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0) !important;
  }

  .works-listing__fixedNav {
    padding: 30px !important;
    max-width: 150px !important;
  }

  .works-listing__head .select2-selection__rendered {
    line-height: unset !important;
  }

  .works-listing__head .select2-selection__arrow {
    height: 100% !important;
  }
}

.custom-select + .select2-container .select2-selection__rendered,
.select2-results__option {
  text-transform: uppercase;
}

@media screen and (max-width: 991.98px) {
  .gl-accordion.hover-accordion a.gl-accordion-header {
    margin-top: 1.5rem;
  }

  .footer-icon-custom {
    width: 50px;
  }
}

.blog-single-container {
  max-width: 770px;
  margin-inline: auto;
}

.lg-object.lg-video-poster {
  object-fit: cover !important;
}

.blog-navigation .btn-wrap.disabled {
  opacity: 0.5;
  pointer-events: none;
}

/* new styles */
.is_sticky .row {
  --gl-gutter-x: 80px;
}

.is_sticky .blog-list__card--title {
  font-size: 35px;
}
@media (min-width: 1600px) {
  .is_sticky .blog-list__card--title {
    font-size: 52px;
  }
}


.header-secondary-nav li.current_page_item > a,
.header-secondary-nav li.current-menu-item > a {
  text-decoration: underline;
  text-underline-offset: 6px;
}

body::after {
  content: "";
  background-color: var(--footer-bg);
  width: 100vw;
  height: 300px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: block;
  opacity: 0;
  visibility: hidden;
}

body.footer-theme-color::after {
  opacity: 1;
  visibility: visible;
}

.copy-link-here {
  font-size: 10px;
  text-decoration: none;
  position: relative;
  top: 2px;
  left: -3px;
  color: var(--text-color);
}

.blog-navigation {
  padding-top: 0px;
}
@media screen and (max-width: 991.98px){
  .home-banner4-img, .home-banner4-video {

      left: 50%;
      transform: translateX(-50%);
      top: 25px;
  }
}
@media screen and (max-width: 991.98px){
  .blogs-listing__head--right{
    max-width: 50%;
  }
}