.landing-page .inrbanner {
  min-height: 750px;
}

.landing-page .inrbanner h3 {
  color: var(--white);
}
.landing-page .inrbanner ul.woo_breadcums {
  margin: 20px 0;
}

.landing-page .container {
  max-width: 1100px;
}

.solution-listing {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px 40px;
}
.solution-listing li {
  width: calc(33.33% - 30px);
  margin: 0 15px;
  text-align: center;
  padding: 30px;
  background-color: var(--white);
}
.solution-listing li .heading20 {
  margin-bottom: 20px;
}

.center-content-wrapper,
.project_details .helf-section .right-side,
.project_details .helf-section .left-side {
  margin-bottom: 80px;
}

.solution-listing + .btn_theme {
  margin: 0 auto;
}
.header-divider {
  /* border-bottom: 1px solid #dfdfdf;
  padding-bottom: 20px; */
  margin-bottom: 40px;
}
.testimonial-wrapper {
  margin: 80px 0;
}
.testimonial-wrapper .cl-content .cl-name {
  font-size: 18px;
  font-weight: 600;
}
.inbanner-content {
  display: flex;
  /* flex: 1; */
  flex-wrap: wrap;
  margin-top: 150px;
}
.landing-page .inrbanner .container {
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.slider .slick-prev {
  z-index: 1;
}
.helf-section.row-reverse .left-side {
  padding-left: 50px;
  padding-right: 0;
}
.slider .slick-prev {
  left: 10px;
}
.slider .slick-next {
  right: 10px;
}
.slider .slick-next,
.slider .slick-prev {
  top: 50%;
}
@media (max-width: 1199px) {
  .solution-listing {
    margin-left: -10px;
    margin-right: -10px;
  }
  .solution-listing li {
    width: calc(33.33% - 20px);
    margin: 0 10px;
    padding: 20px;
  }
  .testimonial-wrapper {
    margin: 60px 0;
  }
  .solution-listing,
  .project_details .helf-section .right-side,
  .project_details .helf-section .left-side {
    margin-bottom: 60px;
  }
}

@media (max-width: 991px) {
  .project_details .helf-section .right-side {
    max-width: 100%;
  }
  .header-divider .text-center {
    text-align: left;
  }
  .testimonial-wrapper {
    margin: 40px 0;
  }
  .solution-listing li {
    width: calc(50% - 20px);
  }
  .solution-listing li:not(:last-child) {
    margin-bottom: 30px;
  }
  .solution-listing {
    justify-content: center;
  }
  .solution-listing,
  .project_details .helf-section .right-side,
  .project_details .helf-section .left-side {
    margin-bottom: 40px;
  }
  .landing-page .inrbanner {
    min-height: 500px;
  }
  .helf-section.row-reverse .left-side {
    padding-left: 0px;
  }
}
@media (max-width: 767px) {
  .solution-listing,
  .project_details .helf-section .right-side,
  .project_details .helf-section .left-side {
    margin-bottom: 30px;
  }
  .testimonial-wrapper {
    margin: 30px 0;
  }
  .solution-listing li:not(:last-child) {
    margin-bottom: 20px;
  }
  .landing-page .inrbanner {
    min-height: 450px;
  }
  .landing-page .inrbanner h3 {
    font-size: 22px;
  }
}
@media (max-width: 576px) {
  .solution-listing li {
    width: 100%;
    margin: 0;
  }
  .landing-page .inrbanner h3 {
    font-size: 20px;
  }
  .solution-listing {
    margin-left: 0px;
    margin-right: 0px;
  }
  .inbanner-content {
    padding-top: 0;
  }
  .landing-page .inrbanner .container {
    position: relative;
  }
  .inbanner-content {
    text-align: center;
  }
  .landing-page .inrbanner a.btn_theme {
    margin: 0 auto;
  }
}

.border-item {
  border: 1px solid #dfdfdf;
  margin-bottom: 30px;
  padding: 15px;
}

.solution-listing li img {
  margin-bottom: 20px;
}

.contact-details-form .row > .form-group {
  margin-bottom: 20px;
}
