.eval-popup .form-control.eval-popup .form-control.eval-popup .form-control.eval-popup div.form-group.eval-popup div.form-group.eval-popup div.form-group.eval-popup div.form-group.eval-popup div.form-group.eval-popup div.form-groupbody {
    font-family: 'Zoho_Puvi_Regular';
    line-height: 24px;
    letter-spacing: normal;
    background: #fff;
    color:#222;
}
h1,h2,h3,h4,h5,h6{
    margin: 0;
    padding: 0;
    line-height: normal;
}
h2{font-size:3em;}
ol li,ul li{list-style-type: none;}
h3{
    margin-top: 15px;
    font-size: 1.6em;
}
#scroll{
    background: #fff;
}
#scroll a{color:#ef5350;}
.breadcrumb{
    top: -35px;
    left: 8%;
    font-size: 1em;
    color: #fff;
}
#products-nav > li h3
{
	font-family: 'Zoho_Puvi_Regular';
}
.breadcrumb a{
    color: #fff !important;
}
.sec-pTB{padding: 0;}
/* Banner section styles */
.indus-banner{
    background: url(../images/ind-publicsector-banner.jpg) no-repeat center top;
    background-size: cover;
    margin: -2px 0 0 0;
    padding-bottom: 20px;
    overflow: hidden;
    height: 430px;
    color:#fff;
}
.indus-man-banner{
    background: url(../images/ind-manufacturing-banner.jpg) no-repeat center top;
    background-size: cover;
}
.indus-educ-banner{
    background: url(../images/ind-education-banner.jpg) no-repeat center top;
    background-size: cover;
}
.indus-bfsi-banner{
    background: url(../images/ind-bfsi-banner.jpg) no-repeat center top;
    background-size: cover;
}
.indus-health-banner{
    background: url(../images/ind-health-banner.jpg) no-repeat center top;
    background-size: cover;
}
.indus-banner .container{
    padding: 7% 0 0 0;
}
.indus-man-banner .container, .indus-educ-banner .container, .indus-bfsi-banner .container{
    padding: 8% 0 0 0;
}
.indus-banner h2 {
    font-size: 3.5em;
    line-height: normal;
    font-family: 'Zoho_Puvi_SemiBold';
    margin: 0 0 0 -2000px;
    transition: all 1s ease-in-out;
    opacity: 0;
}
.indus-banner .animate h2 {
    margin: 0;
    opacity: 100;
    
}
.indus-banner p {
    font-size: 1.5em;
    font-family: 'Zoho_Puvi_Light';
    opacity: 0;
    transition: all 1s ease-in-out;
    line-height: 30px;
    font-weight: 600;
    letter-spacing: 1px;
}
.indus-banner .animate p {
    opacity: 100;
}
.indus-banner p.ind-btn{
    font-size: 1em;
    cursor: pointer;
    margin-top: 20%;
    transition: all 1s ease-in-out;
    opacity: 0;
}
.indus-banner .animate p.ind-btn{
    margin-top: 0;
    opacity: 100;
}
p.ind-btn span{
    background: #222;
    display: inline-block;
    padding: 12px 20px 8px 20px;
    font-family: 'Zoho_Puvi_Regular';
    width: 120px;
    vertical-align: top;
    height: 21px;
    color:#fff;
    line-height: normal;
}
.indus-banner p.ind-btn span{
    width: 120px;
}
p.ind-btn a{
    display: inline-block;
    background: #000;
}
p.ind-btn a:hover span, .submit-block input:hover{
    opacity: .8;
}
p.ind-btn span+span{
    background: #000;
    display: inline-block;
    padding: 10px 0 10px 15px;
    font-size: 1em;
    width: 32px;
    height: 21px;
}
.indus-banner p.ind-btn span+span{
    width: 32px;
}
.testimonials-sec p.ind-btn span{
    background:#222;
    width: 200px;
}
.testimonials-sec p.ind-btn span+span{
    background:#000;
    width: 32px;
}

.brief-sec{
    padding: 50px 0;
    position: relative;
    transition: all .5s ease-in-out;
}
.brief-sec.animate{
    padding: 3% 0;
    opacity: 100;
}
.brief-sec h3{
    width: 30%;
    display: inline-block;
    vertical-align: top;
    line-height: 30px;
    font-size: 1.8em;
    margin:0;
}
.brief-sec p{margin:0;}
.support-line{
    height: 13px;
    width:80px;
    background:#ef5350;
    position: absolute;
    left: 0;
    top:60px;
}
.brief-sec .container div{
    width:60%;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 5%;
}
.brief-sec div p span{
    font-size: 1.2em;
    display: block;
    line-height: normal;
    padding: 10px 0;
}
/* strengthen section styles */
.strengthen-sec{
    background:#f3f3f3;
    padding: 50px 0;
}
.strengthen-sec h2{
    text-align: center;
    padding: 0 0 3% 0;
    margin: 0;
    font-size: 2.5em;
}
#scroll .strengthen-sec ul{
    width:100%;
    text-align: center;
    margin: 0;
    padding: 0;
}
.strengthen-sec ul li{
    display: inline-block;
    text-align: center;
    background: #fff;
    width:27%;
    padding: 30px 20px 20px;
    margin: 5px;
    min-height: 150px;
    vertical-align: top;
    cursor: pointer;
    
    transition: all 1s ease-in-out;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    -ms-transform: scale(.5);
    -webkit-transform: scale(.5);
    transform: scale(.5);
    
}
.strengthen-sec ul li.animate, .prod-list > li.animate{
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}
#scroll .strengthen-sec ul img{
    width: 50px;
    height: auto;
}
#scroll .strengthen-sec .str-icons{
    height: 50px;
    position: relative;
    top:0;
    transition: all .3s ease-in-out;
}
#scroll .strengthen-sec ul li:hover{
    box-shadow: 6px 4px 7px #ddd;
}
#scroll .strengthen-sec ul li:hover .str-icons{
    top:-5px;
}
#scroll .strengthen-sec ul li:last-child img{
    width: 40px;
}

/* itexplore section styles */

