/* -------------------------------------- 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}
.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%;
}
*{box-sizing:border-box;}
body{
    color:#000;
    margin: 0;
    text-align: center;
    font-size: 16px;
	font-family: 'Zoho_Puvi_Regular', sans-serif;
    line-height: normal;
    overflow-x: hidden;
}
@font-face {
   font-family:"Bungee";
   font-weight:400;
   font-style:normal;
   src:url("//static.zohocdn.com/webfonts/bungeeregular/font.eot");
   src:url("//static.zohocdn.com/webfonts/bungeeregular/font.eot?#iefix") format("eot"),
       url("//static.zohocdn.com/webfonts/bungeeregular/font.woff2") format("woff2"),
       url("//static.zohocdn.com/webfonts/bungeeregular/font.woff") format("woff"),
       url("//static.zohocdn.com/webfonts/bungeeregular/font.ttf") format("truetype"),
       url("//static.zohocdn.com/webfonts/bungeeregular/font.svg#Bungee-Regular") format("svg");}
h1{font-size:3.5em;font-family:'Bungee';}
p{font-size: 1.1em;line-height: 28px;}
a{text-decoration: none;color: #000;}
h3{font-size: 1.2em;}
h2{font-size: 2.4em;font-family:'Bungee'; margin-bottom:25px;}
section{padding:70px 0;}
header{
    position: absolute;
    width: 100%;
    background: transparent;
    padding: 25px 0;
    z-index: 9999;
}
header.active{
    position: fixed;
    background: #e2f2ff;
	-webkit-box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
	-moz-box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
	-o-box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
	box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
}
.container{width:1200px;margin: 0 auto;}
.fl{float:left;}
.fr{float:right;}
.me-logo{width:200px;height:auto;}
nav{
    margin-top: 12px;
    display: inline-block;
    vertical-align: top;
}
#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 ul li{display: inline-block;vertical-align: top;}
nav ul li a{padding: 0 0 10px 0;border-bottom: 2px solid transparent;color:#fff;margin-right:15px;}
nav ul li:hover a, nav ul li.active a,.login-sec span.ur-log-btn:hover{border-bottom: 2px solid #fff;}
header.active nav ul li:hover a, header.active nav ul li.active a{border-bottom: 2px solid #000;color:#000;}
header.active nav ul li a{color:#000;}
header.active .me-logo-white{display:none;}
header.active .me-logo-black{display:block;}
.me-logo-black{display:none;}
.nav-menu, .login-sec.active{display: inline-block;vertical-align: top;color:#000;}
header.active .login-sec.active{display: inline-block;vertical-align: top;color:#000;}
.login-sec .unverified, .login-sec .verified{display: none;font-size: .8em;}
.login-sec span{color:#fff;cursor:pointer;padding: 0 0 10px 0;}
header.active .login-sec span{color:#000;}
.ur-log-btn{margin-left:15px;}
header.active .login-sec span.ur-log-btn:hover{border-bottom: 2px solid #000;color:#000;}
header.active .fl,header.active .fr{display:none;}
header.active .close-campaign{display:block;}
.close-campaign{display:none;text-align:center;color:#000;padding:0;margin:0;}

.video-pop{display: none;}
.participate-sec{padding:70px 0 0;}
.participate-btn {
    background:#FFEF00;
    color: #000;
    vertical-align: top;
    border-radius: 3px;
    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;
	display:inline-block;
	-webkit-clip-path: polygon( 0% 0%, 0% 0%, 90% 0%, 100% 25%, 100% 100%, 100% 100%, 10% 100%, 0 70% );
	-moz-clip-path: polygon( 0% 0%, 0% 0%, 90% 0%, 100% 25%, 100% 100%, 100% 100%, 10% 100%, 0 70% );
	clip-path: polygon( 0% 0%, 0% 0%, 100% 0%, 100% 0%, 100% 100%, 100% 100%, 10% 100%, 0 70% );
}
.participate-btn:hover{
    background:#fff;
    color: #000;
}
.watchvideo-btn,.participate-btn {
	padding: 22px 40px;
    font-size: 1.2em;
    cursor: pointer;
}
.watchvideo-btn{
    background:#EA0000;
	color:#fff;
    margin-left: 60px;
	-weblit-clip-path: polygon( 0% 0%, 0% 0%, 90% 0%, 100% 30%, 100% 100%, 100% 100%, 10% 100%, 0 70% );
	-moz-clip-path: polygon( 0% 0%, 0% 0%, 90% 0%, 100% 30%, 100% 100%, 100% 100%, 10% 100%, 0 70% );
	clip-path: polygon( 0% 0%, 0% 0%, 90% 0%, 100% 30%, 100% 100%, 100% 100%, 10% 100%, 0 70% );
}
.watchvideo-btn:hover{
    background: #fff;
    color: #000;
}
.watchvideo-btn:hover img,.puzzle-btn:hover img{
	filter: brightness(0);
}
.puzzle-btn:hover{background:#FFEF00;color:#000;}
.watchvideo-btn img{
	vertical-align: middle;
    margin-right: 20px;
}
.video-pop {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .9);
    display: none;
    z-index: 999999;
    overflow-x: auto;
}
.video-closeanywhare {
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background: rgba(31, 42, 66, 0.45);
    position: absolute;
    z-index: 2;
    top: 0;
    display: none;
}
.video-pop-inner {
    background: #081122;
    color: #fff;
    width: 90%;
    height: 80%;
    margin: 5% auto 0 auto;
    padding: 0;
    text-align: center;
    position: relative;
    z-index: 4;
}
iframe#iframevideo {
    width: 100%;
    height: 100%;
}
.vpop-close {
    position: absolute;
    top: 0px;
    right:0px;
    cursor: pointer;
    z-index: 3;
}
div.ecard-headerselectlang {
    display: inline-block;
    vertical-align: middle;
    width: 220px;
    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;
    margin: 0 0 0 10px;
    text-align: left;
}
div.ecard-headerselectlang .headdefault_lang_dropdown p:after{
	border: 1px solid #000;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(45deg);
  	transform: -webkit-rotate(45deg);
    content: '';
    position: absolute;
    right: 20px;
    top: 14px;
    vertical-align: middle;
}
header.active div.ecard-headerselectlang .headdefault_lang_dropdown p{
    color: #000;
}
div.ecard-headerselectlang ul {
    padding: 0 0 0 0;
    height: 0;
    overflow: auto;
    position: absolute;
    width: 100%;
    top: 35px;
    background: #fff;
    -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;
}
header.active div.ecard-headerselectlang ul {
    background: #fff;
}
div.ecard-headerselectlang:hover ul {
    height:170px;;
    position: absolute;
    top: 44px;
    width: 100%;
}
div.ecard-headerselectlang ul li {
    display: block;
}
div.ecard-headerselectlang p {
    display: block;
    padding: 10px 10px 10px 0px;
    border-bottom: 1px solid #fff;
    background: #fff;
    color: #000;
    font-size: 1em;
    font-weight: 400;
    cursor: pointer;
    border-radius: 5px;
	position:relative;
	line-height:normal;
}
header.active div.ecard-headerselectlang ul p{
    background:#e2f2ff;
}
header.active div.ecard-headerselectlang ul p:hover,div.ecard-headerselectlang ul p:hover{
    background: #0290ed;
    color:#fff;
}
div.ecard-headerselectlang p span {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 10px;
}
div.ecard-headerselectlang p img {
    width: 16px;
}
/*----------------------------Home----------------------------*/
#Home{background:#E2F2FF;text-align: center;color:#fff;min-height: 500px;padding: 150px 0 0 0;position: relative;overflow:hidden;}
#Home .container{position: relative;z-index: 3;}
#Home h1{margin: 20px 0;font-family:'Bungee';}
#Home h3{margin:0 0 20px;}
#Home a{border-radius: 13px;position: absolute;bottom:30px;width:30px;margin: 0 auto;z-index: 2;}
.search{padding: 10px;border-radius: 35px;background: #E5E5E5;}
.search .search-text{border: none;background: transparent;}
.search .search-icon{width: 23px;float: right;margin-top: -3px;}
.sch{margin: 10px;}
.banner-down-arrow img{width:30px;height: auto;}
.overlay-bg {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    left: 0;
    top: 0;
	right:0;
	bottom:0;
    z-index: 2;
}
#intro-video {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    z-index: 1;
    -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;
    position: absolute;
    left: 0;
    top: 0;
	right:0;
	bottom:0;
    overflow: hidden;
    background: #000;
    object-fit: cover;
}
/*-----------------Game-nav----------------------*/
.text-center{text-align:center;}
#Game-nav p.text-center{margin-bottom:70px;}
.game-tabs{text-align:center;margin:auto;}
.game-tabs ul li{
	display:inline-block;
	vertical-align:top;
	border: 1px solid #73B0E3;
    width: 25%;
    margin: 0 20px;
	transform:scale(0.9);
	opacity:0.9;
	transition:all ease 0.7s;
	cursor:pointer;
/*	height:400px;*/
	position:relative;
	background:#E2F2FF;
	color:#000;
	border-radius:3px;
}
.game-tabs ul li:hover{transform:scale(1);opacity:1;}
.top-box{
	height:200px;
	position:relative;
}
.top-box img{
	position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 40%;
}
.first-box .top-box img{width:50%;}
.third-box .top-box img{width:35%;}
.bottom-box{
	padding:0 25px 35px;
}
.bottom-box h6{
	font-size:1.3em;
	font-family:'Zoho_Puvi_Medium';
}
.bottom-box p{
	padding:10px 0;
	line-height:24px;
	font-size:1em;
	min-height:100px;
}
.bottom-box span{
	display: inline-block;
    width: 15px;
    height: 15px;
    border: 2px solid #000;
    transform: rotate(45deg);
    border-top: none;
    border-left: none;
}
/*----------------------------Ecard----------------------------*/
#E-card{padding:60px 0 150px 0;background:#000;color:#fff;}
.ecard-thumb li p {
  color: white;
  font-weight: bold;
  font-size: 5em;
  text-align: center;
  margin-top: 1.175em;
}
/*.carousel{width: 72%;}*/

