@import url(https://cdnjs.cloudflare.com/ajax/libs/MaterialDesign-Webfont/7.4.47/css/materialdesignicons.min.css);
.stats-section {
  background-color: #EFF9FB;
  position: relative;
  min-height: 296px;
  border-radius: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.stats-section:before {
  content: "";
  width: 129px;
  height: 190px;
  background: url(../images/square-left-pattern.svg) 0 0 no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.stats-section:after {
  content: "";
  width: 129px;
  height: 190px;
  background: url(../images/square-right-pattern.svg) 0 0 no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.stats-section .row {
  gap: 60px;
}
@media only screen and (max-width: 1280px) {
  .stats-section .row {
    gap: 30px;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .stats-section .row .col {
    flex: 0 0 calc(33.33% - 30px);
    max-width: calc(33.33% - 30px);
  }
}
.stats-section .col {
  width: auto;
}
.stats-section .col-container {
  display: flex;
  align-items: center;
  gap: 20px;
}
.stats-section .col-container .number {
  font-size: 126px;
  color: #171919;
  font-weight: 600;
}
.stats-section .col-container h4 {
  font-size: 32px;
  font-weight: 700;
}
.stats-section .col-container p {
  font-size: 16px;
  margin: 0;
  color: #64748B;
}
.stats-section .col-container .col-info {
  flex: 0 0 132px;
  max-width: 132px;
}
@media only screen and (max-width: 1280px) {
  .stats-section .col-container {
    flex-direction: column;
    gap: 10px;
  }
  .stats-section .col-container .number {
    font-size: 64px;
    line-height: 1;
    margin-bottom: -15px;
  }
  .stats-section .col-container .col-info {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
  .stats-section .col-container h4 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1280px) {
  .stats-section {
    min-height: inherit;
    padding: 100px 0;
  }
}

.blog-listing .row {
  justify-content: center;
}
.blog-listing .col-container {
  border: 1px solid #DDE4EE;
  border-radius: 12px;
  overflow: hidden;
  display: block;
  height: 100%;
  text-decoration: none;
  transition: all 0.3s ease;
}
.blog-listing .col-container:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}
.blog-listing .col-container .post-info {
  padding: 40px;
}
.blog-listing .col-container .post-info h4 {
  font-size: 22px;
  color: #64748B;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 20px;
  line-height: 1.4;
}
.blog-listing .col-container .post-info .post-date {
  color: #64748B;
  font-size: 16px;
}
.blog-listing .col-container figure {
  position: relative;
  margin: 0;
}
.blog-listing .col-container figure .category {
  position: absolute;
  left: 20px;
  top: 20px;
  background-color: #12A493;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  padding: 8px 15px 7px;
  border-radius: 6px;
}
.blog-listing .col-container figure img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}
@media (max-width: 1199px) {
  .blog-listing .col-container .post-info {
    padding: 30px;
  }
  .blog-listing .col-container .post-info h4 {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .blog-listing .col {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 30px;
  }
  .blog-listing .col-container .post-info {
    padding: 25px;
  }
  .blog-listing .col-container .post-info h4 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .blog-listing .col {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .blog-listing .col-container .post-info {
    padding: 20px;
  }
}

@media (max-width: 575px) {
  .col {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}
.pagination {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
.pagination .page-numbers {
  display: inline-block;
  padding: 8px 15px;
  margin: 0 5px;
  border: 1px solid #DDE4EE;
  border-radius: 6px;
  color: #64748B;
  text-decoration: none;
  transition: all 0.3s ease;
}
.pagination .page-numbers.current {
  background-color: #12A493;
  color: #fff;
  border-color: #12A493;
}
.pagination .page-numbers:hover:not(.current) {
  background-color: #EFF9FB;
}
@media (max-width: 767px) {
  .pagination {
    flex-wrap: wrap;
  }
  .pagination .page-numbers {
    margin: 0 3px 6px;
    padding: 6px 12px;
  }
}

.blog-listing-section {
  padding: 0 0 60px;
}
@media (max-width: 991px) {
  .blog-listing-section {
    padding: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .blog-listing-section {
    padding: 0 0 30px;
  }
}

.our-services-section .row {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.our-services-section .image-col {
  padding: 80px;
  background: #EFF9FB;
  border-radius: 32px;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
}
.our-services-section .image-col:before {
  content: "";
  width: 86px;
  position: absolute;
  left: 0;
  bottom: 30px;
  height: 125px;
  background: url(../images/square-left-pattern.svg) 0 0 no-repeat;
  background-size: 86px auto;
}
.our-services-section .image-col:after {
  content: "";
  width: 86px;
  position: absolute;
  right: 0;
  top: 30px;
  height: 125px;
  background: url(../images/square-right-pattern.svg) 0 0 no-repeat;
  background-size: 86px auto;
}
.our-services-section .image-col img {
  max-width: 100%;
  height: auto;
  border-radius: 28px;
}
@media only screen and (max-width: 1320px) {
  .our-services-section .image-col {
    flex: 0 0 40%;
    max-width: 40%;
    padding: 40px;
  }
}
@media only screen and (max-width: 1023px) {
  .our-services-section .image-col {
    flex: 0 0 400px;
    max-width: 400px;
    padding: 30px;
    order: 1;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 568px) {
  .our-services-section .image-col {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 20px;
  }
}
.our-services-section .content-col {
  padding: 0 60px 0 0;
}
.our-services-section .content-col .section-title {
  text-align: left;
  position: relative;
  padding-right: 60px;
  margin-bottom: 30px;
}
.our-services-section .content-col .section-title h3 {
  font-size: 32px;
}
@media only screen and (max-width: 1320px) {
  .our-services-section .content-col .section-title h3 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 1320px) {
  .our-services-section .content-col .section-title h4 {
    font-size: 20px;
  }
}
.our-services-section .content-col .section-title .btn.btn-primary {
  padding: 0;
  font-size: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #EFF9FB;
  border-color: #EFF9FB;
  position: absolute;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
}
.our-services-section .content-col .section-title .btn.btn-primary:before {
  content: "";
  width: 16px;
  height: 20px;
  background: url(../images/sprites.svg) -52px -13px no-repeat;
  display: inline-block;
  position: relative;
  transform: scale(0.75);
  transform-origin: center;
  left: 3px;
}
.our-services-section .content-col .section-title .btn.btn-primary:hover {
  background-color: #12A493;
  border-color: #12A493;
}
.our-services-section .content-col .section-title .btn.btn-primary:hover:before {
  background-position: -77px -13px;
}
.our-services-section .content-col .section-title .read-more {
  width: 3vmin;
  height: 3vmin;
  box-sizing: border-box;
  position: absolute;
  right: 10px;
  top: 50%;
  font-size: 0;
  margin-top: -20px;
  transform: rotate(45deg);
}
.our-services-section .content-col .section-title .read-more::before {
  content: "";
  width: 100%;
  height: 100%;
  border-width: 0.4vmin 0.4vmin 0 0;
  border-style: solid;
  border-color: #12A493;
  transition: 0.2s ease;
  display: block;
  transform-origin: 100% 0;
}
.our-services-section .content-col .section-title .read-more:after {
  content: "";
  float: left;
  position: relative;
  top: -100%;
  width: 100%;
  height: 100%;
  border-width: 0 0.4vmin 0 0;
  border-style: solid;
  border-color: #12A493;
  transform-origin: 100% 0;
  transition: 0.2s ease;
}
.our-services-section .content-col .section-title .read-more:hover::after {
  transform: rotate(45deg);
  border-color: #64748B;
  height: 122%;
}
.our-services-section .content-col .section-title .read-more:hover::before {
  border-color: #64748B;
  transform: scale(0.8);
  transform-origin: right bottom;
  position: relative;
  top: -7px;
}
.our-services-section .content-col ul {
  margin: 0;
  padding: 0 0 0 20px;
  list-style: none;
}
.our-services-section .content-col ul li {
  position: relative;
  padding-left: 40px;
  font-size: 20px;
  color: #64748B;
  display: flex;
}
.our-services-section .content-col ul li:not(:first-child) {
  margin-top: 15px;
}
.our-services-section .content-col ul li:before {
  content: "\e55e"; /* square-check-big lucid-icon code */
  font-family: lucide !important;
  position: absolute;
  left: 0;
  top: 2px;
}
.our-services-section .content-col .section-info p {
  font-size: 20px;
  color: #64748B;
}
@media only screen and (max-width: 1320px) {
  .our-services-section .content-col .section-info p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1320px) {
  .our-services-section .content-col {
    flex: 0 0 60%;
    max-width: 60%;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 1023px) {
  .our-services-section .content-col {
    flex: 0 0 100%;
    max-width: 100%;
    order: 2;
    padding: 0 !important;
  }
}
.our-services-section .row {
  align-items: center;
  margin-top: 60px;
}
.our-services-section .row:nth-child(even) {
  flex-direction: row-reverse;
}
.our-services-section .row:nth-child(even) .content-col {
  padding: 0 0 0 60px;
}
@media only screen and (max-width: 1320px) {
  .our-services-section .row:nth-child(even) .content-col {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 1023px) {
  .our-services-section .row {
    justify-content: center;
  }
}

.services-icon-listing {
  margin-bottom: 40px;
}
.services-icon-listing .services-icon-slider {
  padding-bottom: 40px;
}
.services-icon-listing .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
}
.services-icon-listing .col-container {
  padding: 30px 20px;
  background-color: #EFF9FB;
  border-radius: 32px;
  height: 100%;
  width: 100%;
  overflow: hidden;
  text-decoration: none;
  display: flex;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
  justify-content: flex-start;
  position: relative;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 1;
}
.services-icon-listing .col-container .icon {
  width: 84px;
  height: 84px;
  border: 1px solid #DDE4EE;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: relative;
  z-index: 10;
  margin: 0 auto 30px;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
}
.services-icon-listing .col-container .icon img {
  width: 50px;
  height: auto;
  transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.services-icon-listing .col-container:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #12A493;
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.4s ease;
  z-index: -1;
}
.services-icon-listing .col-container h4 {
  font-size: 18px;
  color: #171919;
  margin: 0;
  text-align: center;
  transition: color 0.4s ease;
  position: relative;
}
.services-icon-listing .col-container:hover:before, .services-icon-listing .col-container.active:before {
  opacity: 1;
  transform: translateY(0);
}
.services-icon-listing .col-container:hover h4, .services-icon-listing .col-container.active h4 {
  color: #fff;
}
.services-icon-listing .swiper-pagination {
  bottom: 0;
}
.services-icon-listing .swiper-pagination-bullet-active {
  background: #12A493;
}

.our-brand-section {
  padding: 80px 0;
  background: url(../images/bg-line.svg) 0 0 no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 1280px) {
  .our-brand-section {
    padding: 40px 0;
  }
}

.logos-section .row {
  margin: 0;
}
.logos-section .row .col {
  padding: 0;
  background-color: #fff;
  border: 1px solid #DDE4EE;
}
@media only screen and (max-width: 1023px) {
  .logos-section .row .col {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
@media only screen and (max-width: 767px) {
  .logos-section .row .col {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 568px) {
  .logos-section .row .col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.logos-section figure {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.logos-section figure img {
  max-width: 100%;
  height: auto;
}