

/* #Cursor
================================================== */


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

.section{
	position: relative;
	width: 100%;
	/*height: 100vh;*/
	height: 697px;
	display: block;
	overflow: hidden;
	background-color: #000;
}
.vslider-title{
	font-size: 130px;
	line-height: 84px;
	-webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
	color: transparent;
	position: absolute;
	top:10%;
	width: 100%;
	text-align: center;
}
.section ul{
	list-style:none;
}

/*=========================== 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;
	/*top: 50%;
	left: 50%;
	width: auto;	
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);*/
}

.vslider li{
	width:14.28571428571429%;
	/*height:100vh;*/
	height:100%;
	display: flex;
	border-left:1px solid rgba(255, 255 ,255, 0.2);
	justify-content: center;
	align-items: center;
	background-repeat: no-repeat;
	background-position: center 90%;
/*	background-size:60px;*/
	position:relative;
	
}
.vslider li img{position: absolute;top: 43%;}
 .vslider li:before{
 	background-color:var(--primary-color);
	width:0;
	height:100%;
	position:absolute;
	left:50%;
	bottom:0;
	content:'';
	opacity:0.7;
	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:before{
	width:100%;
	left:0;
	 
 }

.vslider li:first-child{
	border-left:0;
	}
.vslider .vslider-name a {
	position: relative;
	/* top: 50%; */
	text-align:center;
	list-style: none;
	/*display:table-cell;
    vertical-align:middle;*/
	justify-content: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width:100%;
	height:100%;
	padding: 0;
	font-size: 17px;
	font-weight: 500;
	line-height: 19px;
	color: #fff;
	/*opacity: 0.5;	*/
	text-decoration: none;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
	/* 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-name a span {
	display: block;
	min-height: 40px;
	margin-top: 150px;
	}
.vslider .vslider-name a:before {
	content: url(../images/icons/arrow.png);
position: absolute;
bottom:50px;
left:calc(50% - 15px);
 -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;

transform: rotate(180deg);
}
.vslider .vslider-name a:hover:before {

transform: rotate(315deg);
}	
.vslider .vslider-name a:hover {
	text-decoration: none;
	
}

.vslider .vslider-name.active a {
	/*opacity: 1;*/
	color: #fff;
	background-color:rgba(122, 11, 34,  0.2);
	background-position: center 50px;
  
	
}	
.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(-10px);
	transform: translateY(-10px);
	-webkit-transition: all 900ms linear;
	transition: all 500ms linear; 
}
.vslider-images li.show .img-hero-background {
	opacity: 1;
	-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); 
/*background-image:url(../images/icons/marine.jpg);*/
	
}
.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  li:nth-child(5){
	background-image:url(../images/icons/group/5.png); 
}
.vslider  li:nth-child(6){
	background-image:url(../images/icons/group/6.png); 
}
.vslider  li:nth-child(7){
	background-image:url(../images/icons/group/7.png); 
}



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

.vslider-images li:nth-child(1) .img-hero-background{
	background-image:url(../images/vslider/marine.webp); 
}
.vslider-images li:nth-child(2) .img-hero-background{
	background-image:url(../images/vslider/manufacturing.webp); 
}
.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/biomedical.webp); 
}
.vslider-images li:nth-child(5) .img-hero-background{
	background-image:url(../images/vslider/1.jpg); 
}

.vslider-images li:nth-child(6) .img-hero-background{
	background-image:url(../images/vslider/telecommunication.webp); 
}

.vslider-images li:nth-child(7) .img-hero-background{
	background-image:url(../images/vslider/power-energy.webp); 
}


/* #Media
================================================== */
@media only screen and (max-width: 1024px) {
.vslider {
	/*position: absolute;
	top: 50%;
	left: 50%;
	z-index: 10;
	width: auto;
	margin: 0;
	padding: 0;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	list-style: none;*/
	

	
}
.vslider-title{
	font-size: 80px;
	line-height: 74px;
}
}


@media (max-width: 991px) { 
	.vslider-images li .hero-number-back{
		font-size: 26vw;
	} 
	.vslider-title{
	font-size: 50px;
	line-height: 44px;
}
}

@media (max-width: 810px) {	
	
	.vslider li{
	background-size:80%;
 
	
}
 
 .vslider .vslider-name a {
	font-size:12px;
	line-height: 12px;
	background-size:14px;

}
	
 .vslider .vslider-name a {
    position: relative;
    top: 32%;
    text-align: center;
    list-style: none;
    justify-content: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    padding: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 19px;
    color: #fff;
    /* opacity: 0.5; */
    text-decoration: none;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    writing-mode: tb-rl;
    transform: rotate(-180deg);
    /* background-position: center -40px; */
    /* background-size: 20px; */
}
.section {
    height: 400px;
    }
    .vslider li img {
    position: absolute;
    top: 25%;
}
 
}

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

