#sync1 .owl-stage {
  transition: all 1s !important; }

#sync1 .item {
  border-radius: 3px;
  color: #000;
  margin: 5px;
  padding: 80px 0px;
  text-align: center; }
  #sync1 .item img {
    margin: 0 auto;
    width: 320px; }

#sync2 .owl-stage {
  align-items: center;
  display: flex;
  justify-content: center;
  transition: all 1s !important; }

#sync2 .owl-stage-outer:before {
  background: #053672;
  bottom: 23px;
  content: "";
  height: 7px;
  position: absolute;
  width: -webkit-fill-available; }

#sync2 .owl-stage-outer {
  align-items: flex-end;
  display: flex;
  height: 150px;
  position: relative; }

#sync2 .owl-prev,
#sync2 .owl-next {
  background: #053671;
  border-radius: 30px;
  bottom: 7px;
  display: flex;
  height: 32px;
  justify-content: center;
  position: absolute;
  width: 32px; }
  #sync2 .owl-prev span,
  #sync2 .owl-next span {
    color: white;
    position: absolute;
    top: -3px; }

#sync2 .owl-prev {
  left: -15px; }

#sync2 .owl-next {
  right: -15px; }

#sync2 .owl-prev.disabled {
  background: #053671;
  opacity: 1; }

#sync2 .owl-next.disabled {
  background: #053671;
  opacity: 1; }

#sync2 .item {
  background: #053671;
  border-radius: 30px;
  color: #FFF;
  cursor: pointer;
  height: 32px;
  margin: 0 auto;
  padding: 10px 0px;
  text-align: center;
  width: 32px; }
  #sync2 .item h1 {
    color: #053671;
    font-size: 35px;
    left: 0;
    position: absolute;
    right: 0;
    top: -60px; }

#sync2 .current .item {
  background: #f5e04b;
  height: 56px;
  width: 56px; }

.owl-theme .owl-nav {
  /*default owl-theme theme reset .disabled:hover links */ }
  .owl-theme .owl-nav [class*='owl-'] {
    transition: all .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 {
    height: 40px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    width: 22px; }
  #sync1.owl-theme .owl-prev {
    left: 10px; }
  #sync1.owl-theme .owl-next {
    right: 10px; }
