header {
    display: none;
}
html, body {
	position:relative;
	overflow-x:hidden;
}
.to-venue:before{
    content: "";
    width:800px;
    height: 800px;
    border-radius: 800px;
    background: -moz-linear-gradient(top,  rgba(240, 246, 253 ,0.7) 0%, rgba(125,185,232,0) 100%);
    background: -webkit-linear-gradient(top,  rgba(240, 246, 253 ,0.7) 0%,rgba(125,185,232,0) 100%);
    background: linear-gradient(to bottom,  rgba(240, 246, 253 ,0.7) 0%,rgba(125,185,232,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F0F6FD', endColorstr='#007db9e8',GradientType=0 );
    position: absolute;
    right: -400px;
    top: 750px;
}
#Home {
    background: #014b88 url("../images/cis-masterclass-banner.jpg") no-repeat 0 0;
    background-size:cover;
    min-height: 600px;
    color:#fff;
}
.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;
	vertical-align: middle;
}
.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: 56%;
    margin: 50px 0 0 0;
    position: relative;
    z-index: 2;
}
h1 {
    font-size: 3em;
    font-weight: 700;
    margin: 0 0 10px 0;
    line-height: 45px;
	color: #FFD017;
}
h1 span{display: block;color:#F1AC46;}
.parahigh {
    font-size: 1.4em;
    font-weight: 400;
}
.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%;
}
}
.line{
    width:70%;
    height: 3px;
    background: -moz-linear-gradient(left,  rgba(91, 165, 226  ,1) 0%, rgba(125,185,232,0) 100%);
    background: -webkit-linear-gradient(left,  rgba(91, 165, 226  ,1) 0%,rgba(125,185,232,0) 100%);
    background: linear-gradient(to right,  rgba(91, 165, 226  ,1) 0%,rgba(125,185,232,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004B88', endColorstr='#007db9',GradientType=1 );
    margin: 30px 0;
}
.datetime-sec {
    font-size: 1.5em;
    padding: 0 0 20px 0;
    color: #fff;
}
.datetime-sec div {
    display: block;
    vertical-align: top;
    padding: 1px 0 20px 40px;
}
.datetime-sec .date {
    background: url(../images/date-icon-yellow.svg) no-repeat 0 0;
    background-size: 24px;
}
.datetime-sec .time {
    background: url(../images/time-icon-yellow.svg) no-repeat 0 3px;
    background-size: 24px;
}
.tab .speak-details {
    padding: 10px 0px 10px 0;
}
.speak-details img {
    width: 75px;
	height: auto;
    border-radius: 100px;
    border: 1px solid #fff;
    padding: 1px;
    background: #fff;
}
.spk {
	    padding-bottom: 20px;
}
.di {
    display: inline-block;
    vertical-align: middle;
}
.speak-details p:nth-child(2) {
    font-weight: 600;
    font-size: 1.2em;
    padding-bottom: 1px;
}
.speak-details p:nth-child(3) {
    font-family: 'Zoho_Puvi_Light';
    font-size: .9em;
	line-height: normal;
}
.spk-info p:nth-child(2) {
	font-size: 1em;
	line-height: normal;
}
.presentedby {
	font-size: .9em;
	color: #FFD017;
}
.closedlabel {
	position: relative;
	background: #fff;
    height: 100%;
	    border-radius: 7px;
	text-align: center;
}
.tab .tab-main .playbutton {
   position: absolute;
    left: 47%;
    top: 57%;
    width: 55px;
    transform: translate(-50%, -50%);
}
.tab-main .closetitlelabel {
	border-radius: 0;
	color: #000;
	display: inline-block;
	font-weight: 600;
	background: #D6EDFF;
	border: 1px solid #707070;
	padding: 10px;
}
.playnow-but {
    padding: 10px 20px;
    font-family: 'Zoho_Puvi_SemiBold';
    background: #FFCC00;
    color: #000;
    display: inline-block;
    margin-top: 20px;
}
.tab.vid-sec {
    background: #E3F3FF;
    border-radius: 5px;
    border: none !important;
    padding: 50px 80px;
	margin-bottom: 60px;
}
/* ---------------- about section styles   --------------*/
#About {
    padding: 50px 0;
}
.hights-cont, .inner-container {
    width: 100%;
}
h3 {
font-size: 1.5em;	
}
h2 {
    position: relative;
    margin-bottom: 50px;
	    font-size: 2em;
	color: #014b88;
}
h2:after {
    content: '';
    position: absolute;
    width: 130px;
    height: 4px;
    background: -moz-linear-gradient(left,  rgba(0, 75, 136 ,1) 0%, rgba(125,185,232,0) 100%);
    background: -webkit-linear-gradient(left,  rgba(0, 75, 136 ,1) 0%,rgba(125,185,232,0) 100%);
    background: linear-gradient(to right,  rgba(0, 75, 136 ,1) 0%,rgba(125,185,232,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004B88', endColorstr='#007db9',GradientType=1 );
    left: 0;
    top: 50px;
}
.sess-sub {
	font-size: .9em;
	color: #767676;
	font-family: 'Zoho_Puvi_Light';
}
.readmore {
	text-decoration: underline;
}
.date-sess {
	padding: 10px 15px;
	background: #FFBA53;
	border-radius: 6px;
}
.tab h2 {
	margin: 0;
	margin-top: 30px;
}
.tab h2:after {
	display: none;
}
.tab {
	background: #F7F5F5;
	border: 1px solid #707070;
	padding: 30px;
	position: relative;
	margin: 20px 0;
}
.tab-pink {
	border: 1px solid #E6276E;
}
.tab-yellow {
	border: 1px solid #F5C402;	
}
.tab-green {
	border: 1px solid #4ABB80;	
	margin-bottom: 60px;
}
.tab .cols-8  {
	    width: 60%;
}
.tab p{
	padding-top: 15px;
}
.tab .tab-main img {
	width: 50%;
	padding: 80px 0px;
}
.tab-main .cols-8 {
	    padding-left: 40px;
}
.agslide {
	    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-indent: -999999em;
    display: block;
}
.tab .speak-details span{
	font-weight: 600;
}
.tab .speak-details .cols-6 p{
	font-family: 'Zoho_Puvi_Regular';
	font-size: 1em;
	line-height: normal;
	padding-top: 3px;
}
.tab .speak-details p.spk-title {
	    padding-top: 4px;
    font-size: 1.6em;
	font-family: 'Zoho_Puvi_SemiBold';
	padding-bottom: 0;
}
.tab .speak-details img {
	width: 100%;
}
.tab .speak-details .cols-2 {
	width: 16%;
}
.tab .datetime-sec {
	    font-size: .8em;
	padding: 0;
    color: #000;
}
.tab .datetime-sec .date {
	    background: url("../images/date-icon-black.svg") no-repeat 0 0;
	background-size: 13px;
}
.tab .datetime-sec .time {
	    background: url("../images/time-icon-black.svg") no-repeat 0 3px;
	    background-size: 13px;
}
.tab .datetime-sec div {
	    padding: 1px 0 3px 23px;
}
.tab .speak-details .cols-6 {
	width: 44%;
}
.tab .speak-details .datetime-sec {
	padding: 20px 0px;
}
.tab .speak-details .cols-3 {
	border-left: 1px solid #707070;
}
/* ---------------- Highlights section styles   --------------*/
#Highlights, #Contact-us{
    padding: 20px 0 60px 0;
	display: block;
}
#Highlights p:nth-child(3){
    margin: 30px 0 10px 0px;
    color:#014b88;
    font-size: 1.2em;
}
.highlights-points li{
    list-style-type: disc;
    padding: 10px 0;
    margin: 0 0 0 15px;
    line-height: 25px;
    font-size: 1.1em;
}
.mailid img{
	    padding-right: 10px;
    width: 30px;
}
.mailid a {
    color: #000;
}
/* ---------------- Speakers section styles   --------------*/
.spk-details {
    position: relative;
}
.speaker-brief {
	    width: 72%;
    display: inline-block;
    vertical-align: top;
        margin: 0px 0px 0px 10px;
}
.spk-details img {
    width: 100px;
    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: 18px 0 10px 20px;
    text-align: left;
}
.spk-name {
    font-size: 1.4em;
    padding: 10px 0 5px 0;
    font-weight: 600;
}
.spk-para {
    padding: 20px 0 50px 0;
}
.slidecontent .speak-details p {
	font-weight: 100;
	padding: 0;
}
/* ---------------- Register section styles   --------------*/
.register-fixed {
    position: fixed;
}
#Register {
    background: #13386d;
    width: 400px;
    z-index: 2;
    color: #fff;
    height: auto !important;    
    opacity: 1;
    z-index: 999;
    box-shadow: none;
    top: 50px;
    right: 10%;
	opacity: 0;
}
#Register .sec-cont {
    background: #152029;
    position: relative;
    z-index: 2;
}
.foot-cont a {
	color: #ffffff;
}
.reg-cont {
    overflow: scroll;
    padding: 25px 40px 40px;
}
.title-register {
    color: #fff;
    text-align: center;
    font-size: 1.6em;
    line-height: normal;
    padding: 5px 0 20px;
}

