@charset "UTF-8";
@import url("https://www.manageengine.com/css/fonts.css");
:root {
  --zoho_Puvi_Regular: 'Zoho_Puvi_Regular';
  --zoho_Puvi_Medium: 'Zoho_Puvi_Medium';
  --zoho_Puvi_Semi_Bold: 'Zoho_Puvi_SemiBold';
  --zoho_Puvi_Bold: 'Zoho_Puvi_Bold';
  --zoho_Puvi_Etra_Bold: 'Zoho_Puvi_ExtraBold';
  --black-color: #000000;
  --white-color: #ffffff;
  --gray-color: #777777;
  --yellow-color: #ffd576;
  --banner-cta-red-light: #f0483d;
  --banner-cta-red-color: #f0483e;
  --blue-color: #0067ff;
  --gray-ligth: #333333;
  --green-light: #d5fdd0;
  --footer-bg: #191919;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  color: var(--black-color);
  scroll-behavior: smooth;
  font: 17px/1.5 Zoho_Puvi_Regular, sans-serif;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
strong {
  font-family: var(--zoho_Puvi_Semi_Bold);
}
p {
  font: 17px/1.66 var(--zoho_Puvi_Regular);
  margin: 0px 0px 20px 0px;
  color: var(--black-color);
}
h1 {
  font: 50px/1.1 var(--zoho_Puvi_Etra_Bold);
  margin: 0 0 20px 0;
}
h2 {
  font: 40px/1.2 var(--zoho_Puvi_Bold);
  margin: 0 0 20px 0;
}
h3 {
  font: 24px/1.3 var(--zoho_Puvi_Semi_Bold);
  margin: 0 0 20px 0;
}
h4 {
  font: 20px/1.3 var(--zoho_Puvi_Semi_Bold);
  margin: 20px 0 20px 0;
}
h5 {
  font: 20px/1.4 var(--zoho_Puvi_Semi_Bold);
  margin: 0 0 20px 0;
}
h6 {
  font: 18px/1.5 var(--zoho_Puvi_Semi_Bold);
  margin: 0 0 20px 0;
}
img {
  max-width: 100%;
}
.btmBar {
    position: relative;
}
#meCommonFooterNew{
    position: relative;
}
.prodt-screen{ text-align: center;}
.pg-container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  transition: all 0.2s ease-in 0s;
}
.secpading {
    padding: 0 0 50px 0;;
}
/*Breaddcrumb Style start*/
.pg-bdcrumb-container {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  transition: all 0.2s ease-in 0s;
}
.pg-breadcrumb {
  padding-bottom: 50px;
}
.pg-breadcrumb p {
  margin: 0;
  padding-top: 20px;
  color: #fff;
  font-size: 14px;
}
.pg-breadcrumb p a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid #fff0;
  transition: 0.3s;
}
.pg-breadcrumb p a:hover {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid #fff;
}
.pg-breadcrumb p span.pdcrumb-title {
  font-family: 'Zoho_Puvi_SemiBold'
}
.mobile-bdcrumb {
  display: none
}
/*Breaddcrumb Style end*/
/*Banner section start*/

