.image_block img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.image_block .img_two {
  margin-inline-start: -100px;
  margin-block-start: 100px;
}
.right_content p {
  color: var(--text_clr_secondary) !important;
}
.icon_img {
  box-shadow: 0px 4px 16px 0px #0000000a;
}
.about-item-grid {
  box-shadow: 0px 4px 26px 0px var(--border_light_02);
  border: 1px solid var(--border_light_03);
}
.first_blck {
  background: linear-gradient(352.73deg, #ffffff 31.18%, #faf6ff 109.8%);
}
.scnd_blck {
  background: linear-gradient(352.73deg, #ffffff 31.18%, #f3ffe4 109.8%);
  border-color: #dbeec4;
}
.third_blck {
  background: linear-gradient(352.73deg, #ffffff 31.18%, #e8e8e8 109.8%);
  border-color: #e0e0e0;
}
.text-white {
  color: var(--clr_white);
}
.our_guiding .section_hd p {
  line-height: 36px;
}
.guidingGrid {
  grid-template-columns: repeat(auto-fit, minmax(236px, 1fr));
}
.guide_item p {
  margin-bottom: 20px !important;
}
.guide_item {
  transition: 0.4s ease-in-out;
}
.guide_item:hover {
  background: var(--bg_clr_white);
}
.guide_item:hover .guide_icon {
  background: var(--bg_light_02);
}
.guide_item h4 {
  text-align: center;
}
.guide_item:hover h4 {
  color: var(--text_clr_primary);
}
.guide_item:hover p {
  color: var(--text_clr_secondary);
}
.img_slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.img_slide_content {
  margin-block-start: -50px;
  min-height: 95px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.our_expertise_slider .swiper-slide {
  width: 326px;
}
.services_blk .details p {
  color: var(--text_clr_secondary);
}

.connect_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service_box_items {
  border: 1px solid var(--border_light_04);
  box-shadow: 0px 13px 10px 0px #f0e9f9;
}
.list_connection ul li {
  border-bottom: 1px solid var(--border_light_01_01);
  padding-block: 20px !important;
}
.list_connection ul li:last-child {
  border-bottom: none !important;
}
.number-one::before {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: calc(100% - 5px);
  background: var(--clr_white);
  border: 1px solid var(--clr_white);
  top: 2px;
  right: -10px;
}
.count_circle {
  position: absolute;
  left: 7px;
  top: 5px;
}
.circle_outer::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 170px;
  width: calc(100% - 20px);
  height: 1px;
  background: url("./../images/dash.png") repeat center left;
  /* border: 1px dashed var(--clr_secondary_02); */
}
.circle_outer::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -50%;
  width: 18px;
  height: 18px;
  background-color: var(--bg_clr_white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("./../images/right.svg");
  background-repeat: no-repeat;
  background-position: center center;
  /* border: 1px dashed var(--clr_secondary_02); */
}
.process_item:last-child .circle_outer::after,
.process_item:last-child .circle_outer::before {
  display: none;
}
.circle_inner {
  transition: all 0.4s ease-in-out;
}
.process_item:hover .circle_inner .count_circle {
  background: var(--clr_primary_03);
}
.process_item:hover .circle_inner {
  background: var(--clr_primary_04);
}
.process_item:hover .circle_inner img {
  filter: invert(1);
}
.w-max {
  width: max-content !important;
}
.about_logo_slider .client_logo {
  box-shadow: none;
}
.about_logo_slider .client_logo::before,
.about_logo_slider .client_logo::after {
  display: none;
}
@media (max-width: 1279px) {
  .process_item .circle_outer::after,
  .process_item .circle_outer::before {
    display: none;
  }
}
@media (max-width: 639px) {
  .service_box .icon::after {
    display: none;
  }
  .number-one::before {
    display: none;
  }
}
