@charset "UTF-8";
/* -------------------------------------- Reset styles -------------------------------------- */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}em{font-style:italic}
#backToTop{display: none!important;}
.clearfix:after {
    clear:both;
    content:'.';
    display:block;
    visibility:hidden;
    height:0;
}
.clearfix {
    display:inline-block;
}
* html .clearfix {
    height:1%;
}
.clearfix {
    display:block;
}
*+html .clearfix {
    display: inline-block;
}
ol, ul {
    list-style: none;
}

/* normalize css*/

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
  margin: 0;
  font-size: 14px;
  font-family:'ZohoPuvi';
  line-height: 24px;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family:'ZohoPuvi';
}
article,
footer,
header,
section {display: block;}
.pr{position: relative;}
.pa{position: absolute;}
.pf{position: fixed;}
.fl{float: left;}
.fr{float: right;}
.container {width: 1200px;margin: 0 auto;}
.text-center{text-align:center;}
.bg-txt{font-size: 1.4em;line-height: 26px;}
.text-light{color:#fff;}
a{text-decoration: none;color: #000;}
strong, b {font-family: 'Zoho_Puvi_SemiBold';}
h1{font-family: 'Zoho_Puvi_ExtraBold';font-size:3.5em;line-height: normal;letter-spacing: 2px;}
h2{font-family: 'Zoho_Puvi_Bold';font-size: 2em;line-height: normal;text-align: center;}
h3{font-family: 'Zoho_Puvi_SemiBold';font-size: 1.4em;line-height: normal;padding: 13px 0;}
h5{padding-bottom: 20px;}
section{padding:60px 0;}
p{padding:10px 0;}
/*--------------Header styles----------*/
header {
    width: 100%;
    position: fixed;
    z-index: 9999;
    background:linear-gradient(to left, #002741, #00080D);
}
.nav-links{
  float: right;
  padding: 30px 0 0 0;
}
.nav-links li{
  display: inline-block;
  vertical-align: top;
  margin: 0 20px;
  cursor: pointer;
  padding:0;
}
nav ul li:hover, nav ul li.active{
  border-bottom: 2px solid #fff;
}
header h1 {
    float: left;
    padding: 20px 0;
}
.header-inner {
    padding: 0;
    z-index: 999;
}
.fixed-header.header-fixed {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99999;
    transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
	background: linear-gradient(to right, #001220, #011c2b, #04192a);
}
.logo {
    float: left;
}
.logo a {
    background: none;
    height: auto;
    margin: 0;
}
.logo img{width:180px;}
h1 img {
    width: 180px;
    height: auto;
}
h1 a {
    display: inline-block;
    vertical-align: top;
}
.res-menu {
    background: url(https://www.manageengine.com/latam/events/2018/seminar/images/mob-menu-icon.svg) no-repeat 0 0;;
    width: 25px;
    text-indent: -9999em;
    display: none;
    cursor: pointer;
}
.pagedown-sec{
  position: absolute;
  left:0;
  bottom: 20px;
  width:100%;
  margin: 0 auto;
  z-index: 99;
}
.banner-down-arrow{
  width: 30px;
  height: auto;
  display: block;
  margin: 0 auto;
}
/*--------Home section styles----------*/
#Home{
  background:url("https://www.manageengine.com/fr/events/2021/cybersecurity/css/../images/creative-bg1.jpg") no-repeat center top;
  background-size: cover;
  padding: 10px 0 0 0;
  min-height: 650px;
  overflow: hidden;
}
.banner-info {
  padding: 80px 10px 40px 0;
  display: inline-block;
  vertical-align: top;
  width: 60%;
  -moz-transition: all ease-in-out 1s;
  -webkit-transition: all ease-in-out 1s;
  -o-transition: all ease-in-out 1s;
  transition: all ease-in-out 1s;
}
.banner-info h1{
  -moz-transition: all ease-in-out 1s;
  -webkit-transition: all ease-in-out 1s;
  -o-transition: all ease-in-out 1s;
  transition: all ease-in-out 1s;
}
.banner-info h3{
  font-family: 'Zoho_Puvi_Regular';
  line-height: 30px;
  color:#FFCE00;
  -moz-transition: all ease-in-out 1.4s;
  -webkit-transition: all ease-in-out 1.4s;
  -o-transition: all ease-in-out 1.4s;
  transition: all ease-in-out 1.4s;
}

.ban-creative{
	display: inline-block;
}
.ban-creative img{width:300px;height:300px;}

/*-------Highlights styles----------*/
#Highlights{background:#001A2A;text-align:center;}
#Highlights p{font-size: 1.1em;text-align: center;}
#Highlights .high-para{
  font-family: 'Zoho_Puvi_Bold';
  font-size: 1.2em;
  color: #F70000;
}
#Highlights img{cursor:pointer;}

/*----------Webinar listing section styles-----------*/
#Webinars{background: #FFFAEA url("../images/checked-bg-yellow.png") no-repeat 0 0;background-size: 100%; }
.guide-box .webinar-boxes, .video-box .webinar-boxes {
    width: 100%;
    margin: 0;
}
#tabs-event {text-align: center;margin: 30px 0;}
#tabs-event ul {
    text-align: center;
    border-bottom: 1px solid #ddd;
    display: inline-block;
}
#tabs-event ul li {
    display: inline-block;
    vertical-align: top;
    padding: 12px 35px;
    transition: .3s;
    -webkit-transition: .3s;
}
#tabs-event ul li:hover, #tabs-event ul li.active {
    background: linear-gradient(to left, #E59E56, #ED8F60, #F48468);
    cursor: pointer;
}
.video-box {
    width: 85%;
    margin: 0 auto;
}
.resources-box{
  width: 60%;
	margin: 0 auto;
}
#events .prdBox {
    width: 31%;
    padding: 20px;
    float: left;
    margin: 20px 20px 20px 0;
    background: #f6f5f5;
    border: none;
    color: #444;
    max-width: none;
    -webkit-transition: all .3s ease-in-out;
    position: relative;
    overflow: hidden;
    display: none;
	height: 430px;
	cursor: default;
}
#events .prdContent, #events .prdvideoContent {
    position: relative;
    overflow: hidden;
}
#events .prdContent {
    height: auto;
}
#events .prdBox h2 {
    text-align: left;
    line-height: 20px;
    height: 80px;
    overflow: hidden;
    font-size: 16px;
    font-family: 'Zoho_Puvi_Medium';
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    margin-bottom: 10px;
}
#load_more{text-align: center;
margin: 20px 0 0;}
.download-dropdown {
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
span.download-option {
    display: block;
    width: 100%;
    margin: 0 auto;
    color: #000;
    text-align: center;
    cursor: pointer;
    position: relative;
    border-radius: 5px;
    z-index: 10;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #999;
    font-size: 13px;
    padding: 7px 3px;
}
.webinar-form h3{color:#000;}
.download-option a {
    display: inline-block;
    padding: 4px 10px;
    color: #000 !important;
    pointer-events: none;
}
.download-lists {
    width: 100%;
    margin: 0 auto;
    text-align: left;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 13%);
    -webkit-box-shadow: 0px 0px 10px rgb(0 0 0 / 13%);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
    position: absolute;
    display: none;
    list-style: none !important;
    padding: 0 10px !important;
    box-sizing: border-box;
    z-index: 999;
    background: #1e2532;
    color: #fff;
}
.download-lists > li {
    cursor: pointer;
    border-bottom: 1px solid #434343;
}
body #events .download-lists > li a {
    display: inline-block;
    color: #fff !important;
    padding: 9px 6px;
    font-size: 12px;
    width: 100%;
    box-sizing: border-box;
}
#events .prdBox p.webinarnew-duration {
    margin-top: 10px;
    font-size: 12px;
    margin-bottom: 0;
	text-align: left;
}
.webinarnew-speakers {
    position: relative;
    display: inline-block;
    margin: 8px 0;
    width: auto;
    margin-right: 10px;
	width:100%;
}
#events .prdBox div.webinarnew-speakers div:first-child {
    display: inline-block;
    vertical-align: middle;
}
#events .prdBox div.webinarnew-speakers div:first-child img {
    width: 55px;
    border-radius: 55px;
	height:55px;
}
.prd-spkr {
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
	width: 70%;
	text-align: left;
}
#events .prdBox div.webinarnew-speakers div:last-child p {
    line-height: 14px;
    margin: 0;
    font-size: 1em;
    padding: 5px 0;
}
#events .prdBox div.webinarnew-speakers div:last-child p:last-child {
    font-size: 14px;
}
#events .prdBox h3.webinarnew-highlights {
    margin: 0;
    font-size: 14px;
    text-align: left;
    padding-bottom: 5px;
	color: #000;
	font-family: 'Zoho_Puvi_SemiBold', sans-serif;
}
#events .prdBox p.webinar-desc {
    height: 90px;
    overflow: hidden;
    font-size: 14px;
    line-height: 1.6em;
}
#events .prd-learnmore {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    transition: all 0.2s ease-in 0s;
    padding: 0px 0px;
    display: inline-block;
}
#events .prd-learnmore a {
  cursor: pointer;
  padding: 15px 0px;
  display: inline-block;
  width: 100%;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  background: linear-gradient(to left, #E59E56, #ED8F60, #F48468);
  border:1px solid #fff;
  color: #000;
  text-transform: uppercase;
  -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;
}
#events .prdBox:hover .prd-learnmore a {
    background: #fff;
    color:#000;
    border:1px solid #000;
}
.guide-box .webinar-boxes, .video-box .webinar-boxes {
    width: 100%;
    margin: 0;
}
.webinar-boxes li {
    float: left;
    width: 33.33%;
    padding: 15px;
}
.webinar-boxes li a {
    display: block;
}
.web-box {
    background: #fff;
    color: #000;
    overflow: hidden;
}
.video-box{text-align: center;}
.video-box .web-box {
    background: #F6F5F5;
}
.webi-images {
    background: url("https://www.manageengine.com/images/webinar-sprite.jpg") no-repeat;
    background-size: 100% 100% !important;
    display: inline-block;
    height: 120px;
    width: 100%;
}
.web-content {
    text-align: center;
}
.web-content h5 {
    line-height: 1.4;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 130px;
	text-align: left;
	font-family: 'Zoho_Puvi_SemiBold';
	padding: 20px;
}
#Resources .web-content h5{
	min-height: 226px;
	text-align: center;
}
.video-box span.read-btn {
  margin: 0;
  padding: 15px 0;
  display: block;
  transition: all ease 500ms;
  width: 100%;
  background: linear-gradient(to left, #E59E56, #ED8F60, #F48468);
  border:1px solid #fff;
  color: #000;
  text-transform: uppercase;
  -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;
}
.video-box span.read-btn:hover{
  background: #fff;
  color:#000;
  border:1px solid #000;
}
#Webinars .web-content{background:#EFEFEF;}

/*load more sec css*/
p.loadersec {
    text-align: center;
	margin:20px 0 0;
}
span.load-more,.load-more2 {
    color: #000;
    cursor: pointer;
    display: inline-block;
    position: relative;
}
.load-more.disabled{display: none;}
.load-more:after, .load-more2:after {
    content: "";
    transition: all ease 0.4s;
    border: solid #000;
    border-width: 0 2px 2px 0;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 2px;
    display: block;
    height: 2px;
    margin: 0 auto;
    position: relative;
    top: 5px;
}
.loader {
   display: inline-block;
    border: 8px solid #f38566;
    border-radius: 50%;
    border-top: 8px solid #444;;
    width: 15px;
    height: 15px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 78%;
    right: 39%;
    z-index: 9;
}
.load
span.load-more.disabled {
    opacity:0;
    pointer-events: none;
}
@keyframes spin{
0% {transform: rotate(0);}
100% {transform: rotate(360deg);}
}
.webi-images img{width:100%;}

/*--------Resources styles--------*/
#Resources{background:#fff;color:#000;}
#Resources ul{margin: 30px auto;text-align: center;}
#Resources li{
display: inline-block;
vertical-align: top;
width: 25%;
margin: 1%;
position: relative;
min-height: 300px;
transition: all ease-in-out .5s;
overflow: hidden;}
#Resources li:hover .web-content{display: block;}
#Resources .web-content{
bottom: -325px;
position: absolute;
padding: 20px 0 30px;
width: 100%;
transition: all ease-in-out .5s;
background: rgba(0, 26, 42, 0.8);
color: #fff;
cursor:pointer;
}
#Resources li:hover .web-content{
bottom: 0px;
	overflow: auto;
}
.new-label{
position: absolute;
top: 0;
left: 0;
color: #fff;
background: #f00;
padding: 2px 12px;
}
.new-label:before{
content: "";
width: 0;
height: 0;
border-top: 16px solid #f00;
border-right: 15px solid transparent;
position: absolute;
right: -13px;
top: 0;
}
.new-label:after{
content: "";
width: 0;
height: 0;
border-bottom: 21px solid #f00;
border-right: 19px solid transparent;
position: absolute;
right: -12px;
top: 7px;
}
.Dwnld{text-decoration: underline;}
.res-img{
width: 100%;
min-height: 270px;
height: 270px;
background: #000;
background-size: 100% 100% !important;}
.res-img img{
width: 100%;
height: 100%;
}
.web-content{background: linear-gradient(to bottom, transparent, #001A2A);}
.res-sucess{display: none; position: absolute;
text-align: center;
top: 50px;
background: #fff;
padding: 20px;
margin: auto;
width: 67%;}
.ok-click{
background: #001A2A;
width: 100px;
color: #fff;
padding: 10px;
text-align: center;
margin: auto;cursor: pointer;}
.res-sucess h3{color:#000;padding: 0;}

#BringingIT{
  background: url("https://www.manageengine.com/images/new-solutions-banner.jpg") no-repeat center center;
  background-size: cover;
  color:#fff;
}
#BringingIT .btn:hover{
  border:none;
}
.bit-cont-sec h2+p{font-size:1.2em;}
.popup-main {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
    top: 0;
    left: 0;
    z-index: 99999;
}
.popup-close {
  text-align: right;
  display: block;
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 20px;
  -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;
  background: #fff;
  border-radius: 3px;
}
.popup-close:hover {
    transform: rotate(360deg);
    cursor: pointer;
}
.popup-close img{display: block;}
.popup-container {
  width: 550px;
  max-height: 600px;
  margin: 5% auto 0 auto;
  padding: 30px 50px;
  background: #fff;
  text-align: center;
  overflow: auto;
}
.ondemand-video-popup .popup-container{
  width:1000px;
}
.solution-dropdown span {
    display: block;
    text-align: left;
    padding: 0 0 5px 0;
}
.popup-main form .submit-btn {
    width: auto;
    padding: 12px 45px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/*------Bringing IT Together styles------*/
.bit-cont-sec{text-align: center;}
.bit-cont-sec h2{margin-bottom: 10px;}
.bit-cont-sec p.last-child{padding-bottom: 35px;}
.btn {
    background: linear-gradient(to left, #E59E56, #ED8F60, #F48468);
    padding: 15px 45px;
    color: #000;
    cursor: pointer;
    -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;
    font-family: 'Zoho_Puvi_Medium';
    text-transform: uppercase;
}
.btn:hover{color:#000;background: #fff;border: 1px solid #000;}

/*--------------Form styles----------*/
form input, form textarea{
  border: 1px solid #888;
  background:transparent;
  border-radius: 0;
  padding: 10px 20px;
  width: 100%;
}
form select {
    background: #fff url(https://www.manageengine.com/events/images/dropdown-arrow.png) no-repeat 95% center;
    border: 1px solid #888;
    padding: 10px 20px;
    width: 100%;
    height: auto;
    color: #555;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
}
form input[type="submit"], .submit-block input{
    background: linear-gradient(to left, #E59E56, #ED8F60, #F48468);
    color: #000;
    padding: 14px 40px;
    width: auto;
    font-size: 1em;
    border: none;
    cursor: pointer;
    text-transform: capitalize;
    border-radius: 0;
    font-family: 'Zoho_Puvi_Medium';
    text-transform: uppercase;
    border:1px solid #fff;
}
form input[type="submit"]:hover, .submit-block input:hover{
      background: #fff;
      color: #000;
      border:1px solid #000;
}
#country_state{margin-top: 20px;}
.privacy-policy a{text-decoration: underline;}
.CaptchaWrap {
  display: inline-block;
  vertical-align: top;
  width: 60%;
  position: relative;

}
.CaptchaWrap canvas {
    width: 100%;
    height: 42px;
    border: 1px solid #ddd;
}
/* .reload {
  position: absolute;
  top: 0px;
  right: 0;
  font-size: 2em;
  background: #f1f7f5;
  display: block;
  height: 42px;
  border: 1px solid #ddd;
  padding: 0 10px;
  vertical-align: middle;
  line-height: normal;
} */

/*------Footer styles-------*/
footer{
	background:#000;
	text-align: center;
	padding: 20px 0 15px 0;
	color: #fff;
	font-size: .9em;}
footer a {
    color: #fff;
	text-decoration: underline;
}
footer a:hover{text-decoration:none;}
.foot-me-logo img {
    width: 140px;
    height: auto;
}
.foot-me-logo + p {
    padding: 10px 0;
}
.share-list {
    margin-bottom: 10px;
}
.share-list li {
    display: inline-block;
    vertical-align: top;
    width: 34px;
    height: 34px;
    background: #fff;
    border-radius: 30px;
    padding: 5px 0 0 0;
    margin: 0 2px;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
}
.share-list li:hover {
    transform: scale(1.1);
}
.share-list a {
    display: inline-block;
    vertical-align: top;
}
.share-list svg {
    width: 20px;
}
#topbar-menu-icon {
    position: absolute;
    top: 35px;
    right: 30px;
    cursor: pointer;
    transform: translate3d(0,0,0);
    transition: transform .7s;
    z-index: 9999999;
    width: 30px;
    height: 30px;
    margin: 0;
}
#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;
}
header.active #topbar-menu-icon span {
    background: #000;
}
#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;
}
#topbar-menu-icon.active-menu span:nth-child(1) {
    top: 8px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

#topbar-menu-icon.active-menu span:nth-child(2) {
    opacity: 0;
    right: -60px;
}
#topbar-menu-icon.active-menu span:nth-child(3) {
    top: 8px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.menu-icon {
    display: none;
    color: #fff;
}
.nav-menu {display: block;}
.popup-inner{
  width: 700px;
  margin: 5% auto 0 auto;
  background: #fff;
  text-align: center;
  padding: 30px;
}
.video-popup-inner{
    width: 1000px;
    height: auto;
    min-height: 130px;
}
#Videos{padding:0;}
/*------Tips Styles------*/
#Cybsec-tips{background: url("../images/checked-bg.png") no-repeat 0 0;background-size: 100%;position: relative;min-height: 600px; overflow: hidden;}
.slides{text-align:center;}
#tip-quiz{width: 300%;margin:auto; position: relative; min-height: 400px;}
.questions{
box-shadow: 10px 10px 0 0px #f0f0f0;
    margin: 50px 1%;
    width: 14%;
    display: inline-block;
    vertical-align: top;
opacity: 0.2;
position: relative;
float: left;

}
.questions.question1, .questions.question2{ opacity: 1; left: 0;}
#question1 p, #question2 p, .questions p{
  background: linear-gradient(to left, #E59E56, #F48468);
  padding: 20px 30px;
  min-height: 185px;
}
#question1 ul, #question2 ul, .questions ul{
padding: 20px 30px;
background: #fff;
border: 1px solid #dfdfdf;
}
.plz-slct{display: none;
text-align: center;
font-size: 1.2em;
color: #f00;}

input[type="radio"] {
  display: none;
}
input[type="radio"] + *::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  margin-right: 10px;
  border-radius: 50%;
  border-style: solid;
  border-width: 1px;
  border-color: #000;

}
input[type="radio"]:hover + *::before{
transform: scale(1.2);
}

