@import url("https://www.manageengine.com/css/fonts.css");
html {
	line-height: 1;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}
body {
	margin: 0;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	font-family: Zoho_Puvi_Regular;
	overflow-x: hidden;
	color:#000;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:after, blockquote:before, q:after, q:before {
	content: "";
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
embed, img, object, video {
	max-width: 100%;
	height: auto;
}
video {
	width: 100%;
}
input:focus, keygen:focus, select:focus, textarea:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: 0;
}
input {
	border: 0;
	border-radius: 0;
}
.heading-menu {
	display: none;
}
#scroll {
	display: none;
}
h1 {
    font: 40px/1.2 Zoho_Puvi_Bold !important;
    padding-right: 130px;
}
h2 {
	font: 36px/1.25 Zoho_Puvi_SemiBold;
	margin-bottom: 15px;
}
h3 {
	font: 23px/1.3 Zoho_Puvi_SemiBold;
	margin-bottom: 15px;
}
p {
	font-size: 17px;
	line-height: 1.6;
	margin: 0 0 20px;
}
.container-new {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0px 30px;
}
.row {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
}
.col {
	flex-grow: 1;
	flex-basis: 0;
	margin: 0px 50px;
}
.col.bnrcont {
        flex: 2 1 0;
    }
a.cta {
	display: inline-block;
    font-family: 'Zoho_Puvi_Bold';
    background: #fc4044 !important;
    color: #fff !important;
    padding: 15px 30px;
    font-size: 15px !important;
    -webkit-font-smoothing: antialiased;
    margin-top: 0px;
    cursor: pointer;
    border-radius: 2px;
    text-transform: uppercase;
    transition: all 0.8s;
    text-decoration: none;
    border: 1px solid #fb4043;
}
a.cta2 {
    display: inline-block;
    font-family: 'Zoho_Puvi_Bold';
    background:transparent !important;
    color: #fb4043 !important;
    padding: 15px 30px;
    font-size: 15px !important;
    -webkit-font-smoothing: antialiased;
    margin-top: 0px;
    cursor: pointer;
    border-radius: 2px;
    text-transform: uppercase;
    transition: all 0.8s;
    text-decoration: none;
    border: 1px solid #fb4043;
	margin-left:10px;
}
a.animated-link {
  text-align: center;
  display: block;
  font-size: 17px;
  text-decoration: none;
  font-family: 'Zoho_Puvi_Medium';
  margin: 30px 0px 0px 0px;
}
span.arrow-animation {
  display: inline-block;
  vertical-align: middle;
}
a.cta:hover .arrow-animation {
  transform: translateX(5px);
  transition: all .3s ease;
}
a.cta2:hover .arrow-animation {
  transform: translateX(5px);
  transition: all .3s ease;
}

ul.list-items {
	margin-left: 20px;
	margin-bottom: 50px;
}
ul.list-items>li {
	font-size: 18px;
	line-height: 1.6;
	margin-bottom: 15px;
	position: relative;
}
ul.list-items>li:before {
	content: "";
	background: #d96363;
	position: absolute;
	top: 10px;
	right: 0;
	bottom: 0;
	left: -20px;
	width: 7px;
	height: 7px;
	border-radius: 50px;
}
ul.list-items>li strong{font-family: 'Zoho_Puvi_SemiBold';}

ul.sublist-items {
	margin-left: 20px;
	margin-bottom: 15px;
}
ul.sublist-items>li {
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 15px;
	position: relative;
	margin-left:20px;    margin-top: 10px;
}
ul.sublist-items>li:before {
	content: "";
    background: #579bda;
    position: absolute;
    top: 10px;
	right: 0;
	bottom: 0;
	left: -20px;
    width: 5px;
    height: 5px;
}
ul.sublist-items>li strong{font-family: 'Zoho_Puvi_Medium';}

