/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 06 2017 | 09:26:15 */
.services-wrapper {
  width: auto;
  min-height: 400px;
  padding: 25px;
}

.service-container {
  text-align: center;
  margin-top: 25px;
}

.singleservice {
	display: inline-block;
    width: 32%;
    min-height: 250px;
    background-color: #fff;
    padding: 25px;
    color: #111;
    text-align: left;
    margin-bottom: 30px;
    padding:50px 15px 10px 15px;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 3px;
    vertical-align: top;
    text-align: center;
    border: 1px solid #eaeaea;
    min-height: 350px;
    cursor: pointer;
	
	transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-webkit-transition: all .3s ease-in-out;
}

.singleservice:hover{
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
}


.singleservice:hover .serviceicon{
	background:#dd352e;
	color:#fff;
}


.singleserviceb {
  display: inline-block;
  width: 25%;
  height: 100%;
  background-color: #f3f3f3;
  padding: 25px;
  color: #b2b2b2;
  font-family: avenir;
  text-align: left;
  margin-bottom: 15px;
  padding: 40px;
  margin-left: 5px;
  margin-right: 5px;
  border-bottom: 5px solid orange;
  border-radius: 10px;
}

@media (max-width:500px) {
  .singleservice, .singleserviceb {
    width: 100%;
  }
}

h2.servicetitle{
  font-family: century gothic;
  font-size: 12pt;
	font-weight: normal;
	letter-spacing: 1px;
	padding-bottom: 0px;
	text-align: center;
	text-transform: uppercase;
	color: #313d85;
	font-weight: 600;
	line-height: 24px;
}

.serviceicon {
	display: block;
	margin-left: auto;
	margin-right: auto;
	font-size: 30px;
	width: 60px;
	height: 60px;
	border: 1px solid #dd352e;
	overflow: hidden;
	line-height: 60px;
	border-radius: 50px;
	color: #dd352e;
}

#pum_popup_title_318{
  text-align:center;
}
h2.servicetitle {
    font-family:Montserrat,sans-serif;
}
