*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.slider__navi {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	z-index: 999;
}

.slider__navi a {
	display: block;
	height: 6px;
	width: 20px;
	margin: 20px 0;
	text-indent: -9999px;
	box-shadow: none;
	border: none;
	background: rgba(0,0,0,0.2);
}

.slider__navi a.active {
	background: rgba(255,255,255,1);
}

body {
	position: relative;
	font-size: 100%;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	min-height: 100vh;
}

.flex__container {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	-o-flex-flow: row wrap;
	flex-flow: row wrap; 
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	-o-justify-content: flex-start;
	justify-content: flex-start;
	height: 100vh;
	width: 100%;
	z-index: 1;
}

.flex__container.flex--active {
	z-index: 2;
}

.text--sub {
	font-size: 12px;
	letter-spacing: 0.5rem;
	text-transform: uppercase;
	margin-bottom: 40px;
}

.text--big {
	font-family: 'Poppins', sans-serif;
	font-size: 7.5em;
	font-weight: 700;
	line-height: 110px;
  margin-left: -8px;
}
@media (min-width:1024px) and (max-width:1439px) {
	.text--big {
		font-size: 5.5em;
		line-height: 100px;
	}
}
@media (min-width:768px) and (max-width:1023px) {
	.text--big {
		font-size: 4.5em;
		line-height: 80px;
	}
}
@media (max-width:767px) {
	.text--big {
		font-size: 2.5em;
		line-height: 60px;
	}
	.text--sub{
		line-height: 20px;
	}
	.flex__content{
		margin-left: 45px !important;
	}
	.flex__item--left{
		width: 75% !important;
	}
	.flex__item--right{
		width: 25% !important;
	}
}

.text--normal {
	font-size: 13px;
	color: rgba(255, 255, 255, 0.8);
	line-height: 22px;
	margin-top: 25px;
}

.text__background {
	font-family: 'Poppins', sans-serif;
	position: absolute;
	left: 72px;
	bottom: -60px;
	color: rgba(0,0,0,0.05);
	font-size: 170px;
	font-weight: 700;
}

.flex__item {
	height: 100vh;
	color: #fff;
	transition: transform 0.1s linear;
}

.flex__item--left {
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	width: 65%;
	transform-origin: left bottom;
	transition: transform 0.1s linear 0.4s;
	opacity: 0;
	position: relative;
	overflow: hidden;
}

.flex__item--right {
	width: 35%;
	transform-origin: right center;
	transition: transform 0.1s linear 0s;
	opacity: 0;
}

.flex--preStart .flex__item--left,
.flex--preStart .flex__item--right,
.flex--active .flex__item--left,
.flex--active .flex__item--right {
	opacity: 1;
}

/* Piplup */
/* 
.flex--piplup .flex__item--left {
	background: #3e9fe6;
}

.flex--piplup .flex__item--right {
	background: #d3eaef;
} */
.flex--piplup .flex__item--left {
	background: #f64f37;
}

.flex--piplup .flex__item--right {
	background: #ffebcd;
}

/* Pikachu */

.flex--pikachu .flex__item--left {
	background: #f8d41f;
}

.flex--pikachu .flex__item--right {
	background: #f4ecc5;
}

/* Blaziken */

/* .flex--blaziken .flex__item--left {
	background: #f64f37 ;
}

.flex--blaziken .flex__item--right {
	background: #ffebcd;
} */
.flex--blaziken .flex__item--left {
	background: #424242 ;
}

.flex--blaziken .flex__item--right {
	background: #a7bcbb;
}

/* Dialga */

