/*** 
 ====================================================================
         Brand One Section
 ====================================================================
 
 ***/
 .hactora-brand.brand-one {
  position: relative;
  display: block;
  padding: 90px 0;
  border-bottom: 1px solid #f5f0e9;
}

.hactora-brand .single_brand_item img {
  width: auto !important;
  opacity: 1;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.hactora-brand .single_brand_item img:hover {
  opacity: 0.6;
}