header {
    display: none;
}
html, body {
	position:relative;
	overflow-x:hidden;
}
* {
	    box-sizing: border-box;
}
a {
    text-decoration: none;
    color: #1945e2;
}
.zsiq_theme1.zsiq_floatmain{display:none !important;}
.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;
}
h1, h2, h3 {
    font-family: 'Zoho_Puvi_Bold', sans-serif;
}
#Home {
    background: url("../images/how-it-4-is-mobilising-and-re-pivoting-organisations-globally.jpg") no-repeat top center;
    background-size:cover;
    min-height: 750px;
    color:#000;
}
form input[type="submit"]:hover, .submit-block input:hover {
    background: #000;
	color: #fff;
	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 {
    width: 180px;
    margin: 40px 0 0 0;
}
.logo img {
    display: none;
}
.cont-sec {
    display: inline-block;
    vertical-align: top;
    width: 55%;
    margin: 60px 0 0 0;
    position: relative;
    z-index: 2;
}
h1 {
    font-size: 2.7em;
    font-weight: 700;
    margin: 0 0 20px 0;
    line-height: 48px;
    width: 80%;
}
h1 span{display: block;color:#F1AC46;}
.vid-sec {
    width: 32%;
    margin: 100px 0 0 0;
    display: inline-block;
    position: fixed;
    z-index: 2;
    cursor: pointer;
    top: 10%;
    margin-left: 50px;
}
.vid-sec img {
    width: 100%;
    height: auto;
    border: 4px solid #fff;
}
.vid-sec svg {
    position: absolute;
    top: 36%;
    left: 40%;
    transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}
.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;
}
.datetime-sec {
    font-size: 1.2em;
    padding: 30px 0;
	padding-top: 0px;
}
.datetime-sec div {
    display: block;
    vertical-align: top;
    padding: 3px 0 20px 40px;
}
.datetime-sec .date {
    background: url("../images/date-icon-black.svg") no-repeat 0 0;
    background-size: 24px;
}
.datetime-sec .time {
    background: url("../images/time-icon-black.svg") no-repeat 0 3px;
    background-size: 24px;
}
.datetime-sec .region {
    background: url("../images/region-icon.png") 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;
}
.line {
    width: 70%;
    height: 3px;
    background: -moz-linear-gradient(left,  rgba(113,251,244,1) 0%, rgba(125,185,232,0) 100%);
    background: -webkit-linear-gradient(left,  rgba(113,251,244,1) 0%,rgba(125,185,232,0) 100%);
    background: linear-gradient(to right,  rgba(113,251,244,1) 0%,rgba(125,185,232,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#71fbf4', endColorstr='#007db9e8',GradientType=1 );
    margin: 20px 0;
}
.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%;
}
}

/* ---------------- Banner section styles   --------------*/
.banner-speakers img{
    display: inline-block;
    vertical-align: top;
    width:80px;
    height: auto;
    border-radius: 7px 7px 7px 27px;
    border: 2px solid #00fbf4;
}
.banner-speakers .spk-name-sec{
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 10px;
}
.spk-name{
    font-family: 'Zoho_Puvi_Bold', sans-serif;
    font-size: 1.2em;
}
/* ---------------- about section styles   --------------*/
#About {
    padding: 50px 0;
	padding-bottom: 130px;
}
.hights-cont, .inner-container {
    width: 58%;
	position: relative;
}
.highlights-list{
    margin-top:50px;
}
.highlights-list h4{
    font-family: 'Zoho_Puvi_SemiBold';
    margin-bottom: 30px;
}
h3 {
    font-size: 1.5em;	
}
h2 {
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 25px;
    font-size: 1.8em;
	color: #0879DE;
}
h2:after {
    content: '';
    position: absolute;
    width: 130px;
    height: 3px;
    left: 0;
    bottom: 5px;
    background: -moz-linear-gradient(left,  rgba(237,207,154,1) 0%, rgba(237,207,154,0) 100%);
    background: -webkit-linear-gradient(left,  rgba(237,207,154,1) 0%,rgba(237,207,154,0) 100%);
    background: linear-gradient(to right,  rgba(237,207,154,1) 0%,rgba(237,207,154,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f48dd', endColorstr='#002f48dd',GradientType=1 );
}
#Why-attend strong {
	font-family: 'Zoho_Puvi_SemiBold';
}
.highlights-list li{
    padding:0 0 20px 30px;
    position: relative;
}
.highlights-list li::before {
    content: "";
    background: #0079D6;
    display: inline-block; 
    width: 10px;
    height: 10px;
    border-radius: 20px;
    position: absolute;
    left:0px;
    top:5px;
}
/* ---------------- Highlights section styles   --------------*/
#Highlights{
    padding: 20px 0 60px 0;
	display: block;
}
#Contact-us{
    padding: 60px 0;
	display: block;
}
#Agenda{display: none;}
#Agenda h3{
	font-size: 1.3em;
}
.day-tab {
    margin-bottom: 35px;
}
.day-tab li{
	    display: inline-block;
    vertical-align: top;
    padding: 15px 40px;
	font-family: 'Zoho_Puvi_Medium';
    border-bottom: 2px solid #ddd;
	transition: .3s;
}
.day-tab li:hover, .day-tab li.active {
	cursor: pointer;
	background: #FAFAFA;
	color: #3880F2;
	border-bottom: 2px solid #3880F2;
}
.mailid h5{font-size: 1.2em;padding:0 0 10px 0;}
.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: 5px;
        line-height: 22px;
	    font-size: 1.1em;
}
.tab-main img {
	display :inline-block;
	vertical-align: middle;
	    padding-right: 10px;
	    width: 50px;
}
.tab-main span.di {
	    width: 87%;
}
#day-two, #day-three {
	display: none;
}
.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;
    line-height: 26px;
}
.slidecontent p strong {
	font-family: 'Zoho_Puvi_SemiBold';
	display: block;
	padding: 10px 0px;
}

