body{
	color: #5c5c5c;
	background: #fff;
}

ol,ul {
	list-style:none;
}

.slideshow,
.slideshow:after {
    position: fixed;
    margin: 0;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
}
.slideshow:after {
    content: '';
}
.slideshow li span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
    -webkit-animation: imageAnimation 36s linear infinite 0s;
    -moz-animation: imageAnimation 36s linear infinite 0s;
    -o-animation: imageAnimation 36s linear infinite 0s;
    -ms-animation: imageAnimation 36s linear infinite 0s;
    animation: imageAnimation 36s linear infinite 0s;
}
.slideshow li div {
    z-index: 1000;
    opacity: 0;
    -webkit-animation: titleAnimation 36s linear infinite 0s;
    -moz-animation: titleAnimation 36s linear infinite 0s;
    -o-animation: titleAnimation 36s linear infinite 0s;
    -ms-animation: titleAnimation 36s linear infinite 0s;
    animation: titleAnimation 36s linear infinite 0s;
}
.slideshow li div h3 {
  font-family: "helvetica neue", helvetica;
  text-transform: uppercase;
  font-size: 80px;
  padding: 0;
  line-height: 200px;
	color: rgba(255,255,255, 0.8);
}
.slideshow li:nth-child(1) span { 
	
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.75) 40%, rgba(0, 0, 0, 0) 80%), url(../img/vniaga-bg1.jpg) 
}
.slideshow li:nth-child(2) span {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.85) 40%, rgba(0, 0, 0, 0) 80%), url(../img/vniaga-bg2.jpg);
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s;
}
.slideshow li:nth-child(3) span {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.85) 40%, rgba(0, 0, 0, 0) 80%), url(../img/vniaga-bg3.jpg);
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s;
}

