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%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3ebf4ff', endColorstr='#007db9e8',GradientType=0 );
    position: absolute;
    right: -400px;
    top: 750px;
}
.tc {
	text-align: center;
}
#Home {
    background: #010101 url("../images/secutity-strategy-webinar-banner.jpg") no-repeat bottom right;
    background-size:cover;
    min-height: 700px;
    color:#fff;
}
.tab-heading, .spk-info .spk-name {
	font-family: 'Zoho_Puvi_SemiBold';
	display: block;
}
form input[type="submit"]:hover, .submit-block input:hover {
	    background: #f00;
	cursor: pointer;
}
.mob-reg-btn2 {
    background: #FE210A;
    color: #fff;
    margin: 0;
    display: inline-block;
    font-size: 1.3em;
    transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -webkit-transition: 0.5s ease all;
    display: none;
    position: fixed;
    width: 100%;
    z-index: 99999;
    bottom: -100px;
    text-align: center;
    padding: 12px 0;
}
.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: 180px;
    margin: 40px 0 0 0;
}
.logo img {
    display: none;
}
.cont-sec {
    display: inline-block;
    vertical-align: top;
    width: 80%;
    margin: 50px 0 0 0;
    position: relative;
    z-index: 2;
}
h1 {
    font-size: 2.4em;
    font-weight: 700;
    margin: 0 0 20px 0;
    line-height: 45px;
}
h1 span{display: block;color:#F1AC46;}
.parahigh {
    font-size: 1.4em;
    font-weight: 400;
}
.line{
    width:90%;
    height: 4px;
    background: -moz-linear-gradient(left,  #FFBA00 0%, #FFB1000D 100%);
    background: -webkit-linear-gradient(left,  #FFBA00 0%, rgba(100,199,92,0) 100%);
    background: linear-gradient(to right,  #FFBA00 0%, rgba(100,199,92,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFBA00', endColorstr='#007db9e8',GradientType=1 );
    margin: 30px 0 50px;
}
.datetime-sec {
    font-size: 1.2em;
    padding: 0 0 30px 0;
    color: #fff;
}
.datetime-sec div {
    display: block;
    vertical-align: top;
    padding: 3px 0 20px 40px;
}
.datetime-sec .date {
    background: url(../images/date-icon-white.svg) no-repeat 0 0;
    background-size: 24px;
}
.datetime-sec .time {
    background: url(../images/time-icon-white.svg) no-repeat 0 3px;
    background-size: 24px;
}
.speak-details {
    padding: 25px 0px 50px 0;
}
.speak-details img {
    width: 60%;
	height: auto;
    margin: 0px 10px 0px 0px;
    border-radius: 100px;
    border: 1px solid #FFBA00;
    padding: 2px;
    background: transparent;
}

.speak-details p:nth-child(2) {
    line-height: normal;
    font-weight: 100;
    font-size: .9em;
    padding: 5px 0px;
	font-family: 'Zoho_Puvi_Light';
}
.speak-details .di p:first-child {
	    font-weight: 600;
    font-weight: 200;
    font-size: 1.2em;
    padding-top: 8px;
}
.di {
    display: inline-block;
    vertical-align: middle;
}
.speak-details p:first-child {
    font-weight: 600;
    font-size: 1.4em;
}
.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%;
}
}
/* ---------------- about section styles   --------------*/
#About {
    padding: 50px 0;
}
.hights-cont, .inner-container {
    width: 58%;
}
h3 {
font-size: 1.5em;	
}
h2 {
    position: relative;
    margin-bottom: 50px;
	    font-size: 2em;
}
h2:after {
    content: '';
    position: absolute;
    width: 130px;
    height: 4px;
    background: -moz-linear-gradient(left,  #0079D6 0%, #FFB1000D 100%);
    background: -webkit-linear-gradient(left,  #0079D6 0%, rgba(100,199,92,0) 100%);
    background: linear-gradient(to right,  #0079D6 0%, rgba(100,199,92,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0079D6', endColorstr='#007db9e8',GradientType=1 );
    left: 0;
    top: 50px;
}
#Why-attend strong {
	font-family: 'Zoho_Puvi_SemiBold';
}
.highlights-points li::before {
  content: "\2022";
  color: #0079D6;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;	
}
.highlights-points li span{
	    display: block;
    padding-left: 20px;
	position: relative;
	padding-top: 5px;
}
.highlights-points li span:before {
    content: '';
    position: absolute;
    left: 4px;
    top: 16px;
    width: 5px;
    padding-top: 10p;
    height: 2px;
    background: #696969;
}
/* ---------------- Highlights section styles   --------------*/
#Highlights, #Agenda, #Contact-us{
    padding: 20px 0 60px 0;
	display: block;
}
.mailid img {
	padding-right: 10px;
}
.mailid a{
	color: #000;
}
.mailid a:hover {
	color: #0089ff;
	cursor: pointer;
}
.highlights-points li{
	list-style: none;
    padding: 10px 0;
    margin: 0 0 0 15px;
    line-height: 25px;
    font-size: 1em;
}
section p{
	font-size: 1em;
}
.tab {
    background: #fff;
    position: relative;
    margin: 10px 0px;
	border-bottom: 1px dotted;
	font-size: 15px;
}
.tab-main {
    padding: 20px 0px;
    display: block;
}
.tab-heading {
    display: block;
    padding-top: 3px;
    font-family: 'Zoho_Puvi_Light';
    font-size: 1.1em;
    font-weight: 600;
}
.tab-main img {
	display :inline-block;
	vertical-align: middle;
	    padding-right: 10px;
	    width: 50px;
}
.tab-title {
	    color: #0079D6;
    font-size: .8em;
    line-height: normal;
	display: block;
}
.agslide {
    position: absolute;
    right: 0;
    top: 0;
    background: url(https://www.manageengine.com/latam/cumplimiento-norma-iso20000/images/plus-icon.svg) no-repeat 97% center;
    background-size: 50px 50px;
    width: 100%;
    height: 85px;
    text-indent: -999999em;
    display: block;
    cursor: pointer;
}
.webinar-slideup {
    background: url(https://www.manageengine.com/latam/cumplimiento-norma-iso20000/images/minus-icon.svg) no-repeat 97% center;
    background-size: 50px 50px;
    background-position-y: 1px;
}
.slidecontent {
    padding: 20px;
    border-top: 1px solid #CBCBCB;
    font-size: .9em;
    line-height: 26px;
}
/* ---------------- Speakers section styles   --------------*/
#Speakers{
    padding: 40px 0 20px 0;
   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%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3ebf4ff', endColorstr='#007db9e8',GradientType=0 ); 
}
#Speakers .tab {
	background: transparent;
	border: none;
}
.presenter-bio {
	padding: 14px 30px 14px;
    border: 0px 1px 0px 1px;
    border-top: 1px dotted;
    border-bottom: 1px dotted;
	display: block;
}
#Speakers .slidecontent {
	padding: 0;
	border: none;
	border-bottom: 1px dotted;
    padding-bottom: 20px;
}
#Speakers .spk-para {
	padding: 0;
}
.agslide {
	    background: url(../images/down-arrow.svg) no-repeat 97% center;
    background-size: 13px;
}
.webinar-slideup {
	    background: url(../images/up-arrow.svg) no-repeat 97% center;
    background-size: 13px;
}
#Speakers .agslide {
	        top: 112px;
    background: url(../images/right-arrow.svg) no-repeat 1% center;
    background-size: 8px;
    height: 50px;
}
#Speakers .webinar-slideup {
    background: url(../images/down-arrow.svg) no-repeat 1% center;
	background-size: 13px;
	background-position-y: center;
}
#Speakers .spk-details {
    position: relative;
	    padding-bottom: 15px;
	display: block;
}
.spk-details img {
    width: 75px;
	height: auto;
    border-radius: 200px;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #333;
    padding: 3px;
}
.spk-details .spk-info {
    width: 60%;
    display: inline-block;
    vertical-align: top;
    padding-left: 17px;
    text-align: left;
}
.spk-name {
    font-size: 1.3em;
    padding: 10px 0 5px 0;
    font-weight: 600;
}
.spk-para {
    padding: 20px 0 50px 0;
}
.spk-info p{
	line-height: normal;
	font-family: 'Zoho_Puvi_Light';
	display: block
}
.title-register.closed {
	padding: 20px;
    background: #000;
	color: #fff;
}
/* ---------------- Register section styles   --------------*/
.register-fixed {
    position: fixed;
}
#Eventclosed {
    background: #000;
    width: 400px;
    z-index: 2;
    color: #fff;
    height: auto !important;    
    opacity: 1;
    z-index: 999;
    box-shadow: none;
    top: 90px;
    right: 10%;
	opacity: 1;
	position: absolute;
}

