.development--text p,
.sticky-div p,
p:not(.review-sub-title, .swiper-content > p, .service-build-para) {
  text-align: justify;
}
.custom-border-line {
  border: 1px solid #edecec;
}
.expert-col-wrap,
.experties-item-col {
  border-bottom: 2px solid #ececec;
}
.custom-background {
  background: linear-gradient(
    180deg,
    rgba(218, 217, 226, 0.01453081232492992) 0,
    rgb(240 245 244 / 0%) 28%,
    rgb(233 247 244 / 27%) 60%,
    rgb(233 247 244 / 43%) 76%,
    rgb(233 247 244 / 39%) 85%,
    rgb(233 247 244 / 43%) 100%
  );
}
.development-img img {
  max-height: 420px;
  object-fit: contain;
}
.development--text p {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: var(--custom-paragraph-color);
}
.development--text h2 {
  text-transform: capitalize;
  color: var(--main-title-font-color);
  line-height: 1.1;
  font-family: var(--font-family-subheading-text);
  font-weight: 800;
}
.dev_sub_heading {
  font-size: 24px;
  margin-bottom: 10px;
  color: #292929;
}
.custom-hero-section .highlight-text svg {
  bottom: -24px;
}
ul {
  font-size: 20px;
}
ol li {
  margin: 5px auto;
}
h1.fs-60.main-title-font.text-center-xs.brand-color {
  color: #1694d4 !important;
}
.ul-style {
  padding: 0 32px 0 20px;
}
.subSection img {
  object-fit: contain;
}
.customhomeImage {
  position: absolute;
  height: 100%;
  width: 100%;
  top: -30px;
  transform: rotate(0);
}
.custom-hero-section {
  position: relative;
}
.custom-hero-section .hero-bg {
  background-image: none;
}
@-moz-document url-prefix() {
  .custom-hero-section .highlight-text {
    display: table;
  }
}
#blog a {
  text-decoration: none;
  color: #292929;
  font-weight: 700;
  padding: 10px 30px;
  border-radius: 50px;
  cursor: pointer;
  border: 2px;
  background-color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  transition: 0.5s;
}
#blog a:hover {
  background-color: #01303a;
  color: #fff;
  box-shadow: #01303a 0 7px 20px 0;
}
@media (min-width: 992px) {
  .custom-hero-section .main-title-font {
    font-size: 60px;
  }
}
.f-25 {
  color: #424242 !important;
  font-size: 25px !important;
  line-height: inherit !important;
}
@media (max-width: 768px) {
  .main-title {
    font-size: 30px;
  }
  .development-img img {
    width: -webkit-fill-available;
  }
  .development-img {
    order: 1;
  }
  .development--text {
    margin-top: 40px;
    order: 2;
  }
  .cost-modal,
  .mt-5 {
    margin-top: 0 !important;
  }
  .custom-hero-section .main-title-font {
    font-size: 35px;
  }
  .f-25 {
    font-size: 20px !important;
  }
  .container.cost-modal.mt-5.mb-5.mt-100 {
    margin-bottom: 0 !important;
  }
}
.font-satoshi {
  font-family: var(--font-family-hero);
}
.service-grid {
  grid-template-columns: 0.1fr 1.4fr 0.1fr;
  grid-column-gap: 4rem;
}
.swiper-slide-active {
  opacity: 1 !important;
}
.mt-md-90 {
  margin-top: 90px;
}
.brand-background-color {
  background: radial-gradient(
    circle,
    rgb(0 215 250 / 27%) 0,
    rgb(0 215 250 / 17%) 28%,
    rgba(255, 255, 255, 0.5159313725490196) 60%,
    rgba(255, 255, 255, 0.8856792717086834) 76%,
    rgba(255, 255, 255, 0.9613095238095238) 85%,
    #fff 100%
  );
}
.single-service-scroll {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-radius: 12px;
  justify-content: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 250px;
  overflow: visible;
}
.highlight-text svg {
  position: absolute;
  left: 0;
  bottom: -24px;
  z-index: -1;
  width: -webkit-fill-available;
}
.main-title-font {
  text-align: start !important;
  font-weight: 600;
}
.hero__background {
  display: flex;
  min-height: 800px;
  align-items: center;
  padding: 120px 0 60px;
}
.hero_padding,
.team-outer-section {
  display: flex;
  justify-content: center;
  align-items: center;
}
.web_development_screen {
  position: relative;
  width: 80%;
}
.main-expert-wrap {
  padding: 0 70px;
}
.expert-col-wrap {
  display: flex;
  border-top: 2px solid #ececec;
}
.title-expe-sec {
  padding-top: 2rem;
  padding-bottom: 40px;
  width: 35%;
}
.title-expe-sec .heading-h2,
.title-expe-sec h2 {
  padding-right: 15px;
  font-family: var(--font-family-text);
  font-weight: 600;
  color: var(--highlight-text-color);
  margin-bottom: 25px;
}
.sticky-div {
  position: sticky;
  top: 150px;
}
.sticky-div p {
  padding-right: 2rem;
}
.experties-item-col-wrap {
  width: calc(100% - 35%);
}
.even .experties-item-col {
  border-left: 2px solid #ececec;
}
.even .experties-item-col:last-child,
.even .experties-item-col:nth-last-child(2),
.odd .experties-item-col:last-child {
  border-bottom: 0;
}
.odd .experties-item-col:nth-child(odd) {
  border-left: 2px solid #000;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
}
.experties-item-col .experties-it-bx {
  padding: 50px 60px;
  background-color: #fff;
}
.experties-it-bx img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}
.experties-item-col .experties-it-bx .heading-h5,
.experties-item-col .experties-it-bx h5 {
  margin: 16px 0;
  font-family: var(--font-family-subheading-text);
  font-weight: 600;
  font-size: 32px;
  line-height: 39px;
  letter-spacing: -1.5px;
  color: var(--main-title-font-color);
}
.experties-item-col .experties-it-bx p,
.title-expe-sec p {
  font-family: var(--font-family-text);
  text-align: justify;
  font-size: 20px;
  line-height: 30px;
  color: var(--custom-paragraph-color);
}
.service-build {
  background: #7fe8ff;
  background: radial-gradient(circle at 10% 20%, #94f1f6 0, #94bdf6 100.7%);
  padding: 2.5rem;
  box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
  border-radius: 1rem;
  position: relative;
  overflow: hidden;
}
.service-build::before {
  --size: 0;
  content: "";
  position: absolute;
  left: var(--x);
  top: var(--y);
  width: var(--size);
  height: var(--size);
  background: radial-gradient(
    circle closest-side,
    rgba(255, 255, 255, 0.262),
    transparent
  );
  transform: translate(-50%, -50%);
  transition: width 0.2s, height 0.2s;
  pointer-events: none;
}
.service-build:hover::before {
  --size: 400px;
}
.service-btn-section {
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
  justify-content: center;
  margin-top: 2rem;
}
.main-title,
.paragraph-sticky h3,
.service-build-heading {
  padding-top: 1rem;
  color: var(--main-title-font-color) !important;
  font-family: var(--font-family-subheading-text);
  font-weight: 800;
  line-height: normal;
  text-transform: capitalize;
  font-size: 40px;
}
.service-build-para {
  font-size: 1.2rem;
}
.service-build-btn {
  border-radius: 2rem !important;
  border: 2px solid var(--main-title-font-color) !important;
  color: var(--main-title-font-color) !important;
  padding: 0.5rem 2rem !important;
  font-weight: 700 !important;
  background-color: transparent;
}
.service-build-btn:hover {
  color: #f5f5f5 !important;
  background-color: var(--main-title-font-color) !important;
  transition: 0.5s ease-in-out !important;
}
.service-section {
  background-color: var(--main-title-font-color);
  padding: 2rem 0;
}
.service-sub-section {
  background-color: #f0f8ff;
  text-align: center;
  border-radius: 1rem;
  padding: 2.5rem;
}
.paragraph-sticky h3 {
  text-align: center;
}
.service-sub-section > h3 {
  color: var(--main-title-font-color);
  font-weight: 800;
  font-size: 2.5rem;
  line-height: 1.4;
  padding: 1rem 0;
}
.paragraph-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
}
.service-title-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
  text-align: center;
}
.paragraph-sticky h4,
.service-description .col-md-5 h4 {
  font-weight: 600;
  font-size: 1.4rem;
  letter-spacing: 0.06rem;
}
.service-icon-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.service-icon-wrapper#marquee {
  padding: 0;
  flex-wrap: nowrap;
}
.service-data-wrapper {
  width: 100%;
}
.service-icon-wrapper li {
  padding: 0 2rem;
  list-style: none;
  margin: 15px 0;
}
.service-icon-wrapper li .icon-cards,
.single-service-scroll .service-items .icon-cards {
  padding: 10px;
  width: 8rem;
  height: 7rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #f1faff;
  transition: 0.3s ease-in-out;
  box-shadow: -9.6px 12.8px 40px rgba(30, 38, 68, 0.12);
  border-radius: 14px;
}
.single-service-scroll .service-items .icon-cards {
  box-shadow: inset 0 -10px 14px 0 rgba(30, 38, 68, 0.12);
}
.service-icon-wrapper#marquee li .icon-cards {
  padding: 10px;
  text-align: center;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: 0.5s ease-in-out;
  border-radius: 14px;
  transform: scale(0.8);
  box-shadow: none;
  background: #1694d42b;
}
.service-icon-wrapper li .icon-cards:hover,
.single-service-scroll .service-items .icon-cards:hover {
  transform: scale(1.05);
  background: #1694d4 !important;
  color: #fff;
  cursor: pointer;
}
.service-icon-wrapper#marquee li .icon-cards:hover {
  transform: scale(0.9) !important;
}
.icon-cards img {
  width: 3.5rem;
}
#marquee .icon-cards img {
  width: 80px;
}
.heading-h5 {
  margin-top: 0.5rem;
  font-size: 1rem;
  line-height: 1.2rem;
}
.service-section-02 {
  padding: 2rem;
  background: #00d4ff;
  background: linear-gradient(
    133deg,
    rgba(0, 212, 255, 0.7764355742296919) 0,
    rgba(234, 255, 143, 0.501) 28%,
    rgba(255, 216, 182, 0.8660714285714286) 64%,
    #fff 96%
  );
}
.team-section {
  background: radial-gradient(circle at 10% 20%, #94f1f6 0, #94bdf6 100.7%);
  padding: 2rem;
  border-radius: 1rem;
}
.team-section-description > h3 {
  font-weight: 600;
}
.team-section-image {
  display: flex;
  flex-direction: row;
  justify-content: center;
  column-gap: 1.5rem;
}
.team-section-image > :first-child {
  transform: translate(-65px, 10px);
  width: 9rem;
  height: 9rem;
  position: absolute;
}
.team-section-image > :nth-child(2) {
  transform: translate(90px, -50px);
  width: 6rem;
  height: 6rem;
  position: relative;
}
.team-section-image > :nth-child(3) {
  transform: translate(-2px, 60px);
  width: 5rem;
  height: 5rem;
  position: relative;
}
.team-image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.square {
  margin: 0 1rem;
  height: 12rem;
  width: 5px;
  background-color: var(--main-title-font-color);
}
.swiper-container-3 {
  overflow: hidden;
  width: 100%;
  height: 30rem;
}
.swiper-container-3 .swiper-slide {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  background-color: #f0f8ff;
}
.swiper-container-3 .swiper-slide > img {
  width: 50%;
  height: 100%;
  transition: width 0.5s ease-in-out;
  z-index: 1;
}
.swiper-container-3 .swiper-slide button {
  left: 20%;
  top: 45%;
  position: absolute;
  font-size: 1rem;
  z-index: 2;
  padding: 0.5rem 1rem;
  background-color: var(--bg-slide-hover);
  color: #fff;
  opacity: 0;
  border: 2px solid transparent;
  transition: 0.5s ease-in-out;
}
.swiper-container-3 .swiper-slide button:hover {
  background-color: transparent;
  border: 2px solid var(--bg-slide-hover);
}
.swiper-container-3 .swiper-slide:hover button {
  top: 45%;
  left: 15%;
  opacity: 1;
}
.swiper-content {
  position: absolute;
  right: 0;
  display: flex;
  flex-direction: column;
  background-color: var(--bg-slide);
  width: 50%;
  justify-content: center;
  padding: 1rem;
  transition: 0.5s ease-in-out;
  height: 100%;
}
.swiper-content > h3 {
  color: var(--main-title-font-color);
  font-weight: 600;
  font-size: 2rem;
}
.swiper-content > p {
  font-size: 1rem;
  padding: 0.5rem;
  text-align: justify;
}
.swiper-container-3 .swiper-slide:hover .swiper-content {
  background-color: var(--bg-slide-hover);
  padding: 2rem;
  width: 60%;
  z-index: 2;
}
.swiper-container-3 .swiper-slide:hover > img {
  width: 40%;
  filter: blur(2px);
}
.swiper-container-3 .swiper-slide:hover .swiper-content h3,
.swiper-container-3 .swiper-slide:hover .swiper-content p {
  color: #f5f5f5;
}
.swiper-container-3 .swiper-button-prev {
  background: 0 0;
  top: 65%;
  left: 3%;
}
.swiper-container-3 .swiper-button-next {
  background: 0 0;
  top: 65%;
  right: 4%;
}
.swiper-container-3 .swiper-button-next svg,
.swiper-container-3 .swiper-button-prev svg {
  width: 3rem;
}
.main-swiper-2 {
  border-radius: 1rem;
  width: calc(100% - 230px);
  overflow: hidden;
  box-shadow: rgba(50, 50, 93, 0.25) 0 13px 27px -5px,
    rgba(0, 0, 0, 0.3) 0 8px 16px -8px;
}
.swiper-progress-bar {
  position: relative;
  width: 100%;
  display: block;
  z-index: 1;
  height: 2px;
}
.slide_progress-bar {
  position: absolute;
  height: 3px;
  background: rgba(0, 0, 0, 0.3);
  width: auto;
  clear: both;
  opacity: 0;
  bottom: 0.15rem;
  left: 0;
  right: 0;
}
.slide_progress-bar:after {
  position: absolute;
  top: 0;
  left: 0;
  background: #1694d4;
  height: 100%;
  width: 0;
  content: "";
  transition: width 0.1s linear;
}
.swiper-progress-bar.active .slide_progress-bar {
  opacity: 1;
}
.swiper-progress-bar.animate .slide_progress-bar:after {
  transition: width 5s linear;
  transition-delay: unset;
  width: 100%;
}
.review-sub-title {
  font-size: 1.2rem;
  padding: 0.5rem;
}
li {
  margin: 0;
  font-size: 18px;
}
.mb-4 {
  margin-bottom: 4px !important;
}
@media (min-width: 1400px) and (max-width: 1800px) {
  .main-expert-wrap {
    padding: 0 50px;
  }
  .expert-col-wrap,
  .experties-item-col {
    border-width: 2px;
  }
  .title-expe-sec {
    padding-top: 2rem;
    padding-bottom: 30px;
    width: 40%;
  }
  .title-expe-sec .heading-h2,
  .title-expe-sec h2 {
    font-size: 30px;
  }
  .sticky-div {
    top: 150px;
  }
  .experties-item-col-wrap {
    width: calc(100% - 40%);
  }
  .experties-item-col .experties-it-bx {
    padding: 40px 0 40px 30px;
  }
  .experties-item-col .experties-it-bx .heading-h5,
  .experties-item-col .experties-it-bx h5 {
    margin: 12px 0;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: -1px;
  }
  .experties-item-col .experties-it-bx p {
    font-size: 18px;
    line-height: 30px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .main-expert-wrap {
    padding: 0 40px;
  }
  .expert-col-wrap,
  .experties-item-col {
    border-width: 2px;
  }
  .title-expe-sec {
    padding-top: 2rem;
    width: 35%;
    padding-bottom: 20px;
  }
  .title-expe-sec .heading-h2,
  .title-expe-sec h2 {
    top: 120px;
    font-size: 28px;
  }
  .sticky-div {
    top: 120px;
  }
  .experties-item-col-wrap {
    width: calc(100% - 35%);
  }
  .experties-item-col .experties-it-bx {
    padding: 30px 40px;
  }
  .experties-item-col .experties-it-bx .heading-h5,
  .experties-item-col .experties-it-bx h5 {
    margin: 12px 0;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.5px;
  }
  .experties-item-col .experties-it-bx p {
    font-size: 18px;
    line-height: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .main-expert-wrap {
    padding: 0 20px;
  }
  .expert-col-wrap,
  .experties-item-col {
    border-width: 2px;
  }
  .title-expe-sec {
    padding-top: 2rem;
    width: 30%;
    padding-bottom: 20px;
  }
  .title-expe-sec .heading-h2,
  .title-expe-sec h2 {
    top: 100px;
    font-size: 28px;
  }
  .sticky-div {
    top: 100px;
  }
  .experties-item-col-wrap {
    width: calc(100% - 30%);
  }
  .experties-item-col .experties-it-bx {
    padding: 27px 16px;
  }
  .experties-item-col .experties-it-bx .heading-h5,
  .experties-item-col .experties-it-bx h5 {
    margin: 12px 0;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: -1px;
  }
  .experties-item-col .experties-it-bx p {
    font-size: 18px;
    line-height: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-expert-wrap {
    padding: 0 20px;
  }
  .expert-col-wrap {
    border-width: 2px;
    border: none;
    display: block;
  }
  .title-expe-sec {
    padding-top: 0;
    width: 100%;
    padding-bottom: 10px;
  }
  .title-expe-sec .heading-h2,
  .title-expe-sec h2 {
    position: unset;
    font-size: 24px;
  }
  .experties-item-col-wrap {
    width: 100%;
    margin-top: 30px;
  }
  .experties-item-col {
    border-width: 2px;
  }
  .experties-item-col .experties-it-bx {
    padding: 20px 12px;
  }
  .experties-item-col .experties-it-bx .heading-h5,
  .experties-item-col .experties-it-bx h5 {
    margin: 12px 0;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: -0.5px;
  }
  .experties-item-col .experties-it-bx p {
    font-size: 16px;
    line-height: 24px;
  }
  .experties-item-col:nth-last-child(2) {
    border-bottom: 2px solid #000;
  }
  .team-section-image > :first-child {
    transform: translate(-50px, -10px);
    width: 7rem;
    height: 7rem;
  }
  .team-section-image > :nth-child(2) {
    transform: translate(110px, -45px);
    width: 5rem;
    height: 5rem;
  }
  .team-section-image > :nth-child(3) {
    transform: translate(10px, 40px);
    width: 3.5rem;
    height: 3.5rem;
  }
  .team-section-image {
    column-gap: 2rem;
    justify-content: end;
  }
}
@media (max-width: 992px) {
  #blog {
    padding: 10px;
  }
  #blog a {
    display: block;
    width: fit-content;
  }
  .hero_padding {
    min-height: 100%;
  }
  .mt-md-90 {
    margin-top: auto;
  }
  .single-service-scroll {
    top: 120px;
  }
  .service-grid {
    grid-template-columns: 1fr 1fr;
  }
  .service-grid > div:nth-child(2) {
    order: -1;
    grid-column: span 2;
  }
  .service-grid > div:first-child,
  .service-grid > div:nth-child(3) {
    order: 2;
  }
  .main-swiper-2 {
    width: 85vw;
    height: 25rem;
  }
  .swiper-content > h3 {
    font-weight: 600;
    font-size: 22px;
  }
  .swiper-content > p {
    font-size: 1rem;
  }
  .swiper-container-3 .swiper-button-prev {
    background: 0 0;
    left: -1.2rem;
  }
  .swiper-container-3 .swiper-button-next {
    background: 0 0;
    right: -1rem;
  }
  .swiper-container-3 .swiper-button-next svg,
  .swiper-container-3 .swiper-button-prev svg {
    width: 2rem;
  }
  .swiper-container-3 .swiper-slide:hover button {
    top: 45%;
    left: 10%;
    opacity: 1;
  }
  .team-outer-section {
    justify-content: end;
    align-items: end;
  }
}
@media screen and (max-width: 768px) {
  .hero__background {
    min-height: 100svh;
  }
  .development-img img {
    width: -webkit-fill-available;
  }
  .development-img {
    order: 1;
  }
  .development--text {
    margin-top: 40px;
    order: 2;
  }
  .cost-modal {
    margin-top: 0 !important;
  }
  .team-section-image {
    justify-content: end !important;
  }
  .main-title-font {
    font-size: 45px;
    margin-bottom: 2rem;
  }
  .team-section-image > :first-child {
    transform: translate(-50px, -15px) scale(0.89) !important;
    width: 6rem;
    height: 6rem;
  }
  .team-section-image > :nth-child(2) {
    transform: translate(80px, -55px) scale(1) !important;
    height: 4rem;
    width: 4rem;
  }
  .team-section-image > :nth-child(3) {
    transform: translate(3px, 20px) scale(1) !important;
    height: 3rem;
    width: 3rem;
  }
  .main-expert-wrap {
    padding: 0 15px;
  }
  .expert-col-wrap {
    border-width: 2px;
    border: none;
    display: block;
  }
  .title-expe-sec {
    padding-top: 0;
    width: 100%;
    padding-bottom: 0;
  }
  .title-expe-sec .heading-h2,
  .title-expe-sec h2 {
    position: unset;
    font-size: 30px;
  }
  .experties-item-col-wrap {
    width: 100%;
    margin-top: 20px;
  }
  .experties-item-col .experties-it-bx {
    padding: 20px 12px;
  }
  .experties-item-col .experties-it-bx .heading-h5,
  .experties-item-col .experties-it-bx h5 {
    margin: 12px 0;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0;
  }
  .experties-item-col .experties-it-bx p {
    font-size: 16px;
    line-height: 24px;
  }
  .experties-item-col:nth-last-child(2) {
    border-bottom: 2px solid #000;
  }
  .experties-item-col,
  .experties-item-col:last-child {
    border: 2px solid #000 !important;
  }
  .even .experties-item-col:last-child,
  .odd .experties-item-col:last-child {
    border-bottom: 2px solid #000 !important;
  }
  .review-sub-title {
    text-align: justify;
  }
  .main-title {
    font-size: 30px !important;
  }
  .team-section-description > h3,
  .team-section-description > p {
    text-align: justify !important;
  }
}
@media screen and (max-width: 576px) {
  #marquee .icon-cards img {
    width: 60px;
  }
  .service-icon-wrapper li {
    padding: 0 1rem;
  }
  .team-section-image > :first-child {
    transform: translate(-50px, -10px) !important;
    height: 5rem;
    width: 5rem;
  }
  .team-section-image > :nth-child(2) {
    transform: translate(90px, -50px) !important;
    height: 4rem;
    width: 4rem;
  }
  .team-section-image > :nth-child(3) {
    transform: translate(8px, 23px) !important;
    height: 3rem;
    width: 3rem;
  }
  .service-build-para {
    font-size: 1rem !important;
    text-align: justify;
  }
  .service-build-heading {
    font-size: 20px;
    text-align: justify;
  }
  .paragraph-sticky h3 {
    font-size: 25px;
  }
  .swiper-container-3 .swiper-button-prev {
    left: 0;
  }
  .swiper-container-3 .swiper-button-next {
    right: 1px;
  }
  .swiper-content > p {
    font-size: 0.8rem;
  }
  .main-swiper-2 {
    width: calc(100% - 30px);
    height: 35rem;
  }
  .swiper-container-3 {
    height: 100%;
  }
  .swiper-container-3 .swiper-slide {
    flex-direction: column;
  }
  .swiper-container-3 .swiper-slide > img {
    width: 100%;
    height: 60%;
    object-fit: cover;
  }
  .swiper-content {
    position: static;
    width: 100%;
  }
  .swiper-container-3 .swiper-slide:hover > img {
    height: 40%;
    width: 100%;
    filter: blur(2px);
  }
  .swiper-container-3 .swiper-slide:hover .swiper-content {
    width: 100%;
    height: 90%;
  }
  .swiper-container-3 .swiper-slide button {
    font-size: 1.2rem !important;
    top: 10%;
    left: 32%;
  }
  .swiper-container-3 .swiper-slide:hover button {
    top: 15%;
    left: 32%;
  }
  .service-build {
    padding: 20px 10px !important;
  }
  .service-build ul {
    list-style: none;
  }
  .review-sub-title {
    font-size: 16px !important;
  }
  .paragraph-sticky ul li {
    font-size: 16px;
    padding-right: 10px;
  }
}