.itexplore-sec{
    background:#fff;
    padding: 50px 0;
}
.exp-tab-list{
    width:20%;
    display: inline-block;
    vertical-align: top;
}
.exp-tab-list li{
    padding: 15px 10px 15px 10px;
    background: #fff;
    border-left: 5px solid #fff;
    line-height: normal;
    color: #777;
    min-height: 30px;
    cursor: pointer;
}
.exp-tab-list li.active, .exp-tab-list li:hover{
    background: #f9f9f9;
    border-left: 5px solid #ef5350;
    color:#222;
}
.exp-tab-cont{
    width: 70%;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 5%;
}
.exp-tab-cont > div{
    display: none;
}
.exp-tab-cont > div.tab-active{
    display: block;
}
#scroll .exp-tab-cont ul{
    padding: 0 0 5px 0;
}
.exp-tab-cont p, .exp-tab-cont li{
    color: #777;
}
.exp-tab-cont li{
    padding: 5px 0;
}
.exp-tab-cont h4{
    padding: 20px 0 10px 0;
}
.exp-tab-cont span{
    display: inline-block;
    line-height: normal;
}
.exp-tab-cont .bullet{
    width: 8px;
    height: 8px;
    background: #ef5350;
    display: inline-block;
    margin: 0 10px 0 0;
}
.casestudies-sec{width:100%;}
.casestudies-sec p{position:relative;}
.casestudy-cont{
    width: 72%;
    display: inline-block;
    vertical-align: middle;
    background: #f9f9f9;
    padding: 10px 10px 10px 30px;
    margin: 10px 0 0 -20px;
    z-index: 1;
}
.casestudies-sec .casestudy-img{
    background:url(../images/ind-pub-casestudies-circle.png) no-repeat left top;
    width: 150px;
    height: 150px;
    text-align: center;
    display: inline-block;
    z-index: 2;
}
.casestudy-img img{
    height: 75%;
    margin: 20px 0 0 0;
}
.casestudy-cont a{
    background:url(../images/ind-link-arrow.jpg) no-repeat right center;
    padding: 0 20px 0 0;
}
.itexplore-sec .ind-btn span{
    width:auto;
}
.itexplore-sec .ind-btn span+span{
    width:32px;
}


/* itexplore section styles */
.testimonials-sec{
    background:#ef5350 url(../images/ind-testimonials-icon.png) no-repeat 3% 5%;
    padding: 50px 0;
    position: relative;
}
.testimonials-sec h2 span, .demo-form-sec h2 span{
    font-size: .6em;
}
.testimonials-sec h2, .testimonials-sec h3{
    color:#fff;
}
.testimonials-sec h3{
    margin: 40px 0 20px 0;
    text-align: center;
}
#scroll .testimonials-list{
    padding: 0;
    margin: 6% 0;
    opacity: 0;
    transition: all 1s ease-in-out;
}
#scroll .testimonials-list.animate{
    margin: 3% 0;
    opacity: 100;
}
.testimonials-list li{
    width:47%;
    display: inline-block;
    margin: 0 5% 0 0;
    position: relative;
    vertical-align: top;
}
.testimonials-list li:last-child{
    margin: 0;
}
.play-icon {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    padding: 20% 45%;
    cursor: pointer;
}
#scroll ul.customers-list{
    text-align: center;
    padding: 20px 0;
    background: #fff;
    width: 80%;
    margin: 0 auto;
}
.customers-list li{
    display: inline-block;
    width:15%;
    transition: all 1s ease-in-out;
}
.customers-list li img{
    width:75px;
}

/* explore products section styles */

.explore-products{
    background:#fff;
    padding: 50px 0 0 0;
}
.explore-products h2{
    text-align: center;
    margin: 0;
    font-size: 2.5em;
}
#scroll .prod-list {
    padding: 60px 0 10px 0;
    text-align: center;
    font-size: .8em;
}
.prod-list > li {
    margin: 0 0 60px 0;
    width: 18%;
    display: inline-block;
    font-size: 1.2em;
    vertical-align: top;
    background: #fff;
    padding: 20px 0 0 0;
    
    transition: all .5s ease-in-out;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    -ms-transform: scale(.5);
    -webkit-transform: scale(.5);
    transform: scale(.5);
}
.prod-list > li:hover{
    box-shadow: 0px 3px 10px #eee;
}
.prod-list li svg, .prod-list li .prod-icons {
    position: relative;
    top: 0px;
    transition: all .3s ease-in-out;
    margin: 0 auto;
    text-indent: -999999em;
    overlflow: hidden;
    padding: 0;
    display: inline-block;
    height: 50px;
    width: 50px;
}
.prod-list li:hover svg, .prod-list li:hover .prod-icons {
    top: -5px;
}
#scroll .prod-list > li > a:hover {
    text-decoration: none;
}
.prod-list > li > a span {
    padding: 20px 0;
    display: block;
    color:#333;
}


/* Demo form section styles */
.demo-form-sec{
    background:#f3f3f3 url("../images/ind-pub-demo-form-img.jpg") no-repeat left 0;
    padding: 2% 0 0 0;
    min-height: 425px;
}
.demo-form-sec h2{
    color:#fff;
    margin: 13% 0 0 7%;
    float:left;
    width: 32%;
}
div.reg-cont {
    width: 60%;
    float: left;
    padding: 0;
    margin: 0;
}
.submit-block input+span {
    background: #d34441;
    display: inline-block;
    padding: 10px 0 10px 15px;
    font-size: 1em;
    width: 32px;
    height: 21px;
}
/* ----- Form styles ------*/

