body{
color : #000;
}

#custmrlgosroll{
display:none ;
}
#btmBar.fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10;
    width: 100%;
}
#btmBar ul {
    margin-left: 50px;
}
#custmrlgosroll #dload{
	display: none;
}
body{
	overflow-x: hidden;
}
h1.ftrmnhdr {
    color: #fff;
}


.zh-flex-three-col-items {
width: 77%
}
.zh-cta-sec h2 {
    color: #fff;
}
@charset "UTF-8";
/* CSS Document */


.heading-menu {
	display: none;
}
#scroll {
	display: none;
}
p {
	font-size: 18px;
    line-height: 1.6;
    margin: 0 0 20px;
}
.h4, h4 {
	margin: 0 0 0 0px;
}
.cmn-breadcrum span {
   /* font-size: 12px !important;
    margin: 0px 5px !important;
    font-weight: bold;
    line-height: 1.5;*/
}
h3 {
	font-size: 24px;
}
#main-container {
	position: relative;
	box-sizing: border-box;
	padding: 0px 0px;
	margin: 0px 0px;
}
.breadcrumb-sec>div {
	max-width: 1400px;
	margin: 0px auto;
}
.double-col-section, .single-col-section, .customer-section {
	padding: 60px 0px;
	box-sizing: border-box;
}
.banner-cont {
	text-align: left;
	box-sizing: border-box;
	padding: 20px 50px 50px;
	margin: 0px auto;
	box-sizing: border-box;
}

.banner-cont .strog {
	font-family: 'Zoho_Puvi_SemiBold';
	font-size: 23px;
	margin-bottom: 0px;
	margin-top: 15px;
	line-height: 1.5;
	max-width: 95%;
}
.double-col-section .para-cont>div {
	margin-bottom: 30px;
}
.mid-cta-section {
	text-align: center;
	padding: 30px 0px;
	background: #def4f1;
	box-sizing: border-box;
}
.double-col-title, .single-col-title {
	text-align: center;
}
.single-col-title {
	max-width: 750px;
	margin: 0px auto 50px;
}
.three-col-flex {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 30px 30px;
	box-sizing: border-box;
}
.three-col-flex>div {
	max-width: calc(95%/3);
	flex: 0 0 calc(95%/3);
	padding: 30px 30px;
	box-shadow: 2px -1px 33px -14px rgb(61 61 61 / 28%);
	-webkit-box-shadow: 2px -1px 33px -14px rgb(61 61 61 / 28%);
	-moz-box-shadow: 2px -1px 33px -14px rgba(61, 61, 61, 0.28);
	box-sizing: border-box;
	min-height: 290px;
}
.three-col-flex>div:nth-child(even) {
	margin: 0px 30px;
}
.customer-title-wrap {
	text-align: center;
	max-width: 1080px;
	margin: 40px auto 40px;
}
.gartner-img-wrap {
	max-width: 280px;
}
.flex-wrap>div {
	padding: 0px 45px;
	box-sizing: border-box;
}
.mid-cont-sec {
	max-width: 980px;
	margin: 0px auto;
}
.heart-icon {
	background-image: url(images/heart-icon.png);
	background-size: contain;
	height: 38px;
	width: 45px;
	display: block;
	margin: 0px auto;
}
.ratting-icon {
	background-image: url(images/ratting-icon.png);
	background-size: 240px;
	height: 100%;
	width: 100%;
	display: block;
	position: absolute;
	background-position: -119px 0px;
	transition: 2.4s ease all;
}
.ratting {
	position: relative;
	height: 30px;
	width: 120px;
	margin-bottom: 10px;
}
.customer-section .three-col-flex p {
	font-size: 15px;
	font-family: 'Zoho_Puvi_Medium'
}
.ratting-icon-out {
	z-index: -1;
	width: 100%;
}
.ratting-icon-fill {
	width: 0%;
	background-position: 0px 0px;
}
.parent-active .ratting-icon-fill {
	width: 100%;
	transition: 2.4s ease all;
}
.small-font {
	margin-top: 50px;
}
.small-font p {
	font-size: 13px;
}
.illustration-wrap {
	max-width: 450px;
}
.work-flow-img {
	max-width: 800px;
	margin: 90px auto 60px;
}
.banner {
	display: flex;
	align-items: center;
}
.banner-col {
	flex-grow: 1;
	flex-basis: 0;
}
.slick-dots li.slick-active {
	background: #000;
	border: 1px solid #000;
}
.cta-btn {
	margin: 0px auto 30px auto;
	max-width: fit-content;
	width: 100%;
	display: inline-block;
	cursor: pointer;
}
.cta-btn:hover {
	background: #ff283e;
}

