.content-wrapper .container img.img-responsive {
    margin: 0 auto;
}

.content-wrapper {
    margin: 20px 0 0;
    overflow: hidden;
    display: inherit;
}


.home-services {
	background-image: url("../images/web_application_banner.jpg");
	background-repeat: no-repeat;
	background-size: cover;
    background-position: center;
	padding-top:50px;
    margin-bottom: 40px; 
	background-color: #DCDCDC;
	border-radius: 15px 15px 0px 0px; 
	max-width: 1900px;
	margin-right:auto;
	margin-left:auto;
	text-align:center
  }
.home-services .title-para {
	padding:30px; }
  
 .explore-row {
  position: relative;
  margin: 0 -10px; }

.explore-img-responsive {
  display: block;
  height: auto; }
  
.explore-col {
  opacity: 1;
  transform: translateY(0%);
  transition: all 0.5s ease-out;
  padding: 0 10px; }
  .explore-col > div {
    overflow: hidden;
    max-height: 600px;
    position: relative; }
@media only screen and (max-width: 770px) {
	.explore-col-1{
		margin-bottom:20px;
	}
}

.development-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  cursor: pointer;
  transition: background-color 0.3s ease-out;
  margin: 0; 
  text-align:left;
  font-size:0.85em;}
  .development-overlay > span {
    color: white; }
  .development-overlay .title {
	font-size:1em;
	font-weight: 900;
    display: block;
    margin: 20px 15px 50px 20px;
     }
  .development-overlay:hover {
    background-color: #1678ba; }
    .development-overlay:hover .explore-overlay-item {
      transform: translate3d(0, 0, 0);
      opacity: 1; }

.explore-overlay-items {
  padding: 0 20px;
  /*opacity: 0;*/ }

.explore-overlay-item {
  margin-bottom: 10px;
  transform: translate3d(0, 40px, 0);
  opacity: 0;
  transition: opacity .3s ease-in-out, transform .3s ease-in-out;
  display: flex;
  align-items: center; }
  .explore-overlay-item:nth-child(2) {
    transition-delay: .1s; }
  .explore-overlay-item:nth-child(3) {
    transition-delay: .2s; }
  .explore-overlay-item:nth-child(4) {
    transition-delay: .3s; }
  .explore-overlay-item .left {
    padding-right: 20px;
    float: none !important;
    flex: 0 0 70px; }
  .explore-overlay-item h5 {
    color: #fff;
    margin: 0;
    font-weight: bold;
    margin-bottom: 5px; }
  .explore-overlay-item p {
    color: #fff;
    line-height: 1.2; }
   .explore-overlay-items {
    padding: 0 40px 0 80px; }
	
.blue-cta p, .explore-overlay-item p, .quality p {
  font-family: "Open sans", "Helvetica neue", "Helvetica", "Arial", "sans-serif";
  font-weight: 300; }
  
 .project-stats {
  padding:30px;}
  
 .project-stats-item {
    display: flex;
    margin: 25px -15px 25px -15px;}
  .project-stats-item .logo {
	flex: 0 0 25%;
	order: 3;
	text-align:center;}
  .project-stats-item .desc {
	  font-size:0.85em;
      padding: 20px 30px 20px 40px;
      border-right: 2px solid #1678ba; }
	  
.getintouch-wrap {
  text-align: center;
  margin-bottom: 40px; }
  .getintouch-wrap h2 {
    margin-bottom: 30px; }
 #getintouch {
	 max-width:1200px;
	 width: 80%;
	 margin:auto;
	 text-align:center;
 }
 
 #getintouch .services{
	 
	 margin-top:60px;
 }
 
#getintouch .services .list {
	width: 80%;
	margin-left: 10%;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	list-style: none;
	padding: none;
}


#getintouch .services .item {
	-webkit-flex: 1 auto;
	flex: 1 auto;
	padding: 0.25em 0.25em;
	text-align: center;
	color: rgba(0, 0, 0, 0.7);
	font-family: "raleway-light", sans-serif;
}
#getintouch .services .item.language {
	color: #0E72B8;
}

#getintouch .services .item.major {
	font-weight: 600;
}


#getintouch .services .item.db {
	color: rgba(0, 0, 0, 0.5);
}

