.section-padding{
    padding:15px 0 !important;
}
.owl-dot{
    display:inline-block !important;
    height :10px !important;
    width :10px !important;
    background-color: #000 !important;
    border-radius: 50% !important;
    margin: 0 5px !important;
}
.owl-dots{
    text-align: center;
}
.owl-dot.active{
    background-color: #ffc107 !important;
}
.owl-theme .owl-controls .owl-page {
    display: inline-block !important;
}
.owl-theme .owl-controls .owl-page span {
    background: none repeat scroll 0 0 #869791 !important;
    border-radius: 20px !important;
    display: block !important;
    height: 12px !important;
    margin: 5px 7px !important;
    opacity: 0.5 !important;
    width: 12px !important;
}
#owl-demo .item {
    margin: 300px !important;
}
#owl-demo .item img {
    display: block !important;
    width: 50%;
    height: auto !important;
}
.owl-theme .owl-controls .owl-page {
    display: inline-block !important;
}
.owl-theme .owl-controls .owl-page span {
    background: none repeat scroll 0 0 #869791 !important;
    border-radius: 20px !important;
    display: block !important;
    height: 12px !important;
    margin: 5px 7px !important;
    opacity: 0.5 !important;
    width: 12px !important;
}
.img-area
{
    padding-right: 60px !important;
}
.owl-carousel .prev-slide{
    background: url(nav-icon.png) no-repeat scroll 0 0;
    left: -33px;
}
.owl-carousel .next-slide{
    background: url(nav-icon.png) no-repeat scroll -24px 0px;
    right: -33px;
}
.owl-carousel .prev-slide:hover{
   background-position: 0px -53px;
}
.owl-carousel .next-slide:hover{
  background-position: -24px -53px;
}