.flex--dialga .flex__item--left {
	background: #FEAC5E;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #4BC0C8, #C779D0, #FEAC5E);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #4BC0C8, #C779D0, #FEAC5E); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

.flex--dialga .flex__item--right {
	background: #FEAC5E;
}

/* Zekrom */

/* .flex--zekrom .flex__item--left {
	background: #424242;
}

.flex--zekrom .flex__item--right {
	background: #a7bcbb;
} */
.flex--zekrom .flex__item--left {
	background: #3e9fe6;
}

.flex--zekrom .flex__item--right {
	background: #d3eaef;
}

.flex__content {
	margin-left: 80px;
	width: 55%;
	opacity: 1;
	transform: translate3d(0,0,0);
	transition: transform 0.2s linear 0.2s, opacity 0.1s linear 0.2s;
}

.pokemon__img {
	position: absolute;
	bottom: 20px;
	right: 10%;
	max-height: 40vw;
	opacity: 1;
	transform: translate3d(0,0,0);
	transition: opacity 0.43s 0.6s, transform 0.4s 0.65s cubic-bezier(0, 0.88, 0.4, 0.93);
}

.custom_icon {
    width: 25px;
    height: 46px;
    border: 2px solid #fff;
    border-radius: 18px;
    position: absolute;
    left: 50%;
    bottom: 60px;
    z-index: 2;
    margin-left: -12px;
    -webkit-animation: caption-start 1.5s ease .2s infinite;
    -moz-animation: caption-start 1.5s ease .2s infinite;
    -ms-animation: caption-start 1.5s ease .2s infinite;
    -o-animation: caption-start 1.5s ease .2s infinite;
    animation: caption-start 1.5s ease .2s infinite;
}
.custom_dot {
    background: none repeat scroll 0 0 white;
    border-radius: 50%;
    height: 5px;
    left: 8px;
    opacity: 1;
    position: absolute;
    top: 9px;
    width: 5px;
}
.custom_dot:after {
    content: " ";
    background: none;
    border: 2px solid #FFF;
    border-radius: 50%;
    height: 100%;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-animation: 2000ms ease-in 0ms normal none infinite circle-border-scale;
    -moz-animation: 2000ms ease-in 0ms normal none infinite circle-border-scale;
    -o-animation: 2000ms ease-in 0ms normal none infinite circle-border-scale;
    animation: 2000ms ease-in 0ms normal none infinite circle-border-scale;
}
html,body{
	overflow: hidden;
}
*{
box-sizing: border-box;
margin: 0;
}
body{
margin: 0;
padding: 0;
border: 0;

}


h1 {
font-family: 'Lato', sans-serif;
font-size: 48px;
font-weight: 300;
line-height: 50px;
}
#loading{
	position: fixed;
	height: 100vh;
	width: 100%;
	background-color: #E7EAED;
	z-index: 999999;
}
#loader{
  position: absolute;
  width: 60px;
  height: 60px;
  border-top: 2px solid #F92472 !important;
  border: 1px solid #fff;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px; 
  animation-name: loader;
  border-radius: 100%;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes loader{
  0%{
	transform: rotate(0deg);
  }
  100%{
	transform: rotate(360deg);
  }
}

h1.top {
font-weight: 400;
text-transform: uppercase;
}

.zeroBanner {
position: absolute;
width: 100%;
height: 100vh;
top: 0;
background: #adadad;
left: 0;
}


.custom_icon{
width: 25px;
height: 46px;
border: 2px solid #fff;
border-radius: 18px;
position: absolute;
left: 50%;
bottom: 60px;
z-index: 2;
margin-left: -12px;
-webkit-animation: caption-start 1.5s ease .2s infinite;
-moz-animation: caption-start 1.5s ease .2s infinite;
-ms-animation: caption-start 1.5s ease .2s infinite;
-o-animation: caption-start 1.5s ease .2s infinite;
animation: caption-start 1.5s ease .2s infinite;
}

.custom_dot{
background: none repeat scroll 0 0 white;
border-radius: 50%;
height: 5px;
left: 8px;
opacity: 1;
position: absolute;
top: 9px;
width: 5px;
}
.custom_dot:after{
content: " ";
background: none;
border: 2px solid #FFF;
border-radius: 50%;
height: 100%;
left: 0px;
position: absolute;
top: 0px;
width: 100%;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-webkit-animation: 2000ms ease-in 0ms normal none infinite circle-border-scale;
-moz-animation: 2000ms ease-in 0ms normal none infinite circle-border-scale;
-o-animation: 2000ms ease-in 0ms normal none infinite circle-border-scale;
animation: 2000ms ease-in 0ms normal none infinite circle-border-scale;
}


