@CHARSET "ISO-8859-1";

/* The typing effect */
@keyframes typing {
  from { width: 0 }
  to { width: 100% }
}

/* The typewriter cursor effect */
@keyframes blink-caret {
  from, to { border-color: transparent }
  50% { border-color: #fff; }
}

/* Custom CSS
 * --------------------------------------- */
 
 * {
    
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

/* Preloader */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f5f5f5;
  /* change if the mask should have another color then white */
  z-index: 99;
  /* makes sure it stays on top */
}

#status {
  position: absolute;
  left: 50%;
  /* centers the loading animation horizontally one the screen */
  top: 50%;
  /* centers the loading animation vertically one the screen */
  /* is width and height divided by two */
}

.spinner-sm {
  width: 0px;
  height: 0px;
  background-image: url();
  background-size: 40%;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #000;
  border-radius: 50%;
}
.spinner-sm:after,
.spinner-sm:before {
  content: '';
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.spinner-sm-1:after {
  position: absolute;
  top: -4px;
  left: -4px;
  border: 50px solid transparent;
  border-top-color: #000;
  border-bottom-color: #000;
  animation: spinny 0.8s linear infinite;
}
@keyframes spinny {
  0% {
    transform: rotate(0deg) scale(1);
  }
  50% {
    transform: rotate(90deg) scale(1.2);
  }
  100% {
    transform: rotate(360deg) scale(1);
  }
}
@keyframes spinny {
  0% {
    transform: rotate(0deg) scale(1);
  }
  50% {
    transform: rotate(90deg) scale(1.2);
  }
  100% {
    transform: rotate(360deg) scale(1);
  }
}
 
 
 
body{
	font-family: arial,helvetica;
	color: #333;
	color: rgba(0,0,0,0.5);
}
img {
	width:100%;
}
.wrap{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	position: relative;
}
.section{
	text-align:center;
}
.sidebar {
	-webkit-transition: width 0.3s ease;
	-moz-transition: width 0.3s ease;
	-o-transition: width 0.3s ease;
	transition: width 0.3s ease;
}
di.intro {
	color:#fff;
}
di.intro h1{
  font-size: 80px;
  overflow: hidden; /* Ensures the content is not revealed until the animation */
  border-right: .0em solid #fff; /* The typwriter cursor */
  white-space: nowrap; /* Keeps the content on a single line */
  margin: 0 auto; /* Gives that scrolling effect as the typing happens */
  animation: 
    typing 3.5s steps(40, end),
    blink-caret .75s step-end infinite;
}
#menu li {
	display:inline-block;
	margin: 10px !important;
	/*background:#fff;
	background: rgba(255,255,255, 0.5);
	-webkit-border-radius: 10px;
            border-radius: 10px;*/
}
#menu li.active{
	background:#666;
	background: rgba(0,0,0, 0.5);
	color: #fff;
}
li.main-menu-item.home-tab {
    color: #999999 !important;
    font-size: 20px;
    font-weight: 600;
    padding: 8px 0;
    margin-left: 35px;
}
.skew {
    height: 80px;
    transform-origin: left bottom;
    transform: skewY(-1deg);
}
.fp-viewing-firstPage-0 {
    background: #000;
}
.fp-viewing-firstPage-0 #menu , .skew {
	background-color:#dddddd;
}
.fp-viewing-firstPage-0 #menu li a {
	text-decoration:none;
	color: #000;
}
.fp-viewing-secondPage .skew , .fp-viewing-3rdPage-0 .skew , .fp-viewing-4thpage .skew {
	display:none;
}
#menu li a {
	text-decoration:none;
	color: #fff;
}
#menu .nav-tabs {
    border-bottom: none;
    margin-left: 30px;
}
body.fp-viewing-Home-0 #menu li a {
    color: #000;
}

/*#menu li:hover{
	background: rgba(255,255,255, 0.8);
}
*/
#menu li a,
#menu li.active a{
	padding: 0px 5px !important;
    display: block;
    font-size: 20px;
    font-weight: 400;
    margin-top: 10px;
	border: 2px solid transparent;
}
/*#menu li a:hover {
	border: 2px solid #000;
}*/

