.inner-banner-bg {
  padding: 160px 0 160px;
  background-position: center right;
  background-size: cover;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.inner-banner-bg:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.7);
}
.inner-banner-bg .inner-banner-caption {
  margin: 50px 0 0;
}
.inner-banner-bg .inner-banner-caption h1 {
  color: #ffffff;
  font-size: 3.2rem;
  line-height: 4.2rem;
  text-align: center;
  position: relative;
  padding: 12px 0px;
}
.inner-banner-bg .inner-banner-caption p {
  color: #ffffff;
  font-size: 1.8rem;
  line-height: 2.6rem;
  text-align: center;
  position: relative;
  padding: 12px 0px;
}

.center-items .partners-carousel1 {
    justify-content: center;
}

.inner-heading {
  font-size: 2.4rem;
  line-height: 3.4rem;
  font-weight: 700;
  color: #750615;
  margin: 0 0 15px;
}

.inner-sub-heading {
  font-size: 2rem;
  line-height: 3rem;
  margin: 20px 0 10px;
  position: relative;
  padding-left: 12px;
  color: #000000;
}
.inner-sub-heading:after {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 4px;
  height: 30px;
  background-color: #750615;
}

.img-wrap {
  position: relative;
  z-index: 1;
}
.img-wrap:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 80%;
  top: -10px;
  border-radius: 10px;
  background-color: #750615;
  z-index: -1;
}
.img-wrap img {
  border-radius: 10px;
}

.property-serve-each {
  padding: 20px;
  background-color: #ffffff;
  border-top: 1px solid #750615;
  border-bottom: 3px solid #750615;
  border-radius: 10px;
  margin-bottom: 80px;
  min-height: calc(100% - 80px);
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.05);
  text-align: center;
}
.property-serve-each .inner-sub-heading {
  border: none;
  margin: 0 0 10px 0;
  padding: 0;
  color: #750615;
}
.property-serve-each .inner-sub-heading::after {
  content: none;
}
.property-serve-each .propert-serve-icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 2px solid #750615;
  background-color: #ffffff;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.05);
  margin: -70px auto 15px;
}

/********** faq -block ************/
.faq-block .accordion-item {
  border: transparent;
  background-color: transparent;
  margin: 0 0 10px;
  border-radius: 0;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.faq-block .accordion-header {
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-family: "Roboto", sans-serif;
}

.faq-block .accordion-button {
  color: #000000;
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 600;
  background-color: #f5f5f5;
  margin-bottom: 10px;
  padding: 12px 20px;
  border-radius: 5px !important;
  border: none;
  position: relative;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  gap: 15px;
  min-height: 60px;
}
.faq-block .accordion-button img {
  width: 30px;
}

.faq-block .accordion-item {
  border: none;
  margin-bottom: 2px;
  background-color: #ffffff;
}
.faq-block .accordion-header {
  margin: 0;
  border-radius: 0px;
}
.faq-block .accordion-header .accordion-button {
  font-size: 1.7rem;
  padding: 20px;
  font-weight: 600;
  background-color: #ffffff;
  border: none;
  border-radius: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0;
}
.faq-block .accordion-header .accordion-button:not(.collapsed) {
  color: #750615;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}
.faq-block .accordion-header .accordion-button:focus {
  z-index: 3;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.faq-block .accordion-header .accordion-button::after {
  position: absolute;
  content: "\f107";
  right: 10px;
  font-family: "Font Awesome 6 Pro";
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  font-weight: 600;
  display: table;
  background-image: none !important;
  color: #750615;
  font-size: 1.8rem;
  line-height: 2.8rem;
}
.faq-block .accordion-body {
  padding: 10px 20px;
}

/********** faq -block End ************/
.img-wrap.left:before {
  left: -10px;
}

.img-wrap.right:before {
  right: -10px;
}

.form-wrap {
  padding: 30px;
  background-color: #ffffff;
  border-radius: 10px;
  border: 1px solid #750615;
}

.each-partner {
  border: 1px solid #750615;
  padding: 5px;
  border-radius: 5px;
  text-align: center;
  background-color: #ffffff;
}
.each-partner img {
  max-width: 140px;
}

.owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
  position: absolute;
  top: 40%;
  width: 35px;
  height: 35px;
  background-color: #faf9fc;
  border-radius: 50%;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.owl-nav .owl-prev i,
.owl-nav .owl-next i {
  font-size: 1.4rem;
  position: relative;
  color: #000000;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  font-weight: 400;
}

.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
  background-color: #750615;
}

.owl-nav .owl-prev:hover i,
.owl-nav .owl-next:hover i {
  color: #ffffff;
}

.owl-prev {
  left: -60px;
}

.owl-next {
  right: -60px;
}

.contact-sidebar {
  padding: 30px 20px;
  height: 100%;
}
.contact-sidebar .contact-links li {
  list-style-type: none;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #f4f4f4;
  padding-bottom: 15px;
}
.contact-sidebar .contact-links li a, .contact-sidebar .contact-links li p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #202020;
}
.contact-sidebar .contact-links li i {
  margin-right: 15px;
  color: #ffffff;
  width: 35px;
  height: 35px;
  background: #750615;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact-sidebar .contact-links li span {
  color: #202020;
  margin-bottom: 0px;
  word-break: break-all;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.contact-sidebar .get-social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #000000;
  width: 35px;
  height: 35px;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.projects-name h2 {
  font-size: 2rem;
  line-height: 3rem;
}

.each-portfolio {
  border-radius: 5px;
  overflow: hidden;
  margin: 30px 0 0;
  background-color: #ffffff;
  padding: 0px;
  border: 1px solid rgba(117, 6, 21, 0.7);
  position: relative;
}
.each-portfolio img {
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
}
.each-portfolio:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.each-portfolio .each-portfolio-name {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  padding: 5px 15px;
  font-weight: 500;
  display: block;
  text-align: center;
}
.each-portfolio .each-portfolio-name h2, .each-portfolio .each-portfolio-name p {
  color: #ffffff;
  margin: 0;
}
.each-portfolio .each-portfolio-name h2 {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.8rem;
}

.service-section {
    position: relative;
}

.service-section::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #750615;
    opacity: 0.2;
}

.service-section .container {
    position: relative;
    z-index: 9;
}

@media (max-width: 1024px) {
  .owl-nav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .owl-nav .owl-prev,
  .owl-nav .owl-next {
    position: static;
    margin: 10px 5px;
  }
}
@media (max-width: 990px) {
  .inner-banner-bg {
    padding: 120px 0 130px;
  }
  .inner-banner-bg .inner-banner-caption h1 {
    font-size: 2.4rem;
    line-height: 3.4rem;
  }
}
@media (max-width: 767px) {
  .inner-banner-bg {
    padding: 100px 0 100px;
  }
  .each-partner img {
    max-width: 120px;
  }
}