/* #Cursor
================================================== */
.cursor,
.cursor2,
.cursor3{
	position: fixed;
	border-radius: 50%;	
	transform: translateX(-50%) translateY(-50%);
	pointer-events: none;
	left: -100px;
	top: 50% 
}
.cursor{
	background-color: #fff; 
	height: 0;
	width: 0;
	z-index: 99999;
}
.cursor2,.cursor3{
	height: 36px;
	width: 36px;
	z-index:99998;
	-webkit-transition:all 0.3s ease-out;
	transition:all 0.3s ease-out
}
.cursor2.hover,
.cursor3.hover{
	-webkit-transform:scale(2) translateX(-25%) translateY(-25%);
	transform:scale(2) translateX(-25%) translateY(-25%);
	border:none
}
.cursor2{
	border: 2px solid #fff;
	box-shadow: 0 0 22px rgba(255, 255, 255, 0.6);
}
.cursor2.hover{
	background: rgba(255,255,255,.1);
	box-shadow: 0 0 12px rgba(255, 255, 255, 0.2);
}

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

#homepage-fullpage .slide_hover {  position:inherit !important; -webkit-transform: none !important;  transform: none !important;}
.slider3 {
	position: relative;
	width: 100%;
	display: block;
	overflow: hidden; clear:both;
	height: 1000px;
	background-color: #111;
}

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

.case-study-wrapper { 
	position: absolute;
	top: 0%;
	left: 0%;
	z-index: 10;
	width: 100%; height: 100%;
	margin: 0;
	padding: 0;
	/*-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);*/
	list-style: none;
}
.case-study-wrapper .case-study-name:first-child {border-left:0;}
.case-study-wrapper .case-study-name {height:100%; width:33.33333%; float:left;  border-left:1px solid rgb(255,255,255,0.1);
	position: relative;	list-style: none;	margin: 0;	display: block;	padding: 0;	font-size: 28px;
	font-weight: 500;	text-decoration: none;	-webkit-transition: all 300ms ease;	transition: all 300ms ease; 
}
.case-study-wrapper .case-study-txt {opacity:0; padding-top:150px; -webkit-transition: all 0.5s ease;	transition: all 0.5s ease; color: #fff; 
font-size:16px; line-height:25px;}
.case-study-wrapper .case-study-name.active  .case-study-txt {opacity:1; -webkit-transition: all 0.5s ease;padding-top:90px; 	transition: all 0.5s ease; }
.case-study-wrapper .case-study-name.active {background-color:rgb(0,0,0,0.35);}
.case-study-wrapper .case-study-name a { color: #fff; 	display:block; border:1px solid #fff; padding:15px; width:230px; margin:50px auto 0 auto;	
-webkit-transition: all 0.5s ease;	transition: all 0.5s ease; }
.case-study-wrapper .case-study-name a:hover {	border:1px solid #df1a22; background-color:#df1a22; text-decoration: none;
-webkit-transition: all 0.5s ease;	transition: all 0.5s ease; }	
.case-study-wrapper .case-study-name.active a { opacity: 1;	color: #fff;}	

.caseBox {	position: absolute; top:60%; left:50%; transform:translate(-50%,-50%); text-align:center; opacity:1;
-webkit-transition: all 0.5s ease;	transition: all 0.5s ease;}
.case-study-wrapper li.active .caseBox {	position: absolute; opacity:1; top:50%; -webkit-transition: all 0.5s ease;	transition: all 0.5s ease; }
.case-study-wrapper li .case-study-title{
	bottom: 30px;
	left: 30px;
	color: #fff;
	z-index: 19;
	font-size: 45px;
	font-weight: 600;
}
.case-study-wrapper li.active .case-study-title {
	-webkit-transform: translateX(0);
	transform: translateX(0);
} 
.case-study-wrapper li .case-study-title:before {content: '';
    position: absolute;
    top: 120px;
    left: 50%;
    width: 1px;
    height: 35px;
    background: #fff;
 -webkit-transition: all 0.5s ease;	transition: all 0.5s ease;}
.case-study-wrapper li .case-study-title:after {    content: '';
    position: absolute;
    top: 137px;
    left: 50%;
    margin-left: -17px;
    width: 35px;
    height: 1px;
    background: #fff;
 -webkit-transition: all 0.5s ease;	transition: all 0.5s ease;}
.case-study-wrapper li.active  .case-study-title:before {    top: 90px; -webkit-transition: all 0.5s ease;	transition: all 0.5s ease;}
.case-study-wrapper li.active  .case-study-title:after {width: 0px; top: 102px; margin-left:0px; -webkit-transition: all 0.5s ease;	transition: all 0.5s ease;}

.case-study-images {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin:0;
	z-index:2;
}	
.case-study-images li {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
	list-style:none;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease; 
}	
.case-study-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;	font-size: 18vw;
	overflow: hidden;
	list-style:none;
	opacity: 0;
	-webkit-transform: translateY(-0px);
	transform: translateY(-0px);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease; 
}
.case-study-images li.show .img-hero-background {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
} 

