.heading-menu {
    display: none;
}
h1{
font: 44px/1 Zoho_Puvi_Bold !important;
}
section#allFea {
    display: none;
}
.banner-wrap {
    width: 100%;
    padding: 80px 5%;
    background: url(https://www.manageengine.com/privileged-session-management/./images/features/Central-control-feature-banner-bg.png) #28296d;
    background-size: cover;
    background-position: center;
    text-align: center;
    color: #e8e8e8;
}
.banner-wrap h1 {
    color: #fff;
    margin: 0;
}

/* BreadVrumb */
.amp-breadcrumb {
    font-size: 13px;
}
.amp-breadcrumb a {
    font-size: 12px;
    color: #28296d;
}
/*  */
.amp-cont-wrap {
    overflow: hidden;
    width: 100%;
}
.amp-cont-wrap .container {
    padding: 80px 0;
}
.amp-footer-wrap {
    background: #28296d;
}
.amp-footer-wrap .container {
    display: block;
    text-align: center;
}
.amp-footer-wrap h2 {
    font-size: 34px;
    max-width: 1030px;
    margin: 0 auto 20px;
    color: #fff;
}
.amp-footer-wrap {
    background: #28296d;
}
.amp-footer-wrap .container {
    display: block;
    text-align: center;
}
.amp-footer-wrap h2 {
    font-size: 34px;
    max-width: 1030px;
    margin: 0 auto 20px;
    color: #fff;
}

.feature-list-wrap ul{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
    background-color: #fff;
    margin: 40px 0 0;
}

.feature-list-wrap ul li {
    border: 1px solid #f7f7f7;
    padding: 30px;
    position: relative;
    transition: 0.5s all;
}
.feature-list-wrap ul li:hover {
    box-shadow: 0px 0px 20px 5px #e7e7e7;
}
.feature-list-wrap ul li a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.feature-list-wrap ul li figure {
    width: 100%;
    height: 70px;
}
.feature-list-wrap ul li figure img {
    height: 100%;
    width: auto;
}
.feature-list-wrap ul li h3 {
    font-size: 24px;
    margin: 20px 0 10px;
}
.feature-list-wrap ul li p:last-child {
    margin: 0;
}
@media screen and (max-width: 1060px){
    .feature-list-wrap ul {
        grid-template-columns: repeat(2, 1fr);
    }
    .banner-wrap h1 {
        line-height: 1.2;
    }
}
@media screen and (max-width: 680px){
    .feature-list-wrap ul {
        grid-template-columns: repeat(1, 1fr);
    }
} 