@-webkit-keyframes caption-start {
0%{ 
	-webkit-transform: translate3d(0,0,0);
}
50% { 
	-webkit-transform: translate3d(0,10px,0);
}
100% { 
	-webkit-transform: translate3d(0,0,0);
}
}
@-moz-keyframes caption-start{
0%{ 
	-moz-transform: translate3d(0,0,0);
}
50% { 
	-moz-transform: translate3d(0,10px,0);
}
100% { 
	-moz-transform: translate3d(0,0,0);
}
}
@-o-keyframes caption-start {
0%{ 
	-o-transform: translate3d(0,0,0);
}
50% { 
	-o-transform: translate3d(0,10px,0);
}
100% { 
	-o-transform: translate3d(0,0,0);
}
}
@keyframes caption-start {
0%{ 
	transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
}
50% { 
	transform: translate3d(0,10px,0);
	-ms-transform: translate3d(0,10px,0);
}
100% { 
	transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
}
}

@keyframes circle-border-scale{
0% {
	width:100%;
	height:100%;
	left:0;
	top:0;
	opacity:1
}
30% {
	width:21px;
	height:21px;
	left:-8px;
	top:-8px;
	opacity:0;
}
100% {
	width:21px;
	height:21px;
	left:-8px;
	top:-8px;
	opacity:0;
}

}
@-webkit-keyframes circle-border-scale{
0% {
	width:100%;
	height:100%;
	left:0;
	top:0;
	opacity:1
}
30% {
	width:21px;
	height:21px;
	left:-8px;
	top:-8px;
	opacity:0;
}
100% {
	width:21px;
	height:21px;
	left:-8px;
	top:-8px;
	opacity:0;
}
}

@-moz-keyframes circle-border-scale{
0% {
	width:100%;
	height:100%;
	left:0;
	top:0;
	opacity:1
}
30% {
	width:21px;
	height:21px;
	left:-8px;
	top:-8px;
	opacity:0;
}
100% {
	width:21px;
	height:21px;
	left:-8px;
	top:-8px;
	opacity:0;
}
}

@-o-keyframes circle-border-scale{
0% {
	width:100%;
	height:100%;
	left:0;
	top:0;
	opacity:1
}
30% {
	width:21px;
	height:21px;
	left:-8px;
	top:-8px;
	opacity:0;
}
100% {
	width:21px;
	height:21px;
	left:-8px;
	top:-8px;
	opacity:0;
}
}


.white{
color: #fff;
}

.loader-container img{
width: 100%;
}

.slick-dots {
position: absolute;
bottom: inherit;
display: block;
font-size: 20px;
width: auto;
padding: 0;
margin: 0;
list-style: none;
text-align: center;
top: 50%;
right: 1%;
transform: translateY(-50%);
}


.slick-dots li {
position: relative;
width: 20px;
display: block;
height: 23px;
margin: 0 5px;
padding: 0;
cursor: pointer;
}

.slick-dots li button:before {
font-size: 6px;
}


.contain{
position: relative;
}

