.brands {
  width: 100%;
  padding-top: 90px;
  padding-bottom: 90px;
}

.brands .container .row .col {
  position: relative;
  width: 400px;
}

.brands .container .row .col:before, .brands .container .row .col:after, .brands .container .row .col > :first-child:before, .brands .container .row .col > :first-child:after {
  position: absolute;
  width: 30px;
  height: 30px;
  border-color: #fbb62c;
  /* or whatever colour */
  border-style: solid;
  /* or whatever style */
  content: ' ';
}

.brands .container .row .col:before {
  top: 0;
  left: 0;
  border-width: 0px 0 0 0px;
}

.brands .container .row .col:after {
  top: 0;
  right: 0;
  border-width: 155px 155px 0 0;
  -webkit-clip-path: polygon(100% 0, 66% 0, 100% 32%);
          clip-path: polygon(100% 0, 66% 0, 100% 32%);
}

.brands .container .row .col > :first-child:before {
  bottom: 0;
  right: 0;
  border-width: 0 0px 0px 0;
}

.brands .container .row .col > :first-child:after {
  bottom: 0;
  left: 0;
  border-width: 0 0 155px 155px;
  -webkit-clip-path: polygon(0 69%, 0% 100%, 31% 100%);
          clip-path: polygon(0 69%, 0% 100%, 31% 100%);
}

.brands_slider_container {
  padding-left: 97px;
  padding-right: 97px;
}

.brands_slider {
  height: 100%;
  margin-top: 50px;
}

.brands_item {
  height: 100%;
}

.brands_item img {
  max-width: 100%;
}

.brands_nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 5px;
  cursor: pointer;
}

.brands_nav i {
  color: #e5e5e5;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.brands_nav:hover i {
  color: #676767;
}

.brands_prev {
  left: 40px;
}

.brands_next {
  right: 40px;
}

.input-group-rounded .input-group-field {
  border-radius: 5000px 0 0 5000px;
  padding-left: 1rem;
}

.input-group-rounded .input-group-button .button {
  border-radius: 0 5000px 5000px 0;
  font-size: 0.8rem;
}
/*# sourceMappingURL=brands.css.map */