/* ---------------- Speakers section styles   --------------*/
#Speakers{
    padding-bottom: 40px;
	background: #F2F9FF;
}
.speaker-sec{   
	padding: 0px 40px;
    background: #FFCD25;
    position: absolute;
    top: -50px;
}
.speaker-sec img {
    display: inline-block;
    vertical-align: top;
    width: 160px;
    position: absolute;
    top: -11px;
    height: auto;
}
.speaker-sec .spk-info{
    display: block;
    vertical-align: top;
    margin: 0px 0px 0px 180px;
    width: 75%;
    padding: 15px 0px;
    font-size: 14px;
}
#Home .speaker-sec {
	top: auto;
	    background: #00316c;
    color: #fff;
}
#Home .speaker-title {
    color: #ffd328;
}
.speaker-title {
    background: url(../images/speaker-icon.png) no-repeat 0 0;
    background-size: 15px;
    padding-left: 30px;
    color: #2981AF;
    font-size: 1.3em;
	font-family: 'Zoho_Puvi_SemiBold';
}
#Home .speaker-title { 
    background: url(../images/speaker-icon-yellow.png) no-repeat 0 0;
}
.spk-info .spk-name {
	font-family: 'Zoho_Puvi_Bold', sans-serif;
	display: block;
    font-size: 2em;
	padding: 5px 0px;
}
.spk-info .spk-name+span{
    font-size: 1.2em;
    margin-bottom: 10px;
    display: block;
    position: relative;
}
/* ---------------- Register section styles   --------------*/
.register-fixed {
    position: fixed;
}
#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: 45%;
    background: #ededed;
    padding: 25px 40px 40px;
    margin: 60px auto;
    height: 520px;
    overflow: scroll;
    color: #000;
}
.foot-cont a {
	color: #ffffff;
}
.title-register {
    color: #000;
    text-align: center;
    font-size: 1.6em;
    font-weight: 400;
    line-height: normal;
    padding: 5px 0 15px;
}
.title-register+p{padding-bottom:10px;}
/* ---------------- Form styles   --------------*/
div.form-field{
  display: inline-block;
  vertical-align: top;
  width: 49.5%;
}
form input, form textarea, form select {
  font-style: normal;
  background: #fff;
  font-size: 1em;
  color: #555;
  border: 1px solid #ddd;
  border-radius: 0;
  width: 100%;
  padding: 12px 20px;
}
form textarea {
    height: 80px;
}
.form-field-lf{
  padding:0 10px 0 0;
}
p.reg_form_errors {
    font-size: 13px;
    font-weight: 500;
    color: #ff0000;
    position: absolute;
    left: 0;
    bottom: -22px;
    display: none;
}
form select {
    background: #fff url("https://www.manageengine.com/events/images/dropdown-arrow.png") no-repeat 95% center;
    border: 1px solid #ddd;
    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: .9em;
    line-height: 20px;
}
.privacy-policy a:hover{
    text-decoration: underline;
	cursor: pointer;
	color: #000;
}
.submit-block {
    margin: 10px auto;
    text-align: center;
}
form input[type="submit"], .submit-block input {
    background: #FA4040;
    color: #fff;
    padding: 12px 10px;
    width: 100%;
    font-size: 1.1em;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 0;
}
.CaptchaWrap{
    display: inline-block;
    vertical-align: top;
    width: 49.5%;
    position: relative;
}
.CaptchaWrap canvas{
    width: 100%;
    height: 42px;
    border: 1px solid #ddd;
}

