/* -------------------------------------- Common styles -------------------------------------- */
body {font-family: 'ZohoPuvi', sans-serif;font-size: 14px;line-height: normal;letter-spacing: .5px;color:#000;position: relative;}
h2, h3, h4{font-family:'ZohoPuvi', sans-serif;}
h2{font-size: 3em;}
h3{font-size: 1.5em;font-weight: 500;}
h4{font-size: 1em;}
p{font-size: 1em;}
a{text-decoration: none;color:#0089ff;}
.pr{position: relative;}
.pa{position: absolute;}
.pf{position: fixed;}
.fl{float:left;}
.fr{float:right;}
.container{width:1200px;margin:0 auto;}
.sec-cont {
    padding: 5%;
}
.page h2{
    font-size: 2.3em;
    line-height: normal;
    font-weight: 400;
}
/* -------------------------------------- Header styles -------------------------------------- */
header{
    box-shadow:none;
    position: absolute;
    background: transparent;
}
header.active {
    position: fixed;
    background: #FFCD21;
}
header.active .logo a, header.active nav{
    margin: 0;
}
header.active .header-inner{
    padding: 10px 0;
}
.main-menu li:hover a, .main-menu li.active a{
    border: none;
}
.header-inner{
    width:1200px;
    margin:0 auto;
    padding: 15px 0;
}
.main-menu li:nth-child(2), .main-menu li:nth-child(4){
    display: none;
}
.main-menu li.register-tab a{background: #D0021B;}
.main-menu li.register-tab a:hover{background: #111;}
/* -------------------------------------- Home section styles -------------------------------------- */
#Home {
    background: #FFCD21;
    padding: 90px 0 0 0;
    min-height: 600px;
}
#Home h2{
    font-size: 3em;
    line-height: 1.3em;
    font-weight: 600;
    padding: 100px 0 20px 0;
}
.central-banner{
    margin: 0 0 60px 0;
    position: relative;
    z-index: 2;
}
.banner-creative{
    position: absolute;
    right: 0;
    top:60px;
    width:50%;
}
.contds-icon{
    display: inline-block;
    vertical-align: top;
    background: url("../images/calender.svg") no-repeat left center;
    background-size: 22px;
    padding: 10px 0 10px 30px;
    margin: 0 20px 0 0;
}
.contds-icon-location{
    background: url("../images/location.svg") no-repeat left center;
    background-size: 18px;
}
.banner-creative{
    margin: 30px 0;
}
.banner-creative img{
    width:100%;
}
.reg-btn{
    display: inline-block;
    background: #D0021B;
    padding: 16px 50px;
    color:#fff;
    font-size: 1.6em;
    margin: 30px 0 20px 0;
}
.reg-btn:hover{
    background: #111;
}
/* -------------------------------------- Register section styles -------------------------------------- */
#Register{
    background: #FFCD21;
    color: #fff;
    top: 0;
    right: 9%;
    z-index: 999;
    overflow: auto;
    padding: 60px 0;
}
#Register .sec-cont{
    padding: 20px;
}
#Register form{
    width: 70%;
    margin: 0 auto;
    text-align: center;
}
#Register h4{
    text-align:center;
    padding: 0 0 30px 0;
    font-size: 1.6em;
    font-weight: 500;
}
form input, form textarea{
    padding: 12px;
    width: 350px;
    background: #fff;
    border-radius: 5px;
}
form select{
    padding: 12px;
    width: 375px;
    background: #fff url("https://www.manageengine.com/events/images/dropdown-arrow.png") no-repeat 95% center; 
    border-radius: 5px;
}
form textarea{height: 35px;}
.title-register{color:#000;}
div.form-field {
    position: relative;
    margin: 0 15px 20px 0;
    display: inline-block;
    vertical-align: top;
}
div.form-field label, .reg-cont .privacy-policy, #meGDPRMessage label{color:#000;font-size: .8em;}
.submit-block-new{width:200px;margin: 0 auto;}
form input[type="submit"], .submit-block input{
    background:#ef1334;
    color:#fff;
    font-size: 1.3em;
    padding: 16px 60px;
    margin: 20px auto;
    width: auto;
}
form input[type="submit"]:hover, .submit-block input:hover{
    background:#000;
}
p.reg_form_errors{font-size: .9em;bottom: -22px;}

form .additional-info select{
    padding: 6%;
}
::placeholder{
    color:#555;
}
:-ms-input-placeholder{
    color:#555;
}
::-ms-input-placeholder{
    color:#555;
}

.dropdown, .dropdown1 {
    position: relative;
    z-index: 1;
    font-size: .9em;
    margin: 0 auto;
    width: 100%;
}
.dropdown .dropdt a, .dropdown1 .dropdt1 a {
    display: block;
    padding: 9px 12px;
    min-height: 25px;
    line-height: 24px;
    overflow: hidden;
    border: 0;
    width: 350px;
    background: #fff;
    text-align: left;
    margin: 0 auto;
}
.dropdown .dropdt a, .dropdown1 .dropdt1 a {
    background: #fff url("https://www.manageengine.com/events/images/dropdown-arrow.png") no-repeat 95% center;
    border-radius: 5px;
}
.multiSel span, .multiSel1 span {
    border: 1px solid #FFCD21;
    padding: 1px 5px;
    border-radius: 5px;
    margin: 2px 5px 2px 0;
    font-size: .9em;
    color:#555;
}
.multiSel span strong, .multiSel1 span strong {
    margin: 0 0 0 10px;
    color: #898383;
    font-weight: 700;
}
.dropdown .dropdt a span, .multiSel span, .dropdown1 .dropdt1 a span, .multiSel1 span {
    cursor: pointer;
    display: inline-block;
}
.dropdown .dropdt a span.hida, .dropdown1 .dropdt1 a span.hida1 {
    color: #555;
}
.dropdown .dropdd, .dropdown1 .dropdd1 {
    position: absolute;
    width: 100%;
    z-index: 9999;
}
div.dropdownsearch, div.dropdownsearch1 {
    width: 99.6%;
    background: #fff;
    display: none;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #fff;
    z-index: 9999;
    position: relative;
}
.dropdown .dropdd ul, .dropdown1 .dropdd1 ul {
    border: none;
    color: #000;
    display: none;
    left: 0;
    padding: 5px 15px 2px 0;
    position: absolute;
    top: 0;
    width: 95%;
    list-style: none;
    height: 180px;
    overflow: auto;
    border: 1px solid #e9e9e9;
    background: #fff;
    text-align: left;
}
.dropdown .dropdd ul li, .dropdown1 .dropdd1 ul li {
    padding: 5px 10px;
    width: 97%;
}
#meGDPRMessage, .privacy-policy{
        text-align: left;
    margin: 0 0 0 4%;
    width: 80%;
}
.privacy-policy{
    margin: 1% 0 0 4%;
}
/* -------------------------------------- Sub form styles -------------------------------------- */
.tiktdetls{
    margin: 0 15px 15px 0;
    position: relative;
    width: 35.2%;
    display: inline-block;
}
#peoples-datails {
    color: #000;
    width: auto;
    margin: 0 auto;
    text-align: left;
    margin: 0 0 0 30px;
}
.field3{
    width: auto; 
    margin: 0 0 15px 0;
}
form #peoples-datails input{
    width:260px;
}
form #peoples-datails select{
    width:165px;
}
.tiktdetls span{
    position: absolute;
    left: -15px;
    top: 10px;
}
#peoples-datails p.reg_form_errors{font-size: .8em;bottom: -20px;}
.info-msg{font-size: .8em;}
/* -------------------------------------- Success msg styles -------------------------------------- */
.success-msg, .success-msg2, .success-msg-cosedevent {
    background: #f8fdee;
    border: 1px solid #b6db95;
    border-width:1px 0;
    padding: 10px 0;
    text-align: center;
    color: #5c8707;
    font-weight: 400;
    font-size: 1.2em;
    position: absolute;
    top: 0;
    left:0;
    z-index: 99999;
    width: 100%;
    display: none;
}
/* -------------------------------------- Agenda section styles -------------------------------------- */
.agenda-sections{
    padding-bottom: 60px;
}
.agennda-top-sec{
    background: #323131;
    padding: 30px 0 0 0;
}
.agennda-top-sec h2{
    text-align: center;
    color: #fff;
    margin: 0 0 30px 0;
}
.ag-tabs{
  display: flex;
  justify-content: center;
}
.ag-tabs li{
    width: 18%;
    padding: 16px;
    background: #d8d8d8;
    box-shadow: inset 5px 1px 10px #c7c7c7;
    text-align: center;
    -moz-transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
    cursor: pointer;
}
.ag-tabs li:hover, .ag-tabs li.active{
    background: #facb57;
    box-shadow: none;
}
.ag-tabs li:hover{
    margin-top: -10px;
}
.tab-pane{
    display: none;
}
.tab-pane.tab-active{
    display: block;
}
.timeline{
    border-bottom: 1px solid #eee;
    padding: 15px 0;
}
.timeline:first-child{
    border-top: 1px solid #eee;
}
.agenda-sections h3{
    font-weight: 500;
    margin: 60px 0 30px;
}
.agenda-sections h4.subtit{
    background: #fff5d1;
    text-align: center;
    padding: 5px 0;
}
.col20{
    width:12%;
    display: inline-block;
    vertical-align: top;
    padding: 0 30px 0 0;
    text-align: left;
    color:#555;
    font-weight: 300;
}
.col70{
    width:70%;
    display: inline-block;
    vertical-align: top;
    padding: 0 30px;
    font-weight: 400;
}
.agenda-note{
    font-size: .8em;
    text-align: right;
    padding: 20px 0 0 0;
    color: #777;
}
/* -------------------------------------- Contact section styles -------------------------------------- */
#Contact{
    background: #f2f2f2;
    padding: 60px 0;
}
#Contact h3{
    padding: 0 0 20px 0;
}
.di{
    display: inline-block;
    vertical-align: top;
}
.share-list{
    position: absolute;
    bottom: 0;
    right: 0;
}
/* -------------------------------------- Footer section styles -------------------------------------- */
footer{
    background: #434240;
}
.zoho-division{
    font-size: 1.2em;
    color: #fff;
    margin: 20px 0 10px 0;
}
.zoho-division span{
    display: inline-block;
    vertical-align: top;
    color: #fff;
    padding: 2px 7px 0 0;
}
.zoho-division img{
    width: 60px;
}
#Highlights, #Venue{
    display: none;
}
.share-list a svg{
    width:20px;
    opacity: .5;
    height: auto;
}
@media (max-width: 1100px) {
    .container, .header-inner{width:900px;}
    #Home {padding: 50px 0 0 0;min-height: 450px;}
    .col20{width:16%;}
    #Register form{width: 100%;}
    #peoples-datails{width:90%;margin: 0 0 0 6.5%;}
}
@media (max-width: 1000px) {
    .container, .header-inner{width:90%;}
    .banner-creative {right: 12%;top: 20px;width: 75%;opacity: .2;}
    .main-menu li:hover a, .main-menu li.active a{border-bottom: 1px solid #5d5d5d;}
    .main-menu.active{height: 230px;}
    .col20 {width: 20%;}
    .col70 {width: 60%;}
    #meGDPRMessage, .privacy-policy{width:100%;margin: 1% 0 0 0;}
    div.form-field{margin: 0 0 20px 0;}
    .tiktdetls{margin:0 0 15px 0;}
    #peoples-datails{width:100%;margin: 0;text-align: center;}
    .tiktdetls{width:auto;}
    form #peoples-datails input{width:350px}
    form #peoples-datails select{width:375px}
    .info-msg{font-size: .8em;width: 57%;text-align: left;margin: 10px auto;line-height: normal;}}
@media (max-width: 650px) {
    .banner-creative, #Home h2 br{display: none;}
    #Home{min-height: 100px;}
    #Home h2{padding-top: 50px;font-size: 2.5em;}
    .col20, .col70 {width: 90%;padding: 0 5%;text-align: left;}
    div.form-field{width:100%;}
    #Register{margin: 0;padding: 30px 0;}
    form input, form textarea{width:90%;padding: 5%;}
    form select{width: 100%;}
    .dropdown .dropdt a, .dropdown1 .dropdt1 a{width:90%;padding: 3% 5%;}
    .tiktdetls{display: block;}
    form #peoples-datails input {width: 90%;padding: 5%;}
    form #peoples-datails select {width: 100%;}
    .info-msg{width:100%;}
}