/*Banner title with banner image with 2CTAs start*/
.pg-banner-cont {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.pg-banner-cont div.col:nth-child(1) {
  flex: 0 0 50%;
  padding-right: 5%;
}
.pg-banner-cont div.col:nth-child(2) {
  flex: 0 0 45%
}
.pg-banner-cont div.col .bnr-title-cont h1 {
  font: 45px/1.3 'Zoho_Puvi_Bold';
  color: #fff;
}
.pg-banner-cont div.col .bnr-title-cont p.pg-tagline {
  font: 20px/1.6 'Zoho_Puvi_Regular';
  color: #fff;
  margin-top: 30px;
  width: 90%
}
.pg-banner-cont div.col .pg-banner-ctacont {
  display: flex;
  flex-wrap: nowrap;
  margin-top: 30px;
}
.pg-banner-cont div.col .pg-banner-ctacont a.pg-banner-cta1 {
  display: block;
  background: #f0483d;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 25px;
  font-size: 18px;
  font-family: 'Zoho_Puvi_Bold';
  text-decoration: none !important;
  border-radius: 5px;
  cursor: pointer !important;
  text-align: center;
  text-shadow: 1px 2px #c30000;
  transition: 0.3s;
  cursor: pointer;
}
.pg-banner-cont div.col .pg-banner-ctacont a.pg-banner-cta1:hover {
  background: #e9152b;
}
.pg-banner-cont div.col .pg-banner-ctacont a.pg-banner-cta2 {
  display: block;
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
  text-transform: uppercase;
  padding: 10px 25px;
  font-size: 18px;
  font-family: 'Zoho_Puvi_Bold';
  text-decoration: none !important;
  border-radius: 5px;
  cursor: pointer !important;
  text-align: center;
  margin-left: 20px;
  text-shadow: 1px 2px #666;
  transition: 0.3s;
  cursor: pointer;
}
.pg-banner-cont div.col .pg-banner-ctacont a.pg-banner-cta2:hover {
  background: #00000050;
  border: 1px solid #00000029;
}
/*Banner title with banner image with 2CTAs end*/

.aesqurity-banner-cont{ color:#fff; text-align:center;}
.aesqurity-banner-cont h1{ color:#fff;}
.aesqurity-banner-cont p.pg-tagline {
  font:20px/1.5 var(--zoho_Puvi_Medium);
  color: #fff;
  margin: 10px 0 0 0;
}
/*Banner section end*/

/*Main content start*/
.pg-wrapper {
  display: flex;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  transition: all 0.2s ease-in 0s;
}
.sidebar {
  flex: 0 0 22.5%;
}
.sidebar nav.sidebar-menu {
  background: #ccc;
  padding: 20px;
  position: sticky;
  top: 100px;
}


/*mobile menu navigation style starts here */
.fixed-header {
	position: fixed;
	top: 0px;
	left: 0;
	width: 100%;
	z-index: 999999;
	background: #f9f9f9;
}
.mobile-menu {
	display: none;
}
p.menu-title {
	font-size: 14px !important;
	margin: 0px !important;
	color: rgba(0,0,0,.4);
}
ul.category.drop-list-items li {
	cursor: pointer;
	margin-bottom: 20px;
	color: #fff;
	padding: 0px 30px;
}
li.current_page_item span {
	color: #2296f3 !important;
}
.dropdown-bar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #fff;
	z-index: 999999;
	cursor: pointer;
	max-width: 100%;
	padding: 20px 30px;
	box-shadow: 2px 2px 10px rgba(0,0,0,0.18);
	border-bottom: 1px solid #e3e3e3;
}
.dropdown-up-arrow {
	transform: rotate(180deg);
}
.dropdown-down-arrow img {
	width: 30px;
}
ul.category.drop-list-items {
    line-height: 30px;
    background: #333;
    box-shadow: 0 2px 10px -2px rgb(0 0 0 / 20%);
    padding-bottom: 20px;
}
ul.category.drop-list-items li:nth-child(1) {
	padding-top: 30px;
}
li.mobile-dropdown-cta {
	background: #f0483d;
}
li.mobile-dropdown-cta span {
	color: #fff;
	margin: 0 auto;
	justify-content: center;
	font-family: 'Zoho_Puvi_Bold';
	display: flex;
	align-items: center;
	padding: 10px;
	font-size: 18px;
}
.drop-list-items {
	display: none;
}
#current-text {
	color: #000;
	font: 18px/1.5 Zoho_puvi_bold;
	text-transform: uppercase;
}
#current-text p {
	margin: 0px;
	color: #000;
	font: 18px/1.5 Zoho_puvi_bold;
	text-transform: uppercase;
}
a.mobile-cta {
	background: #ee483d;
	padding: 10px 30px;
	color: #fff;
	text-transform: uppercase;
	display: block;
	text-align: center;
}
/*mobile menu navigation style ends here */


