
.brand-box{
  border: 1px solid rgba(0,0,0,0.1);
  width: 100%;
  height: 250px;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.brand-box:hover{
  border: 1px solid rgba(0,0,0,0.3);
}

.brand-logo{
  width: 64%;
  height: 100px;
  margin: auto;
  display: block;
  object-fit: contain;
}


/* brand 2 css */


.title {
text-align: center;
margin-top: 60px;
}
.portfolio_slider {
margin: 20px auto;
max-width: 1200px;
/*display: flex;*/
/*   flex-flow: row wrap; */
max-width: 100vw;
overflow: hidden;
}

.portfolio_slider {
flex: 1 1 0;

}

.inner {
padding: 6px;
}

.slick-slide {
height: 8em !important; 
}

.slick-prev:before, .slick-next:before {
  color: #005367 !important;
}
.freq_order_image, .freq_order_image img {
  max-height: 300px;
}
@media screen and (max-width: 549px) {
  .y50 {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.banner-layer a:link,
.banner-layer a:hover,
.banner-layer a:visited,
.banner-layer a:active {
    display: inline-block;
    background-color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 12px 24px;
    border-radius: 6px;
    box-shadow: 0px 4px 8px rgba(0,0,0,0.2);
    color: #0b4b5b !important;
    
}