.banner-block{
	padding: 100px 0 60px 0;
	margin-top: -40px;
	text-align: left;
}
.banner-block p{
	max-width: 500px;
}
.banner-block h1{
	max-width: 675px;
}
.dots, #tablet-screen, #laptop-screen, #phone-screen{
	opacity: 0;
}
.banner-svg{
	float: right;
}
.banner-svg svg{
	max-height: 340px;
}
.banner-text{
	float: left;
}
.lead-para{
	font-size: 20px;
	line-height: 1.3;
	font-weight: 400;
}
/*-- FEATURES BLOCK --*/

/*
.feature-block{
	padding: 100px; 0;
}
.feature-block{
	padding: 40px 60px;
	max-width: 1300px;
	margin: 0 auto;
	text-align: center;
}
.feature-inner{
	padding: 20px 0;
}
.feature-inner .col-md-4{
	padding: 0px 60px;
	opacity: 0;
	max-width: 450px;
}
.feature-inner .row{
	margin: 0 -60px;
	overflow: hidden;
}

.visible .col-md-4{
	opacity: 1;
}
*/
.feature-people{
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;
}
.feature-security{
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;
	 -webkit-transition-delay: .4s; /* Safari */
    transition-delay: .4s;
}
.feature-api{
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;
	-webkit-transition-delay: .8s; /* Safari */
    transition-delay: .8s;
}

/*-- CUSTOM SOLUTIONS --*/

.sector-block .row{
	margin: 0px;
}
.sector-block .primary-heading{
	color: white;
}
.sector-block img{
	margin-bottom: 30px;
}
.sector-block p{
	max-width: 365px;
}
.sector-enterprise{
	background: url('/images/home/enterprise.jpg') center center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	color: white;
}
.inner-enterprise{
	padding: 50px 40px 0 0px;
	width: 575px;
	min-height: 460px;
	float: right;
}
.inner-health{
	padding: 50px 0 0 40px;
	width: 575px;
	min-height: 460px;	
}
.sector-health{
	background: url('/images/home/healthcare.jpg') center center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	color: white;
}


@media screen and (max-width: 1500px) {
	.lead-para{
		font-size: 17px;
	}
	.banner-block h1{
		max-width: 550px;
	}
	.banner-svg svg{
		max-height: 250px;
	}
	.banner-block{
		padding: 70px 0 40px 0;
	}
	.sector-block img{
		width: 50px;
	}
	.inner-health, .inner-enterprise{
		min-height: 390px;
	}
	.inner-enterprise{
		padding: 40px 30px 0 0;
	}
	.inner-health{
		padding: 40px 0 0 30px;
	}

}
@media screen and (max-width: 1320px) {
	.inner-enterprise, .inner-health{
		width: 100%;
		padding: 60px 60px 30px 40px;
	}
}
@media screen and (max-width: 1200px) {
	.banner-block{
		padding: 80px 0 40px 0;
	}
	.cta-button{
		text-align: left;
		padding: 20px 60px 0px;
	}
	.cta-inner{
		padding: 0px;
	}
}
@media screen and (max-width: 991px) {
	
	.banner-block svg{
		display: block;
		margin: 0 auto 15px auto;
	}
	.banner-block{
		padding: 10px 0 0 0px;
	}
	.inner-enterprise, .inner-health{
		min-height: 0px;
		padding: 40px 25px;
	}

	.banner-text{
		max-width: 500px;
		margin: 0 auto;
		float: none;
		padding: 30px 0;
	}
	.cta-arrow{
		padding: 20px 200px 20px 0px;
	}
	.cta-text{
		padding: 0px;
	}
	.cta-button{
		padding: 20px 0 0 0;
	}
}
@media screen and (max-width: 767px) {
	.banner-block{
		margin: 0px;
		padding: 0px;
	}
	.inner-health, .inner-enterprise{
		padding: 30px 10px;
	}
}
@media screen and (max-width: 576px) {
	.banner-block svg{
		height: 250px !important;
	}
	.banner-text{
		padding: 0px;
	}
	.banner-inner{
		padding: 30px 40px 35px 40px;
		font-size: 18px;
	}
	.cta-block{
		padding-top: 10px;
	}
	.banner-svg{
		padding: 20px 0 0 0px;
	}
}