.home-slider .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-bottom: 4px solid #791814;
  border-radius: 0px 0px 80px 80px;
}
.home-slider .carousel-caption {
  position: relative;
  right: auto;
  bottom: auto;
  left: auto;
  z-index: 1;
  margin: 260px 0 240px;
  opacity: 0;
  text-align: left;
}
.home-slider .carousel-caption h1 {
  font-size: 3.4rem;
  line-height: 4.4rem;
  margin: 0 0 10px;
  text-transform: capitalize;
  font-weight: 700;
  color: #222;
}
.home-slider .carousel-caption h1 i {
  font-style: normal;
  text-transform: none;
  display: block;
  font-weight: 700;
  color: #791814;
  margin: 0 0 8px;
}
.home-slider .carousel-caption p {
  font-size: 18px;
  line-height: 29px;
  color: #222;
}
.home-slider .carousel-caption .home-cta {
  margin: 20px 0 0;
}
.home-slider .mob-banner {
  background-size: 0;
}
.home-slider .carousel-item {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: unset;
  display: table;
  -webkit-animation: animatedBackground 20s linear infinite;
          animation: animatedBackground 20s linear infinite;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  position: relative;
}
.home-slider .carousel-item.active .carousel-caption {
  opacity: 1;
}
.home-slider .carousel-item.active .carousel-caption h1, .home-slider .carousel-item.active .carousel-caption h2, .home-slider .carousel-item.active .carousel-caption p, .home-slider .carousel-item.active .carousel-caption .home-cta a {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

.flex-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 10px;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.pad-80 {
  padding: 80px 0;
}

.highlight-text {
  font-weight: 700;
  padding: 10px 8px;
  background-color: rgba(255, 255, 255, 0.3);
  border: 2px dotted #791814;
  font-size: 16px !important;
  line-height: 26px !important;
  border-radius: 10px;
}

.img-block {
  position: relative;
  border-radius: 22px;
  padding: 5px;
  z-index: 1;
}
.img-block img {
  border-radius: 22px;
}
.img-block .img-dots {
  position: absolute;
  top: 15%;
  left: -30px;
  width: 50px;
  height: auto;
  z-index: -1;
}
.img-block .img-dots img {
  -webkit-animation: float-icon 6s ease-in-out infinite;
          animation: float-icon 6s ease-in-out infinite;
}

@-webkit-keyframes float-icon {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@keyframes float-icon {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.help-block {
  position: relative;
  border-radius: 20px;
  margin-top: 30px;
  padding: 5px;
  overflow: hidden;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  border: 1px solid rgba(121, 24, 20, 0.2);
  min-height: calc(100% - 30px);
}
.help-block h3 {
  font-size: 2rem;
  line-height: 3.2rem;
  margin: 0 0 15px;
  color: #791814;
  font-weight: 700;
}
.help-block img {
  border-radius: 20px 20px 0 0;
}
.help-block .help-wrap {
  padding: 20px 20px;
}
.help-block i {
  font-size: 4rem;
  line-height: 5rem;
  color: #791814;
  margin-bottom: 10px;
}
.help-block:hover {
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.help-block:hover .image-anime::after {
  height: 250%;
  -webkit-transition: all 600ms linear;
  transition: all 600ms linear;
  background-color: transparent;
}

.background-bg {
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.background-bg:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(255, 255, 255, 0.5);
  z-index: -1;
}

.trust-block {
  border-radius: 20px 20px;
  margin-top: 30px;
  padding: 25px;
  overflow: hidden;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  border: 1px solid rgba(121, 24, 20, 0.2);
  background-size: cover;
  position: relative;
  min-height: calc(100% - 30px);
}
.trust-block:hover {
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.trust-block img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.trust-block h3 {
  font-size: 2rem;
  line-height: 3.2rem;
  font-weight: 700;
  margin-bottom: 5px;
  color: #791814;
}

.trust-block p {
  margin: 0;
}

.service-single {
  overflow: hidden;
  margin: 30px 0 0px;
  border-radius: 10px;
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}

.service-single::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.81);
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  z-index: 1;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  opacity: 0.1;
}

.service-single:hover::after {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  opacity: 1;
}

.service-single::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  top: auto;
  bottom: 0;
  right: 0;
  margin: 0 auto;
  width: 80px;
  height: 4px;
  background-color: #791814;
  z-index: 9;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.service-single:hover::before {
  width: 100%;
}

.service-single .service-single-head {
  display: block;
  font-size: 18px;
  line-height: 28px;
  padding: 10px 15px;
  position: absolute;
  width: 100%;
  bottom: 0;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  z-index: 2;
  color: #222222;
  font-weight: 700;
  background-color: #fff;
}

.service-single a {
  color: #791814;
}

.service-single .service-inner-block {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
}

.service-single:hover .service-single-head {
  bottom: 100%;
  padding: 0;
  background-color: transparent;
}

.service-single:hover .service-single-para {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

.service-single .service-single-para {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  padding: 0px 15px 30px;
}

.step-block-main {
  position: relative;
  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;
}
.step-block-main::before {
  content: "";
  position: absolute;
  top: -98px;
  left: 0;
  background-image: url(/images/step-line.webp);
  background-size: 94%;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.step-block-main .step-block-each {
  width: 280px;
  position: relative;
  text-align: center;
  margin: 0 5px;
}
.step-block-main .step-block-each .step-block-img {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  overflow: hidden;
  border: dashed 2px #791814;
  background: #fff;
  margin: 0 auto;
  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;
}
.step-block-main .step-block-each .step-block-img .step-icon {
  width: 90px;
  padding: 0;
  border-radius: 0;
  pointer-events: none;
}
.step-block-main .step-block-each .step-block-desc {
  margin-top: 20px;
  padding: 0 20px;
}
.step-block-main .step-block-each .step-block-desc h3 {
  font-size: 2rem;
  line-height: 3rem;
  color: #222222;
  font-weight: 600;
}
.step-block-main .step-block-each .step-block-desc h3 span {
  display: block;
  font-size: 2.4rem;
  color: #791814;
  margin-bottom: 10px;
  font-weight: 700;
  position: relative;
  text-align: center;
  z-index: 1;
}
.step-block-main .step-block-each .step-block-desc h3 span::before {
  content: "Step";
  position: absolute;
  top: -10px;
  margin: 0 auto;
  left: 0;
  right: 0;
  font-size: 2.6rem;
  color: #ddd;
  z-index: -1;
  text-transform: uppercase;
}

.testimonial-carousel .item {
  background-color: #faf9fc;
  border: 2px solid rgba(121, 24, 20, 0.1);
  border-radius: 30px;
  padding: 40px;
  position: relative;
  z-index: 1;
  width: 100%;
}
.testimonial-carousel .item p {
  font-style: italic;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.review-stars {
  margin-bottom: 16px;
}
.review-stars i {
  color: #f5a623;
  font-size: 1.6rem;
  margin-right: 2px;
}

.review-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.review-meta strong {
  color: #791814;
  font-size: 1.6rem;
}
.review-meta .review-date {
  font-size: 1.3rem;
}

.testimonial-carousel .item::before {
  content: "\f10d";
  font-family: "Font Awesome 7 Pro";
  font-weight: 900;
  font-size: 60px;
  z-index: -1;
  position: absolute;
  top: -5px;
  left: 25px;
  border-radius: 30px;
  color: #791814;
  opacity: 0.1;
}

.testimonial-carousel .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.testimonial-carousel .owl-stage .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.blog-each {
  border-radius: 20px;
  overflow: hidden;
  padding: 10px;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  background-color: #fff;
  margin: 30px 0 0;
  height: calc(100% - 30px);
}
.blog-each:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}
.blog-each .blog-img {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 15px;
}
.blog-each .blog-img img {
  border-radius: 20px;
}
.blog-each .blog-content {
  padding: 10px;
}
.blog-each .blog-content h3 {
  font-size: 2rem;
  line-height: 3.2rem;
  margin: 0 0 15px;
  color: #222222;
  font-weight: 700;
}

.cta-block-main {
  background-color: #faf9fc;
  position: relative;
  padding: 60px 30px;
  border-radius: 30px;
  position: relative;
}

.cta-block-main:before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 100%;
  height: 100%;
  background-color: #791814;
  z-index: -1;
  border-radius: 30px;
}

.planning-process-bg {
  z-index: 1;
}
.planning-process-bg:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-position: center right;
  background-repeat: no-repeat;
  background-image: url(/images/right-object.webp);
}
.planning-process-bg:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-position: center left;
  background-repeat: no-repeat;
  background-image: url(/images/left-object.webp);
}

.blog-bg {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-attachment: fixed;
  z-index: 1;
}
.blog-bg:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(250, 249, 252, 0.95);
}

@media (max-width: 1500px) {
  .home-slider .carousel-caption {
    margin: 150px 0 140px;
  }
}
@media (max-width: 1024px) {
  .home-slider .carousel-caption {
    margin: 200px 0px 180px;
  }
  .home-slider .carousel-item {
    background-position: center right;
  }
  .home-slider .carousel-item::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: rgba(255, 255, 255, 0.7);
  }
}
@media (max-width: 1024px) {
  .service-single .service-single-head,
  .service-single .service-inner-block {
    position: static;
    color: #222222 !important;
    padding: 10px 0px;
  }
  .service-single::after,
  .service-single::before {
    display: none;
  }
  .service-single .service-single-para {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    padding: 0;
  }
  .service-single-para p {
    color: #222222 !important;
  }
  .step-block-main {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .step-block-main::before {
    content: none;
  }
}
@media (max-width: 990px) {
  .home-slider .carousel-caption {
    margin: 200px 0px 140px;
  }
}
@media (max-width: 767px) {
  .pad-80 {
    padding: 40px 0;
  }
  .home-slider .carousel-item::before {
    z-index: 1;
    background: rgba(255, 255, 255, 0.8);
    width: 100%;
  }
  .home-slider .carousel-caption {
    margin: 90px 0 50px;
  }
  .home-slider .carousel-item {
    background-size: 0;
  }
  .home-slider .mob-banner {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: unset;
  }
  .step-block-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
  }
  .step-block-main::before {
    content: none;
  }
  .home-slider .carousel-caption .home-cta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .home-slider .carousel-caption h1 {
    font-size: 3rem;
    line-height: 4rem;
  }
}