<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("https://www.manageengine.com/fonts/proxima-nova.css");
body {
	font-family: "proxima_nova_rgregular" !important;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	margin: 0;
	padding: 0;
	text-rendering: optimizeLegibility;
	-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: 'proxima_nova_rgbold';
}
p {
	line-height: 1.6;
	font-size: 20px;
	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: 5px;
}
.banner p {
	font-size: 22px;
	margin-bottom: 20px;
}
.banner a {
	background: #ff6338;
	color: #fff;
	padding: 10px 30px;
	display: inline-block;
	text-decoration: none;
	border-radius: 5px;
	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: 28px;
	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;
}
/*features section starts */
.features-bg {
	background: #f7fafc;
	padding: 100px 0px;
}
.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: 20px;
	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 */



/*footer style starts*/
.footer-bg {
	padding: 100px 0px 50px 0px;
}
.footer h2 {
	text-align: center;
	margin: 0 auto;
	font-size: 30px;
	width: 60%;
}
a.footer-button {
	background: #ff6338;
	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 150px 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 50px;
}
.hub h2 {
	width: 100%;
}
ul.features&gt;li {
	padding: 30px;
}
.footer h2 {
	width: 100%;
}
a.footer-button {
	margin: 30px 0px 100px 0px;
}
}

@media only screen and (max-width:700px) {
.container {
	padding: 0px 20px;
}
.features-bg h2 {
	padding: 0px 20px;
}
ul.features&gt;li {
	padding: 0px;
}
ul.features {
	flex-wrap: wrap !important;
}
ul.features li {
	flex-grow: inherit !important;
	flex-basis: inherit !important;
}
.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;
}
}
</pre></body></html>