body {
	overflow-x:hidden !important;
}
.logo a {
    background: url(https://www.manageengine.com/images/logo/manageengine-logo-dark.svg) no-repeat 0 0;
    background-size: contain;
    width: 240px;
}
.main-menu li.register-tab a{border:2px solid #e0314d;text-transform: capitalize;font-size:1.3em;font-weight:500;}
.main-menu li.register-tab a:hover {
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
}
.logo img {
    display: none;
}
#country_state {
    margin-top: 20px;
}
.di {
    display: inline-block;
    vertical-align: top;
}
.res-menu{background: url("https://www.manageengine.com/events/images/mob-menu-white-icon.svg") no-repeat 0 0;}
h3 {
    font-size: 2em;
    font-weight: 700;
}
header {
	background: transparent;
	position: absolute;
	box-shadow: none;
}
header.active {
    background-image: linear-gradient(to right, #F255C9, #10175E, #40178D) !important;;
    height: auto;
    position: fixed;
    padding: 0 0px 10px;
    margin-top: -10px;
}
#Home {
	background: #0f141d;
	color:#fff !important;
}
.main-menu li:nth-child(3) {
    display: none;
}
.header-banner {
	padding: 160px 0px 70px;
        background-size: cover;
}
#Home {
    background: url("../images/banner-digitalexpo.jpg") no-repeat 0 0;
    background-size: cover;
}
.header-banner p{
	font-size: 1.4em;
	font-weight: 400;
	line-height: 28px;
}
.header-banner h1 {
	font-size: 3.5em;
padding: 15px 0px;
font-weight: 800;
}
.register-but {
    margin: auto;
    padding: 40px 0px;
}
.main-menu li:hover a, .main-menu li.active a {
        color: #fff;
        border-bottom: 2px solid #fff;
}
.register-but a, form input[type="submit"]{
    background: linear-gradient(to right, #3C5BB4, #3A93CC,#37CEE6);
    color: #fff;
    width: 200px;
    padding: 17px 36px;
    font-size: 1.4em;
    border-radius: 14px;
    font-weight: 700;
    position: relative;
	border: 2px solid #fff;

	transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
}
form input[type="submit"] {
    width: 169px;
    margin-top: 2px;
    margin-left: 2px;
    padding: 13px 40px;
}
.main-menu li a{color:#fff;}
.register-but a:hover, form input[type="submit"]:hover {
       color: #23176e;
   		 border: 2px solid #23176e;
	background:transparent;
}

.register-but a:hover::before, .submit-block:hover::before {
    cursor: pointer;
        top: 0px;
    left: 0px;
}
.submit-block{    font-size: 1.1em;
    font-weight: 800;}
.submit-block:hover input {
    z-index: 2;
}
form .captcha-input input {
    width: 44%;
    vertical-align: top;
    padding: 15px 5%;
}
.CaptchaWrap {
    display: inline-block;
    width: 44%;
    height: 46px;
    vertical-align: text-bottom;
    background: #dcdcdc url("https://www.manageengine.com/images/captcha.jpg") no-repeat 0 0;
    border: 1px solid #dcdcdc;
}
#CapCode {
    width: 100%;
    height: 40px;
		padding-top: 4px;
}
.reload {
    text-align: center;
    position: absolute;
    top: 13px;
    right: 12px;
    width: 25px;
    height: 25px;
    font-size: 17px;
    background: #113156;
    color: #fff;
    cursor: pointer;
    border-radius: 50%;
    line-height: 25px;
}
.inline-flex, .inline-flex a{
    color: #01F1C2;
    padding: 20px 0px;
    font-size: 2em;
    font-weight: 600;
}
.header-blocks ul li {
display: inline-block;
	vertical-align: top;
    width: 25%;
        padding: 0px 15px;
    transition: .3s;
    position: relative;
}
.header-blocks ul li:hover {
    cursor: pointer;
}
.header-blocks {
    padding: 10px 0px 100px;
}
.header-blocks ul li:first-child {
    padding-left: 0;
	padding-bottom: 35px;
}
.ban-cont img {
    width: 170px;
		height: auto;
}
#Highlights, #Register, #Venue, #Contact, #Speakers {
    padding: 60px 0px;
}
#Highlights li p{
	color:#000 !important;
}
.key-right-block ul li:hover {
    cursor: pointer;
    transform: scale(1.04);
}
.key-right-block {
    width: 75%;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}
