.blog-filter {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
ul.dropdown-menu.show {
  width: 100%;
}
.solution-card--large {
  position: relative;
  overflow: hidden;
}

.img-container {
  position: relative;
}

.img-container::before {
  position: absolute;
  width: 100%;
  height: 222px;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, #2b2b2b 0%, rgba(28, 41, 63, 0) 100%);
  border-radius: 25px 25px 0px 0px;
}

.img-card {
  display: block;
  width: 100%;
  height: auto;
}
.text-overlap {
  position: absolute;
  top: 9%;
  right: 9%;
  line-height: var(--lh16);
  letter-spacing: 0.48px;
}
.job-inner {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 30px;
}
.social-wrapper {
  gap: 10px;
}
.video-box {
  width: 1023px;
  height: 500px;
  object-fit: cover;
}
/* start pagination */
.pagination-wrapper{
  margin: auto;
}
.pagination {
  margin-top: 20px;
  display: flex;
  align-items: baseline;
}

.page-item.active .page-link {
  color: #000106;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 104%; /* 16.64px */
  letter-spacing: -0.8px;
  text-transform: capitalize;
  background: transparent;
  border: none;

}
.page-item.active .page-link {
  color: #000106;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 104%; /* 33.28px */
  letter-spacing: -1.6px;
  text-transform: capitalize;

}
.page-link:focus {
 
  color: unset;
  background-color: unset;
  outline: 0;
  box-shadow:unset;
}
a.page-link {
  border: none;
}
.page-link {
  color: #000106;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 104%; /* 16.64px */
  letter-spacing: -0.8px;
  text-transform: capitalize;
  cursor: pointer;
}

.page-link:hover {

  text-decoration: none;
}

/* end pagination */
/* Mobile */
@media only screen and (max-width: 480px) {
  .select-iteam--category {
    width: 100% !important;
    padding-right: 0 !important;
  }
  .select-iteam--filter {
    width: 100% !important;
    padding-left: 0 !important;
  }
}
/* Mobile Landscape */
@media only screen and (max-width: 768px) {
  .select-iteam--category {
    width: 100% !important;
    padding-right: 0 !important;
  }
  .select-iteam--filter {
    width: 100% !important;
    padding-left: 0 !important;
  }

  /* .solution-card--large {
    width: 50%;
    height: 68vh;
  } */
  .job-inner {
    width: 100%;
    height: auto;
  }
  .social-wrapper {
    text-align: center;
  }
  .social-text {
    padding-bottom: 20px;
  }
  .video-box {
    width: 100%;
    height: 500px;
  }
  .video-wrapper {
    width: 90%;
    margin: auto;
  }
}
/* Tablet */
@media only screen and (max-width: 834px) {
  .select-iteam--category {
    width: 100%;
    padding-right: 0;
  }
  .select-iteam--filter {
    width: 100%;
    padding-left: 0;
  }
  /* .solution-card--large {
    width: 50%;
    height: 68vh;
  } */
}
/* Tablet Landscape */
@media only screen and (max-width: 1024px) {
  .blog-filter {
    display: block;
  }
  .select-iteam--category {
    width: 100%;
    padding-right: 0;
  }
  .select-iteam--filter {
    width: 100%;
    padding-left: 0;
  }
  /* .solution-card--large {
    width: 45%;
    height: 75vh;
  } */
  .social-wrapper {
    text-align: center;
  }
  .social-text {
    padding-bottom: 20px;
  }
  .video-box {
    width: 100%;
    height: 500px;
  }
  .video-wrapper {
    width: 90%;
    margin: auto;
  }
}
/* Laptop */
@media only screen and (max-width: 1440px) {
}
@media only screen and (max-width: 375px) {
}
@media only screen and (max-width: 320px) {
}
@media (max-width: 428px) {
  .video-box {
    height: auto !important;
  }
}