li.right-menu {
    position: absolute;
    right: 40px;
}
#menu li.active a{
	color: #fff;
}
#menu{
	position:fixed;
	top:0;
	left:0;
	height: 60px;
	z-index: 70;
	width: 100%;
	padding: 0;
	margin:0;
}
.twitter-share-button{
	position: fixed;
	z-index: 99;
	right: 149px;
	top: 9px;
}
.lable-section-2 {
	color:#fff;
	display: -webkit-inline-box;
    border: 1px solid #fff;
    border-radius: 4px;
    margin: 15px 15px;
}
.lable-section-2.read-more-btn {
    border: none;
}
.lable-section-2 p {
	margin: 1px 20px;
	color:#999999;
	font-size: 20px;
}
/* a:hover .section-2-main
{
    box-sizing: border-box;
    width: 60%;
    border: solid #fff 2px;
    padding: 15px;
    position: relative;
    left: 20%;
    top: 0%;
} */
a.section-2-a:hover {
    color: transparent;
    text-decoration: none;
}
.section-name {
	color:#999999;	
}
.section-name h1 {
    margin-bottom: 0;
    margin-top: 0px;
}
.img-section-2 img {
	width:auto;
}
.section-4-box .img-section-2 img {
    width: 100%;
}
.section-3-1stp {
	color:#999999;
	font-size:30px;
	margin-top: 0px;
    padding-bottom: 3%;
}

.section-3-2sdp {
	color:#fff;
	font-size:30px;
	margin-top: 0;
    padding-bottom: 10%
}
.section-4-p {
	color:#999999;
	text-align:left;
}
.section-4-box {
    height: 140px;
    width: 73%;
    background: #999999;
	margin-bottom:60px;
}
.section-5 p {
	color: #999999;
    font-size: 30px;
    margin-top: -150px;
}
.section-6 {
    margin-bottom: 20%;
}
.section-6-heding {
	color:#999999;
    margin-bottom: 35px;
}
.section-6-heding h2 {
	font-size: 40px;
    font-weight: 400;
}
.section-6-p {
	color:#999999;
	font-size:30px;
}
.section-6-2ndp {
	color:#fff;
	font-size:30px;
	margin-top: 35px;
}
.skew-footer {
	background-color: #dddddd;
    height: 55px;
    transform-origin: left bottom;
    transform: skewY(-2deg);
    position: absolute;
    width: 100%;
    bottom: 155px;
}
.footer {
	background-color:#dddddd;
	position: absolute;
    width: 100%;
    bottom: 79px;
    padding-left: 40px;
    padding-right: 60px;
    padding-bottom: 15px;
}
.footer-left {
    float: left;
    text-align: left;
}
.footer-right {
    float: right;
    text-align: left;
}
.footer h6 {
    font-size: 18px;
    margin-bottom: 0;
}
.footer p {
	margin-bottom:0px;
    font-size: 15px;
}

.left-side {
    float: left;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}
.left-side a {
    color: #999999;
}
.left-side a:hover {
    color: #999999;
	text-decoration:none;
}
.left-side a:active {
    color: #999999;
	text-decoration:none;
}
.left-side p{
    margin-bottom: 0;
}
.right-side {
    float: right;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}
.right-side {
    float: right;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}
.right-side a {
    color: #999999;
}
.right-side a:hover {
    color: #999999;
	text-decoration:none;
}
.right-side a:active {
    color: #999999;
	text-decoration:none;
}
.right-side p{
    margin-bottom: 0;
}
.collapsed {
	display: none; /* hide it for small displays */
}

#row-main {
	overflow-x: hidden; /* necessary to hide collapsed sidebars */
}

.col-md-6 .width-9,
.col-md-6 .width-12,
.col-md-9 .width-6,
.col-md-9 .width-12,
.col-md-12 .width-6,
.col-md-12 .width-9 {
	display: none; /* just hiding labels for demo purposes */
}
.sidebar {
	background-color: lightgrey;
	-webkit-transition: margin 0.3s ease;
	-moz-transition: margin 0.3s ease;
	-o-transition: margin 0.3s ease;
	transition: margin 0.3s ease;
}
.left-sidebar {
	background-color:#dddddd;
}
.content {
	background-color:#000;
}
.work-section {
    text-align: center;
}
.left-sidebar h5 {
	text-align: left;
    position: relative;
    top: 4px;
    margin-bottom: 10px;
    left: 35px;
    font-size: 30px;
}
.work-menu {
    display: grid;
	text-align:left;
}	
.work-menu li {
    margin: 0px 0px !important;
    padding-bottom: 0px;
    font-size: 20px;
    font-weight: 500;
}
li.main-menu-item a {
    color: #999999 !important;
    padding: 15px 0 !important;
}
.work-menu li a {
	padding:0px !important;
	padding-top: 0px !important;
}
li.main-menu-item {
    padding: 15px 0px;
}
li.nav-item {
    border: none;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: unset !important;
    background-color: transparent !important;
    border-color: transparent !important;
}
.nav-tabs .nav-link {
    border:  2px solid transparent !important;
	width: max-content !important;
    border-radius: unset !important;
}
.nav-tabs .nav-link:hover {
    /*border: 2px solid #000 !important;*/
	width: max-content !important;
    border-radius: unset !important;
}