/* ---------------- 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%;
	box-sizing: border-box;
    padding: 12px 20px;
}
p.reg_form_errors {
    font-size: 13px;
    font-weight: 500;
    color: #ffcaca;
    position: absolute;
    left: 0;
    bottom: -20px;
    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: .9em;
    line-height: 20px;
}
div.form-field {
	    margin-bottom: 15px;
}
.privacy-policy a{
    color:#fff;
    text-decoration: underline;
}
.privacy-policy a:hover{
    text-decoration: none;
}
.submit-block {
    margin: 10px 0;
	text-align: center;
}
.form-field input.zc-radio {
	    -webkit-appearance: auto;
    -moz-appearance: auto;
     appearance: auto;
}
.form-group.reg-sel {
    display: block;
    vertical-align: top;
    width: 100%;
    padding: 5px 0px 5px 9px;
    margin: 5px 0px;
    border: 1px solid #fff;
	    font-size: .9em;
    box-sizing: border-box;
}
.form-group.reg-sel label {
	    width: 90%;
	display: inline-block;
	padding-left: 5px;
}
.form-group.reg-sel:hover, .form-group.reg-sel label:hover {
	cursor: pointer;
}
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: 0;
}
form input[type="submit"]:hover {
    background: #fff;
    color: #000;
	cursor: pointer;
}
/* ---------------- 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, .web-popup-cont2 {
    width: 45%;
    min-height: 100px;
    background: #fff;
    margin: 12% auto 0 auto;
    position: relative;
    line-height: normal;
    padding: 30px;
    text-align: center;
	display: none;
}
.web-popup-cont2 {
	position: inherit;
}
.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, .web-popup-cont2 h4{
    padding: 10px 0 0 0;
    text-align: center;
    font-weight: 600;
    color: #000;
    font-size: 1.7em;
}
.web-popup-cont p, .web-popup-cont2 p{
    font-size: 1.2em;
    line-height: normal;
    padding: 10px 0;
}
.web-popup-cont p span, .web-popup-cont2 p span{
    font-size: .8em;
    font-weight: 600;
    color: #CA0019;
    display: block;
    padding-top: 10px;
}
.web-popup-cont a, .web-popup-cont2 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, .web-popup-cont2 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;}

/*------------------------- Other section---------------------------*/

