﻿ .home_banner{width:100%;height:calc(100vh * .8);position:relative;overflow:hidden;padding:70px 0;}
 .home_banner_fullheight{height:100vh;}
  .stabaliser-banner-bg{background-image:url("../seq7-new.html");}
  .fan-banner-bg{background-image:url("../fan-new-banner.html");}
  .inverter-banner-bg{background-image:url("../inverter-banner.html");}
  .content{z-index:1;position:relative;}
  
  .home-banner-heading{font-size:70px;line-height:70px;font-weight:500;}
  .white-color{color:#fff!important;}
  .black-color{color:#000!important;}
  .fullpage-desc{font-size:18px;line-height:23px;}
  .mb20{margin-bottom:20px;}
  .reveal-md-block{text-align:center;}
  .reveal-md-block img{width:20%;}
  .fullCoverImg{background-position:right center;background-repeat:no-repeat;background-size:cover;left:0;top:0;position:absolute;width:100%;height:100%;z-index:0;}
  .ls1{letter-spacing:1px;min-height:60px;}
  @keyframes button-change {
  0%   {background-color: transparent;}
  
  100% {background-color: black;}
}
  .view-more{padding:10px 20px;text-align:center;border:2px solid #fff;}

  .view-more:hover{border:2px solid #000;background:transparent;  animation-name: button-change; animation-duration: 2s;}
    @keyframes button-change-black {
  0%   {background-color: transparent;}
  
  100% {background-color: white;}
}
    .view-more-black{padding:10px 20px;text-align:center;border:2px solid #000;}
    .view-more-black:hover{border:2px solid #fff;background:transparent;  animation-name: button-change-black; animation-duration: 2s;}
  @media (max-width:480px){
  .home_banner{height:100%;padding:50px 0;}
  .stabaliser-banner-bg{background-image:url("../seq7-new-mob.html");}
  .fan-banner-bg{background-image:url("../fan-new-banner-mobile.html");}
  .inverter-banner-bg{background-image:url("../inverter-banner-mobile.html");}
  .home_banner{height:100vh;}
  .home-banner-heading{font-size:40px;line-height:40px;}
  .fullpage-desc{font-size:14px;line-height:18px;}
  }