/* Menu */


.carousel {
    margin-top: 4%;
}
body.fp-viewing-Home-0 .carousel {
    margin-top: 0 !important;
}
body.fp-viewing-Home-0 .carousel-item img {
    width: 65% !important;
}
.main-page-slider .carousel {
    margin-top: 0;
}
.overlay 
{
    height: 100%;
    width: 0;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #000;
    background-color: #000;
    overflow-x: hidden;
    overflow-y: -webkit-paged-x;
    transition: 0.5s;
}

.overlay-content 
{
    position: relative;
    width: 100%;
    text-align: left;
    margin-left: 15px;
}
.overlay-content ul 
{
    padding-left: 35px;
    display: block;
}
.overlay-content li 
{
    list-style: none;
}
.overlay-header
{
   border-bottom: 1.5px solid #fff;
   width: 100%;
}
.overlay .user-name-header a
{
	font-size:15px !important;
}
.overlay a
{
    /*padding: 8px;*/
    text-decoration: none;
    /*font-size: 36px;*/
    color: #000;
    /*display: block;*/
    transition: 0.3s;
}
a.carousel-control-prev {
    background-color: #000 !important;
    opacity: 1 !important;
}
a.carousel-control-next {
    background-color: #000 !important;
    opacity: 1 !important;
}
.overlay a:hover, .overlay a:focus 
{
    color: #000;
	text-decoration:none;
}

/* End Of Menu */
.tab-content .carousel-inner {
    margin-top: -12px;
}
.carousel {
	text-align:center;
}
.tab-pane {
	width:100%;
}
.carousel-item 
{
    border: 2px solid #000 !important; 
    width: 72% !important;
    margin-left: 16%;
    padding: 15px;
    padding-top: 0px;
}
.main-page-slider .carousel-item 
{
    width: 57% !important;
	margin-left: 19%;
}

.carousel-item:hover 
{
   /* border: 2px solid #fff !important; */
    width: max-content;
    margin-left: 16%;
    padding: 15px;
    padding-top: 0px;
}
.main-page-slider .carousel-item:hover 
{
    width: 57% !important;
	margin-left: 19%;
}
.carousel-item:hover img {
	width:82.5%;
}
.carousel-item img {
	width:82.5%;
}
.fade.show {
    position: absolute;
}
.vertical-skew {
    background: #dddddd;
    height: -webkit-fill-available;
    transform: skewX(-5deg);
    width: 83px;
    position: absolute;
    left: -5%;
	z-index: 800;
}

.left-sidebar {
    height: -webkit-fill-available;
}



/*content*/

.psm #demo1 
{
    display: none;
}
.psm.tab-pane.fade.active.show #demo1
{
	display: block;
}
.luminokin #demo2 
{
    display: none;
}
.luminokin.tab-pane.fade.active.show #demo2
{
	display: block;
}
.bims #demo3 
{
    display: none;
}
.bims.tab-pane.fade.active.show #demo3
{
	display: block;
}
.sure #demo4 
{
    display: none;
}
.sure.tab-pane.fade.active.show #demo4
{
	display: block;
}
.cacophony #demo5 
{
    display: none;
}
.cacophony.tab-pane.fade.active.show #demo5
{
	display: block;
}
.mobihealth #demo6 
{
    display: none;
}
.mobihealth.tab-pane.fade.active.show #demo6
{
	display: block;
}
.codemint #demo7 
{
    display: none;
}
.codemint.tab-pane.fade.active.show #demo7
{
	display: block;
}
.arvind #demo8 
{
    display: none;
}
.arvind.tab-pane.fade.active.show #demo8
{
	display: block;
}
.reliance #demo9 
{
    display: none;
}
.reliance.tab-pane.fade.active.show #demo9
{
	display: block;
}
.calendars #demo10 
{
    display: none;
}
.calendars.tab-pane.fade.active.show #demo10
{
	display: block;
}
.posters #demo11 
{
    display: none;
}
.posters.tab-pane.fade.active.show #demo11
{
	display: block;
}
.logos #demo12 
{
    display: none;
}
.logos.tab-pane.fade.active.show #demo12
{
	display: block;
}
.furniture #demo13 
{
    display: none;
}
.furniture.tab-pane.fade.active.show #demo13
{
	display: block;
}