.hide_field {
	display: none;
}
.form-group label.form-label .zc-label-text {
	max-width: 570px;
	display: block;
	text-overflow: ellipsis;
	white-space: normal;
	overflow: hidden;
	font-weight: 300;
	font-size: 1em;
}
.form-group label.form-label .zc-label-text {
	font-weight: 400;
	color: #555;
}
.fieldMandate {
	color: #f00;
	margin-left: 3px;
	font-size: 13px;
	font-weight: normal;
}
.form-group .form-label {
	width: 370px;
	padding: 0 10px 0 0;
	display: block;
}
.zc-Name, .zc-Business_Email {
	width: 500px;
}
.zc-Company, .zc-Phone_Number, .zc-Why_would_you_like_to_attend_this_event, .zc-Location {
	width: 300px;
}
label.form-label {
	padding-top: 5px;
}
.form-group .zc_textareafield{
    height: 100px;
}
.form-group .zc_textareafield:focus{
    outline: none;
    outline-offset: 0;
}
.zc-Company-group .form-control {
	float: left;
	width: 46.5%;
	margin: 0 11px 0 0;
}
.zc-Company-group .form-control + .form-control{
	margin: 00;
}
.form-group {
	margin-bottom: 18px;
}
.zc-Why_would_you_like_to_attend_this_event {
	height: 100px !important;
}
.choice-table-row .choice-table-cell span {
	color: #fff;
}
.form-field .tempContDiv {
	display: table;
}
.zc-Comments-group{ margin-bottom:5px;}
.form-field .tempContDiv .choice-table-cell, .choice-table-row {
	display: inline-block;
	padding: 0 10px 0 0;
	width: 280px;
}
.form-group select {
	background: transparent;
	border: 1px solid #000;
	padding: 5px;
	width: 303px;
	border-radius: 0 !important;
	font-size: 13px;
	height: 30px;
}
.submit-block {
	margin-left: 0;
    text-align: left;
}
.submit-block input {
	background: #ef5350 url("../images/ind-submit-arrow.png") no-repeat 93% center;
	color: #fff;
	padding: 12px 55px 12px 20px;
	font-size: 1em;
	border: none;
    cursor: pointer;
}
input:focus {
	border: none;
	box-shadow: none;
	outline: none;
}
.form-group .form-control:hover {
	border: 1px solid #eee;
}
label.choice-label-text {
	font-size: 13px;
}
.cont-hide {
	display: none;
}
.success-msg{
	background: #f8fdee;
	border: 1px solid #b6db95;
	padding: 10px;
	text-align: center;
	margin: 10px 0 10px 0;
	color: #5c8707;
	font-weight: bold;
	font-size: 18px;
	display: none;
}
div.popup_boxes{
    background:#ddd;
}
div.popup_boxes div.popup_closeicon{
    padding: 7px 0 0px 0;
    height: 33px;
}
.popup_form_wrapper iframe{
    height: 635px!important;
}
/* ------------ Frm style end ------------ */

/* ------------ Multiselect style end ------------ */
.dropdown, .dropdown1 {
	position: relative;
	z-index: 1;
	font-size:1em;
}
.dropdown {
	z-index: 2;
}
.dropdown .dropdd, .dropdown .dropdt, .dropdown1 .dropdd, .dropdown1 .dropdt {
	margin: 0;
	padding: 0;
}
section .dropdown ul, section .dropdown1 ul {
	margin: -1px 0 0;
	background: #FFF;
}
.dropdown .dropdd, .dropdown1 .dropdd1 {
	position: absolute;
	width:100%;
	z-index:9999;
}
section .dropdown a, section .dropdown a:visited, section .dropdown1 a, section .dropdown1 a:visited {
	color: #000;
	text-decoration: none;
	outline: none;
	font-size: 16px
}
.dropdown .dropdt a, .dropdown1 .dropdt1 a {
	display: block;
	padding: 10px 20px 10px 10px;
	min-height: 25px;
	line-height: 24px;
	overflow: hidden;
	border: 0;
	width: 95%;
	border: 1px solid #fff;
	background: #fff;
}
.dropdown .dropdt a:hover, .dropdown1 .dropdt1 a:hover {
	border: 1px solid #eee;
}
.dropdown .dropdt a, .dropdown1 .dropdt1 a{
    background:#fff url("https://www.manageengine.com/events/2017/userconf/images/nyc-form-dropdown-arrow.png") no-repeat 98% center;
}
.dropdown .dropdt a p, .dropdown1 .dropdt1 a p {
	margin: 0
}
section .dropdown .dropdt a span, .multiSel span, .dropdown1 .dropdt1 a span, .multiSel1 span {
	cursor: pointer;
	display: inline-block
}
.multiSel span, .multiSel1 span {
	border: 1px solid #333;
	padding: 1px 5px;
	border-radius: 5px;
	margin: 2px 5px 2px 0;
	font-size:.9em;
}
.multiSel span strong, .multiSel1 span strong {
	margin: 0 0 0 10px;
	color: #898383;
	font-weight: 700
}
.dropdown .dropdd input, .dropdown1 .dropdd1 input {
	width: 96%;
	padding: 10px;
	font-size: 14px;
	margin: 15px 10px 5px;
	border: 1px solid #CCC;
	background: url(http://tools.manageengine.com/images/common/search-icon.png) no-repeat 98% center
}
#scroll .dropdown .dropdd ul, #scroll .dropdown1 .dropdd1 ul {
	border: 0;
	color: #000;
	display: none;
	left: 0;
	padding: 5px 15px 2px 0;
	position: absolute;
	top: 50px;
	width: 97.3%;
	list-style: none;
	height: 275px;
	overflow: auto;
	border: 1px solid #eee;
	background: #FFF;
}
.dropdown .dropdd ul{ height:170px;}
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 li:hover, .dropdown1 .dropdd1 ul li:hover {
	background: #EBEBEB;
}
.dropdown .dropdd ul li, .dropdown1 .dropdd1 ul li {
	padding: 5px 10px;
	width: 97%;
}
.dropdown .dropdd ul li.checked, .dropdown1 .dropdd1 ul li.checked {
	background: #dedede
}
.dropdown span.value, .dropdown1 span.value {
	display: none
}
.dropdown .dropdd ul li a, .dropdown1 .dropdd1 ul li a {
	padding: 5px;
	display: block
}
.dropdown .dropdd ul li a:hover, .dropdown1 .dropdd1 ul li a:hover {
	background-color: #fff
}
.dropdown .dropdt a span.hida, .dropdown1 .dropdt1 a span.hida1{ 
    font-size:14px; color:#777;
}
/* ------------ Multiselect style end ------------ */