/* ---------------- 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: 800px;
    height: 475px;
    min-height: 130px;
    background: #fff;
    margin: 5% auto 0 auto;
    position: inherit;
    line-height: normal;
    padding: 30px;
    text-align: center;
    display: none;
}
.pop-video iframe{
  width:100%!important;
}
.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;
}
#cloud-advan {
	background: #CCE1FF;
	padding: 80px 0px;
}
#cloud-advan.clout-ist {
	background: #A2D5EF;
	background-image: linear-gradient(to right, #E8F6FB , #3F86C9);
}
#cloud-advan h2{
	font-size: 1.8em;
}
.cloud-butt {
	padding: 12px 25px;
	background: #3881F3;
	color: #fff;
	font-weight: 700;
	border-radius: 5px;
	display: inline-block;
    margin: 40px 0px;
	font-size: 1.1em;
    transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
}
.cloud-butt:hover {
	background: #ffba53;
	color: #000;
	cursor: pointer;
}
/* ---------------- 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;
}
.zoho-division img{width:85px;height: auto;}
.CaptchaWrap{
    display: inline-block;
    vertical-align: top;
    width: 49.5%;
    position: relative;
}

#CapCode {
    width: 100%;
    height: 40px;
}
.reload {
    text-align: center;
    position: absolute;
    top: 6px;
    right: 6px;
    width: 27px;
    height: 27px;
    font-size: 19px;
    background: #113156;
    color: #fff;
    cursor: pointer;
    border-radius: 50%;
    line-height: 25px;
}
#Speakers .spk-para {
	padding-top: 120px
}
.datetime-sec .announcement {
	padding: 10px 15px;
	background: #FA4040;
	color: #fff;
	margin: 10px 0px;
	display: inline-block;
	    margin-bottom: 30px;
	font-size: 1.1em
}
/* ---------------- Responsive styles   --------------*/
@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 {overflow: scroll;}
}
@media only screen and (max-width:1200px){
    .container{width:90%;}
	.to-venue:before{display: none;}
    .cont-sec{width:65%;}
	.speaker-sec {
		padding: 0px 25px;
	}
.vid-sec {
    position: relative;
    margin: 50px 0;
    width: 60%;
}
    .vid-sec {position: relative;margin: 50px 0;width: 60%;}
	#Home .speaker-sec {
		display: none;
	}
	.datetime-sec{
		padding: 0;
	}
}
@media only screen and (max-width:1000px){
    .cont-sec {width: 100%;margin: 20px 0 0 0;}
    .reg-cont {width: 70%;}
    form input, form textarea {padding: 12px 5%;}
    .hights-cont, .inner-container {width: 100%;}
	#Home, #Home.home-ist {
		background-position: top;
	}
	.web-popup-cont {
		width: 80%;
		margin: 10% auto 0 auto;
		    padding: 50px;
	}
	#Home {
		min-height: auto;
	}
	#Home .speaker-sec {
		position: relative;
		    margin-bottom: 80px;
	}
	h1 br{
		display: none;
	}
}
@media only screen and (max-width:650px){ 
	.speak-details img {
		width: 30%;
	}
	.speak-details div.di {
	    width: 65%;
}
	.speak-details {
    padding: 25px 0px 25px 0;
}
	#Home {
		min-height: auto;
	}
	.web-popup-cont {
		width: 90%;
	}
	h1 {
		width: 100%;
	}
}
@media only screen and (max-width:600px){
    .cont-sec {width: 95%;}
    .reg-cont {width: 80%;}
    .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;}
	.day-tab li {
		    padding: 15px 25px;
	}
	.speaker-sec .spk-info {
		    margin: 0;
    text-align: center;
    width: 100%;
    position: relative;
	}
	.speaker-sec {
    top: -80px;
    width: 100%;
    padding-top: 100px;
	}
	.speaker-sec img {
		    left: 0;
    margin: auto;
    right: 0;
		top: -48px;
	}
	#Speakers .spk-para {
		    padding-top: 190px;
	}
  .vid-sec svg{width:60px;}
  div.form-field, .CaptchaWrap {display: block;width: 100%;padding: 0;}
	
}
@media only screen and (max-width:460px){
    h1{font-size:2em;}
	.tab-main .mapping-icons {
		display: none;
	}
	.day-tab li {
		padding: 15px 23px;
	}
	#cloud-advan img {
		    width: 80%;
	}
	.spk-details .spk-info {
		    line-height: 20px;
    height: 76px;
    overflow: hidden;
	}
	.reg-cont {
		padding: 25px 20px;
	}
	form .captcha-input input {
		margin-right: 0;
	}
	#Speakers .spk-para {
		    padding-top: 240px;
	}
  .vid-sec svg{top: 30%;left: 35%;}
}
@media only screen and (max-width:320px){  
    h1{margin: 0 0 15px 0;}
	.cols-sd-6 {width: 100%;text-align: center;}
    .datetime-sec{font-size:1.1em;}
    .line{margin:0;}
    .banner-speakers .spk-name-sec{width: 100%;margin: 20px 0 0 0;}
    .reg-cont {width: 90%;}
}