.case-study-images li .hero-number{
	position: absolute;
	bottom: 40px;
	left: 50%;
	width: 40px;
	margin-left: -70px;
	display: block;
	letter-spacing: 2px;
	text-align: center;
	list-style:none;
	opacity: 0;
	font-size: 13px;
	font-weight: 300;
	line-height: 1;
	color: #fff;
	z-index: 6;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease; 
} 
.case-study-images li .hero-number-fixed{
	position: absolute;
	bottom: 40px;
	left: 50%;
	margin-left: 30px;
	width: 40px;
	text-align: center;
	display: block;
	letter-spacing: 2px;
	list-style:none;
	font-size: 13px;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	line-height: 1;
	color: #fff;
	z-index: 6;
}
.case-study-images li .hero-number-fixed:before{
	position: absolute;
	content: '';
	top: 50%;
	left: -60px;
	width: 60px;
	height: 1px;
	z-index: 1;
	background-color: rgba(255,255,255,.4);
}
.case-study-images li.show .hero-number {
	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;
}
.case-study-images li:nth-child(1) .img-hero-background{
	background-image: url("../img/slide1.jpg");
}
.case-study-images li:nth-child(2) .img-hero-background{
	background-image: url("../img/slide2.jpg");
}
.case-study-images li:nth-child(3) .img-hero-background{
	background-image: url("../img/slide3.jpg");
}
.case-study-images li:nth-child(4) .img-hero-background{
	background-image: url("../img/slide4.jpg");
}

/*---------------------------------------
  MOBILE RESPONSIVE              
-----------------------------------------*/
@media (max-width: 1023px) {
.case-study-wrapper .case-study-txt { padding-top:0px; }
.case-study-wrapper .case-study-name.active  .case-study-txt {padding-top:10px; font-size:13px; line-height:20px;  }

.case-study-wrapper .case-study-name a { color: #fff; 	display:block; border:1px solid #fff; padding:10px; width:150px; margin:20px auto 0 auto;}
.case-study-wrapper .case-study-name a:hover {	border:1px solid #df1a22; background-color:#df1a22; text-decoration: none;
-webkit-transition: all 0.5s ease;	transition: all 0.5s ease; }	
	
.case-study-wrapper li .case-study-title{bottom: 0px; font-size: 30px;}
.case-study-wrapper li .case-study-title:before {display:none;}
.case-study-wrapper li .case-study-title:after { display:none;}

.caseBox {	top:73%;}

.case-study-images li .hero-number-fixed,
.case-study-images li.show .hero-number{display:none;}

.case-study-wrapper .case-study-name { border-left:0px solid rgb(255,255,255,0.1);}
}
@media (max-width: 768px) {
.case-study-wrapper .case-study-name a {font-size: 14px;letter-spacing: 1px;}
.case-study-wrapper .case-study-name:first-child {border-top:0;}
.case-study-wrapper .case-study-name {height:33.33333%; width:100%;  border-top:1px solid rgb(255,255,255,0.2);}	
}
@media (max-width: 640px) {
}
@media (max-width: 480px) {
}
@media (max-width: 320px) {
}