.left-pos {
  opacity: 0.25;
  margin-left: -71em !important;
  z-index: 1000;
	position:relative;
}
.back-pos {
  margin-left: 2em !important;
  opacity: .05;
}

.right-pos {
  opacity: 0.25;
  margin-left:  25em !important;
  z-index: 1000;
	position:relative;
}
#backToTop {
    display: none!important;
}
#1:target ~ .img-container {left: 0;}
/*----------------------------OnlinePuzzle----------------------------*/
.space-60{height:40px;}
.space-90{height:90px;}
h4{font-size:1.4em;margin-bottom:40px;}
#Onlinepuzzle{background:#fff; position:relative;}
.choose-pic a{display:inline-block;cursor:pointer;width:19%;margin:2% 3%;}
.choose-pic .pics{
	display:inline-block;
	position:relative;
}
.choose-pic .pics:before{
	content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0,0.7);
    border-radius: 2px;
	opacity:0;
	text-align:center;
    transition: all .5s;
}
.choose-pic .pics:after{
	content: 'Choose the picture';
    position: absolute;
	color:#fff;
	opacity:0;
	transform: translate(-50%, -50%);
    top: 50%;
    width: 100%;
    transition: all .5s;
}
.choose-pic a:hover .pics:after,.choose-pic a:hover .pics:before{opacity:1;}
.choose-pic .pics img{width:100%;height:100%;display:block;border:1px solid #0b0909;-webkit-border-radius:2px;-moz-border-radius:2px;-o-border-radius:2px;-ms-border-radius:2px;border-radius:2px;}
.game-stage li{
	display: inline-block;
/*    width: 14%;*/
    margin: 0 20px;
    background: #FCE6D3;
    min-height:120px;
    position: relative;
	padding:60px 80px;
}
.game-stage li a{
	text-align: center;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: auto;
}
.game-stage li a img{
	margin-top:10px;
}
.game-stage li.active{border:1px solid #FF0000;}
.puzzle-btn{
	background:#191818;
	color:#fff;
	padding:22px 40px;
  	position: relative;
	display:inline-block;
	vertical-align:middle;
	margin-top:50px;
	font-size:1.2em;
	cursor:pointer;
	-weblit-clip-path: polygon( 0% 0%, 0% 0%, 90% 0%, 100% 30%, 100% 100%, 100% 100%, 10% 100%, 0 70% );
	-moz-clip-path: polygon( 0% 0%, 0% 0%, 90% 0%, 100% 30%, 100% 100%, 100% 100%, 10% 100%, 0 70% );
	clip-path: polygon( 0% 0%, 0% 0%, 90% 0%, 100% 30%, 100% 100%, 100% 100%, 10% 100%, 0 70% );
	-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;
}
.puzzle-btn img{
	vertical-align:middle;
	margin-right:20px;
}
/*----------------------------GuessITword----------------------------*/
#Guessitword{position:relative;background:-webkit-linear-gradient(to top, #c0ebff,#fff);background:-moz-linear-gradient(to top, #c0ebff,#fff);background:-o-linear-gradient(to top, #c0ebff,#fff);background:linear-gradient(to top, #c0ebff,#fff);}
.guess-box{
/*	background:#E0F5FF;*/
	position:relative;
	width: 70%;
    margin: 40px auto 0px auto;
}
.guess-box:after{
	content:'';
    position: absolute;
    right: 0px;
    top: 0;
  
}
.letter-box{
	height:300px;
	position:relative;
}
.spell-box{
	position:absolute;
	transform:translate(-50%,-50%);
	top:50%;
	left:50%;
	width:100%;
}
.spell-box span{
	display: inline-block;
    background: #000;
    -weikit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    width: 65px;
    height: 65px;
    line-height: 65px;
    font-size: 1.5em;
    margin: 0 10px;
}
.game-control{
	background:#ADE5FF;
	padding:35px 0;
}
.game-control div{
	display:inline-block;
	margin:0 20px;
	vertical-align:middle;
}
.hint-box,.spell-check{
	color: #000;
    padding: 22px 40px;
    position: relative;
    font-size: 1.2em;
    cursor: pointer;
}
.spell-check{
	background:#FFBA00;
	-webkit-clip-path: polygon( 0% 0%, 0% 0%, 90% 0%, 100% 25%, 100% 100%, 100% 100%, 10% 100%, 0 70% );
	-moz-clip-path: polygon( 0% 0%, 0% 0%, 90% 0%, 100% 25%, 100% 100%, 100% 100%, 10% 100%, 0 70% );
	clip-path: polygon( 0% 0%, 0% 0%, 100% 0%, 100% 0%, 100% 100%, 100% 100%, 10% 100%, 0 70% );
}
.hint-box{
	background:#87D2F5;
	-weblit-clip-path: polygon( 0% 0%, 0% 0%, 90% 0%, 100% 30%, 100% 100%, 100% 100%, 10% 100%, 0 70% );
	-moz-clip-path: polygon( 0% 0%, 0% 0%, 90% 0%, 100% 30%, 100% 100%, 100% 100%, 10% 100%, 0 70% );
	clip-path: polygon( 0% 0%, 0% 0%, 90% 0%, 100% 30%, 100% 100%, 100% 100%, 10% 100%, 0 70% );
}
.timescore{
	background:#fff;
	font-size:1.2em;
	padding:15px 30px;
}
.timescore div{
	display:block;
	margin:0;
	text-align:left;
}
.timescore .timer{
	margin-bottom:10px;
}
/*----------------------------LookBack----------------------------*/
#Lookback{background:#BFEBFF;position:relative;}
#Lookback ul{margin-top: 70px;color:#fff;}
#Lookback ul li{
	 display: inline-block;
    vertical-align: top;
    width: 17%;
    margin: 0 15px;
    position: relative;
    min-height: 250px;
    transition: all ease-in-out .5s;
    overflow: hidden;
    clip-path: polygon( 0% 8%, 6% 0%, 100% 0%, 100% 0%, 100% 100%, 100% 100%, 0% 100%, 0 100% );
    background:#96D7FF;
}
#Lookback ul li a{
	clip-path: polygon( 0% 8%, 6% 0%, 100% 0%, 100% 0%, 100% 100%, 100% 100%, 0% 100%, 0 100% );
    display: block;
    position: absolute;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    top: 3px;
    left: 3px;
}
.year{bottom: -82px;position: absolute;padding: 20px 0 30px;width: 100%;transition: all ease-in-out .5s;background:#96D7FF;}
.year h3{padding: 0 0 28px;color:#000;}
.year .visit{padding: 10px;border: 1px solid #065c9d;font-weight: 600;display:inline-block;margin: 15px auto;margin: auto;background:#065c9d;color:#fff;-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-border-radius: 2px;-moz-border-radius: 2px;-o-border-radius: 2px;border-radius: 2px;}
.year .visit:hover{background:#fff;color:#000;border-color:#fff;}
.year-img{width: 100%;height: 200px;}
.year1-img{background: url("../images/year2016.jpg") no-repeat center 0;background-size: cover;}
.year2-img{background: url("../images/year2017.jpg") no-repeat center 0;background-size: cover;}
.year3-img{background: url("../images/year2018.jpg") no-repeat center 0;background-size: cover;}
.year4-img{background: url("../images/year2019.jpg") no-repeat center 0;background-size: cover;}
.year5-img{background: url("../images/year2020.jpg") no-repeat center 0;background-size: cover;}
#Lookback ul li:hover .year{bottom: 0px;overflow: auto;}
/*----------------------------Footer----------------------------*/
footer{background:#000;padding: 60px 0;color:#fff;}
.foot-me-logo{display: inline-block;margin-bottom: 10px;}
.foot-me-logo img{width:240px;height:auto;}
footer a{color:#ffef01;}
.share-list a{
    display: inline-block;
    vertical-align: top;
    margin: 10px 0;
    padding: 8px 8px 5px;
    border:1px solid #fff;
    border-radius: 50%;
	background:#fff;
}
footer .copyright,footer .for-terms{font-size:15px;}
footer .copyright a{color:#fff;text-decoration: underline;}
footer .copyright a:hover{text-decoration: none;}
.share-list svg{width:20px;height: auto;}
#meGDPRMessage{margin: 10px 0 0 0;line-height:24px;}
.game-popup #meGDPRMessage{margin: 10px 0;text-align: center;}
.game-popup #meGDPRMessage .checkmarkgdpr{background: #E4EBB4;border: 1px solid #B9B9B9;}
#meGDPRMessage .checkmarkgdpr{box-sizing: content-box;}
body#gr .wordgame_userinput_form form input[type="text"]{margin:0;}
/*-------------Ecard mail styles------------*/
.carousel {
    width: 550px;
    height: 30em;
    margin:4% auto;
    position: relative;
	transform: scale(0.8);
}
.carousel .ecard-thumb > li {
    width: 750px;
    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;
    z-index: 1;
}
.carousel .ecard-thumb > li.main-pos {
    margin-left: -23em !important;
    z-index: 2;
	transform:scale(1.2);
	border: 3px solid #FDD600;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	border-radius:3px;
}
.items {
    position: absolute;
}
.items img {
    width: 100%;
	height:auto;
	display:block;
}
.img-hover {
    background: linear-gradient(to top, #000,3%, transparent);
    width: 100%;
    height: 100%;
    position: absolute;
   	top:0;
	left:0;
	right:0;
	bottom:0;
    z-index: 9999;
    text-align: left;
	color:#fff;
	transform:translateY(450px);
	transition:all ease 0.7s;
}
.main-pos:hover .img-hover{transform:translateY(0);}
.main-pos .img-hover-but {
    padding: 15px 30px;
    background:#FFEF00;
    margin:0;
    color: #000;
    text-align: center;
    font-size: 1.2em;
    line-height: normal;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    display: inline-block;
	-weblit-clip-path: polygon( 0% 0%, 0% 0%, 90% 0%, 100% 30%, 100% 100%, 100% 100%, 10% 100%, 0 70% );
    -moz-clip-path: polygon( 0% 0%, 0% 0%, 90% 0%, 100% 30%, 100% 100%, 100% 100%, 10% 100%, 0 70% );
    clip-path: polygon( 0% 0%, 0% 0%, 90% 0%, 100% 30%, 100% 100%, 100% 100%, 10% 100%, 0 70% );
	position: absolute;
    bottom: 15%;
    right:5%;
}
.main-pos .img-hover-but:hover{
	background: #fff;
}
.carousel li.back-pos {
    margin-left: -23em !important;;
    opacity: .05;
}
.but-styl {
	background: url(../images/arrow-left.svg) no-repeat center;
    background-size: 10px;
    width: 45px;
    height: 45px;
    position: absolute;
    z-index: 9;
    left: -45%;
	top:45%;
    outline: none;
    cursor: pointer;
    border: 1px solid #FCD500;
    border-radius: 50px;
	text-indent:-999px;
}
.but-styl:hover {
    cursor: pointer;
}
#next {
    background: url("../images/arrow-right.svg") no-repeat center;
    background-size: 10px;
    left: auto;
    right:-47%;
}
.button-container {
    bottom:-50%;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
}
.slide1 {
    display: inline-block;
	height: auto;
    width: 100px;
	margin: 4px;
	border: 2px solid #fff;
    cursor: pointer;
	position:relative;
}
.slide1:after{
	content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgb(206 206 206 /37%);
    position: absolute;
    top: 0;
    bottom: 0;
}
.slide1.active{border: 2px solid #fed603;}
.slide1.active:after{background:none;}
.button-container img{width:100%;display:block;height:auto;}
div.close-icon {
    position: absolute;
    right: 5%;
    top: 5%;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 20px;
    background: #fff;
    cursor: pointer;
}
div.close-icon img {
    width: 12px;
    height: 18px;
    margin-top: 6px;
}
/*---------------------Popup styles------------------------*/
.popup-container {
    background:#DBF4FF;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
    -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;
    overflow: auto;
    display: none;
     background-color:#DBF4FF; 
}
.popup-container.active {
    visibility: visible;
    opacity: 1;
    top: 0;
}
.pop-cont{
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0;
    background:#DBF4FF;
}
.popup-close{
    position: absolute;
    top: 10px;
    right: 20px;
    cursor: pointer;
    z-index: 3;
	background: #000;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
}
.popup-close img, .vpop-close img,.top-close {
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
.popup-close:hover img,.top-close:hover{
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
.btn{
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    margin: 20px 5px 0 5px;
    vertical-align: top;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
.succ-msg-btn-grp span:first-child{
    background: transparent;
    border: 1px solid #FFC400;
}
.succ-msg-btn-grp span:first-child:hover{
    background:#FFC400;
}
.registration-form, .verfication-form, .oops_error_msg, campaign_has_ended {
    display: none;
}
.ecard-success-msg, .jipsaw-success-msg, .itword-success-msg, .ecard-closed {
    display: none;
    text-align: center;
}
.ecard-success-msg, .jipsaw-success-msg, .itword-success-msg{
   color: #000;
    text-align: center;
    background: #DBF4FF;
    width: 600px;
    margin: 7% auto 0 auto;
    padding: 50px;
    border-radius: 3px;
    border: 3px solid #21B7F8;
	position:relative;
}
.ecard-success-msg h3, .jipsaw-success-msg h3, .itword-success-msg h3, .pop3_line3{
   margin: 0 auto;
    font-size: 1.4em;
  	position:absolute;
	transform:translate(-50%,-50%);
	top:0;
    background: #191818;
    color: #fff;
    padding: 22px 50px;
    display: inline-block;
    -weblit-clip-path: polygon( 0% 0%, 0% 0%, 90% 0%, 100% 30%, 100% 100%, 100% 100%, 10% 100%, 0 70% );
    -moz-clip-path: polygon( 0% 0%, 0% 0%, 90% 0%, 100% 30%, 100% 100%, 100% 100%, 10% 100%, 0 70% );
    clip-path: polygon( 0% 0%, 0% 0%, 90% 0%, 100% 30%, 100% 100%, 100% 100%, 10% 100%, 0 70% );
	font-family: 'Zoho_Puvi_Regular';
}
.prizeword-high{font-weight: 800;padding: 10px 0 0 0;color:#4aab10;}
.spin-block{margin-top: 0;top: 0;}
.ecards-sec {
    padding: 7% 5%;
    text-align: center;
    color: #97bee8;
}
.verfication-form {
    color: #000;
    text-align: center;
    background:#DBF4FF;
    background-size: 100%;
    width: 700px;
    margin: 8% auto 0 auto;
    border: 3px solid #21B7F8;
	display:none;
	position:relative;
	padding:60px 0px 40px;
}
.verfication-form h3 {
    margin: 0 auto;
    font-size: 1.4em;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 0;
    background: #191818;
    color: #fff;
    padding: 22px 50px;
    display: inline-block;
    -weblit-clip-path: polygon( 0% 0%, 0% 0%, 90% 0%, 100% 30%, 100% 100%, 100% 100%, 10% 100%, 0 70% );
    -moz-clip-path: polygon( 0% 0%, 0% 0%, 90% 0%, 100% 30%, 100% 100%, 100% 100%, 10% 100%, 0 70% );
    clip-path: polygon( 0% 0%, 0% 0%, 90% 0%, 100% 30%, 100% 100%, 100% 100%, 10% 100%, 0 70% );
}
.verfication-form #verpop1_line2{font-size:1.2em;margin:0 0 20px;}
.verfication-form p{line-height:normal;font-size:1em;}
.verfication-form p#pop1_line4{padding:15px 0 0;}

.oops_error_msg {
    color: #000;
    text-align: center;
    background: #FFDBDB;
    background-size: 100%;
    width: 700px;
    margin: 8% auto 0 auto;
    border: 4px solid #FF0A00;
	display:none;
	position:relative;
	padding:60px 0px 40px;
}
.oops_error_msg h3 {
    margin: 0 auto;
    font-size: 1.4em;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 0;
    background: #191818;
    color: #fff;
    padding: 22px 50px;
    display: inline-block;
    -weblit-clip-path: polygon( 0% 0%, 0% 0%, 90% 0%, 100% 30%, 100% 100%, 100% 100%, 10% 100%, 0 70% );
    -moz-clip-path: polygon( 0% 0%, 0% 0%, 90% 0%, 100% 30%, 100% 100%, 100% 100%, 10% 100%, 0 70% );
    clip-path: polygon( 0% 0%, 0% 0%, 90% 0%, 100% 30%, 100% 100%, 100% 100%, 10% 100%, 0 70% );
}
.oops_error_msg1{background: #FFC400;
color: #000;
padding: 15px 40px;
margin: 10px 0 0 0px;
display: inline-block;
border-radius: 2px;}
.oops_error_msg #verpop1_line2{font-size:1.2em;margin:0 0 20px;}
.oops_error_msg p{line-height:normal;font-size:1em;}


.campaign_has_ended {
    color: #000;
    text-align: center;
    background: #BCE3F4;
    background-size: 100%;
    width: 700px;
    margin: 8% auto 0 auto;
    border: 4px solid #0D568A;
	display:none;
	position:relative;
	padding:60px 0px 40px;
}
.campaign_has_ended h3 {
    margin: 0 auto;
    font-size: 1.4em;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 0;
    background: #191818;
    color: #fff;
    padding: 22px 50px;
    display: inline-block;
    -weblit-clip-path: polygon( 0% 0%, 0% 0%, 90% 0%, 100% 30%, 100% 100%, 100% 100%, 10% 100%, 0 70% );
    -moz-clip-path: polygon( 0% 0%, 0% 0%, 90% 0%, 100% 30%, 100% 100%, 100% 100%, 10% 100%, 0 70% );
    clip-path: polygon( 0% 0%, 0% 0%, 90% 0%, 100% 30%, 100% 100%, 100% 100%, 10% 100%, 0 70% );
}
.oops_error_msg2{background: #FFC400;
color: #000;
padding: 15px 40px;
margin: 10px 0 0 0px;
display: inline-block;
border-radius: 2px;}
.campaign_has_ended #verpop1_line2{font-size:1.2em;margin:0 0 20px;}
.campaign_has_ended p{line-height:normal;font-size:1em;}

.reg_form_errors_verify{padding: 10px 0 0;color:#eb1a1a;}

/*--------------ecards-send-sec--------------*/
.ecardsend-sec{display:none;}
.ecardsend-sec .container{width:1300px;}
.ecardsend-sec .ecard-form{margin-top:5%;}
.ecardsteps{background:#000000;}
.ecard-steps {
    color: #fff;
    text-align: left;
    width: 100%;
    background: #000;
	padding: 10px 0;
}
.ecard-steps strong {
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
}
.ecard-steps p {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
    font-size: .8em;
    background-size: 20px;
    padding: 2px 25px 2px 5px;
}
.ecard-steps p span{
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px 0 0;
}
.ecardsform-box,.ecardsimg-box{
	display:inline-block;
	width:50%;
	vertical-align:middle;
	float:left;
}
.ecardsform-box .disabled{display:none;}
.ecardsform-box {
    overflow: auto;
    text-align: left;
	width: 40%;
    margin: 0 0 0 5%;
    padding: 0 0 0 5%;
	font-size:0.9em;
}
.ecardsform-box .form-field{
    display: inline-block;
    width:100%;
    margin: 0 0 17px 0;
    position: relative;	
   	color:#97bee8!important;
}
.ecardsform-box .label{
  color :#97bee8!important;
}
.game-popup .form-control{
    display: inline-block;
    width: 100%;
    margin: 0 0 20px 0;
    position: relative;
}
.game-popup .btn-submits{
    margin: 20px 0;
}
.game-popup form input,.game-popup form select{color:#000!important;border:1px solid #21B7F8!important;background:#fff!important;}
.game-popup form select{background:url(https://www.manageengine.com/government/images/arrow.png) no-repeat #fff!important;background-position: 96% center!important;}
.ecardsform-box input, .ecardsform-box textarea, .game-popup form input,.game-popup form select{
    background: transparent;
    padding: 15px 24px;
    width: 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    border-radius: 3px;
    height: auto;
    margin: 0;
	border: 1px solid #000;
    color :#434141;  
	font-size:1em;
}
.ecardsform-box .form-field input, .ecardsform-box .form-field  textarea,.ecardsform-box form .form-field  select,-webkit-autofill{-webkit-box-shadow:0 0 0 30px #dbf4ff inset;-moz-box-shadow:0 0 0 30px #dbf4ff inset;box-shadow:0 0 0 30px #dbf4ff inset}
.ecardsform-box input:not("choice-table-cell input"):focus, .ecardsform-box textarea:focus, .ecardsform-box select:focus{
    outline:none;
    border: 1px solid #5ca1eb;
}
.game-popup form input:focus,.game-popup form select:focus {
    outline:none;
    border: 1px solid #21B7F8!important;
}
.ecardsform-box .reg_form_errors{
    display: none;
    position: absolute;
    bottom: -15px;
    color: #f10808;
    font-size: .8em;
	line-height:normal;
}
.game-popup .error{
    display: none;
    position: absolute;
    bottom: -22px;
    color:#fa0909;
    font-size: .8em;
}
.ecardsform-box form select, .game-popup form select {
    border: 1px solid #000;
    color :#434141;
    padding:15px 24px;
    width: 100%;
    height: auto;
    font-size:1em;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 3px;
	position:relative;
	background: url(https://www.manageengine.com/government/images/arrow.png) no-repeat transparent;
    background-position: 96% center;
	box-shadow:none!important;
}
.ecardsform-box form select#country_state, .game-popup form select#country_state{
    margin:17px 0 0 0;
}
.zc-label-text {
    margin: 15px 0 20px 0;
    display: block;
	font-size:1.2em;
}
.ecardsform-box form .zc-Radio span {
    padding:0 0 15px;
    display: block;
    cursor: pointer;
}
input[type='radio'] {
    -webkit-appearance:none;
    width:15px;
    height:15px;
    border:1px solid #4E4E4E;
    border-radius:50%;
    outline:none;
	padding:0;
	margin-right:5px;
}
input[type='radio']:before {
     content:'';
    display:block;
    width:50%;
    height:50%;
    margin: 27% auto;    
    border-radius:50%; 
}
input[type='radio']:checked{background:#D8D6D6;}
input[type='radio']:checked:before {
     background:#006896; 
}
.ecardsform-box form .zc-Radio label {
    display: inline-block;
    width: 90%;
    vertical-align: top;
}
.ecardsform-box .disabled
{
  display: none;
}
.ecardsform-box form a,.game-popup form a{color:#000; text-decoration: underline;}
.ecardsform-box ::placeholder{ /* Chrome, Firefox, Opera, Safari 10.1+ */
  color:#434141;
  opacity: 1; /* Firefox */
}
.ecardsform-box :-ms-input-placeholder{ /* Internet Explorer 10-11 */
  color:#434141;
}
.ecardsform-box ::-ms-input-placeholder{ /* Microsoft Edge */
  color:#434141;
}
.game-popup form ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color:#000;
  opacity: 1; /* Firefox */
}
.game-popup form :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color:#000;
}
.game-popup form ::-ms-input-placeholder { /* Microsoft Edge */
  color:#000;
}
.ecardsform-box .privacy-policy{padding: 20px 0 40px;line-height:24px;font-size:inherit;}
.preview-btn{
    display: inline-block;
    vertical-align: middle;
	margin-right:50px;
    cursor: pointer;
	font-size:1.2em;
	color:#000;
	text-decoration: underline;
}
.ecardsform-box .submit-btn, form input[type="submit"], .game-popup .pop_submit_val{
    display: inline-block;
    vertical-align: middle;
    color: #000;
    font-family:'Zoho_Puvi_Medium';
    padding: 15px 40px;
    cursor: pointer;
    -o-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    width: auto;
    border-radius: 3px;
    font-size: 1.3em;
	-webkit-appearance: none;
}
.ecardsform-box .submit-btn{
	background:#FFC400;
    border:1px solid #FFC400;
}
.ecardsform-box .submit-btn:hover{
    background:#e3b210;
    border:1px solid #e3b210;
}
.ecards-images {
    width: 100%;
}
.ecards-images>img {
    width: 100%;
    height: auto;
}
.ecards-images ul {
    margin: 20px 0 0 0;
    padding: 0;
}
.ecards-images ul li {
    display: inline-block;
    vertical-align: top;
    width: 18%;
    margin: 0 0.7%;
    -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;
}
.ecards-images ul li img {
    border: 2px solid #797979;
    width: 100%;
	height:auto;
}
.ecards-images ul li.active img {
    border: 2px solid #ffd253;
}
/*--------------ecards-send-sec-end--------------*/

/*---------------------verfication form styles------------------------*/
.verfication-form .form-field {
    text-align: center;
}
.verfication-form input[type="tel"] {
   background: url(../images/verfied-input-img.png) no-repeat left center;
    background-size:100%;
    font-size: 3em;
    color: #000;
    line-height: normal;
    letter-spacing: 60px;
    width: 420px;
    outline: none;
    border: none;
    padding: 10px 18px;
	position:relative;
	left:50px;
	-webkit-appearance: none;
}
.anotherid{
    text-decoration: underline;
    color: #000;
    padding:16px 0 0;
    display: inline-block;
    cursor: pointer;
}
.anotherid:hover{
    text-decoration: none;
}
.verify-submit{
    margin:15px 0 0 0;
}
.verify-submit input,.game-popup .pop_submit_val,.pre-pop-inner .button1,.btn{
	background: #FFC400;
    border: 1px solid #FFC400;
}
.verify-submit input:hover,.game-popup .pop_submit_val:hover,.pre-pop-inner .button1:hover,.btn:hover{background: #e3b210;border: 1px solid #e3b210;}
/*---------------------Preview popup styles------------------------*/
.preview-popup {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(219 244 255/ 90%);
    display: none;
    z-index: 999999;
    overflow-x: auto;
}
.pre-pop-inner {
    background:#fff;
    color:#000;
    width: 600px;
    text-align: center;
    transform:scale(0.8);
	margin:0 auto;
}
.submit-block{text-align: left;margin-top: 15px;}
.ecard-prev-maincont {
    padding: 40px;
}
.pre-pop-inner img {
    width: 100%;
	height:auto;
}
.preview-popup h4 {
    font-size: 1.4em;
    line-height: normal;
	font-family: 'Zoho_Puvi_BoldItalic';
    text-align: center;
    padding: 20px 0;
	margin:0;
}
.preview-popup p {
    line-height: 24px;
    padding: 5px 0;
    text-align: left;
    font-size: 1.1em;
}
.preview-popup p.big-text {
    font-weight: 600;
    padding: 10px 0 5px 0;
}
.top-close {
    background: #0a191f;
    color:#fff;
    position: absolute;
    top: -18px;
    right: -12px;
    cursor: pointer;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    line-height: 30px;
    font-size: 1.4em;
    font-family: 'Zoho_Puvi_Bold';
}
.ecard-footer {
    background:#000;
    text-align: center;
    margin: 0;
    padding: 20px 20px 10px 20px;
    font-size: .9em;
	color:#fff;
}
.pre-pop-inner .sysme-logo {
    display: block;
    padding: 0 0 10px 0;
}
.pre-pop-inner .sysme-logo img {
    width: 160px;
	height:auto;
}
.ecard-footer p {
    text-align: center;
}
.pre-pop-inner .button1{
	color:#000;
	outline:none;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	-ms-border-radius:3px;
	border-radius:3px;
	padding: 12px 50px;
    cursor: pointer;
    font-size: 1.1em;
	 -o-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.ecard-prev-maincont .preview-popup-close{
	margin-left:25px;
	text-decoration: underline;
	cursor:pointer;
	font-size: 1.1em;
	color:#08A6EF;
}
.ecard-prev-maincont .preview-popup-close:hover,.ecardsform-box .preview-btn:hover{color:#97760a;}
div.loader {
    background:#e2f2ff;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999999;
}
.preload-wrapper {
    top: 40%;
    position: relative;
    color: #fff;
    font-size: 30px;
    width: 200px;
    margin: 0 auto;
}
.preload-wrapper img{
    width: 100px;
    height: auto;
}
#screen_load{
	color: #000;
    font-size: 0.8em;
    display: block;
    text-align: center;
    padding: 10px 0 0 20px;
}
/*---------------------Game form Styles--------------------------*/
.game-popup{
   	color: #000;
    text-align: center;
    background: #DBF4FF;
    width: 600px;
    margin: 7% auto 0 auto;
    padding: 60px 70px 20px;
    border: 3px solid #21B7F8;
    display:none;
    border-radius: 3px;
	position:relative;
}
.game-popup p.privacy-policy{font-size: 1em;line-height: 24px;}
.pop3_line4{margin: 0 0 25px 0;line-height:24px;}
/*---------------------Wistia video button Styles--------------------------*/
#Home a.watch-wistiademo{
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    position: relative;
    margin-left: 60px;
    height: 40px;
	border-radius: 0;
	padding: 8px 30px;
    bottom: 0;
    width: auto;
    margin: 10px 0 0px 60px;
	z-index: 2;
}
#Home a.watch-wistiademo:hover{
    background: #4775d2;
    border: 2px solid #4775d2;
    color: #fff;
}
.watch-wistiademo:before {
    content: "";
    background-size: 16px;
    padding: 9px 20px 0 20px;
    border-radius: 3px 0 0 3px;
    position: absolute;
    left: -42px;
    top: -2px;
    border: 2px solid #fff;
    border-width: 2px 0 2px 2px;
    -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;
    height: 40px;
}
.watch-wistiademo:hover:before {
    background-size: 16px;
    border: 2px solid #2d5dbf;
    border-width: 2px 0 2px 2px;
}
/*---------------------Responsive Styles--------------------------*/
@media only screen and (min-width:1500px){
    #Home{padding: 250px 0 0 0;}
    #Home .container{transform: scale(1.1);-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1);
    }
}
@media only screen and (max-width:1500px){
    .ecards-sec{padding: 5%;}
	.ecards-form input, .ecards-form textarea{padding: 6px 2%;}
    .ecards-form form select{padding: 8px 2%;}
    .carousel{width: 500px;height: 24em;}
    .carousel .ecard-thumb > li{width: 600px;height: auto;}
    .carousel .ecard-thumb > li.main-pos{margin-left: -19em !important;}
    .carousel li.back-pos{margin-left: -19em !important;}
    .left-pos{margin-left: -58em !important;}
    .right-pos{margin-left: 20em !important;}
    .button-container {bottom:-55%;}
    .img-hover ul li{padding: 0 5px;}
	.ecardsend-sec .ecard-form{margin-top:2%;}
	.ecardsimg-box{margin-top:50%;}
	.ecardsend-sec .container {width: 85%;transform:scale(0.9)}
	.ecardsform-box .privacy-policy{padding:15px 0 20px;}
	.loading{top:40%}
}
@media only screen and (max-width:1360px){
    .ecards-images ul li{margin: 0 0.6%;}
	.ecardsend-sec .ecard-form{margin-top:0%;}
}
@media only screen and (max-width:1200px) and (min-width:1000px){
	.ecardsend-sec .submit-block span,.ecardsend-sec .ecardsform-box .submit-btn {width: 100%;display: block;}
	.ecardsend-sec .ecardsform-box .submit-btn {margin-top: 20px;}
	.ecardsend-sec .submit-block {text-align: center;}
}
@media only screen and (max-width:1200px){
	.container{width:90%;}
	#Home br{display:none;}
	.game-tabs ul li{width:30%;margin:0 5px;}
	#Lookback ul li{margin:20px;width: 25%;}
	#Lookback ul{margin-top:30px;}
    #Highlights ul .high-conts{min-height: 250px;}
    div.ecard-headerselectlang p{padding: 10px 10px 10px 5px;}
}
@media only screen and (max-width:1100px){
	.guess-box{width:90%;}
	.menu-icon{display: block;}
	.nav-menu,body#gr .hide-br br{display:none;}
	.nav-menu {background: #fff;position: absolute;width: 100%;top: 90px;z-index: 99;float: none;left:0;}
    .nav-menu li{display: block;text-align: center;transition: .5s;}
	nav ul li:nth-child(3){margin-right:0;}
    .nav-menu li.login-sec{padding:15px 0;}
    .nav-menu li a{border-bottom: 1px solid #b3b1b1;padding: 15px;transition: .5s;color: #000;display: block;margin:0;}
    nav ul li:hover a, nav ul li.active a{border-bottom: 1px solid #5da1eb;}
    div.ecard-headerselectlang{margin-right:40px;}
	.img-hover{text-align:center;}
    #Home{min-height:650px;}
    .login-sec span{color:#000;}
	.preload-wrapper{top:20%;}
	.video-pop-inner{height:40%;}
}
@media only screen and (max-width:1000px){
	section{padding:60px 0;}
    #Home h1{font-size: 2.8em;}
	#Home{min-height:600px;}
    .button-container{width:100%;}
	#Highlights ul li{width: 40%;margin: 20px;}
    .carousel .ecard-thumb > li.main-pos {margin-left: -15.5em !important;background:transparent;clip-path:none;}
    .but-styl{left:-7%;}
    #next{right:-7%;}
	.game-tabs ul li{width:46%;margin:10px;}
	.games{min-height: 300px;}
	#Lookback ul li{width:40%;}
	.right-pos,.left-pos,.back-pos{display:none !important;}
	.carousel li.main-pos{width:100% !important;height:auto!important;margin-left: -18em !important;}
    .login-sec{padding: 15px;}
    .ecards-img-block{width:100%;}
    .ecards-form{width: 100%;position: absolute;top: 800px;left: 0;padding: 5%;}
    .ecards-images ul li,.ecardsimg-box{margin: 0;}
    .login-sec span:first-child{display: none;}
    .ecard-steps strong,.hide-br br{display: none;}
	.guess-box{width:100%;}
	.participate-sec{padding:50px 0 0;}
	.ecardsform-box, .ecardsimg-box{float:none;display:block;width:100%;}
	.ecardsform-box{width:auto;padding:0;margin:30px 0;}
	.ecards-images ul{margin:40px 0 0;}
	.ecardsimg-box{margin:-30px 0 0;}
	.img-hover{transform:none;}
	#Game-nav p.text-center{margin-bottom:50px;}
	.ecardsform-box{font-size:1em;}
	.main-pos .img-hover-but{position: absolute;transform: translate(-50%,-50%);top: 50%;left: 50%;bottom:auto;right:auto;}
	.carousel{transform:scale(1);margin:10% auto;height: 20em;}
}
@media only screen and (max-width:800px){
    .ecards-form{top: 650px;}
	.spell-box span{margin:10px;}
	.game-control{padding:15px 0;}
	.game-control div{margin:15px;}
	.timescore div{margin:0;}
}
@media only screen and (max-width:750px){.game-tabs ul li{width:48%;margin:0;}.choose-pic a{width:40%;}.verfication-form{width:600px;}}
@media only screen and (max-width:650px){
    .login-sec.active{display: none;}
	#Highlights ul li{width: 55%;}
    .carousel{width:100%;height: auto;}
    .carousel .ecard-thumb > li.main-pos {margin-left: 0em !important;}
	#Lookback ul li{width:75%;margin: 0 auto 30px;}
	.items{position: relative !important;}
	#Home{padding: 100px 0 50px 0;}
	#E-card br,div.ecard-headerselectlang .headdefault_lang_dropdown p:after,.verfication-form #verpop1_line2 br{display: none;}
    .ecards-form{top: 550px;}
    .button-container {bottom: -26%;}
    #Highlights p br, #intro-video, .overlay-bg,#Home a{display: none;}
    .game-popup,.ecard-success-msg, .jipsaw-success-msg, .itword-success-msg{width:90%;}
	div.ecard-headerselectlang{width:auto;margin-right:55px;}
	div.ecard-headerselectlang p span+span,.me-logo-white{display:none;}
	.game-stage li{margin:10px;}
	.participate-sec{padding:40px 0 0;display:inline-block;}
	.watchvideo-btn{margin:25px 0 0;}
	.watchvideo-btn, .participate-btn{padding:22px 0;width:100%;}
	.carousel .ecard-thumb > li.main-pos{transform:none;}
	.but-styl {left: 3%;bottom: 35%;}
	#E-card{padding: 60px 0 100px 0;}
	#next {right: 3%;}
	.carousel .ecard-thumb > li{margin-top:40px;}
	.ecardsend-sec .container{width:95%;}
	.pre-pop-inner,.btn,.game-popup .pop_submit_val{width: 100%;}
	.game-tabs ul li{width:100%;margin:0;}
	.bottom-box p{min-height:80px;}
	.btn{margin:15px 0 0;}
	.ecard-success-msg, .jipsaw-success-msg, .itword-success-msg{margin: 15% auto 0;padding:50px 30px;}
	.game-popup{padding:60px 30px 20px;margin: 15% auto 0;}
	.game-popup .pop3_line3{width:50%;padding:22px 0;}
	.verfication-form{margin:15% auto 0;padding:60px 40px;width: 90%;}
	.verfication-form input[type="tel"]{width:300px;padding: 10px;letter-spacing:33px;font-size:2em;background-size:300px;left:15px;}
	#Home{color:#000;}
	.me-logo-black{display:block;}
	#topbar-menu-icon span{background:#000;}
	.video-pop-inner{height: 50%;margin: 25% auto 0 auto;}
	body#gr .wordgame_userinput_form p{display:block;margin-top:10px;}
}
@media only screen and (max-width:450px){
}
@media only screen and (max-width:380px){
	.main-pos .img-hover-but{font-size:1em;}
	.ecardsend-sec .submit-block{text-align:center;}
	.ecardsend-sec .submit-block span,.ecardsend-sec .ecardsform-box .submit-btn{width:100%;display:block;}
	.ecardsend-sec .ecardsform-box .submit-btn{margin-top:20px;}
}
@media only screen and (max-width:325px){
	.me-logo{width:170px;}
	.verfication-form input[type="tel"]{left:-20px;}
}