
.section-padding{
  padding:60px 0;
}
.brand-carousel {
  margin-top: 10%;
}
.owl-dots{
  text-align: center;
}

.owl-dot {
  display: inline-block;
  height: 15px !important;
  width: 15px !important;
  background-color: #222222 !important;
  opacity: 0.8;
  border-radius: 50%;
  margin: 0 5px;
}
.uk-icon svg {
    width: 40px;
    height: 40px;
    display:none;
}
.uk-margin-small-right, .uk-margin-small-left{
     padding:5px;
    display:none;
}
.owl-dot.active {
  background-color: #A0765E !important;
}
.brand-carousel .owl-nav{
    position: absolute;
width: 100%;
top: 40%;
    
}
.brand-carousel .owl-nav .owl-prev,.brand-carousel .owl-nav .owl-next {
    position: absolute;
    color: white;
    background: #a0765e;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    margin-top:5px;
}
.brand-carousel .owl-nav .owl-next{
    right:0px;
}
.brand-carousel .owl-nav .owl-prev{
    left:0px;
}
.fa-chevron-left:before,.fa-chevron-right:before {
 font-size: 30px;
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 margin-top: 10px;
}
.single-logo img{
    max-width:270px;
}
@media screen and (max-width: 991px){
    .fa-chevron-left::before, .fa-chevron-right::before{
        font-size:20px !important;
    }
    .brand-carousel .owl-nav .owl-prev, .brand-carousel .owl-nav .owl-next{
        
        height: 35px !important;
width: 35px !important;
    }
    .brand-carousel .owl-nav .owl-prev{
        left:-25px;
    }
}