:root {
  --theme-color: #005399;
  --theme-color-offset: #ffc100;
  --theme-bg: #dcf2ff;
  --theme-bg-offset: #005399;
  --theme-filter: ;
  --theme-filter-1: ;
}

.flex-direction-nav li a {
    background: url(https://www.manageengine.com/images/sprite.png) no-repeat 0 0;
}
#demos{
    background-color: #ccc;
    color: #000;
    font-size: 20px;
    line-height: 30px;
    padding: 4px 10px;
    display: inline-block;
    width: 148px;
    border-radius: 5px;
    text-decoration: none;
    text-align: center;

}

 #demos{
    display: inline-block;
    margin: 5px 0 0;
}
.ems-lp.bg {
    background-color: var(--theme-bg-offset) !important;
}