@media only screen and (max-width:768px) {
	.mobile-breadcrum {
		display: none;
	}
	.banner-cont {
		padding: 0px 0px;
	}
	.three-col-flex {
		display: block;
	}
	.three-col-flex>div {
		max-width: calc(100%);
	}
	.three-col-flex>div:nth-child(even), .three-col-flex>div {
		margin: 0px 0px;
		margin-bottom: 40px;
	}
	.flex-wrap>div {
		padding: 0px 0px;
	}
	.gartner-img-wrap {
		margin: 0px auto;
	}
	.banner {
		flex-wrap: wrap;
	}
	.banner-col {
		flex-grow: inherit;
		flex-basis: inherit;
		margin: 0 auto;
	}
	.banner-cont {
		text-align: center;
	}
	.banner-col img {
		margin: 50px 0px auto 0px;
	}
}

@media only screen and (max-width:992px) {
	.flex-wrap>div {
		padding: 0px 15px;
	}
}

.zh-container{
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 30px;
}
.zh-sec-max-width1{
	max-width: 1200px;
}
.zh-tc{
	text-align: center;
}
.zh-tl{
	text-align: left;
}
.zh-tr{
	text-align: right;
}
.zh-pad{
	padding: 10px;
}
.zh-pad-sm{
	padding: 5px;
}
.zh-bpad{
	padding-bottom: 10px;
}
.zh-bpad-sm{
	padding-bottom: 5px;
}
h1, h2, h3, h4, h5, h6{
	font-family: 'Zoho_Puvi_Bold'
}
.zh-flex{
	display: flex;
}
.zh-vpad-50{
	padding: 50px 0px;
}

/* Page Style only*/
.zh-fd-banner-sec .zh-b-sub-head{
	font-family: 'Zoho_Puvi_Medium';
}
.zh-banner-bg{
	background: #f4f0d5;
}
.zh-sec-p{
	padding: 70px 0px;
    max-width: 85%;
    margin: 0 auto;
}
.zh-heading-width{
	max-width: 51%;
    margin: 0px auto;
}
.zh-flex-two-col{
	display: flex;
	padding: 45px 0px;
	align-items: center;
}
.zh-h3-width {
    width: 90%;
}
.zh-p-width {
    width: 88%;
}
.zh-flex-item{
	width: 50%;
	align-items: center;
}
.zh-fc-img{
	text-align: right;
}
.zh-three-col-sec{
	background: #fffdf0;
	padding: 50px 0px;
	margin-top: 50px;
}
.zh-flex-three-col-items {
	padding: 40px 20px 40px 45px;
    background: #f3f0d5;
    margin: 30px 10px;
    border-radius: 5px;
    transition: .2s ease !important;
    width: 300px;
    cursor: pointer;
}
.zh-flex-three-col-items:hover{
	box-shadow: 3px 3px 10px #dbdbdb;
}
.zh-ftc-middle{
}
.zh-flex-three-col {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-column-gap: 1%;
    padding: 30px 3px;
    max-width: 90%;
    margin: 0 auto;
}

.zh-flex-two-col>.zh-flex-item:first-child {
    padding-right: 50px;
}
.zh-flex-two-col-une{
	display: flex;
	align-items: center;
	padding: 40px 0px;
}
.zh-flex-two-col-une .zh-flex-item{
	width: 50%;
	padding: 0px 35px;
}
.zh-sdk-plus {
    padding: 50px 0px;
}
.zh-cta-sec{
	background: #000;
    padding: 60px 0px;
    color: #fff;
}
.zh-cta-sec h2{
    margin: 43px auto;
    line-height: 1.47;
}
.zh-sdk-plus h3 {
    width: 88%;
}
.zh-cta-sec .cta-btn{
	/*padding: 10px 50px;
    font-size: 21px;
    background: #ff2525;
	border-radius: 5px;*/
	transition: .5s ease;
}