header:not(.abheader) #MEmobPanel {
	top: 83px;
}
.banner-bg {
    background: #eaf8ff;
    padding: 0 0px 75px 0px;
}
.container-new.row.banner {
    padding-top: 40px;
}
.banner p {
	font-size: 17px;
	margin: 15px 0px 20px 0px;
}
.banner img {
	vertical-align: bottom;
	display: block;
	margin: 0 auto;
}
.cmn-breadcrum{ padding-top:0px;}
/*BREADCRUMB-SECTION*/

.cmn-breadcrum {
    padding-top: 10px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 14px;
	letter-spacing: normal;
}


/*Global beader only call this attr*/

.globe-menu-page .cmn-breadcrum {
    padding-top: 30px;
    max-width: 1400px;
    margin: 0px auto;
}

.cmn-breadcrum a,
.cmn-breadcrum .root-page {
    text-decoration: none !important;
    font-size: 14px;
    line-height: 1.5;
}

.cmn-breadcrum a {
    color: #000;
    position: relative;
    margin: 10px 0px;
}

.cmn-breadcrum a:hover {
    color: #0b6db1;
}

.cmn-breadcrum a::after {
    content: '';
    position: absolute;
    left: 0;
    height: 1px;
    bottom: -2px;
    width: 0%;
    background: #0b6db1;
    transition: .4s ease;
}

.cmn-breadcrum a:hover::after {
    width: 100%;
    transition: .4s ease;
}

.cmn-breadcrum .root-page {
    color: #000;
}

.cmn-breadcrum .bread-crumb-arrow {
    margin: 3px 5px;
	color: #000;
}

.cta-btn {
    background: #f0483e;
    text-decoration: none !important;
    color: #fff;
    padding: 10px 20px;
    margin: 30px auto;
    font-family: 'Zoho_Puvi_SemiBold';
    border-radius: 2px;
    display: block;
    max-width: 250px;
    text-align: center;
    width: 90%;
    font-size: 16px;
}

.globe-type-menu-page .cmn-breadcrum {
    max-width: 1400px;
    margin: 0px auto;
}
   .mobile-breadcrum {
    display: none;
}

.footer-bg {
	background: #e3ffef;
	text-align: center;
	padding: 75px 0px;
}
.footer-bg h2 {
	max-width: 50%;
	margin: 0px auto 30px auto;
	text-align: center;
}
a.internal-links {
	text-decoration: none;
	border-bottom: 1px solid;
}



/*Timeline style*/
.content-bg {
	    padding: 150px 0px 100px 0px;
    	position: relative;
}
.timeline {
	position: relative;
	max-width: 900px;
	margin: 0 auto;
}
.timeline:before {
	content: "";
	width: 1px;
	height: 100%;
	background: #d8d8d8;
	position: absolute;
	left: -20px;
}
.timeline-year-wrapper {
	position: relative;
}
.timeline-year-wrapper:before {
	content: "";
	width: 10px;
	height: 10px;
	background: #d96363;
	border-radius: 50px;
	position: absolute;
	left: -25px;
	top: 0px;
}
.timeline-year-wrapper h2 {
	position: relative;
	left: -135px;
	top: -20px;
}
.timeline-content-wrapper {
	position: relative;
}
.timeline-content {
	padding: 20px 0;
	margin-left: 20px;
	border-bottom: 1px solid #f2f2f2;
	margin-bottom: 20px;
	transition: ease all .5s;
}
.timeline-content-wrapper h3 {
	width: 52px;
	position: absolute;
	left: -108px;
	top: 17px;
	font: 27px/1.3 Zoho_Puvi_SemiBold;
}
.timeline-content-wrapper h3:after {
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	border: 1px solid #d96363;
	border-radius: 100%;
	top: 13px;
	right: -41px;
	background: #fff;
}
.timeline-content h4 {
	font: 22px/1.4 Zoho_Puvi_SemiBold;
	margin-bottom: 10px;
	display: inline-block;
}
/*filtering styles*/
.filter-headings-wrapper {
	border-bottom: 1px solid #dfdfdf;
	position: absolute;
    width: 100%;
    margin: 0 auto;
}
ul.filter-headings {
	display: flex;
	justify-content: center;
	margin: 0px auto 0px auto !important;
	max-width: 1400px;
}
ul.filter-headings li {
	margin: 20px 20px 10px 0px;
}
ul.filter-headings li:last-child {
	margin-right: 0px;
}
ul.filter-headings li span {
	font: 18px/1.4 Zoho_Puvi_medium;
	color: #000;
	cursor: pointer;
}
ul.filter-headings li span:hover {
	     border-bottom: 3px solid #ee4a43;
	padding-bottom: 10px;
	text-decoration: none;
	color: #ee4a43;
}
.active {
	border-bottom: 3px solid #ee4a43;
	padding-bottom: 10px;
}


