header {
    display: none;
}
html, body {
	position:relative;
	overflow-x:hidden;
}
* {
	    box-sizing: border-box;
}
.to-venue:before{
    content: "";
    width:800px;
    height: 800px;
    border-radius: 800px;
    background: -moz-linear-gradient(top,  rgba(235,244,255,0.7) 0%, rgba(125,185,232,0) 100%);
    background: -webkit-linear-gradient(top,  rgba(235,244,255,0.7) 0%,rgba(125,185,232,0) 100%);
    background: linear-gradient(to bottom,  rgba(235,244,255,0.7) 0%,rgba(125,185,232,0) 100%);
    position: absolute;
    right: -400px;
    top: 750px;
}
.tc {
	text-align: center;
}
#Home {
    background: #fff url("../images/blackhatasia-banner.jpg") no-repeat 0 0;
    background-size:cover;
    min-height: 600px;
    color:#fff;
    padding-bottom: 50px;
}
.tab-heading, .spk-info .spk-name {
	font-family: 'Zoho_Puvi_SemiBold';
	display: block;
}
form input[type="submit"]:hover, .submit-block input:hover {
	    background: transparent;
	color: #000;
	cursor: pointer;
}
.logo {
    background: none;
    display: inline-block;
    width:180px;
}
.logo a {
    background: url(https://www.manageengine.com/images/logo/manageengine-logo-dark.svg) no-repeat 0 0;
    width: 220px;
    margin: 40px 0 0 0;
}
.logo img {
    display: none;
}
.cont-sec {
    display: inline-block;
    vertical-align: top;
    width: 56%;
    margin: 50px 0 0 0;
    position: relative;
    z-index: 2;
}
h1 {
    font-size: 2.3em;
    font-weight: 700;
    margin: 0 0 20px 0;
    line-height: 40px;
}
.parahigh {
    font-size: 1.4em;
    font-weight: 400;
}
.line{
    width:90%;
    height: 4px;
    background: -moz-linear-gradient(left,  #ffffff 0%, #FFB1000D 100%);
    background: -webkit-linear-gradient(left,  #ffffff 0%, rgba(100,199,92,0) 100%);
    background: linear-gradient(to right,  #ffffff 0%, rgba(100,199,92,0) 100%);
    margin: 20px 0;
}
.line2{
    width:75%;
    background: #0F3298;
}

.di {
    display: inline-block;
    vertical-align: middle;
}

.rows:after,
.rows:before,
section:after,
section:before,
footer:after,
footer:before,
header:before,
header:after,
.container:before,
.container:after,
.clearfix:after,
.clearfix:before {
	display: table;
	content: "";
	clear: both;
}
.rows {
	margin-right: -10px;
	margin-left: -10px;
}
.cols-2,
.cols-25,
.cols-3,
.cols-4,
.cols-6,
.cols-8,
.cols-9,
.cols-10,
.cols-12
{
	float: left;
	position: relative;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
}
.cols-2 {
	width: 12.5%;
}
.cols-25 {
	width: 20%;
}
.cols-3 {
	width: 25%;
}
.cols-4 {
	width: 33.3%;
}
.cols-6 {
	width: 50%;
}
.cols-8 {
	width: 66.6%;
}
.cols-9 {
	width: 75%;
}
.cols-10 {
	width: 87.5%;
}
.cols-12 {
	width: 100%;
}
.cols-center
{
	    margin: 0 auto;
    float: none;
}
@media only screen and (max-width: 1025px)
{
	.cols-md-12 {
	width: 100%;
}
	.cols-md-9 {
	width: 75%;
}
	.cols-md-6 {
	width: 50%;
}
	.cols-md-3 {
	width: 25%;
}
}
@media only screen and (max-width: 650px)
{
	.cols-sd-12 {
	width: 100%;
}
	.cols-sd-9 {
	width: 75%;
}
	.cols-sd-6 {
	width: 50%;
}
	.cols-sd-3 {
	width: 25%;
}
}
/* ---------------- popup styles   --------------*/
.web-success-msg {
    background: rgba(0, 0, 0, .7);
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
    display: none;
}
.web-popup-cont {
    width: 45%;
    min-height: 100px;
    background: #fff;
    margin: 5% auto 0 auto;
    position: relative;
    line-height: normal;
    padding: 30px;
    text-align: center;
}
.popup-close {
    text-align: right;
    display: block;
    cursor: pointer;
    position: absolute;
    right: 25px;
    top: 25px;
    -moz-transition: all ease-in-out .6s;
    -webkit-transition: all ease-in-out .6s;
    -o-transition: all ease-in-out .6s;
    transition: all ease-in-out .6s;
}
.popup-close:hover {
    transform: rotate(360deg);
    cursor: pointer;
}
.web-popup-cont h4{
    padding: 10px 0 0 0;
    text-align: center;
    font-weight: 600;
    color: #000;
    font-size: 1.7em;
}
.web-popup-cont p{
    font-size: 1.2em;
    line-height: normal;
    padding: 10px 0;
}
.web-popup-cont p span{
    font-size: .8em;
    font-weight: 600;
    color: #CA0019;
    display: block;
    padding-top: 10px;
}
.web-popup-cont a{
    display: inline-block;
    text-align: center;
    background: #00CC99;
    padding: 16px 20px;
    border-radius: 3px;
    color: #fff;
    font-size: 1em;
    text-align: center;
    border:1px solid rgba(0,159,119,0.81);
    text-transform: uppercase;
    margin: 30px 0;
}
.web-popup-cont a:hover {
    background: #FF2B2B;
    border: 1px solid #FF2B2B;;
    color: #fff;
}
/* ---------------- Form styles   --------------*/
.register-fixed {
    position: absolute;
}
#Register {
    width: 400px;
    z-index: 2;
    color: #000;
    height: auto !important;
    opacity: 1;
    z-index: 999;
    box-shadow: none;
    top: 90px;
    right: 10%;
	opacity: 1;
    background: #fff;
	border-radius: 5px;
    padding: 30px;
}
#Register h3{text-align: center;padding: 0 0 5px 0;}
#Register .sec-cont {
    position: relative;
    z-index: 2;
}
.foot-cont a {
	color: #ffffff;
}
.reg-cont {
    overflow: scroll;
    padding: 10px;
}
.title-register {
    color: #fff;
    text-align: center;
    font-size: 1.4em;
    font-weight: 400;
    line-height: normal;
    padding: 5px 0 20px;
}
form input, form textarea, form select {
    font-style: normal;
    background: #ededed;
    font-size: 1em;
    color: #555;
    border: 1px solid #fff;
    border-radius: 3px;
    width: 100%;
    padding: 12px 20px;
}
form textarea{height: 80px;}
p.reg_form_errors {
    font-size: 12px;
    font-weight: 500;
    color: #f30000;
    position: absolute;
    left: 0;
    bottom: -22px;
    display: none;
}
form select {
    background: #ededed url("https://www.manageengine.com/events/images/dropdown-arrow.png") no-repeat 95% center;
    border: 1px solid #ededed;
    padding: 12px 20px;
    width: 100%;
    height: 60px;
    color: #555;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 3px;
}
input, .submit-block input {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
form select {
    height: auto;
}
#country_state{
    margin-top: 10px;
}
#meGDPRMessage{
    margin: 10px 0;
}
.privacy-policy, #meGDPRMessage{
    font-size: .8em;
    line-height: 20px;
}
.privacy-policy a{
    color:#000;
    text-decoration: underline;
}
.privacy-policy a:hover{
    text-decoration: none;
}
.submit-block {
    margin: 10px auto;
    text-align: center;
}
form input[type="submit"], .submit-block input {
    background: #dc544e;
	border: 2px solid #dc544e;
    color: #fff;
    padding: 12px 10px;
    width: 130px;
    font-size: 1.1em;
    cursor: pointer;
    text-transform: inherit;
    font-weight: 700;
    border-radius: 3px;
	transition: .3s;
}
/* ---------------- Footer section styles   --------------*/
.zoho-division {
    font-size: 1.3em;
    line-height: normal;
}
.zoho-division span{
    font-size: 1em;
    display: inline-block;
    padding: 2px 10px 2px 0;
    color: #aaa;
}
.hashtitle {
    color: #FFBA53;
    font-weight: 600;
    display: block;
}
.sub-hed {
	font-size: 1.4em;
	font-weight: 600;
}
.steps {
	padding: 40px 40px 0px;
	position: relative;
}
.steps:before {
    content: '';
    position: absolute;
    width: 2px;
    left: 9px;
    z-index: 0;
    height: 68%;
    background: #FFBA53;
}
.steps span {
	font-family: 'Zoho_Puvi_Light';
}
.step-hed {
	font-size: 1.3em;
	color: #FFBA53;
	font-weight: 600;
	padding-bottom: 7px;
	position: relative;
}
.step-hed:after {
    content: '';
    position: absolute;
    top: 10px;
    left: -33px;
    width: 6px;
    height: 6px;
    background: #FFBA53;
    border-radius: 100%;
}
.step-hed:before {
    content: '';
    position: absolute;
    top: 6px;
    left: -37px;
    width: 12px;
    height: 12px;
    background: #3b49c6;
    border: 1px solid #FFBA53;
    border-radius: 100%;
}
.each-step {
	padding-bottom: 25px;
}
.ps-para {
	padding: 20px 0px;
}
.social-share span{
	font-size: 1.2em;
	font-weight: 600;
	color: #FFBA53;
	    padding-right: 7px;
}
.social-share svg {
	width: 21px;
}
.social-share a{
	padding: 3px;
	display: inline-block;
	transition: .3s;
}
.section-two {
	color: #000;
	padding: 80px 0 40px 0;
}
.section-two img {
	width: 90%;
	height: 100%;
}
h2 {
    font-size: 1.8em;
	line-height: 38px;
}
.section-two p {
	font-size: 1.3em;
}
.participate_but {
    margin: 20px 0px;
    padding: 15px 25px;
    background: #ec5558;
	border: 2px solid #ec5558;
    transition: .3s;
    color: #fff;
    font-size: 1.2em;
    font-weight: 600;
    border-radius: 5px;
	display: inline-block;
}
.participate_but:hover{
	cursor: pointer;
	background: transparent;
	color: #000;
}
/* ---------------- popup styles   --------------*/
.web-success-msg {
    background: rgba(0, 0, 0, .7);
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
    display: none;
}
.web-popup-cont {
    width: 45%;
    min-height: 100px;
    background: #fff;
    margin: 5% auto 0 auto;
    position: relative;
    line-height: normal;
    padding: 30px;
    text-align: center;
}
.popup-close {
    text-align: right;
    display: block;
    cursor: pointer;
    position: absolute;
    right: 25px;
    top: 25px;
    -moz-transition: all ease-in-out .6s;
    -webkit-transition: all ease-in-out .6s;
    -o-transition: all ease-in-out .6s;
    transition: all ease-in-out .6s;
}
.popup-close:hover {
    transform: rotate(360deg);
    cursor: pointer;
}
.web-popup-cont h4{
    padding: 10px 0 0 0;
    text-align: center;
    font-weight: 600;
    color: #000;
    font-size: 1.7em;
}
.web-popup-cont p{
    font-size: 1.2em;
    line-height: normal;
    padding: 10px 0;
}
.web-popup-cont p span{
    font-size: .8em;
    font-weight: 600;
    color: #CA0019;
    display: block;
    padding-top: 10px;
}
.web-popup-cont a{
    display: inline-block;
    text-align: center;
    background: #00CC99;
    padding: 16px 20px;
    border-radius: 3px;
    color: #fff;
    font-size: 1em;
    text-align: center;
    border:1px solid rgba(0,159,119,0.81);
    text-transform: uppercase;
    margin: 30px 0;
}
.web-popup-cont a:hover {
    background: #FF2B2B;
    border: 1px solid #FF2B2B;;
    color: #fff;
}
h3 {
	font-size: 1.5em;
}
.checkbox {
	    font-size: .8em;
    line-height: 20px;
	    padding-bottom: 10px;
	position: relative;
}
.checkbox input[type="checkbox"] {
	-webkit-appearance: checkbox;
    background-color: initial;
    cursor: default;
    appearance: auto;
    box-sizing: border-box;
    margin: 3px 3px 3px 4px;
    padding: initial;
    border: initial;
    vertical-align: top;
}
#meGDPRMessage span.checkmarkgdpr {
    height: 13px;
    width: 13px;
    border: 1px solid #767676;
    border-radius: 3px;
    margin-right: 3px;
    margin-left: 4px;
    vertical-align: text-bottom;
}
p.reg_form_errors_chk {
	bottom: -8px;
}
.social-share a:hover {
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    cursor: pointer;
}
.social-share svg {
	transition: .3s;
}
.social-share a:hover svg{
	fill: #FFBA53 !important;
}
.xbox-img {
	padding: 5px 9%;
}
/* ---------------- tnc page style   --------------*/
.tnc-hed .logo a {
	background: url(https://www.manageengine.com/events/2018/infosecurity/images/manageengine-logo-white.svg) no-repeat 0 0;
	width: 240px;
	height: 50px;
	margin: 20px 0 0 0;
	margin-bottom: 20px;
}
.tnc-hed .header-inner {
	padding: 0;
}
header.tnc-hed {
	background: #fff url(../images/blackhatasia-banner.jpg) no-repeat 0 0;
    background-size: cover;
	display: block;
}
#tnc {
	background: transparent;
	margin-top: 99px;
}