#Register{width:100%;}
#fixedbtn{display: none !important;}
#fixedbtns.ind-fixedbtn{display: none!important;}
#fixedbtns.ind-fixedbtn.active{display: block!important;}
#fixedbtns.ind-fixedbtn {
    position: fixed;
    right: 0;
    top: initial;
    bottom: 300px;
    z-index: 4;
}
@keyframes btn-slide {
    0% {right: -150px;}
    20% {right: 0;}
    70% {right: 0;}
    100% {right: -150;}
}
#fixedbtns.ind-fixedbtn .demo {
    color: #fff!important;
    background: #41ab82;
    text-align: left;
    display: block;
    height: 50px;
    font-weight: 500;
    font-size: .75em;
    line-height: normal;
    vertical-align: middle;
    border-radius: 0;
    width: 200px;
    padding: 0;
    text-transform: capitalize;
    cursor: pointer;
    transition: all .5s ease-in-out;
    position: relative;
    right: -150px;
    animation-name: btn-slide;
    animation-duration: 2s;
    animation-delay: .5s;
    animation-timing-function: ease-in-out; 
}
#fixedbtns.ind-fixedbtn .demo:hover {
    right: 0;
}
#fixedbtns.ind-fixedbtn .demo img{
    display: inline-block;
    padding: 12px;
    vertical-align: top;
    background: #3c9371;
    width: 26px;
}
#fixedbtns.ind-fixedbtn .demo span{
    transition: all .5s ease-in-out;
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
    vertical-align: top;
    padding: 18px 0 0 20px;
    font-size: 1.5em;
    display: inline-block;
}
.form-group.zc-me_productslists-group.form-control {
    display: none;
}
.form-group.zc-Preferredcallbackdateandtime-group.form-control.req {
    width: 98%;
}

/**************************************  Responsive style starts **************************************/
@media (min-width: 1800px) {
    .indus-banner{
        height: 630px;
    }
    .demo-form-sec h2{
        margin: 10% 0px 0px 7%;
    }
}
@media (max-width: 1800px) {
    div.popup_boxes{width: 1000px;}
}
@media (max-width: 1400px) {
    .support-line{
        width:2%;
    } 
    div.reg-cont{
        width:56%;
    }
    .demo-form-sec h2{
        width: 37%;
    }

}
@media (max-width: 1200px) {
    .container{
        max-width:900px;
    }
}
@media only screen and (max-width: 1150px) and (min-width: 1000px){
    div.reg-cont{
        width: 83%;
        float: none;
    }
    .demo-form-sec h2{
        width: 100%;
        margin: 3%;
        float: none;
    }
    .demo-form-sec{
        background-size: cover !important;
    } 
    div.popup_boxes{width: 800px;}
}
@media (max-width: 1000px) {
    .container{
        max-width:90%;
        padding: 0;
    }
    div.reg-cont{
        width:100%;
        float:none;
    }
    div.popup_boxes{width: 600px;}
    .demo-form-sec{
        background-size: cover;
    }
    .demo-form-sec h2{
        margin:0 0 0 3%;
    }
    .prod-list > li{
        width:24%;
    }
    #scroll ul.exp-tab-list{
        padding: 0;
    }
    .exp-tab-list li{
        padding: 10px;
    }
    .strengthen-sec ul li{
        margin: 3%;
        width:35%;
    }
    .brief-sec{
        text-align: center;
    }
    .brief-sec .container div, .brief-sec h3{
        width:90%;
        margin: 0;
    }
    .support-line{
        left: 45%;
        top: 5%;
        height: 5px;
        width: 10%;
    }
    .play-icon{
        padding: 15% 35%;
    }
    .demo-form-sec h2{width:auto;float:none;}
}
@media (max-width: 600px) {
    .support-line{
        top:0;
    }
    .strengthen-sec ul li{
        width:70%;
    }
    .exp-tab-list, .exp-tab-cont{
        width:100%;
    }
    .testimonials-list li, .testimonials-list li:last-child{
        margin: 5%;
        width:90%;
    }
    .exp-tab-list li{
        min-height: 20px;
    }
    p.ind-btn{
        margin: 5% 0;
    }
    .prod-list > li {
        width: 45%;
    }
    .zc-Company-group .form-control, .zc-Company-group .form-control + .form-control{
        width:93%;
        margin: 10px 0;
        float: none !important;
    }
    .dropdown .dropdt a, .dropdown1 .dropdt1 a{
        width:87%;
    }
    .form-group .form-control{
        width:93%;
    }
    div.popup_boxes{width: 90%;}
    
}


.wrapper.eval-popup {
    width: 85%;
    position: static;
    transform: none;
}
.captcha-group + .form-group {
    background: transparent!important;
}
.eval-popup div.form-group, .captcha-input, div.form-group .form-field, .zc-phone-group .form-control {
    background: #fff;
}
.eval-popup .rows, .eval-popup .form-group.captcha-group, .eval-popup div.form-group.zc-submitandreset-group, .eval-popup div.zc-submitandreset-group .form-field, .eval-popup .form-group.zc-phone-group
{
	background: transparent;
}
.fm-center
{
	display: none;
}
	div.eval-popup .scroll-div {
    max-height: none;
}
	.form-in > .form-group.zc-dropdown-group {
    display: none;
}
	.eval-popup .field-8.inline-field
	{
		width: 68%;
	}
	.eval-popup div.me_productslists ul  {
    padding: 0;
}
	.eval-popup div.me_productslists ul li {
    list-style-type: none;
}
	.second-col .form-in.grey-bg
	{
		border: none;
		background: transparent;
	}
.eval-popup div.form-group, .eval-popup .form-control
{
	border: none!important;
	border-radius: 0!important; 
}
	@media only screen and (max-width: 600px)
	{
		.eval-popup form {
    height: auto;
}
		.eval-popup
		{
			max-height: none;
			    margin-top: 40px;
		}
		.form-group.zc-dropdown-group.form-control {
    margin-bottom: 0;
}
	}