.fixed-header {
	display: block;
	position: fixed;
	top: 100px;
	right: 0;
	left: 0;
	background: #444;
	z-index: 99;
	animation: fadein 0.5s ease-in-out;
	margin: 0px !important;
	padding: 0px 30px;
}

.fixed-header ul.filter-headings {
    justify-content: center;
}
.fixed-header ul.filter-headings li span {
    font: 16px/1.4 Zoho_Puvi_medium;
    color: #fff;
    cursor: pointer;
	padding: 6px 15px;
	background: #444;
}

.fixed-header ul.filter-headings li {
    margin: 20px 20px 20px 0px;
}

.fixed-header ul.filter-headings li span:hover {
	    background: #ccc;
    padding: 6px 15px;
    border-radius: 4px;
    color: #000 !important;
	border-bottom: none;
}
.fixed-header .active {
	    background: #ccc!important;
    padding: 10px;
    border-radius: 4px;
    color: #000 !important;
	border-bottom: none;
}
.filter-headings-wrapper.fixed-header {
	border-bottom:none;
}
 @keyframes fadein {
 0% {
 transform: translateY(-100px);
}
 100% {
 transform: translateY(0px);
}
}



span.tag {
	position: relative;
	font: 10px/1.5 Zoho_Puvi_SemiBold;
	top: -2px;
	left: 20px;
	padding: 3px 10px 3px 5px;
}
span.tag:before {
	content: '';
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 13px solid transparent;
	position: absolute;
	left: -13px;
	top: 0px;
}
span.tag.green {
	background: #dcfaee;
	color: #000;
}
span.tag.green:before {
	border-right: 13px solid #dcfaee;
}
span.tag.yellow {
	background: #fff59d;
	color: #000;
}
span.tag.yellow:before {
	border-right: 13px solid #fff59d;
}
span.tag.mildyellow {
	background: #fff59d;
	color: #000;
}
span.tag.mildyellow:before {
	border-right: 13px solid #fff59d;
}
span.tag.orange {
	background: #fff6ed;
	color: #000;
}
span.tag.orange:before {
	border-right: 13px solid #fff6ed;
}
span.tag.blue {
	background: #e9f4ff;
	color: #000;
}
span.tag.blue:before {
	border-right: 13px solid #e9f4ff;
}



/*filtering styles*/
ul.list-items {
	margin: 20px 0px 20px 50px;
}

ul.list-items>li {
	font-size: 17px;
}
.all, .new, .enhancement, .integrations, .improvements {
	animation: fade-in 0.5s ease-in-out;
}
@keyframes fade-in {
 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}

.timeline-content-wrapper .timeline-content:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
span.year-space {
    padding-top: 100px;
    display: inline-block;
}
#customerlogos{ display: none}
.mspfooterlinks{display: none}



