a {
  color: #ffffff; }

a:hover {
  color: #ffffff; }

.pro_banner {
  height: 440px;
  background: url("../images/pro_banner.jpg") no-repeat;
  max-width: 100%;
  background-size: 100% 440px; }
  .pro_banner dl {
    top: 220px; }
    .pro_banner dl h3 {
      color: #000000;
      font-family: 'Arial Black';
      font-size: 46.15px; }
    .pro_banner dl span {
      color: #000000; }
    .pro_banner dl .pro {
      color: #f92100; }

.accordion-button:after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("../images/right.png");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform .2s ease-in-out; }

.accordion-button:not(.collapsed):after {
  background-image: url("../images/bottom.png");
  transform: rotate(0); }

#headingOne button::before {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 3%;
  content: "";
  background-image: url("../images/diode.png");
  background-repeat: no-repeat;
  background-size: 1.25rem; }

#headingTwo button::before {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 3%;
  content: "";
  background-image: url("../images/Relay.png");
  background-repeat: no-repeat;
  background-size: 1.25rem; }

#headingThree button::before {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 3%;
  content: "";
  background-image: url("../images/transistor.png");
  background-repeat: no-repeat;
  background-size: 1.25rem; }

#headingFour button::before {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 3%;
  content: "";
  background-image: url("../images/connector.png");
  background-repeat: no-repeat;
  background-size: 1.25rem; }

#headingFive button::before {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 3%;
  content: "";
  background-image: url("../images/capacitor.png");
  background-repeat: no-repeat;
  background-size: 1.25rem; }

#headingSix button::before {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 3%;
  content: "";
  background-image: url("../images/Optoelectronics.png");
  background-repeat: no-repeat;
  background-size: 1.25rem; }

#headingSeven button::before {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 3%;
  content: "";
  background-image: url("../images/Audio-Products.png");
  background-repeat: no-repeat;
  background-size: 1.25rem; }

#headingEight button::before {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 3%;
  content: "";
  background-image: url("../images/Fans,-Thermal-Management.png");
  background-repeat: no-repeat;
  background-size: 1.25rem; }

#headingNine button::before {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 3%;
  content: "";
  background-image: url("../images/Battery-Products.png");
  background-repeat: no-repeat;
  background-size: 1.25rem; }

#headingTen button::before {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 3%;
  content: "";
  background-image: url("../images/Filters.png");
  background-repeat: no-repeat;
  background-size: 1.25rem; }

.bg-orange {
  background-color: #f25511; }

.btn-orange {
  background-color: #f25511;
  color: #fff;
  box-shadow: 0 4px 9px -4px #e4a11b; }

.table-bordered {
  border-color: #fff; }
  .table-bordered thead tr {
    background-color: #f2f2f2;
    border-width: 0; }

.page-item.active .page-link {
  background-color: #f25511;
  color: #000000; }

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #f25511;
  border-color: #f25511; }

.accordion-button:not(.collapsed) {
  color: #000000; }

.animation-dot {
  content: "";
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-name: loading;
  background: #212529;
  border-radius: 50%;
  display: block;
  height: 5px;
  margin: 0 4px;
  opacity: 0;
  width: 5px; }

/*# sourceMappingURL=product.css.map */
