#solutions {
	position:relative;
	top:0px;
	left:0px;
	display:block;
}
#solutions .solutionsbg{
	background-image:url('../img/common/bg.png');
	background-repeat: no-repeat;
	background-size:100% 100%;
	position:absolute;
	z-index:490;
	width:100%;
	height:100vh;
}
#solutions .solutionsContent{
	position:absolute;
	left:5%;
	top:80px;
	z-index:520;
	width:95%;
	height:85%;
}
#solutions .solutionsTitle{
	opacity:0;
	font-size:40px;
	font-weight:900;
	text-align:center;
	top:20px;
}
#solutions .digital{
	opacity:0;
	text-align:center;
	max-width: 15%;
	position:fixed;
	left:7%;
	top:220px;
}
#solutions .business{
	opacity:0;
	text-align:center;
	max-width: 15%;
	position:fixed;
	left:22%;
	top:150px;
}
#solutions .industrial{
	opacity:0;
	text-align:center;
	max-width: 15%;
	position:fixed;
	left:37%;
	top:220px;
}
#solutions .governance{
	opacity:0;
	text-align:center;
	max-width: 15%;
	position:fixed;
	left:53%;
	top:150px;
}
#solutions .blockchain{
	opacity:0;
	text-align:center;
	max-width: 15%;
	position:fixed;
	left:68%;
	top:220px;
}
#solutions .webapps{
	opacity:0;
	text-align:center;
	max-width: 15%;
	position:fixed;
	left:83%;
	top:150px;
}
#solutions .digital .Image, #solutions .business .Image, #solutions .industrial .Image, #solutions .governance .Image, #solutions .blockchain .Image, #solutions .webapps .Image{
	margin:10px;
	width:94px;
	height:164px;
	cursor:pointer;
	position:relative;
	left:50%;
	margin-left:-47px;
}
#solutions .digital .Image{
	background-image: url('../img/solutions/digital.png');
	background-position: 0px 0px;
	background-repeat:no-repeat;
}
#solutions .digital .Image:hover{
	background-image: url('../img/solutions/digital.png');
	background-position: -93px 0px;
	background-repeat:no-repeat;
}
#solutions .business .Image{
	background-image: url('../img/solutions/business.png');
	background-position: 0px 0px;
	background-repeat:no-repeat;
}
#solutions .business .Image:hover{
	background-image: url('../img/solutions/business.png');
	background-position: -93px 0px;
	background-repeat:no-repeat;
}		
#solutions .industrial .Image{
	background-image: url('../img/solutions/industrial.png');
	background-position: 0px 0px;
	background-repeat:no-repeat;
}
#solutions .industrial .Image:hover{
	background-image: url('../img/solutions/industrial.png');
	background-position: -93px 0px;
	background-repeat:no-repeat;
}	
#solutions .governance .Image{
	background-image: url('../img/solutions/governance.png');
	background-position: 0px 0px;
	background-repeat:no-repeat;
}
#solutions .governance .Image:hover{
	background-image: url('../img/solutions/governance.png');
	background-position: -93px 0px;
	background-repeat:no-repeat;
}	
#solutions .blockchain .Image{
	background-image: url('../img/solutions/blockchain.png');
	background-position: 0px 0px;
	background-repeat:no-repeat;
}
#solutions .blockchain .Image:hover{
	background-image: url('../img/solutions/blockchain.png');
	background-position: -93px 0px;
	background-repeat:no-repeat;
}	
#solutions .webapps .Image{
	background-image: url('../img/solutions/webapps.png');
	background-position: 0px 0px;
	background-repeat:no-repeat;
}
#solutions .webapps .Image:hover{
	background-image: url('../img/solutions/webapps.png');
	background-position: -93px 0px;
	background-repeat:no-repeat;
}
#solutions .digital .threedots, #solutions .business .threedots, #solutions .industrial .threedots, #solutions .governance .threedots, #solutions .blockchain .threedots, #solutions .webapps .threedots{
	opacity:0;
	text-align:center;
	margin:5px;
}
#solutions .digital .threedots img, #solutions .business .threedots img, #solutions .industrial .threedots img, #solutions .governance .threedots img, #solutions .blockchain .threedots img, #solutions .webapps .threedots img{
	width:20px;
}
#solutions .digital .description h3{
	text-align:left;
	font-size:16px;
	color:#dd2828;
	font-weight:900;
}
#solutions .business .description h3{
	text-align:left;
	font-size:16px;
	color:#e87c23;
	font-weight:900;
}
#solutions .industrial .description h3{
	text-align:left;
	font-size:16px;
	color:#2e7400;
	font-weight:900;
}
#solutions .governance .description h3{
	text-align:left;
	font-size:16px;
	color:#dd2828;
	font-weight:900;
}
#solutions .blockchain .description h3{
	text-align:left;
	font-size:16px;
	color:#f8cb19;
	font-weight:900;
}
#solutions .webapps .description h3{
	text-align:left;
	font-size:16px;
	color:#b738c1;
	font-weight:900;
}
#solutions .digital .description span, #solutions .business .description span, #solutions .industrial .description span, #solutions .governance .description span, #solutions .blockchain .description span, #solutions .webapps .description span {
	display:block;
	font-size: 14px;
	text-align: left;
	color: #181818;
	line-height: 1;
	min-height:60px;
	max-height:60px;
}
#solutions .digital .word, #solutions .business .word, #solutions .industrial .word, #solutions .governance .word, #solutions .blockchain .word, #solutions .webapps .word {
	opacity:0;
	font-size:16px;
	font-weight:900;
	color:#181818;
	text-transform:uppercase;
	text-align:center;
}
/*==================================================================================*/
/*Disable Mobile-----------------------------------*/
.mobileSolutions{
	display:none;
}

