@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;
}

/* normalize css*/

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	margin: 0;
	font-size: 14px;
    font-family:'ZohoPuvi', 'Open Sans', sans-serif;
    line-height: 24px;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    font-family:'ZohoPuvi', 'Open Sans', sans-serif;
}
article,
footer,
header,
section {
	display: block;
    font-family:'ZohoPuvi', 'Open Sans', sans-serif;
}
[hidden],
template {
	display: none;
}
a {
	background-color: transparent;
	text-decoration: none;
    color:#0B41BC;
}
a:active,
a:hover {
	outline: 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b,
strong {
	font-weight: 500;
}
small {
	font-size: 80%;
}
sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}
sup {
	top: -.5em;
}
sub {
	bottom: -.25em;
}
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
hr {
	height: 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.pr{position: relative;}
.pa{position: absolute;}
.pf{position: fixed;}
fl{float: left;}
fr{float: right;} 
.fb{font-weight: 600;}
.f15{font-size: 1.1em;}
img {vertical-align: middle;max-width: 100%;}
p {font-size: 1.1em;}
h1,h2,h3{
    font-family:'ZohoPuviExtBd', 'Roboto Condensed', sans-serif;
    line-height: normal;
}
h4,h5,h6{
    font-family:'ZohoPuviSemBd', 'Roboto Condensed', sans-serif;
    line-height: normal;
}
.container{width:1200px;margin: 0 auto;}
h2{font-size: 2.3em;}
h3{font-size: 1.7em;}
h4{font-size: 1.5em;}
h5{font-size: 1.2em;}
header{
    width: 100%;
    position: fixed;
    z-index: 9;
    background: #2ac9f3;
}
h1{float: left;padding: 20px 0;}
h1 a{display: inline-block;vertical-align: top;}
h1 img{width:180px;height: auto;}
.nav-links{float: right;padding: 30px 0 0 0;}
.nav-links li{display: inline-block;vertical-align: top;margin: 0 10px;cursor: pointer;font-weight: 600;}
.nav-links li:hover, .nav-links li.active{border-bottom: 2px solid #000;}
.nav-links li.login-sec{
    border-bottom: none;
    display: none;
}
.nav-links li.login-sec.logout{display: inline-block;}
.secdes{margin:20px 0 20px 0;width:50%;}
.page2, .page3, .page4, .page7{padding: 40px 0;}
.page5{padding: 40px 0 50px 0;}
/*---------- Banner section styles ------------*/
.page1{
    padding: 120px 0 0 0;
    min-height: 650px;
    background: #fbc918;
    overflow: hidden;
}
.page1.endpointsecurity{
    background: rgba(252,202,23,1);
    background: -moz-linear-gradient(top, rgba(252,202,23,1) 0%, rgba(252,202,23,1) 44%, rgba(249,244,220,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(252,202,23,1)), color-stop(44%, rgba(252,202,23,1)), color-stop(100%, rgba(249,244,220,1)));
    background: -webkit-linear-gradient(top, rgba(252,202,23,1) 0%, rgba(252,202,23,1) 44%, rgba(249,244,220,1) 100%);
    background: -o-linear-gradient(top, rgba(252,202,23,1) 0%, rgba(252,202,23,1) 44%, rgba(249,244,220,1) 100%);
    background: -ms-linear-gradient(top, rgba(252,202,23,1) 0%, rgba(252,202,23,1) 44%, rgba(249,244,220,1) 100%);
    background: linear-gradient(to bottom, rgba(252,202,23,1) 0%, rgba(252,202,23,1) 44%, rgba(249,244,220,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcca17', endColorstr='#f9f4dc', GradientType=0 );
}
.page1.iam{
    background: rgba(255,83,57,1);
background: -moz-linear-gradient(top, rgba(255,83,57,1) 0%, rgba(255,125,102,1) 48%, rgba(255,226,221,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,83,57,1)), color-stop(48%, rgba(255,125,102,1)), color-stop(100%, rgba(255,226,221,1)));
background: -webkit-linear-gradient(top, rgba(255,83,57,1) 0%, rgba(255,125,102,1) 48%, rgba(255,226,221,1) 100%);
background: -o-linear-gradient(top, rgba(255,83,57,1) 0%, rgba(255,125,102,1) 48%, rgba(255,226,221,1) 100%);
background: -ms-linear-gradient(top, rgba(255,83,57,1) 0%, rgba(255,125,102,1) 48%, rgba(255,226,221,1) 100%);
background: linear-gradient(to bottom, rgba(255,83,57,1) 0%, rgba(255,125,102,1) 48%, rgba(255,226,221,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5339', endColorstr='#ffe2dd', GradientType=0 );
}
.page1.siem{
    background: rgba(9,182,119,1);
background: -moz-linear-gradient(top, rgba(9,182,119,1) 0%, rgba(9,182,119,1) 30%, rgba(32,208,170,1) 65%, rgba(210,239,230,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(9,182,119,1)), color-stop(30%, rgba(9,182,119,1)), color-stop(65%, rgba(32,208,170,1)), color-stop(100%, rgba(210,239,230,1)));
background: -webkit-linear-gradient(top, rgba(9,182,119,1) 0%, rgba(9,182,119,1) 30%, rgba(32,208,170,1) 65%, rgba(210,239,230,1) 100%);
background: -o-linear-gradient(top, rgba(9,182,119,1) 0%, rgba(9,182,119,1) 30%, rgba(32,208,170,1) 65%, rgba(210,239,230,1) 100%);
background: -ms-linear-gradient(top, rgba(9,182,119,1) 0%, rgba(9,182,119,1) 30%, rgba(32,208,170,1) 65%, rgba(210,239,230,1) 100%);
background: linear-gradient(to bottom, rgba(9,182,119,1) 0%, rgba(9,182,119,1) 30%, rgba(32,208,170,1) 65%, rgba(210,239,230,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#09b677', endColorstr='#d2efe6', GradientType=0 );
}
.page1.ns{
    background: #fe884f;
    background: -moz-linear-gradient(top,  #fe884f 0%, #ffab7f 56%, #ffeade 100%);
    background: -webkit-linear-gradient(top,  #fe884f 0%,#ffab7f 56%,#ffeade 100%);
    background: linear-gradient(to bottom,  #fe884f 0%,#ffab7f 56%,#ffeade 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe884f', endColorstr='#ffeade',GradientType=0 );
}
.page1.pam{
    background: #00c4f4;
    background: -moz-linear-gradient(top,  #00c4f4 0%, #6ae5f9 50%, #d7f7fd 100%);
    background: -webkit-linear-gradient(top,  #00c4f4 0%,#6ae5f9 50%,#d7f7fd 100%);
    background: linear-gradient(to bottom,  #00c4f4 0%,#6ae5f9 50%,#d7f7fd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c4f4', endColorstr='#d7f7fd',GradientType=0 );
}
.banner-info{
    width:48%;
    padding:0 10px 0 0;
    display: inline-block;
    vertical-align: top;
}
.banner-info h3 {
    padding: 8px 15px;
    background: #041529;
    font-size: 1.4em;
    display: inline-block;
    vertical-align: top;
    color: #fff;
    border-radius: 0 3px 3px 0;
    font-weight: normal;
    margin: 20px 0 20px 6px;
    position: relative;
}
.banner-info h3:before{
    content: "";
    position: absolute;
    top:0;
    left:-6px;
    height: 40px;
    width:4px;
    background:#041529;
}
.ban-creative{
    width: 50%;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0 0 20px 0;
}
.ban-creative img{
    width: 100%;
    position: relative;
    right:-10%;
}
.scrolldown{
    width: 20px;
    margin: 80px auto 0 auto;
    cursor: pointer;
}
/*---------- Activities section styles ------------*/
#ActivityCenter{
    background: #d7f7fd;
    background: -moz-linear-gradient(top,  #d7f7fd 0%, #ffffff 100%);
    background: -webkit-linear-gradient(top,  #d7f7fd 0%,#ffffff 100%);
    background: linear-gradient(to bottom,  #d7f7fd 0%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffeade', endColorstr='#ffffff',GradientType=0 );
}
.activity-list{
    padding: 20px 0 0 0;
}
.activity-list li{
    width: 23%;
    background: #f1f1f1 url(../images/activity-bg.svg) repeat 0 0;
    border: 1px solid #fff;
    text-align: left;
    min-height: 350px;
    padding: 20px;
    margin: 0 10px;
    display: inline-block;
    vertical-align: top;
    box-shadow: 0px 2px 3px #c3c3c3;
    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;
}
.activity-list li:hover{
    transform: scale(1.03);
}
.activity-list li img{
    width:60px;
    min-height: 60px;
    height: auto;
}
.activity-list li h3{
    font-weight: 600;
    padding: 20px 0;
}
.activity-list li p{
    min-height: 140px;
}
.btn{
    background: #EF6A1B;
    padding: 10px 45px;
    border-radius: 200px;
    color:#fff;
    border:2px  solid #000;
    box-shadow: 0px 0px 0px 2px #fff inset;
    position: relative;
    display: inline-block;
    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;
    -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.btn:hover{
    background: #000;
}
.popup-main form .submit-btn{
    width:auto;
    padding: 12px 45px;
    -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
/*---------- Pixart section styles ------------*/
.page3 h4, .page4 h4{
    color: #f14566;
    padding: 20px 0 0 0;
}
.pixart-details-list li{
    position: relative;
    padding: 0 0 5px 10px;
    margin: 0 0 0 10px;
}
.pixart-details-list li:before{
    content:"";
    position: absolute;
    background: #f14566;
    width:7px;
    height: 7px;
    left:-7px;
    top:8px;
    border-radius: 20px;
}
.pixart-details-list li span{color: #f14566;}

.pixart-imgout{
    width: 50%;
    margin: 20px 5% 0 20px;
    display: inline-block;
    vertical-align: top;
}
.pixart-form-cont{
    width: 40%;
    display: inline-block;
    vertical-align: top;
    margin: 20px 0;
}
#pixart-preview{margin: 10px; width: 70%;border: 2px solid #333;} 
/*---------- Webinar tabs styles ------------*/
.webinars-tab{
    border-bottom:1px solid #aaa;
    width: 65%;
    margin: 50px 0;
}
.webinars-tab li{
    display: inline-block;
    vertical-align: top;
    padding: 5px 20px;
    margin: 0 0 0 0;
    border-radius: 5px 5px 0 0;
    border:1px solid #aaa;
    border-bottom:none;
    -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;
    background: #fff;
    color:#000;
    cursor: pointer;
}
.webinars-tab li:hover, .webinars-tab li.active{
    background: #ED681A;
    color:#fff;
    border:1px solid #ED681A;
    border-bottom:none;
}
.tabs{display: none;}
.tabs.active{display: block;}
/*---------- Webinar styles ------------*/
.webinars-sec{
    background: #F6F6F6;
    border-radius:20px;
    box-shadow: 0px 2px 3px #c3c3c3;
    width:85%;
    margin: 20px 0 50px 0;
    min-height: 200px;
}
.web-img-sec, .web-cont-sec{
    display: inline-block;
    vertical-align: top;
}
.web-img-sec{
    width: 38%;
    min-height: 385px;
    text-align: center;
    border-radius: 20px 0 0 0;
    background: #fbc918;
}
.web-img-sec img{
    border-radius: 20px 0 0 20px;
    width: 85%;
    height: auto;
    padding: 30px 0 0 0;
}
.tab2 .web-img-sec{background: #2AC9F3;}
.tab3 .web-img-sec{background: #fe5f45;}
.tab4 .web-img-sec{background: #29B67A;}
.tab5 .web-img-sec{background: #fe8f5a;}

.tab2 .web-img-sec img {width: 95%;padding: 20% 0 0 0;}
.tab3 .web-img-sec img {padding: 15% 0 0 0;}
.tab4 .web-img-sec img {width: 100%;padding: 23% 0 0 0;}
.tab5 .web-img-sec img {width: 100%;padding: 20% 0 0 0;}

.web-cont-sec{
    width: 60%;
    padding: 30px;
    margin: 0 0 0 -5px;
}
.web-cont-sec > p{
    padding: 15px 0 10px 0;
}
.web-cont-sec > p+p{
    color:#EA691C;
    padding: 5px 0 10px 0;
}
.presenter-details{margin: 0 0 15px 0;}
.presenter-details img, .presenter-cont{
    display: inline-block;
    vertical-align: top;
}
.presenter-details img{
    width:50px;
    height: auto;
    border-radius: 50px;
}
.presenter-cont{
    width:70%;
    padding: 5px 0 0 5px;
}
.webinars-sec h3{position: relative;}
.webinars-sec h3:after{
    content: "Completed";
    position: absolute;
    left: 110px;
    top: 3px;
    padding: 5px 10px;
    background: #333;
    color: #fff;
    font-size: .5em;
    font-weight: 100;
    letter-spacing: .3px;
}
/*---------- Resources styles ------------*/
.resources-sec{
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
}
.resources-sec ul{
    padding: 30px 0 50px 0;
}
.resources-sec ul li{
    width:25%;
    display: inline-block;
    vertical-align: top;
    margin: 0 20px 0 0;
}
.resources-sec ul li img{
    width:40%;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #ddd;
}
.res-cont-sec{
    width:55%;
    padding: 0 0 0 5%;
    display: inline-block;
    vertical-align: top;
}
.res-cont-sec p{
    font-size: 1em;
    line-height: normal;
    padding: 10px 0;
}
.res-cont-sec .btn{
    font-size: .8em;
    padding: 3px 20px;
}

/*---------- Posters styles ------------*/
.posters{
    border-bottom: 1px solid #ddd;
    padding-bottom: 50px;
}
.posters ul{
    padding: 30px 0 0 0;
}
.posters ul li{
    width:35%;
    display: inline-block;
    vertical-align: top;
    margin: 0 20px 20px 0;
    -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;
}
.posters ul li:hover{
    transform: scale(1.05);
}
.posters ul li img{width:100%;}
/*---------- BIT section styles ------------*/
.bit-img-sec, .bit-cont-sec{
    display: inline-block;
    vertical-align: top;
}
.bit-img-sec{
    width:30%;
    background: #041529;
    padding: 40px 0;
    min-height: 300px;
    text-align: center;
    border-radius: 5px;
}
.bit-img-sec img{width:80%;}
.bit-cont-sec{
    width:70%;
    padding: 50px;
    min-height: 355px;
    background: #F6F6F6;
    border-radius: 0 20px 20px 0;
    margin: 0 0 0 -5px;
    box-shadow: 0px 2px 3px #c3c3c3;
}
.bit-cont-sec p{
    padding: 20px 0 10px 0;
}
.bit-cont-sec p+p{
    padding: 5px 0 20px 0;
}
/*---------- Webinar Popup styles ------------*/
.popup-main{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.9);
    top: 0;
    left: 0;
    z-index: 99999;
}
.verify-popup, .webinar-popup, .pixart-popup, .pixart-success, .webinar-success, .poster-download{display: none;}
.popup-container{
    width:500px;
    height: auto;
    max-height: 600px;
    margin: 50px auto 0 auto;
    padding: 40px;
    background: #fff;
    border-radius: 5px;
    text-align: center;
    overflow: auto;
}
.pixart-popup .popup-container{
    width:75%;
    padding: 20px;
}
.poster-download .popup-container{
    width:auto;
    height:80%;
    padding: 20px;
    background: transparent;
    max-height: none;
}
.poster-download .popup-container img{
    height: 100%;
    width: auto;
}
.poster-download .popup-container a{
    position: absolute;
    bottom: 20px;
    left: 45%;
}
.popup-main .form-field{margin: 0 0 20px 0;}
.popup-main form input, .popup-main form select, .popup-main form textarea{
    width:100%;
    padding: 12px 5%;
}
.popup-close{
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}
.verfication-form h3, .verfication-form p{
    padding: 0 0 10px 0;
}
#pop1_line4{font-size: 1em;}
.verify-submit .btn{
    width: auto;
    min-width: 150px;
}
.anotherid{color:#ef6a1a;}
.solution-dropdown span{
    display: block;
    text-align: left;
    padding: 0 0 5px 0;
}
/*---------- Footer styles ------------*/
footer{
    text-align: center;
    background:#031529;
    padding: 20px 0 15px 0;
    color:#fff;
    font-size: .9em;
}
footer a{color:#fff;}
footer a:hover{text-decoration: underline;}
.coprit{padding: 5px 0 10px 0;line-height: initial;color: #fff;}
.foot-me-logo{display: inline-block;}
.foot-me-logo img{width:140px;height: auto;}
.foot-me-logo+p{padding: 10px 0;}
.foot-me-logo+p a{text-decoration: underline;}
.foot-me-logo+p a:hover{text-decoration: none;}
.svg-color {fill: #000;}
.share-list{margin-bottom: 10px;}
.share-list svg{width:20px;}
.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;
}
.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 999999;
  top: 0;
  overflow: hidden;
    display: none;
}
.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;
}
.res-menu {
    background: url(https://www.manageengine.com/events/images/mob-menu-icon.svg) no-repeat 0 0;
    width:25px;
    text-indent: -9999em;
    display: none;
    cursor: pointer;
}
#meGDPRMessage .checkmarkgdpr {
    box-sizing: content-box;
}
#backToTop{display: none!important;}
/*---------- keyframes styles ------------*/
@keyframes shake {
  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);
  }
}

@keyframes ani-opacity {
  10% {
    opacity: 0.2;
      -webkit-transform: scale(1);
    transform: scale(1);
  }

  50%{
   opacity: 0;
      -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  100% {
    opacity: 0.2;
      -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-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);
  }
}
/*---------- Responsive styles ------------*/
@media only screen and (min-width: 1800px) {
}
@media only screen and (min-width: 1600px) {
   /* body {font-size: 16px;line-height: 28px;}*/
    .container{width:1400px;}
    .bit-cont-sec{min-height: 400px;}
}
@media only screen and (max-width: 1220px) {
    .pixart-popup .popup-container{width:85%;}
}
@media only screen and (max-width: 1100px) {
    .container{width:90%;}
    .activity-list li {width: 45%;margin: 10px;}
    .webinars-tab, .webinars-sec{width:100%;}
    .bit-img-sec{min-height: 365px;}
    .web-img-sec{height: 370px;}
    .resources-sec ul li{width:40%;}
    .posters ul li{width:70%;}
    .secdes{width:100%;}
    .pixart-popup .popup-container{width:95%;}
}
@media only screen and (max-width: 1000px) {
    .login-sec span:nth-child(1){display: none;}
    .banner-info{width:100%;}
    .ban-creative{display: none;}
    .activity-list li h3{min-height: 110px;}
    .web-img-sec{height: 435px;padding: 5% 0 0 4%;border-radius: 20px 0 0 20px;}
    .web-img-sec img{border-radius: 5px;}
    .bit-img-sec img{width:30%;}
    .bit-img-sec{width:100%;border-radius: 20px 20px 0 0;min-height: 100px;}
    .bit-cont-sec {width: 100%;margin: 0;box-shadow: 0px 2px 3px #c3c3c3;}
    .enterquize{width: 250px;}
    .number-list{display: none;}
    #jumboQuiz{padding: 0 30px 20px;}
    .pixelartgame-play-section{height: auto;}
    .res-menu {display: block;}
    .main-menu {
        height: 0;
        overflow: hidden;
        position: fixed;
        top: 67px;
        right: 0px;
        background: transparent;
        width: 100%;
        font-size: 1.2em;
        padding: 0;
        -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;
        display: block;
        border: none;
        background: rgba(0,0,0,.9);
        overflow: auto;
    }
    .main-menu.active {height: 185px;}
    .main-menu li{color:#fff;width:100%;padding: 10px 5%;border-bottom: 1px solid #fff;margin: 0;}
    .nav-links li:hover, .nav-links li.active{border-bottom: 1px solid #fff;background: #fff;color:#000;}
}
@media only screen and (max-width: 700px) {
    .posters ul li{width:100%;}
    .activity-list li{width:95%;margin:10px;}
    .scrolldown{margin: 30px auto 0 auto;}
    .artboard-area, .artboard-controls, .web-cont-sec{width:100%;}
    .artboard-controls{margin: 20px 0 0 0;}
    .web-img-sec{width: 100%;height: auto;min-height: 200px;border-radius: 20px 20px 0 0;}
    .web-img-sec img,.tab2 .web-img-sec img,.tab3 .web-img-sec img,.tab4 .web-img-sec img,.tab5 .web-img-sec img{padding: 0;}
    .resources-sec ul li {width: 100%;margin: 0 0 20px 0;}
    .webinars-tab{border:none;margin: 50px 0 0 0;}
    .webinars-tab li{width:100%;border-bottom: 1px solid #aaa;margin: -1px 0 0 0;border-radius: 0;}
    .pixart-imgout, .pixart-form-cont{width:90%;}
    .popup-container{width:90%;}
    .poster-download .popup-container img{height: auto;width: auto;}
    .poster-download .popup-container a{left: 30%;}
}







