.logos-wrap {
	display: flex;
	margin-bottom: 10px;

}
.logo-item {
	flex-grow: 1;
	box-shadow: 1px 1px 3px rgba(0,0,0,.2);
	padding: 5px;
	text-align: center;
	width: 100px;
	height: 100px;
}
.logo-item img {
	max-width: 98%;
	max-height: 80px;
	height: auto; 
    padding: 1px;
    position: relative;
    top: 50%;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
#lp-badge {
	background-image:url('../img/a2z-badge.png');
	text-indent: -9999px;
	overflow: hidden;
	width: 216px; height: 184px;
	 background-repeat:no-repeat;
    background-position:center center;
    background-size: contain;
    position: absolute;
   margin-right:700px;
   -ms-transform: scale(0.8,0.8);
    -webkit-transform: scale(0.8,0.8);
    transform: scale(0.8,0.8);
    top:-70px;
    left:30px;
}


.lp-customers-title {
	position: relative;
	margin-top: 30px;
}
.lp-customers-title h3 {
	line-height: 30px;
	background-color: white;
	padding-left: 4px;
	padding-right: 4px;
	display: inline-block;
	margin: 0;
}
.lp-customers-title:before {
  content: "";
  display: block;
  position: absolute;
  height: 1px; top: 15px;
  right: -15px; left: -15px;
  background-color: #333;
  z-index: -1;

}
#lp-form{
	position: relative;
	margin-bottom:15px;
}

h1.page-title {
    margin: 15px 0 0;
    position: relative;
    color: #e85510;
    font-size: 68px;
    font-weight: 500;
    font-weight: bold;


}

#lp-services h3 {
    font-size: 20px;
    margin-bottom: 30px;
    font-weight: 700;
    margin-bottom: 10px;
    
}

.footer {
	text-align: center;
}

@media screen and (max-width: 1200px) {
	#lp-badge {
		left: -25px;
		top: -100px;

		background-image:url('../img/a2z-badge.png');
		text-indent: -9999px;
		overflow: hidden;
		width: 216px; height: 184px;
		 background-repeat:no-repeat;
	    background-position:center center;
	    background-size: contain;
	    position: absolute;
	   margin-right:700px;
	   -ms-transform: scale(0.75,0.75);
	    -webkit-transform: scale(0.75,0.75);
	    transform: scale(0.75,0.75);
	}
}

@media screen and (max-width: 992px) {
	#lp-badge {
		left: -15px;
		top: -100px;
		height: 170px;
	}
	h1.page-title {
		font-size: 50px;
	}
	h2.sub-title{
		font-size: 24px;
	}
	h1.page-title:before{
		left:-2px;
	}
	.logos-wrap {
		margin:17px;
	}
	#lp-services .inner-container {
		margin: 0 25px 0 0;
	}
}

@media screen and (max-width: 768px) {
	#lp-badge {
		left: -50px;
		top: auto;
		bottom: -112px;
		-ms-transform: scale(0.55,0.55);
	    -webkit-transform: scale(0.55,0.55);
	    transform: scale(0.5,0.5);
	}
	.logos-wrap {
		display: block;
	}
	.logo-item {
		width: 100%;
	}
	h1.page-title {
		font-size: 32px;
	}
	h2.sub-title {
		font-size: 21px;
	}
	h1.page-title:before {
		left: -35px;
		top: 18px;
		-ms-transform: scale(0.5,0.5);
	    -webkit-transform: scale(0.5,0.5);
	    transform: scale(0.5,0.5);
	}
	p.lead {
		padding: 10px 0;
		font-size: 21px;
	}
}