
.service-img{
  width: 100%;

}
.service-bg-image{
  width:100%;
  height: 600px;
  background-repeat: no-repeat;
  background-size: cover;

  background-attachment: fixed;
}
/* service section */
.service-bg-box{
  position: relative;
}

/* our service */
.services-heading {
  margin-top: 0;
  margin-bottom: 12px;
  color: #00F4DF;
  font-size: 52px;
  line-height: 64px;
  font-weight: 300;
  opacity: 1;
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg,
      0deg);
  transform-style: preserve-3d;
}

.ourservices {
  margin-top: 100px;
  margin-bottom: 100px;
}





.servicebox{
  margin-top: 100px;
}

.text-title{
  margin-right: 25px;
}
.text-para{
  margin-top:50px;
}



/* breadcrumbs */
.breadcrumbs{
  display: flex;
  align-items: center;
  /* justify-content: center; */
  border-bottom: 1px solid #eeeeee;
  padding: 10px 20px;
}
.breadcrumbs-divider{
  width: 4px;
    height: 4px;
    margin-right: 8px;
    margin-left: 8px;
    border-radius: 50%;
    background-color: #000;
}
.breadcrumb-link:hover{
  color: #00F4DF;
}