input[type="radio"]:checked + * {
  color: #F04214;
}
input[type="radio"]:checked + *::before {
  background: radial-gradient(#F04214 0%, #F04214 40%, transparent 50%, transparent);
}
.tips-score{
border: 1px solid #F04214;
padding: 8px 15px;
background: #fff;
float: left;
font-size: 1.2em;
}
.quiz-timer-sec, .quiz-score-sec{
border: 1px solid #fff;
padding: 8px 15px;
background: transparent;
font-size: 1.2em;
margin: 0 10px 0 0;
display: inline-block;
vertical-align: top;
color:#fff;
}
.quiz-time-score{
float: left;
}
div:focus{
border: 1px solid #f00;
}
.i-arrow, #prev{
display: inline-block;
vertical-align: top;
    background: url(../images/nxt-arrow.svg) no-repeat 0 0;
    background-size: 40px;
    text-indent: -99999em;
    width: 40px;
    height: 40px;
    padding: 0;
    cursor: pointer;
  -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;
}
#prev{
background: url("../images/prev-arrow.svg") no-repeat 0 0;
background-size: 35px;
}
.tips .i-arrow:hover, .tips  #prev:hover{
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.score-details{padding: 8px;display: inline-block;vertical-align: top;}
.slide-no{
float: right;
}
.score-popup{
display: none;
width: 65%;
  background: #081E2E;
  padding: 50px;
  color: #fff;
  margin: 0 auto;
text-align: center;
position: absolute;
left: 20%;
top:20%;
}
.score-popup h2{margin-bottom: 0;}
.score-popup p{
text-align: center;
font-size: 1.3em;
padding: 15px;}
.cont-btn{
background: #DF4C3A;
    padding: 15px;
    color: #fff;
    cursor: pointer;
    -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;
    font-family: 'Zoho_Puvi_Medium';
    text-transform: uppercase;
width:150px;
text-align: center;
}
.cont-btn:hover{background: #fff;color:#000;}
.count-three{display: inline-block;vertical-align: top;}
.count-six{display: none;}
/*---------Page scroll animation----------*/
.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);
}
.scroll-active.animation {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
}
.videosec{display:none;}
.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 999999;
  top: 0;
  overflow: hidden;
  display: block;
}
.preloader .preloader-wrapper {
  width: 30%;
  top: 20%;
  margin: 20% auto 0 auto;
}
.preloader .preloader-wrapper img {
  width: 40px;
  display: block;
  margin: 0 auto;
  -webkit-animation: preloaderanim 1s infinite linear;
  -moz-animation: preloaderanim 1s infinite linear;
  -o-animation: preloaderanim 1s infinite linear;
  animation: preloaderanim 1s infinite linear;
}
.preloader .preloader-wrapper p {
  text-align: center;
}
/* Loading animation */
@-webkit-keyframes preloaderanim {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-moz-keyframes preloaderanim {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-o-keyframes preloaderanim {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes preloaderanim {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/*---------Banner animation----------*/
@media only screen and (min-width: 1200px) {
  .banner-creatives{
    width:100%;
    position: absolute;
  }
  .animation-section{
    position: absolute;
    right: 0;
    top: 0;
    width:100%;
    height: 100%;
  }
  .creative-2{
      background: url("https://www.manageengine.com/fr/events/2021/cybersecurity/css/../images/creative-bg2.png") no-repeat center bottom;
      background-size: cover;
      z-index: 5;
      height: 260px;
      bottom: 0;
      left:0;
  }
  .creative-3{
    background: url(https://www.manageengine.com/fr/events/2021/cybersecurity/css/../images/creative-bg3.png) no-repeat 0 0;
    background-size: 80%;
    width: 273px;
    height: 760px;
    z-index: 3;
    right: 150px;
    top: 685px;
    -moz-transition: all ease-in-out 1s;
    -webkit-transition: all ease-in-out 1s;
    -o-transition: all ease-in-out 1s;
    transition: all ease-in-out 1s;
    -webkit-animation-name: expand;
  /*  animation-delay: 2s;*/
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
  }
  #Home.banner-animate .creative-3.shield{
    top: 100px;
  }

  .creative-4{
    background: url(https://www.manageengine.com/fr/events/2021/cybersecurity/css/../images/creative-bg4.png) no-repeat 0 bottom;
    background-size: 80%;
    width: 273px;
    height: 760px;
    z-index: 2;
    right: 150px;
    bottom: 0;
    -moz-transition: all ease-in-out 1s;
    -webkit-transition: all ease-in-out 1s;
    -o-transition: all ease-in-out 1s;
    transition: all ease-in-out 1s;
    -webkit-animation-name: move;
    -webkit-animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    opacity: 0;
  }
  #Home.banner-animate .creative-4.light{
    opacity: 1;
  }

  .creative-5{
    background: url(https://www.manageengine.com/fr/events/2021/cybersecurity/css/../images/bug1.png) no-repeat center top;
    background-size: 60%;
    z-index: 2;
    width: 220px;
    height: 237px;
    top: 200px;
    right: 420px;
    opacity: 0;
    -moz-transition: all ease-in-out 1s;
    -webkit-transition: all ease-in-out 1s;
    -o-transition: all ease-in-out 1s;
    transition: all ease-in-out 1s;
    -webkit-animation-name: shake, bug1poschange;
    -webkit-animation-duration: 5s, 5s;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
  }
  @-webkit-keyframes bug1poschange {
    0%, 10%{top: 200px;right: 420px;}
    20%, 30%, 40%{top: 175px;right: 380px;}
    50%{top: 200px;right: 420px;}
  }
  .creative-6{
    background: url(https://www.manageengine.com/fr/events/2021/cybersecurity/css/../images/bug2.png) no-repeat center top;
    background-size: 70%;
    z-index: 2;
    width: 104px;
    height: 113px;
    top: 110px;
    right: 440px;
    opacity: 0;
    -moz-transition: all ease-in-out 1s;
    -webkit-transition: all ease-in-out 1s;
    -o-transition: all ease-in-out 1s;
    transition: all ease-in-out 1s;
    -webkit-animation-name: shake2, bug2poschange;
    -webkit-animation-duration: 5s, 5s;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
  }
  @-webkit-keyframes bug2poschange {
    0%, 10%{top: 110px;right: 440px;}
    20%, 30%, 40%{top: 120px;right: 420px;}
    50%{top: 110px;right: 440px;}
  }
  .creative-7{
    background: url(https://www.manageengine.com/fr/events/2021/cybersecurity/css/../images/bug3.png) no-repeat center top;
    background-size: 60%;
    z-index: 2;
    width: 179px;
    height: 230px;
    top: 180px;
    right: 20px;
    opacity: 0;
    -moz-transition: all ease-in-out 1s;
    -webkit-transition: all ease-in-out 1s;
    -o-transition: all ease-in-out 1s;
    transition: all ease-in-out 1s;
    -webkit-animation-name: shake3, bug3poschange;
    -webkit-animation-duration: 5s, 5s;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
  }
  @-webkit-keyframes bug3poschange {
    0%, 10%{top: 180px;right: 20px;}
    20%, 30%, 40%{top: 155px;right: 50px;}
    50%{top: 180px;right: 20px;}
  }
  #Home.banner-animate .creative-5.bugs, #Home.banner-animate .creative-6.bugs, #Home.banner-animate .creative-7.bugs{
    opacity: 1;
  }

  .creative-8{
    background: url(https://www.manageengine.com/fr/events/2021/cybersecurity/css/../images/creative-bg6.png) no-repeat center top;
    background-size: 85%;
    z-index: 2;
    width: 489px;
    height: 182px;
    right: 75px;
    top: 130px;
    opacity: 0;
    -moz-transition: all ease-in-out 1s;
    -webkit-transition: all ease-in-out 1s;
    -o-transition: all ease-in-out 1s;
    transition: all ease-in-out 1s;
  }
  #Home.banner-animate .creative-8.bugline{
    opacity: 1;
  }

  @-webkit-keyframes expand {
    0%, 10%{transform: scale(1);}
    20%, 30%, 40%{transform: scale(1.05);}
    50%{transform: scale(1);}
  }
  @-webkit-keyframes move {
    10%, 90% {transform: translate3d(-1px, 0, 0);}
    20%, 80% {transform: translate3d(2px, 0, 0);}
    30%, 50%, 70% {transform: translate3d(-4px, 0, 0);}
    40%, 60% {transform: translate3d(4px, 0, 0);}
  }



  @-webkit-keyframes shield {
    10%, 90% {transform: translate3d(-1px, 0, 0);}
    20%, 80% {transform: translate3d(2px, 0, 0);}
    30%, 50%, 70% {transform: translate3d(-4px, 0, 0);}
    40%, 60% {transform: translate3d(4px, 0, 0);}
  }
  @-webkit-keyframes shake {
    0%, 10%{ -webkit-transform: translate(0px, 0px) rotate(0deg); }
    20%, 30%, 40%{ -webkit-transform: translate(-3px, 0px) rotate(1deg); }
    22%, 32%, 42%{ -webkit-transform: translate(0px, 2px) rotate(0deg); }
    25%, 35%, 45%{ -webkit-transform: translate(1px, -1px) rotate(1deg); }
    28%, 38%, 48%{ -webkit-transform: translate(-1px, 2px) rotate(-1deg); }
    50%{-webkit-transform: translate(0px, 0px) rotate(0deg); }
  }
  @-webkit-keyframes shake2 {
    0%, 10%{ -webkit-transform: translate(0px, 0px) rotate(0deg); }
    20%, 30%, 40%{ -webkit-transform: translate(-3px, 0px) rotate(1deg); }
    22%, 32%, 42%{ -webkit-transform: translate(0px, 2px) rotate(0deg); }
    25%, 35%, 45%{ -webkit-transform: translate(1px, -1px) rotate(1deg); }
    28%, 38%, 48%{ -webkit-transform: translate(-1px, 2px) rotate(-1deg); }
    50%{-webkit-transform: translate(0px, 0px) rotate(0deg); }
  }
  @-webkit-keyframes shake3 {
    0%, 10%{ -webkit-transform: translate(0px, 0px) rotate(0deg); }
    20%, 30%, 40%{ -webkit-transform: translate(-3px, 0px) rotate(1deg); }
    22%, 32%, 42%{ -webkit-transform: translate(0px, 2px) rotate(0deg); }
    25%, 35%, 45%{ -webkit-transform: translate(1px, -1px) rotate(1deg); }
    28%, 38%, 48%{ -webkit-transform: translate(-1px, 2px) rotate(-1deg); }
    50%{-webkit-transform: translate(0px, 0px) rotate(0deg); }
  }
  @-webkit-keyframes bugline {
  	0% {opacity:1;}
    50% {opacity:0;}
    100% {opacity:1;}
  }
}
/*---------Media styles----------*/
@media only screen and (min-width: 1600px) {
  body{font-size: 16px;}
  #Home{min-height: 800px;}
  .banner-info{padding: 120px 10px 40px 0;}
  .popup-container {width: 50%;}
  .animation-section{right:2%;}
}
@media only screen and (min-width: 2000px) {
  .animation-section{right:5%;}
}
@media only screen and (max-width: 1200px) {
	.container{width:90%;}
  .main-menu.active {height: 180px;background: rgb(40, 40, 40);}
  .main-menu li:hover a, .main-menu li.active a{color:#FFBA53;border-bottom:2px solid #FFBA53;}
  .menu-icon {display: block;}
  .nav-menu {
      background: #fff;
      position: absolute;
      width: 100%;
      top: 85px;
      z-index: 99;
      float: none;
      left: 0;
      display: none;
  }
  .nav-menu li {
    display: block;
    text-align: center;
    transition: .5s;
    border-bottom: 1px solid #b3b1b1;
    padding: 15px;
    transition: .5s;
    color: #000;
    display: block;
    margin: 0;
  }
  nav ul li:hover, nav ul li.active{
    border-bottom: 1px solid #5da1eb;
  }
  #Home {background: url("../images/csa-creative-bg.jpg") no-repeat center top;background-size: cover;}
  .popup-container{width:80%;}
  #question1 p, #question2 p, .questions p{min-height: 235px;}
  .animation-section{display: none;}
}
@media only screen and (max-width: 1000px){
  #Home {background: url("../images/banner-creative-tab.jpg") no-repeat center bottom;background-size: cover;min-height: 1024px;}
  .fixed-header{position: fixed;width: 100%;top: 0;left: 0;z-index: 9999;transition: all ease 0.2s;-webkit-transition: all ease 0.2s-moz-transition: all ease 0.2s;background: #031a2a;padding: 5px 0;}
  .banner-info{width:100%;padding-top:150px;}
  .main-menu.active {height: 180px;background: rgb(40, 40, 40);}
  .main-menu li:hover a, .main-menu li.active a{color:#FFBA53;border-bottom:2px solid #FFBA53;}
  .res-menu {margin: 20px 0 0 0;}
  .webinar-boxes li{width:50%;}
  #events .prdBox{width:45%;}
  #Resources li {width: 30%;margin: 10px;}
  #web-video{width:100%!important;}
  .video-box{width:100%;}
  .spin-wrapper{display: block;}
  .popup-container{padding: 30px;}
  .ondemand-video-popup .popup-container{width:90%;}
  #question1 p, #question2 p, .questions p{min-height: 335px;}
}
@media only screen and (max-width: 760px){
  #Home {background: url("../images/banner-creative-mobile.jpg") no-repeat center bottom;background-size: cover;min-height: 736px;}
  .banner-info h1{font-size: 2.5em;}
  br{display: none;}
  #Resources ul{text-align: center;}
  #Resources li {width: 60%;margin:20px 0;}
  .webinar-boxes li{width: 90%;float: none;margin: 0 auto;}
  #events .prdBox {width: 100%;margin:20px 0;}
	.video-box{width:80%;}
  .count-three{display: none;}
  .count-six{display: inline-block;vertical-align: top;}
}


<!--Captcha styles-->
#WrongCaptchaError{display: none;}
#CapCode1{ width: 100%;height: 40px;}
#CapCode2{ width: 100%;height: 40px;}
form .captcha-input input{

  float: left;
  width: 38%;
  vertical-align:
  top;padding: 12px 10px;
  font-size:.8em;

}

/*
.CaptchaWrap{

    display: inline-block;
    width: 60%;
    vertical-align: text-bottom;
} */
 .reload{
    text-align: center;
    position: absolute;
    top: 6px;
    right: 6px;
    width: 27px;
    height: 27px;
    font-size: 19px;
    background: #113156;
    color: #fff;
    cursor: pointer;
    border-radius: 50%;
    vertical-align: middle;
    line-height: normal;

	}