.eval-popup .form-control.eval-popup .form-control.eval-popup .form-control.eval-popup div.form-group.eval-popup div.form-group.eval-popup div.form-group.eval-popup div.form-group.eval-popup div.form-group.eval-popup div.form-groupbody {
    font-family: 'Zoho_Puvi_Regular';
    line-height: 24px;
    letter-spacing: normal;
    background: #fff;
    color:#222;
}
h1,h2,h3,h4,h5,h6{
    margin: 0;
    padding: 0;
    line-height: normal;
}
h2{font-size:3em;}
ol li,ul li{list-style-type: none;}
h3{
    margin-top: 15px;
    font-size: 1.6em;
}
#scroll{
    background: #fff;
}
#scroll a{color:#ef5350;}
.breadcrumb{
    top: -35px;
    left: 8%;
    font-size: 1em;
    color: #fff;
}
#products-nav > li h3
{
	font-family: 'Zoho_Puvi_Regular';
}
.breadcrumb a{
    color: #fff !important;
}
.sec-pTB{padding: 0;}
/* Banner section styles */
.indus-banner{
    background: url(../images/ind-publicsector-banner.jpg) no-repeat center top;
    background-size: cover;
    margin: -2px 0 0 0;
    padding-bottom: 20px;
    overflow: hidden;
    height: 430px;
    color:#fff;
}
.indus-man-banner{
    background: url(../images/ind-manufacturing-banner.jpg) no-repeat center top;
    background-size: cover;
}
.indus-educ-banner{
    background: url(../images/ind-education-banner.jpg) no-repeat center top;
    background-size: cover;
}
.indus-bfsi-banner{
    background: url(../images/ind-bfsi-banner.jpg) no-repeat center top;
    background-size: cover;
}
.indus-health-banner{
    background: url(../images/ind-health-banner.jpg) no-repeat center top;
    background-size: cover;
}
.indus-banner .container{
    padding: 7% 0 0 0;
}
.indus-man-banner .container, .indus-educ-banner .container, .indus-bfsi-banner .container{
    padding: 8% 0 0 0;
}
.indus-banner h2 {
    font-size: 3.5em;
    line-height: normal;
    font-family: 'Zoho_Puvi_SemiBold';
    margin: 0 0 0 -2000px;
    transition: all 1s ease-in-out;
    opacity: 0;
}
.indus-banner .animate h2 {
    margin: 0;
    opacity: 100;
    
}
.indus-banner p {
    font-size: 1.5em;
    font-family: 'Zoho_Puvi_Light';
    opacity: 0;
    transition: all 1s ease-in-out;
    line-height: 30px;
    font-weight: 600;
    letter-spacing: 1px;
}
.indus-banner .animate p {
    opacity: 100;
}
.indus-banner p.ind-btn{
    font-size: 1em;
    cursor: pointer;
    margin-top: 20%;
    transition: all 1s ease-in-out;
    opacity: 0;
}
.indus-banner .animate p.ind-btn{
    margin-top: 0;
    opacity: 100;
}
p.ind-btn span{
    background: #222;
    display: inline-block;
    padding: 12px 20px 8px 20px;
    font-family: 'Zoho_Puvi_Regular';
    width: 120px;
    vertical-align: top;
    height: 21px;
    color:#fff;
    line-height: normal;
}
.indus-banner p.ind-btn span{
    width: 120px;
}
p.ind-btn a{
    display: inline-block;
    background: #000;
}
p.ind-btn a:hover span, .submit-block input:hover{
    opacity: .8;
}
p.ind-btn span+span{
    background: #000;
    display: inline-block;
    padding: 10px 0 10px 15px;
    font-size: 1em;
    width: 32px;
    height: 21px;
}
.indus-banner p.ind-btn span+span{
    width: 32px;
}
.testimonials-sec p.ind-btn span{
    background:#222;
    width: 200px;
}
.testimonials-sec p.ind-btn span+span{
    background:#000;
    width: 32px;
}

.brief-sec{
    padding: 50px 0;
    position: relative;
    transition: all .5s ease-in-out;
}
.brief-sec.animate{
    padding: 3% 0;
    opacity: 100;
}
.brief-sec h3{
    width: 30%;
    display: inline-block;
    vertical-align: top;
    line-height: 30px;
    font-size: 1.8em;
    margin:0;
}
.brief-sec p{margin:0;}
.support-line{
    height: 13px;
    width:80px;
    background:#ef5350;
    position: absolute;
    left: 0;
    top:60px;
}
.brief-sec .container div{
    width:60%;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 5%;
}
.brief-sec div p span{
    font-size: 1.2em;
    display: block;
    line-height: normal;
    padding: 10px 0;
}
/* strengthen section styles */
.strengthen-sec{
    background:#f3f3f3;
    padding: 50px 0;
}
.strengthen-sec h2{
    text-align: center;
    padding: 0 0 3% 0;
    margin: 0;
    font-size: 2.5em;
}
#scroll .strengthen-sec ul{
    width:100%;
    text-align: center;
    margin: 0;
    padding: 0;
}
.strengthen-sec ul li{
    display: inline-block;
    text-align: center;
    background: #fff;
    width:27%;
    padding: 30px 20px 20px;
    margin: 5px;
    min-height: 150px;
    vertical-align: top;
    cursor: pointer;
    
    transition: all 1s ease-in-out;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    -ms-transform: scale(.5);
    -webkit-transform: scale(.5);
    transform: scale(.5);
    
}
.strengthen-sec ul li.animate, .prod-list > li.animate{
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}
#scroll .strengthen-sec ul img{
    width: 50px;
    height: auto;
}
#scroll .strengthen-sec .str-icons{
    height: 50px;
    position: relative;
    top:0;
    transition: all .3s ease-in-out;
}
#scroll .strengthen-sec ul li:hover{
    box-shadow: 6px 4px 7px #ddd;
}
#scroll .strengthen-sec ul li:hover .str-icons{
    top:-5px;
}
#scroll .strengthen-sec ul li:last-child img{
    width: 40px;
}

