/* Induxt Industry Business HTML-5 Template */

/*** 

====================================================================
	Marketing One
====================================================================

***/

.marketing-one{
	position: relative;
	z-index: 1;
	padding: 80px 0px 80px;
}

.marketing-one .outer-container{
	position:relative;
}

.marketing-one .animation_mode{
	position:relative;
	min-height:110px;
	overflow:hidden;
}

.marketing-one .animation_mode h1{
	font-size: 120px;
	line-height: 1em;
	padding: 0px 0px 20px;
	display: inline-block;
	text-transform: capitalize;
	
	color: transparent;
	font-weight: 800;
	opacity:0.70;
	-webkit-text-stroke-width: 2px;
	font-family: "Raleway", sans-serif;
	-webkit-text-stroke-color: rgba(var(--black-color-rgb), 0.30);
}

.marketing-one.style-two h1{
	margin: 0px 25px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

/*** 

====================================================================
	Marketing Two
====================================================================

***/

.marketing-two{
	position: relative;
	z-index: 1;
	padding: 25px 0px 0px;
	background-color: var(--color-two);
}

.marketing-two .outer-container{
	position:relative;
}

.marketing-two .animation_mode{
	position:relative;
	min-height:55px;
	overflow:hidden;
}

.marketing-two .animation_mode h1{
	margin: 0px 15px;
	font-size: 32px;
	line-height: 1em;
	font-weight: 500;
	padding: 0px 0px 10px;
	display: inline-block;
	text-transform: uppercase;
	color: var(--white-color);
}