@charset "UTF-8";
@import url("https://www.manageengine.com/css/fonts.css");
body {
	font-family: "Zoho_Puvi_Regular" !important;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	margin: 0;
	padding: 0;
	-moz-osx-font-smoothing: grayscale;
}
.container {
	max-width: 1200px !important;
	margin: 0 auto !important;
}
h1, h2, h3, h4, h5, h6 {
	line-height: 1.3;
	font-family: 'Zoho_Puvi_Bold';
}
p {
	line-height: 1.6;
	font-size: 18px;
	margin: 0;
	padding: 0;
}
img {
	max-width: 100%;
}
/*header style starts*/

.header-bg {
	padding: 20px 0px;
}
.header img {
	width: 250px;
}
/*header style ends*/


/* banner styles starts */


.banner-bg {
	background: #ebf5ff;
	text-align: center;
	padding: 75px 0px 50px 0px;
}
.banner h1 {
	color: #204981;
	font-size: 39px;
	margin-bottom: 25px;
}
.banner p {
	font-size: 22px;
	margin-bottom: 20px;
}
.banner a {
	background: #e23c32;
	color: #fff;
	padding: 10px 30px;
	display: inline-block;
	text-decoration: none;
	border-radius: 3px;
	font-size: 18px;
	letter-spacing: 1px;
	font-weight: bold;
	margin-bottom: 75px;
}
.banner a:hover {
	background: #fe5646;
}
/* banner styles ends */

.hub-bg {
	padding: 100px 0px;
}
.hub h2 {
	text-align: center;
/*	width: 35%;*/
	margin: 0 auto;
	font-size: 30px;
	margin-bottom: 30px;
}
/*.hub a {
	background: transparent;
	color: #1274b8;
	padding: 10px 30px;
	display: inline-block;
	text-decoration: none;
	border-radius: 5px;
	font-size: 18px;
	letter-spacing: 1px;
	font-weight: bold;
	border: 1px solid #1274b8;
	margin-top: 75px;
}
.hub a:hover {
	background: #1274b8;
	color: #fff;
}*/
.hub img {
	display: block;
	margin: 75px auto 0px auto;
	max-width: 85%;
}
/*features section starts */
.features-bg {
	background: #f7fafc;
	padding: 100px 0px;
}
.features-bg a {
/*	color:#0099CC;*/
}
.channeling {
	background: #fff;
}
.features-bg h2 {
	text-align: center;
	margin: 0 auto;
	font-size: 30px;
	margin-bottom: 50px;
}
ul.features {
	display: flex;
	list-style: none;
	justify-content: center;
	align-items: center;
}
ul.features img {
	display: block;
	margin: 0 auto;
}
ul.features li {
	flex-grow: 1;
	flex-basis: 0;
}
ul.features-list {
	margin-top: 30px;
	padding-left: 25px;
}
ul.features-list li {
	font-size: 18px;
	line-height: 1.8;
	list-style: none;
	position: relative;
	cursor: inherit;
}
ul.features-list li:before {
	content: "\2022";
	position: absolute;
	top: -15px;
	right: 0;
	bottom: 0;
	left: -25px;
	font-size: 36px;
	color: #1274b8;
}
/*features section ends */


.sdp-new-fea {
    background: #e23c32;
    padding: 0px 8px;
    border-radius: 100px;
    font-size: 12px;
    font-family: 'Zoho_Puvi_BoldItalic';
    color: #fff;
    margin-top: 0px;
    position: absolute;
}
/*footer style starts*/
.footer-bg {
	padding: 70px 0px;
	background-color: #f8fafc;
}
.footer h2 {
	text-align: center;
	margin: 0 auto;
	font-size: 30px;
	width: 60%;
}
a.footer-button {
	background: #e23c32;
	color: #fff;
	padding: 10px 30px;
	display: inline-block;
	text-decoration: none;
	border-radius: 5px;
	font-size: 18px;
	letter-spacing: 1px;
	font-weight: bold;
	margin: 30px 0px 30px 0px;
}
a.footer-button:hover {
	background: #fe5646;
}
a.mail-link {
	color: #196b9f;
	text-decoration: none;
}

/*footer style ends*/


@media only screen and (max-width:1024px) {
.container {
	padding: 0px 20px;
}
.hub h2 {
	width: 100%;
}
ul.features>li {
	padding: 30px;
}
.footer h2 {
	width: 100%;
}
a.footer-button {
	margin: 30px 0px 100px 0px;
}
	.zh-banner-sec h1{
		width: 75%;
		margin: 0 auto;
		padding-top: 40px;
	}
	.cmn-breadcrum{
		padding-left: 10px;
	}
}
@media only screen and (max-width :768px){
	ul.features {
		flex-wrap: wrap !important;
	}
	ul.features li {
		flex-grow: inherit !important;
		flex-basis: inherit !important;
	}
	.zh-banner-sec h1{
		width: 90%;
	}
}
@media only screen and (max-width:700px) {
.container {
	padding: 0px 20px;
}
.features-bg h2 {
	padding: 0px 20px;
}
ul.features>li {
	padding: 0px;
}

.channeling ul {
	flex-direction: column-reverse;
}
ul.features img {
	margin: 20px auto 50px auto;
}
}

@media only screen and (max-width:600px) {
.banner-bg {
	padding: 40px 0px 40px 0px;
}
.banner h1 {
	font-size: 30px;
}
.banner p {
	font-size: 20px;
}
.hub-bg {
	padding: 75px 0px;
}
.hub h2 {
	font-size: 28px;
}
.features-bg {
	padding: 75px 0px;
}
.features-bg h2 {
	font-size: 28px;
	margin-bottom: 20px;
}
.footer h2 {
	font-size: 28px;
}
}
