@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;
}
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: 47px/1.2 Zoho_Puvi_Bold !important;
}
h2 {
	font: 38px/1.25 Zoho_Puvi_SemiBold;
}
h3 {
	font: 28px/1.3 Zoho_Puvi_SemiBold;
}
p {
	font-size: 17px;
	line-height: 1.6 !important;
	margin: 0 0 20px;
}
.container-new {
	max-width: 1200px;
	margin: 0 auto;
	padding: 100px 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 picture img {
	display: block;
	margin: 0 auto;
}
picture.screenshots img {
	box-shadow: 0px 0px 10px #ddd;
}
.section-space {
	margin: 100px 0px;
}
a.cta {
	text-decoration: none;
	display: inline-block;
	background: #ee4a44;
	color: #fff;
	padding: 15px 35px;
	font-family: Zoho_Puvi_Bold;
	text-transform: uppercase;
	font-size: 17px;
	cursor: pointer;
}
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;
	padding-left: 10px;
}
ul.list-items>li:before {
	content: "";
	background: #db7f23;
	position: absolute;
	top: 10px;
	right: 0;
	bottom: 0;
	left: -20px;
	width: 7px;
	height: 7px;
	border-radius: 50px;
}
ul.visual li:before {
	background: #5a9e8b;
}
header:not(.abheader) #MEmobPanel {
	top: 83px;
}
p.breadcrumb {
	text-align: center;
	display: block;
}
p.breadcrumb a {
	font-size: 14px;
	color: #484848;
	text-decoration: none;
}
p.breadcrumb a:hover {
	text-decoration: none;
}
a.breadcrumb-title {
	cursor: text;
	color: #3180d2 !important;
}
.bc-wrapper {
	background: #e2fff7;
}
.bc-wrapper p {
	text-align: left;
	padding: 30px !important;
}
p.visual-change-breadcrumb {
	padding: 0px;
}
.banner-bg {
	background: #fff8f2;
}
.visual-bg {
	background: #e3fff7;
}
.visual-bg h1 {
	max-width: 100%;
}
.banner p {
	font-size: 19px;
	max-width: 60%;
	margin: 10px 0px 40px 0px;
}
.visual-bg p {
	max-width: 100%;
}
.banner img {
	animation: fadein 1s ease-in-out;
}
@keyframes fadein {
 0% {
 transform: translateY(100px)
}
 100% {
 transform: translateY(0px)
}
}
.features-bg h2 {
	max-width: 70%;
	margin: 50px auto 150px auto;
	text-align: center;
}
.features-bg h3 {
	margin: 0px auto 40px auto;
}
.footer-bg {
	background: #e3ffef;
	text-align: center;
}
.footer-bg h2 {
	max-width: 70%;
	margin: 0px auto 30px auto;
	text-align: center;
}
.visual-footer-bg h2 {
	max-width: 100%;
}
.animation {
	opacity: 0;
	transition: all ease 1s;
	-webkit-transition: all ease 1s;
	-moz-transform: translateY(100px);
	-webkit-transform: translateY(100px);
	-moz-transform: translateY(100px);
}
.active-anim .animation {
	opacity: 1;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	transform: inherit;
}
/*case study page style starts*/
.casestudy-header-bg {
	background: #00bae3;
}
.casestudy-header {
	padding: 20px 0px;
	max-width: 1400px;
}
.casestudy-header .breadcrumb {
	margin: 0px;
	color: #fff;
	font-size: 14px;
}
.casestudy-header p.breadcrumb a {
	color: #fff !important;
}
ul.header-menu-items {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
}
ul.header-menu-items li a {
	color: #fff;
	margin: 10px;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
}
ul.header-menu-items li:not(:last-child) {
	border-right: 1px solid #fff;
}
.case-study-banner-bg {
	background: #e6faff;
}
.case-study-banner h1 {
	max-width: 100%;
	font-size: 30px !important;
	margin: 0px 0px 20px 0px;
}
.case-study-banner p {
	max-width: 100%;
	margin: 0px 0px 20px 0px;
}
form#Apiform {
	max-width: 75%;
}
input#emailID {
	font-size: 15px;
	width: 100%;
	border: 1px solid #b6e4ef !important;
	border-radius: 0px !important;
	box-sizing: border-box;
	margin-bottom: 10px;
	height: 50px;
	padding: 0px 0px 0px 20px;
}
input#emailID::placeholder {
 color: #000;
}
select#MECountryListing {
	font-size: 15px;
	color: #000 !important;
	width: 100%;
	-webkit-appearance: none;
	border: 1px solid #b6e4ef !important;
	border-radius: 0px;
	box-sizing: border-box;
	height: 50px !important;
	padding: 0px 0px 0px 20px;
}
.prvcy-plicy {
	width: 100%;
	margin: 15px auto 0 auto;
	font-size: 11px;
	color: #000;
	text-align: left;
	line-height: 1.5;
}
div#meGDPRMessage {
	font-size: 12px;
}
.prvcy-plicy a {
	font-size: 12px;
}
.submitdiv {
	width: 100%;
	padding: 0px !important;
	margin-top: 30px;
}
input#submit {
	background: #ee4a44;
	-webkit-appearance: none;
	color: #fff;
	text-transform: uppercase;
	padding: 15px 40px;
	font-size: 17px;
	font-family: Zoho_Puvi_Bold;
	cursor: pointer;
}
.case-study-footer-bg {
	background: #fff;
}
/*case study page style ends*/

.video-section {
	max-width: 50%;
	margin: 0 auto;
	padding: 150px 0px 0px 0px;
}

@media only screen and (max-width:1024px) {
.casestudy-header-bg {
	display: none;
}
.banner h1 {
	max-width: 100%;
}
.banner p {
	max-width: 100%;
}
.features-bg h2 {
	max-width: 100%;
	margin: 0px auto 100px auto;
}
.footer-bg h2 {
	max-width: 100%;
}
form#Apiform {
	max-width: 100%;
}
}

@media only screen and (max-width:768px) {
.banner-bg .row {
	justify-content: center;
	flex-direction: column-reverse;
}
.banner-bg .col{text-align:center !important;}
.container-new h1,.banner p{text-align:center;}
img.anim {
	margin-top: 50px !important;
}
.banner {
	text-align: center;
}
.row {
	flex-wrap: wrap;
	justify-content: center;
}
.col {
	flex-grow: inherit;
	flex-basis: inherit;
	margin: 0px;
}
.col-swap {
	flex-direction: column-reverse;
}
.section-space {
	margin: 50px 0px;
}
.col img {
	margin-bottom: 50px !important;
}
}

@media only screen and (max-width:768px) {
.video-section {
	max-width: 75%;
}
}
@media screen and (max-width:500px;){
h1{font:40px/1.2 Zoho_Puvi_Bold !important;}
.banner a{font-size:14px;}
}
@media screen and (max-width:400px){
.container-new h1{font:30px/1.3 Zoho_Puvi_Bold !important}
.banner a{font-size:12px;}
}