.home-slider {
  position: relative;
}
.home-slider .banner-item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 1;
}
.home-slider .banner-item video {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: auto;
  z-index: 0;
}
.home-slider .banner-item::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
}
.home-slider .mobile-banner {
  background-repeat: no-repeat;
  background-size: 0;
  background-position: center center;
}
.home-slider .carousel-caption {
  position: relative;
  bottom: auto;
  top: auto;
  left: 0;
  padding: 300px 0;
  text-align: start;
  z-index: 1;
}
.home-slider .carousel-caption .banner-details .banner-heading {
  font-size: 5.2rem;
  line-height: 7rem;
  font-weight: 700;
  color: #ffffff;
  position: relative;
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  margin-bottom: 25px;
}
.home-slider .carousel-caption .banner-details p {
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 500;
  margin-bottom: 25px;
  color: #ffffff;
}
.home-slider .carousel-caption .banner-details p, .home-slider .carousel-caption .banner-details .btn-main, .home-slider .carousel-caption .banner-details .banner-title, .home-slider .carousel-caption .banner-details .animated-call-btn {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

.about-img {
  position: relative;
}
.about-img .home-about-image {
  border-radius: 30px;
}
.about-img .exp-box {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #f5f5f5;
  height: 180px;
  width: 180px;
  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-radius: 30px 0 0;
  padding: 10px 0 10px 10px;
}
.about-img .exp-box .exp-box-inner {
  padding: 10px;
  background-color: #750615;
  height: 100%;
  width: 100%;
  border-radius: 30px;
  text-align: center;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.about-img .exp-box .exp-box-inner h4 {
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: 500;
}
.about-img .exp-box .exp-box-inner img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.top-right-corner {
  top: -30px;
  right: 0%;
  -webkit-transform: none;
          transform: none;
  position: absolute;
}

.bottom-left-corner {
  bottom: 0%;
  left: -30px;
  -webkit-transform: none;
          transform: none;
  position: absolute;
}

.top-right-corner svg,
.bottom-left-corner svg {
  fill: #f5f5f5;
}

.service-each-block {
  padding: 50px 0 80px 0;
}

.service-each-details .sub-head {
  font-size: 3.2rem;
  line-height: 4.2rem;
  font-weight: 700;
}

.service-block-accordion .accordion-item {
  border: none;
}
.service-block-accordion .accordion-header .accordion-button {
  font-size: 1.7rem;
  padding: 18px 0;
  font-weight: 600;
  background-color: transparent;
  border-bottom: 1px solid rgba(117, 6, 21, 0.2);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.service-block-accordion .accordion-header .accordion-button:not(.collapsed) {
  color: #750615;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  border-bottom: 1px solid rgba(117, 6, 21, 0.2);
}
.service-block-accordion .accordion-header .accordion-button:focus {
  z-index: 3;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.service-block-accordion .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;
}

.flex-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.rounded {
  border-radius: 5px;
}

.each-why-choose-box .why-choose-icon img {
  position: relative;
  top: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.each-why-choose-box:hover .why-choose-icon img {
  top: -5px;
}

.img-block {
  position: relative;
  z-index: 1;
}
.img-block::before {
  position: absolute;
  right: -20px;
  top: 20px;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #f5f5f5;
  border-radius: 30px;
  z-index: -1;
}
.img-block img {
  border-radius: 30px;
}
.img-block.left::before {
  left: -20px;
}

.sub-head {
  font-size: 2rem;
  line-height: 3rem;
}

.overlay-bg {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.overlay-bg::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
}

.cta-inner {
  background-color: #fff;
  padding: 40px 30px;
}
.cta-inner .heading .sub-heading {
  color: #000000;
}

.project-image-box-main {
  position: relative;
  z-index: 1;
  padding: 5px;
  background-color: #ffffff;
  border: 1px solid rgba(117, 6, 21, 0.4);
}
.project-image-box-main::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  z-index: 0;
}
.project-image-box-main img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.project-image-box-main:hover::after {
  background-color: rgba(0, 0, 0, 0.5);
}
.project-image-box-main .project-carousel-img-box {
  position: relative;
}
.project-image-box-main .project-carousel-img-box::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "\f06e";
  font-family: "Font Awesome 6 Pro";
  font-size: 3rem;
  color: #fff;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  font-weight: 600;
  cursor: pointer;
}
.project-image-box-main:hover .project-carousel-img-box::after {
  opacity: 1;
}

/*Project Tabs*/
.why-choose-main {
  position: relative;
}
.why-choose-main::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-color: rgba(117, 6, 21, 0.2);
  background-image: url(/wp-content/themes/srp_theme/assets/images/why-choose-us-bg.webp);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  z-index: 1;
}

.project-section {
  position: relative;
  z-index: 1;
}
.project-section::before {
  position: absolute;
  content: "";
}

.owl-btn .owl-prev, .owl-btn .owl-next {
  background-color: #f5f5f5 !important;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  color: #750615;
  border: 0;
  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;
  font-size: 20px !important;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  cursor: pointer;
}
.owl-btn .owl-prev:hover, .owl-btn .owl-next:hover {
  background-color: #750615 !important;
  color: #fff;
}

@media (max-width: 1400px) {
  .home-slider .carousel-caption {
    padding: 180px 0;
  }
  .home-slider .carousel-caption .banner-details .banner-heading {
    font-size: 3.8rem;
    line-height: 4.8rem;
  }
}
@media (max-width: 1024px) {
  .cta-inner {
    padding: 30px 20px;
  }
  .home-slider .carousel-caption {
    padding: 140px 0;
  }
}
@media (max-width: 990px) {
  .home-slider .carousel-caption .banner-details .banner-heading {
    font-size: 3.2rem;
    line-height: 4.4rem;
  }
}
@media (max-width: 767px) {
  .home-slider .banner-item video {
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: 100%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
  .home-slider .carousel-caption {
    padding: 150px 0;
  }
  .home-slider .carousel-caption .banner-details .banner-heading {
    font-size: 3rem;
    line-height: 4rem;
  }
  .home-slider .carousel-caption .banner-details p {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
  .service-each-block {
    padding: 30px 0 50px 0;
  }
  .service-each-details {
    margin: 20px 0 0;
  }
  .service-each-details .sub-head {
    font-size: 2.4rem;
    line-height: 3.4rem;
  }
  .why-choose-main {
    position: relative;
  }
  .why-choose-main::after {
    position: absolute;
    content: none;
    top: 0;
    right: 0;
    width: 100%;
    height: 50%;
    background-color: rgba(117, 6, 21, 0.2);
    background-image: url(/wp-content/themes/srp_theme/assets/wp-content/themes/srp_theme/assets/images/why-choose-us-bg.webp);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    z-index: 1;
  }
  .cta-inner {
    padding: 20px;
  }
}