/* itexplore section styles */

.itexplore-sec{
    background:#fff;
    padding: 50px 0;
}
.exp-tab-list{
    width:20%;
    display: inline-block;
    vertical-align: top;
}
.exp-tab-list li{
    padding: 15px 10px 15px 10px;
    background: #fff;
    border-left: 5px solid #fff;
    line-height: normal;
    color: #777;
    min-height: 30px;
    cursor: pointer;
}
.exp-tab-list li.active, .exp-tab-list li:hover{
    background: #f9f9f9;
    border-left: 5px solid #ef5350;
    color:#222;
}
.exp-tab-cont{
    width: 70%;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 5%;
}
.exp-tab-cont > div{
    display: none;
}
.exp-tab-cont > div.tab-active{
    display: block;
}
#scroll .exp-tab-cont ul{
    padding: 0 0 5px 0;
}
.exp-tab-cont p, .exp-tab-cont li{
    color: #777;
}
.exp-tab-cont li{
    padding: 5px 0;
}
.exp-tab-cont h4{
    padding: 20px 0 10px 0;
}
.exp-tab-cont span{
    display: inline-block;
    line-height: normal;
}
.exp-tab-cont .bullet{
    width: 8px;
    height: 8px;
    background: #ef5350;
    display: inline-block;
    margin: 0 10px 0 0;
}
.casestudies-sec{width:100%;}
.casestudies-sec p{position:relative;}
.casestudy-cont{
    width: 72%;
    display: inline-block;
    vertical-align: middle;
    background: #f9f9f9;
    padding: 10px 10px 10px 30px;
    margin: 10px 0 0 -20px;
    z-index: 1;
}
.casestudies-sec .casestudy-img{
    background:url(../images/ind-pub-casestudies-circle.png) no-repeat left top;
    width: 150px;
    height: 150px;
    text-align: center;
    display: inline-block;
    z-index: 2;
}
.casestudy-img img{
    height: 75%;
    margin: 20px 0 0 0;
}
.casestudy-cont a{
    background:url(../images/ind-link-arrow.jpg) no-repeat right center;
    padding: 0 20px 0 0;
}
.itexplore-sec .ind-btn span{
    width:auto;
}
.itexplore-sec .ind-btn span+span{
    width:32px;
}


/* itexplore section styles */
.testimonials-sec{
    background:#ef5350 url(../images/ind-testimonials-icon.png) no-repeat 3% 5%;
    padding: 50px 0;
    position: relative;
}
.testimonials-sec h2 span, .demo-form-sec h2 span{
    font-size: .6em;
}
.testimonials-sec h2, .testimonials-sec h3{
    color:#fff;
}
.testimonials-sec h3{
    margin: 40px 0 20px 0;
    text-align: center;
}
#scroll .testimonials-list{
    padding: 0;
    margin: 6% 0;
    opacity: 0;
    transition: all 1s ease-in-out;
}
#scroll .testimonials-list.animate{
    margin: 3% 0;
    opacity: 100;
}
.testimonials-list li{
    width:47%;
    display: inline-block;
    margin: 0 5% 0 0;
    position: relative;
    vertical-align: top;
}
.testimonials-list li:last-child{
    margin: 0;
}
.play-icon {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    padding: 20% 45%;
    cursor: pointer;
}
#scroll ul.customers-list{
    text-align: center;
    padding: 20px 0;
    background: #fff;
    width: 80%;
    margin: 0 auto;
}
.customers-list li{
    display: inline-block;
    width:15%;
    transition: all 1s ease-in-out;
}
.customers-list li img{
    width:75px;
}

/* explore products section styles */

.explore-products{
    background:#fff;
    padding: 50px 0 0 0;
}
.explore-products h2{
    text-align: center;
    margin: 0;
    font-size: 2.5em;
}
#scroll .prod-list {
    padding: 60px 0 10px 0;
    text-align: center;
    font-size: .8em;
}
.prod-list > li {
    margin: 0 0 60px 0;
    width: 18%;
    display: inline-block;
    font-size: 1.2em;
    vertical-align: top;
    background: #fff;
    padding: 20px 0 0 0;
    
    transition: all .5s ease-in-out;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    -ms-transform: scale(.5);
    -webkit-transform: scale(.5);
    transform: scale(.5);
}
.prod-list > li:hover{
    box-shadow: 0px 3px 10px #eee;
}
.prod-list li svg, .prod-list li .prod-icons {
    position: relative;
    top: 0px;
    transition: all .3s ease-in-out;
    margin: 0 auto;
    text-indent: -999999em;
    overlflow: hidden;
    padding: 0;
    display: inline-block;
    height: 50px;
    width: 50px;
}
.prod-list li:hover svg, .prod-list li:hover .prod-icons {
    top: -5px;
}
#scroll .prod-list > li > a:hover {
    text-decoration: none;
}
.prod-list > li > a span {
    padding: 20px 0;
    display: block;
    color:#333;
}


/* Demo form section styles */
.demo-form-sec{
    background:#f3f3f3 url("../images/ind-pub-demo-form-img.jpg") no-repeat left 0;
    padding: 2% 0 0 0;
    min-height: 425px;
}
.demo-form-sec h2{
    color:#fff;
    margin: 13% 0 0 7%;
    float:left;
    width: 32%;
}
div.reg-cont {
    width: 60%;
    float: left;
    padding: 0;
    margin: 0;
}
.submit-block input+span {
    background: #d34441;
    display: inline-block;
    padding: 10px 0 10px 15px;
    font-size: 1em;
    width: 32px;
    height: 21px;
}
/* ----- Form styles ------*/

