/* our process heading */

.ourprocessheading {
  font-size: 1.5rem;
  color: #222;
  font-weight: 500;
    letter-spacing: 21px;
  font-family: sans-serif;
  line-height: 1;
  text-transform: uppercase;
  padding-top: 100px;
  padding-bottom: 100px;
}

.processtextcenter{
  position: relative;
  z-index: 1;
}
.ct{
  text-align: center;
}

/* background image for carousel */
.process-images {
  background-size: 207px 348px;
  background-position: center;
  height: 250px;
  width: 100%;
  background-repeat: no-repeat;
}

/* process section background color */
.processbackground {
  background-color: white;

  position: relative;
  margin-top: 100px;
  margin-bottom: 100px;
}
/* clipping the shape of process section */
/* .processbackground:after {
  display: block;
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  background: aliceblue;
  bottom: 0;
  clip-path: polygon(100% 0, 100% 85%, 50% 100%, 0 85%, 0 0);
} */
/* process section to be visible */
.processvisible {
  z-index: 1;
}


/* owl carousel */
.owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
/* carousel previous and next buttons */
.owl-nav button.owl-prev {
  left: -20px;
  font-size: 70px !important;
}

.owl-nav button.owl-next {
  right: -20px;
  font-size: 70px !important;
}
/* carousel indicators */
.owl-dots {
  text-align: center;
  padding-top: 30px;
}

.owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc;
  margin: 0 3px;
}

.owl-dots button.owl-dot.active {
  background-color: #000;
}

.owl-dots button.owl-dot:focus {
  outline: none;
}

.owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
    background: rgb(255, 255, 255);
  background: rgba(255, 255, 255, 0.38) !important;
}
.owl-nav button:focus {
  outline: none;
}
/* roman number text on carousel */
.testimonial {
  margin: 0 20px 40px;
}

.testimonial .testimonial-content {
  background: #fff;
  position: relative;
}

.testimonial .testimonial-content:before {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 0;
}

.testimonial .testimonial-content:after {
  content: "";
  position: absolute;
  bottom: -30px;
  right: 0;
}

.testimonial-content .testimonial-icon {
  width: 50px;
  height: 45px;
  background: #0CCA4A;
  text-align: center;
  font-size: 22px;
  color: #fff;
  line-height: 42px;
  position: absolute;
  top: 37px;
  left: -19px;
  z-index: 1;
}

.testimonial-content .testimonial-icon:before {
  content: "";
  border-bottom: 16px solid #05A739;
  border-left: 18px solid transparent;
  position: absolute;
  top: -16px;
  left: 1px;
}
button.owl-prev.disabled,button.owl-next.disabled{
  color: #808080 !important;
}