.other-sec {
    background: #FFBA53;
    color: #000;
    padding: 12px 20px;
    font-size: 1.1em;
	display: table;
	font-family: 'Zoho_Puvi_SemiBold';
	transition: .3s;
}
.other-sec:hover {
	background: #fff;
}
#Newsletter {
    background: #014b88;
    padding: 40px 0px;
    color: #fff;
    text-align: center;
    margin: auto;
}
.form-sep {
    width: 47%;
    display: inline-block;
    vertical-align: top;
    margin: 5px;
	
}
#Newsletter form #subscribe {
	width: 20%;
	margin: 10px 5px 15px;
	
    display: inline-block;
    vertical-align: top;
}
#Newsletter a {
	    color: #78c2ff;
}
#Newsletter h3 {
	color: #FFD017;
	margin-bottom: 10px;
}
.formfield-sameline {
    margin: 5px 0;
    text-align: left;
    width: 57%;
    display: inline-block;
}
#form-alert {
	color: #ffcaca;
	margin-left: 5px;
	text-align: left;
	    position: absolute;
    top: 55px;
	    left: 11%;
}
#Newsletter #meGDPRMessage, #Newsletter .dwn-priv {
	margin-left: 5px;
	font-size: 1em;
}
.tab .spkdetails {
	font-size: 1em;
	padding: 0;
}
.tab .spkdisnation {
	font-size: .9em !important;
}
#Newsletter #country_state {
	margin-top: 20px;
}
.sec-threepart {
	color: #fff;
    background: -moz-linear-gradient(left,  rgba(94, 157, 209 ,1) 0%, rgba(125,185,232,0) 100%);
    background: -webkit-linear-gradient(left,  rgba(94, 157, 209 ,1) 0%,rgba(125,185,232,0) 100%);
    background: linear-gradient(to right,  rgba(94, 157, 209 ,1) 0%,rgba(125,185,232,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004B88', endColorstr='#007db9',GradientType=1 ); 
	padding: 10px;
    margin-bottom: 20px;
    width: fit-content;
}
#speak-detail:hover {
	cursor: pointer;
}
#Disclaimer {
	    padding: 60px 0;
}
.md-br-hide b {
	    font-size: 18px;
	    font-weight: 600;
    color: #000;
}
.postponed-div p{
background: #fff;
    font-weight: 600;
    font-size: 1.3em;
    line-height: 28px;
    padding-bottom: 40px;
}
.postponed-div {
    position: fixed;
    background: #fff;
    width: 60%;
    margin: auto;
    text-align: center;
    padding: 80px;
    z-index: 10000;
    top: 21%;
    left: 0;
    right: 0;
	opacity: .9;
	
}
.postponed-div .registernow {
    background: #FFBA53;
    color: #000;
    font-size: 1.2em;
    padding: 15px 20px;
    font-weight: 900;
	transition: .3s;
    width: fit-content;
    text-align: center;
    margin: auto;
	display: inline;
}
.postponed-div .registernow:hover {
	background: #014b88;
	color: #fff;
	cursor: pointer;
}
.close-icon {
	    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;
}
.close-icon:hover {
	    transform: rotate(360deg);
    cursor: pointer;
}
.wewill-cover {
	    margin: 30px 0 10px 0px;
	color: #014b88;
    font-size: 1.4em;
    font-weight: 600;
}
.tosession:hover {
	cursor: pointer;
}
.tab .icon-colr {
	    position: absolute;
    top: 41%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 100;
}
/* ---------------- Video section styles   --------------*/
#Register2.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;
}