.slideshow li:nth-child(4) span {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.85) 40%, rgba(0, 0, 0, 0) 80%), url(../img/vniaga-bg1.jpg);
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s;
}
.slideshow li:nth-child(5) span {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.85) 40%, rgba(0, 0, 0, 0) 80%), url(../img/vniaga-bg2.jpg);
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s;
}
.slideshow li:nth-child(6) span {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.85) 40%, rgba(0, 0, 0, 0) 80%), url(../img/vniaga-bg3.jpg);
    -webkit-animation-delay: 30s;
    -moz-animation-delay: 30s;
    -o-animation-delay: 30s;
    -ms-animation-delay: 30s;
    animation-delay: 30s;
}
.slideshow li:nth-child(2) div {
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s;
}
.slideshow li:nth-child(3) div {
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s;
}
.slideshow li:nth-child(4) div {
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s;
}
.slideshow li:nth-child(5) div {
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s;
}
.slideshow li:nth-child(5) div {
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s;
}
.slideshow li:nth-child(6) div {
    -webkit-animation-delay: 30s;
    -moz-animation-delay: 30s;
    -o-animation-delay: 30s;
    -ms-animation-delay: 30s;
    animation-delay: 30s;
}
@-webkit-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -webkit-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    -webkit-transform: scale(1.05);
	    -webkit-animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    -webkit-transform: scale(1.1);
	}
	25% {
	    opacity: 0;
	    -webkit-transform: scale(1.1);
	}
	100% { opacity: 0 }
}
@-moz-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -moz-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    -moz-transform: scale(1.05);
	    -moz-animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    -moz-transform: scale(1.1);
	}
	25% {
	    opacity: 0;
	    -moz-transform: scale(1.1);
	}
	100% { opacity: 0 }
}
@-o-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -o-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    -o-transform: scale(1.05);
	    -o-animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    -o-transform: scale(1.1);
	}
	25% {
	    opacity: 0;
	    -o-transform: scale(1.1);
	}
	100% { opacity: 0 }
}
@-ms-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -ms-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    -ms-transform: scale(1.05);
	    -ms-animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    -ms-transform: scale(1.1);
	}
	25% {
	    opacity: 0;
	    -ms-transform: scale(1.1);
	}
	100% { opacity: 0 }
}
@keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    transform: scale(1.05);
	    animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    transform: scale(1.1);
	}
	25% {
	    opacity: 0;
	    transform: scale(1.1);
	}
	100% { opacity: 0 }
}
/* Animation for the title */
@-webkit-keyframes titleAnimation { 
	0% {
	    opacity: 0;
	    -webkit-transform: translateX(200px);
	}
	8% {
	    opacity: 1;
	    -webkit-transform: translateX(0px);
	}
	17% {
	    opacity: 1;
	    -webkit-transform: scale(1);
	}
	19% { opacity: 0 }
	25% {
	    opacity: 0;
	    -webkit-transform: scale(1);
	}
	100% { opacity: 0 }
}
@-moz-keyframes titleAnimation { 
	0% {
	    opacity: 0;
	    -moz-transform: translateX(200px);
	}
	8% {
	    opacity: 1;
	    -moz-transform: translateX(0px);
	}
	17% {
	    opacity: 1;
	    -moz-transform: scale(1);
	}
	19% { opacity: 0 }
	25% {
	    opacity: 0;
	    -moz-transform: scale(1);
	}
	100% { opacity: 0 }
}
@-o-keyframes titleAnimation { 
	0% {
	    opacity: 0;
	    -o-transform: translateX(200px);
	}
	8% {
	    opacity: 1;
	    -o-transform: translateX(0px);
	}
	17% {
	    opacity: 1;
	    -o-transform: scale(1);
	}
	19% { opacity: 0 }
	25% {
	    opacity: 0;
	    -o-transform: scale(1);
	}
	100% { opacity: 0 }
}
@-ms-keyframes titleAnimation { 
	0% {
	    opacity: 0;
	    -ms-transform: translateX(200px);
	}
	8% {
	    opacity: 1;
	    -ms-transform: translateX(0px);
	}
	17% {
	    opacity: 1;
	    -ms-transform: scale(1);
	}
	19% { opacity: 0 }
	25% {
	    opacity: 0;
	    -webkit-transform: scale(1);
	}
	100% { opacity: 0 }
}
@keyframes titleAnimation { 
	0% {
	    opacity: 0;
	    transform: translateX(200px);
	}
	8% {
	    opacity: 1;
	    transform: translateX(0px);
	}
	17% {
	    opacity: 1;
	    transform: scale(1);
	}
	19% { opacity: 0 }
	25% {
	    opacity: 0;
	    transform: scale(1);
	}
	100% { opacity: 0 }
}

.caption{
	position: absolute;
	padding: 20px 25px;
	bottom: 80px;
	right: 0;
	font-size: 25px;
	background: rgba(0,0,0, .8);
	color: #fff;
}

.fullbg{
	position: fixed;
    top: 0;
    left: 25px;
    width: 50%;
    height: 100%;
	padding: 15px;
    display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
}

#wrapper{
	position: relative;
	width: 100%;
	height: 100%;
	padding: 15px;
	/* background: linear-gradient(165deg, rgba(67, 162, 129, 0.52) 0%, rgba(132, 87, 132, 0.5) 100%), url(../img/bg.jpg) no-repeat; */
	background: linear-gradient(135deg, rgba(31, 119, 165, 0.52) 0%, rgba(144, 74, 144, 0.5) 100%), url(../img/bg-2.jpeg) no-repeat;
	background-size: cover;
	background-position: center center;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Poppins', sans-serif;
	text-align: center;
	color: #fff;
	font-weight: bold;
	z-index: 99;	
}