#tnc .eachpara:after {
	content: "";
	display: table;
	clear: both;
}
#tnc .main-title {
    text-align: center;
    color: #110629;
    line-height: normal;
    font-size: 2.2em;
    padding-bottom: 30px;
	padding-top: 55px;
}
		#tnc .main-content {
	     padding-bottom: 55px;
		}
#tnc .section-title {
	font-size: 1.5em;
	line-height: 2em;
}
#tnc .eachpara {
	margin-bottom: 20px;
}
#tnc .main-content p {
	font-size: 1.1em;
	color: #464646;
}
#tnc .lists {
	font-size: 1.1em;
	color: #464646;
	list-style-type: decimal;
	margin-left: 20px;
}
#tnc .lists li {
	margin-bottom: 10px;
	line-height: 24px;
}
.note-tab {
    background: #fff;
    padding: 20px;
    border-radius: 4px;
    color: #464646;
    font-size: 14px;
    display: inline-block;
    margin: 40px 0px 16px;
    border: 1px solid #d6d6d6;
}
.note-tab p {
	font-weight: bold;
}
.note-tab ul {
	    padding-top: 3px;
    list-style: disc;
    padding-left: 17px;
}
.note-tab ul li {
	padding: 3px 0px;
}
.title-register.closed {
	padding: 40px;
    background: #000;
}
.zoho-division img{width:85px;}
.web-popup-cont h3{
	    padding: 0px 10px;
}
/* ---------------- Responsive styles   --------------*/
@media only screen and (min-width:1500px){
    body{font-size: 16px;}
    p{line-height: 28px;}
    #Register{top: 140px;right:15%;}
}
@media only screen and (min-width:1900px){#Register{right:18%;}}
@media screen and (max-height: 650px) and (min-width: 1000px) {
/*    .reg-cont {min-height: 400px;height: 50px;overflow: scroll;}*/
}
@media only screen and (max-width:1300px){
    #Register{right:5%;}
}
@media only screen and (max-width:1200px){
    .container{width:90%;}
    #Register {width: 350px;}
}
@media only screen and (max-width:1000px){
    .cont-sec {width: 90%;margin: 20px 0 0 0;}
    #Register{position: static;width: 100%;background: #0D2E95;color:#fff;border-radius: 0;}
    #Register a{color:#fff;}
    form input[type="submit"]:hover, .submit-block input:hover {color: #fff;}
    p.reg_form_errors{color: #f3b600;}
    .reg-cont {width: 60%;margin: 0 auto;min-height: 420px!important;}
    form input, form textarea {padding: 12px 5%;}
	#Register .sec-cont {
		box-shadow: none;
	}
	.section-two br{
		display: none;
	}
    .sub-hed br{display: none;}
}
@media only screen and (max-width:650px){
	#Home .cont-sec {
		    padding-bottom: 40px;
	}
	.web-popup-cont {
		width: 90%;
	}
	.hashtitle {
		display: block;
		padding: 0;
	}
}
@media only screen and (max-width:600px){
    .cont-sec {width: 95%;}
    .reg-cont {width: 100%;}
    .zoho-division span{font-size: 1em;padding: 2px 10px 10px 0;display: block;}
    form input[type="submit"], .submit-block input{width:100%!important;}
	#tnc .main-title {line-height: 1.4;font-size: 1.9em;}
    .section-two{padding: 50px 0 30px 0;}
	.section-two h2{padding-top: 20px;line-height: normal;}
}
@media only screen and (max-width:360px){
    .cont-sec {width:100%;}
    h1 {font-size: 2em;}
    .hashtitle br{display: none;}
}