#Register2 {
    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;
}
#Register2 .reg-cont {
    width: 40%;
    background: #ededed;
    padding: 25px 40px 40px;
    margin: 60px auto;
    height: 520px;
    overflow: scroll;
    color: #000;
	    box-sizing: content-box;
}
#Register2 .reg-cont p{padding: 0 0 5px 0;}
#Register2 .title-register {
    color: #000;
    padding: 15px 0;
    text-align: center;
    font-size: 1.5em;
    font-weight: 600;
    line-height: normal;
}
#Register2 .form-group {
    display: inline-block;
    width: 48%;
    vertical-align: top;
	    margin: 2px;
}
.CaptchaWrap {
    display: inline-block;
    width: 40%;
    vertical-align: text-bottom;
}
form .captcha-input input {
    width: 48%;
    vertical-align: top;
    padding: 12px 10px;
	margin-right: 5px;
}
form .captcha-input .reload input{
	    width: 40%;
}
#Register2 .privacy-policy a {
	    color: #0089ff;
}
.vid-sec img {
    width: 100%;
    height: auto;
}

.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';
}
#CapCode {
    width: 100%;
    height: 40px;
}
#Register2 p.reg_form_errors {
	    color: #ff0000;
}
#Register2 p.reg_form_errors {
	    bottom: -27px;
}
iframe{width:100%;}
div.reload {
    width: 8%;
    height: 40px;
    vertical-align: top;
    display: inline-block;
}
input.ReloadBtn {
    background: url(../images/captcha-reload-white.svg) left top no-repeat;
    background-size: 100%;
    width: 25px;
    height: 25px;
    text-indent: -99px;
    position: relative;
    left: 7px;
    top: 8px;
    border: 0;
    outline: 0;
    cursor: pointer;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
}
.nav-menu {
    margin: 0;
    padding: 0;
	width: 75%;
	display: inline-block;
	vertical-align: middle;
	    text-align: right;
	margin-top: 23px;
}
.nav-menu li {
    display: inline-block;
    margin-left: 10px;
}
.nav-menu li a {
    color: #000;
    padding: 13px 30px;
    display: block;
    background: #FFD017;
    border-radius: 30px;
    font-weight: 500;
    font-size: 0.9em;
}
/* form css */
.form-box{
	margin:0 auto;
	float:none;
}
.form-title-box{
	margin:0 auto;
	float: none;
	color:#fff;
	text-align:center;
}
h4.form-title {
    font-weight: 500;
    font-size: 28px;
    margin-bottom: 20px;
	color:#fff;
}
.form-title-box p{margin-bottom:30px;text-align:center;}
.form-control {
    display: block;
    width: 100%;
     height: 60px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
   box-shadow: none;
	position: relative;
	margin-bottom: 20px;
	transition: border ease 1.5s;
	-webkit-transition: border ease 1.5s;
	-moz-transition: border ease 1.5s;
	box-sizing: border-box;
}
.dropdown-control
{
	background: url(https://www.manageengine.com/images/submenu-sel-arrow.png) no-repeat;
    background-position: 95% center;
}
.form-control.dropdown-control.uscountry {
    background: #fff;
}
.form-control.active-row {
    border: 1px solid #FFF;
}
.form-control.btn-submits {
    border: none;
    padding-left: 0;
	text-align:center;
	background:none;
	margin-bottom: 45px;
	
}
.form-control.form-comments {
    height:100px;
	display:inline-block;
}
.form-control textarea {
   font-family: "Poppins";
}
.form-control:after, .form-control:before {
    box-sizing: inherit;
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    z-index: 1;
    border: 2px solid transparent;
    border-radius: 5px;
    pointer-events: none;
}
.form-control:before {
    top: 0px;
    left: 0px;
}
.form-control:after {
    bottom: 0;
    right: 0;
}
.form-control .error {
    position: absolute;
    bottom: -8px;
    left: 30px;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.4s;
    font-size: 1em;
    z-index: 8;
    opacity: 1;
    background: #fff;
    padding: 5px;
    line-height: 0.5;
    color: red;
    display: none;
}
.form-control * {
    -webkit-appearance: none;
    -moz-appearance: none;
}
.form-control .label {
    position: absolute;
    transform: translate(0%, -50%);
    top: 50%;
    left: 30px;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.4s;
    font-size:15px;
    z-index: 8;
    opacity: 0.5;
}
.form-comments.form-control .label
{
	top: 35%;
}
.form-control input, .form-control select, .form-control textarea {
    width: 100%;
    outline: none;
    border: none;
    height: 100%;
    background: transparent;
    padding-left: 20px;
    font-size: 1.2em;
    position: relative;
    z-index: 9;
    opacity: 0.5;
    resize: none;
	color: #000;
}
.form-control select
{
	opacity: 1;
	background: url(https://www.manageengine.com/government/images/arrow.png) no-repeat!important;
    background-position: 98%!important;
}
.btn-submits button {
       border-radius:30px;
    font-size: 16px;
    font-weight: 600;
    border: 2px solid #ffd017;
    background:#ffd017;
    color: #000;
    cursor: pointer;
    outline: none;
    display: inline-block;
    padding:15px 50px;
    margin: 20px 0;
}
.btn-submits button:hover
{
	  background: #fff;
	  border-color: #fff;
}
.popup-form .btn-submits button:hover{
	background:#0a1f3f;
	color:#fff;
}
.active-row.form-control::before {
        border-top-color: #ffd017;
    border-right-color: #ffd017;
    transition: width 0.15s ease-out, height 0.15s ease-out 0.15s;
    width: 100%;
    height: 100%;
}
.active-row.form-control::after {
    border-bottom-color: #ffd017;
    border-left-color: #ffd017;
    transition: border-color 0s ease-out 0.3s, width 0.15s ease-out 0.3s, height 0.15s ease-out 0.45s;
    width: 100%;
    height: 100%;
}
.form-control.active-row .label {
    top: 0;
    background: #fff;
    padding: 0 6px;
    left: 15px;
    font-size: 1em;
    opacity: 1;
}
.uscountry.form-control {
    height: auto;
    background: transparent;
    padding: 0;
    border-color: transparent;
	border:none;
}
.uscountry select#contact_country, .uscountry select#zc-country,.uscountry select#enquire_country, .uscountry select#zc-country{
    height: 60px;
    border: 2px solid #ffd017;
    border-radius: 4px;
    opacity: 1;
    background: url(https://www.manageengine.com/government/images/arrow.png) no-repeat #fff!important;
    background-position: 95%!important;
}
.uscountry select#country_state {
    height: 60px;
    background: url(https://www.manageengine.com/government/images/arrow.png) no-repeat #fff!important;
    background-position: 95%!important;
    margin-top: 15px;
    border-radius: 4px;
    opacity: 1;
    border: 2px solid #ffd017;
}
.uscountry .label{z-index:99;}
.uscountry.form-control:before, .uscountry.form-control:after {
    display: none;
}
.form-control.active-row select {
    color: #7c7979;
	font-family:'ZohoPuvi';
}
.success-down-msg, .success-inq-msg {
    background: rgba(0, 0, 0, .7);
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
	display:none;
}
.msgcon{
	position: fixed;
    transform: translate(-50%, -50%);
    top: 40%;
    left: 50%;
    width: 30%;
    background: #ffd017;
    padding: 60px;
    text-align: center;
    color: #000;
    border-radius: 10px;
    line-height: 1.5;
}
.msg-close{
	position: absolute;
    z-index: 999;
    top: -13px;
    right: -7px;
    color: #ffffff;
    font-weight: 500;
    cursor: pointer;
    background:#004b88;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}
.msg-close:hover{
	background: #fff;
    color: #000;
}
.msgcon h6{
	font-weight: 500;
    font-size: 1.4em;
	margin: 15px 0 0;
}
.msg-line{
	display: block;
    width: 30%;
    height: 3px;
    background: #004b88;
    margin: 15px auto;
    text-align: center;
}
.msg-span{
	font-weight: 300;
	display:block;
}
#backToTop {
    position: fixed;
    right: 20px;
    bottom: 100px;
    color: #000;
    background: rgba(0, 0, 0, 0.7) url(https://www.manageengine.com/images/up-arrow.png) no-repeat 16px 17px;
    font-size: 12px;
    display: none;
    cursor: pointer;
    transition: all 0.1s ease 0s;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-indent: -1000px;
    overflow: hidden;
    z-index: 99999;
}
/*popup form css*/

.popup-form {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.36);
    z-index: 9999999;
    top: 0;
    left: 0;
	display: none;
}
.popup {
    position: fixed;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 800px;
	max-width: 95%;	
    max-height: 90vh;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 0 10px #00000042;
    border-radius: 4px;
    padding: 30px;
	z-index: 99;
	display: none;
	box-sizing: border-box;
}
.popup-content {
    overflow: scroll;
    height: 100%;
	    max-height: 80vh;
}
.popup-content form {
    width: 70%;
    margin: 0 auto;
}
span.close {
    position: absolute;
    z-index: 999;
    top: 14px;
    right: 12px;
    color: #000;
    font-weight: bold;
    cursor: pointer;
    background: #fed015;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
}
span.close:hover 
{
	background:#0a1f3f;
	color:#fff;
}
h4.popup-title {
    text-align: center;
    font-weight: 500;
    font-size: 1.4em;
    margin-bottom: 34px;
    color: #050460;
}
.pageform-content{
	width: 40%;
    margin: 0 auto;
	text-align: center;
	color:#fff;
}
.banner-stripe {
	background: #004b88;
    padding: 10px 0px;
    text-align: center;
    font-size: .9em;
    color: #fff;
    opacity: .8;
}
.banner-stripe:hover {
	cursor: pointer;
}
.banner-stripe a{
	color: #ffd016;
}

	#topbar-menu-icon {
		position: absolute;
		right: 0;
    cursor: pointer;
    transform: translate3d(0,0,0);
    transition: transform .7s;
    z-index: 9999999;
    width: 30px;
    height: 30px;
    margin: 0;
		top: 50px;
	display: none;
}
	#topbar-menu-icon span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
	#topbar-menu-icon span:nth-child(1) {
    top: 0;
}
	#topbar-menu-icon span:nth-child(2) {
    top: 8px;
}
	#topbar-menu-icon span:nth-child(3) {
    top: 16px;
}
	.active-menu#topbar-menu-icon span:nth-child(1) {
    top: 8px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
	.active-menu#topbar-menu-icon span:nth-child(2) {
    opacity: 0;
    right: -60px;
}
	.fancy-title:after {
    margin: 20px 0;
}
	.active-menu#topbar-menu-icon span:nth-child(3) {
    top: 8px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
	}