/*End of Disable Mobile----------------------------*/
/*==================================================================================*/
@media only screen and (max-width: 575px) {	
	#solutions{
		display:none;
	}
	.mobileSolutions{
		display:block;
	}
	.solutionsTopSpace{
		height:70px;
		position:relative;
	}
	.mobileSolutions .scrollContent{
		background-color:#ffffff;
		border: 3px solid #4167b0;
		margin:10px 10px;
		padding:10px;
		border-radius:25px;
		position:relative;
		z-index:700;
	}
	.mobileSolutions .solutionsTitle{
		font-size:28px;
		font-weight:900;
		text-align:center;
	}
	.mobileSolutions .solutionsBoxTitle{
		padding-bottom:5px;
	}
	.mobileSolutions .solutionsBoxTitle h3{
		display:inline-block;
		position:relative;
		top:3px;
		color:#181818;
		font-size:18px;
	}
	.mobileSolutions .description{
		background-color: #ffffff;
		padding:10px;
		border-radius:15px;
	}
	.mobileSolutions .digital{
		background-color:#DD2828;
		border-radius:15px;
		padding:10px;
		margin:5px 0px;
	}
	.mobileSolutions .digital .mainTitle h6{
		font-weight:bold;
		background-color:#9A0E18;
		border-radius:25px;
		color:#ffffff;
		padding:10px;
	}
	.mobileSolutions .digital a{
		position:relative;
		background-color:#ffffff;
		text-decoration:none;
		color:#4167b0;
		border-radius:25px;
		padding:5px 15px;min-width:100%;
		display:block;
		margin-top:10px;
		text-align:center;
	}
	.mobileSolutions .digital a:hover{
		background-color:#181818;
	}
	.mobileSolutions .business{
		background-color:#E87C23;
		border-radius:15px;
		padding:10px;
		margin:5px 0px;
	}
	.mobileSolutions .business .mainTitle h6{
		font-weight:bold;
		background-color:#B92F00;
		border-radius:25px;
		color:#ffffff;
		padding:10px;
	}
	.mobileSolutions .business a{
		position:relative;
		background-color:#ffffff;
		text-decoration:none;
		color:#4167b0;
		border-radius:25px;
		padding:5px 15px;min-width:100%;
		display:block;
		margin-top:10px;
		text-align:center;
	}
	.mobileSolutions .business a:hover{
		background-color:#181818;
	}
	.mobileSolutions .industrial{
		background-color:#3FE223;
		border-radius:15px;
		padding:10px;
		margin:5px 0px;
	}
	.mobileSolutions .industrial .mainTitle h6{
		font-weight:bold;
		background-color:#2E7400;
		border-radius:25px;
		color:#ffffff;
		padding:10px;
	}
	.mobileSolutions .industrial a{
		position:relative;
		background-color:#ffffff;
		text-decoration:none;
		color:#4167b0;
		border-radius:25px;
		padding:5px 15px;min-width:100%;
		display:block;
		margin-top:10px;
		text-align:center;
	}
	.mobileSolutions .industrial a:hover{
		background-color:#181818;
	}
	.mobileSolutions .governance{
		background-color:#32B6CC;
		border-radius:15px;
		padding:10px;
		margin:5px 0px;
	}
	.mobileSolutions .governance .mainTitle h6{
		font-weight:bold;
		background-color:#006068;
		border-radius:25px;
		color:#ffffff;
		padding:10px;
	}
	.mobileSolutions .governance a{
		position:relative;
		background-color:#ffffff;
		text-decoration:none;
		color:#4167b0;
		border-radius:25px;
		padding:5px 15px;min-width:100%;
		display:block;
		margin-top:10px;
		text-align:center;
	}
	.mobileSolutions .governance a:hover{
		background-color:#181818;
	}
	.mobileSolutions .blockchain{
		background-color:#F4C708;
		border-radius:15px;
		padding:10px;
		margin:5px 0px;
	}
	.mobileSolutions .blockchain .mainTitle h6{
		font-weight:bold;
		background-color:#EDAA15;
		border-radius:25px;
		color:#ffffff;
		padding:10px;
	}
	.mobileSolutions .blockchain a{
		position:relative;
		background-color:#ffffff;
		text-decoration:none;
		color:#4167b0;
		border-radius:25px;
		padding:5px 15px;min-width:100%;
		display:block;
		margin-top:10px;
		text-align:center;
	}
	.mobileSolutions .blockchain a:hover{
		background-color:#181818;
	}
	.mobileSolutions .webapps{
		background-color:#B738C1;
		border-radius:15px;
		padding:10px;
		margin:5px 0px;
	}
	.mobileSolutions .webapps .mainTitle h6{
		font-weight:bold;
		background-color:#902C9B;
		border-radius:25px;
		color:#ffffff;
		padding:10px;
	}
	.mobileSolutions .webapps a{
		position:relative;
		background-color:#ffffff;
		text-decoration:none;
		color:#4167b0;
		border-radius:25px;
		padding:5px 15px;min-width:100%;
		display:block;
		margin-top:10px;
		text-align:center;
	}
	.mobileSolutions .webapps a:hover{
		background-color:#181818;
	}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	#solutions{
		display:none;
	}
	.mobileSolutions{
		display:block;
	}
	.solutionsTopSpace{
		height:70px;
		position:relative;
	}
	.mobileSolutions .scrollContent{
		background-color:#ffffff;
		border: 3px solid #4167b0;
		margin:10px 10px;
		padding:10px;
		border-radius:25px;
		position:relative;
		z-index:700;
	}
	.mobileSolutions .solutionsTitle{
		font-size:30px;
		font-weight:900;
		text-align:center;
	}
	.mobileSolutions .solutionsBoxTitle{
		padding-bottom:5px;
	}
	.mobileSolutions .solutionsBoxTitle h3{
		display:inline-block;
		position:relative;
		top:3px;
		color:#181818;
		font-size:18px;
	}
	.mobileSolutions .description{
		background-color: #ffffff;
		padding:10px;
		border-radius:15px;
	}
	.mobileSolutions .digital{
		background-color:#DD2828;
		border-radius:15px;
		padding:10px;
		margin:5px 0px;
	}
	.mobileSolutions .digital .mainTitle h6{
		font-weight:bold;
		background-color:#9A0E18;
		border-radius:25px;
		color:#ffffff;
		padding:10px;
	}
	.mobileSolutions .digital a{
		position:relative;
		background-color:#ffffff;
		text-decoration:none;
		color:#4167b0;
		border-radius:25px;
		padding:5px 15px;min-width:100%;
		display:block;
		margin-top:10px;
		text-align:center;
	}
	.mobileSolutions .digital a:hover{
		background-color:#181818;
	}
	.mobileSolutions .business{
		background-color:#E87C23;
		border-radius:15px;
		padding:10px;
		margin:5px 0px;
	}
	.mobileSolutions .business .mainTitle h6{
		font-weight:bold;
		background-color:#B92F00;
		border-radius:25px;
		color:#ffffff;
		padding:10px;
	}
	.mobileSolutions .industrial{
		background-color:#3FE223;
		border-radius:15px;
		padding:10px;
		margin:5px 0px;
	}
	.mobileSolutions .industrial .mainTitle h6{
		font-weight:bold;
		background-color:#2E7400;
		border-radius:25px;
		color:#ffffff;
		padding:10px;
	}
	.mobileSolutions .governance{
		background-color:#32B6CC;
		border-radius:15px;
		padding:10px;
		margin:5px 0px;
	}
	.mobileSolutions .governance .mainTitle h6{
		font-weight:bold;
		background-color:#006068;
		border-radius:25px;
		color:#ffffff;
		padding:10px;
	}
	.mobileSolutions .blockchain{
		background-color:#F4C708;
		border-radius:15px;
		padding:10px;
		margin:5px 0px;
	}
	.mobileSolutions .blockchain .mainTitle h6{
		font-weight:bold;
		background-color:#EDAA15;
		border-radius:25px;
		color:#ffffff;
		padding:10px;
	}
	.mobileSolutions .webapps{
		background-color:#B738C1;
		border-radius:15px;
		padding:10px;
		margin:5px 0px;
	}
	.mobileSolutions .webapps .mainTitle h6{
		font-weight:bold;
		background-color:#902C9B;
		border-radius:25px;
		color:#ffffff;
		padding:10px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	#solutions{
		display:none;
	}
	.mobileSolutions{
		display:block;
	}
	.solutionsTopSpace{
		height:70px;
		position:relative;
	}
	.mobileSolutions .scrollContent{
		background-color:#ffffff;
		border: 3px solid #4167b0;
		margin:10px 10px;
		padding:10px;
		border-radius:25px;
		position:relative;
		z-index:700;
	}
	.mobileSolutions .solutionsTitle{
		font-size:30px;
		font-weight:900;
		text-align:center;
	}
	.mobileSolutions .solutionsBoxTitle{
		padding-bottom:5px;
	}
	.mobileSolutions .solutionsBoxTitle h3{
		display:inline-block;
		position:relative;
		top:3px;
		color:#181818;
		font-size:18px;
	}
	.mobileSolutions .description{
		background-color: #ffffff;
		padding:10px;
		border-radius:15px;
	}
	.mobileSolutions .digital{
		background-color:#DD2828;
		border-radius:15px;
		padding:10px;
		margin:5px 0px;
		min-height:200px;
	}
	.mobileSolutions .digital .mainTitle h6{
		font-weight:bold;
		background-color:#9A0E18;
		border-radius:25px;
		color:#ffffff;
		padding:10px;
	}
	.mobileSolutions .digital a{
		position:relative;
		background-color:#ffffff;
		text-decoration:none;
		color:#4167b0;
		border-radius:25px;
		padding:5px 15px;min-width:100%;
		display:block;
		margin-top:10px;
		text-align:center;
	}
	.mobileSolutions .digital a:hover{
		background-color:#181818;
	}
	.mobileSolutions .business{
		background-color:#E87C23;
		border-radius:15px;
		padding:10px;
		margin:5px 0px;
		min-height:200px;
	}
	.mobileSolutions .business .mainTitle h6{
		font-weight:bold;
		background-color:#B92F00;
		border-radius:25px;
		color:#ffffff;
		padding:10px;
	}
	.mobileSolutions .industrial{
		background-color:#3FE223;
		border-radius:15px;
		padding:10px;
		margin:5px 0px;
		min-height:220px;
	}
	.mobileSolutions .industrial .mainTitle h6{
		font-weight:bold;
		background-color:#2E7400;
		border-radius:25px;
		color:#ffffff;
		padding:10px;
	}
	.mobileSolutions .governance{
		background-color:#32B6CC;
		border-radius:15px;
		padding:10px;
		margin:5px 0px;
		min-height:220px;
	}
	.mobileSolutions .governance .mainTitle h6{
		font-weight:bold;
		background-color:#006068;
		border-radius:25px;
		color:#ffffff;
		padding:10px;
	}
	.mobileSolutions .blockchain{
		background-color:#F4C708;
		border-radius:15px;
		padding:10px;
		margin:5px 0px;
		min-height:200px;
	}
	.mobileSolutions .blockchain .mainTitle h6{
		font-weight:bold;
		background-color:#EDAA15;
		border-radius:25px;
		color:#ffffff;
		padding:10px;
	}
	.mobileSolutions .webapps{
		background-color:#B738C1;
		border-radius:15px;
		padding:10px;
		margin:5px 0px;
		min-height:200px;
	}
	.mobileSolutions .webapps .mainTitle h6{
		font-weight:bold;
		background-color:#902C9B;
		border-radius:25px;
		color:#ffffff;
		padding:10px;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	#solutions .solutionsContent{
		position:absolute;
		left:5%;
		top:80px;
		z-index:520;
		width:95%;
		height:85%;
	}
	#solutions .solutionsTitle{
		opacity:0;
		font-size:32px;
		font-weight:900;
		text-align:center;
		top:20px;
	}
	#solutions .digital{
		opacity:0;
		text-align:center;
		max-width: 15%;
		position:fixed;
		left:7%;
		top:220px;
	}
	#solutions .business{
		opacity:0;
		text-align:center;
		max-width: 15%;
		position:fixed;
		left:22%;
		top:150px;
	}
	#solutions .industrial{
		opacity:0;
		text-align:center;
		max-width: 15%;
		position:fixed;
		left:37%;
		top:220px;
	}
	#solutions .governance{
		opacity:0;
		text-align:center;
		max-width: 15%;
		position:fixed;
		left:53%;
		top:150px;
	}
	#solutions .blockchain{
		opacity:0;
		text-align:center;
		max-width: 15%;
		position:fixed;
		left:68%;
		top:220px;
	}
	#solutions .webapps{
		opacity:0;
		text-align:center;
		max-width: 15%;
		position:fixed;
		left:83%;
		top:150px;
	}
	#solutions .digital .Image, #solutions .business .Image, #solutions .industrial .Image, #solutions .governance .Image, #solutions .blockchain .Image, #solutions .webapps .Image{
		margin:10px;
		width:94px;
		height:164px;
		cursor:pointer;
		position:relative;
		left:50%;
		margin-left:-47px;
	}
	#solutions .digital .Image{
		background-image: url('../img/solutions/digital.png');
		background-position: 0px 0px;
		background-repeat:no-repeat;
	}
	#solutions .digital .Image:hover{
		background-image: url('../img/solutions/digital.png');
		background-position: -93px 0px;
		background-repeat:no-repeat;
	}
	#solutions .business .Image{
		background-image: url('../img/solutions/business.png');
		background-position: 0px 0px;
		background-repeat:no-repeat;
	}
	#solutions .business .Image:hover{
		background-image: url('../img/solutions/business.png');
		background-position: -93px 0px;
		background-repeat:no-repeat;
	}		
	#solutions .industrial .Image{
		background-image: url('../img/solutions/industrial.png');
		background-position: 0px 0px;
		background-repeat:no-repeat;
	}
	#solutions .industrial .Image:hover{
		background-image: url('../img/solutions/industrial.png');
		background-position: -93px 0px;
		background-repeat:no-repeat;
	}	
	#solutions .governance .Image{
		background-image: url('../img/solutions/governance.png');
		background-position: 0px 0px;
		background-repeat:no-repeat;
	}
	#solutions .governance .Image:hover{
		background-image: url('../img/solutions/governance.png');
		background-position: -93px 0px;
		background-repeat:no-repeat;
	}	
	#solutions .blockchain .Image{
		background-image: url('../img/solutions/blockchain.png');
		background-position: 0px 0px;
		background-repeat:no-repeat;
	}
	#solutions .blockchain .Image:hover{
		background-image: url('../img/solutions/blockchain.png');
		background-position: -93px 0px;
		background-repeat:no-repeat;
	}	
	#solutions .webapps .Image{
		background-image: url('../img/solutions/webapps.png');
		background-position: 0px 0px;
		background-repeat:no-repeat;
	}
	#solutions .webapps .Image:hover{
		background-image: url('../img/solutions/webapps.png');
		background-position: -93px 0px;
		background-repeat:no-repeat;
	}
	#solutions .digital .threedots, #solutions .business .threedots, #solutions .industrial .threedots, #solutions .governance .threedots, #solutions .blockchain .threedots, #solutions .webapps .threedots{
		opacity:0;
		text-align:center;
		margin:5px;
	}
	#solutions .digital .threedots img, #solutions .business .threedots img, #solutions .industrial .threedots img, #solutions .governance .threedots img, #solutions .blockchain .threedots img, #solutions .webapps .threedots img{
		width:20px;
	}
	#solutions .digital .description h3{
		text-align:left;
		font-size:13px;
		color:#dd2828;
		font-weight:900;
	}
	#solutions .business .description h3{
		text-align:left;
		font-size:13px;
		color:#e87c23;
		font-weight:900;
	}
	#solutions .industrial .description h3{
		text-align:left;
		font-size:13px;
		color:#2e7400;
		font-weight:900;
	}
	#solutions .governance .description h3{
		text-align:left;
		font-size:13px;
		color:#dd2828;
		font-weight:900;
	}
	#solutions .blockchain .description h3{
		text-align:left;
		font-size:13px;
		color:#f8cb19;
		font-weight:900;
	}
	#solutions .webapps .description h3{
		text-align:left;
		font-size:13px;
		color:#b738c1;
		font-weight:900;
	}
	#solutions .digital .description span, #solutions .business .description span, #solutions .industrial .description span, #solutions .governance .description span, #solutions .blockchain .description span, #solutions .webapps .description span {
		position:relative;
		top:-7px;
		display:block;
		font-size: 14px;
		text-align: left;
		color: #181818;
		line-height: 1;
		min-height:60px;
		max-height:60px;
	}
	#solutions .digital .word, #solutions .business .word, #solutions .industrial .word, #solutions .governance .word, #solutions .blockchain .word, #solutions .webapps .word {
		opacity:0;
		font-size:16px;
		font-weight:900;
		color:#181818;
		text-transform:uppercase;
		text-align:center;
	}
	/*==================================================================================*/
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
	#solutions .solutionsContent{
		position:absolute;
		left:5%;
		top:80px;
		z-index:520;
		width:95%;
		height:85%;
	}
	#solutions .solutionsTitle{
		opacity:0;
		font-size:38px;
		font-weight:900;
		text-align:center;
		top:20px;
	}
	#solutions .digital{
		opacity:0;
		text-align:center;
		max-width: 15%;
		position:fixed;
		left:7%;
		top:220px;
	}
	#solutions .business{
		opacity:0;
		text-align:center;
		max-width: 15%;
		position:fixed;
		left:22%;
		top:150px;
	}
	#solutions .industrial{
		opacity:0;
		text-align:center;
		max-width: 15%;
		position:fixed;
		left:37%;
		top:220px;
	}
	#solutions .governance{
		opacity:0;
		text-align:center;
		max-width: 15%;
		position:fixed;
		left:53%;
		top:150px;
	}
	#solutions .blockchain{
		opacity:0;
		text-align:center;
		max-width: 15%;
		position:fixed;
		left:68%;
		top:220px;
	}
	#solutions .webapps{
		opacity:0;
		text-align:center;
		max-width: 15%;
		position:fixed;
		left:83%;
		top:150px;
	}
	#solutions .digital .Image, #solutions .business .Image, #solutions .industrial .Image, #solutions .governance .Image, #solutions .blockchain .Image, #solutions .webapps .Image{
		margin:10px;
		width:94px;
		height:164px;
		cursor:pointer;
		position:relative;
		left:50%;
		margin-left:-47px;
	}
	#solutions .digital .Image{
		background-image: url('../img/solutions/digital.png');
		background-position: 0px 0px;
		background-repeat:no-repeat;
	}
	#solutions .digital .Image:hover{
		background-image: url('../img/solutions/digital.png');
		background-position: -93px 0px;
		background-repeat:no-repeat;
	}
	#solutions .business .Image{
		background-image: url('../img/solutions/business.png');
		background-position: 0px 0px;
		background-repeat:no-repeat;
	}
	#solutions .business .Image:hover{
		background-image: url('../img/solutions/business.png');
		background-position: -93px 0px;
		background-repeat:no-repeat;
	}		
	#solutions .industrial .Image{
		background-image: url('../img/solutions/industrial.png');
		background-position: 0px 0px;
		background-repeat:no-repeat;
	}
	#solutions .industrial .Image:hover{
		background-image: url('../img/solutions/industrial.png');
		background-position: -93px 0px;
		background-repeat:no-repeat;
	}	
	#solutions .governance .Image{
		background-image: url('../img/solutions/governance.png');
		background-position: 0px 0px;
		background-repeat:no-repeat;
	}
	#solutions .governance .Image:hover{
		background-image: url('../img/solutions/governance.png');
		background-position: -93px 0px;
		background-repeat:no-repeat;
	}	
	#solutions .blockchain .Image{
		background-image: url('../img/solutions/blockchain.png');
		background-position: 0px 0px;
		background-repeat:no-repeat;
	}
	#solutions .blockchain .Image:hover{
		background-image: url('../img/solutions/blockchain.png');
		background-position: -93px 0px;
		background-repeat:no-repeat;
	}	
	#solutions .webapps .Image{
		background-image: url('../img/solutions/webapps.png');
		background-position: 0px 0px;
		background-repeat:no-repeat;
	}
	#solutions .webapps .Image:hover{
		background-image: url('../img/solutions/webapps.png');
		background-position: -93px 0px;
		background-repeat:no-repeat;
	}
	#solutions .digital .threedots, #solutions .business .threedots, #solutions .industrial .threedots, #solutions .governance .threedots, #solutions .blockchain .threedots, #solutions .webapps .threedots{
		opacity:0;
		text-align:center;
		margin:5px;
	}
	#solutions .digital .threedots img, #solutions .business .threedots img, #solutions .industrial .threedots img, #solutions .governance .threedots img, #solutions .blockchain .threedots img, #solutions .webapps .threedots img{
		width:20px;
	}
	#solutions .digital .description h3{
		text-align:left;
		font-size:14px;
		color:#dd2828;
		font-weight:900;
	}
	#solutions .business .description h3{
		text-align:left;
		font-size:14px;
		color:#e87c23;
		font-weight:900;
	}
	#solutions .industrial .description h3{
		text-align:left;
		font-size:14px;
		color:#2e7400;
		font-weight:900;
	}
	#solutions .governance .description h3{
		text-align:left;
		font-size:14px;
		color:#dd2828;
		font-weight:900;
	}
	#solutions .blockchain .description h3{
		text-align:left;
		font-size:14px;
		color:#f8cb19;
		font-weight:900;
	}
	#solutions .webapps .description h3{
		text-align:left;
		font-size:14px;
		color:#b738c1;
		font-weight:900;
	}
	#solutions .digital .description span, #solutions .business .description span, #solutions .industrial .description span, #solutions .governance .description span, #solutions .blockchain .description span, #solutions .webapps .description span {
		position:relative;
		top:-7px;
		display:block;
		font-size: 14px;
		text-align: left;
		color: #181818;
		line-height: 1;
		min-height:60px;
		max-height:60px;
	}
	#solutions .digital .word, #solutions .business .word, #solutions .industrial .word, #solutions .governance .word, #solutions .blockchain .word, #solutions .webapps .word {
		opacity:0;
		font-size:16px;
		font-weight:900;
		color:#181818;
		text-transform:uppercase;
		text-align:center;
	}
	/*==================================================================================*/
}