.emi-wrapper
{
	background: url('/wp-content/themes/xavitech/images/emi-box-bg.jpg') no-repeat center top #000000;
	background-size: cover;
	padding: 40px 20px;
}

.emi-wrapper h2, 
.emi-wrapper h3,
.emi-wrapper h4
{
	color: #ffffff;
	margin-top: 0px;
	margin-bottom: 0px;
	text-transform: uppercase;
	line-height: 1.2;
	letter-spacing: 0.6px;
}
.emi-wrapper h2
{
	color: #f59416;
	font-size: 50px;
	padding-top: 4px;
}
.emi-wrapper h3
{
	font-size: 30px;
	font-weight: 300;
	letter-spacing: 0.9px;
}

.emi-wrapper h4
{
	font-size: 22px;
	font-weight: 100 !important;
	padding-top: 5px;
}

.emi-boxes
{
	margin-top: 30px;
}
.emi-boxes::after
{
 	content: '';
    display: block;
    clear: both;
}
.emi-box
{
	width: 23%;
	margin-left: 1%;
	margin-right: 1%;
	float: left;
}
.emi-dot-glow
{
	height: 35px;
	width: 179px;
	background: url('/wp-content/themes/xavitech/images/emi-box-top.png') no-repeat center center transparent;
	margin: 0 auto;
}
.emi-box-content
{
	background-color: #ffffff;
	position: relative;
	padding-bottom: 85px;
	padding-top: 20px;
}

.emi-box-content a:hover span.emi-action
{
	background-color: #6f6f6f;
}

.emi-box-content span.emi-action
{
	font-size: 15px;
	line-height: 1.2;
	padding-top: 7px;
	height: 55px;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #4a4a4a;
	width: 100%;
	color: #ffffff;
	font-weight: 300;
	letter-spacing: 0.8px;
	font-family: "Oswald",sans-serif;
}

.emi-box-content span.emi-action .arrows
{
	color: #9a9a9a;
	font-size: 18px;
}

@media screen and (max-width: 940px)
{
	.emi-box
	{
		width: 48%;
		margin-left: 1%;
		margin-right: 1%;
		float: left;
	}
}

@media screen and (max-width: 910px)
{
	.emi-wrapper h2
	{
		font-size: 40px;
	}
	.emi-wrapper h3
	{
		font-size: 26px;
	}
	
	.emi-wrapper h4
	{
		font-size: 20px;
	}
}

@media screen and (max-width: 660px)
{
	.emi-box
	{
		width: 98%;
		margin: 0 auto;
		max-width: 350px;
		float: none;
	}
}

.emi-extra
{
	width: 100%;
	max-width: 905px;
	margin: 20px auto 0px auto;
	background-color: #ffffff;
	text-align: center;
	
}

.emi-extra:hover
{
	background-color: #cecece;
}

.emi-extra a
{
	color: #000000;
	font-size: 15px;
	letter-spacing: 0.8px;
	font-family: "Oswald",sans-serif;
	display: block;
	padding: 3px 3px;
	font-weight: 300;
	text-transform: uppercase;
}

.emi-extra a:hover
{
	color: #000000;
}