#loader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #ffffff;
  top: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.spinner {
  border: 8px solid #f3f3f3;
  border-top: 8px solid #3498db;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


.blogs-row {
    margin: 10px 20px;
}

.testimonials-area.terra-viva {
    padding-bottom: 0px;
}
.terra-viva .heading {
    margin-bottom: 0px;
}
.terra-viva .info h2 {
    font-weight: 700;
}
.terra-viva .info {
    text-align: center;
}
.terra-viva .testimonial-style-two h4 {
    font-weight: 800;
    margin-bottom: 5px;
    margin-top: 20px;
    margin-bottom: 15px;
}
.terra-viva .info h2 {
    font-weight: 700;
    font-size: 50px;
    color: #49a760;
}
.testimonial-style-two span {
    color: var(--color-paragraph);
}
p.sub-heading-s {
    font-size: 18px;
    margin-bottom: 30px;
    color: #000;
    font-weight: 800;
}
.terra-viva-slide.swiper .swiper-pagination .swiper-pagination-bullet {
    background: transparent;
    height: 20px;
    width: 20px;
    border: 3px solid #767272;
    position: relative;
    z-index: 1;
    opacity: 1;
}
.terra-viva-slide.swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border-color: #000;
}
.terra-viva-slide.swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    position: absolute;
    left: 50%;
    top: 50%;
    content: "";
    height: 5px;
    width: 5px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    background: var(--dark);
    transition: all 0.35s ease-in-out;
}
.terra-viva .provider {
    padding-bottom: 30px;
}
/* .terra-viva-slide.swiper .swiper-pagination {
    bottom: -7px;
} */
.services-style-two-area.bottom-less {
    padding-bottom: 30px;
}
/* .testimonial-style-two.tera-slide-two {
    background-color: #0eaa67;
} */
.terra-viva .tera-slide-two .info h2 {
    color: #ffffff;
}
.terra-viva .testimonial-style-two.tera-slide-two h4 {
 color: #ffffff;
}
.testimonial-style-two.tera-slide-two span {
    color:#fff;
}
.terra-viva-slide {
    background-color: #00ad6d;
}
.terra-viva .tera-slide-two .heading {
    color:#fff;
}
.terra-viva .tera-slide-two .heading {
    color:#fff;
}
.tera-slide-two p.sub-heading-s {
    color: #fff;
}
p.sub-heading-s {
    font-family: 'Manrope';
}
.sucess-img {
    overflow: hidden;
	transition: all 1.5s;
}

.sucess-bx:hover img {
   transform: scale(1.5);
   transition: all 1.5s;
}
.sucess-bx .heading {
    margin-top: 30px;
}
