@charset "UTF-8";
/* -------------------------------------- Reset styles -------------------------------------- */
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,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;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}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}em{font-style:italic}
#backToTop{display: none!important;}
.clearfix:after {
    clear:both;
    content:'.';
    display:block;
    visibility:hidden;
    height:0;
}
.clearfix {
    display:inline-block;
}
* html .clearfix {
    height:1%;
}
.clearfix {
    display:block;
}
*+html .clearfix {
    display: inline-block;
}
ol, ul {
    list-style: none;
}

/* normalize css*/

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	margin: 0;
	font-size: 14px;
    font-family:'ZohoPuvi', 'Open Sans', sans-serif;
    line-height: 24px;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    font-family:'ZohoPuvi', 'Open Sans', sans-serif;
}
article,
footer,
header,
section {
	 display: block;
    font-family:'ZohoPuvi', 'Open Sans', sans-serif;
}
.pr{position: relative;}
.pa{position: absolute;}
.pf{position: fixed;}
.fl{float: left;}
.fr{float: right;}
.container {
    width: 1200px;
    margin: 0 auto;
}
a{text-decoration: none;color: #000;}
strong, b {font-family: 'Zoho_Puvi_SemiBold';}
h1, h2, h3 {
    font-family: 'ZohoPuviExtBd', sans-serif;
    line-height: normal;
}
p{padding:10px 0;}
h2{
  font-size: 2.5em;
  padding: 30px 0;
  font-family: 'Zoho_Puvi_Bold';
  text-align: center;
  line-height: normal;
}
h3{
  font-size: 2em;
}
p{font-size: 1.2em;line-height: 25px;color: #484848;}

/*--------------Header styles----------*/
header {
    width: 100%;
    position: fixed;
    z-index: 9999;
    background:linear-gradient(to left, #002741, #00080D);
    left: 0px;
    top: 0px;
}
.logo a {
    background: url("https://www.manageengine.com/events/2018/infosecurity/images/manageengine-logo-white.svg") no-repeat 0 0;
    width: 180px;
    height: 35px;
    margin: 20px 0;display: inline-block;
    text-indent: -999em;
}
.tnc-innersec {
    background: transparent;
    margin-top: 75px;
    color:#000;
}
.row{
  padding: 0 0 30px 0;
}
ol{
  list-style-type: decimal;
  font-size: 1.2em;
  line-height: 25px;
  list-style-position: inside;
  padding: 20px 0 0 0;
  color: #484848;
}
ol li{padding: 0 0 10px 0;}
footer {
    padding: 10px 0px;
    color: #fff;
    text-align: center;
    position: static;
    display: block;
    width: 100%;
    z-index: 100;
    position: relative;
    background: #031529;
}
footer p {
    font-size: .8em;
    color: #fff;
}
.zoho-division {
    font-size: 1.5em;
    line-height: normal;
    margin: 20px 0 0 0;
}
.zoho-division img {
    width: 88px;
    padding: 0px 8px;
    vertical-align: top;
}
@media only screen and (max-width: 1200px) {
  .container {
  	width:90%;
  }
}
