
/* ------------- Pattern-1 --------------- */
.pattern-1{     
  z-index: 97;

}
.pattern-1:before{
  content: "";
  background: url(../../img/common/diamond-1.gif);
  opacity: 0.5;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 98;

}

/* ------------- Pattern-2 --------------- */
.pattern-2{ 
  z-index: 97;
}
.pattern-2:before{
  content: "";
  background: url(../../img/common/circle-1.png);
  opacity: 0.5;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 98;

}

/* ------------- Pattern-3 --------------- */
.pattern-3{ 
  z-index: 97;
}
.pattern-3:before{
  content: "";
  background: url(../../img/common/diamond-1.gif);
  opacity: 0.5;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 98;

}

.pattern-4{  
  background: url(../../img/brand/brand_bg.jpg);
  background-size:cover;  
  z-index: 98;
}

.pattern-5{ 
  
}
