#scroll {
    padding: 0;
}
.heading-menu,#customers,#allFea,.btmBar{
    display: none;
}
/*#header-mainsec nav {
    overflow: hidden;
}*/
#header-mainsec .nav-dwn.fr {
    width: 168px;
    transition: all ease 350ms;
}
#header-mainsec .nav-dwn.fr.out {
    width: 0px;
    display:none;
}
.hcm-lp{
    padding: 80px 0;
}
.hcm-lp h1{
    font-size: 36px;
    font-weight: 600;
    line-height: normal;
    color: #000;
    margin: 0 0 15px;
}
.hcm-lp h1 span{
    color: var(--theme-color);
}
.hcm-lp h2{
    font-size: 25px;
    font-weight: 500;
    line-height: normal;
    color: #000 !important;
    margin: 0 0 40px;
    text-align: center;
}
.hcm-lp h2 span{
    color: var(--theme-color);
}
.hcm-lp h3 {
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    color: #000 !important;
    margin: 0 0 15px !important;
}
.hcm-lp p,.hcm-lp li{
    font-size: 17px;
    font-weight: 300;
    line-height: 28px;
    color: #000;
}
.hcm-lp p{
    margin: 0 0 15px;
}
.hcm-lp li{
    margin: 0 0 10px;
}
.hcm-lp ul.list{
    padding: 0 0 0 15px;
}
.hcm-lp ul.list li{
    padding: 0 0 0 10px;
}
.hcm-lp ul.list li::marker {
    content: '◉';
    color: var(--theme-color);
    font-size: .8em;
}
.hcm-lp .flex{
    display: flex;
    align-items: center;
    justify-content: center;
}
.hcm-lp .cta {
    position: relative;
    background-color: var(--theme-cta);
    display: inline-flex;
    padding: 12px 50px 12px 20px;
    line-height: normal;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    grid-gap: 10px;
}
.hcm-lp .cta:after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #0002;
    border-radius: 50%;
    background-image: url(https://www.manageengine.com/ems/images/icon/arrow-icon.svg);
    background-size: 55%;
    background-repeat: no-repeat;
    background-position: center;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.hcm-lp.banner{
    position: relative;
    background: linear-gradient(to bottom, var(--theme-bg), var(--theme-bg));
    min-height: 500px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.hcm-lp.banner .flex{
    grid-gap: 40px;
}
.hcm-lp.banner .caption{
    max-width: 500px;
}
.hcm-lp.banner .clip{
    max-width: 640px;
}
.hcm-lp.banner .clip img{
    max-width: 100%;
}
.hcm-lp.banner .scroll-icon {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: auto;
    width: 130px;
    text-align: center;
    color: var(--theme-color);
    opacity: .5;
}
.hcm-lp.banner .scroll-icon span {
  position: absolute;
  bottom: 30px;
  left: 50%;
  width: 30px;
  height: 50px;
  margin-left: -15px;
  border: 2px solid var(--theme-color);
  border-radius: 50px;
  box-sizing: border-box;
  color: transparent;
}
.hcm-lp.banner .scroll-icon span::before {
  position: absolute;
  bottom: 30px;
  left: 50%;
  content: '';
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: var(--theme-color);
  border-radius: 100%;
  -webkit-animation: sdb10 2s infinite;
  animation: sdb10 2s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb10 {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb10 {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}


.hcm-lp.featab .tab-menu {
    list-style: none !important;
    grid-gap: 40px;
    font-size: 20px;
    margin: 0 auto;
    position: sticky;
    top: 100px;
    background-color: #fff;
    box-shadow: 0 5px 5px 0 #0001;
}
.hcm-lp.featab .tab-menu li {
    width: fit-content;
    cursor: pointer;
    margin: 0;
    padding: 20px 0;
}
.hcm-lp.featab .tab-menu li.active {
    pointer-events: none;
    border-bottom: 2px solid var(--theme-color);
    margin-bottom: -2px;
    color: var(--theme-color);
    font-weight: 400;
}
.hcm-lp.featab .tab-menu li:before {
    content: '';
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 auto 10px;
    background-image: url(https://www.manageengine.com/ems/images/icon/box-icon-v2-1.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.hcm-lp.featab .tab-menu li.active:before {
    filter: invert(0.5) sepia(1) saturate(2) hue-rotate(110deg);
}
.hcm-lp.featab .tab-menu li:nth-child(1):before {
    background-image: url(https://www.manageengine.com/ems/images/icon/box-icon-v2-1.svg);
}
.hcm-lp.featab .tab-menu li:nth-child(2):before {
    background-image: url(https://www.manageengine.com/ems/images/icon/box-icon-v2-2.svg);
}
.hcm-lp.featab .tab-menu li:nth-child(3):before {
    background-image: url(https://www.manageengine.com/ems/images/icon/box-icon-v2-3.svg);
}
.hcm-lp.featab .tab-menu li:nth-child(4):before {
    background-image: url(https://www.manageengine.com/ems/images/icon/box-icon-v2-4.svg);
}
.hcm-lp.featab .tab-menu li:nth-child(5):before {
    background-image: url(https://www.manageengine.com/ems/images/icon/box-icon-v2-5.svg);
}
.hcm-lp.featab .tab-menu li:nth-child(6):before {
    background-image: url(https://www.manageengine.com/ems/images/icon/box-icon-v2-6.svg);
}
.hcm-lp.featab .tab-menu li:nth-child(7):before {
    background-image: url(https://www.manageengine.com/ems/images/icon/box-icon-v2-7.svg);
}
.hcm-lp.featab .tab-content {
    padding: 80px 0;
}
.hcm-lp.featab .tab-content:nth-child(odd) {
    background-color: var(--theme-bg);
}
.hcm-lp.featab .tab-content .flex {
    grid-gap: 40px;
    max-width: 1200px;
    margin: auto;
}
.hcm-lp.featab .tab-content:nth-child(even) .flex {
    flex-direction: row-reverse;
}
.hcm-lp.featab .clip {
    width: 600px;
    text-align: center;
}
.hcm-lp.featab .clip img {
    max-width: 500px;
    max-height: 350px;
}
.hcm-lp.featab .caption {
    width: 600px;
}
.hcm-lp.testi {
    background-image: url(https://www.manageengine.com/products/desktop-central/images/hcm-lp-testi-bg.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    min-height: calc(100vh - 400px);
}
.hcm-lp.testi .flexslider {
    max-height: none;
    width: auto;
    max-width: 1100px;
}
.hcm-lp.testi .caption {
    position: relative;
    background-color: #fff;
    padding: 60px 40px;
    border-radius: 30px;
    box-shadow: 0 0 5px #0004;
    margin: 40px auto;
    text-align: center;
    max-width: 600px;
}
.hcm-lp.testi .caption:before {
    content: '';
    position: absolute;
    top: -20px;
    right: 50px;
    width: 70px;
    height: 50px;
    background-image: url(https://www.manageengine.com/ems/images/icon/quote-icon-1.svg);
    background-size: contain;
    background-repeat: no-repeat;
    filter: invert(0.5) sepia(1) saturate(2) hue-rotate(110deg);
    transform: rotate(180deg);
}
.hcm-lp.testi blockquote {
    margin: 0 0 10px;
    font-size: 18px;
    line-height: 32px;
    font-weight: 200;
}
.hcm-lp.testi .speaker p {
    color: var(--theme-color);
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}
.hcm-lp.testi .speaker i {
    font-size: 13px;
    font-weight: 300;
}
.hcm-lp.testi .flex-control-nav {
    position: static;
}
.hcm-lp.testi .flex-control-nav li a {
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all ease 1s;
    filter: grayscale(1);
}
.hcm-lp.testi .flex-control-nav li a.flex-active {
    animation: pulse 1s linear infinite;
    transform: scale(1.3);
    filter: grayscale(0);
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 #31b592;
  }
  70% {
      box-shadow: 0 0 0 10px #31b59200;
  }
  100% {
      box-shadow: 0 0 0 0 #31b59200;
  }
}
.hcm-lp.testi .flex-control-nav li:nth-child(1) a {
    left: 100px;
    top: 10px;
    background-image: url(https://www.manageengine.com/products/desktop-central/images/sean-condra.png);
    transform-origin: top;
}
.hcm-lp.testi .flex-control-nav li:nth-child(2) a {
    right: 50px;
    top: 10px;
    background-image: url(https://www.manageengine.com/products/desktop-central/images/raja-zahid.png);
    transform-origin: top;
}
.hcm-lp.testi .flex-control-nav li:nth-child(3) a {
    right: 10px;
    bottom: 0;
    top: 0;
    margin: auto;
    background-image: url(https://www.manageengine.com/products/desktop-central/images/dean-ryan.png);
    transform-origin: right;
}
.hcm-lp.testi .flex-control-nav li:nth-child(4) a {
    right: 90px;
    bottom: 10px;
    background-image: url(https://www.manageengine.com/products/desktop-central/images/matt-rooney1.png);
    transform-origin: bottom;
}
.hcm-lp.testi .flex-control-nav li:nth-child(5) a {
    left: 80px;
    bottom: 10px;
    background-image: url(https://www.manageengine.com/products/desktop-central/images/michael-haag-logo.png);
    transform-origin: bottom;
}
.hcm-lp.testi .flex-control-nav li:nth-child(6) a {
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-image: url(https://www.manageengine.com/products/desktop-central/images/Jadeja.png);
    transform-origin: left;
}
.hcm-lp.testi .flex-direction-nav{
    display: block;
}
.hcm-lp.testi .flex-direction-nav li a {
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    opacity: 1 !important;
    box-shadow: 0 0 5px #0004;
}
.hcm-lp.testi .flex-direction-nav li a.flex-prev {
    transform: rotate(-180deg);
    left: 140px;
    right: auto;
}
.hcm-lp.testi .flex-direction-nav li a.flex-next {
    right: 140px !important;
    left: auto;
}
.hcm-lp.testi .flex-direction-nav li a:after {
    content: '';
    position: absolute;
    background-image: url(https://www.manageengine.com/ems/images/icon/arrow-icon.svg);
    background-size: 40%;
    background-position: center !important;
    background-repeat: no-repeat;
    filter: invert(0.5) sepia(1) saturate(2) hue-rotate(110deg);
    left:0;
    right:0;
    bottom:0;
    top:0;
}
.hcm-lp.trusted {
    background-color: var(--theme-bg);
}
.hcm-lp.trusted .flex {
    position: relative;
    flex-wrap: wrap;
    grid-gap: 50px;
    margin: auto;
    max-width: 1030px;
    background-color: #fff;
    padding: 60px;
    border-radius: 20px;
    overflow: hidden;
}
.hcm-lp.trusted .flex:before,.hcm-lp.trusted .flex:after {
    content: '';
    position: absolute;
    width: 130px;
    height: 130px;
    background-image: url(https://www.manageengine.com/ems/images/icon/bg-graphity-clip-4.svg);
    background-repeat: no-repeat;
}
.hcm-lp.trusted .flex:before{
    left: -40px;
    top: -40px;
}
.hcm-lp.trusted .flex:after{
    right: -40px;
    bottom: -40px;
}
.hcm-lp.trusted li {
    margin: 0;
}
.hcm-lp.trusted li img {
    height: 60px;
}
.hcm-lp.trusted li img[alt="NHS"] {
    height: 50px;
}
.hcm-lp.trusted li img[alt="Aster"] {
    height: 50px;
}
.hcm-lp.trusted li img[alt="Guthrie"] {
    height: 45px;
}
.hcm-lp.trusted li img[alt="Upstream"] {
    height: 45px;
}
.hcm-lp.ebook {
    background-color: var(--theme-bg-dark);
}
.hcm-lp.ebook .flex {
    grid-gap: 80px;
}
.hcm-lp.ebook .clip {
    position: relative;
    max-width: 500px;
}
.hcm-lp.ebook .clip:before,.hcm-lp.ebook .clip:after {
    content: '';
    position: absolute;
    width: 140px;
    height: 140px;
    background-image: url(https://www.manageengine.com/ems/images/icon/bg-graphity-clip-4.svg);
    background-repeat: no-repeat;
    opacity: .1;
}
.hcm-lp.ebook .clip:before{
    right: -40px;
    top: -40px;
}
.hcm-lp.ebook .clip:after{
    left: -40px;
    bottom: -40px;
}
.hcm-lp.ebook .clip img {
    position: relative;
    max-width: 300px;
    z-index: 1;
    box-shadow: 5px 5px 5px 0px #ffffff9e;
}
.hcm-lp.ebook .caption {
    max-width: 500px;
}
.hcm-lp.ebook .caption h2,.hcm-lp.ebook .caption p{
    text-align: left;
    color: #fff !important;
    margin: 0 0 15px;
}
.hcm-lp.ebook .caption .edi-btn {
    margin: unset;
}
.hcm-lp.ebook .caption .edi-btn input,.hcm-lp.ebook .caption .edi-btn select{
    background-color: #fff !important;
}
.hcm-lp.ebook .caption .edi-btn inputgroup.focus label{
    color: var(--theme-color);
}
.hcm-lp.ebook .caption .edi-btn .cta#Submit {
    background-color: var(--theme-color) !important;
    display: block;
    width: auto !important;
    margin: 20px 0 !important;
    text-transform: uppercase;
    font-family: 'ZohoPuvi';
    border-radius: 7px !important;
    padding: 12px 24px !important;
}
.hcm-lp.ebook .caption .edi-btn #formCTAgdpr, .hcm-lp.ebook .caption .edi-btn [data-clickgdpr="formCTAgdpr"] {
    margin: 20px 0;
    text-align: left;
}
.hcm-lp.recog {
    background-color: var(--theme-bg);
}
.hcm-lp.recog h2{
    margin: 0 0 15px;
}
.hcm-lp.recog h2 + p{
    text-align: center;
    max-width: 600px;
    margin: 0 auto 35px;
}
.hcm-lp.recog .flex {
    margin: 0 auto 40px;
    max-width: 1200px;
    flex-wrap: wrap;
    align-items: inherit;
}
.hcm-lp.recog .box {
    width: 170px;
    height: 140px;
    margin: 10px;
    text-align: center;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    cursor: default;
    box-shadow: 0 0 15px #0002;
    animation: 15s floatingrev linear infinite;
}

.hcm-lp.recog .box:nth-child(even) {
    animation:15s floating linear infinite;
}
.hcm-lp.recog .box h3 {
    margin: 10px 0 0 !important;
    font-size: 15px;
    width: 100%;
    color: #a14b00 !important;
    line-height: 25px;
    font-weight: 600;
    transition: all ease 550ms;
}
.hcm-lp.recog .box:hover h3 {
   margin: 0 !important;
}
.hcm-lp.recog .box p {
    font-size: 14px;
    line-height: 20px;
    max-height: 0px;
    transition: all linear 550ms;
    overflow: hidden;
    margin: 0;
}
.hcm-lp.recog .box:hover p {
    max-height: 80px;
}
.hcm-lp.recog .box img{
   max-width: 100%;
    height: 30px;
    transition: all ease 550ms;
}
.hcm-lp.recog .box img[alt="Gartner Peer Insights"]{
    height: 40px;
}
.hcm-lp.recog .box:hover img {
   transform: scale(.8);
}
.hcm-lp.recog .box .img-wrap {
    min-height: 37px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.hcm-lp.credit .flex {
    grid-gap: 40px;
}
@keyframes floating {
  0% {
    transform: translateY(-30px)
  }
  50% {
    transform: translateY(0)
  }
  100% {
    transform: translateY(-30px)
  }
}
@keyframes floatingrev {
  0% {
    transform: translateY(30px)
  }
  50% {
    transform: translateY(0)
  }
  100% {
    transform: translateY(30px)
  }
}

@media(max-width: 600px){
.hcm-lp {
    padding: 40px;
}
.hcm-lp .flex {
    flex-wrap: wrap;
}
.hcm-lp.banner {
    margin: 0;
}
.hcm-lp.featab {
    padding: 40px 0;
}
.hcm-lp.featab .tab-menu {
    position: static;
}
.hcm-lp.featab .clip img {
    max-width: 90%;
}
.hcm-lp.featab .tab-content {
    padding: 40px;
}
.hcm-lp.ebook .caption .edi-btn {
    max-width: 300px;
}
.hcm-lp.recog .box {
    animation: none !important;
}
.hcm-lp.banner .scroll-icon{
    display: none;
}
}