/*AE Banner section start*/
body{ font:18px / 1.4 'Zoho_Puvi_Regular', Arial, Helvetica, sans-serif;}
.ae-hm-bnr-sec {
   background-image: url(https://www.manageengine.cn/products/asset-explorer/style/../images/ae-home-banner-bg-2650.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 7% 0 12% 0;
    position: relative;
    background-position: top;
    background-color: #b9f0ff;
}

/*.ae-hm-bnr-sec {
    background-image: linear-gradient(to right top, #ffffff, #f3f5ff, #e1edff, #c8e7ff, #aae2ff, #aae2ff, #aae2ff, #aae2ff, #b0f6fe, #b0f6fe, #b0f6fe, #b0f6fe);
    padding: 8% 0 12% 0;
    position: relative;
	overflow: hidden;
}

.ae-hm-bnr-bgs1 {background-image: url(https://www.manageengine.cn/products/asset-explorer/style/../images/ae-hm-bnr-bgs1.png);background-repeat: no-repeat;position: absolute;width: 50%;height: 620px;right: 4%;top: 6%;background-size: cover;animation: bgsfadein .1s;animation-delay: .1s;}
.ae-hm-bnr-bgs2 {background-image: url(https://www.manageengine.cn/products/asset-explorer/style/../images/ae-hm-bnr-bgs2.png);background-repeat: no-repeat;position: absolute;width: 60%;height: 80%;left: 0;top: 0px;background-size: contain;animation: bgsfadein .1s;animation-delay: .2s;}
.ae-hm-bnr-bgs3 {background-image: url(https://www.manageengine.cn/products/asset-explorer/style/../images/ae-hm-bnr-bgs3.png);background-repeat: no-repeat;position: absolute;width: 100%;height: 300px;left: -3%;bottom: 0;background-size: cover;animation: bgsfadein .1s;animation-delay: .3s;
}
@keyframes bgsfadein {
  from {
    opacity: 0.5
  }
  to {
    opacity: 1
  }
}*/

.ae-home-sprite{background-image: url("https://www.manageengine.cn/products/asset-explorer/style/../images/ae-home-sprite-icons.png"); background-repeat: no-repeat; }
.ae-hm-banner-cont{     display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap; }
.ae-hm-banner-cont .col{    flex: 0 0 calc(100% / 2);
    max-width: calc(100% / 2);
    box-sizing: border-box;
	position: relative;
}

/*.ae-hm-banner-cont .col:nth-child(2){
 background-color: #b9f0ff;
  background-image: radial-gradient(#a1e9fc, #b9f0ff);
}*/

.ae-hm-banner-cont .col h1 {
    font: 60px / 1.2 'Zoho_Puvi_ExtraBold', Arial, Helvetica, sans-serif;
    display: flex;
    flex-wrap: wrap;
	 letter-spacing: -1px;
	opacity: 0;
	transition: 1s ease;
	transition-delay: .1s;
	  transform: translateX(-30px);
}
.parent-active .ae-hm-banner-cont .col h1{opacity: 1; transform: translateX(0px);}
.ae-hm-banner-cont .col p {
    font: 21px / 1.5 'Zoho_Puvi_Medium', Arial, Helvetica, sans-serif;
    margin: 20px 0 40px 0;
    color: #000;
    padding-right: 10%;
    letter-spacing: .3px;
	opacity: 0;
	transition: 1s ease;
	transition-delay: .2s;
	 transform: translateX(-30px);
}
.parent-active .ae-hm-banner-cont .col p{opacity: 1;transform: translateX(0px);}


.ae-hm-banner-cont a.ae-hm-bnr-cta {
    background: #db4228;
    color: #fff;
    text-decoration: none;
    font: 22px / 1.5 'Zoho_Puvi_Bold', Arial, Helvetica, sans-serif;
    position: relative;
    overflow: hidden;
    padding: 18px 40px;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    display: block;
    max-width: 290px;
    text-align: center;
	opacity: 0;
	transition: 1s ease;
	transition-delay: .3s;
	transform: translateX(-30px);
}
.parent-active a.ae-hm-bnr-cta{max-width: 300px;padding: 18px 60px;opacity: 1;transform: translateX(0px);}

.ae-hm-banner-cont a.ae-hm-bnr-cta::after {
    content: "";
    width: 30px;
    height: 110px;
    position: absolute;
    left: -30px;
    top: 0;
    margin-top: -20px;
    background: #e9c5c5;
    opacity: 0.6;
    filter: blur(20px);
    animation: login-blur 3s infinite;
    transform: translate(-10px) rotate(45deg);
    animation-delay: 3.5s;
    transform-origin: top;
}
@keyframes login-blur {
  from {
    transform: translate(-10px) rotate(45deg);
  }
  to {
    transform: translateX(500px) rotate(45deg);
  }
}

img.ae-hm-dcbnr-image {
    width: 80%;
    display: block;
    margin: 30px 0 0 auto;
	position: relative;
	right: 0px;
	/*transform: translateY(-50px);*/
	 opacity: 0;
	z-index: 99;
}
.parent-active img.ae-hm-dcbnr-image{
    /*transform: translateY(0px);*/
    opacity: 1;
    transition: 2s ease;
    transition-delay: 0.5s;
}

img.ae-hm-mobbnr-image {
    width: 80%;
    display: block;
    margin: 30px 0 0 auto;
	position: relative;
	right: 0px;
	/*transform: translateY(-50px);*/
	 opacity: 0;
	z-index: 99;
	display: none;
}
.parent-active img.ae-hm-mobbnr-image{
    /*transform: translateY(0px);*/
    opacity: 1;
    transition: 2s ease;
    transition-delay: 1s;
}

.ae-hm-banner{ position: relative}
.heroimg, .zoomimg, .glowimg, .ystar1, .ystar2, .graphicimg, .bendarowimg, .icon1, .icon2, .icon3, .icon4, .icon5, .icon6{ position: absolute; display: block;}

/*.heroimg{opacity: 0;}
.parent-active .heroimg{opacity: 1;transition: 2s ease;transition-delay: 2s; top: 0px; right: 0px;}
.heroimg img {max-width: 100%;}*/




.graphicimg {
    opacity: 0;
    transform: translateY(60px);
    width: 104px;
    height: 124px;
    border-radius: 13px;
}
.parent-active .graphicimg {
    opacity: 1;
    transition: 1s ease;
    transition-delay: 1.2s;
    top: -216px;
    left: 174px;
    z-index: 9999;
    transform: translateY(0px);
    overflow: hidden;
}
.graphicimg img {
    max-width: 100%;
    z-index: 99;
    position: relative;
    width: 100px;
    height: 120px;
    padding: 2px 0 0 2px;
}
.ae-home-bnr-graph-bdr{
  overflow: hidden;
  /* Glow Blur */
  filter: blur(20px);
}
.ae-home-bnr-graph-bdr:before {
    content: '';
    z-index: -2;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(0deg);
    position: absolute;
    width: 99999px;
    height: 99999px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-image: conic-gradient(rgba(0, 0, 0, 0), #027399, rgb(58 184 235 / 16%) 25%);
    animation: rotate 4s linear infinite;
}
			@keyframes rotate {
	100% {
		transform: translate(-50%, -50%) rotate(1turn);
	}
}

.bendarowimg {
    opacity: 0;
    top: -317px;
    left: 210px;
}
.parent-active .bendarowimg {
    opacity: 1;
    transition: 1s ease;
    transition-delay: 2s;
    top: -337px;
    left: 190px;
    z-index: 9;
}
.bendarowimg img {max-width: 45%;}

.icon1{opacity: 0;top: -190px; left: 400px;}
.parent-active .icon1 {
    opacity: 1;
    transition: 1s ease;
    transition-delay: 2.2s;
    top: -140px;
    left: 284px;
    z-index: 999;
}
.icon1 img {max-width: 45%;}

.icon2{opacity: 0;top: -190px; left: 400px;}
.parent-active .icon2 {
    opacity: 1;
    transition: 1s ease;
    transition-delay: 2.3s;
    top: -65px;
    left: 370px;
    z-index: 999;
}
.icon2 img {max-width: 45%;}

.icon3{opacity: 0;top: -200px; right: 150px;}
.parent-active .icon3 {
    opacity: 1;
    transition: 1s ease;
    transition-delay: 2.4s;
    top: -75px;
    right: 42px;
    z-index: 999;
}
.icon3 img {max-width: 45%;}

.icon4{opacity: 0;top: -200px; right: 150px;}
.parent-active .icon4 {
    opacity: 1;
    transition: 1s ease;
    transition-delay: 2.5s;
    top: -140px;
    right: -33px;
    z-index: 999;
}
.icon4 img {max-width: 45%;}

.icon5{opacity: 0;top: -200px; right: 150px;}
.parent-active .icon5 {
    opacity: 1;
    transition: 1s ease;
    transition-delay: 2.6s;
    top: -214px;
    right: -3px;
    z-index: 999;
}
.icon5 img {max-width: 45%;}

.icon6{opacity: 0;top: -200px; right: 150px;}
.parent-active .icon6 {
    opacity: 1;
    transition: 1s ease;
    transition-delay: 2.7s; 
    top: -285px;
    right: 27px;
    z-index: 999;
}
.icon6 img {max-width: 45%;}


.zoomimg{opacity: 0;}
.parent-active .zoomimg {
    opacity: 1;
    transition: 1s ease;
    transition-delay: 2.8s;
    top: -485px;
    right: -72px;
    z-index: 1;
}
.zoomimg img {
    max-width: 45%;
}

.glowimg{opacity: 0;}
.parent-active .glowimg {
    opacity: 1;
    transition: 1s ease;
    transition-delay: 2.9s;
    top: -480px;
    left: 240px;
/*-webkit-animation: glowing 3s infinite;
			animation: glowing 3s linear infinite alternate;*/
}

/*@keyframes glowing {
  from {opacity: 0;}
  to {opacity: 1;}
}*/
.glowimg img {max-width: 75%;}


.ystar1{opacity: 0;}
.parent-active .ystar1 {
    opacity: 1;
    transition: 1s ease;
    transition-delay: 3s;
    top: -460px;
    right: 55px;
    width: 25px;
    height: 40px;
    background-size: 10px;
	-webkit-animation: star1 3s infinite;
			animation: star1 3s linear infinite alternate;
}

@keyframes star1 {
  from {opacity: 0;background-image:url("https://www.manageengine.cn/products/asset-explorer/style/../images/home-banner/img-05a.png");
	background-repeat: no-repeat;transition-delay: 3s;}
  to {opacity: 1;background-image:url("https://www.manageengine.cn/products/asset-explorer/style/../images/home-banner/img-05-a.png");
	background-repeat: no-repeat;transition-delay: 3s;}
}

.ystar2{opacity: 0;}
.parent-active .ystar2 {
    opacity: 1;
    transition: 1s ease;
   transition-delay: 3s;
    top: -503px;
    right: 120px;
    width: 49px;
    height: 81px;
    background-size: 25px;
	-webkit-animation: star2 3s infinite;
			animation: star2 3s linear infinite alternate;
}

@keyframes star2 {
  from {opacity: 0;background-image:url("https://www.manageengine.cn/products/asset-explorer/style/../images/home-banner/img-05b.png");
	background-repeat: no-repeat; transition-delay: 3;}
  to {opacity: 1;background-image:url("https://www.manageengine.cn/products/asset-explorer/style/../images/home-banner/img-05-b.png");
	background-repeat: no-repeat; transition-delay: 3s;}
}


.bnrarrow {
    height: 60px;
    display: block;
    position: absolute;
    bottom: 60px;
    left: -20px;
    overflow: hidden;
    width: 136px;
    transform: skew(-15deg, -15deg);
}
span.bnr-arrow {
    background: url(https://www.manageengine.cn/products/asset-explorer/style/../images/ae-bnr-arrow.png) no-repeat;
    width: 0;
    display: block;
    height: 90px;
    right: -136px;
    position: relative;
    transform: skew(15deg, 15deg);
    top: -29px;
}
.parent-active span.bnr-arrow {
    transition: 2s ease;
    transition-delay: 3.5s;
    right: 0;
    width: 136px;
}


/*
.banner-cta-arrow span {
    background-image: url(https://www.manageengine.cn/products/asset-explorer/style/../images/ae-bnr-arrow.png);
    height: 100px;
    width: 100px;
    background-size: cover;
    display: block;
    background-repeat: no-repeat;
    line-height: 2;
}

.banner-cta-arrow{
    position: absolute;
    z-index: 50;
    transition: 0.6s ease;
    opacity: 0;
	    bottom:80px;
    left: 0;
}
.banner-cta-arrow::after {
    content: "";
    height: 100%;
    background: #a2ddfe;
    position: absolute;
    top: 0;
    width: 100%;
    transition: 0.6s ease;
}
.parent-active .banner-cta-arrow::after {
    width: 0;
    transition-delay: 3s;
}
.parent-active .banner-cta-arrow {
    opacity: 1;
}*/


/*AE Banner section end*/


/*AE Customer logos start*/
.cutomerlogos-bg {
    background: #ffffff85;
    border-radius: 30px;
    padding: 50px;
    margin-top: 100px;
    box-shadow: 0 0 7px #b8b8b8;
}
.cutomerlogos-bg h3{ text-align: center;font-size: 23px; color: #000; margin: 0 0 40px 0}
ul.ae-cutomers {
    display: flex;
    justify-content: space-between;
    width: 95%;
    margin: 0 auto;
}
ul.ae-cutomers li.content-view span {
    transform: translateY(0px);
    opacity: 1;
    transition: 1s ease;
}
ul.ae-cutomers li:nth-child(1) span {
    transition-delay: .1s;
}
ul.ae-cutomers li:nth-child(2) span {
    transition-delay: .2s;
}
ul.ae-cutomers li:nth-child(3) span {
    transition-delay: .3s;
}
ul.ae-cutomers li:nth-child(4) span {
    transition-delay: .4s;
}
ul.ae-cutomers li:nth-child(5) span {
    transition-delay: .5s;
}
ul.ae-cutomers li:nth-child(6) span {
    transition-delay: .6s;
}
ul.ae-cutomers li:nth-child(7) span {
    transition-delay: .7s;
}
ul.ae-cutomers li:nth-child(8) span {
    transition-delay: .8s;
}

.cust1, .cust2, .cust3, .cust4, .cust5, .cust6, .cust7, .cust8{background:url(https://www.manageengine.cn/products/asset-explorer/style/../images/asset-cutomer-logo-sprite.png) no-repeat 0 0}

.cust1 {
    background-position: -3px -1px;
    width: 96px;
    height: 30px;
    display: inline-block;
    margin-top: 10px;
}
.cust2 {
    background-position: -111px 2px;
    width: 52px;
    height: 42px;
    display: inline-block;
}
.cust3 {
    background-position: -187px -6px;
    width: 106px;
    height: 30px;
    display: inline-block;
    margin-top: 15px;
}
.cust4 {
    background-position: -4px -46px;
    width: 92px;
    height: 46px;
    display: inline-block;
}
.cust5 {
    background-position: -99px -56px;
    width: 100px;
    height: 29px;
    display: inline-block;
    margin-top: 10px;
}
.cust6 {
    background-position: -2px -88px;
    width: 130px;
    height: 40px;
    display: inline-block;
}
/*AE Customer logos end*/


/*AE intro sec start*/

.ae-hm-intro-sec{ background: #fff; padding: 100px 0 200px 0; border-radius: 4em 4em 0 0; margin-top: -5em; position: relative}
.ae-hm-intro-cont{ text-align: center;}
.ae-hm-intro-cont h2{font: 40px / 1.3 'Zoho_Puvi_ExtraBold', Arial, Helvetica, sans-serif; color: #000;width: 60%; margin: 0 auto}
.ae-hm-intro-cont p {font-size: 20px;color: #000;width: 85%; margin: 20px auto 0 auto;}
.ae-hm-rating {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 60%;
    margin: 50px auto 0 auto;
    justify-content: space-between;
    text-align: center;
}
.rting-brnd img{ max-width:70%; margin: auto;}
.ae-hm-rating .colm:nth-child(1) img{ max-width:70%; margin: auto;}
.ae-hm-rating .colm:nth-child(2) img{ max-width:90%; margin: auto;}
.ae-hm-rating .colm:nth-child(3) img{ max-width:20%; margin: auto;}
.ae-hm-rating .colm{ flex: 0 0 30%; }
.rtingcont{ padding: 15px;}


.ratrnubr p:nth-child(1) {
  line-height: 30px;
  margin: 20px 0 0 0
}
.rtingcont.g2 .ratrnubr p:nth-child(1) {
  margin: 15px 0 0 0
}

.ratrnubr p span {
  font: 50px / 1.1 'Zoho_Puvi_ExtraBold', Arial, Helvetica, sans-serif;
}
.ratrnubr p:nth-child(2) {
  font-size: 16px;
  line-height: 25px;
  margin: 0;
}
.ae-starrating {
    display: flex;
    align-items: center;
    margin-top: 30px;
    width: 77%;
    margin: 20px auto 0 auto;
}

.str1, .str2, .str3, .str4{ width:30px; height: 28px; display: block; margin: 0 auto}

.str1{ background-position:-480px -252px }
.str2{ background-position:-508px -251px }
.str3{ background-position:-541px -252px }
.str4{ background-position:-576px -251px }
/*AE intro sec end*/



/*AE ITAM section start*/
.ae-hm-itsm-sec {
    background: #f0f6fd;
    padding: 100px 0 200px 0;
    text-align: center;
    margin-top: -5em;
    border-radius: 4em 4em 0 0;
	position: relative;
}
.ae-hm-itsm-sec h2{font: 40px / 1.2 'Zoho_Puvi_ExtraBold', Arial, Helvetica, sans-serif; color: #000;width: 60%; margin: 0 auto}

.itsmcont {
    display: flex;
    flex-wrap: wrap;
	margin-top: 80px;
	
}
.itsmcont .bnfits {
    flex: 0 0 29%;
    text-align: center;
    border: 1px solid #ddeafd;
    padding: 26px;
	    transition: all ease .3s;
	position: relative;
}
.enddot {
    background: #ddeafd;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    position: absolute;
}
.itsmcont .bnfits:hover{
    box-shadow: 0 5px 20px -4px rgb(173 181 191);
       transform: scale(1.02) !important;
 background: #fff;
	z-index: 9;
}

.itsmcont .bnfits:nth-child(1){ border-top:0; border-left: 0;}
.itsmcont .bnfits:nth-child(2){ border-top:0;}
.itsmcont .bnfits:nth-child(3){ border-top:0; border-right: 0;}
.itsmcont .bnfits:nth-child(4){ border-bottom:0; border-left: 0;}
.itsmcont .bnfits:nth-child(5){ border-bottom:0;}
.itsmcont .bnfits:nth-child(6){ border-bottom:0; border-right: 0;}

.itsmcont .bnfits:nth-child(1) .enddot{top: 0;right: -6px;}
.itsmcont .bnfits:nth-child(1):hover .enddot{display: none}
.itsmcont .bnfits:nth-child(2) .enddot{top: 0;right: -6px;}
.itsmcont .bnfits:nth-child(2):hover .enddot{display: none}
.itsmcont .bnfits:nth-child(3) .enddot {
    bottom: -5px;
    right: 0px;
}
.itsmcont .bnfits:nth-child(3):hover .enddot {display: none}
.itsmcont .bnfits:nth-child(4) .enddot {
    top: -6px;
    left: 0;
}
.itsmcont .bnfits:nth-child(4):hover .enddot {display: none}
.itsmcont .bnfits:nth-child(5) .enddot {
    bottom: 0;
    left: -6px;
}
.itsmcont .bnfits:nth-child(5):hover .enddot {display: none}
.itsmcont .bnfits:nth-child(6) .enddot {
    bottom: 0;
    left: -6px;
}
.itsmcont .bnfits:nth-child(6):hover .enddot {display: none}


.itsmcont .bnfits .bnfitscont{ }

.itsmcont .bnfits:nth-child(1) .bnfitscont{
	opacity: 0;
  transform: translateX(-50px);
}
.itsmcont .bnfits:nth-child(2) .bnfitscont{
	 opacity: 0;
  transform: translateY(-50px);
}
.itsmcont .bnfits:nth-child(3) .bnfitscont{
	opacity: 0;
  transform: translateX(50px);
}
.itsmcont .bnfits:nth-child(4) .bnfitscont{
	opacity: 0;
  transform: translateX(-50px);
}
.itsmcont .bnfits:nth-child(5) .bnfitscont{
	 opacity: 0;
  transform: translateY(50px);
}
.itsmcont .bnfits:nth-child(6) .bnfitscont{
	opacity: 0;
  transform: translateX(50px);
}


.itsmcont.content-view .bnfits:nth-child(1) .bnfitscont{
	 transform: translatex(0px);
  opacity: 1;
  transition: .6s ease;
  transition-delay: 1s;
}
.itsmcont.content-view .bnfits:nth-child(2) .bnfitscont{
	 transform: translateY(0px);
  opacity: 1;
  transition: .6s ease;
  transition-delay: 1s;
}
.itsmcont.content-view .bnfits:nth-child(3) .bnfitscont{
	 transform: translateY(0px);
  opacity: 1;
  transition: .6s ease;
  transition-delay: 1s;
}
.itsmcont.content-view .bnfits:nth-child(4) .bnfitscont{
	 transform: translateY(0px);
  opacity: 1;
  transition: .6s ease;
  transition-delay: 1s;
}
.itsmcont.content-view .bnfits:nth-child(5) .bnfitscont{
	 transform: translateY(0px);
  opacity: 1;
  transition: .6s ease;
  transition-delay: 1s;
}
.itsmcont.content-view .bnfits:nth-child(6) .bnfitscont{
	 transform: translateY(0px);
  opacity: 1;
  transition: .6s ease;
  transition-delay: 1s;
}

.itsmcont .bnfits h4{font:20px/1.4 'Zoho_Puvi_Bold', Arial, Helvetica, sans-serif; margin: 10px 0 0 0;}
.itsmcont .bnfits p{ font-size: 18px;color: #000; line-height: 1.3}

.bnfits-icn1, .bnfits-icn2, .bnfits-icn3, .bnfits-icn4, .bnfits-icn5, .bnfits-icn6 {
    /*background-image: url(https://www.manageengine.cn/products/asset-explorer/style/../images/ae-home-benefits.svg);*/
	background-image: url(https://www.manageengine.cn/products/asset-explorer/style/../images/ae-home-benefits-icons.svg);
    background-repeat: no-repeat;
    width: 80px;
    height: 75px;
    display: block;
    margin: 0 auto;
    background-size: 350px;
}
.bnfits-icn1{ background-position:-10px -11px }
.bnfits-icn2{ background-position:-138px -12px}
.bnfits-icn3{ background-position:-260px -1px}
.bnfits-icn4{ background-position:-15px -105px}
.bnfits-icn5{ background-position:-145px -107px}
.bnfits-icn6{ background-position:-270px -107px}


/*AE ITAM section end*/


/*AE features section start*/

.ae-hm-ftrs-sec {
    background-image: url(https://www.manageengine.cn/products/asset-explorer/style/../images/ae-features-sec-bg-ptrn.png);
    background-repeat:repeat;
    padding: 8% 0 12% 0;
    border-radius: 4em 4em 0 0;
    margin-top: -5em;
	position: relative
}
.ae-hm-ftrs-sec h2{font: 40px / 1.2 'Zoho_Puvi_ExtraBold', Arial, Helvetica, sans-serif; color: #fff; display: flex;    flex-wrap: wrap;}
.ae-home-ftrs-cont{ display: flex;}
.ae-home-ftrs-cont .ae-ftr-left{ flex:0 0 28%;}
.ae-home-ftrs-cont .ae-ftr-left .ftimgsticky{ position: sticky; top: 25%;}
.ae-ftr-img img {
    width: 100%;
	margin-top: 30px;
}
.ae-home-ftrs-cont .ae-ftr-right {
    flex: 0 0 68%;
    padding-left: 4%;
    justify-content: flex-start;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.ae-hm-features {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
}
.ae-hm-features .ae-ftrboxs {
    flex: 0 0 46%;
    margin: 20px auto;
}

.ae-hm-features .ae-ftrboxs:nth-child(even) {
	position: relative;
	top: 60px;
}

/*.ae-hm-features .ae-ftrboxs:nth-child(even) {
}*/


.ae-ftrboxs.content-view .aeftrcont{ transform: translateY(0px);
  opacity: 1;
  transition: .6s ease;
  transition-delay: .2s;}
/*.aeftrcont {
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    min-height: 450px;
	opacity: 0;
  transform: translateY(-50px);
}*/
.aeftrcont {
    /* margin: 20px; */
    background: #fff;
    padding: 30px 45px 30px 30px;
    border-radius: 15px;
    opacity: 0;
    transform: translateY(-50px);
    min-height: 365px;
    transition: .3s ease;
}
.aeftrcont:hover{ box-shadow:0px 1px 16px 0px rgb(8 44 106); transform: translateY(-0.2em);}

.aeftrcont h4{    font: 22px / 1.4 'Zoho_Puvi_Bold', Arial, Helvetica, sans-serif;margin: 0px;}
ul.ae-ftr-points {
	padding-right: 0;
	margin-top: 20px;
}

ul.ae-ftr-points li {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 10px;
    display: block;
    position: relative;
    padding-left: 32px;
    margin-top: 13px;
	transition: .3s ease;
}
.ae-ftrboxs.content-view .aeftrcont ul.ae-ftr-points li{
	-webkit-animation: ftrlist 1.5s ease-out;
     animation: ftrlist 1.5s ease-out;
 }
 @-webkit-keyframes ftrlist {
     0% {
        opacity: 0.5;
         transform: translateX(30px);
     }
     
     100% {
         opacity: 1;
         transform: translateX(0px);
     }
   }

ul.ae-ftr-points li::before {
    background-image: url("https://www.manageengine.cn/products/asset-explorer/style/../images/ae-ftr-points-icon.svg");
}
ul.ae-ftr-points li::before {
    content: "";
    display: inline-block;
    height: 20px;
    width: 20px;
    background-repeat: no-repeat;
    background-size:contain;
    position: absolute;
    left: 0;
    top: 6px;
}

.ae-ftr-icon1, .ae-ftr-icon2, .ae-ftr-icon3, .ae-ftr-icon4, .ae-ftr-icon5, .ae-ftr-icon6, .ae-ftr-icon7, .ae-ftr-icon8, .ae-ftr-icon9 {
    width: 75px;
    height:80px;
    display: block;
    background-image: url(https://www.manageengine.cn/products/asset-explorer/style/../images/ae-hm-ftr-icons.svg);
    display: block;
    margin: 0;
    background-size: 750px;
}

.ae-ftr-icon1{ background-position:-5px -15px}
.ae-ftr-icon2{ background-position:-103px -10px}
.ae-ftr-icon3{ background-position:-192px -11px}
.ae-ftr-icon4{ background-position:-274px -13px}
.ae-ftr-icon5{ background-position:-359px -6px}
.ae-ftr-icon6{ background-position:-443px -12px}
.ae-ftr-icon7{ background-position:-526px -11px}
.ae-ftr-icon8{ background-position:-1354px -12px}
.ae-ftr-icon9{ background-position:-1430px -14px}





.saasmodelsec{ background: #fff; padding: 100px 0 200px 0; margin-top: -5em; border-radius: 4em 4em 0 0; position: relative}
.saasmodelsec h2 {
	font: 40px / 1.3 'Zoho_Puvi_ExtraBold', Arial, Helvetica, sans-serif; color: #000;
    text-align: center;
    width: 60%;
    margin: 0 auto;
}


.process-container {
    display: flex;
    align-items: flex-start;
    position: relative;
    margin: 0 auto;
    width: 100%;
    padding: 5% 0;
}
.step1, .step2, .step3{ flex: 0 0 33.3%; position: relative;}
.step-content1, .step-content2, .step-content3 {
    position: relative;
    text-align: center;
    margin-top: 70px;
    margin-left: 40px;
	
}
p.flip-hdr {
    font-family: 'Zoho_Puvi_Bold', Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 22px;
    opacity: 0%;
    transform: translateY(-50px);
    margin-bottom: 20px;
}
p.flip-disc {
    width: 77%;
    margin: 0 auto;
    opacity: 0%;
    transform: translateY(-70px);
    font-family: 'Zoho_Puvi_Regular', Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 1.3;
}


.line1 {
    width: 30%;
    height: 6px;
    /*background-color: #ccc;*/
    position: absolute;
    top: 86px;
    left: 20%;
	z-index: 9;
	opacity: 0.5;
}
.line2 {
    width: 34%;
    height: 6px;
    /*background-color: #ccc;*/
    position: absolute;
    top: 86px;
    left: 50%;
	z-index: 9;
	opacity: 0.5;
}
/*.line-gray {
    width: 63%;
    height: 4px;
    position: absolute;
    top: 86px;
    background: rgb(229 229 229);
    left: 260px;
	opacity: 0.5;
	z-index: 1;
	display: none;
}*/

.start-animation .step-circle1{
    animation: circlefadeIn 1s forwards 0.3s;
}
.start-animation .step-circle1 span.numbercircle {
    animation: circlefadeIn 1s forwards 0.3s;
}
/*.start-animation .step-content1{
    animation: fadeIn 0.2s forwards 0.2s
}*/
.start-animation .step-content1 p.flip-hdr{
    animation: fadeIn 1s forwards 0.6s;
}
.start-animation .step-content1 p.flip-disc{
    animation: fadeIn 1s forwards 0.9s;
}


.start-animation .line1 {
    animation: drawLine1 1s forwards 1s;
}


.start-animation .step-circle2{
    animation: circlefadeIn 1s forwards 1.2s;
}
.start-animation .step-circle2 span.numbercircle {
    animation: circlefadeIn 1s forwards 1.2s;
}
/*.start-animation .step-content2{
    animation: fadeIn 0.2s forwards 0.8s
}*/
.start-animation .step-content2 p.flip-hdr{
    animation: fadeIn 1s forwards 1.5s
}
.start-animation .step-content2 p.flip-disc{
    animation: fadeIn 1s forwards 1.8s
}


.start-animation .line2 {
    animation: drawLine2 1s forwards 2s;
}


.start-animation .step-circle3{
    animation: circlefadeIn 1s forwards 2.3s;
}
.start-animation .step-circle3 span.numbercircle {
    animation: circlefadeIn 1s forwards 2.3s;
}
/*.start-animation .step-content3{
    animation: fadeIn 0.2s forwards 1.5s
}*/
.start-animation .step-content3 p.flip-hdr{
    animation: fadeIn 1s forwards 2.6s
}
.start-animation .step-content3 p.flip-disc{
    animation: fadeIn 1s forwards 2.9s
}





.step-circle1, .step-circle2, .step-circle3 {
    width: 57px;
    height: 57px;
    /* background: #ccc; */
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    z-index: 99;
    position: absolute;
    left: 50%;
    /* opacity: 0.5; */
}
.step-circle1 span.numbercircle, .step-circle2 span.numbercircle, .step-circle3 span.numbercircle {
    width: 47px;
    height: 47px;
    /* background: #ccc; */
    border-radius: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    border: 3px solid #fff;
    position: relative;
    top: 2px;
    left: 2px;
    /* opacity: 0.5; */
    z-index: 99;
}
		
@keyframes circlefadeIn {
    0% {
		opacity: 0;
    }
	100% {
		opacity: 1;
        background: rgb(88,176,237);
background: linear-gradient(0deg, rgba(88,176,237,1) 0%, rgba(147,211,249,1) 100%);
    }
}
		
/*@keyframes fadeIn {
    to {
        opacity: 1;
        transform: translateY(0);
		background: #fff;
    }
}*/

@keyframes fadeIn {
  0%{
    opacity: 0%;
	  transform: translateY(-50);
	  color: #fff;
  }
  
  50%{
    opacity: 50%;
	transform: translateY(-30);
  }
  
  100%{
    opacity: 100%;
	transform: translateY(0);
	  color: #000;
  }
}



/*@keyframes drawLine {
    to {
        width: 0px;
    }
}*/
		
@-webkit-keyframes drawLine1 {
    0%  {/*background-color: #ccc;*/ width: 0%}
    100%  {background-color: #6dbff2; width: 33%;opacity: 1;}
}

@keyframes drawLine1 {
     0%  {/*background-color: #ccc;*/ width: 0%}
    100%  {background-color: #6dbff2; width: 33%;opacity: 1;}
}



@-webkit-keyframes drawLine2 {
    0%  {/*background-color: #ccc;*/ width: 0%}
    100%  {background-color: #6dbff2; width: 35%;opacity: 1;}
}

@keyframes drawLine2 {
     0%  {/*background-color: #ccc;*/ width: 0%}
    100%  {background-color: #6dbff2; width: 35%;opacity: 1;}
}


.saasbtmcta{ text-align: center; margin-top: 20px;}
.saasbtmcta a{background: #e1384a;
    color: #fff;
    text-decoration: none;
    font: 20px / 1.5 'Zoho_Puvi_Bold', Arial, Helvetica, sans-serif;
    position: relative;
    overflow: hidden;
    padding: 15px 50px;
	border-radius: 10px;    transition: all ease .5s; cursor: pointer}
.saasbtmcta a:hover{ background: #ce1a2d;padding: 18px 60px;}
p.cloud-vrsn{  font-size: 18px; line-height: 1.5; text-align: center; width: 80%; margin: 80px auto 0 auto}


.ae-countrywise {
    background-image: url(https://www.manageengine.cn/products/asset-explorer/style/../images/ae-countrywise-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    margin: 50px auto 0 auto;
    justify-content: space-between;
    text-align: center;
    border-radius: 30px;
    padding: 40px 0;
    background-position: center;
}
.ae-countrywise .colm .worlwide {
    position: relative;
    top: 10px;
}
.ae-countrywise .colm:nth-child(3) .rting-brnd img{ max-width:20%; margin: auto;}
.ae-countrywise .colm{ flex: 0 0 30%; }
.ae-countrywise .colm .worlwide{}
.ae-countrywise .colm .worlwide p.animtxt {
    font: 65px / 1.3 'Zoho_Puvi_ExtraBold', Arial, Helvetica, sans-serif;
    color: #eda93b;
    text-align: left;
    margin-left: 40px;
}.ae-countrywise .colm .worlwide p:nth-child(2) {
    font: 20px / 1.3 'Zoho_Puvi_Bold', Arial, Helvetica, sans-serif;
    color: #fff;
    text-align: left;
    margin-left: 40px;
}
.worlwide.datacentr p.animtxt {margin-left: 20px !important}
.worlwide.datacentr p:nth-child(2) {margin-left: 20px !important;}



/*AE features section end*/


/*AE Editions table section start*/

.ae-hm-edition-sec{ background-image: url("https://www.manageengine.cn/products/asset-explorer/style/../images/ae-edition-table-bg-ptrn.png"); background-repeat: repeat;padding: 8% 0 12% 0; border-radius: 4em 4em 0 0; margin-top: -5em;position: relative}
.ae-hm-edition-sec h2 {
    font: 40px / 1.2 'Zoho_Puvi_ExtraBold', Arial, Helvetica, sans-serif;
    color: #fff;
    text-align: center;
    margin-top: 0;
}
.ae-home-edn-table {
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    width: 100%;
    flex-wrap: wrap;
	margin-top: 80px;
}
.ae-home-edn-table .col {
    box-sizing: border-box;
    flex: 0 0 calc(100% / 3 - 20px);
    max-width: calc(96% / 3 - 20px);
    position: relative;
    
}
.ae-home-edn-table .col h3{font: 30px / 1.3 'Zoho_Puvi_Bold', Arial, Helvetica, sans-serif; color: #000;text-align: left; margin-top: 15px;}


.ae-free-edn-icon, .ae-trial-edn-icon, .ae-pro-edn-icon {
    background-image: url(https://www.manageengine.cn/products/asset-explorer/style/../images/ae-hm-edn-icons.svg);
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    display: block;
    margin: 0;
    background-size: 270px;
}

.ae-free-edn-icon{ background-position:-16px -9px;}
.ae-trial-edn-icon {background-position:-120px -8px;}
.ae-pro-edn-icon{ background-position:-207px -8px;}



.ae-free-edition, .ae-trial-edition, .ae-pro-edition {
    padding: 60px 40px;
	 border-radius: 30px;
	min-height: 590px;
	    transition: 1s ease !important;
}
.ae-free-edition:hover, .ae-trial-edition:hover, .ae-pro-edition:hover {
             box-shadow: 0px 10px 14px 0px rgb(67 111 186);
	    transform: translateY(-0.30em) !important;
}
.ae-free-edition {
    background: #e3ecfd 0% 0% no-repeat padding-box;
	transform: translateY(50px);
}
.ae-trial-edition {
    background: #e3ecfd 0% 0% no-repeat padding-box;
	transform: translateY(100px);
}
.ae-pro-edition {
    background: #ffffff 0% 0% no-repeat padding-box;
	transform: translateY(200px);
	overflow: hidden;
}
.parent-active .ae-free-edition {
    transform: translateY(0px);
  opacity: 1;
  transition: .6s ease;
  transition-delay: .1s;
}
.parent-active .ae-free-edition ul.ae-hme-edn-list li {margin-top: 10px;opacity: 1;
  transition: .6s ease;
  transition-delay: .2s;}


.parent-active .ae-trial-edition {
    transform: translateY(0px);
  opacity: 1;
  transition: .6s ease;
  transition-delay: .2s;
}
.parent-active .ae-trial-edition ul.ae-hme-edn-list li {margin-top: 10px;opacity: 1;
  transition: .6s ease;
  transition-delay: .3s;}

.parent-active .ae-pro-edition {
    transform: translateY(0px);
  opacity: 1;
  transition: .6s ease;
  transition-delay: .4s;
}
.parent-active .ae-pro-edition ul.ae-hme-edn-list li {margin-top: 10px;opacity: 1;
  transition: .6s ease;
  transition-delay: .5s;}


.m-popular {
    background: #dd3d32;
    color: #fff;
    padding: 5px 40px;
    position: absolute;
    right: -42px;
    top: 30px;
    transform: rotate(45deg);
    vertical-align: middle;
    display: inline-block;
	    font-size: 13px;
}

ul.ae-hme-edn-list {
	padding-right: 0;
	margin-top: 30px;
}

ul.ae-hme-edn-list li {
    font-size: 18px;
    margin-bottom: 10px;
    display: block;
    position: relative;
    padding-left: 32px;
    margin-top: 20px;
    color: #000;
    line-height: 1.4;
	opacity: 0;
	transition: 1s ease !important;
}

/*ul.ae-hme-edn-list li a {
    color: #000;
    text-decoration: none;
    font-size: 16px;
}*/

ul.ae-hme-edn-list li::before {
    background-image: url("https://www.manageengine.cn/products/asset-explorer/style/../images/ae-ftr-points-icon.svg");
}
ul.ae-hme-edn-list li::before {
    content: "";
    display: inline-block;
    height: 16px;
    width: 16px;
    background-repeat: no-repeat;
    background-size:contain;
    position: absolute;
    left: 0;
    top: 6px;
}

/*AE Editions table section end*/


/*AE customer section start*/

.ae-hm-customer-sec {
    background: #f3f7fe;
    padding: 8% 0;
    border-radius: 4em 4em 0 0;
    margin-top: -5em;
	position: relative;
}
.ae-hm-customer-sec h2 {
    font: 40px / 1.2 'Zoho_Puvi_Bold', Arial, Helvetica, sans-serif;
    color: #000;
    text-align: center;
    margin-top: 0;
}
/*FAQ style starts here*/
.customersay {
    position: relative;
    width: 55%;
    margin: 70px auto 0 auto;
    text-align: center;
}
.faq-container {
  max-width: 900px;
  margin: 0 auto;
}
.customersay h2 {
  font: 40px / 1.2 'Zoho_Puvi_SemiBold', Arial, Helvetica, sans-serif;
  margin: 0px 0px 20px 0px;
  text-align: center;
}
.custmrimg1, .custmrimg2{ width:120px; height: 120px; display: block; margin: 0 auto}

.custmrimg1{ background-position:-156px -244px }
.custmrimg2{ background-position:-10px -244px }

.customersay p.quotes {
  font: 18px / 1.6 'Zoho_Puvi_SemiBold', Arial, Helvetica, sans-serif;
  margin: 30px 0px 0px 0px;
}
.customersay p.authrname {
  font: 18px / 1.6 'Zoho_Puvi_Bold', Arial, Helvetica, sans-serif;
  margin: 30px 0px 0px 0px;
}
.customersay p.authrdesin {
  font: 15px / 1.6 'Zoho_Puvi_Regular', Arial, Helvetica, sans-serif;
  margin: 0px 0px 0px 0px;
}
.customersay .slick-dots {
    bottom: 0;
    display: block;
    width: 100%;
    padding: 0;
    margin: 10px 0 0 0;
    list-style: none;
    text-align: center;
    right: -340px;
    position: absolute;
}
.customersay .slick-next, .customersay .slick-prev {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform-origin: center;
  border: 2px solid #0c8980;
  transition: all .5s ease;
	display: none !important;
}
.customersay .slick-next:hover, .customersay .slick-prev:hover {
  background: #0c8980;
}
.customersay .slick-next:hover::before, .customersay .slick-prev:hover:before, .customersay .slick-next:hover::after, .customersay .slick-prev:hover::after {
  background: #fff;
}
.customersay .slick-prev {
  left: -150px;
}
.customersay .slick-next {
  right: -150px;
}
.customersay .slick-next:after, .customersay .slick-next:before, .customersay .slick-prev:after, .customersay .slick-prev:before {
  background: #0c8980;
  width: 3px;
  height: 14px;
}
.customersay .slick-prev:before {
  top: 6px;
  left: 16px;
}
.customersay .slick-next:before {
  top: 7px;
  right: 15px;
}
.customersay .slick-prev:after {
  bottom: 7px;
  left: 15px;
}
.customersay .slick-next:after {
  bottom: 6px;
  right: 15px;
}
.slick-dots li{    background: #dae6fd;width: 11px;
    height: 11px;}
.customersay .slick-dots li.slick-active {
    background: #6a98f7;
    width: 20px;
    height: 11px;
    border: 1px solid #6a98f7;
    border-radius: 10px;
}
a.faq-links {
  font: 16px / 1.1 "Zoho_Puvi_SemiBold", Arial, Helvetica, sans-serif;
  text-decoration: none;
  color: #0067ff;
}
/*FAQ style ends here*/

/*AE customer section end*/

/*AE footer section start*/

.ae-hm-footercta-sec{background: #f3f7fe; padding-bottom: 100px}
.ae-hm-footerctabg {
    background-image: url(https://www.manageengine.cn/products/asset-explorer/style/../images/ae-footer-cta.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding:8% 9%;
    text-align: center;
    background-position: center;
    border-radius: 50px;
	animation: footerbgfade 4s infinite alternate;
}
@keyframes footerbgfade {
    0% {
        background-image: url('https://www.manageengine.cn/products/asset-explorer/style/../images/ae-footer-cta.png');
    }
    
    100% {
        background-image: url('https://www.manageengine.cn/products/asset-explorer/style/../images/ae-footer-cta1.png');
    }
}
.ae-hm-footerctabg h2 {
    font: 40px / 1.2 'Zoho_Puvi_ExtraBold', Arial, Helvetica, sans-serif;
    color: #000;
    text-align: center;
    margin-top: 0;
    width: 100%;
    margin: 0 auto 50px auto;
}
.ae-hm-footerctabg a{ background: #db4228;
    color: #fff;
    text-decoration: none;
    font: 20px / 1.5 'Zoho_Puvi_Bold', Arial, Helvetica, sans-serif;
    position: relative;
    overflow: hidden;
    padding: 15px 80px;
	border-radius: 10px;transition: all .5s ease; cursor: pointer}

.ae-hm-footerctabg a:hover{ background: #ce1a2d;padding: 18px 90px;}
/*AE footer section end*/

@media only screen and (max-width:1340px) {
	
	.ae-hm-bnr-bgs1 {
    width: 59%;
    height: 620px;
    right: 0;
    top: 6%;
    background-size: contain;
}
	.itsmcont .bnfits{    padding: 26px 22px}

	.ae-ftr-img img {
    width: 100%;
}
	.ae-free-edition, .ae-trial-edition, .ae-pro-edition {
		padding: 50px 30px;}
	.ae-home-edn-table .col{    max-width: calc(100% / 3 - 20px);}
	.ae-home-edn-table{    justify-content: space-between;}
	.customersay .slick-dots{    right: auto;
    position: relative;}
}

@media only screen and (max-width:1100px) {
	.ae-hm-bnr-bgs1 {
        width: 100%;
        height: 570px;
        right: auto;
        top: auto;
        background-size: contain;
        bottom: 0;
        left: 0%;
    }
	.ae-hm-bnr-bgs3 {
    left: -23%;
		bottom: 7%;}
	span.bnr-arrow {
        transform: rotate(115deg) !important;
        bottom: 0px;
        left: 190px;
        top: 40px;
    }
	.ae-hm-banner-cont .col {
    flex: 0 0 calc(100% / 1);
		max-width: calc(100% / 1);}
	.ae-hm-banner-cont .col h1 {
    font: 55px / 1.2 'Zoho_Puvi_Bold';
    display: block;
    flex-wrap: wrap;
    text-align: center;
    width: 85%;
    margin: 0 auto;
		   
}
	.ae-hm-banner-cont .col p {
    margin: 20px auto 40px auto;
    text-align: center;
    width: 65%;
		padding: 0;
}
	.ae-hm-banner-cont a.ae-hm-bnr-cta {
    margin: 0 auto;
    text-align: center;
}
	img.ae-hm-bnr-image {
    width: 55%;
    margin: 50px auto 0 auto;
}
	.ae-hm-intro-cont h2{    width: 80%;}
	.ae-hm-rating{    width: 80%;}
	.ae-hm-itsm-sec h2 {
    width: 80%;
    margin: 0 auto;
}
	.itsmcont .bnfits {
		flex: 0 0 45%;}
	.ae-home-ftrs-cont {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
    }
	.ae-home-ftrs-cont .ae-ftr-left {
    flex: 0 0 60%;
    margin: 0 auto;
}
	.ae-home-ftrs-cont .ae-ftr-left .ftimgsticky {
    position: relative;
    top: auto;
}
	.ae-hm-ftrs-sec h2 {
    font: 40px / 1.2 'Zoho_Puvi_Bold';
    color: #fff;
    display: block;
    flex-wrap: wrap;
    text-align: center;
}
	.ae-home-ftrs-cont .ae-ftr-right {
        flex: 0 0 100%;
        padding-left: 0;
    }
	.aeftrcont{    min-height: 380px;}
	.process-container {
        width: 100%;
    }
	.step-circle1, .step-circle2, .step-circle3{    left: 43%;}
	.step-content1, .step-content2, .step-content3{ margin-left: 0px;}
	.line1{ top: 76px}
	.line2{ top: 76px}
	.saasbtmcta {
    text-align: center;
    margin-top: 10px;
}
	p.cloud-vrsn{ margin: 50px auto 0 auto}
	.ae-countrywise{    background-size: contain;}
	.ae-countrywise .colm .worlwide p.animtxt {
    font: 40px / 1.3 'Zoho_Puvi_ExtraBold';
    margin-left: 40px;
}
	.ae-home-edn-table {
        justify-content: space-around;
    }
	.ae-home-edn-table .col {
        max-width: calc(100% / 1);
        flex: 0 0 calc(45% / 1);
        margin: 20px;
    }
	.ae-free-edition, .ae-trial-edition, .ae-pro-edition {
        min-height: 600px;
    }
}

@media only screen and (max-width:980px) {
	span.bnr-arrow {
		transform: rotate(127deg) !important;
		left: 120px;
	}
	
	.itsmcont .bnfits {
        flex: 0 0 43%;
    }
	.line1, .line2 {
        top: 65px;
    }
	.ae-countrywise{    margin: 20px auto 0 auto;}
	.ae-countrywise .colm .worlwide p.animtxt{ margin-bottom: 0px;}
	.ae-countrywise .colm .worlwide p:nth-child(2) {
		font: 14px / 1.3 'Zoho_Puvi_Bold';    margin-top: 0;}
	.ae-hm-footerctabg h2{    width: 70%;}
	
}
@media only screen and (max-width:768px) {
	.ae-hm-bnr-sec{ padding: 80px 0}
	.ae-hm-banner-cont .col h1 {
        font: 40px / 1.2 'Zoho_Puvi_Bold';
        width: 100%;
    }
	.ae-hm-banner-cont .col h1 span {
        margin: 0 5px;
    }
	h2 span {
        margin: 0 5px;
    }

	.ae-hm-banner-cont .col p{ width: 90%;}
	img.ae-hm-bnr-image {
        width: 90%;
        margin: 50px auto 0 auto;
		right: 0px;
    }
	span.bnr-arrow{
	transform: rotate(90deg) !important;
		    bottom: 0px;
    left: 0px;
		        top: 40px;
	}
	.cutomerlogos-bg {
    border-radius: 30px;
    padding: 30px;
    margin-top: 60px;
}
	ul.ae-cutomers {
    display: flex;
    justify-content: space-between;
    width: 95%;
    margin: 0 auto;
    flex-wrap: wrap;
}
	ul.ae-cutomers li{ margin: 0 10px;}
	.ae-hm-intro-sec {
    background: #fff;
    padding: 80px 0;
    border-radius: 0;
    margin-top: 0;
}
	.ae-hm-intro-cont h2 {
        width: 100%;
		    font: 35px / 1.2 'Zoho_Puvi_Bold';
    }
	.ae-hm-intro-cont p{ width: 100%}
	.ae-hm-rating {
        width: 100%;
    }
	.ae-hm-rating .colm {
    flex: 0 0 100%;
}
	.rting-brnd img {
    max-width: 50%;
    margin: auto;
}
	.ae-starrating{    width: 50%;}
	.ae-hm-rating .colm:nth-child(3) .rting-brnd img {
    max-width: 15%;
    margin: auto;
}
	.ae-hm-itsm-sec {
    background: #f0f6fd;
    padding: 80px 0;
    margin-top: 0;
    border-radius: 0;
}
	.ae-hm-itsm-sec h2 {
        width: 100%;
        margin: 0 auto;
		    font: 35px / 1.2 'Zoho_Puvi_Bold';
    }
	.itsmcont .bnfits {
        flex: 0 0 88%;
    }
	.itsmcont .bnfits:nth-child(1), .itsmcont .bnfits:nth-child(2), .itsmcont .bnfits:nth-child(3), .itsmcont .bnfits:nth-child(4), .itsmcont .bnfits:nth-child(5), .itsmcont .bnfits:nth-child(6) {
        border-left: 0;
        border-right: 0;
    }
	
	.ae-hm-ftrs-sec{    padding: 80px 0;    border-radius: 0;
    margin-top: 0; }
	.ae-hm-ftrs-sec h2 {
		font: 35px / 1.2 'Zoho_Puvi_Bold';}
	.ae-home-ftrs-cont .ae-ftr-left {
        flex: 0 0 100%;
        margin: 0 auto;
    }
	.ae-hm-features .ae-ftrboxs {
        flex: 0 0 75%;
        margin: 20px auto;
    }
	.aeftrcont {
        min-height: auto;
    }
	.ae-hm-features .ae-ftrboxs:nth-child(even) {
    position: relative;
    top: auto;
}
	.saasmodelsec {
    padding: 80px 0;
    margin-top: 0;
    border-radius: 0;
}
	.saasmodelsec h2 {
    text-align: center;
    width: 100%;
    margin: 0 auto;
		font: 35px / 1.2 'Zoho_Puvi_Bold';
}
	.process-container {
        width: 90%;
        flex-wrap: wrap;
        margin: 20px;
    }
	.step-circle1, .step-circle2, .step-circle3{    left: 0;}
	.step1, .step2, .step3 {
    flex: 0 0 100%;
    position: relative;
}
	.step-content1, .step-content2, .step-content3 {
    position: relative;
    text-align: left;
    margin-top: 0;
    margin-left: 80px;
}
	.line1 {
        width: 4px;
        height: 28%;
        position: absolute;
        top: 74px;
        left: 26px;
        z-index: 9;
    }
	.line2 {
        width: 4px;
        height: 26%;
        position: absolute;
        top: 200px;
        left: 26px;
        z-index: 9;
    }
	
	@-webkit-keyframes drawLine1 {
    0%  {height: 0%}
    100%  {background-color: #6dbff2; height: 28%}
}

@keyframes drawLine1 {
     0%  {height: 0%}
    100%  {background-color: #6dbff2; height: 28%}
}



@-webkit-keyframes drawLine2 {
    0%  {height: 0%}
    100%  {background-color: #6dbff2; height: 26%}
}

@keyframes drawLine2 {
     0%  {height: 0%}
    100%  {background-color: #6dbff2; height: 26%}
}
	
	
	p.flip-hdr {
    font-weight: bold;
    font-size: 18px;
    margin-top: 10px;
}
	p.flip-disc {
    width: 100%;
    margin: 0 auto;
}
	p.cloud-vrsn {
    font-size: 17px;
    line-height: 1.5;
    text-align: center;
    width: 90%;
    margin: 50px auto 0 auto;
}
	.ae-countrywise {
        background-size: cover;
    }
	.ae-countrywise .colm {
    flex: 0 0 90%;
}
	.worlwide.datacentr p.animtxt {
    margin-left: 0;
}
	.ae-hm-edition-sec {
    padding: 80px 0;
    border-radius: 0;
    margin-top: 0;
}
	.ae-hm-edition-sec h2 {
		font: 35px / 1.2 'Zoho_Puvi_Bold';}
	.ae-free-edition, .ae-trial-edition, .ae-pro-edition {
        min-height: auto;
    }
	.ae-home-edn-table .col {
        max-width: calc(65% / 1);
        flex: 0 0 calc(65% / 1);
        margin: 20px 0;
    }
	
	.ae-hm-customer-sec {
    background: #f3f7fe;
    padding: 80px 0;
    border-radius: 0;
    margin-top: 0;
}
.ae-hm-customer-sec h2 {
        font: 35px / 1.2 'Zoho_Puvi_Bold';
        width: 90%;
        margin: 0 auto;
    }
	.customersay {
    width: 90%;
    margin: 50px auto 0 auto;
}
	.ae-hm-footerctabg {
        padding: 50px 25px;
    }
	.ae-hm-footerctabg h2 {
        font: 30px / 1.2 'Zoho_Puvi_Bold';
        width: 90%;
    }
	.ae-countrywise .colm .worlwide p.animtxt {
        margin-left: 40px !important;
 
}
	.ae-countrywise .colm .worlwide p:nth-child(2) {
    margin-left: 40px;
}
	.worlwide.datacentr p:nth-child(2) {
    margin-left: 40px !important;
}
}
@media only screen and (max-width:550px) {
	.ae-hm-bnr-sec {
    background-image: linear-gradient(to right top, #b0f6fe, #b0f6fe, #e1edff, #c8e7ff, #aae2ff, #aae2ff, #aae2ff, #aae2ff, #b0f6fe, #b0f6fe, #b0f6fe, #b0f6fe);
   padding: 50px 0;
    position: relative;
    overflow: hidden;
}
	.ae-hm-banner-cont .col:nth-child(2){ text-align: center; }
	img.ae-hm-mobbnr-image{display: block;margin: 30px auto 0 auto;}
	img.ae-hm-dcbnr-image{display: none}
	.ae-hm-banner {
    position: relative;
    display: none;
}
	/*.ae-hm-bnr-bgs2{    width: 100%;
    height: 80%;
    left: 0;
    top: 0px;
    background-size: contain;}
	.ae-hm-bnr-bgs3 {
        left: -44%;
        bottom: 0px;
        transform: rotate(45deg) !important;
        opacity: 0.5;
    }*/
	.ae-hm-banner-cont .col h1 {
        font: 37px / 1.2 'Zoho_Puvi_Bold';
        width: 100%;
    }
	.ae-hm-banner-cont .col p{    font-size: 20px;    line-height: 1.4;}
	.ae-hm-banner-cont a.ae-hm-bnr-cta {
        margin: 0 auto;
        max-width: 90%;
        padding: 15px 0;
    }
	.ae-container h2{ font: 30px / 1.2 'Zoho_Puvi_Bold';}
	.ratrnubr p span {
    font: 40px / 1.1 'Zoho_Puvi_Bold';
}
	.ae-home-edn-table .col {
        max-width: calc(100% / 1);
        flex: 0 0 calc(100% / 1);
    }
	
	.aeftrcont {
        min-height: auto;
    }
	.ae-hm-features .ae-ftrboxs {
        flex: 0 0 100%;
        margin: 0;
    }
	.aeftrcont {
		margin: 20px 10px;}
	.ae-hm-features .ae-ftrboxs:nth-child(even) {
    position: relative;
    top: 0;
}
}