/*Light*/
.breadcumb-area-light {
  background: #fff;
  min-height: 406px;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  z-index: 1;
  border-radius: 0;
  overflow: hidden;
  background: url(../images/light.jpg);
  background-position: center;
  background-size: cover;
}  

/*wire*/

.breadcumb-area-wire {
  background: #fff;
  min-height: 406px;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  z-index: 1;
  border-radius: 0;
  overflow: hidden;
  background: url(../images/wire.jpg);
  background-position: center;
  background-size: cover;
}

/*fan*/

.breadcumb-area-fan {
  background: #fff;
  min-height: 406px;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  z-index: 1;
  border-radius: 0;
  overflow: hidden;
  background: url(../images/fan.jpg);
  background-position: center;
  background-size: cover;
}

/*switches*/
.breadcumb-area-switches {
  background: #fff;
  min-height: 406px;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  z-index: 1;
  border-radius: 0;
  overflow: hidden;
  background: url(../images/switch.jpg);
  background-position: center;
  background-size: cover;
}
 
/*water heater*/

.breadcumb-area-water-heater {
  background: #fff;
  min-height: 406px;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  z-index: 1;
  border-radius: 0;
  overflow: hidden;
  background: url(../images/water-heater.jpg);
  background-position: center;
  background-size: cover;
}
/*home*/
.breadcumb-area-home {
  background: #fff;
  min-height: 406px;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  z-index: 1;
  border-radius: 0;
  overflow: hidden;
  background: url(../images/pic1.jpg);
  background-position: center;
  background-size: cover;
}
/*industry cabel*/
.breadcumb-area-industrycabel{
  background: #fff;
  min-height: 406px;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  z-index: 1;
  border-radius: 0;
  overflow: hidden;
  background: url(../images/pic2.jpg);
  background-position: center;
  background-size: cover;
}
/*solor*/
.breadcumb-area-solor {
  background: #fff;
  min-height: 406px;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  z-index: 1;
  border-radius: 0;
  overflow: hidden;
  background: url(../images/pic3.jpg);
  background-position: center;
  background-size: cover;
}
/*mcb*/
.breadcumb-area-mcb {
  background: #fff;
  min-height: 406px;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  z-index: 1;
  border-radius: 0;
  overflow: hidden;
  background: url(../images/pic4.jpg);
  background-position: center;
  background-size: cover;
}
/*smart automation*/
.breadcumb-area-samrtautomation{
  background: #fff;
  min-height: 406px;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  z-index: 1;
  border-radius: 0;
  overflow: hidden;
  background: url(../images/pic5.jpg);
  background-position: center;
  background-size: cover;
}

/*wire-style*/
.bnr-clr {
    color: #fff !important;
    font-family: "Parkinsans";
    font-weight: 700;
}
.bnr-c2 {
    color:#EEE1C6 !important;
    font-family: "Parkinsans";
    font-weight: 700;
}





