#sync1 .item {
margin: 5px;
color: #fff;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
text-align: center;}

#sync2 { margin-top:20px}

#sync2 .item {
margin: 5px;color: #fff;-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;text-align: center;cursor: pointer;}
#sync2 .item  img {border-radius:20px; }
]
#sync2 .item h1 {font-size: 18px;}

#sync2 .current .item { border-radius:20px;}
#sync2 .current .item img { border-radius:20px; box-shadow: rgba(99, 99, 99, 0.2) 0px 5px 8px 0px;}

.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;
}
/* animate fadin duration 1.5s */
.owl-carousel .animated {
animation-duration: 1.5s !important;
}
#sync1.owl-theme .owl-next, #sync1.owl-theme .owl-prev {
width: 35px !important;
height: 55px !important;
}
#sync1 svg {
width: 22px !important;
}
#sync1 {
border:solid 1px #c5c5c5;
border-radius:50px;
overflow:hidden
}
#sync2 img {
border:solid 1px #c5c5c5;
border-radius:20px;
overflow:hidden
}
