
.owl-carousel .owl-item img {
    border-top-right-radius: 10px !important;
    border-top-left-radius: 10px !important;
}


.small, small {
    font-size: 12px!important;
    color:rgb(255 255 255 / 71%)!important;
    line-height: 16px!important;
    font-weight: 400!important;

}

.mt-10 {
    margin-top: 20px !important;
}


.carousel-control-next-icon, .carousel-control-prev-icon {
    background-color: #00b19c!important;
    padding: 21px!important;
    border-radius: 10px!important;
}



.col-xs-6 {
    width: 50%
}



.mb-10 {
    margin-bottom: 30px !important;
}

.mb-5 {
    margin-bottom: 25px !important;
}

.blog-card p:hover {

    color: #fff !important;

}


.about-two__list__item {
  display: flex;                    /* icon + text in one row */
  align-items: flex-start;
  color: var(--laboix-base, #021936);
  font-size: 16px;
  font-weight: 500;
  text-shadow: 0 0 0 5px currentColor;
}

.about-two__list__item i {
  flex: 0 0 auto;                   /* fixed icon column */
  font-size: 18px;
  color: var(--laboix-secondary, #00B19C);
  margin-right: 10px;
  margin-top: 2px;                  /* small visual tweak */
}

.about-two__list__item span {
  flex: 1 1 auto;                   /* text wraps under itself */
}

.about-two__list__item + .about-two__list__item {
  margin-top: 20px;
}

.about-two__link {
  margin-top: 39px;
}

.bg-g
{
    background-color: #f3f3f3!important;
}

.text-justify {
    text-align: justify !important;
}





.img-thumbnail {
    
    border: 2px solid #00b19c!important;
    
}



.shine {
    position: relative;
    overflow: hidden;


}

.shine::before {
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    content: "";
    display: block;
    height: 100%;
    left: -75%;
    position: absolute;
    top: 0;
    transform: skewX(-25deg);
    width: 50%;
    z-index: 2;

}

.shine:hover::before,
.shine:focus::before {
    -webkit-animation: shine 0.85s;
    animation: shine 0.85s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}





.c1 {
    color: #26b1a2 !important;
}

.c2 {
    color: #17ffe6!important;
}



.team-card__image img {
    border-radius: 20px !important;
}



::selection {
    background-color: #00b19c;
    color: #fff;
}


::-moz-selection {
    background: #00b19c;
    color: #fff;
    text-shadow: none;
}

::-webkit-scrollbar {
    background-color: #ccc;
    width: 8px;
}

::-webkit-scrollbar-thumb {
    background-color: #00b19c;
}





















.service {
    padding: 10px 0px 50px 0px;
    position: relative;
    z-index: 1;
    background: var(--laboix-white, #fff);
}

@media (max-width: 991px) {
    .service {
        padding: 5px 0px 90px 0px;
    }
}

@media (max-width: 991px) {
    .service {
        padding: 5px 0px 90px 0px;
    }
}