.heading-menu{display:none}
.secpading {
    padding: 0 0 50px 0;
}
.bannerflex {
    width: 100%;
    margin: 0 auto;
    background: #f1f1f1;
    border-bottom: 1px solid #f2f2f2;

}
.flexslider {
    width: 100%;
			max-height: 550px;

}
.flexslider li div.aeletest{ background: rgb(222,242,218);
background: linear-gradient(180deg, rgba(222,242,218,1) 0%, rgba(255,255,255,1) 50%);
    padding: 70px 0px;    text-align: center;}
.banner-bg {
	background: #e3fff7;
	padding: 119px 0px;
}
.banner-bg .row {
	display: flex;
	align-items: center;
}
.banner-bg .row .col {
	flex: 0 0 50%;
}
.banner-bg .row .col:nth-child(2) img {
	margin: 0;
}
.banner-bg .col h2 {
	font: 40px/1.2 'Zoho_Puvi_Bold';
	margin: 0;
}
.banner-bg .col p {
	font: 17px/1.5 'Zoho_Puvi_Regular';
	color: #000;
	margin: 10px 0px 20px 0px;
}
.banner-bg .col a {
    font: 17px / 1.2 'Zoho_Puvi_SemiBold';
    background: #ee4a44;
    color: #fff;
    padding: 10px 30px;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 5px;
}

div.news {
    flex: 0 0 40%;
    display: flex;
    background: #fff7dc;
    border-radius: 15px;
    padding: 15px 20px 15px 10px;
    margin: 0 20px;
    align-items: center;
    box-shadow: 0 0 10px #ddd;
    border: 1px solid #ffd88f;
    transition: all .4s;
    width: 30%;
    margin: 0 auto;
    position: relative;
    top: -44px;
    z-index: 99;
}
div.news:hover {
       border: 1px solid #ffd88f;
   
}

div.news .right {
    flex: 0 0 100%;
    margin-left: 0;
    text-align: center;
}
img.newsrls {
    width: 75%;
}
p.labletxt {
    margin: 0;
    color: #000;
    font-family: 'Zoho_Puvi_Bold', Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
}
.newshead {
    font-size: 16px;
    line-height: 25px;
}
.newshead a {
    font-size: 18px;
    line-height: 25px;
    color: #000;
    text-decoration: none;
}
.newscta {
    margin-top: 0;
}
.newscta a {
    display: inline-block;
    position: relative;
    text-decoration: none;
    color: #0869db;
    padding-right: 5px;
    /* font-family: 'Zoho_Puvi_SemiBold'; */
    font-size: 15px;
    position: relative;
    /* bottom: 25px; */
    margin-top: 0;
    cursor: pointer;
}
.newscta a .red-arrow {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-top: 1px solid #0869db;
    border-right: 1px solid #0869db;
    bottom: 1px;
    position: absolute;
    top: 7px;
    bottom: 0;
    margin-left: 3px;
    transform: rotate(45deg);
    transition: all ease .3s;
}


