.image-slider {
    position: relative;
    height: 100vh;
    width: 100%;
}
.slider {
    position: absolute;
    width: 100%;
    height: 100%;
    background: black;
}
.slider div.image-one, .slider div.image-two, .slider div.image-three, .slider div.image-four {
	position: absolute;
    display: inline;
    width: 100%;
    height: 100%;
    background-size: cover;
}
.slider .image-one {
    background: url("//lh3.googleusercontent.com/7SQY3TcvYQ5n4MFJN383rEO3c1bZvzJpPPQxf79gD4uK2SuzFJ6OKsvipCW6e8aDlDVL7z0UJbLrQHgm54pXWs2HQy4d5o2POMM0CNUCmBDkUjcFkVHxvAeq2yoGd8yI-dEopiVb=w2400") no-repeat center center;
}
.slider .image-two {
    background: url() no-repeat center center;
}
.slider .image-three {
    background: url() no-repeat center center;
}
.slider .image-four {
    background: url() no-repeat center center;
}
.news-image-slider {
	background: url() no-repeat center center;
}
.tutorials-image-slider {
	background: url() no-repeat center center;
}
.blogs-image-slider {
	background: url() no-repeat center center;
}
.faq-image-slider {
	background: url() no-repeat center center;
}
.documentation-image-slider {
	background: url() no-repeat center center;
}
.contact-image-slider {
	background: url() no-repeat center center;
}
.account-image-slider {
	background: url() no-repeat center center;
}
.cart-image-slider {
	background: url() no-repeat center center;
}
.checkout-image-slider {
	background: url() no-repeat center center;
}
.news-image-slider, .tutorials-image-slider,.blogs-image-slider, .faq-image-slider, .documentation-image-slider, .contact-image-slider, .account-image-slider, .cart-image-slider, .checkout-image-slider {
	height: 50vh;
	background-size: cover !important;
}
.info {
	position:absolute;
	margin:auto;
	width:100%;
	text-align:center;
	color:#fff;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	align-items: center;
}
.slider-text-center {
	position: absolute;
	width: 100%;
	text-align: center;
}
.slider-nav {
    position: absolute;
    transform: translateY(-50%);
    width: 100%;
    top: 50%;
    z-index: 2;
}
/* Layered text animation */
.slick-active .fade-in {
	-webkit-animation: fade-in 1s ease-in both 1.5s;
	        animation: fade-in 1s ease-in both 1.5s;
}
.slick-active h1, .slick-active h4 {
	text-shadow: -3px -1px 2px #000;
}
.fade-out {
	-webkit-animation: fade-out .6s ease-out both 1.5s;
	        animation: fade-out .6s ease-out both 1.5s;
}
/* fade-in */
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* fade-out */
@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* ---------------end------------------ */
@media screen and (min-width: 1025px) {
	.slider-nav .span-left .fa-chevron-left:before {
	    position: absolute;
	    content: "\f053";
	    margin: -29px 15px;
	    opacity: 1;
	    transition: opacity 0.3s;
	}
	.slider-nav .span-left:hover .fa-chevron-left:before {
	    position: absolute;
	    content: "\f053";
	    margin: 0 15px;
	    opacity: 0;
	    transition: opacity 0.3s, margin 0.3s;
	}
	.slider-nav .span-left .fa-chevron-circle-left:before {
	    content: "\f137";
	    font-size: 46px;
	    margin: 0 7px;
	    opacity: 0;
	    transition: opacity 0.3s;
	}
	.slider-nav .span-left:hover .fa-chevron-circle-left:before {
	    content: "\f137";
	    font-size: 46px;
	    margin: 0 7px;
	    opacity: 1;
	    transition: opacity 0.3s;
	}
	.slider-nav .span-right .fa-chevron-right:before {
	    position: absolute;
	    content: "\f054";
	    margin: -29px 4px;
	    opacity: 1;
	    transition: opacity 0.3s;
	}
	.slider-nav .span-right:hover .fa-chevron-right:before {
	    position: absolute;
	    content: "\f054";
	    margin: 0 4px;
	    opacity: 0;
	    transition: opacity 0.3s, margin 0.3s;
	}
	.slider-nav .span-right .fa-chevron-circle-right:before {
	    content: "\f138";
	    font-size: 46px;
	    margin: -12px -9px;
	    opacity: 0;
	    transition: opacity 0.3s;
	}
	.slider-nav .span-right:hover .fa-chevron-circle-right:before {
	    content: "\f138";
	    font-size: 46px;
	    margin: -12px -9px;
	    opacity: 1;
	    transition: opacity 0.3s;
	}
}
.slider-nav span.span-left, .slider-nav span.span-right {
    position: absolute;
    border-radius: 50%;
    cursor: pointer;
}
.slider-nav span.span-left {
    left: 30px;
}
.slider-nav span.span-right {
    right: 60px;
}
.slider-nav span i {
    color: white;
    font-size: 26px;
}
.slider-nav div {
    position: absolute;
    left: 36px;
    text-align: left;
    font-size: 36px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    z-index: 2;
    bottom: 4px;
    transition: all 0.3s;
}
@media screen and (max-width: 1024px) {
	.slider-nav .span-left .fa-chevron-left:before {
	    position: absolute;
	    content: "\f053";
	    margin: -29px 15px;
	}
	.slider-nav .span-right .fa-chevron-right:before {
	    position: absolute;
	    content: "\f054";
	    margin: -29px 4px;
	}
	.slider-nav .span-left .fa-chevron-circle-left:before {
		display: none;
	}
	.slider-nav .span-right .fa-chevron-circle-right:before {
		display: none;
	}
}
.slider-download {
	color: #383838;
	background-color: white;
	padding: 10px 35px;
	border: 3px solid white;
	border-radius: 5px;
	transition: all 0.2s ease-in;
}
.slider-download:hover {
	color: white;
	background-color: transparent;
}
@media screen and (max-width: 900px) {
	h1.slider-text {
		width: 70%;
		font-size: 3rem;
		margin: 0 auto;
	}
	h4.slider-text {
		width: 70%;
		font-size: 2rem;
		margin: 0 auto;
	}
	p.slider-text {
		font-size: 1rem;
	}	
}
