
.vslider-content{
 	width:100%;
	height:95vh;
    display: flex;
    flex-wrap: wrap;
	align-items: flex-start;
	z-index:10;
	padding:150px 0;
	color:var(--white);
	position:relative;
	z-index:10;
}
/* #Cursor
================================================== */


/* #Slider
================================================== */

.section{
	position: relative;
	width: 100%;
	height:95vh;
	display: block;
	overflow: hidden;
	background-color: #000;
}
.section ul{
	list-style:none;
	margin:0;
}

/*=========================== Case Study Showcase=======================*/

.vslider {
	position: absolute;
	z-index: 3;
	text-align:center;
	margin: 0;
	padding: 0;
	list-style: none;
	width:100%;
	height:100%;
	left:0;
	top:0;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	
	/*top: 50%;
	left: 50%;
	width: auto;	
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);*/
}
.vslider ul{
	margin:0;
	padding:0;
	list-style:none;
	width: 100%;
    display: flex;
    flex-wrap: wrap;
	justify-content: center;
	background-color:var(--body-bg);
}
.vslider ul li{
	width:25%;
	height:200px;
	margin:0;
	padding:0;
	list-style:none;
	display: flex;
	flex-wrap: wrap; 
	border-left:1px solid rgba(255, 255 ,255, 0.2);
	justify-content: start;	
 
	text-align:left;
 
/*	background-size:60px;*/
	position:relative;

	
}
 .vslider ul li:before{
 	/*background-image: linear-gradient(to top, var(--tertiary-color), var(--primary-color));*/
	background-color:var(--secondary-color);
	content:'';
	/*filter: blur(1px);*/
	width:1px;
	height:0;
	position:absolute;
	left:-1px;
	top:0;
	content:'';
	z-index:2;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
 }
 
  .vslider li:hover:before{
	height:100%;
	 
 }
 .vslider ul li:after{
 	/*background-image: linear-gradient(to top, var(--tertiary-color), var(--primary-color));*/
	background-color:var(--secondary-color);
	content:'';
	filter: blur(3px); 
	width:2px;
	height:0;
	position:absolute;
	left:-1px;
	top:0;
	content:'';
	z-index: 1;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
 }
 
  .vslider li:hover:after{
	height:100%;
	 
 }
.vslider li:first-child{
	border-left:0;
	}
.vslider .vslider-tab a {
	 
	display: flex;
	flex-wrap: wrap;
	/*width:100%;
	height:100%;*/
	padding: 20px 50px; 
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
	cursor:default;
	
	/*writing-mode: tb-rl;
    transform: rotate(-180deg);*/
	
/*	background-image: url(../images/icons/arrow.png);
	background-repeat: no-repeat;*/
	/*background-position: center -40px;*/
	/*background-size:20px; */


}
 .vslider .vslider-tab a h2{
 	font-size: 22px;
	font-weight:var(--font-medium);
	color:var(--white);
	line-height:normal;
	margin:0;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
 }
  .vslider .vslider-tab a p{
	  margin:0;
	  font-size:16px;
  }
  .vslider .number{
 	font-size: 40px;
	font-weight:var(--font-medium);
	color:var(--grey-light);
	line-height:normal;
	opacity:0.5;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
 
 }

.vslider .vslider-tab.active a {
	/*opacity: 1;*/
	color:var(--primary-color);
	background-color:rgba(0, 0, 0 ,0.5);
	/*background-position: center 50px;*/
		-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.vslider .vslider-tab.active a h2{
	color:var(--primary-color);
}
.vslider .vslider-tab.active a .number{
	color:var(--white);
	opacity:0.9;
}
.vslider-images {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin:0;
	z-index:2;
	/*opacity: 0.7*/
}	
.vslider-images li {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
	list-style:none;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
	
	
}	
.vslider-images li .img-hero-background{
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position:center center;
	background-repeat:no-repeat;
	top: 0;
	left: 0;
	overflow: hidden;
	list-style:none;
	opacity: 0;
	-webkit-transform: translateY(-40px);
	transform: translateY(-40px);
	-webkit-transition: all 900ms linear;
	transition: all 900ms linear; 
}
.vslider-images li.show .img-hero-background {
	opacity: 100%;
	-webkit-transform: translateY(0);
	transform: translateY(0);
} 

/*.dark-over-hero{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:5;
	background-color: #050505;
	opacity: 0.2;
}*/

 

 
.vslider  li:nth-child(1){
	background-image:url(../images/icons/group/1.png); 
	
}
.vslider  li:nth-child(2){
	background-image:url(../images/icons/group/2.png); 
}
.vslider  li:nth-child(3){
	background-image:url(../images/icons/group/3.png); 
	
}
.vslider  li:nth-child(4){
	background-image:url(../images/icons/group/4.png); 
}

 


/*****************************************/

.vslider-images li:nth-child(1) .img-hero-background{
	background-image:url(../images/vslider/1.jpg); 
}
.vslider-images li:nth-child(2) .img-hero-background{
	background-image:url(../images/vslider/2.jpg); 
}
.vslider-images li:nth-child(3) .img-hero-background{
	background-image:url(../images/vslider/3.jpg); 
}
.vslider-images li:nth-child(4) .img-hero-background{
	background-image:url(../images/vslider/4.jpg); 
}
 

/* #Media
================================================== */
@media only screen and (max-width: 1024px) {
 
 
}


 

@media (max-width: 767px) {	
	
 .vslider-images {
	width: 100%;
    display: flex;
    flex-wrap: wrap;
	align-items:flex-end;
}	

 
.vslider ul{
	flex-direction:column;
	justify-content: center;
	background-color:transparent;
	margin:0;
	padding:0;
 
	 
}
 
.vslider ul li{
	width:100%;
	height:auto;
	border-left:0;	
	border:1px solid rgba(255, 255 ,255, 0.2);
 
	 
}
.vslider li:last-child{
	border-bottom:0;
}
	
.vslider .vslider-tab a {
	width:100%;
	height:auto;
	padding:20px;
	
} 
 .vslider .vslider-tab a h2{
 	font-size: 18px;
	line-height:normal;
	margin:0;
	text-align:center;
	width:100%;
 
 }
  .vslider .number, .vslider-tab a p, .vslider-content p,  .vslider ul li:before,  .vslider ul li:after{
 	display:none !important;
 
 }
 
 .vslider-content .heading{
	font-size:40px;
 	line-height:normal;
 }
 
 .vslider-content{
	padding:10px 0;
	width:100%;
	text-align:center;
	justify-content: center;
	align-items: center;
	 
}
 
}

/* #Link to page
================================================== */

