#sync1 .item {

  padding: 0px 0px;
overflow: hidden;
  color: #FFF;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-align: center; background: #fff;
}

#sync2 .item {
overflow: hidden;
  padding: 0px 0px;
  margin: 0px;
  color: #FFF;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  text-align: center;background: #fff;
  cursor: pointer; border: solid 1px #e3ebff; 
}
#sync2 .item h1 {
  font-size: 18px;
}
#sync2 .current .item {
  background: #fff;
}
.owl-theme .owl-dots{ display: none}
.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 {
width: 40px;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    border-radius: 50px;
    top: 50%;
}
.owl-prev svg{ width: 10px; }
.owl-next svg{ width: 10px; }
.owl-theme .owl-nav [class*=owl-]{ background: #e3ebff; color: #123990; }
.owl-theme .owl-nav [class*=owl-]:hover{ background: #b6c4e7; }

#sync1.owl-theme .owl-prev {
  left: 10px;
}
#sync1.owl-theme .owl-next {
  right: 10px;
}
.ifrm{border:none; width:100%;margin-top:50px;}
.owl-dots{ display: none!important}
#sync2{ margin-top: 5px; }