.stand{display: inline-block !important;}
.closed{
	width: 100px;
	color: #000;
	background: #fff;
	display: inline-block;
	text-align: center;
	font-weight: 600;
}
.logo img {
    display: none;
}
#country_state {
    margin-top: 20px;
}
.di {
    display: inline-block;
    vertical-align: top;
}
h3 {
    font-size: 3em;
    font-weight: 700;
}
header {
	background: transparent;
	position: absolute;
	box-shadow: none;
}
header.active {
        background: #eaa73f;
    height: auto;
    position: fixed;
}
#Home {
	background: #0f141d;
}
.main-menu li:nth-child(3) {
    display: none;
}
.header-banner {
	padding: 160px 0px 70px;
        background-size: cover;
}
#Home {
    background: url(../images/banner-cloudexpo.jpg) no-repeat 0 0;
    background-size: cover;
}
.header-banner p{
	font-size: 1.4em;
	font-weight: 400;
}
.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: #FFCE00;
    color: #000;
    width: 200px;
    padding: 15px 36px;
    font-size: 1.4em;
    border-radius: 5px;
    font-weight: 700;
    position: relative;
}
form input[type="submit"] {
    width: 169px;
    margin-top: 2px;
    margin-left: 2px;
    padding: 13px 40px;
}

.register-but a:before, .submit-block:before {
    content: '';
    position: absolute;
    width: 169px;
    height: 48px;
    background: transparent;
    border: 2px solid #000;
    top: -7px;
    left: -7px;
    border-radius: 5px;
    transition: .2s;
    z-index: 1;
}
form input[type="submit"]:hover {
    background: #FFCE00;
    color: #000;
    z-index: 2;
}

.register-but a:hover::before, .submit-block:hover::before {
    cursor: pointer;
        top: 0px;
    left: 0px;
}
.submit-block:hover input {
    z-index: 2;
}
.inline-flex, .inline-flex a{
    color: #DD2647;
    padding: 10px 0px;
    font-size: 1.2em;
    font-weight: 600;
}
.header-blocks ul li {
display: inline-block;
    vertical-align: top;
    width: 19%;
        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;
}
.ban-cont img {
    width: 170px;
}
#Highlights, #Register, #Venue, #Contact {
    padding: 60px 0px;
}
.key-right-block {
    width: 75%;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}
.key-right-block .high-head{
    display: inline-block;
    vertical-align: top;
    font-size: 1.3em;
    font-weight: 700;
}
.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:hover {
		cursor: pointer;
	transform: scale(1.04);
}
.key-right-block ul li:last-child {
    padding-bottom: 0;
}
#Highlights h3{
    padding-bottom: 25px;
}
.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: 20px 35px;
    border: 1px solid #BABABA;
    margin-right: 10px;
    margin-bottom: 20px;
}
.reg-sel.active, .reg-sel:hover {
    border: 1px solid #2276FF;
    cursor: pointer;
}
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;
}
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;
}
form select {
    height: 55px;
}
.form-leftsec, .form-rightsec {
    display: inline-block;
    vertical-align: top;
    width: 32%;
}
.form-rightsec {
    width: 50%;
}
#Venue {
    background-image: linear-gradient(to right, #EFC539, #DA0D6A) !important;
}
#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 #F8274C;
    cursor: pointer;
}
.venue-details ul li:hover .-block-heading,.venue-details ul li:hover .view-map {
    color: #F8274C;
}
.zoho-division {
    display: none;
}
#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: #EEC13A;
    position: absolute;
    top: 32%;
    left: 6%;
}
.loc-marker:nth-child(2) {
    top: 51%;
    left: 54%;
}
.loc-marker:nth-child(3) {
    top: 63%;
    left: 49%;
}
.loc-marker:nth-child(4){
	top: 39%;
	left: 5%;
}
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: #EEC13A;
    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: 0 auto;
}
header.active .main-menu li.register-tab {
    display: inline-block;
}
.evtdat {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin: 0 0 5px 0;
}
.evtdat span {
    display: inline-block;
    vertical-align: top;
    width: 80%;
}
.header-blocks ul li p:nth-child(3) svg {
    width: 22px;
    padding-right: 1px;
}
.evtdat:last-child svg {
    padding-right: 5px;
}
#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: #FF9D7B;
    top: 0;
    right: 7%;
}
.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;
}
.share-list {
        display: inline-block;
    vertical-align: bottom;
    padding-bottom: 20px;
}
.contact-detail {
    padding-bottom: 20px;
        width: 80%;
    display: inline-block;
    vertical-align: bottom;
}
/*-------------------   Responsive  -------------------*/
@media only screen and (min-width: 1600px) {
    .header-banner {
        padding: 220px 0px 160px;
    }
    .header-banner h1{
        font-size: 4.2em;
    }
    .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);
}
}
@media only screen and (max-width: 1300px) {
    .container, .header-inner {
        width: 1000px;
    }
    .header-blocks ul li {
        width: 18%;
    }
    .key-right-block ul li {
        width: 43%;
    }
    .form-leftsec {
        width: 40%;
    }
    #Venue {
        overflow: hidden;
    }
    .main-menu li {
        padding: 0 10px;
    }

}
@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: 41%;
    }
    .form-leftsec {
        width: 47%;
    }
    .gdpr-block {
        padding: 100px 60px;
    }
    .loc-marker:nth-child(2) {
        left: 70%;
    }
    .loc-marker:nth-child(3) {
    left: 63%;
    }
    .header-blocks ul li:after {
        display: none;
    }

}
@media only screen and (max-width: 1000px) {
     .main-menu.active {
            background: rgba(255, 255, 255, 0.9);
             text-align: center;
    }
    .main-menu li a {
        color: #000;
    }
    .main-menu {
        top: 60px;
    }
    .main-menu.active {
        height: 240px;
    }
    .main-menu li:hover a, .main-menu li.active a {
        color: #1e7552;
        border-bottom: 1px solid #1e7552;
    }
	    .left-contact {
        display: block;
        padding: 0 0 25px;
    }
}
@media only screen and (max-width: 870px) {
    .key-left-block, .key-right-block, .form-leftsec, .form-rightsec, .venue-details ul li {
        width: 100%;
    }
    .key-right-block br {
        display: none;
    }
    .key-right-block .high-head {
        width: 74%;
    }
    form input, form textarea {
        width: 94%;
    }
    form select {
        width: 100%;
    }
    .gdpr-block-left {
        width: 65%;
    }
    .loc-marker {
        left: 12%;
    }
    .loc-marker:nth-child(2) {
       left: 91%;
    }
    .loc-marker:nth-child(3) {
        left: 81%;
    }

}
@media only screen and (max-width: 730px) {
    .header-blocks ul li, .key-right-block ul li {
        width: 80%;
    }
    .gdpr-block-left {
        width: 100%;
    }
    form input, form textarea {
        width: 92%
    }
    .gdpr-block-right {
        padding-top: 40px;
    }
    .gdpr-block {
    padding: 60px;
    text-align: center;
}
        .loc-marker {
        left: 13%;
    }
    .loc-marker:nth-child(2) {
       left: 109%;
    }
    .loc-marker:nth-child(3) {
        left: 99%;
    }
}
@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%;
    }
    form input, form textarea {
        width: 89%;
    }
    .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;
    }
    form input, form textarea {
        width: 86%;
    }
    .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;
    }
}
