@charset "UTF-8";
 @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;
	box-sizing: border-box;
}
*, *:before, *:after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
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: 39px/1.2 Zoho_Puvi_Bold !important;
}
h2 {
	font: 35px/1.25 Zoho_Puvi_Bold;
	margin-bottom: 20px;
}
h3 {
	font: 30px/1.3 Zoho_Puvi_Bold;
}
p {
	font-size: 17px;
	line-height: 1.6;
	margin: 0 0 20px;
}
.container-new {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0px 30px;
}
.row {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.col {
	flex-grow: 1;
	flex-basis: 0;
}
.row .col:nth-child(1) {
	margin-right: 30px;
}
.row .col:nth-child(2) {
	margin-left: 30px;
}
ul.list-items {
	margin-left: 20px;
	margin-bottom: 50px;
}
ul.list-items>li {
	font-size: 17px;
	line-height: 1.6;
	margin-bottom: 20px;
	position: relative;
}
ul.list-items>li:before {
	content: "";
	background: #3fb8f4;
	position: absolute;
	top: 10px;
	right: 0;
	bottom: 0;
	left: -20px;
	width: 7px;
	height: 7px;
	border-radius: 50px;
}
a.internal-links {
	text-decoration: none;
	color: #0091fe;
	border-bottom: 1px solid #0091fe;
}
img.section-image {
	display: block;
	margin: 0 auto;
}
img.contact-image {
	float: right;
}
header:not(.abheader) #MEmobPanel {
	top: 83px;
}
p.breadcrumb {
	display: block;
	max-width: 1200px;
	margin: 0 auto;
}
p.breadcrumb a {
	font-size: 14px;
	color: #484848;
	text-decoration: none;
}
.breadcrumb span {
	font-size: 14px;
}
p.breadcrumb a:hover {
	text-decoration: none;
}
a.breadcrumb-title {
	cursor: text;
	color: #3180d2 !important;
}
.bc-wrapper p {
	padding: 30px;
}
.banner-bg {
	background: url(../images/vulnerability-banner.jpg);
	background-size: cover;
	background-position: -280px 0px;
}
.banner {
	padding-top: 75px;
	padding-bottom: 75px;
}
.banner h1 {
	max-width: 80%;
	margin-bottom: 70px;
}
a.banner-cta {
	position: relative;
}
p.intro-text {
	display: block;
	color: #fff;
	background: #000;
	text-align: center;
	margin: 0;
	padding: 5px 10px;
	font-size: 16px;
	max-width: 175px;
}
.banner img {
	animation: fadein 1s ease-in-out;
}
a.cta {
	font-family: Zoho_Puvi_SemiBold;
	display: inline-block;
	background: #fa2b3e;
	color: #fff;
	text-decoration: none;
	padding: 13px 30px;
	cursor: pointer;
	font-size: 17px;
	border-radius: 2px;
	line-height: 1.5;
	position: relative;
}
a.cta:hover {
	box-shadow: 0 7px 9px -3px #33333385;
}
.banner-cta {
	padding: 13px 20px !important;
}
.blue-cta {
	background: #1d77e8 !important;
}
span.arrow-mark {
	vertical-align: middle;
	padding-left: 5px;
	display: inline-block
}
a.cta:hover .arrow-mark {
	transform: translateX(5px);
	transition: all .3s ease;
}
span.cta-text {
	border-bottom: 1px solid;
}
@keyframes fadein {
 0% {
 transform: translateY(100px)
}
 100% {
 transform: translateY(0px)
}
}
.about-bg {
	padding: 150px 0px;
}
.about .col:nth-child(1) p {
	max-width: 84%;
	font-size: 18px;
}
ul.about-content {
	display: flex;
	align-items: center;
	background: #def1ff;
	padding: 50px 70px;
	position: relative;
}
ul.about-content:before {
	content: "";
	background: url(../images/vulnerability-about-stripes.png) no-repeat;
	position: absolute;
	top: -15px;
	right: 0px;
	bottom: 0px;
	left: 70px;
}
ul.about-content li:nth-child(1) {
	width: 60%;
	margin-right: 15px;
}
ul.about-content li:nth-child(2) {
	width: 40%;
	margin-left: 15px;
}
ul.about-content p {
	font-family: Zoho_Puvi_SemiBold;
	margin-bottom: 30px;
}
.exploit {
	background: #f7f7f7;
	box-sizing: border-box;
	padding: 75px;
}
.exploit p {
	margin-bottom: 30px;
	max-width: 80%;
}
.how-to-use {
	background: #f2f2f2;
	box-sizing: border-box;
	padding: 125px 75px;
}
.how-to-use h2 {
	padding: 0px 0px 30px 0px;
}
.how-to-use-bg {
	padding: 0px 0px 100px 0px;
}
.how-to-use .list-items {
	margin-bottom: 0;
}
.message-wrapper {
	display: flex;
	align-items: center;
	margin: 40px 0px 30px 0px;
}
.message {
	font-family: Zoho_Puvi_SemiBold;
}
.message-wrapper .message:nth-child(2) {
	margin-left: 50px;
	margin-right: 50px;
}
p.centered {
	text-align: center;
}
.top-space {
	margin-top: 20px;
}
.bet-space {
	margin-top: 40px;
}
.steps .list-items> li:before {
	display: none;
}
h2.section-heading {
	text-align: center;
	max-width: 65%;
	margin: 0 auto;
}
p.steps-desc {
	font-family: Zoho_Puvi_SemiBold;
	text-align: center;
	margin: 30px 0px 75px 0px;
}
ul.sub-list {
	margin: 30px 0px 30px 75px;
}
ul.sub-list>li {
	margin-bottom: 10px;
	line-height: 1.6;
}
ul.sub-list li {
	position: relative;
}
ul.sub-list li:before {
	content: "";
	background: #000;
	position: absolute;
	top: 10px;
	right: 0;
	bottom: 0;
	left: -20px;
	width: 7px;
	height: 7px;
	border-radius: 50px;
}
ul.nested-list {
	margin: 10px 0px 0px 30px;
}
ul.nested-list>li {
	margin-bottom: 10px;
	line-height: 1.6;
}
ul.nested-list li {
	position: relative;
}
ul.nested-list li:before {
	content: "";
	background: transparent;
	position: absolute;
	top: 10px;
	right: 0;
	bottom: 0;
	left: -20px;
	width: 7px;
	height: 7px;
	border: 1px solid #000;
	border-radius: 50px;
}
.steps-bg {
	padding: 0px 0px 100px 0px;
}
.contact-bg {
	background: #def1ff;
	padding: 100px 0px;
}
ul.contact-details {
	display: flex;
	align-items: center;
}
.contact h2 {
	max-width: 80%;
}
.email-section {
	margin-bottom: 30px;
}
ul.contact-details li:nth-child(1) {
	margin-right: 30px;
	min-width: 70px;
}
ul.contact-details li p:nth-child(1) {
	font-size: 18px;
	margin: 0px 0px 5px 0px;
}
ul.contact-details li p:nth-child(2) {
	font-family: Zoho_Puvi_SemiBold;
	font-size: 25px;
	margin: -10px 0px 0px 0px;
	color: #000;
}
.contact .col:nth-child(1) p {
	font-size: 20px;
}
/*FAQ style starts here*/