.zh-fd-pr {
    background: url(https://www.manageengine.cn/products/service-desk/enterprise/images/facilities-service-sprit.png);
    width: 90px;
    height: 90px;
    background-position: 0 0;
    background-size: cover;
    margin: 0 auto;
}
.zh-tucc{
	background-position: -93px 0px;
}
.zh-ft{
	background-position: -195px 0px;
}
.zh-ip {
    background-position: -288px 90px
}
.zh-cei {
    background-position: -386px 90px;
}
.dwn-list-item li {
    padding-bottom: 10px;
	line-height: 1.77;
	font-size: 18px;
}
.zh-sdk-plus h2{
	padding-top: 30px;
}
.zh-ftc-middle h3 {
   
}
.zh-flex-three-col-items h3{
	margin-top: 25px;
}
.banner-cont h1{
	font-size: 47px !important;
    line-height: 1.24;
}
.zh-b-sub-head{
	font-size: 21px;
	margin-top: 20px;
}
.dwn-list-item{
	list-style: none;
}
.zh-img-width{
	width: 70%;
}
.zh-cust-img{
	width: 65%;
}
.zh-flex-item picture{
	text-align: center;
}
.zh-li-width-85{
	width: 85%;
}

.zh-li-width-80{
	width: 80%;
}
h3.zh-li-width-80{
	width: 80%;
}
.dwn-list-item li:before {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    background: #000;
    margin-top: 15px;
    margin-left: -20px;
    border-radius: 100%;
}
.zh-cta-sec a{
	margin-bottom: 55px;
}
.zh-heading-width, .zh-three-col-sec h2, .zh-sdk-plus h2{
	font-size: 31px;
}
.zh-sdk-plus h3{
	font-size: 27px;
}
.zh-h-width {
	max-width: 80%;
}
.zh-two-grid {
    max-width: 65%;
    display: grid;
    grid-template-columns: auto auto;
    margin: 0 auto;
    grid-column-gap: 10%;
}
h3.zh-h3-width1{
	width: 75%;
}

ul.banner-cta {
    display: flex;
    justify-content: center;
}
.banner-cta li a {
    display: inline-block;
    background: #f0483d;
    color: #fff;
    padding: 10px 30px;
    font-size: 16px;
    font-weight: bold;
    margin: 5px 10px;
    border-radius: 2px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Zoho_Puvi_Bold';
	transition: 0.5s;
}
.banner-cta li a:hover{
	background: #E9142B;
}

@media only screen and (max-width:820px) {
	.zh-sec-p{
		max-width: 98%;
	}
	.zh-h3-width, .zh-p-width, h3.zh-h3-width1, h3.zh-li-width-80, .zh-sdk-plus h3, .zh-li-width-80, .zh-li-width-85{
		width: 100%
	}
	.zh-flex-two-col > .zh-flex-item.cont-anim{
		padding-right: 10px;
	}
	.zh-flex-three-col,.zh-flex-two-col, .zh-flex-two-col-une{
		display: block;
	}
	.zh-two-grid{
		display: block;
		max-width: 100%;
	}
	.zh-flex-item{
		width: 95%;
		padding: 10px;
	}
	.zh-flex-two-col-une .zh-flex-item {
		padding: 10px 0px;
		margin: 0px;
		width: 100%;
	}
	.zh-flex-three-col{
		margin: unset;
	}
	.zh-flex-two-col{
		grid-column-gap: 0%;
		padding: 30px 0px;
		max-width: 100%;
		margin: 0 auto;
	}
	.zh-flex-three-col-items{
		width: inherit;
    	padding: 30px 20px;
		margin: 30px 0;
	}
	.zh-flex-three-col-items p{
		margin-bottom: 50px;
	}
	.zh-flex-item h3{
		margin-top: 20px;
	}
	.zh-img-width{
		width: 65%;
    	margin-bottom: 30px;
	}
	.zh-cta-sec h2, .zh-heading-width{
		max-width: 100%;
	}
	.zh-col-swap{
		display: flex;
    	flex-direction: column-reverse;
		/*padding-top: 0px;*/
	}
	.zh-ftc-middle h3, .zh-ftc-middle p {
		max-width: 100%;
	}
	.zh-flex-two-col{
		padding: 20px 0px;
	}
	.zh-sec-p {
    	padding: 50px 20px;
	}
	.zh-h-width{
		max-width: 100%;
	}
}

@media (min-width:769px) and (max-width:1024px){
	.zh-sec-p {
		padding: 70px 20px;
	}
	.zh-heading-width{
		max-width: 75%;
		margin: 0 auto;
	}
	.zh-ftc-middle h3, .zh-ftc-middle p {
		max-width: 95%;
	}
	.zh-col-swap {
		padding-top: 0px;
	}
	.zh-img-width{
    	width: 100%;
	}
}

@media (min-width:1024px) and (max-width:1024px){
	.zh-flex-three-col{
		max-width: 100%;
	}
	.zh-flex-three-col-items{
		width: inherit;
	}
}
@media only screen and (max-width:731px) {
	.zh-sec-p {
    	padding: 50px 0px;
	}
	.zh-img-width{
		/*width: 95% !important;*/
		margin-bottom: 0px;
	}
	.zh-heading-width{
		padding-bottom: 20px;
	}
	.zh-flex-two-col {
		padding: 10px 0px;
	}
	.zh-flex-three-col{
		max-width: 100%;
	}
}
@media (min-width:768px) and (max-width:820px){
	.zh-flex-three-col {
		grid-template-columns: auto auto auto;
		grid-gap: 40px;
	}
	.zh-flex-three-col{
		max-width: 100%;
	}
}
@media (min-width:320px) and (max-width:414px){
	.banner-cont h1{
		font-size: 35px !important
	}
}
@media (min-width:320px) and (max-width:640px){
	.zh-img-width {
		width: 95%;
	}
	.zh-flex-two-col-une{
		padding: 0px;
	}
	ul.banner-cta{
		display: block;
	}
	.banner-cta li a{
		width: 50%;
	}
}

.zh-box-shadow{
	box-shadow: 0px 0px 10px 5px #dddcdc;
}


