.breadcrumb{
    background: url("../images/services/background1.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; 
}
.services_description{
	color: white;
    background: url("../images/services/mobile-application-development.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; 
	padding: 15px;
	padding-top: 25px;
}

.services_description p{
	color: white;
}
.working-with-us{
	padding: 15px;

}
.package{
	color: white;
    background: url("../images/services/bg.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; 
	padding: 15px;
	padding-top: 25px;

}
.package2{
	color: black;
    /*background: url("../images/services/bg2.jpg");*/
    background: white;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; 
	padding: 15px;
	padding-top: 25px;
	

}
.web-design-box{
			padding: 10px;
		min-height: 400px; 
		background: white;
		margin-bottom: 25px;
		border-radius: 5px;
		border: 1px solid #ddd;
}
.web-design-box:hover{
	background: #eee;
}
.web-design-box img{
	margin:0 auto;
	width: 150px;
	height: auto;
	  -webkit-transition: -webkit-transform .8s ease-in-out;
          transition:         transform .8s ease-in-out;
}

.web-design-box img:hover {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
.web-design-box h2{
	text-align: center;
    font-size: 15px;
    border-bottom: 1px solid #ddd;
    padding: 0px;
    margin-bottom: 10px;
    border-top: 1px solid #ddd;
    min-height: 60px;
    font-weight: 600;
    padding-top: 10px;
	
}
.web-design-box p{
	text-align: center !important;
	
}