/* ---------------- Responsive styles   --------------*/


@media screen and (max-height: 650px) and (min-width: 1000px) {
	.reg-cont {
         min-height: 400px;
         height: 50px;
         overflow: scroll;
     }
	.web-popup-cont, .web-popup-cont2 {
		    margin: 2% auto 0 auto;
	}
}
@media only screen and (min-width:1500px){
    body{font-size: 15px;}
    p{line-height: 28px;}
	p.reg_form_errors {
		    bottom: -22px;
	}
	#Register2 p.reg_form_errors {
		     bottom: -29px;
	}
}
@media screen and (max-height: 640px) and (min-width: 1000px) {
    .reg-cont {min-height: 400px;height: 50px;overflow: scroll;}
    .title-register {padding: 5px 0 20px;}
	#Register2 .reg-cont {
		min-height: 300px;
		height: 300px;
	}
}
@media only screen and (max-width:1200px){
    .container{width:90%;}
    #Register {width: 350px;}
    .reg-cont {padding: 25px 30px 50px;}
	.to-venue:before{display: none;}
	.tab .cols-8 {
		    width: 57%;
	}
	.tab .speak-details .cols-6 {
		    width: 38%;
		    font-size: 13px;
	}
	.tab .datetime-sec div {
		padding: 1px 0 5px 23px;
	}
	.tab.vid-sec {
		padding: 40px;
	}
}
@media only screen and (max-width:1000px){
    .cont-sec {width: 90%;margin: 20px 0 0 0;}
    #Register{position: static;width: 100%;}
    .reg-cont {width: 60%;margin: 0 auto;min-height: 420px!important;}
    form input, form textarea {padding: 12px 5%;}
    .hights-cont, .inner-container {width: 100%;}
    .title-register,.submit-block{text-align: center;}
	.tab .tab-main img {
		    padding-top: 11%;
    width: 80%;
	}
	.postponed-div br{
		display: none;
	}
	.postponed-div {
		top: 15%;
	}
	#Register2 .reg-cont {
    width: 60%;
}
	.web-popup-cont2 {
		width: 80%;
	}
	iframe{width:100%;height: 415px;}
	#Register2 .reg-cont {
		    margin: 30px auto;
	}
	#topbar-menu-icon {
		display: block;
	}
	.mobilemenu-icon {display: block;position: relative;cursor: pointer;}
	.nav-section {position: relative;}
	.nav-menu {background: #014b88;position: absolute;width: 100%;top: 70px;z-index: 99;display: none;}
	.nav-menu li {
    display: block;
    text-align: left;
    border-bottom: 1px solid #b3b1b1;
    padding: 10px 0;
		margin: 0 10px;
}
	.nav-menu li a
	{
		color: #000;
	}
	.tab .cols-8 {
		    padding-left: 20px;
		    width: 56%;
	}
	.formfield-sameline {
		width: 72%;
	}
	#form-alert {
		    left: 3%;
	}
}
@media screen and (max-height: 400px) and (max-width: 1000px) { 
	.postponed-div {
       top: 0;
	}
	#Register2 .reg-cont {
		min-height: 300px;
	}
}
@media screen and (max-height: 580px) and (max-width: 650px) { 
	#Register2 .reg-cont {
		min-height: 300px !important;
		height: 350px;
	}
}
@media only screen and (max-width:650px){ 
#Register2 .reg-cont {
    width: 80%;
    padding: 5%;
}
	#Register2 .form-group {
    width: 100%;
}
	.popup-content form {
		width: 100%;
	}
		#form-alert {
		    left: 0;
	}
}
@media only screen and (max-width:600px){
    h1 br{display: none;}
    .cont-sec {width: 100%;}
    .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;}
    .spk-details .spk-info{padding: 10px 0 10px 20px;}
	.tab .tab-main .cols-4, .tab .cols-8 {
		    width: 100%;
		text-align: center;
		margin: auto;
		box-sizing: border-box;
	}
	.tab .tab-main img {
		padding: 0;
		width: 40%;
	}
	.tab .tab-main .cols-4 {
		padding-bottom: 14%;
	}
	.tab .tab-main .closedlabel {
		    padding: 40px 0px;
	}
	.tab-main .closetitlelabel {
		    display: inline-block;
    margin-top: 20px;
	}
	.tab .speak-details .cols-12 p {
		text-align: center;
	}
	.tab .speak-details {
		text-align: left;
		padding: 30px 0px 10px 0;
		box-sizing: border-box;
	}
	.form-sep {
		width: 100%;
		    margin: 10px 0px;
	}
	#form-alert {
		margin: 0;
		top: 59px;
	}
	.postponed-div {
		    padding: 60px 40px;
		top: 10%;
		    width: 80%;
	}
	.postponed-div p {
		padding-bottom: 20px;
		font-size: 1.2em;
	}
		.formfield-sameline {
		width: 100%;
	}
}
@media only screen and (max-width:540px){
    .spk-name{font-size: 1.4em;}
	form .captcha-input input {
		width: 100%;
	}
	.CaptchaWrap {
		width: 60%;
		margin-top: 15px;
	}
	input.ReloadBtn {
		top: 20px;
	}
}
@media only screen and (max-width:370px){
    .spk-details .spk-info{width:100%;padding: 18px 0 10px 0}
	.tab .speak-details .cols-2 {
		display: none;
	}
	.tab .speak-details .cols-6 {
		    width: 45%;
	}
	.tab .speak-details .cols-3 {
		width: 38%;
	}
	.speaker-brief {
		    width: 70%;
	}
	.CaptchaWrap {
		width: 80%;
	}
}
@media only screen and (max-width:345px){ 
	.date-sess {
		font-size: .9em;
	}
	h2:after {
		display: none;
	}
}