.faq-bg {
	padding: 150px 0px;
}
.faq {
	max-width: 900px;
}
.faq h2 {
	text-align: center;
	margin-bottom: 80px;
}
.expand-wrapper {
	text-align: right;
	margin-bottom: 20px;
}
span.expand-all-sec {
	color: #949494;
	font-size: 15px;
	cursor: pointer;
}
button.accordion {
	display: flex;
	align-items: center;
	justify-content: space-between;
	-webkit-appearance: none;
	color: #000;
}
.accordion-wrapper {
	border-top: 1px solid #e6e6e6;
	padding: 10px 0px;
}
.accordion-wrapper:last-child {
	border-bottom: 1px solid #e6e6e6;
}
.accordion {
	font-family: Zoho_Puvi_SemiBold;
	cursor: pointer;
	padding: 20px 0px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 20px;
	transition: 0.4s;
	line-height: 30px;
	background: transparent;
}
.accordion:after {
	content: '\002B';
	color: #1d77e8;
	font-weight: bold;
	float: right;
	margin-left: 5px;
	font-size: 30px;
}
.active:after {
	content: "\2212";
}
.panel {
	display: none;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}
.panel p {
	font-size: 18px;
}
p.ind {
	text-indent: 30px;
}
/*FAQ style ends here*/
.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;
}
.footer-bg {
	background: #def1ff;
	padding: 50px 0px;
	display: none;
}
.add-resources-bg .container {
	max-width: 100%;
}
li.left {
	padding-right: 30px !important;
}
li.right {
	padding-left: 30px !important;
}
div#btmscroll {
	display: none;
}
#btmBar {
	display: none;
}
.foot-copy.container {
	color: #000;
}
.foot-copy a {
	color: #000;
}

