/*== Owl Control ==*/
    .owl-theme .owl-controls .owl-buttons div .fa {
        color: #bbb;
        line-height: 23px;
        transition: all ease .5s;
    }
    .owl-theme .owl-controls .owl-buttons div:hover .fa{
        color:#eda843;
    }
    .owl-theme .owl-controls .owl-buttons div:hover{
        border-color: #eda843;
    }
    .owl-theme .owl-controls .owl-buttons div {
        height: 30px;
        width: 30px;
        position: absolute;
        transition: all 0.3s ease;
        opacity: 1;
        background: #fff;
        border: 1px solid #ddd;
        border-radius: 0;
        top: -60px;
    }
    .owl-theme .owl-controls .owl-buttons .owl-prev {
        left: 266px;
    }
    .owl-theme .owl-controls .owl-buttons .owl-next {
        right: 266px;
    }
    .owl-item .item {
        width: inherit !important;
    }
    .owl-theme .owl-controls .owl-page span {
        background: none;
        margin: 5px;
        opacity: 1;
        border: 2px solid #d1d1d1;
    }
    .owl-theme .owl-controls .owl-page.active span{
        background:#eda843;
        border:2px solid #eda843
    }
    .owl-theme .owl-controls{
        margin-top:0;
    }
/*== End Owl Control ==*/     