/* Add here all your CSS customizations */
@media (max-width:991px) {
 #header h1.logo img {
	max-width: 220px;
  }
 }

.home-concept strong {
	line-height: 1em;
}

.home-concept .our-work {
	margin-top: 40px;
}

#footer ul.contact p {
	color: #ddd;
	font-size: 1.2em;
	margin: 0 0 20px;
}

#footer .testimonial-author strong {
	color: #fff;
}
#footer .testimonial-author span {
	color: #ddd;
}


img.svg-icon {
	margin: 1px 1px 3px 1px;
}

.home-concept .process-image {
	height: auto;
}

div.contact-details ul p {
	color: #ddd;
	font-size: 1.2em;
}

div.contact-details ul {
    list-style-type:none;
    height:30px;
    text-align:left;
    width: 100%;      /* new */
    display: table;   /* updated */
    padding: 0;
}

div.contact-details ul li {        
    margin-left:10px;
    display: table-cell;  /* updated */  
}

div.contact-details ul li:last-of-type {
	text-align: right;
}

#footer .footer-copyright {
	margin-top: 0;
}

#footer {
	padding: 40px 0 0 0;
}

#footer .footer-ribbon {
	margin-top: -60px;
}

#reviews {
	text-align: center;
	font-size: 1.2em;
}

/* Images */
.add-image-border {
	outline: 5px solid #ccc;
	border: 1px solid #000;
	margin: 5px 15px;
}

ul.twocolumnul {
	list-style-type: disc;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    list-style-position: inside;//this is important addition
}
