#MainBanner .bannercontainer{position : relative;}

#MainBanner .banner{}

#MainBanner .apex-slider-shadow{
   display : none !important;
}
#MainBanner .b-el{
   width : 100%;
}
#MainBanner .msg-holder{
   width : 1040px;
   margin : 0 auto;
   position : relative;
}
#MainBanner .msg-holder::before{
  content : " ";
  position : absolute;
  top : -5px;
  left : 0;
  display : block;
  width : 100px;
  height : 5px;
  background : #81b81b;
}
#MainBanner .msg-holder p{
  margin : 0;
  line-height : 45px;
  font-size : 30px;
  font-weight : lighter;
  color : #fff;
}