@media only screen and (max-width:1024px) {
.banner-bg {
	background: #ddf1ff;
	margin-top: 20px;
}
.banner {
	flex-direction: column-reverse;
}
.banner h1 {
	max-width: 100%;
}
p.intro-text {
	margin: 0 auto;
}
.row {
	flex-wrap: wrap;
	justify-content: center;
}
.col {
	flex-grow: inherit;
	flex-basis: inherit;
	margin: 0px;
}
.row .col:nth-child(1) {
	margin-right: 0px;
}
.row .col:nth-child(2) {
	margin-left: 0px;
}
.swap {
	flex-direction: column-reverse;
}
.banner {
	text-align: center;
}
img.anim {
	margin-bottom: 50px;
	max-width: 350px;
}
.about-bg {
	text-align: center;
}
.about .col:nth-child(1) p {
	max-width: 100%;
}
ul.about-content {
	flex-wrap: wrap;
	margin-top: 50px;
	padding: 75px;
}
ul.about-content li:nth-child(1) {
	width: 100%;
	margin-right: 0px;
}
ul.about-content li:nth-child(2) {
	width: 100%;
	margin-left: 0px;
}
.exploit-bg {
	text-align: center;
}
.exploit {
	padding: 75px 30px;
}
.exploit p {
	max-width: 100%;
}
.contact h2 {
	max-width: 100%;
}
.contact-bg {
	text-align: center;
}
ul.contact-details {
	display: block;
}
img.contact-image {
	float: inherit;
	margin-bottom: 10px;
}
.email-section {
	margin-top: 30px;
}
.faq {
	max-width: 100%;
}
.add-resources-bg .container {
	width: 100%;
}
li.left {
	padding-right: 0px !important;
}
li.right {
	padding-left: 0px !important;
}
h2.section-heading {
	max-width: 100%;
}
img.anim {
	margin-top: 75px;
	margin-bottom: 0px;
}
.exploit {
	flex-direction: column-reverse;
}
}

@media only screen and (max-width:768px) {
.message-wrapper {
	flex-wrap: wrap;
	justify-content: center;
}
.message-wrapper .message:nth-child(2) {
	margin-left: 0px;
	margin-right: 0px;
}
}

@media only screen and (max-width:414px) {
h1 {
	font: 31px/1.2 Zoho_Puvi_Bold !important;
}
h2 {
	font: 27px/1.25 Zoho_Puvi_Bold;
}
.about-bg {
	padding: 75px 0px
}
ul.about-content {
	padding: 75px 20px;
}
.contact-bg {
	padding: 75px 0px;
}
.faq-bg {
	padding: 75px 0px;
}
.faq h2 {
	margin-bottom: 50px;
}
.how-to-use {
	padding: 75px 30px;
}
.how-to-use h2 {
	text-align: center;
}
ul.sub-list {
	margin: 30px 0px 30px 20px;
}
ul.list-items {
	word-break: break-word;
}
.about .col:nth-child(1) p {
	font-size: 17px;
}
.contact .col:nth-child(1) p {
	font-size: 17px;
}
p.steps-desc {
	margin: 30px auto 75px auto;
	max-width: 75%;
}
}
@media only screen and (max-width:375px) {
img.anim {
	max-width: 250px;
}
p.steps-desc {
	max-width: 100%;
}
ul.contact-details li p:nth-child(2) {
	font-size: 18px;
}
}
