@charset "UTF-8";
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,
sub,
sup,
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;
	font-family: 'Zoho_Puvi_Regular', sans-serif;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
	color: #000;
}
.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;
}
html, body
{
	overflow-x: hidden;
}
/* normalize css*/

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	margin: 0;
	font-size: 16px;
	font-family: 'ZohoPuvi';
    font-weight: 300;
}
section, section  * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
article,
footer,
header,
section {
	display: block;
}
[hidden],
template {
	display: none;
}
a {
	background-color: transparent;
	text-decoration: none!important;
	color: #4CA9F5;
}
a:active,
a:hover {
	outline: 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b,
strong {
	font-family: 'Zoho_Puvi_Medium';
}
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;
}
img {
	vertical-align: middle;
	max-width: 100%;
	height: auto;
}
h1
{
	font-size: 2em;
}
h2
{
	font-size: 1.5em;
}
p {
	margin: 0 0 25px;
    line-height: 1.8;
	font-size: 1.2em;
}
.pr {
	position: relative;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.text-justify {
	text-align: justify;
}
.text-lowercase {
	text-transform: lowercase;
}
.text-uppercase {
	text-transform: uppercase;
}
.text-capitalize {
	text-transform: capitalize;
}
.text-blue
{
	    color: #243A5D;
}
.text-light {
	color: #fff!important;
}
.text-dark {
	color: #000!important;
}
.top-margin {
	margin-top: 25px!important;
}
.bottom-margin {
	margin-bottom: 25px!important;
}
.space-large {
	height: 50px;
}
.space-medium {
	height: 25px;
}
.space-small {
	height: 10px;
}
.margin-0 {
	margin: 0!important;
}
.padding-0 {
	padding: 0!important;
}
.non-click {
	cursor: default;
	pointer-events: none;
}
ol,
ul {
	margin-top: 0;
	margin-bottom: 10px;
	list-style-type: none;
	padding: 0px;
}
strong,
b {
	font-family: 'Zoho_Puvi_Medium';
}
.rows:after,
.rows:before,
section:after,
section:before,
footer:after,
footer:before,
header:before,
header:after,
.container:before,
.container:after,
.clearfix:after,
.clearfix:before {
	display: table;
	content: "";
	clear: both;
}
.rows {
	margin-right: -10px;
	margin-left: -10px;
}
.container {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	max-width: 1400px;
}
.container-fluid {
	width: 100%;
	max-width: 100%;
	position: relative
}
.cols-2,
.cols-25,
.cols-3,
.cols-4,
.cols-6,
.cols-8,
.cols-9,
.cols-10,
.cols-12
{
	float: left;
	position: relative;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
}
.cols-2 {
	width: 12.5%;
}
.cols-25 {
	width: 20%;
}
.cols-3 {
	width: 25%;
}
.cols-4 {
	width: 33.3%;
}
.cols-6 {
	width: 50%;
}
.cols-8 {
	width: 66.6%;
}
.cols-9 {
	width: 75%;
}
.cols-10 {
	width: 87.5%;
}
.cols-12 {
	width: 100%;
}
.cols-center
{
	    margin: 0 auto;
    float: none;
}
@media only screen and (max-width: 1025px)
{
	.cols-md-12 {
	width: 100%;
}
	.cols-md-9 {
	width: 75%;
}
	.cols-md-6 {
	width: 50%;
}
		.cols-md-4 {
	width: 33%;
}
	.cols-md-3 {
	width: 25%;
}
}
@media only screen and (max-width: 650px)
{
	.cols-sd-12 {
	width: 100%;
}
	.cols-sd-9 {
	width: 75%;
}
	.cols-sd-8 {
	width: 66.6%;
}
	.cols-sd-6 {
	width: 50%;
}
	.cols-sd-4 {
	width: 33.3%;
}
	.cols-sd-3 {
	width: 25%;
}
}
@media only screen and (max-width: 420px)
{ 
	.cols-25.cols-sd-6 {
		width: 100%;
	}
}
/* header */
header {
	    padding:30px 0;
}
header.fixed-header {
    position: relative;
    width: 100%;
    top:0;
    left: 0;
    z-index: 9999;
}
.fixed-header.header-fixed {
	position:fixed;
	background: #fff;
    box-shadow: 10px 3px 10px #f4f4f4;
	    padding: 20px 0px;
}
.brand-logo {
    display: block;
    width: 200px;
}
.brand-logo img{height:auto;}
.nav-menu {
    margin: 0;
    padding: 0;
}
.nav-menu li {
    display: inline-block;
	    margin-left: 10px;
}
.nav-menu li a, .nav-menu li span {
    color: #000;
    padding: 10px;
    display: block;
	    cursor: pointer;
}
.nav-menu li a:hover,li span.contact:hover
{
	color:#3682f4;
}
li.active a{
	color:#3682f4;
}
.mobilemenu-icon{
    display: none;
    color: #fff;
}
.bannerimg {
	display: none;
}
.light
{
	color: #fff!important;
}
section
{
	padding:100px 0;
	background: #fff;
	position:relative;
}
.container-fluid.copyright {
    padding: 15px 0;
    text-align: center;
    background: #fff;
    color: #898c90;
}
.container-fluid.copyright p {
    margin: 0;
	font-size: 0.95em;
	color:#898c90;
	font-family: 'Zoho_Puvi_Regular';
}
hearder,#banner
{
	color: #fff;
}
.container-fluid.copyright p a{color:#898c90;}
.container-fluid.copyright p a:hover{text-decoration:underline;}
#backToTop {
	display: none !important;
}
.redtext {
	color: #BE2024;
}
/*--------------  banner section  -----------------*/
.banner-section p{
	    margin: 0;
    font-size: 1.5em;
	font-family:'Zoho_Puvi_Thin';
}
#man-anim {
	position: absolute;
    top: -4%;
    width: 70%;
    right: -16%;
}
.banner-section {
    background-repeat: no-repeat;
    background-position: 100% 20px;
	background-size: contain;
	position: relative;
}
.commonheading{
	font-family:'Zoho_Puvi_Bold';
	    font-size: 2.5em;
    line-height: normal;
    margin: 10px 0px;
	line-height: 1.3em;
}
.quiz_intro_contents h2 {
	font-size: 2.5em;
}
.quiz_intro {
	padding: 0;
}
.secondaryheading {
	font-family:'Zoho_Puvi_Light';
	    font-size: 2.3em;
	margin-top: 0;
	line-height: 1.3em;
}
.letssur {
      font-size: 2.5em;
	font-family:'Zoho_Puvi_Bold';
   background: -webkit-linear-gradient(left, #860932 , #e93d4a, #f9945b);
   background: -o-linear-gradient(right, #860932, #e93d4a , #f9945b);
   background: -moz-linear-gradient(right, #860932, #e93d4a , #f9945b);
   background: linear-gradient(to right, #860932 , #e93d4a, #f9945b); 
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	
}
.heythertext {
      font-size: 2.5em;
	font-family:'Zoho_Puvi_Bold';
   background: -webkit-linear-gradient(left, #860932 , #e93d4a, #f9945b);
   background: -o-linear-gradient(right, #860932, #e93d4a , #f9945b);
   background: -moz-linear-gradient(right, #860932, #e93d4a , #f9945b);
   background: linear-gradient(to right, #860932 , #e93d4a, #f9945b); 
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	
}
/*----------- Carasel ---------------*/

.carousel {
    width: 550px;
    height: 45em;
    margin: 0 auto;
    position: relative;
}
.carousel li {
    width: 500px;
    height: auto;
    background: transparent;
    display: inline-block;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    overflow: hidden;
    margin-top: 100px;
    z-index: 1;
}
.carousel li p {
    color: #fff;
    font-weight: bold;
    font-size: 5em;
    text-align: center;
    margin-top: 1.175em;
}
#next {
    background: url("https://www.manageengine.com/fr/cybersecurity/2022/css/../images/rightarrow.png") no-repeat 0 0;
    left: auto;
    right: -32%;
    top: 40%;
}
#next:after {
	content: "";
	position: absolute;
	height: 500px;
	width: 300px;
	top: 0;
}
.but-styl:hover {
    cursor: pointer;
}

.carousel li.main-pos {
    margin-left: 2em !important;
    z-index: 2;
    transform: scale(1.5);
}
.carousel li.back-pos {
    margin-left: 2em !important;
    opacity: .05;
}
.carousel li.left-pos {
    opacity: .3;
    margin-left: -22em !important;
}
.carousel li.right-pos {
    opacity: .3;
    margin-left: 24em !important;
}
.items img {
    width: 100%;
}
.items {
    position: absolute;
}
.but-styl {
    background: url("https://www.manageengine.com/fr/cybersecurity/2022/css/../images/leftarrow.png") no-repeat 0 0;
    border: none;
    width: 40px;
    position: absolute;
    z-index: 1000;
    left: -27%;
    top: 40%;
    height: 20px;
    outline: none;
    cursor: pointer;
	font-size: 0px;
}
/*
.but-styl:after {
	content: "";
	
}
*/
.but-styl:hover {
    cursor: pointer;
}
.button-container {
    bottom: 0;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    text-align: center;
	    box-shadow: 0px 0px 5px #e3e3e3;
    display: inline-table;
    padding: 15px 20px 0px;
	width: fit-content;
}
.button-container div {
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
	
}
.button-container div:hover {
	cursor: pointer;
	transform: scale(1.1);
}

.slider-button, .slide1 {
    display: inline-block;
    height: 60px;
    width: 60px;
    margin: 4px;
}
.slide1.active {
	opacity: .3;
}
.section-game {
	padding: 0;
}
.section-six {
	color: #fff;
	background: #1D85E8;
}
/*------form-------*/

.form-control {
    display: block;
    width: 100%;
     height: 60px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #dadde7;
   box-shadow: none;
	position: relative;
	margin-bottom: 20px;
	transition: border ease 1.5s;
	-webkit-transition: border ease 1.5s;
	-moz-transition: border ease 1.5s;
	background: #294090;
}
.dropdown-control
{
	background: url(https://www.manageengine.com/images/submenu-sel-arrow.png) no-repeat;
    background-position: 95% center;
}
.form-control.dropdown-control.uscountry {
    background: #fff;
}
.form-control.active-row {
    border: 1px solid #FFF;
}
.form-control.btn-submits {
    border: none;
    padding-left: 0;
	text-align:center;
	background:none;
	margin-bottom: 45px;
}
.form-control.form-comments {
    height:100px;
	display:inline-block;
}
.form-control textarea {
   font-family: 'ZohoPuvi';
}
.form-control:after, .form-control:before {
    box-sizing: inherit;
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    z-index: 1;
    border: 2px solid transparent;
    pointer-events: none;
}
.form-control:before {
    top: 0px;
    left: 0px;
}
.form-control:after {
    bottom: 0;
    right: 0;
}
.form-control .error {
    position: absolute;
    bottom: -8px;
    left: 30px;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.4s;
    font-size: 1em;
    z-index: 8;
    opacity: 1;
    background: #fff;
    padding: 5px;
    line-height: 0.5;
    color: red;
    display: none;
}
.form-control * {
    -webkit-appearance: none;
    -moz-appearance: none;
}
.form-control .label {
    position: absolute;
    transform: translate(0%, -50%);
    top: 50%;
    left: 30px;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.4s;
    font-size:15px;
    z-index: 8;
    opacity: .85;
    color: #fff;
}
.form-comments.form-control .label
{
	top: 35%;
}
.form-control input, .form-control select, .form-control textarea {
    width: 100%;
    outline: none;
    border: none;
    height: 100%;
    background: transparent;
    padding-left: 20px;
    font-size: 1.2em;
    position: relative;
    z-index: 9;
    opacity: 0.85;
    resize: none;
	color: #fff;
}
.form-control select
{
	opacity: 0;
	    background: url(https://www.manageengine.com/government/images/arrow.png) no-repeat transparent;
    background-position: 98% center;
}
.form-control.active-row select
{
	    opacity: 1;
    color: #dadde7;
}
.btn-submits button {
       border-radius: 3px;
    background-image: linear-gradient(to right, #E63E4B , #F9945D);
    color: #fff;
    cursor: pointer;
    outline: none;
    display: inline-block;
    padding:18px 40px;
    margin: 5px 0;
	font-size: 1.2em;
	transition:.3s all ease;
	font-family: 'Zoho_Puvi_SemiBold';
	text-transform: uppercase;
	border: none;
	transition: .3s;
}
.btn-submits button:hover{color: #000;background: #fff;}
.active-row.form-control::before {
        border-top-color:#dadde7;
    border-right-color:#dadde7;
    transition: width 0.15s ease-out, height 0.15s ease-out 0.15s;
    width: 100%;
    height: 100%;
}
.active-row.form-control::after {
    border-bottom-color:#dadde7;
    border-left-color:#dadde7;
    transition: border-color 0s ease-out 0.3s, width 0.15s ease-out 0.3s, height 0.15s ease-out 0.45s;
    width: 100%;
    height: 100%;
}
.form-control.active-row .label {
    top: 0;
    background: #293f90;
    padding: 0 6px;
    left: 15px;
    font-size: 1em;
    opacity: 1;
}
.uscountry.form-control {
    height: auto;
}
.uscountry select#contact_country, .uscountry select#country {
    height: 60px;
    border-bottom: 1px solid #f2f2f2;
}
.uscountry select#country_state {
    height: 60px;
}
.popup-form {
	color: #fff;
  background: #112053;
  background-image: url("https://www.manageengine.com/fr/cybersecurity/2022/css/../images/formbg.png");
  background-image: url("https://www.manageengine.com/fr/cybersecurity/2022/css/../images/formbg.png"), linear-gradient(to bottom, #122567 , #0F1A3F);
	width: 50%;
	padding: 40px 80px;
	font-size: .8em;
	margin: auto;
    background-position: bottom;
    background-size: cover;
    top: 15%;
    position: relative;
}
.active-row.form-control::before {
        border-top-color:#dadde7;
    border-right-color:#dadde7;
    transition: width 0.15s ease-out, height 0.15s ease-out 0.15s;
    width: 100%;
    height: 100%;
}
.active-row.form-control::after {
    border-bottom-color:#dadde7;
    border-left-color:#dadde7;
    transition: border-color 0s ease-out 0.3s, width 0.15s ease-out 0.3s, height 0.15s ease-out 0.45s;
    width: 100%;
    height: 100%;
}
.form-control.active-row {
    border: 1px solid #FFF;
}
div.close-icon {
    position: absolute;
    right: 65px;
    top: 60px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    z-index: 100000000;
    right: 26px;
    top: 21px;
	background-image: linear-gradient(to top, #8A1137 , #F6885B);
}
div.close-icon img {
    width: 20px;
    height: auto;
    top: 8px;
	position: relative;
    -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;
}
div.close-icon:hover img {
    transform: rotate(360deg);
    cursor: pointer;
}
img[height], img[width], svg[height], svg[width] {
	    max-width: 100%;
}
.popup {
    display: none;
	  word-wrap: break-word;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
        z-index: 10000;
    background: #fff;
    transition: all 0.5s;
	    overflow: initial;
}
.popup-new {
	background: #fff;
}
.cornerfold {
  display: block;
  box-sizing: border-box;
  padding: 1.5rem 3.5rem;
  position: relative;
  background: none;
  color: white;
  text-transform: uppercase;
  border: 1px solid currentColor;
  --progress: 100%;
	
}
.cornerfold:before {
  content: "";
  z-index: -1;
  position: absolute;
  inset: 0;
  background: white;
  clip-path: polygon(
    100% 0,
    var(--progress) var(--progress),
    0 100%,
    100% 100%
  );
  transition: clip-path 0.2s;
}
.cornerfold:hover {
  --progress: 0%;
}

.book {
  position: relative;
  width: 100%;
  height: 100%;
  box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.5);
  margin: 0px auto;
}
.page {
  position: absolute;
  height: inherit;
  width: 250px;
  top: 0px;
  background-size: 500px auto;
  transition: 1s ease-in-out;
}
.page:after {
  content: "";
  position: absolute;
  width: 100%;
  height: inherit;
  background-image: inherit;
  top: 0px;
  -webkit-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -webkit-transition: 1s ease-in-out;
  -moz-transition: 1s ease-in-out;
  background-size: 500px auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  box-shadow: inset 0px 0px 0px 250px rgba(0, 0, 0, 0);
}
/*
.page.p1:before {
  content: "";
  position: absolute;
  width: 100%;
  height: inherit;
  background-image: inherit;
  top: 0px;
  -webkit-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -webkit-transition: 1s ease-in-out;
  -moz-transition: 1s ease-in-out;
  background-size: 500px auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  box-shadow: inset 0px 0px 0px 250px rgba(0, 0, 0, 0);
}
*/
.page.p1 {
  left: 0px;
  background-image: url("https://www.manageengine.com/fr/cybersecurity/2022/css/../images/sliderone.png");
  background-position: 0% 65%;
  border-top-left-radius: var(--border-radius);
  border-bottom-left-radius: var(--border-radius);
}
.page.p1:after {
  left: 250px;
  transform-origin: 0% 0%;
  z-index: 2;
  background-position: 100% 65%;
  border-top-right-radius: var(--border-radius);
  border-bottom-right-radius: var(--border-radius);
}
.page.p1:before {
  left: 250px;
  transform-origin: 0% 0%;
  z-index: 3;
  background-position: 100% 65%;
  border-top-right-radius: var(--border-radius);
  border-bottom-right-radius: var(--border-radius);
		-webkit-animation: rotateanimi 1.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        animation: rotateanimi 1.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}
@keyframes rotateanimi {
  0% {
  transform: rotateY(0deg);
  }
  50% {
  transform: rotateY(-50deg);
  box-shadow: inset 0px 0px 0px 250px rgba(0, 0, 0, 0.4);
  }
	100% {
  transform: rotateY(0deg);
  transform-origin: 0% 0%;
		display: none;
  }
}
.page.p2 {
  right: 0px;
  background-image: url("https://www.manageengine.com/fr/cybersecurity/2022/css/../images/slidertwo.png");
  background-position: 100% 65%;
  border-top-right-radius: var(--border-radius);
  border-bottom-right-radius: var(--border-radius);
}
.page.p2:after {
  left: -250px;
  transform-origin: 100% 0%;
  transform: rotateY(180deg);
  z-index: 1;
  background-position: 0% 65%;
  box-shadow: inset 0px 0px 0px 250px rgba(0, 0, 0, 0.4);
  border-top-left-radius: var(--border-radius);
  border-bottom-left-radius: var(--border-radius);
}

.book:hover .page.p1:after {
  transform: rotateY(-180deg);
  box-shadow: inset 0px 0px 0px 250px rgba(0, 0, 0, 0.4);
}
.book:hover .page.p1:before {
	display: none;
}
.book:hover .page.p2:after {
  transform: rotateY(0deg);
  box-shadow: inset 0px 0px 0px 250px rgba(0, 0, 0, 0);
	animation-play-state: paused;
}

.items:hover {
	cursor: pointer;
}
.anim750{
  transition: all 750ms ease-in-out;
}

.wrapper{
  position:relative;
  width:500px; 
  height:414px;
  background:#000; 
  color:#FFF; 
  font-size:25px; 
}

.bg_wrapper{
  position:absolute; 
  top:0; 
  right:0; 
  width:30px; 
  height:30px; 
  overflow:hidden; 
  max-width: 100%; 
  max-height:100%
}

.bg {
  background:#CC0000; 
  width:500px; 
  height:414px;
  position:absolute; 
  top:0; 
  right:0;
}

.bg-img {
  position:absolute; 
}

.bg-cover {
  position:absolute; 
}

.corner-box {
  position:absolute; 
  width:500px; 
  height:414px;
  z-index: 0;
}

.corner{
  width:30px; 
  height:30px; 
  position:absolute; 
  top:0; 
  right:0;
  box-shadow: rgb(0 0 0) 2px 0px 9px;
}

    .flip-container:hover .flipper,
    .flip-container.hover .flipper {
        -webkit-transform: rotateY(180deg);
    }
    
    
    .flipper {
        -webkit-transition: 1.5s;
/*    overflow: visible !important;*/
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
        position: relative;
    }
_::-webkit-full-page-media, _:future, :root .flipper {


		-webkit-backface-visibility: hidden;

}
    
    .back {
        -webkit-backface-visibility: hidden;
        position: absolute;
        top: 0;
        left: 0;
    }
    
    .back {
        -webkit-transform: rotateY(180deg);
        background: rgb(218, 138, 138);
    }

figure.effect-sarah {
	background: #000;
	    margin: 10px 0px;
}

figure.effect-sarah img {
	max-width: none;
	width: -webkit-calc(100% + 20px);
	width: calc(100% + 20px);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-10px,0,0);
	transform: translate3d(-10px,0,0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect-sarah:hover img {
	opacity: 0.3;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-sarah figcaption {
	text-align: center;
}



figure.effect-sarah h2::after {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 40px;
    background: #c94747;
    content: '';
    -webkit-transition: -webkit-transform 0.75s;
    transition: transform 0.75s;
    -webkit-transform: translate3d(-200%,0,0);
    transform: translate3d(-200%,0,0);
    z-index: -1;
}

figure.effect-sarah:hover h2::after {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-sarah p {
	opacity: 0;
	height: 180px;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0);
}
figure.effect-sarah h2 {
	position: relative;
	overflow: hidden;
	padding: 0.5em 0;
	    font-size: 1.2em;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-140%,0,0);
	transform: translate3d(-140%,0,0);
}
figure.effect-sarah p {
	line-height: 1.4;
}
figure.effect-sarah:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
figure.effect-sarah:hover h2 {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	
}
figure {
	position: relative;
	float: left;
	overflow: hidden;
	width: 100%;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.9;
}

figure figcaption {
	padding: 2em;
	color: #fff;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure figcaption::before,
figure figcaption::after {
	pointer-events: none;
}

figure figcaption,
figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* footer */
footer {
    background: #16141a;
	position: relative;
    z-index: 9999; 
}
footer > .container
{
	padding: 50px 0;
}
a.ftr-brand {
    display: block;
    width: 200px;
    margin-bottom: 20px;
}
.address li, .address li a {
    color: #f0f0f0;
    line-height: 1.6;
	font-size: 0.9em;
}
p.copyright {
    color: #fff;
	font-size: 0.9em;
	margin:5px 0;
}
.zlogo {
        height: auto;
    width: 55px;
    text-indent: -9999em;
    background: url(https://www.manageengine.com/images/zoho.svg) 0 0 no-repeat;
    display: inline-block;
    margin: 0 3px;
}
ul.social{display:block;text-align:right;}
.social li{display:inline-block;}
.social li a{height:35px;width:35px;border: 1px solid #fff;padding: 8px;margin: 0 5px;border-radius: 100%;display: inline-block;}
.social li:first-child a{margin-left: 0;}
.social li a:hover{text-decoration:none}
.social li a.fb{background:url(https://www.manageengine.com/images/footer-sprite.svg) no-repeat 0 0;background-size: 25%!important;background-position: center;}
.tw{background:url(https://www.manageengine.com/images/footer-icon-tw.svg) no-repeat 0 3px;background-size:45%;background-position: 50% 52%;}
.in{background:url(https://www.manageengine.com/images/footer-icon-in.svg) no-repeat 0 0;background-size: 45%;background-position: 50% 46%;}
.yt{background:url(https://www.manageengine.com/images/footer-icon-yt.svg) no-repeat 0 4px;background-size: 45%;background-position: center;}
a.insta{background:url(https://www.manageengine.com/images/ft-insta.png) no-repeat 0 0;background-size:45%;background-position:center;}
.social a.fb:hover{background-color:#4267b2}
.social li a.tw:hover{background-color:#1da1f2}
.social li a.in:hover{background-color:#0e76a8}
.social li a.yt:hover{background-color:red}
.social li a.insta:hover{background:url(https://www.manageengine.com/images/ft-insta.png) no-repeat 0 0,linear-gradient(45deg,#f09433 0,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%) no-repeat;background-size:45%,100%!important;background-position:center}
/*---- animation  ------*/
.active-anim{}

svg {
  font-family: 'Russo One', sans-serif;
  position: relative; 
  width: 100%; height: 100%;
}
svg text {
  text-transform: uppercase;
  animation: stroke 5s infinite alternate;
  stroke-width: 2;
  stroke: #365fa0;
  font-size: 140px;
}
@keyframes stroke {
  0%   {
    fill: rgba(72,138,20,0); stroke: rgba(54,95,160,1);
    stroke-dashoffset: 25%; stroke-dasharray: 0 50%; stroke-width: 2;
  }
  70%  {fill: rgba(72,138,20,0); stroke: rgba(54,95,160,1); }
  80%  {fill: rgba(72,138,20,0); stroke: rgba(54,95,160,1); stroke-width: 3; }
  100% {
    fill: rgba(72,138,204,1); stroke: rgba(54,95,160,0); 
    stroke-dashoffset: -25%; stroke-dasharray: 50% 0; stroke-width: 0;
  }
}

.splt, .sectwohed1, .sectwohed2, .sectwohed3{
	    display: block;
    opacity: 0;
    transform: translateY(100%) rotateX(-90deg);
    transform-origin: center top;
    transform-style: preserve-3d;
    transition: opacity 0s cubic-bezier(.215,.61,.355,1),transform 0s cubic-bezier(.215,.61,.355,1);
}
.active-anim .splt, .active-anim .sectwohed1, .active-anim .sectwohed2, .active-anim .sectwohed3 {
	    opacity: 1;
    transform: none;
    transition-duration: .8s;
	    transition-delay: .1s;
}
.active-anim .sectwohed1 {
    transition-duration: 1s;
	    transition-delay: .4s;
}
.active-anim .sectwohed2 {
    transition-duration: 1.2s;
	    transition-delay: .6s;
}
.active-anim .sectwohed3 {
    transition-duration: 1.4s;
	    transition-delay: .8s;
}
.c-header_title_line {
    display: block;
    opacity: 0;
    transform: translateY(100%) rotateX(-80deg);
    transform-origin: center top;
    transform-style: preserve-3d;
    transition: opacity 0s cubic-bezier(.215,.61,.355,1),transform 0s cubic-bezier(.215,.61,.355,1);
}
.active-anim .c-header_title_line {
	    opacity: 1;
    transform: none;
    transition-duration: .8s;
}
.active-anim .c-header_title_line:first-child {
	    transition-delay: .1s;
	
}
.active-anim .c-header_title_line:nth-child(2) {
	    transition-delay: .2s;
	
}
.active-anim .c-header_title_line:nth-child(3) {
	    transition-delay: .3s;
	
}
.active-anim .c-header_title_line:nth-child(5) {
	    transition-delay: .4s;
	
}
/*load more sec css*/
p.loadersec {
    text-align: center;
	margin:20px 0 0;
}
span.load-more {
    color: #000;
    cursor: pointer;
    display: inline-block;
    position: relative;
	padding-top: 20px;
}
.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 #000;
    border-radius: 50%;
    border-top: 8px solid #fff;
    width: 10px;
    height: 10px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    position: absolute;
    transform: translate(-50%, -50%);
     top: 89%;
    right: 41%;
    z-index: 9;
}
span.load-more.disabled {
    opacity:0;
    pointer-events: none;
}
@keyframes spin{
0% {transform: rotate(0);}
100% {transform: rotate(360deg);}
}
.success-msg {
    display: none;
    position: fixed;
    top: 0;
    z-index: 99900;
    background: #ffc101;
    width: 100%;
    text-align: center;
    padding: 20px 0;
}
.success-msg h4 {
	margin: 0;
}
.section-game .container {
	width: 100%;
	    max-width: 100%;
}
.preloader {
	    background: #fff;
    z-index: 10000000;
    width: 100%;
    position: fixed;
    height: 100%;
    top: 0;
}
.circ {
    -webkit-backface-visibility: hidden;
    margin: 60px auto;
    width: 180px;
    height: 180px;
    background-color: #fff;
    position: relative;
    z-index: -1;
    left: 0%;
    top: 20%;
    overflow: hidden;
	text-align: center;
}

.load{  
  position: absolute;
  width: 7ch; height: 32px;
  text-align: left;
  line-height: 32px;
  margin: -10px auto;
  -webkit-font-smoothing: antialiased;
    font-family: 'Zoho_Puvi_Regular', sans-serif;
  font-size:28px;
  font-weight:400;
  color:#000;
  left: 10%; top: 84%;
  -webkit-animation:fontAnim 1.5s infinite;
  -webkit-animation-timing-function:ease-out;
  word-wrap: break-word;
  display:block;
  overflow: hidden;
}

  @-webkit-keyframes fontAnim{
        0%{ width:6ch; }
       32%{ width:7ch; }
       64%{ width:8ch; }
     100% { width:9ch;} 
  }
#survivalDiv {
	background: #d2d2cf	;
}
.pointspopup {
	padding: 40px;
	background: url("https://www.manageengine.com/fr/cybersecurity/2022/css/../images/pointsboxbg.jpg");
    background-repeat: no-repeat;
	background-size: cover;
	width: 60%;
	position: absolute;
	top: 30%;
	left: 0;
	right: 0;
	text-align: center;
	margin: auto;
	color: #fff;
	text-align: left;
	display: none;
}
.pointspopup h3 {
	color: #FEEB34;
	    font-family: 'Zoho_Puvi_Bold';
    font-size: 2.5em;
}
.pointspopup p {
	font-family: 'Zoho_Puvi_SemiBold';
}
.continue-button {
	padding: 20px 40px;
	background: #FEEB34;
	color: #000;
	    display: inline-block;
	font-family: 'Zoho_Puvi_SemiBold';
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
}
.continue-button:hover {
	cursor: pointer;
	transform: scale(1.1);
	background: #fff;
}

.yougot {
	font-size: 1.5em;
}
.scorer {
	font-size: 4.4em;
	display: block;
	font-family:'Zoho_Puvi_ExtraBold';
}
.welldone {
    padding-left: 25px;
}
.welldone:after {
	content: '';
	position: absolute;
	width: 1px;
	height: 100%;
	background: #fff;
	left: 0;
	top: 0;
}
.privacy-policy a{
	color: #fff;
	text-decoration: underline !important;
}
    .but-styl{background: url(https://www.manageengine.com/fr/cybersecurity/2022/css/../images/leftarrow.png) no-repeat right center;left: -71%;top: 10%;padding: 150px;background-position: 90%;height: 500px;}
    #next {background: url(https://www.manageengine.com/fr/cybersecurity/2022/css/../images/rightarrow.png) no-repeat left center;height: 500px;left: auto;right: -72%;top: 10%;background-position: 13%;}
.explorenowbut {
	padding: 20px 30px;
	background: #FFCE00;
	display: inline-block;
	margin: 20px 0px;
	color: #000;
	text-align: center;
	font-family: 'Zoho_Puvi_SemiBold';
}
.explorenowbut:hover {
	    background: #ed3b6e;
	    color: #fff;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
#meGDPRMessage {
	font-size: 1.2em;
    line-height: 1.8;
}.popup-resource-success {
	text-align: center;
}
.popup-quizgame {
	overflow: scroll;
	background: #fff;
}
.quiz_game_error {
	text-align: center;
margin: auto;
widows: auto;
width: -moz-fit-content;
width: fit-content;
display: block;
}
.quiz_game_error p {
	margin: 0;
}
.quiz_intro::after {
	    top: -12%;
}
.redsubhed {
	    font-weight: 400;
    margin: 0 0 30px 0;
    line-height: 1.3em;
    color: #BE2024;
    display: inline-block;
    width: 100%;
	font-size: 2em;
}
.not {
    position: absolute;
    top: -38px;
    left: 52.5%;
    padding-right: 15px;
    font-family: 'Zoho_Puvi_Bold';
    font-size: 1.2em;
    line-height: normal;
    line-height: 1.3em;
    color: #bf2024;
    transform: rotate(-8deg);
}
.not:after {
    content: '';
    background: url(https://www.manageengine.com/fr/cybersecurity/2022/css/../images/arrowvector.png);
    position: absolute;
    width: 30px;
    height: 30px;
    top: 141%;
    left: 13%;
    background-size: 16px;
    background-repeat: no-repeat;
}
#survivalRules h3 {
	color: #286191;
    text-align: right;
    margin: 50px 0px 10px 0px;
	font-size: 2em;
}
/*-------------Laptop--------------*/
.mockup {
  display: inline-block;
  position: relative;
  z-index: 3;
  text-align: center;
  font-size: 0;
  perspective: 2400px;
  perspective-origin: 50% 100%;
  opacity: 0;
  transition: 500ms opacity;
}

.mockup.loaded {
  opacity: 1;
}

.mockup .part .top,
.mockup .part .bottom {
  position: absolute;
  top: 0;
  left: 0;
}

.mockup .part.top {
  transform: translate3d(0, 0, 0) rotateX(-90deg);
	-webkit-animation: laptopmover 1.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) infinite alternate forwards;
	        animation: laptopmove 1.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) infinite alternate forwards;
}
@-moz-document url-prefix() {
.mockup .part.top {
	-webkit-animation: none;
	        animation: none;
            transform: translate3d(0, 0, 0) rotateX(0deg);
}
}
@-webkit-keyframes laptopmove {
  0% {
    -webkit-transform: translate3d(0, 0, 0) rotateX(-90deg);
            transform: translate3d(0, 0, 0) rotateX(-90deg);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) rotateX(0deg);
            transform: translate3d(0, 0, 0) rotateX(0deg);
  }
}
@keyframes laptopmove {
  0% {
    -webkit-transform: translate3d(0, 0, 0) rotateX(-90deg);
            transform: translate3d(0, 0, 0) rotateX(-90deg);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) rotateX(0deg);
            transform: translate3d(0, 0, 0) rotateX(0deg);
  }
}

.mockup .part {
  display: inline-block;
  position: relative;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transform-origin: 50% 100%;
  transition: 900ms;
}

.mockup.opened .part .top {
  transform: translate3d(0, 0, -7px) rotateX(90deg) scale(1, 1);
}

.mockup .part .top {
  transform-origin: 50% 0;
  transform: translate3d(0, 0, -7px) rotateX(90deg);
  transition: 900ms;
}

.mockup img {
  display: block;
  max-width: 100%;
  backface-visibility: hidden;
}

.mockup .part .cover {
  position: relative;
}

.mockup .videoimg {
  display: block;
  position: absolute;
  top: 8%;
  left: 4%;
  width: 92%;
  border-radius: 6px;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 1px);
}

.mockup .part.bottom {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate3d(0, 0, 0) rotateX(-90deg);
}

.mockup .part .bottom {
    transform-origin: 50% 0;
    transform: translate3d(0,0,0) rotateX(90deg);
}
.betterexp {
    position: absolute;
    top: 18%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    z-index: 10;
	display: none;
}
.betterexp .laptop-container {
    width: 50%;
	margin: auto;
}
.betterexp span{
	    position: relative;
    color: #fff;
    margin-top: 30px;
    display: block;
    font-size: 2em;
	font-family: 'Zoho_Puvi_SemiBold';
	padding: 20px;
}
#survivalRules ul li {
	font-size: 14px;
}
span.quiz_game_numbers {
	font-family: 'Zoho_Puvi_Bold';
}
footer .for-terms {
    font-size: 15px;
	    margin: 0;
    color: #fff;
    text-align: center;
	padding-top: 15px;
}
footer a {
    color: #ffce00;
}
.yougot {
	    padding-top: 30px;
}
.gameimg {
	display: none;
}
div.ecard-headerselectlang {
    display: inline-block;
    vertical-align: middle;
    width: 190px;
    float: right;
    padding: 0;
    -webkit-transition: all 100ms ease-out 200ms;
    -moz-transition: all 100ms ease-out 200ms;
    -o-transition: all 100ms ease-out 200ms;
    transition: all 100ms ease-out 200ms;
    position: relative;
    text-align: left;
}
div.ecard-headerselectlang p {
    display: block;
    padding: 10px;
	background: #e93d4a;
    background: -webkit-linear-gradient(left, #860932 , #e93d4a, #f9945b);
    background: -o-linear-gradient(right, #860932, #e93d4a , #f9945b);
    background: -moz-linear-gradient(right, #860932, #e93d4a , #f9945b);
    background: linear-gradient(to right, #860932 , #e93d4a, #f9945b);
    color: #fff;
    font-size: 1em;
    cursor: pointer;
    border-radius: 5px;
    position: relative;
    line-height: normal;
    font-family: 'Zoho_Puvi_Medium';
	margin: 0;
}
div.ecard-headerselectlang:hover .headdefault_lang_dropdown p {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
div.ecard-headerselectlang p span {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 10px;
}
.mobile-flag {
    display: none!important;
}
.mobile-flag img {
    width: 16px;
    height: 16px;
    border-radius: 50%;
}
div.ecard-headerselectlang ul {
    padding: 0 0 0 0;
    height: 0;
    overflow: auto;
    position: absolute;
    width: 100%;
    top: 35px;
	background: #e93d4a;
    background: -webkit-linear-gradient(left, #860932 , #e93d4a, #f9945b);
    background: -o-linear-gradient(right, #860932, #e93d4a , #f9945b);
    background: -moz-linear-gradient(right, #860932, #e93d4a , #f9945b);
    background: linear-gradient(to right, #860932 , #e93d4a, #f9945b);
    -webkit-transition: all 200ms ease-out 200ms;
    -moz-transition: all 200ms ease-out 200ms;
    -o-transition: all 200ms ease-out 200ms;
    transition: all 200ms ease-out 200ms;
    z-index: 99;
}
div.ecard-headerselectlang:hover ul {
    height: auto;
    position: absolute;
    top: 40px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
div.ecard-headerselectlang ul li {
    display: block;
}
header.active div.ecard-headerselectlang ul p:hover, div.ecard-headerselectlang ul p:hover {
    background: #1c85e8;
    color: #fff;
}
div.ecard-headerselectlang .headdefault_lang_dropdown p:after {
	    position: absolute;
    transform: translate(-50%,-50%);
    right: 6%;
    top: 50%;
    content: '';
    border-left: 6px solid transparent;
    border-top: 7px solid #fff;
    border-right: 6px solid transparent;
}
.nav-section {
	    display: inline-block;
    padding-right: 15px;
}
/*-----------Responsive---------------*/
@media only screen and (min-width:1600px){
	#man-anim {
		    top: -5%;
    width: 56%;
		    right: -11%;
}
	}
@media only screen and (min-width:1800px){ 
#man-anim {
		    top: -6%;
}
}
@media only screen and (min-width:2000px){ 
#man-anim {
    top: -5%;
    width: 1000px;
    right: 9%;
}
	.quiz_intro::after {
		right: 18%;
	}
}

@media only screen and (max-width:1490px) { 
	#survivalRules {
		    padding: 20px 50px 0px;
	}
	#survivalDiv {
		     background: #d2d2cf;
	}
	#survivalRules h3 {
		text-align: left;
	}
	.banner-section {
		    background-size: 700px;
	}
	.container {
		width: 1200px;
	}
}

@media only screen and (max-height:900px) { 
	.popup-form {
		top: 5%;
	}
}
@media only screen and (max-height:740px) {
	.commonheading {
		font-size: 2em;
	}
	.callback-text, .privacy-policy {
		margin-bottom: 5px;
	}
	.popup-form {
		height: 560px;
		overflow: scroll
	}
	.form-control, .uscountry select#contact_country, .uscountry select#country, .uscountry select#country_state {
		height: 45px;
	}
	#form-description {
		margin-bottom: 5px;
	}
}
@media only screen and (max-height:600px) {
	.betterexp {
		    top: 7%;
	}
	.popup-form .commonheading {
		font-size: 2em;
	}
	.popup-form {
		    height: 450px;
	}
	#man-anim {
		    top: -1%;
	}
}
@media only screen and (max-height:440px) {
	.betterexp .laptop-container {
		width: 250px;
	}
	.popup-form {
		    height: 400px;
	}  
}

@media only screen and (max-width:1300px){
	div.ecard-headerselectlang {
		    width: 150px;
	}
	.nav-menu li a {
		    padding: 10px 4px;
	}
	a.quiz_next {
		z-index: 10;
		position: relative;
	}
	section {
		    padding: 60px 0;
	}
	figure figcaption {
		padding: 15px;
	}
	figure.effect-sarah p {
		    margin: 0;
    font-size: 1.1em;
	}
	.not {
		left: 53%;
	}
	
	.quiz_intro::after {
		top: -6%;
	}
	#gameLayer {
		top: 10%;
	} 
	.container {
		width: 1000px;
	}
	.banner-section {
		background-position: 100%;
    background-size: 600px;
	}
	#bannersection br {
		display: none;
	}
}
@media only screen and (max-width:1100px){
	figure.effect-sarah h2 {
		font-size: 1.1em;
	}
	figure.effect-sarah p {
		    height: 160px;
		font-size: 1em
	}
	.popup-form {
		width: 80%;
	}
	.pointspopup {
		width: 70%;
	}
	#gameLayer {
		top: 20%;
	} 
	.container {
		width: 90%;
	}
	.banner-section {
    background-position: 100%;
    background-size: 400px;
}
		.nav-section {
    position: relative;
}
	.nav-menu {
        background: #fff;
    position: absolute;
    width: 135%;
		right:0;
    top: 60px;
		z-index: 99;
		display: none;
    box-shadow: -1px 4px 13px #ddd;
}
	.nav-menu li {
    display: block;
    text-align: center;
    border-bottom: 1px solid #b3b1b1;
    padding: 10px 0;
		margin: 0 10px;
}
	.nav-menu li a
	{
		color: #000;
		text-align: left;
	}
	.nav-menu li:last-child a {
    border: none;
    padding: 10px;
    color: #000;
		background: transparent;
}
		#topbar-menu-icon {
		position: absolute;
		right: 0;
    cursor: pointer;
    transform: translate3d(0,0,0);
    transition: transform .7s;
    z-index: 9999999;
    width: 30px;
    height: 30px;
    margin: 0;
		top: 10px;
}
	#topbar-menu-icon span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #000;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
	#topbar-menu-icon span:nth-child(1) {
    top: 0;
}
	#topbar-menu-icon span:nth-child(2) {
    top: 8px;
}
	#topbar-menu-icon span:nth-child(3) {
    top: 16px;
}
	.active-menu#topbar-menu-icon span:nth-child(1) {
    top: 8px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
	.active-menu#topbar-menu-icon span:nth-child(2) {
    opacity: 0;
    right: -60px;
}
	.fancy-title:after {
    margin: 20px 0;
}
	.active-menu#topbar-menu-icon span:nth-child(3) {
    top: 8px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
	}
	.mobilemenu-icon {
		display: block;
	}
	.nav-section {
		display: block;
		padding: 0;
	}
	div.ecard-headerselectlang {
		margin-right: 50px;
	}
	
}
@media only screen and (max-width:1000px){
	.nav-menu {
		width: 210%;
	}
	.letssur {
		font-size: 2em;
	}
	.gameimg {
		display: block;
	}
	#gameLayer {
		display: none;
	}
	figure.effect-sarah p {
		    height: 180px;
	}
	.betterexp {
		display: block;
	}
	#dialogLayerSection {
		display: none;
	}
	.not {
		    left: 54%;
	}
	.pointspopup {
		width: 80%;
	} 
	#gameArea {
		display: block;
		    min-height: 100%;
    min-width: 100%;
	}
	#survivalDiv, #survivalRules {
		width: 100%;
	}
	#survivalRules {
		display: none;
}
	.carousel li {
		width: 400px;
	}
	.carousel li.main-pos {
		margin-left: 5em !important
	}
	.carousel li.left-pos {
		    margin-left: -15em !important;
	}
	.but-styl {
		left: -58%;
	}
	#next {
		    right: -58%;
	}
	.carousel {
		height: 40em;
	}
	#man-anim {
    top: 2%;
		width: 100%;
		right: -34%;
}
	.secondaryheading {
		    font-size: 1.5em;
	}
	.quiz_intro_contents h2 {
		font-size: 2em;
	}
}
@media only screen and (max-width: 750px) {
	.not {
		    left: 61%;
	}
	.redsubhed {
		font-size: 1.6em;
	}
	#man-anim {
		width: 100%;
		    top: 15%;
    right: -33%;
	}
	.pointspopup {
		width: 90%;
	}  
	.section-six br{
		display: none;
	}
	.commonheading br {
		display: none;
	}
	.carousel li {
		width: 200px;
	}
		.carousel li.main-pos {
		margin-left: 11em !important
	}
	.carousel li.left-pos {
		    margin-left: 0em !important;
	}
	.carousel li.back-pos {
		margin-left: 10em !important;
	}
	.carousel li.right-pos {
		margin-left: 21em !important;
	}
	.but-styl {
		    left: -30%;
    height: 300px;
	}
	#next {
    right: -29%;
    height: 300px;
	}
	.carousel {
		height: 27em;
	}
}
@media only screen and (max-width: 686px) {
	.not {
		    left: 69%;
	} 

}
@media only screen and (max-width: 650px) {
	section {
    padding: 40px 0;
}
	#man-anim svg{
		transform: scale(1.4) !important;
        padding-top: 30px;
	}
	.mobile-flag {
    display: inline-block!important;
}
	div.ecard-headerselectlang {
		width: auto;
	}
	div.headdefault_lang_dropdown p span:first-child, #bg-vimeo_iframe {
    display: none;
}
	div.headdefault_lang_dropdown p span {
    margin: 0px 24px 2px 5px;
}
	div.ecard-headerselectlang ul {
    width: 360px;
    right: 0;
}
	div.ecard-headerselectlang:hover ul {
    height: auto;
}
	.betterexp {
		    top: 10%;
	}
	.mockup .part .top {
		    transform: translate3d(0, 0, -2px) rotateX(90deg);
	}
	.mockup.opened .part .top {
    transform: translate3d(0, 0, -2px) rotateX(90deg) scale(1, 1);
}
	.betterexp span {
		font-size: 1.5em;
		margin: 0;
	}
	.not {
    left: auto;
    font-size: 1em;
    top: auto;
    display: inline-block;
    position: relative;
    transform: none;
    padding: 0;
	} 
	.not:after {
		display: none;
	}
	.sectwohed1 {
		font-size: 1.4em;
		margin: 0;
	}
	br {
		display: none;
	}
	.popup-quiz-over-message {
		top: 10%
	}
	.nav-menu {
		    width: 330%;
	}
	.button-container {
		    padding: 15px 5px 0px;
	}
	#man-anim {
		    top: auto;
    position: relative;
    right: auto;
    width: 100%;
	}
	.commonheading {
		font-size: 2em;
		    margin: 0 0 30px 0;
	}
	.popup-form .commonheading {
		    margin: 0 0 15px 0;
	}
	.popup-form {
		    width: 90%;
    padding: 40px;
		top: 10%;
	}
	p.copyright {
    text-align: center;
    margin-bottom: 22px;
}
	ul.social {
    text-align: center;
}
	.welldone {
		padding: 0;
		text-align: center;
		padding-top: 20px;
	}.welldone:after {
		display: none;
	}
	.carousel {
		width: 300px;
		height: 25em;
	}
			.carousel li.main-pos {
		margin-left: 3em !important
	}
	.carousel li.left-pos {
		    margin-left: -6em !important;
	}
	.carousel li.back-pos {
		margin-left: 4em !important;
	}
	.carousel li.right-pos {
		margin-left: 12em !important;
	}
	.slide1 {
		    height: 49px;
    width: 49px;
	}
	.but-styl {
		    left: -99%;
    height: 200px;
	}
	#next {
		    
    right: -94%;
    height: 200px;
	}
	.banner-section {
		background: none;
	}
	.bannerimg {
		display: block;
		padding: 30px;
	}
	#survivalRules ul li{
		font-size: 1em;
	}
}
@media only screen and (max-width: 460px) {
	div.ecard-headerselectlang ul {
		width: 260px;
	}
	.popup-form .commonheading {
		    font-size: 1.5em;
	}
	.heythertext {
		    font-size: 2em;
    display: inline-block;
    padding-bottom: 5px;
	}
	.popup-form .commonheading {
		margin: 0 0px 6px 0;
	}

}
@media only screen and (max-width: 420px) {
	div.ecard-headerselectlang p {
		padding: 10px 4px;
	}
	div.ecard-headerselectlang {
		margin-right: 37px;
	}
	.betterexp span {
		font-size: 1em;
	}
	.nav-menu {
		  width: 350%;
	}
		.carousel li {
		width: 150px;
	}
			.carousel li.main-pos {
		margin-left: 5em !important;
	}
	.carousel li.left-pos {
		    margin-left: -3em !important;
	}
	.carousel li.back-pos {
		margin-left: 5em !important;
	}
	.carousel li.right-pos {
		margin-left: 11em !important;
	}
	.slide1 {
		    height: 49px;
    width: 49px;
	}
	.but-styl {
		    left: -50%;
    top: 18%;
    height: 100px;
    padding: 100px;
	}
	#next {
		    right: -51%;
    top: 18%;
	}
	.carousel {
		height: 22em;
	}
	#survivalRules {
		    padding: 20px 20px 40px;
	}
}