#Highlights .key-right-block .high-head{
    display: inline-block;
    vertical-align: top;
    font-size: 1.3em;
    font-weight: 700;
	color: #2276FF !important;
}
.key-right-block p:last-child {
    padding-top: 10px;
}
.key-right-block img {
    padding-right: 20px;
}
.key-right-block ul li {
    width: 44%;
    display: inline-block;
    vertical-align: top;
    padding: 25px 25px 25px 0px;
	transition: .4s;
}
.key-right-block ul li:last-child {
    padding-bottom: 0;
}
#Highlights{position:relative;overflow:hidden;}
#Highlights h3{
    padding-bottom: 25px;
}
#Highlights h3:before{
	content: "";
    width: 100px;
    height: 100px;
    margin: 0;
    background-image: url(../images/before-ball-icon.svg);
    position: absolute;
    left: -2%;
    top: 2%;
}
#Highlights h3:after{
	content: "";
    width: 120px;
    height: 120px;
    background-image: url("../images/before-triangle.svg");
    position: absolute;
    right: 8%;
    top: 15%;
}
#Highlights ul:after{
	content: "";
    width: 250px;
    height: 250px;
    background-image: url(../images/before-ball-icon.svg);
    position: absolute;
    right: -5%;
    bottom: 43%;
    background-size: cover;
}
#Register{position: relative;display: none;}
#Register h3:before{
	content: "";
    width: 143px;
    height: 117px;
    margin: 0;
    background-image: url(../images/before-cube.svg);
    position: absolute;
    left: -4%;
    top: 2%;
}
#Register:after{
	content: "";
    width: 144px;
    height: 100px;
    margin: 0;
    background-image: url(../images/before-box.svg);
    position: absolute;
    bottom: -13px;
    right: 25%;
}
#Register form:after{
	content: "";
    width: 200px;
    height: 200px;
    margin: 0;
    background-image: url(../images/light-triangle-icon.svg);
    position: absolute;
    top: 30%;
    right: 0%;
}
.key-left-block {
    padding-top: 25px;
}
.gdpr-block {
    padding: 100px 120px;
    background: #000000;
    color: #fff;
    background-image: url(../images/gdpr-bgimage.png);
    background-size: cover;
}
.gdpr-block-left {
    vertical-align: middle;
    width: 75%;
}
.gdpr-block-right a{
background: #DE2747;
    color: #fff;
    width: 200px;
    padding: 15px 40px;
    font-size: 1.2em;
    text-transform: uppercase;
}
.gdpr-higlight {
    color: #2276FF;
    font-size: 1.5em;
    padding-top: 5px;
}
.center-block-heading {
    padding: 4px 0px 20px;
}
.show-label {
    font-size: 1.6em;
    padding-bottom: 20px;
    font-weight: 700;
}
.zc-radiolabel:hover {
    cursor: pointer;
}
.zc-radiolabel strong {
    font-size: 1.3em;
    font-weight: 700;
    line-height: 22px;
}
.reg-sel {
    position: relative;
    display: inline-block;
    padding: 25px 40px;
    border: 1px solid #BABABA;
    margin-right: 10px;
    margin-bottom: 20px;
}
.reg-sel.active, .reg-sel:hover {
    border: 1px solid #2276FF;
    cursor: pointer;
}
div.form-field {
    position: relative;
    display: inline-block;
    width: 35%;
    margin: 0 5% 2% 0;
    vertical-align: top;
}
form input[type="radio"] {
    position: absolute;
    left: 12px;
    top: 27px;
}
form input, form textarea, form select {
    background: #fff;
    border: 1px solid #BABABA;
    border-radius: 0;
		width:90%;
		padding: 15px 5%;
}
form input::placeholder, form textarea::placeholder, form select {
    color: #969696;
}
form input:focus, form select:focus, form textarea:focus {
    outline: none;
    border: 1px solid #2276FF;
}
form textarea {
    margin-top: 10px;
		height:65px;
}
form input[type="submit"], .submit-block input{text-transform:capitalize;}
.privacy-policy a{color:#f00;}
form select {
    height: 46px;
		width:100%;
		padding: 0 5%;
}
.form-leftsec, .form-rightsec {
	display: inline-block;
	vertical-align: top;
	width: 38%;
	margin-right: 2%;
}
#Venue, #Speakers {
    background-image: linear-gradient(to right, #F255C9, #10175E, #40178D) !important;
		color:#fff;
}
#Venue h3 {
    padding-bottom: 20px;
}
.venue-details {
    width: 50%;
    display: inline-block;
}
.venue-details ul li {
    display: block;
    vertical-align: top;
    padding: 35px 20px;
    border: 1px solid transparent;
    transition: .2s;
    width: 40%;
}
.venue-details ul li a{
    color: #000;
}
.view-map {
    text-decoration: underline;
    color: #000;
    padding-top: 10px;
}
.venue-details ul li:hover {
    border: 1px solid #fff;
    cursor: pointer;
}
.venue-details ul li:hover .-block-heading,.venue-details ul li:hover .view-map {
    color: #F8274C;
}
.footer-block-heading{color:#01F1C2;font-size:2em;}
.zoho-division {
    display: none;
}
#Venue p{color:#fff;}
#Contact h3 {
    padding-bottom: 10px;
}
.contact-detail {
    padding-bottom: 20px;
}

