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


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

.section{
	position: relative;
	width: 100%;
	height:90vh;
	display: block;
	overflow: hidden;
}
.section ul{
	list-style:none;
	margin:0;
	padding:0;
}

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

.vslider {
	width:100%;
	height:100%;
	position: absolute;
	z-index: 3;
	margin: 0;
	padding: 0;
	list-style: none;
	left:0;
	top:0;
	display: flex;
	justify-content: 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:40%;
    display: flex;
    flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	background-color:var(--white);
}
.vslider ul li{
	width:100%;
	height:25%;
	margin:0;
	padding:0;
	list-style:none;
	display: flex;
	flex-wrap: wrap; 
	justify-content: start;	
	text-align:left;
	position:relative;
	border-bottom:1px solid var(--grey);
}
  
 
.vslider .vslider-tab a {
	width:100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	text-align:left;
	flex-direction:column;
	/*width:100%;
	height:100%;*/
	padding: 20px 20px 20px 100px; 
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
	cursor:default;
	color:var(--black);
	/*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: 24px;
	font-family:var(--font-bold);
	color:var(--black);
	line-height:24px;
	text-align:left;
	width:100%;
	margin:0 0 20px 0;
	padding: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{
	  width:100%;
	  margin:0;
	  font-size:16px;
  }
  .vslider .number{
 	position:absolute;
	left:40px;
	top:40px;
	font-size: 66px;
	font-family:var(--font-light);
	color:var(--black);
	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(--white);
	position:relative;
	background-color:var(--primary-color);
	/*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:before{
 
	position:absolute;
	left:-20px;
	top:50%;
	margin-top:-20px;
	content:'';
	border-top: 20px solid transparent;
    border-right: 20px solid var(--primary-color);;
    border-bottom:20px solid transparent;
	z-index:4;
 }
/************************/
.vslider .vslider-tab.active a h2{
	color:var(--white);
}
.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 700ms 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: 1400px) {
.vslider ul{
 
	width:60%;
 
}
 
 
}


 

@media (max-width: 1024px) {	

.vslider-content, .section{
	height:100vh;
}
 

 
	
 .vslider-images {
	width: 100%;
    display: flex;
    flex-wrap: wrap;
	align-items:flex-end;
}	

 
.vslider ul{
	width:100%;
	flex-direction:column;
	justify-content: center;
	background-color:transparent;
	margin:0;
	padding:0;
 
	 
}
 
.vslider ul li{
	width:100%;	
	border-bottom: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: 20px;
	line-height:normal;
	margin:0 0 10px 0;
	text-align:center;
	color:var(--white);
	width:100%;
 
 }
  .vslider .number, .vslider-tab a p, .vslider-content p,  .vslider ul li:before,  .vslider ul li:after{
 	color:var(--white);
	text-align:center; 
}
  .vslider .vslider-tab a p{
	  font-size:12px;
	  line-height:20px;
  }
 
 .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;
	 
}  .vslider .number{
 	position:relative;
	left:auto;
	top:auto;
	font-size: 40px;
	width:100%;
	margin:0 0 15px 0;
}
.vslider-content .brand-circle{
	display:none;}
 
}

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