.hide_field {
	display: none;
}
.form-group label.form-label .zc-label-text {
	max-width: 570px;
	display: block;
	text-overflow: ellipsis;
	white-space: normal;
	overflow: hidden;
	font-weight: 300;
	font-size: 1em;
}
.form-group label.form-label .zc-label-text {
	font-weight: 400;
	color: #555;
}
.fieldMandate {
	color: #f00;
	margin-left: 3px;
	font-size: 13px;
	font-weight: normal;
}
.form-group .form-label {
	width: 370px;
	padding: 0 10px 0 0;
	display: block;
}
.zc-Name, .zc-Business_Email {
	width: 500px;
}
.zc-Company, .zc-Phone_Number, .zc-Why_would_you_like_to_attend_this_event, .zc-Location {
	width: 300px;
}
label.form-label {
	padding-top: 5px;
}
.form-group .zc_textareafield{
    height: 100px;
}
.form-group .zc_textareafield:focus{
    outline: none;
    outline-offset: 0;
}
.zc-Company-group .form-control {
	float: left;
	width: 46.5%;
	margin: 0 11px 0 0;
}
.zc-Company-group .form-control + .form-control{
	margin: 00;
}
.form-group {
	margin-bottom: 18px;
}
.zc-Why_would_you_like_to_attend_this_event {
	height: 100px !important;
}
.choice-table-row .choice-table-cell span {
	color: #fff;
}
.form-field .tempContDiv {
	display: table;
}
.zc-Comments-group{ margin-bottom:5px;}
.form-field .tempContDiv .choice-table-cell, .choice-table-row {
	display: inline-block;
	padding: 0 10px 0 0;
	width: 280px;
}
.form-group select {
	background: transparent;
	border: 1px solid #000;
	padding: 5px;
	width: 303px;
	border-radius: 0 !important;
	font-size: 13px;
	height: 30px;
}
.submit-block {
	margin-left: 0;
    text-align: left;
}
.submit-block input {
	background: #ef5350 url("../images/ind-submit-arrow.png") no-repeat 93% center;
	color: #fff;
	padding: 12px 55px 12px 20px;
	font-size: 1em;
	border: none;
    cursor: pointer;
}
input:focus {
	border: none;
	box-shadow: none;
	outline: none;
}
.form-group .form-control:hover {
	border: 1px solid #eee;
}
label.choice-label-text {
	font-size: 13px;
}
.cont-hide {
	display: none;
}
.success-msg{
	background: #f8fdee;
	border: 1px solid #b6db95;
	padding: 10px;
	text-align: center;
	margin: 10px 0 10px 0;
	color: #5c8707;
	font-weight: bold;
	font-size: 18px;
	display: none;
}
div.popup_boxes{
    background:#ddd;
}
div.popup_boxes div.popup_closeicon{
    padding: 7px 0 0px 0;
    height: 33px;
}
.popup_form_wrapper iframe{
    height: 635px!important;
}
/* ------------ Frm style end ------------ */

/* ------------ Multiselect style end ------------ */
.dropdown, .dropdown1 {
	position: relative;
	z-index: 1;
	font-size:1em;
}
.dropdown {
	z-index: 2;
}
.dropdown .dropdd, .dropdown .dropdt, .dropdown1 .dropdd, .dropdown1 .dropdt {
	margin: 0;
	padding: 0;
}
section .dropdown ul, section .dropdown1 ul {
	margin: -1px 0 0;
	background: #FFF;
}
.dropdown .dropdd, .dropdown1 .dropdd1 {
	position: absolute;
	width:100%;
	z-index:9999;
}
section .dropdown a, section .dropdown a:visited, section .dropdown1 a, section .dropdown1 a:visited {
	color: #000;
	text-decoration: none;
	outline: none;
	font-size: 16px
}
.dropdown .dropdt a, .dropdown1 .dropdt1 a {
	display: block;
	padding: 10px 20px 10px 10px;
	min-height: 25px;
	line-height: 24px;
	overflow: hidden;
	border: 0;
	width: 95%;
	border: 1px solid #fff;
	background: #fff;
}
.dropdown .dropdt a:hover, .dropdown1 .dropdt1 a:hover {
	border: 1px solid #eee;
}
.dropdown .dropdt a, .dropdown1 .dropdt1 a{
    background:#fff url("https://www.manageengine.com/events/2017/userconf/images/nyc-form-dropdown-arrow.png") no-repeat 98% center;
}
.dropdown .dropdt a p, .dropdown1 .dropdt1 a p {
	margin: 0
}
section .dropdown .dropdt a span, .multiSel span, .dropdown1 .dropdt1 a span, .multiSel1 span {
	cursor: pointer;
	display: inline-block
}
.multiSel span, .multiSel1 span {
	border: 1px solid #333;
	padding: 1px 5px;
	border-radius: 5px;
	margin: 2px 5px 2px 0;
	font-size:.9em;
}
.multiSel span strong, .multiSel1 span strong {
	margin: 0 0 0 10px;
	color: #898383;
	font-weight: 700
}
.dropdown .dropdd input, .dropdown1 .dropdd1 input {
	width: 96%;
	padding: 10px;
	font-size: 14px;
	margin: 15px 10px 5px;
	border: 1px solid #CCC;
	background: url(http://tools.manageengine.com/images/common/search-icon.png) no-repeat 98% center
}
#scroll .dropdown .dropdd ul, #scroll .dropdown1 .dropdd1 ul {
	border: 0;
	color: #000;
	display: none;
	left: 0;
	padding: 5px 15px 2px 0;
	position: absolute;
	top: 50px;
	width: 97.3%;
	list-style: none;
	height: 275px;
	overflow: auto;
	border: 1px solid #eee;
	background: #FFF;
}
.dropdown .dropdd ul{ height:170px;}
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 li:hover, .dropdown1 .dropdd1 ul li:hover {
	background: #EBEBEB;
}
.dropdown .dropdd ul li, .dropdown1 .dropdd1 ul li {
	padding: 5px 10px;
	width: 97%;
}
.dropdown .dropdd ul li.checked, .dropdown1 .dropdd1 ul li.checked {
	background: #dedede
}
.dropdown span.value, .dropdown1 span.value {
	display: none
}
.dropdown .dropdd ul li a, .dropdown1 .dropdd1 ul li a {
	padding: 5px;
	display: block
}
.dropdown .dropdd ul li a:hover, .dropdown1 .dropdd1 ul li a:hover {
	background-color: #fff
}
.dropdown .dropdt a span.hida, .dropdown1 .dropdt1 a span.hida1{ 
    font-size:14px; color:#777;
}
/* ------------ Multiselect style end ------------ */