#Register {
    width: 100%;
    top: 0%;
    right: 0 !important;
    bottom: 0;
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    box-shadow: none;
    -o-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    display: none;
    z-index: 9999;
    border-radius: 0;
}
.reg-cont {
    width: 30%;
    background: #ededed;
    padding: 25px 40px 40px;
    margin: 60px auto;
    height: 600px;
    overflow: scroll;
    color: #000;
	    box-sizing: content-box;
}
.reg-cont p{padding: 0 0 5px 0;}
.title-register {
    color: #000;
    padding: 15px 0;
    text-align: center;
    font-size: 1.5em;
    font-weight: 600;
    line-height: normal;
}
.vid-sec img {
    width: 100%;
    height: auto;
    border: 3px solid #fff;
}

.vid-sec svg {
	    width: 60px;
    position: absolute;
    top: 22%;
    left: 42%;    
	transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}
.vid-sec:hover svg {
    fill: red;
    transform: scale(1.1);
}
.vid-sec:hover {
	cursor: pointer;
}
.vid-sec {
	position: relative;
	tranistion: .3s;
}
#Eventclosed .tab, #Eventclosed {
	background: transparent;
}
#Eventclosed .tab-heading {
	font-family: 'Zoho_Puvi_Light';
}
/* ---------------- Form styles   --------------*/
form input, form textarea, form select {
    font-style: normal;
    background: #F7F7F6;
    font-size: 1em;
    color: #555;
    border: 1px solid #fff;
    border-radius: 3px;
    width: 100%;
    padding:10px 4%;
}
p.reg_form_errors {
    font-size: 13px;
    font-weight: 500;
    color: #ff0000;
    position: absolute;
    left: 0;
    bottom: -28px;
    display: none;
}
form select {
    background: #F7F7F6 url("https://www.manageengine.com/events/images/dropdown-arrow.png") no-repeat 95% center;
    border: 1px solid #F7F7F6;
    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-bottom: 10px;
}
.privacy-policy, #meGDPRMessage {
    font-size: 1em;
    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: #FFBA53;
    color: #000;
    padding: 12px 10px;
    width: 130px;
    font-size: 1.1em;
    border: none;
    cursor: pointer;
    text-transform: capitalize;
    font-weight: 700;
    border-radius: 3px;
}

