/*** 

====================================================================
	Partners One
====================================================================

***/

.partners-one{
	position: relative;
}

.partners-one .animation_mode{
	position: relative;
	height: 120px;
}

.partners-one ul li{
	position: relative;
	display: inline-block;
}

.partners-one-hover {
	width: 440px;
	height:300px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	background-size: cover;
	background-repeat: no-repeat;
	background-position-x: 75%;
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
	transition: opacity 0.3s, -webkit-transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
	transition: opacity 0.3s, transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
	transition: opacity 0.3s, transform 0.7s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
	margin: -150px 0 0 -150px;
	overflow: hidden;
	pointer-events: none;
}

.partners-one ul li:hover .partners-one-hover {
	opacity:1;
}

.partners-one .animation_mode_two{
	position: relative;
	height: 120px;
}

.partners-one a{
	position: relative;
	font-weight: 600;
	font-size: 120px;
	line-height: 120px;
	color: var(--color-six);
	text-transform: uppercase;
	margin-right: var(--margin-right-40);
	padding-right: var(--padding-right-40);
}

.partners-one a::before{
	position: absolute;
	content: '';
	right: -10px;
	top: 75px;
	width: 24px;
	height: 24px;
	border-radius: 50px;
	display: inline-block;
	background-color: var(--color-six);
}

.partners-one a:hover{
	
}

@media only screen and (max-width: 1540px){
	
	
	
}

@media only screen and (max-width: 1450px){
	
	
	
}
	
@media only screen and (max-width: 1340px){

	
	
}

@media only screen and (max-width: 1200px){
	
	

}

@media only screen and (max-width: 1140px){
	
	

}

@media only screen and (min-width: 768px){
	
	
	
}

@media only screen and (max-width: 1023px){
	
	
	
}

@media only screen and (max-width: 900px){
	
	.partners-one a{
		font-size: var(--font-70);
	}

	.partners-one a::before{
		top: 40px;
	}

}

@media only screen and (max-width: 767px){
	
	

}

@media only screen and (max-width: 599px){
	
	.partners-one a{
		font-size: var(--font-50);
	}

	.partners-one a::before{
		top: 22px;
	}

}

@media only screen and (max-width: 479px) {
	
	

}