#sync1 .item {
 /* background: #0c83e7;
  padding: 80px 0px;
  margin: 5px;*/
 /* color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;*/
}
#sync2 .owl-stage {
    width: 100% !important;
}
#sync2 .item {
    background: #C9C9C9;
    padding: 0px 0px;
    /* margin: 5px; */
    color: #FFF;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    border-radius: 1rem;
    text-align: center;
    cursor: pointer;
    margin-top: 0rem;
    margin-bottom: 0rem;
    margin-right: 15%;
}
#sync2 .item h1 {
  font-size: 18px;
}
#sync2 .current .item {
  background: #0c83e7;    box-shadow: 0 5px 7px rgb(0 0 0 / 20%);
}

.owl-theme .owl-nav {
  /*default owl-theme theme reset .disabled:hover links */
}
.owl-theme .owl-nav [class*=owl-] {
  transition: all 0.3s ease;
}
.owl-theme .owl-nav [class*=owl-].disabled:hover {
  background-color: #D6D6D6;
}

#sync1.owl-theme {
  position: relative;
}
#sync1.owl-theme .owl-next, #sync1.owl-theme .owl-prev {
  width: 22px;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
}
#sync1.owl-theme .owl-prev {
  left: 10px;
}
#sync1.owl-theme .owl-next {
  right: 10px;
}
#sync2 .owl-item {
    width: 33.33% !important;
    margin-bottom: 2em;
}
#sync2 .current .item0 {
    background: #0c83e7;  display: none;
}
#sync2 .item0 {
    background: rgb(0 0 0 / 42%);
    top: 0;
    position: absolute;
    width: 85%;
    height: 100%;
    border-radius: 1rem;
    text-align: left;
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 1rem;
}
.showc1 img {
    border-radius: 1rem;    filter: grayscale(1);
}
.showc1 h6 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0;
}
.showc1 p {
    color: #fff;
    font-size: 0.9rem;
    margin-bottom: 0;
}

#sync2 .current .item img {
    filter: none;
}











