.about-wrapper h2 {
  padding-top: 15px;
}

.about-wrapper p {
  padding-top: 15px;
  max-width: 70%;
  margin: 0 auto;
}

.about-img img {
  max-width: 75%;
  border-top-right-radius: 150px;
  border-bottom-left-radius: 150px;
  border-bottom-right-radius: 15px;
  border-top-left-radius: 15px;
}

.about-wrapper button {
  margin-top: 15px;
}

.service-heading h2 {
  padding-top: 15px;
}

.service-heading p {
  padding-top: 15px;
}

.service-box {
  background: #fff;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
}

.service-box p {
  padding-top: 15px;
  text-align: justify;
}

.service-box h3 {
  padding-top: 20px;
}

.service-box a {
  padding-top: 20px;
  color: #7D7D7D;
  text-decoration: none;
}

.service-box i {
  padding-left: 4px;
}

.project-heading h2 {
  padding-top: 10px;
}

.project-heading p {
  text-align: justify;
}

.arrow-button i {
  color: #7D7D7D;
}

.head-bg {
  background-color: #30373E !important;
  border: 1px solid #30373E;
  color: #fff !important;
  border: none;
  width: 32%;
  padding: 5px;
}

.team-role h3 {
  padding-top: 15px;
  background-color: #EAEAEA;
  border: 1px solid #30373E;
  padding: 5px;
  width: 40%;
  color: #000;
  border: none;
}


.banner-three-item {
  width: 100%;
  padding: 0 20px;
}

.banner-three-item img {
  width: 100%;
}
.project-wrapper{
  background: #f5ecee;
}
.feedback-wrapper {
  background: #f5ecee;
}

.feedback-box {
  border-radius: 15px;
  border: 1.337px solid #e7eaec;
  background: #fff;
  padding: 15px;
  height: 250px;
}

.feedback-box img {
  max-width: 70px;
}

.feedback-box .google {
  max-width: 30px;
}

.rating ul {
  padding: inherit;
  display: flex;
}

.rating li {
  list-style: none;
  padding-right: 10px;
}

.rating li i {
  color: #fdcc0d;
}

.carousel-indicators button.thumbnail {
  width: 100px;
}

.carousel-indicators button.thumbnail:not(.active) {
  opacity: 1;
}

.carousel-indicators {
  position: static;
}

.service-list ul {
  list-style: none;
  margin-top:1rem;
}

.service-list li {
  position: relative;
  padding-bottom: 15px;
  margin-left: 1rem;
  line-height: 1.7;
  font-size: 16px;
}

.service-list ul li::before {
  content: "";
  background: url(../images/tick.webp) no-repeat;
  width: 18px;
  height: 18px;
  position: absolute;
  left: -35px;
  top: 5px;
  background-color: #B80F0A;
  border-radius: 5px;
  background-position: center;
}
.service-list h4{
  color:#B80F0A;
  font-weight: 700;
  margin-bottom:1rem;
}
@media screen and (min-width: 992px) {
  .carousel {
    max-width: 70%;
    margin: 0 auto;
  }
}