/*end of content*/

@media screen and (max-width: 992px) {
   .carousel-item {
		margin-left: 0;
	}
  a.carousel-control-prev {
    background:transparent !important;
	}
	a.carousel-control-next {
		 background:transparent !important;
	}
	
}


/* -------------------------------- 

Primary style

-------------------------------- */


.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}
.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}
.cd-words-wrapper b.is-visible {
  position: relative;
}
.no-js .cd-words-wrapper b {
  opacity: 0;
}
.no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}

.cd-headline b {
    color: #fff;
    text-transform: uppercase;
    font-size: 70px;
}
.navbar {
	margin-bottom: 0px !important;
}
.first-title {
    text-align: right;
}
.second.title {
    text-align: left;
	padding-left: 0px;
}
/*div#myContainer {
    margin-top: -23px;
}*/
body.fp-viewing-Home {
    background: #000;
}
body.fp-viewing-Home #menu li a {
    text-decoration: none;
    color: #000;
}

body.fp-viewing-Home-0 {
    background: #000;
}
/* -------------------------------- 

xrotate-1 

-------------------------------- */
.cd-headline.rotate-1 .cd-words-wrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px;
}
.cd-headline.rotate-1 i, .cd-headline.rotate-1 em {
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.cd-headline.rotate-1 b {
  opacity: 0;
   -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(-20px) rotateX(90deg);
  -moz-transform: translateZ(-20px) rotateX(90deg);
  -ms-transform: translateZ(-20px) rotateX(90deg);
  -o-transform: translateZ(-20px) rotateX(90deg);
  transform: translateZ(-20px) rotateX(90deg);
}
.cd-headline.rotate-1 b.is-visible {
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-animation: cd-rotate-1-in 1.2s;
  -moz-animation: cd-rotate-1-in 1.2s;
  animation: cd-rotate-1-in 1.2s;
}
.cd-headline.rotate-1 b.is-hidden {
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-animation: cd-rotate-1-out 1.2s;
  -moz-animation: cd-rotate-1-out 1.2s;
  animation: cd-rotate-1-out 1.2s;
}

@-webkit-keyframes cd-rotate-1-in {
  0% {
    -webkit-transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    -webkit-transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(360deg);
    opacity: 1;
  }
}
@-moz-keyframes cd-rotate-1-in {
  0% {
    -moz-transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    -moz-transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    -moz-transform: rotateX(360deg);
    opacity: 1;
  }
}
@keyframes cd-rotate-1-in {
  0% {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    -webkit-transform: rotateX(120deg);
    -moz-transform: rotateX(120deg);
    -ms-transform: rotateX(120deg);
    -o-transform: rotateX(120deg);
    transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(360deg);
    -moz-transform: rotateX(360deg);
    -ms-transform: rotateX(360deg);
    -o-transform: rotateX(360deg);
    transform: rotateX(360deg);
    opacity: 1;
  }
}
@-webkit-keyframes cd-rotate-1-out {
  0% {
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
  35% {
    -webkit-transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(180deg);
    opacity: 0;
  }
}
@-moz-keyframes cd-rotate-1-out {
  0% {
    -moz-transform: rotateX(0deg);
    opacity: 1;
  }
  35% {
    -moz-transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    -moz-transform: rotateX(180deg);
    opacity: 0;
  }
}
@keyframes cd-rotate-1-out {
  0% {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
  35% {
    -webkit-transform: rotateX(-40deg);
    -moz-transform: rotateX(-40deg);
    -ms-transform: rotateX(-40deg);
    -o-transform: rotateX(-40deg);
    transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
    opacity: 0;
  }
}
/* -------------------------------- 

xrotate-2 

-------------------------------- */
.cd-headline.rotate-2 .cd-words-wrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px;
}
.cd-headline.rotate-2 i, .cd-headline.rotate-2 em {
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.cd-headline.rotate-2 b {
  opacity: 0;
}
.cd-headline.rotate-2 i {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(-20px) rotateX(90deg);
  -moz-transform: translateZ(-20px) rotateX(90deg);
  -ms-transform: translateZ(-20px) rotateX(90deg);
  -o-transform: translateZ(-20px) rotateX(90deg);
  transform: translateZ(-20px) rotateX(90deg);
  opacity: 0;
}
.is-visible .cd-headline.rotate-2 i {
  opacity: 1;
  font-style: normal !important;
}
.cd-headline.rotate-2 i.in {
  -webkit-animation: cd-rotate-2-in 0.4s forwards;
  -moz-animation: cd-rotate-2-in 0.4s forwards;
  animation: cd-rotate-2-in 0.4s forwards;
  font-style: normal !important;
}
.cd-headline.rotate-2 i.out {
  -webkit-animation: cd-rotate-2-out 0.4s forwards;
  -moz-animation: cd-rotate-2-out 0.4s forwards;
  animation: cd-rotate-2-out 0.4s forwards;
  font-style: normal !important;
}
.cd-headline.rotate-2 em {
  -webkit-transform: translateZ(20px);
  -moz-transform: translateZ(20px);
  -ms-transform: translateZ(20px);
  -o-transform: translateZ(20px);
  transform: translateZ(20px);
}

.no-csstransitions .cd-headline.rotate-2 i {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  opacity: 0;
}
.no-csstransitions .cd-headline.rotate-2 i em {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.no-csstransitions .cd-headline.rotate-2 .is-visible i {
  opacity: 1;
}

@-webkit-keyframes cd-rotate-2-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(90deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(-10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0deg);
  }
}
@-moz-keyframes cd-rotate-2-in {
  0% {
    opacity: 0;
    -moz-transform: translateZ(-20px) rotateX(90deg);
  }
  60% {
    opacity: 1;
    -moz-transform: translateZ(-20px) rotateX(-10deg);
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(-20px) rotateX(0deg);
  }
}
@keyframes cd-rotate-2-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(90deg);
    -moz-transform: translateZ(-20px) rotateX(90deg);
    -ms-transform: translateZ(-20px) rotateX(90deg);
    -o-transform: translateZ(-20px) rotateX(90deg);
    transform: translateZ(-20px) rotateX(90deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(-10deg);
    -moz-transform: translateZ(-20px) rotateX(-10deg);
    -ms-transform: translateZ(-20px) rotateX(-10deg);
    -o-transform: translateZ(-20px) rotateX(-10deg);
    transform: translateZ(-20px) rotateX(-10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0deg);
    -moz-transform: translateZ(-20px) rotateX(0deg);
    -ms-transform: translateZ(-20px) rotateX(0deg);
    -o-transform: translateZ(-20px) rotateX(0deg);
    transform: translateZ(-20px) rotateX(0deg);
  }
}
@-webkit-keyframes cd-rotate-2-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-100deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-90deg);
  }
}
@-moz-keyframes cd-rotate-2-out {
  0% {
    opacity: 1;
    -moz-transform: translateZ(-20px) rotateX(0);
  }
  60% {
    opacity: 0;
    -moz-transform: translateZ(-20px) rotateX(-100deg);
  }
  100% {
    opacity: 0;
    -moz-transform: translateZ(-20px) rotateX(-90deg);
  }
}
@keyframes cd-rotate-2-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0);
    -moz-transform: translateZ(-20px) rotateX(0);
    -ms-transform: translateZ(-20px) rotateX(0);
    -o-transform: translateZ(-20px) rotateX(0);
    transform: translateZ(-20px) rotateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-100deg);
    -moz-transform: translateZ(-20px) rotateX(-100deg);
    -ms-transform: translateZ(-20px) rotateX(-100deg);
    -o-transform: translateZ(-20px) rotateX(-100deg);
    transform: translateZ(-20px) rotateX(-100deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-90deg);
    -moz-transform: translateZ(-20px) rotateX(-90deg);
    -ms-transform: translateZ(-20px) rotateX(-90deg);
    -o-transform: translateZ(-20px) rotateX(-90deg);
    transform: translateZ(-20px) rotateX(-90deg);
  }
}

i em {
	font-style: normal;
}

