#sync1 .item {
  background: transparent;
  padding: 0;
  margin: 0;
  color: #FFF;
  border-radius: 3px;
  text-align: center;
}

#sync1 .item img {
  max-width: 600px;
  margin: 0;
  border: 1px solid #ccc;
  border-bottom: 3px solid #333;

}

#sync2 .item {
  background: transparent;
  padding: 10px 0px;
  margin: 5px;
  color: #FFF;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
}

#sync2 .item h4 {
  color: #000000;
  background-color: transparent;
  border: none;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1.7rem;
  margin: 0;
}

#sync2 .item h4:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0px;
  background: transparent;
  height: 4px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  z-index: 2;
}

#sync2 .current .item h4:before,
#sync2 .item:hover h4:before {
  left: 0;
  right: 0;
  background: #000;
}

#sync2 .current .item h4 {
  color: #e86b1f;
}

.owl-theme .owl-nav {
  /*default owl-theme theme reset .disabled:hover links */
}

.owl-theme .owl-nav [class*='owl-'] {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}


#sync1.owl-theme {
  position: relative;
  margin: 0 auto;
  max-width: 700px;
}

#sync1 .owl-wrapper-outer {
  max-width: 600px;
  margin: 30px auto 0;


}

#sync1.owl-theme .owl-next,
#sync1.owl-theme .owl-prev {
  width: 22px;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  color: #000
}
#sync1.owl-theme .owl-prev {
  left: 10px;
  background: url("../Images/IIFLCalendar/left-arrow-angle.svg") no-repeat center center;
  background-size: contain;
  text-indent: -99px;
  font-size: 1px;
}

#sync1.owl-theme .owl-next {
  right: 10px;
  background: url("../Images/IIFLCalendar/right-arrow-angle.svg") no-repeat center center;
  background-size: contain;
  text-indent: -99px;
  font-size: 1px;
}