.contact-detail a, .foot-cont a{
    color: #fff;
}
.venue-img {
    vertical-align: top;
    width: 49%;
    display: inline-block;
    position: relative;
}
.loc-marker {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #0058FF;
    position: absolute;
    top: 55%;
    left: 17%;
}
p.reg_form_errors {
    bottom: -23px;
}
p.reg_form_errors.reg_form_errors_city {
    bottom: -2px;
}
.main-menu li.register-tab {
    display:none;
}
.loc-marker:after {
    content: '';
    width: 30px;
    height: 30px;
    background: #0058FF;
    opacity: .3;
    position: absolute;
    border-radius: 50%;
    top: -7px;
    left: -7px;
	-webkit-animation: scale-up-center 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite both;
	        animation: scale-up-center 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite both;
}
@-webkit-keyframes scale-up-center {
    0% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
        display: none;
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes scale-up-center {
    0% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
        display: none;
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}
.bannervenu {
    min-height: 160px;
}
.header-inner {
    padding: 0;
    width: 1200px;
    margin: 30px auto 10px;
}
header.active .main-menu li.register-tab {
    display: none;
}
.evtdat, .evtloc {
	display: inline-block;
	vertical-align: top;
	width: 90%;
	margin: 0 0 10px 0;
	padding: 0 0 0 10%;
	background: url(../images/icon-date.svg) no-repeat 0px 1px;
	background-size: 20px;
}
.evtloc {
		background:url("../images/icon-location.svg") no-repeat 0px 0;
		background-size: 16px;
}
.evtdat span {
    display: inline-block;
    vertical-align: top;
}
.header-blocks ul li p:nth-child(3) svg {
    width: 22px;
    padding-right: 10px;
}
.evtdat:last-child svg {
    padding-right: 11px;
}
#Contact {
    background: #000;
    color: #fff;
}
footer {
    background: #000;
}
footer p {
    padding-bottom: 10px;
}
.privacy-policy {
    padding-bottom: 10px;
}
form select {
        background: #fff url(https://www.manageengine.com/events/images/dropdown-arrow.png) no-repeat 95% center;
}
.header-blocks ul li:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #B8BABC;
    top: 0;
    right: 10px;
}
.header-blocks ul li:last-child:after {
    display: none;
}
.left-contact {
    padding-right: 60px;
}
#Contact .divof img {
        width: 80px;
    display: inline-block;
    vertical-align: top;
    padding: 0 7px;
    height: auto;
}
#Contact .divof span {
    display: inline-block;
    vertical-align: top;
    padding-top: 3px;
}
#Contact .divof {
    font-size: 1.14em;
    margin: 15px 0 0 0;
}
.evt-closed {
       background: #fff;
    padding: 8px 15px;
    color: #000;
    font-family: 'Zoho_Puvi_Bold', sans-serif;
    display: inline-block;
    border-radius: 4px;
    font-size: 1.2em;
    margin: 10px 0;
}
.zsiq_theme1.zsiq_floatmain{display:none !important;}