.singleItem{
width: 100%;
height: 100vh;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.one{
background:#ebafb2;
}
.two{
background:#adc4fa;
}
.three{
background: #f05e58;
}
.four{
background:#5ec1df;
}
.five{
background:#fea474;
}
.six{
background:#cf3f3f;
}
.seven{
background:#eb8350;
}
.eight{
background:#000000;
}
.nine{
background: #cdae7d;
}
.ten{
background:#eb5e55;
}
.textSide{
position: absolute;
top: 40%;
left: 15%;
z-index: 2;
}
.textSide1{
position: absolute;
top: 33%;
left: 15%;
z-index: 2;
}
.slick-active div .singleItem .textSide, .slick-active div .singleItem .textSide1 {    
animation-name: slideInLeft;
animation-duration: 2s;
}

.imageSide{
 position: absolute;    
}
.slick-active div .singleItem .imageSide img.fan{
animation-name: rotateInDownLeft;
animation-duration: 3s;
}
.slick-active div .singleItem .imageSide img.ringo{
animation-name: bounce;
animation-duration: 2s;
}
.slick-active div .singleItem .imageSide img.automation{
animation-name: fadeInRight;
animation-duration: 3s;
}
.slick-active div .singleItem .imageSide img.wega{
animation-name: pulse;
animation-duration: 1s;
}
.slick-active div .singleItem .imageSide img.nixon{
animation-name: zoomIn;
animation-duration: 2s;
}
.slick-active div .singleItem .imageSide img.wireman{
animation-name: slideInUp;
animation-duration: 3s;
}
.slick-active div .singleItem .imageSide img.entertainment{
animation-name: bounce;
animation-duration: 1.5s;
}
.slick-active div .singleItem .imageSide img.doorbell{
animation-name: bounceIn;
animation-duration: 1.5s;
}
.slick-active div .singleItem .imageSide img.mcb{
animation-name: fadeInUp;
animation-duration: 1.5s;
}
.slick-active div .singleItem .imageSide img{
animation-name: pulse;
animation-duration: 3s;
}
.imageOne {
top: 50%;
transform: translate(-50%, -50%);
left: 65%;    
}

.imageTwo{
left: 65%;    
top: 50%;
transform: translate(-50%, -50%);
}
.imageThree {
left: 70%;
top: 100%;
transform: translate(-50%, -50%);
width: 45%;
}
.imageFour {
left: 42%;
top: 50%;
transform: translateY(-50%);
}
.imageFive {
left: 40%;
top: 55%;
transform: translateY(-50%);
}
.imageSix {
left: 41%;
top: 50%;
transform: translateY(-50%);
width: 50%;
}
.imageSeven {
left: 70%;
top: 50%;
transform: translate(-50%, -50%);
width: 55%;
}
.imageSeven-desk, .imageeight-desk, .imageten-desk{
display: block !important;
}
.imageSeven-mob, .imageeight-mob, .imageten-mob{
display: none !important;
}
.imageeight{
left: 70%;
top: 25%;
transform: translate(-50%, -50%);
width: 100%;
}
.imagenine{
left: 68%;
top: 50%;
width: 55%;
transform: translate(-50%, -50%);
}
.imageten{
left: 0%;
top: 0%;
width: 100%;
}


@media (max-width: 1600px){
h1 {
	font-size: 37px;
}
.imageThree{
	left: 65%;
	top: 125%;
	width: 55%;
}
.imageFive {
	left: 33%;
}
.imageSix {
	top: 50%;
	width: 60%;
	left: 37%;
}
.textSide {
	left: 13%;
}
.custom_icon{
	bottom: 100px;
}
.imageSeven {
	left: 65%;
	width: 60%;
}
.imageeight{
	top: 35%;
}
.imagenine{
	top: 50%;
	width: 60%;
}
}
@media (max-width: 1350px){
.imageThree{
	left: 65%;
	top: 90%;
	width: 55%;
}
}
@media (max-width: 1200px){
.imageSeven {
	left: 65%;
	width: 60%;
}
}

@media (max-width: 1024px){
.textSide{
	width: 100%;
	top: 10%;
	text-align: center;
	left: 0;
}
.textSide1{
	width: 100%;
	top: 10%;
	text-align: center;
	left: 0;        
}
.imageOne{
	width: 40%;
	left: 50%;
	top: 55%;
	transform: translate(-50%, -50%);
}

.imageTwo{
	width: 40%;
	left: 50%;
	top: 60%;
	transform: translate(-50%,-50%);
}
.imageThree {
	left: 50%;
	top: 100%;
	width: 90%;
}
.imageFour {
	top: 55%;
	left: 57%;
	width: 80%;
	transform: translate(-50%,-50%);
}
.imageFive {
	top: 60%;
	left: 50%;
	width: 80%;
	transform: translate(-50%,-50%);

}   
.imageSix {
	left: 6%;
	top: 53%;
	width: 90%;
}
.imageSeven {
	left: 50%;
	top: 55%;
	width: 50%;
}
.imageSeven-desk, .imageeight-desk, .imageten-desk{
	display: none !important;
}
.imageSeven-mob, .imageeight-mob, .imageten-mob{
	display: block !important;
}
.imageeight{
	top: 59%;
	left: 50%;
}
.imagenine{
	left: 50%;
	width: 100%;   
}
}

@media (max-width: 767px){
h1{
	font-size: 33px;
	line-height: 35px;
}
.textSide{
	padding: 0 30px;
}
.imageOne {
	top: 60%;
}
.custom_icon{
	bottom:  100px !important;
}
.imageThree {
	left: 50%;
	top: 75%;
	width: 100%;
}
.imageFive {
	top: 50%;
}
.imageSix {
	top: 47%;
}
.textSide1{
	padding: 0 30px;
}
.imageeight{
	top: 55%;
}
.imagenine{
	top: 50%;
}
.imageten{
	left: 0%;
	top: 0%;
	width: 100%;
}
} 

@media (max-width: 576px){
.imageOne {
	top: 50%;
}
.imageTwo {
	top: 50%;
	width: 50%;
}
.imageThree {
	top: 87%;
}
.imageSeven {
	left: 50%;
	width: 85%;
}
.imageeight{
	width: 140%;
}
.imageFour{
	top: 45%;
}
.imageSix {
	left: 9%;
	width: 85%;
	top: 44%;
}
}
@media (max-width: 400px){
.imageThree {
	top: 80%;
}  
}
@media (max-width: 370px){
.imageOne {
	top: 50%;
}
.imageTwo {
	top: 50%;
	width: 50%;
}
.imageThree {
	top: 95%;
}
.imageSeven {
	left: 50%;
	width: 65%;
}
.imageeight{
	top: 57%;
	width: 125%;
}
.imageFour{
	top: 50%;
}
.imageSix {
	top: 48%;
}
}

li:nth-child(1):hover::before {
content: 'Fans';
position: absolute;
left: -40px;
font-size: 13px;
font-family: 'Raleway', sans-serif;
font-weight: 500;
color: #F2F2F5;
}
li:nth-child(2):hover::before {
content: 'ET Awards';
position: absolute;
left: -74px;
font-size: 13px;
font-family: 'Raleway', sans-serif;
font-weight: 500;
color: #F2F2F5;
}
li:nth-child(3):hover::before {
content: 'Home Automation';
position: absolute;
left: -118px;
font-size: 13px;
font-family: 'Raleway', sans-serif;
font-weight: 500;
color: #F2F2F5;
}
li:nth-child(4):hover::before {
content: 'Nixon';
position: absolute;
left: -42px;
font-size: 13px;
font-family: 'Raleway', sans-serif;
font-weight: 500;
color: #F2F2F5;
}
li:nth-child(5):hover::before {
content: 'Wires and Cables';
position: absolute;
left: -113px;
font-size: 13px;
font-family: 'Raleway', sans-serif;
font-weight: 500;
color: #F2F2F5;
}

li:nth-child(6):hover::before {
content: 'Entertainment';
position: absolute;
left: -92px;
font-size: 13px;
font-family: 'Raleway', sans-serif;
font-weight: 500;
color: #F2F2F5;
}
li:nth-child(7):hover::before {
content: 'Doorbells';
position: absolute;
left: -65px;
font-size: 13px;
font-family: 'Raleway', sans-serif;
font-weight: 500;
color: #F2F2F5;
}
li:nth-child(8):hover::before {
content: 'MCBs and DBs';
position: absolute;
left: -94px;
font-size: 13px;
font-family: 'Raleway', sans-serif;
font-weight: 500;
color: #F2F2F5;
}


/* Animate-START point */

.flex__container.animate--start .flex__content {
	transform: translate3d(0,-200%,0);
	opacity: 0;
}

.flex__container.animate--start .pokemon__img {
	transform: translate3d(-200px,0,0);
	opacity: 0;
}

/* Animate-END point */

.flex__container.animate--end .flex__item--left {
	transform: scaleY(0);
}

.flex__container.animate--end .flex__item--right {
	transform: scaleX(0);
}

.flex__container.animate--end .flex__content {
	transform: translate3d(0,200%,0);
	opacity: 0;
}

.flex__container.animate--end .pokemon__img {
	transform: translate3d(200px,0,0);
	opacity: 0;
}