#Register{width:100%;}
#fixedbtn{display: none !important;}
#fixedbtns.ind-fixedbtn{display: none!important;}
#fixedbtns.ind-fixedbtn.active{display: block!important;}
#fixedbtns.ind-fixedbtn {
    position: fixed;
    right: 0;
    top: initial;
    bottom: 300px;
    z-index: 4;
}
@keyframes btn-slide {
    0% {right: -150px;}
    20% {right: 0;}
    70% {right: 0;}
    100% {right: -150;}
}
#fixedbtns.ind-fixedbtn .demo {
    color: #fff!important;
    background: #41ab82;
    text-align: left;
    display: block;
    height: 50px;
    font-weight: 500;
    font-size: .75em;
    line-height: normal;
    vertical-align: middle;
    border-radius: 0;
    width: 200px;
    padding: 0;
    text-transform: capitalize;
    cursor: pointer;
    transition: all .5s ease-in-out;
    position: relative;
    right: -150px;
    animation-name: btn-slide;
    animation-duration: 2s;
    animation-delay: .5s;
    animation-timing-function: ease-in-out; 
}
#fixedbtns.ind-fixedbtn .demo:hover {
    right: 0;
}
#fixedbtns.ind-fixedbtn .demo img{
    display: inline-block;
    padding: 12px;
    vertical-align: top;
    background: #3c9371;
    width: 26px;
}
#fixedbtns.ind-fixedbtn .demo span{
    transition: all .5s ease-in-out;
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
    vertical-align: top;
    padding: 18px 0 0 20px;
    font-size: 1.2em;
    display: inline-block;
}
.form-group.zc-me_productslists-group.form-control {
    display: none;
}
.form-group.zc-Preferredcallbackdateandtime-group.form-control.req {
    width: 98%;
}

/**************************************  Responsive style starts **************************************/
@media (min-width: 1800px) {
    .indus-banner{
        height: 630px;
    }
    .demo-form-sec h2{
        margin: 10% 0px 0px 7%;
    }
}
@media (max-width: 1800px) {
    div.popup_boxes{width: 1000px;}
}
@media (max-width: 1400px) {
    .support-line{
        width:2%;
    } 
    div.reg-cont{
        width:56%;
    }
    .demo-form-sec h2{
        width: 37%;
    }

}
@media (max-width: 1200px) {
    .container{
        max-width:900px;
    }
}
@media only screen and (max-width: 1150px) and (min-width: 1000px){
    div.reg-cont{
        width: 83%;
        float: none;
    }
    .demo-form-sec h2{
        width: 100%;
        margin: 3%;
        float: none;
    }
    .demo-form-sec{
        background-size: cover !important;
    } 
    div.popup_boxes{width: 800px;}
}
@media (max-width: 1000px) {
    .container{
        max-width:90%;
        padding: 0;
    }
    div.reg-cont{
        width:100%;
        float:none;
    }
    div.popup_boxes{width: 600px;}
    .demo-form-sec{
        background-size: cover;
    }
    .demo-form-sec h2{
        margin:0 0 0 3%;
    }
    .prod-list > li{
        width:24%;
    }
    #scroll ul.exp-tab-list{
        padding: 0;
    }
    .exp-tab-list li{
        padding: 10px;
    }
    .strengthen-sec ul li{
        margin: 3%;
        width:35%;
    }
    .brief-sec{
        text-align: center;
    }
    .brief-sec .container div, .brief-sec h3{
        width:90%;
        margin: 0;
    }
    .support-line{
        left: 45%;
        top: 5%;
        height: 5px;
        width: 10%;
    }
    .play-icon{
        padding: 15% 35%;
    }
    .demo-form-sec h2{width:auto;float:none;}
}
@media (max-width: 600px) {
    .support-line{
        top:0;
    }
    .strengthen-sec ul li{
        width:70%;
    }
    .exp-tab-list, .exp-tab-cont{
        width:100%;
    }
    .testimonials-list li, .testimonials-list li:last-child{
        margin: 5%;
        width:90%;
    }
    .exp-tab-list li{
        min-height: 20px;
    }
    p.ind-btn{
        margin: 5% 0;
    }
    .prod-list > li {
        width: 45%;
    }
    .zc-Company-group .form-control, .zc-Company-group .form-control + .form-control{
        width:93%;
        margin: 10px 0;
        float: none !important;
    }
    .dropdown .dropdt a, .dropdown1 .dropdt1 a{
        width:87%;
    }
    .form-group .form-control{
        width:93%;
    }
    div.popup_boxes{width: 90%;}
    
}


.wrapper.eval-popup {
    width: 85%;
    position: static;
    transform: none;
}
.captcha-group + .form-group {
    background: transparent!important;
}
.eval-popup div.form-group, .captcha-input, div.form-group .form-field, .zc-phone-group .form-control {
    background: #fff;
}
.eval-popup .rows, .eval-popup .form-group.captcha-group, .eval-popup div.form-group.zc-submitandreset-group, .eval-popup div.zc-submitandreset-group .form-field, .eval-popup .form-group.zc-phone-group
{
	background: transparent;
}
.fm-center
{
	display: none;
}
	div.eval-popup .scroll-div {
    max-height: none;
}
	.form-in > .form-group.zc-dropdown-group {
    display: none;
}
	.eval-popup .field-8.inline-field
	{
		width: 68%;
	}
	.eval-popup div.me_productslists ul  {
    padding: 0;
}
	.eval-popup div.me_productslists ul li {
    list-style-type: none;
}
	.second-col .form-in.grey-bg
	{
		border: none;
		background: transparent;
	}
	@media only screen and (max-width: 600px)
	{
		.eval-popup form {
    height: auto;
}
		.eval-popup
		{
			max-height: none;
			    margin-top: 40px;
		}
		.form-group.zc-dropdown-group.form-control {
    margin-bottom: 0;
}
	}