/*sidebar style starts here*/
.active {
	position: relative;
	color: #000;
}
.active span {
	color: #000 !important;
}
.active:before {
	content: '';
	display: inline-block;
	width: 4px;
	height: calc(100% - 10px);
	background: #0057d9;
	position: absolute;
	left: -15px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.fixed-sidebar {
    position: sticky;
    top: 50px;
}
/*#sticky {
    position: sticky;
    top: 105px;
}*/
img.sidebar-shadow {
    display: block;
    position: absolute;
    top: -30px;
    width: 30px;
    /* z-index: 9999; */
    height: 180%;
    right: 10px;
}
p.sidebar-heading {
	font: 16px/1.6 Zoho_Puvi_SemiBold;
	color: #0067ff;
	text-transform: uppercase;
}

ul.sidebar li span {
    display: inline-block;
    padding: 5px 0px 5px 0px;
    font: 17px / 1.4 var(--zoho_Puvi_Regular);
    color: #000;
    cursor: pointer;
}
ul.sidebar li.active span{/*font-family: Zoho_Puvi_Bold;*/ color:#000;}
.main-section {
    position: relative;
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
}
.sidebar-section {
    width: 280px;
    /* position: absolute; */
    top: 0;
    left: 0;
    padding: 60px 0px 30px 0px;
    box-sizing: border-box;
    z-index: 5;
    background: #fff;
    /* height: 775px; */
}

.content-area {
  flex: 0 0 75%;
}
.latest-updte{     text-align: right;
    font-size: 18px;
    color: #096ffb;
    font-weight: bold; margin: 80px 0 30px 0;}
.title-hdrbg {
    display: flex;
    align-items: center;
}
.content-para{font-family: 'Zoho_Puvi_Regular', Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.6;
  color: #000;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased; padding:10px 50px;}

.content-para h2{font: 35px/1.3 'Zoho_Puvi_SemiBold';}
.content-para img{text-align: center; width: 70%;}
.content-para img.max{ margin: 10px auto 30px auto;}
.highlights {
    background: #ffefca;
    padding: 15px 30px;
    margin-bottom: 30px;
}
.highlights p{ margin-bottom:0 !important}
.content-para a.ae-internal-links {
    text-decoration: none;
    border-bottom: 1px solid;
    color: var(--blue-color);
}

.ae-list-style {
  padding-bottom: 30px;
}
.ae-list-style li {
    font: 17px / 1.4 var(--zoho_Puvi_Regular);
    margin-bottom: 5px;
    list-style-type: none;
    padding: 0px 0 0 25px;
    position: relative;
    line-height: 1.7;
}
.ae-list-style li::before {
    content: " ";
    display: block;
    border: solid 6px #0067ff;
    border-radius: 10px;
    height: 0;
    width: 0;
    position: absolute;
    left: 0;
    top: 10px;
}
.ae-list-style li::after {
    content: " ";
    display: block;
    width: 3px;
    height: 8px;
    border: solid #fff;
    border-width: 0px 2px 2px 0;
    position: absolute;
    left: 5px;
    top: 9px;
    margin-top: 0px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}


ul.list-items {
   margin-left: 20px;
   margin-bottom: 20px;
 }
 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: #00a9f4;
   position: absolute;
   top: 10px;
   right: 0;
   bottom: 0;
   left: -20px;
   width: 7px;
   height: 7px;
   border-radius: 50px;
 }
 ol.inner-list {
   list-style: decimal;
   margin: 10px 0px 0px 40px;
 }

ul.features {
    display: flex;
    margin: 30px 0px 0px 0px;
    flex-wrap: wrap;
    justify-content: left;
}
ul.features li {
    width: 33.3%;
    margin: 20px 0;
    min-height: 200px;
}
ul.features li img {
	display: block;
	margin: 0;
	max-width: 25%;
}
ul.features li div{min-height:60px;}
p.features-desc {
	font: 18px/1.4 Zoho_Puvi_SemiBold;
	text-align: left;
	max-width: 80%;
	margin: 20px 0 0 0;
}
/*.para-bodycont{ padding-top: 20px;}*/
.para-bodycont h2{ margin: 40px 0 ;}
.para-bodycont h3{ margin-bottom: 10px; margin-top: 25px;}
.para-bodycont p{ margin-bottom: 10px;}
.para-bodycont ul.ae-list-style{ padding-bottom: 10px; margin-left: 20px;}

@media only screen and (max-width:1180px) {
.pg-wrapper {
    width: 95%;
}
}
@media only screen and (max-width:980px) {
.mobile-bdcrumb {
  display: block;
}
.dc-bdcrumb {
  display: none;
}
.pg-wrapper {
    max-width: 100%;
    width: 90%;
    margin: 0 auto;
}
 #commonHeader {
        min-height: 70px;
   }
	ul.features li img {
    max-width: 30%;
}
ul.features li:not(:last-child) {
	margin-bottom: 0px;
}
.features li:nth-child(2) p{ width: 70%;}
ul.features li {
    width: 32%;
    margin: 60px 0;
    min-height: auto;
}
ul.features li img {
	max-width: 30%;
}
.sidebar {
    flex: 0 0 22.5%;
    display: none;
}
.content-area {
  flex: 0 0 100%;
}
.content-para{    padding: 0;}
}

@media only screen and (max-width:667px) {
	h1 {
    font: 40px / 1.3 var(--zoho_Puvi_Etra_Bold);
    margin: 0 0 20px 0;
}
	.content-para h2 {
    font: 30px / 1.2 'Zoho_Puvi_SemiBold';
}
	h3 {
    font: 20px / 1.3 var(--zoho_Puvi_Semi_Bold);
    margin: 0 0 20px 0;
}
ul.features li {
	margin: 30px;
}
ul.features li {
    width: 100%;
	margin: 50px 20px;}
	.content-para img {
    text-align: center;
    width: 100%;
}
}

    