/* ---------------- 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: 810px;
    height: 420px;
    min-height: 130px;
    background: #fff;
    margin: 5% auto 0 auto;
    position: inherit;
    line-height: normal;
    padding: 30px;
    text-align: center;
    display: none;
	box-sizing: content-box;
}
.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 h3{
    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;
}
/* ---------------- Footer section styles   --------------*/
.zoho-division {
    font-size: 1.5em;
    line-height: normal;
}
.zoho-division span{
    font-size: 1em;
    display: inline-block;
    padding: 2px 10px 2px 0;}

.hights-cont, .inner-container {
    width: 100%;
}
/* captcha css */
#UserCaptchaCode{
	width: 40%;
	display: inline-block;
	vertical-align: top;
}
	.CaptchaWrap{
		width: 48%;
display: inline-block;
vertical-align: top;
height: 40px;
	}
	canvas{
		width: 100%;
height: 40px;
	}
	.reload{
		position: absolute;
width: 30px;
height: 30px;
background: #000;
line-height: 27px;
border-radius: 50%;
color: #fff;
text-align: center;
top: 4px;
font-size: 1.5em;
right: 9px;
cursor: pointer;
	}
.captcha-input{position: relative;}
#meGDPRMessage{font-size:1.1em;}
#WrongCaptchaError{display: none;    
	left: 0px;
    bottom: -28px;}
#CapCode{width:100%;
height: 38px;}

/* captcha css end */

@media only screen and (min-width:1500px){
    body{font-size: 16px;}
    p{line-height: 28px;}
}
@media screen and (max-height: 600px) and (min-width: 1000px) {
    .reg-cont {min-height: 400px;height: 50px;overflow: scroll;}
    .title-register {padding: 5px 0 20px;}
}
@media screen and (max-height: 500px) and (min-width: 1000px) {
    .reg-cont {min-height: 350px;height: 50px;overflow: scroll;}
    .title-register {padding: 5px 0 20px;}
}
@media only screen and (max-width:1200px){
    .container{width:90%;}
    .to-venue:before{display: none;}
    .reg-cont {width: 40%;}
}
@media only screen and (max-width:1000px){
	#Eventclosed{position: static;width: 100%;}
    .cont-sec {width: 90%;margin: 20px 0 0 0;}
    form input, form textarea {padding: 12px 5%;}
    .hights-cont, .inner-container {width: 100%;}
    .reg-cont{width: 60%;}
    .web-popup-cont {width: 80%;height: auto;margin: 60px auto 0 auto;}
    iframe{width:100%;height: 415px;}
	#Eventclosed .tab-heading {
		    font-family: 'Zoho_Puvi_Regular';
		color: #000;
		    padding: 0px 20px;
	}
	#Eventclosed .tab {
		border-bottom: 1px dotted #000;
	}
	#Eventclosed .agslide {
		height: 60px;
	}
	.vid-sec svg {
		top: 10%;
    left: 35%;
	}
	.tab-main span.di {
		    width: 80%;
	}
}
@media only screen and (max-width:700px){
    .cont-sec {width: 95%;}
    .zoho-division{font-size: 1.4em;}
    .zoho-division span{font-size: 1em;padding: 2px 10px 10px 0;display: block;}
    form input[type="submit"], .submit-block input{width:100%!important;}
    .reg-cont{width: 80%;padding: 5%;}
    .web-popup-cont {width: 85%;}
}
@media only screen and (max-width:650px){
	.vid-sec svg {
		left: 42%;
		 top: 34%;
	}
    .vid-sec {width: 100%;margin: 30px 0px;}
}
@media screen and (max-height: 600px){
    .reg-cont {min-height: 350px;height: 50px;overflow: scroll;}
    .title-register {padding: 5px 0 20px;}
}
@media screen and (max-width: 450px){ 
	.vid-sec svg {
		    top: 25%;
	}
}
@media only screen and (max-width:400px){
    .mob-email-size{font-size: .9em;}
	#Speakers .agslide {
		    top: 122px;
	}

}