#industries {
	position:relative;
	top:0px;
	left:0px;
	display:block;
}
#industries .industriesbg{
	background-image:url('../img/common/bg.png');
	background-repeat: no-repeat;
	background-size:100% 100%;
	position:absolute;
	z-index:490;
	width:100%;
	height:100vh;
}
#industries .industriesContent{
	position:absolute;
	left:5%;
	top:80px;
	z-index:520;
	width:90%;
	height:85%;
}
#industries .industriesTitle{
	opacity:0;
	font-size:40px;
	font-weight:900;
	text-align:center;
	top:20px;
}
#industries .row1, #industries .row2, #industries .row3{
	opacity:0;
}
.industriesBlocks{
	margin-top:30px;
}
.industriesBlocks h4{
	font-size:22px;
}
.flip-card {
	background-color: transparent;
	height:130px;
	perspective: 1000px;
}
.flip-card-inner {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	transition: transform 0.6s;
	transform-style: preserve-3d;
}
.flip-card:hover .flip-card-inner {
	transform: rotateY(180deg);
}
.flip-card-front, .flip-card-back {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
/*----------------------------------------------*/
.government .flip-card-front {
	background-color: #f0ba5c;
	color: #ffffff;
	border: 3px solid #ffffff;
	border-radius:15px;
}
.government .flip-card-back {
	background-color: #ffffff;
	color: #181818;
	border: 3px solid #f0ba5c;
	border-radius:15px;
	transform: rotateY(180deg);
}

.government .flip-card-front img{
	margin-top:15px;
	margin-bottom:5px;
	width:60px;
	height:auto;
}
.government p{
	padding:10px;
	margin-top:10px;
	font-size:16px;
}
/*----------------------------------------------*/
.healthcare .flip-card-front {
	background-color: #82f05c;
	color: #ffffff;
	border: 3px solid #ffffff;
	border-radius:15px;
}
.healthcare .flip-card-back {
	background-color: #ffffff;
	color: #181818;
	border: 3px solid #82f05c;
	border-radius:15px;
	transform: rotateY(180deg);
}
.healthcare .flip-card-front img{
	margin-top:15px;
	margin-bottom:5px;
	width:60px;
	height:auto;
}
.healthcare p{
	padding:10px;
	margin-top:8px;
	font-size:16px;
}
/*----------------------------------------------*/
.education .flip-card-front {
	background-color: #53d596;
	color: #ffffff;
	border: 3px solid #ffffff;
	border-radius:15px;
}
.education .flip-card-back {
	background-color: #ffffff;
	color: #181818;
	border: 3px solid #53d596;
	border-radius:15px;
	transform: rotateY(180deg);
}
.education .flip-card-front img{
	margin-top:15px;
	margin-bottom:5px;
	width:60px;
	height:auto;
}
.education p{
	padding:10px;
	margin-top:15px;
	font-size:16px;
}
/*----------------------------------------------*/
.manufacturing .flip-card-front {
	background-color: #5c7ff0;
	color: #ffffff;
	border: 3px solid #ffffff;
	border-radius:15px;
}
.manufacturing .flip-card-back {
	background-color: #ffffff;
	color: #181818;
	border: 3px solid #5c7ff0;
	border-radius:15px;
	transform: rotateY(180deg);
}
.manufacturing .flip-card-front img{
	margin-top:15px;
	margin-bottom:5px;
	width:60px;
	height:auto;
}
.manufacturing p{
	padding:10px;
	margin-top:15px;
	font-size:16px;
}
/*----------------------------------------------*/
.distribution .flip-card-front {
	background-color: #f05c5c;
	color: #ffffff;
	border: 3px solid #ffffff;
	border-radius:15px;
}
.distribution .flip-card-back {
	background-color: #ffffff;
	color: #181818;
	border: 3px solid #f05c5c;
	border-radius:15px;
	transform: rotateY(180deg);
}
.distribution .flip-card-front img{
	margin-top:15px;
	margin-bottom:5px;
	width:60px;
	height:auto;
}
.distribution p{
	padding:10px;
	margin-top:5px;
	font-size:16px;
}
/*----------------------------------------------*/
.energy .flip-card-front {
	background-color: #b05cf0;
	color: #ffffff;
	border: 3px solid #ffffff;
	border-radius:15px;
}
.energy .flip-card-back {
	background-color: #ffffff;
	color: #181818;
	border: 3px solid #b05cf0;
	border-radius:15px;
	transform: rotateY(180deg);
}
.energy .flip-card-front img{
	margin-top:15px;
	margin-bottom:5px;
	width:45px;
	height:auto;
}
.energy p{
	padding:5px 8px;
	margin-top:0px;
	font-size:15px;
}
/*----------------------------------------------*/
.retail .flip-card-front {
	background-color: #f05ce4;
	color: #ffffff;
	border: 3px solid #ffffff;
	border-radius:15px;
}
.retail .flip-card-back {
	background-color: #ffffff;
	color: #181818;
	border: 3px solid #f05ce4;
	border-radius:15px;
	transform: rotateY(180deg);
}
.retail .flip-card-front img{
	margin-top:15px;
	margin-bottom:15px;
	width:60px;
	height:auto;
}
.retail p{
	padding:15px;
	margin-top:15px;
	font-size:16px;
}
/*----------------------------------------------*/
.realestate .flip-card-front {
	background-color: #5cb7f0;
	color: #ffffff;
	border: 3px solid #ffffff;
	border-radius:15px;
}
.realestate .flip-card-back {
	background-color: #ffffff;
	color: #181818;
	border: 3px solid #5cb7f0;
	border-radius:15px;
	transform: rotateY(180deg);
}
.realestate .flip-card-front img{
	margin-top:15px;
	margin-bottom:10px;
	width:40px;
	height:auto;
}
.realestate p{
	padding:3px 25px;
	margin-top:0px;
	font-size:15px;
}
/*----------------------------------------------*/
.leasing .flip-card-front {
	background-color: #46d65d;
	color: #ffffff;
	border: 3px solid #ffffff;
	border-radius:15px;
}
.leasing .flip-card-back {
	background-color: #ffffff;
	color: #181818;
	border: 3px solid #46d65d;
	border-radius:15px;
	transform: rotateY(180deg);
}

.leasing .flip-card-front img{
	margin-top:15px;
	margin-bottom:5px;
	width:60px;
	height:auto;
}
.leasing p{
	padding:10px;
	margin-top:5px;
	font-size:16px;
}
/*----------------------------------------------*/
.themeparks .flip-card-front {
	background-color: #c59a4f;
	color: #ffffff;
	border: 3px solid #ffffff;
	border-radius:15px;
}
.themeparks .flip-card-back {
	background-color: #ffffff;
	color: #181818;
	border: 3px solid #c59a4f;
	border-radius:15px;
	transform: rotateY(180deg);
}

.themeparks .flip-card-front img{
	margin-top:15px;
	margin-bottom:5px;
	width:60px;
	height:auto;
}
.themeparks p{
	padding:15px;
	margin-top:10px;
	font-size:16px;
}
/*----------------------------------------------*/
.architecture .flip-card-front {
	background-color: #9f9d9a;
	color: #ffffff;
	border: 3px solid #ffffff;
	border-radius:15px;
}
.architecture .flip-card-back {
	background-color: #ffffff;
	color: #181818;
	border: 3px solid #9f9d9a;
	border-radius:15px;
	transform: rotateY(180deg);
}

.architecture .flip-card-front img{
	margin-top:10px;
	margin-bottom:5px;
	width:45px;
	height:auto;
}
.architecture p{	
	padding:10px;
	margin-top:15px;
	font-size:16px;
}
/*----------------------------------------------*/
.facility .flip-card-front {
	background-color: #e4723f;
	color: #ffffff;
	border: 3px solid #ffffff;
	border-radius:15px;
}
.facility .flip-card-back {
	background-color: #ffffff;
	color: #181818;
	border: 3px solid #e4723f;
	border-radius:15px;
	transform: rotateY(180deg);
}

.facility .flip-card-front img{
	margin-top:20px;
	margin-bottom:15px;
	width:60px;
	height:auto;
}
.facility p{
	padding:10px;
	margin-top:5px;
	font-size:16px;
}
/*----------------------------------------------*/
/*==================================================================================*/
/*Disable Mobile-----------------------------------*/
.mobileIndustries{
	display:none;
}
/*End of Disable Mobile----------------------------*/
/*==================================================================================*/












/*==================================================================================*/
@media only screen and (max-width: 575px) {	
	#industries {
		display:none;
	}
	.mobileIndustries{
		display:block;
	}
	.industriesTopSpace{
		height:70px;
		position:relative;
	}
	.mobileIndustries .scrollContent{
		background-color:#ffffff;
		border: 3px solid #4167b0;
		margin:10px 10px;
		padding:10px;
		border-radius:25px;
		position:relative;
		z-index:700;
	}
	.mobileIndustries .industriesTitle{
		font-size:30px;
		font-weight:900;
		text-align:center;
	}
	.industriesBlocks{
		margin-top:0px;
	}
	.flip-card {
		background-color: transparent;
		height:130px;
		perspective: 1000px;
		margin:10px;
	}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	#industries {
		display:none;
	}
	.mobileIndustries{
		display:block;
	}
	.industriesTopSpace{
		height:70px;
		position:relative;
	}
	.mobileIndustries .scrollContent{
		background-color:#ffffff;
		border: 3px solid #4167b0;
		margin:10px 10px;
		padding:10px;
		border-radius:25px;
		position:relative;
		z-index:700;
	}
	.mobileIndustries .industriesTitle{
		font-size:30px;
		font-weight:900;
		text-align:center;
	}
	.industriesBlocks{
		margin-top:0px;
	}
	.flip-card {
		background-color: transparent;
		height:130px;
		perspective: 1000px;
		margin:10px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	#industries {
		display:none;
	}
	.mobileIndustries{
		display:block;
	}
	.industriesTopSpace{
		height:70px;
		position:relative;
	}
	.mobileIndustries .scrollContent{
		background-color:#ffffff;
		border: 3px solid #4167b0;
		margin:10px 10px;
		padding:10px;
		border-radius:25px;
		position:relative;
		z-index:700;
	}
	.mobileIndustries .industriesTitle{
		font-size:30px;
		font-weight:900;
		text-align:center;
	}
	.industriesBlocks{
		margin-top:0px;
	}
	.flip-card {
		background-color: transparent;
		height:130px;
		perspective: 1000px;
		margin:10px;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	#industries .industriesContent{
		position:absolute;
		left:7%;
		top:80px;
		z-index:520;
		width:90%;
		height:85%;
	}
	#industries .industriesTitle{
		opacity:0;
		font-size:36px;
		font-weight:900;
		text-align:center;
		top:20px;
	}
	
	
	#industries .industriesBlocks{
		margin-top:15px;
	}
	#industries .industriesBlocks h4{
		font-size:17px;
	}
	#industries .flip-card {
		background-color: transparent;
		height:130px;
		perspective: 1000px;
	}
	#industries .flip-card-inner {
		position: relative;
		width: 100%;
		height: 100%;
		text-align: center;
		transition: transform 0.6s;
		transform-style: preserve-3d;
	}
	#industries .flip-card:hover .flip-card-inner {
		transform: rotateY(180deg);
	}
	#industries .flip-card-front, .flip-card-back {
		position: absolute;
		width: 100%;
		height: 100%;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}
	/*----------------------------------------------*/
	#industries .government .flip-card-front {
		background-color: #f0ba5c;
		color: #ffffff;
		border: 3px solid #ffffff;
		border-radius:15px;
	}
	#industries .government .flip-card-back {
		background-color: #ffffff;
		color: #181818;
		border: 3px solid #f0ba5c;
		border-radius:15px;
		transform: rotateY(180deg);
	}

	#industries .government .flip-card-front img{
		margin-top:15px;
		margin-bottom:7px;
		width:60px;
		height:auto;
	}
	#industries .government p{
		padding:5px;
		margin-top:5px;
		font-size:14px;
	}
	/*----------------------------------------------*/
	#industries .healthcare .flip-card-front {
		background-color: #82f05c;
		color: #ffffff;
		border: 3px solid #ffffff;
		border-radius:15px;
	}
	#industries .healthcare .flip-card-back {
		background-color: #ffffff;
		color: #181818;
		border: 3px solid #82f05c;
		border-radius:15px;
		transform: rotateY(180deg);
	}
	#industries .healthcare .flip-card-front img{
		margin-top:18px;
		margin-bottom:12px;
		width:60px;
		height:auto;
	}
	#industries .healthcare p{
		padding:5px;
		margin-top:8px;
		font-size:14px;
		line-height:1.3;
	}
	/*----------------------------------------------*/
	#industries .education .flip-card-front {
		background-color: #53d596;
		color: #ffffff;
		border: 3px solid #ffffff;
		border-radius:15px;
	}
	#industries .education .flip-card-back {
		background-color: #ffffff;
		color: #181818;
		border: 3px solid #53d596;
		border-radius:15px;
		transform: rotateY(180deg);
	}
	#industries .education .flip-card-front img{
		margin-top:18px;
		margin-bottom:12px;
		width:60px;
		height:auto;
	}
	#industries .education p{
		padding:5px;
		margin-top:8px;
		font-size:14px;
	}
	/*----------------------------------------------*/
	#industries .manufacturing .flip-card-front {
		background-color: #5c7ff0;
		color: #ffffff;
		border: 3px solid #ffffff;
		border-radius:15px;
	}
	#industries .manufacturing .flip-card-back {
		background-color: #ffffff;
		color: #181818;
		border: 3px solid #5c7ff0;
		border-radius:15px;
		transform: rotateY(180deg);
	}
	#industries .manufacturing .flip-card-front img{
		margin-top:15px;
		margin-bottom:15px;
		width:60px;
		height:auto;
	}
	#industries .manufacturing p{
		padding:5px;
		margin-top:8px;
		font-size:14px;
	}
	/*----------------------------------------------*/
	#industries .distribution .flip-card-front {
		background-color: #f05c5c;
		color: #ffffff;
		border: 3px solid #ffffff;
		border-radius:15px;
	}
	#industries .distribution .flip-card-back {
		background-color: #ffffff;
		color: #181818;
		border: 3px solid #f05c5c;
		border-radius:15px;
		transform: rotateY(180deg);
	}
	#industries .distribution .flip-card-front img{
		margin-top:15px;
		margin-bottom:10px;
		width:60px;
		height:auto;
	}
	#industries .distribution p{
		padding:10px 15px;
		margin-top:0px;
		font-size:14px;
	}
	/*----------------------------------------------*/
	#industries .energy .flip-card-front {
		background-color: #b05cf0;
		color: #ffffff;
		border: 3px solid #ffffff;
		border-radius:15px;
	}
	#industries .energy .flip-card-back {
		background-color: #ffffff;
		color: #181818;
		border: 3px solid #b05cf0;
		border-radius:15px;
		transform: rotateY(180deg);
	}
	#industries .energy .flip-card-front img{
		margin-top:15px;
		margin-bottom:5px;
		width:45px;
		height:auto;
	}
	#industries .energy p{
		padding:4% 8%;
		margin-top:2%;
		font-size:13px;
		line-height:1.2;
	}
	/*----------------------------------------------*/
	#industries .retail .flip-card-front {
		background-color: #f05ce4;
		color: #ffffff;
		border: 3px solid #ffffff;
		border-radius:15px;
	}
	#industries .retail .flip-card-back {
		background-color: #ffffff;
		color: #181818;
		border: 3px solid #f05ce4;
		border-radius:15px;
		transform: rotateY(180deg);
	}
	#industries .retail .flip-card-front img{
		margin-top:15px;
		margin-bottom:18px;
		width:60px;
		height:auto;
	}
	#industries .retail p{
		padding:10px;
		margin-top:10px;
		font-size:14px;
	}
	/*----------------------------------------------*/
	#industries .realestate .flip-card-front {
		background-color: #5cb7f0;
		color: #ffffff;
		border: 3px solid #ffffff;
		border-radius:15px;
	}
	#industries .realestate .flip-card-back {
		background-color: #ffffff;
		color: #181818;
		border: 3px solid #5cb7f0;
		border-radius:15px;
		transform: rotateY(180deg);
	}
	#industries .realestate .flip-card-front img{
		margin-top:15px;
		margin-bottom:12px;
		width:40px;
		height:auto;
	}
	#industries .realestate p{
		padding:2px 5px;
		margin-top:5px;
		font-size:13px;
	}
	/*----------------------------------------------*/
	#industries .leasing .flip-card-front {
		background-color: #46d65d;
		color: #ffffff;
		border: 3px solid #ffffff;
		border-radius:15px;
	}
	#industries .leasing .flip-card-back {
		background-color: #ffffff;
		color: #181818;
		border: 3px solid #46d65d;
		border-radius:15px;
		transform: rotateY(180deg);
	}

	#industries .leasing .flip-card-front img{
		margin-top:15px;
		margin-bottom:10px;
		width:60px;
		height:auto;
	}
	#industries .leasing p{
		padding:5px;
		margin-top:8px;
		font-size:14px;
	}
	/*----------------------------------------------*/
	#industries .themeparks .flip-card-front {
		background-color: #c59a4f;
		color: #ffffff;
		border: 3px solid #ffffff;
		border-radius:15px;
	}
	#industries .themeparks .flip-card-back {
		background-color: #ffffff;
		color: #181818;
		border: 3px solid #c59a4f;
		border-radius:15px;
		transform: rotateY(180deg);
	}

	#industries .themeparks .flip-card-front img{
		margin-top:15px;
		margin-bottom:10px;
		width:60px;
		height:auto;
	}
	#industries .themeparks p{
		padding:10px;
		margin-top:10px;
		font-size:14px;
	}
	/*----------------------------------------------*/
	#industries .architecture .flip-card-front {
		background-color: #9f9d9a;
		color: #ffffff;
		border: 3px solid #ffffff;
		border-radius:15px;
	}
	#industries .architecture .flip-card-back {
		background-color: #ffffff;
		color: #181818;
		border: 3px solid #9f9d9a;
		border-radius:15px;
		transform: rotateY(180deg);
	}

	#industries .architecture .flip-card-front img{
		margin-top:15px;
		margin-bottom:10px;
		width:45px;
		height:auto;
	}
	#industries .architecture p{
		padding:5px;
		margin-top:10px;
		font-size:14px;
	}
	/*----------------------------------------------*/
	#industries .facility .flip-card-front {
		background-color: #e4723f;
		color: #ffffff;
		border: 3px solid #ffffff;
		border-radius:15px;
	}
	#industries .facility .flip-card-back {
		background-color: #ffffff;
		color: #181818;
		border: 3px solid #e4723f;
		border-radius:15px;
		transform: rotateY(180deg);
	}

	#industries .facility .flip-card-front img{
		margin-top:20px;
		margin-bottom:20px;
		width:60px;
		height:auto;
	}
	#industries .facility p{
		padding:10px;
		margin-top:0px;
		font-size:14px;
	}
	/*----------------------------------------------*/
	/*==================================================================================*/
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
	#industries .industriesContent{
		position:absolute;
		left:7%;
		top:80px;
		z-index:520;
		width:90%;
		height:85%;
	}
	#industries .industriesTitle{
		opacity:0;
		font-size:38px;
		font-weight:900;
		text-align:center;
		top:20px;
	}
	
	
	#industries .industriesBlocks{
		margin-top:25px;
	}
	#industries .industriesBlocks h4{
		font-size:19px;
	}
	#industries .flip-card {
		background-color: transparent;
		height:130px;
		perspective: 1000px;
	}
	#industries .flip-card-inner {
		position: relative;
		width: 100%;
		height: 100%;
		text-align: center;
		transition: transform 0.6s;
		transform-style: preserve-3d;
	}
	#industries .flip-card:hover .flip-card-inner {
		transform: rotateY(180deg);
	}
	#industries .flip-card-front, .flip-card-back {
		position: absolute;
		width: 100%;
		height: 100%;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}
	/*----------------------------------------------*/
	#industries .government .flip-card-front {
		background-color: #f0ba5c;
		color: #ffffff;
		border: 3px solid #ffffff;
		border-radius:15px;
	}
	#industries .government .flip-card-back {
		background-color: #ffffff;
		color: #181818;
		border: 3px solid #f0ba5c;
		border-radius:15px;
		transform: rotateY(180deg);
	}

	#industries .government .flip-card-front img{
		margin-top:15px;
		margin-bottom:5px;
		width:60px;
		height:auto;
	}
	#industries .government p{
		padding:10px;
		margin-top:5px;
		font-size:15px;
	}
	/*----------------------------------------------*/
	#industries .healthcare .flip-card-front {
		background-color: #82f05c;
		color: #ffffff;
		border: 3px solid #ffffff;
		border-radius:15px;
	}
	#industries .healthcare .flip-card-back {
		background-color: #ffffff;
		color: #181818;
		border: 3px solid #82f05c;
		border-radius:15px;
		transform: rotateY(180deg);
	}
	#industries .healthcare .flip-card-front img{
		margin-top:15px;
		margin-bottom:5px;
		width:60px;
		height:auto;
	}
	#industries .healthcare p{
		padding:10px;
		margin-top:5px;
		font-size:15px;
	}
	/*----------------------------------------------*/
	#industries .education .flip-card-front {
		background-color: #53d596;
		color: #ffffff;
		border: 3px solid #ffffff;
		border-radius:15px;
	}
	#industries .education .flip-card-back {
		background-color: #ffffff;
		color: #181818;
		border: 3px solid #53d596;
		border-radius:15px;
		transform: rotateY(180deg);
	}
	#industries .education .flip-card-front img{
		margin-top:15px;
		margin-bottom:5px;
		width:60px;
		height:auto;
	}
	#industries .education p{
		padding:10px;
		margin-top:12px;
		font-size:15px;
	}
	/*----------------------------------------------*/
	#industries .manufacturing .flip-card-front {
		background-color: #5c7ff0;
		color: #ffffff;
		border: 3px solid #ffffff;
		border-radius:15px;
	}
	#industries .manufacturing .flip-card-back {
		background-color: #ffffff;
		color: #181818;
		border: 3px solid #5c7ff0;
		border-radius:15px;
		transform: rotateY(180deg);
	}
	#industries .manufacturing .flip-card-front img{
		margin-top:15px;
		margin-bottom:5px;
		width:60px;
		height:auto;
	}
	#industries .manufacturing p{
		padding:10px;
		margin-top:15px;
		font-size:15px;
	}
	/*----------------------------------------------*/
	#industries .distribution .flip-card-front {
		background-color: #f05c5c;
		color: #ffffff;
		border: 3px solid #ffffff;
		border-radius:15px;
	}
	#industries .distribution .flip-card-back {
		background-color: #ffffff;
		color: #181818;
		border: 3px solid #f05c5c;
		border-radius:15px;
		transform: rotateY(180deg);
	}
	#industries .distribution .flip-card-front img{
		margin-top:15px;
		margin-bottom:5px;
		width:60px;
		height:auto;
	}
	#industries .distribution p{
		padding:10px;
		margin-top:0px;
		font-size:15px;
	}
	/*----------------------------------------------*/
	#industries .energy .flip-card-front {
		background-color: #b05cf0;
		color: #ffffff;
		border: 3px solid #ffffff;
		border-radius:15px;
	}
	#industries .energy .flip-card-back {
		background-color: #ffffff;
		color: #181818;
		border: 3px solid #b05cf0;
		border-radius:15px;
		transform: rotateY(180deg);
	}
	#industries .energy .flip-card-front img{
		margin-top:15px;
		margin-bottom:5px;
		width:45px;
		height:auto;
	}
	#industries .energy p{
		padding:5px 10px;
		margin-top:8px;
		font-size:13px;
	}
	/*----------------------------------------------*/
	#industries .retail .flip-card-front {
		background-color: #f05ce4;
		color: #ffffff;
		border: 3px solid #ffffff;
		border-radius:15px;
	}
	#industries .retail .flip-card-back {
		background-color: #ffffff;
		color: #181818;
		border: 3px solid #f05ce4;
		border-radius:15px;
		transform: rotateY(180deg);
	}
	#industries .retail .flip-card-front img{
		margin-top:15px;
		margin-bottom:15px;
		width:60px;
		height:auto;
	}
	#industries .retail p{
		padding:15px;
		margin-top:13px;
		font-size:15px;
	}
	/*----------------------------------------------*/
	#industries .realestate .flip-card-front {
		background-color: #5cb7f0;
		color: #ffffff;
		border: 3px solid #ffffff;
		border-radius:15px;
	}
	#industries .realestate .flip-card-back {
		background-color: #ffffff;
		color: #181818;
		border: 3px solid #5cb7f0;
		border-radius:15px;
		transform: rotateY(180deg);
	}
	#industries .realestate .flip-card-front img{
		margin-top:15px;
		margin-bottom:10px;
		width:40px;
		height:auto;
	}
	#industries .realestate p{
		padding:3px 15px;
		margin-top:8px;
		font-size:14px;
	}
	/*----------------------------------------------*/
	#industries .leasing .flip-card-front {
		background-color: #46d65d;
		color: #ffffff;
		border: 3px solid #ffffff;
		border-radius:15px;
	}
	#industries .leasing .flip-card-back {
		background-color: #ffffff;
		color: #181818;
		border: 3px solid #46d65d;
		border-radius:15px;
		transform: rotateY(180deg);
	}

	#industries .leasing .flip-card-front img{
		margin-top:15px;
		margin-bottom:5px;
		width:60px;
		height:auto;
	}
	#industries .leasing p{
		padding:10px;
		margin-top:5px;
		font-size:15px;
	}
	/*----------------------------------------------*/
	#industries .themeparks .flip-card-front {
		background-color: #c59a4f;
		color: #ffffff;
		border: 3px solid #ffffff;
		border-radius:15px;
	}
	#industries .themeparks .flip-card-back {
		background-color: #ffffff;
		color: #181818;
		border: 3px solid #c59a4f;
		border-radius:15px;
		transform: rotateY(180deg);
	}

	#industries .themeparks .flip-card-front img{
		margin-top:15px;
		margin-bottom:5px;
		width:60px;
		height:auto;
	}
	#industries .themeparks p{
		padding:15px;
		margin-top:10px;
		font-size:15px;
	}
	/*----------------------------------------------*/
	#industries .architecture .flip-card-front {
		background-color: #9f9d9a;
		color: #ffffff;
		border: 3px solid #ffffff;
		border-radius:15px;
	}
	#industries .architecture .flip-card-back {
		background-color: #ffffff;
		color: #181818;
		border: 3px solid #9f9d9a;
		border-radius:15px;
		transform: rotateY(180deg);
	}

	#industries .architecture .flip-card-front img{
		margin-top:15px;
		margin-bottom:5px;
		width:45px;
		height:auto;
	}
	#industries .architecture p{
		padding:10px;
		margin-top:15px;
		font-size:15px;
	}
	/*----------------------------------------------*/
	#industries .facility .flip-card-front {
		background-color: #e4723f;
		color: #ffffff;
		border: 3px solid #ffffff;
		border-radius:15px;
	}
	#industries .facility .flip-card-back {
		background-color: #ffffff;
		color: #181818;
		border: 3px solid #e4723f;
		border-radius:15px;
		transform: rotateY(180deg);
	}

	#industries .facility .flip-card-front img{
		margin-top:20px;
		margin-bottom:10px;
		width:60px;
		height:auto;
	}
	#industries .facility p{
		padding:10px;
		margin-top:5px;
		font-size:15px;
	}
	/*----------------------------------------------*/

	
	
	
	
	
	/*==================================================================================*/
}