.the-inviter{
	font-size: 25px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.message-header{
	margin: 20px 0;
    font-size: 35px;
}

.message-content{
    position: relative;
    font-weight: normal;
    line-height: 1.8;
	font-size: 17px;
}

.trigger-btn{
	position: relative;
    margin-top: 35px;
    font-size: 18px;
    background: none;
    border: 2px solid #4fb57f;
    padding: 20px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.message-note{
    font-style: italic;
	margin-top: 5px;
	color: #e8e8e8;
}

.message-note img{
	position: relative;
    top: 6px;
    margin-left: 5px;
    width: 20px;
}

.header-content-container{
    color: #fff;
	margin: 0 auto;
	margin-top: 30px;
}

.header-content{
	position: relative;
    margin: 0 auto;
    padding: 10px 20px;
    border: 1px solid #fff;
}

.header-form-item{
	position: relative;
    margin: 10px 0;
    padding-left: 140px;
}

.header-form-item label{
	position: absolute;
	top: 16px;
	left: 0;
    display: block;
    font-weight: 600;
    letter-spacing: 1px;
}

.header-form-item input{
	width: 100%;
	height: 40px;
	margin-top: 5px;
	background: none;
	border: 1px solid #fff;
	padding-left: 15px;
}

.header-form-item input:focus{
	outline: none;
}

.get-freeaccess-btn{
	position: relative;
	width: 100%;
    margin: 15px 0;
    font-size: 18px;
	border: none;
	background: linear-gradient(135deg, #2a6b49 0%, #4fb57f 100%);
    padding: 15px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: pointer;
}

.freeaccess{
	font-weight: bold;
	font-size: 25px;
}

.validation-note{
	font-size: 14px;
	color: #C7314F;
	border: 1px dashed #C7314F;
	background: LEMONCHIFFON;
	padding: 10px;
	text-align: left;
}

.validation-note img{
	position: relative;
	top: 2px;
	margin-right: 3px !important;
}

.whatisvniaga-btn{
	position: fixed;
	bottom: 0;
	right: 0;
	padding: 15px 20px 15px 30px;
	background: #10a9dc;
	border-top-left-radius: 60px;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
}

.whatisvniaga-btn img{
	position: relative;
	margin-left: 5px;
	top: 1px;
	width: 14px;
	animation: flip 2s ease infinite;
}

.close-whatisvniaga{
	position: absolute;
	top: 15px;
	right: 15px;
	cursor: pointer;
}

.whatisvniaga-container{
	position: fixed;
	bottom: -100%;
	left: 0;
	width: 100%;
	padding: 30px;
	background: #fff;
	text-align: center;
	transition: .1s ease;
}

.whatisvniaga-container.active{
	bottom: 0;
}

.whatisvniaga-header{
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.whatisvniaga-desc{
	margin-bottom: 10px;
}

.whatisvniaga-item{
	position: relative;
	text-align: center;
}

.whatisvniaga-item img{
	position: relative;
	width: 60%;
	margin: 0 auto;
}

.whatisvniaga-item-label{
	font-weight: bold;
	font-size: 16px;
	color: #10a9dc;
}

.whatisvniaga-item-note{
	margin-top: 3px;
}

@keyframes flip{
	0%{
		top: 3px;
		transform: rotateY(180deg);
		transform-style: preserve-3d;
	}
	50%{
		top: -3px;
	}
	100%{
		top: 3px;
	}
}

@media(max-width: 550px){
	.fullbg{
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		height: auto;
		display: block;
		padding: 15px;
		align-items: center;
		justify-content: center;
		text-align: center;
		color: #fff;
		background: linear-gradient(135deg, grey 0%, #333 100%)
	}	

	.whatisvniaga-container{
		position: relative;
		bottom: 0;
	}

	.mobile-size{
		width: 100% !important;
	}

	.the-inviter{
		font-size: 20px;
	}

	.message-header {
		margin: 30px 0;
		font-size: 25px;
	}

	.header-form-item{
		padding: 0;
		text-align: left;
	}

	.header-form-item label{
		position: relative;
		top: 0;
		left: 0;
	}

	.header-content-container{
		width: 100%;
	}

	.trigger-btn{
		width: 100%;
		font-size: 14px;
		padding: 15px 0;
	}

	.get-freeaccess-btn{
		width: 100%;
	}

	.message-content{
		width: 100%;
		line-height: 1.5;
		font-size: 14px;
	}

	.message-note{
		font-size: 11px;
	}

	.whatisvniaga-container{
		padding: 15px;
	}

	.header-content{
		padding: 20px 25px;
	}

	.close-whatisvniaga{
		display: none;
	}
}
/* 
@media(min-width: 768px) and (max-width: 1025px){
	.fullbg{
		padding-left: 0 !Important;
	}
} */