/*-------------------   Speakers section styles  -------------------*/

#Speakers {position: relative;overflow: hidden;}
#Speakers:before {
  content: "";
  background: url(../images/side-creative-element.svg) no-repeat 0 0;
  background-size: 150px;
  position: absolute;
  right: -65px;
  top: 100px;
  width: 150px;
  height: 150px;
}
#Speakers:after {
  content: "";
  background: url(../images/before-ball-icon.svg) no-repeat 0 0;
  background-size: 350px;
  position: absolute;
  left: -140px;
  bottom: -120px;
  width: 400px;
  height: 400px;
  transform: rotate(-90deg);
}
#Speakers h2{font-size: 2.5em;}
.panel-discussion{
		border: 1px solid #fff;
    display: inline-block;
		vertical-align: top;
    padding: 3px 10px;
    margin: 30px 0 15px 0;
}
.speakers-list li:first-child{
	border-bottom: 1px solid #7A6FFF;
	padding:0 0 40px 0;
	margin:0 0 40px 0;
}
.spk-left, .spk-right{
	display: inline-block;
	vertical-align: top;
	width:47%;
}
.spk-left h3{
	margin:0 0 20px 0;
}
.spk-right h3{
	margin:0 0 10px 0;
}
.spk-right{
	width:49.5%;
}
.spk-right img{
	width:180px;
	height: auto;
	display: inline-block;
	vertical-align: top;
}
.spk-info{
	display: inline-block;
	vertical-align: top;
	width: 65%;
	margin-left: 3%;
	margin-top: 35px;
}