.ae-introsec{ padding: 0 0 70px 0}
.titlecont {
    width: 70%;
    margin: 0 auto;
    text-align: center;
}
.titlecont h1{ margin-bottom: 0; margin-top: 20px;}
.titlecont h3{ margin-top: 10px}
.titlecont p {
    font-size: 16px;
    margin-top: 30px;
    color: #000;
    line-height: 1.6;
}
.ae-benefitssec{  background: #f4fafd; padding: 70px 0}
.ae-benefitssec h2{ margin-top: 0px;}
ul.ae-benefits {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
ul.ae-benefits li {
    margin: 20px;
    display: flex;
    /* align-items: center; */
    flex: 0 0 20%;
}
.benefitstxt {
    padding: 20px;
    background: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    border-radius: 10px;
    box-shadow: 0px 0px 11px 0 rgb(0 0 0 / 10%);
	    transition: all .4s;
	font-weight: 600;
}
.benefitstxt:hover {
	 box-shadow: 0 4px 25px 0 rgb(0 0 0 / 10%);
    transform: translateY(-0.30em);
	color: #0079b0;
}
.ae-featuressec{  background: #fff; padding: 70px 0}
.ae-benefitssec h2{ margin-top: 0px; text-align: center}
ul.aeftrboxs {
    margin: 0px;
    padding: 15px;
    display: flex;
    list-style-type: none;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 50px;
    /* background: #f5f5f5; */
    border-radius: 26px;
}
ul.aeftrboxs li {
    flex: 0 0 33%;
    margin: 0;
}
.aeftrsbox {
    background: #fff;
    margin: 15px;
    padding:40px; 
    transition: all ease .5s;
    min-height: 450px;
    position: relative;
    box-shadow: 0px 2px 10px 0px rgb(38 59 94 / 10%);
    border-radius: 10px;
    border: 1px solid #fff;
}
.aeftrsbox:hover {
    box-shadow: 0px 25px 40px 0px rgb(38 59 94 / 10%);
    transform: translateY(-0.30em);
    /* background: #f0f7ff; */
    border: 1px solid #c2e1ff;
    
}
.aeftrsbox h3{ margin: 0px;}
.aeftrsbox h3 a{ text-decoration: none; font-size: 20px;}
p.aelearnmor a{
    text-decoration: none;
    color: #0078ff !important;
    margin-top: 10px;
    display: inline-block;
}

.ae-editionsec{  background: #f4fafd; padding: 70px 0}
.ae-editionsec h2{ margin-top: 0px; text-align: center}

.ae-edntable {
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0 0 0;
    justify-content: space-between;
    margin-top: 50px;
}
.ae-edntable .col {
    flex: 0 0 30%;
    margin: 0 1.6%;
}
.aeebox {
    padding: 30px 30px 40px 30px;
    background: #fff;
    /* border-radius: 26px; */
    box-shadow: 0 5px 15px -4px rgb(36 50 66 / 0%);
    min-height: 300px;
    transition: all ease .3s;
    border-radius: 20px;
}
ul.ae-ednftrlist {
    list-style-type: none;
    margin-top: 30px;
}
ul.ae-ednftrlist li {
    line-height: 33px;
    margin-left: 0;
    padding: 0 0 0 25px;
    color: #000;
    font-size: 16px;
    background-repeat: no-repeat;
    background-size: 5%;
    background-position: 0 10px;
	background-image: url(https://www.manageengine.com/products/service-desk-msp/images/msp-pro-tick.svg);
}
ul.ae-ednftrlist li a {
    color: #000;
    text-decoration: none;
}
.customerslogosec{background: #fff;
    padding: 50px 0;}
.customerslogo{}
.customerslogo h2 {
    text-align: center;
    display: block;
    padding-top: 0;
    margin-bottom: 20px !important;
}

@media only screen and (max-width:1180px) {
.banner-bg {
    padding: 88px 0px;
}
	div.news{    width: 50%;    top: -50px;}
}

@media only screen and (max-width:1024px) {
.flexslider li div.aeletest{    padding: 90px 0px;}
	.titlecont {
		width: 80%;}
	ul.aeftrboxs li {
    flex: 0 0 46%;
    margin: 20px 0;
}
}

@media only screen and (max-width:980px) {
	.flexBnrslides, .flex-control-nav, .flex-direction-nav {
        display: block;
    }
	.flexMobile {
    display: none;
}
	.flexslider li div.aeletest{    padding: 113px 0px;}
	div.news{    width: 70%;    top: -70px; z-index: 99;}
	ul.ae-benefits li {
    flex: 0 0 40%;
}
	ul.aeftrboxs li {
        flex: 0 0 96%;
        margin: 20px 0;
    }
	.aeftrsbox{    min-height: auto;}
.banner-bg .row .col:nth-child(1) {
	display: none;
}
.banner-bg .row {
	justify-content: center;
}
.banner-bg .row .col {
	flex: 0 0 100%;
}
.banner-bg .row .col:nth-child(2) img {
	margin: 0 auto;
}
.banner-bg .col h2 {
	text-align: center;
}
.banner-bg .col p {
	text-align: center;
}
.banner-cta {
	text-align: center;
}
	.ae-edntable .col {
    flex: 0 0 97%;
    margin: 20px;
}
	ul.ae-ednftrlist li{    padding: 0 0 0 35px;    background-size: 3%;}
	.aeebox{    min-height: auto;}
}

@media only screen and (max-width:600px) {
.flexslider li div.aeletest {
        padding: 208px 0px;
    }
	div.news {
        width: 60%;
        top: -60px;
        z-index: 99;
    }
	div.news .right {
    flex: 0 0 100%;
    margin-left: 0;
    text-align: center;
    padding: 0;
}
	.titlecont {
        width: 100%;
    }
	ul.ae-benefits li {
        flex: 0 0 90%;
        margin: 10px 0;
        text-align: left;
    }
	.benefitstxt{    width: 100%;}
	ul.aeftrboxs {
		margin: 0px;}
	ul.aeftrboxs li {
        flex: 0 0 100%;
        margin: 20px 0 0 0;
    }
	.aeftrsbox {
        min-height: auto;
        margin: 15px 0;
    }
	.ae-edntable .col {
        flex: 0 0 100%;
        margin: 20px 0 0 0;
    }
}