.label-animation {
  border: 1px solid #ccc;
  padding: 7px 14px;
  transition: 0.4s;
  background: transparent;
}
.label-animation ~ .focus-border:before, .label-animation ~ .focus-border:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #3399FF;
  transition: 0.3s;
}
.label-animation ~ .focus-border:after {
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
}
.label-animation ~ .focus-border i:before, .label-animation ~ .focus-border i:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 0;
  background-color: #3399FF;
  transition: 0.4s;
}
.label-animation ~ .focus-border i:after {
  left: auto;
  right: 0;
  top: auto;
  bottom: 0;
}
.label-animation:focus ~ .focus-border:before, .label-animation:focus ~ .focus-border:after, .has-content.label-animation ~ .focus-border:before, .has-content.label-animation ~ .focus-border:after {
  width: 100%;
  transition: 0.3s;
}
.label-animation:focus ~ .focus-border i:before, .label-animation:focus ~ .focus-border i:after, .has-content.label-animation ~ .focus-border i:before, .has-content.label-animation ~ .focus-border i:after {
  height: 100%;
  transition: 0.4s;
}
.label-animation ~ label {
  font-family: 'Zoho_Puvi_Regular';
  position: absolute;
  left: 20px;
  width: 100%;
  top: 15px;
  color: #000;
  transition: 0.3s;
  z-index: -1;
}
.label-animation:focus ~ label, .has-content.label-animation ~ label {
  top: -22px;
  left: 0;
  font-size: 13px;
  color: #fff;
  transition: 0.3s;
}


@media only screen and (max-width:1024px) {

	.container-new {
    max-width: 96%;
    margin: 0 auto;
    padding: 0px 2%;
}
.banner-bg {
	padding: 20px 0px 75px 0px;
	margin-top: 20px;
}
	
.banner .col {
    flex-grow: 1;
    flex-basis: 0;
    margin: 0px 20px;
}
h1 {
    padding-right: 70px;
}
	.banner p {
    padding-right: 170px;
}
.fixed-header {
	top: 83px;
}
.timeline:before {
	display: none;
}
.timeline-year-wrapper h2 {
	position: relative;
	left: 0px;
	top: 0px;
}
.timeline-content-wrapper h3 {
	width: auto;
	position: inherit;
	left: 0px;
	top: 0px;
}
.timeline-content {
	position: relative;
	margin-left: 0px;
}
.timeline-content h4 {
	margin-top: 10px;
}
.timeline-year-wrapper:before {
	display: none;
}
.timeline-content-wrapper h3:after {
	display: none;
}
span.tag {
	position: relative;
	top: 0px;
	left: 0px;
	padding: 3px 10px;
}
span.tag:before {
	display: none;
}
.footer-bg h2 {
	max-width: 100%;
}
}

@media only screen and (max-width:980px) {
	
		.banner .col:nth-child(2) {
	display: none;
}
	.banner {
	text-align: center;
}
	h1 {
    padding: 0px 15%;
}
	.banner p {
    padding: 0 10%;
}
.banner-bg .row {
	justify-content: center;
	flex-direction: column-reverse;
}
.row {
	flex-wrap: wrap;
	justify-content: center;
}
.col {
	flex-grow: inherit;
	flex-basis: inherit;
	margin: 0px;
}
.col-swap {
	flex-direction: column-reverse;
}
	.filter-headings-wrapper {
    padding-right: 20px;
}
}

@media only screen and (max-width:667px) {
	h1 {
    font: 35px/1.2 'Zoho_Puvi_Bold' !important;
		padding: 0;
}
	.banner p{padding: 0;}
.content-bg {
	padding: 75px 0px;
}
	
	a.cta {
    padding: 15px 0;
    width: 100%;
}
	a.cta2 {
    padding: 15px 0;
    width: 100%;margin: 10px 0 0 0;
}
ul.list-items {
	margin: 20px 0px 20px 20px;
}
	.fixed-header{ padding: 10px 0}
ul.filter-headings {
	justify-content: center;
	flex-wrap: wrap;
}
	ul.filter-headings li {
    margin: 12px 12px 10px 0px;
}
ul.filter-headings li span {
	font: 16px/1.3 Zoho_Puvi_Regular;
}
.fixed-header ul.filter-headings li {
    margin: 10px 5px 10px 0px;
}
	
	.filter-headings-wrapper {
    border-bottom: 1px solid #dfdfdf;
    margin: 0;
}
	.filter-headings-wrapper {
    padding-right: 0;
}
	.fixed-header ul.filter-headings li span {
    font: 14px/1.4 Zoho_Puvi_medium;
		padding: 6px 15px;}
		.fixed-header ul.filter-headings li span:hover{padding:6px;}

		span.tag {
    display: none;
}
}

