.inner-page-banner {
  padding: 60px 0;
  background: linear-gradient(180deg, #FBF9FB 0%, #FBF6FB 60.47%, #F7E9FB 100%);
  text-align: center;
}
.inner-page-banner .h4 {
  margin-bottom: 0.8rem;
}
.inner-page-banner .h1 {
  margin: 0 auto;
}

.cta-widget {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  padding: 15px 0;
}
@media screen and (max-width: 850px) {
  .cta-widget {
    justify-content: center;
    text-align: center;
  }
}
.cta-widget h2 {
  font-size: 1.5625rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.cta-widget p {
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.375rem;
  margin-bottom: 0;
}
.cta-widget .cta-widget-content {
  max-width: 645px;
}

.case-studies-loop {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.case-studies-loop > div.pagination {
  grid-column-start: 1;
  grid-column-end: 4;
}

.blog-post-filter-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.blog-post-filter-wrapper .elementor-blog-category-list-wrapper ul {
  margin: 0;
  padding: 0;
}
.blog-post-filter-wrapper .elementor-blog-category-list-wrapper ul li {
  list-style: none;
  display: inline-block;
  margin-left: 30px;
}
.blog-post-filter-wrapper .elementor-blog-category-list-wrapper ul li:first-child {
  margin-left: 0;
}
.blog-post-filter-wrapper .elementor-blog-category-list-wrapper ul li:first-child a {
  background-color: #505050;
  color: #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 4px 16px 0px;
}
.blog-post-filter-wrapper .elementor-blog-category-list-wrapper ul li a {
  display: block;
  padding: 8px 30px;
  border-radius: 30px;
  background-color: #F1F3F8;
  color: #505050;
}
.blog-post-filter-wrapper .elementor-blog-search-wrapper {
  display: flex;
  align-items: center;
}
.blog-post-filter-wrapper .elementor-blog-search-wrapper form {
  position: relative;
  width: 0;
  overflow: hidden;
  transition: 0.2s;
  height: 45px;
}
.blog-post-filter-wrapper .elementor-blog-search-wrapper form input[type=text] {
  height: 45px;
  border: 1px solid #E3E3E3;
  padding: 10px 100px 10px 30px;
  border-radius: 40px;
  box-sizing: border-box;
  outline: none;
  width: 100%;
}
.blog-post-filter-wrapper .elementor-blog-search-wrapper form button[type=submit] {
  position: absolute;
  box-shadow: none;
  top: 2px;
  background: var(--e-global-color-primary);
  color: white;
  right: 3px;
  width: 60px;
  height: 40px;
  font-size: 1rem;
}
.blog-post-filter-wrapper .elementor-blog-search-wrapper button {
  width: 44px;
  height: 44px;
  display: inline-block;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 30px;
  text-align: center;
  cursor: pointer;
  z-index: 1;
  border: none;
  outline: none;
  background-color: #fff;
  color: var(--e-global-color-primary);
  transition: 0.2s;
  font-size: 1rem;
}
.blog-post-filter-wrapper .elementor-blog-search-wrapper button.hide-search {
  position: absolute;
  box-shadow: none;
  top: 7px;
  color: #999999;
  right: 70px;
  width: 30px;
  height: 30px;
}
.blog-post-filter-wrapper .elementor-blog-search-wrapper button.hide-search i:before {
  content: "\f00d";
}

.custom-repeated-grid-wrapper {
  display: grid;
  gap: 30px;
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (min-width: 850px) {
  .custom-repeated-grid-wrapper {
    grid-template-columns: repeat(3, 1fr);
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 500px) and (max-width: 850px) {
  .custom-repeated-grid-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
.custom-repeated-grid-wrapper > div {
  background-color: #fff;
  padding: 40px;
  position: relative;
  display: flex;
  flex-direction: column;
  border: 1px solid #E3E3E3;
  border-radius: 4px;
  text-align: center;
  box-shadow: 0px 46px 60px 0px rgba(142, 142, 142, 0.1);
  transition: 0.5s;
}
@media screen and (min-width: 850px) {
  .custom-repeated-grid-wrapper > div {
    transform: translateY(50px);
  }
  .custom-repeated-grid-wrapper > div:nth-child(3n-1) {
    transform: translateY(0px);
  }
}
.custom-repeated-grid-wrapper > div:hover {
  box-shadow: none;
}
.custom-repeated-grid-wrapper > div:hover a i {
  transform: translateX(5px);
}
.custom-repeated-grid-wrapper > div .custom-repeated-grid-image {
  margin-bottom: 15px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-repeated-grid-wrapper > div .custom-repeated-grid-title {
  display: none;
}
.custom-repeated-grid-wrapper > div a i {
  font-size: 80%;
  transition: 0.2s;
}

.service-page-wrapper {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 1100px) {
  .service-page-wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 850px) and (max-width: 1100px) {
  .service-page-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 500px) and (max-width: 850px) {
  .service-page-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1100px) {
  .service-page-wrapper > div.service-header {
    grid-column-start: 1;
    grid-column-end: 3;
    padding-right: 60px;
  }
}
@media screen and (min-width: 850px) and (max-width: 1100px) {
  .service-page-wrapper > div.service-header {
    grid-column-start: 1;
    grid-column-end: 4;
  }
}
@media screen and (min-width: 500px) and (max-width: 850px) {
  .service-page-wrapper > div.service-header {
    grid-column-start: 1;
    grid-column-end: 3;
  }
}
.service-page-wrapper > div.service-page {
  background-color: #fff;
  padding: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  border: 1px solid #E3E3E3;
  border-radius: 4px;
}
.service-page-wrapper > div.service-page img {
  max-width: fit-content;
  max-height: 70px;
  margin-bottom: 15px;
}
.service-page-wrapper > div.service-page a {
  align-self: flex-end;
  width: 40px;
  height: 40px;
  display: block;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.25);
  border-radius: 30px;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  position: relative;
  z-index: 1;
  font-size: 0.8rem;
  transition: 0.5s;
}
.service-page-wrapper > div.service-page a:hover {
  color: white;
  background-color: #623EFF;
  box-shadow: none;
}
.service-page-wrapper > div.service-page:after {
  content: "";
  display: block;
  height: 60px;
  left: 0;
  right: 0;
  position: absolute;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="262" height="59" viewBox="0 0 262 59" fill="none"><path d="M0 20.9565C0 19.5278 0.734503 18.2257 2.00037 17.5632C13.6664 11.4582 74.1381 -17.1762 124.5 16.2888C180.5 53.5001 262 42.5001 262 18.6478C262 -1.54195 262 41.3587 262 55.0098C262 57.219 260.209 59.0001 258 59.0001H4C1.79087 59.0001 0 57.2092 0 55.0001V20.9565Z" fill="%23FFFBFF"/></svg>');
}

/*# sourceMappingURL=styles.css.map */