/*-------------------   Responsive  -------------------*/
@media only screen and (min-width: 1600px) {
    .header-banner {
        padding: 220px 0px 75px;
    }
    .header-banner h1{
        font-size: 5em;
    }
    .header-banner p {
        font-size: 1.6em;
    }

}
@media only screen and (max-width: 1600px) {
.animation
{
	    opacity: 0;
    transition: all ease 1s;
    transition: all ease 1s;
    -webkit-transition: all ease 1s;
    -moz-transform: translateY(250px);
    -webkit-transform: translateY(250px);
    -moz-transform: translateY(250px);
}
.active-anim .animation {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
}
#Register h3:before {left: -19%;}
	#Highlights ul:after{right: -21%;}
	#Highlights h3:before{width:150px;height:150px;background-size: 100%;left:-16%;}
}
@media only screen and (max-width: 1300px) {
    .container, .header-inner {width: 1000px;}
    .header-blocks ul li {width: 25%;}
    .key-right-block ul li {width: 43%;}
    .form-leftsec {width: 40%;}
    #Venue {overflow: hidden;}
    .main-menu li {padding: 0 10px;}
		.spk-right img{width:100px;}
		.spk-info{margin-top: 10px;}
		.speakers-list li br{display: none;}
}
@media only screen and (max-width: 1100px) {
    .container, .header-inner {width: 85%;}
    .header-blocks ul li {width: 40%;padding: 10px 0px;}
     .key-right-block ul li {width: 45%;}
    .form-leftsec {width: 47%;}
    .gdpr-block {padding: 100px 60px;}
    .loc-marker:nth-child(2) {top: 49%;left: 22%;}
    .loc-marker:nth-child(3) {top: 55%;left: 22%;}
    .logo a {width: 300px;}
    .header-blocks ul li:after {display: none;}

}
@media only screen and (max-width: 1040px){
	.main-menu li:nth-child(5){display: none;}
}
@media only screen and (max-width: 1000px) {
	.main-menu.active {background: rgba(0, 0, 0, 0.9);text-align: center;}
	.main-menu li:nth-child(5){display: block;}
	.main-menu li a {color: #fff;}
	.main-menu {top: 90px;}
	.main-menu.active {height: 255px;}
	.main-menu li:hover a, .main-menu li.active a {color: #f00;border-bottom: 1px solid #f00;}
	#Register form:after{top: 8%;}
	.spk-left, .spk-right{display: block;width:100%;}
	.spk-left{padding-bottom: 20px;}
}
@media only screen and (max-width: 870px) {
	div.form-field {position: relative;display: inline-block;width: 100%;margin: 0 0 20px 0;vertical-align: top;}
	.reg-sel{width:200px;}
	.key-left-block, .key-right-block, .form-leftsec, .form-rightsec, .venue-details ul li {width: 92%;padding: 35px 4%}
	.key-right-block br {display: none;}
	#Highlights .key-right-block .high-head {width: 74%;}
	form select {width: 100%;}
	.gdpr-block-left {width: 65%;}
	.loc-marker {left: 12%;}
	.left-contact {display: block;padding: 0 0 25px;}
	#Register form:after, #Register h3:before, #Highlights ul:after, #Highlights h3:before, #Highlights h3:after{display: none;}
}
@media only screen and (max-width: 730px) {
	.venue-img{display:none;}
	.header-blocks ul li, .key-right-block ul li {width: 80%;}
	.gdpr-block-left {width: 100%;}
	.gdpr-block-right {padding-top: 40px;}
	.gdpr-block {padding: 60px;text-align: center;}
	.loc-marker {left: 13%;}
	.loc-marker:nth-child(2) {top: 51%;	left: 24%;}
	.loc-marker:nth-child(3) {  top: 61%;left: 32%;}
}
@media only screen and (max-width: 650px) {
	.header-blocks ul li, .key-right-block ul li{width: 100%;padding: 25px 0px 25px 0px;}
	h3{font-size: 2.4em;}
	.venue-details{width: 100%;}
	.spk-info{width:90%;}
	#Speakers::after {display: none;}
}
@media only screen and (max-width: 480px)  {
    .loc-marker {
        left: 21%;
    }
    .loc-marker:nth-child(3) {
        left: 160%;
    }
    .loc-marker:nth-child(2) {
        left: 178%;
    }
    .reg-sel {
        width: 40%;
    }
    .logo a {
        width: 260px;
        top: 7px;
        position: relative;
    }
    .header-banner {
        padding: 110px 0px 60px;
    }

}
@media only screen and (max-width: 350px) {
    .container, .header-inner {
        width: 90%;
    }
    .header-banner h1 {
        font-size: 2.5em;
    }
    .gdpr-block {
        padding: 60px 20px;
    }
    .header-banner p {
        font-size: 1.3em;
    }
        .loc-marker {
        left: 29%;
    }
    .loc-marker:nth-child(3) {
        display: none;
    }
    .loc-marker:nth-child(2) {
        display: none;
    }
    .logo a {
        width: 250px;
    }
}
@media only screen and (min-width: 2000px){
	#Highlights h3:before{left: -1%;}
	#Highlights ul:after{right: -3%;}
	#Register h3:before{left: -2%;}
}
