body p {
    font-size: 16px;
    color: #999;
}



/*-- /inner pages banner --*/
/*-- About page styling --*/
section.about-w3ls {
    padding: 100px 0;
}
section.about-w3ls h3 {
	font-size:40px;
	font-weight:600;
	color:#000;
	text-transform:uppercase;
	padding-bottom:20px;
	font-family: 'Ubuntu Condensed', sans-serif;
}
section.about-w3ls p {
	font-size:16px;
	font-weight:normal;
	padding-bottom:20px;
	line-height:30px;
}
section.customer {
    padding: 100px 0;
}
section.customer h3.text-center {
	font-size:40px;
	font-weight:600;
	color:#000;
	text-transform:uppercase;
	padding-bottom:20px;
	font-family: 'Ubuntu Condensed', sans-serif;
}
section.customer p.text-center {
	font-size:16px;
	font-weight:normal;
	padding-bottom:50px;
}
.column {
	margin:0;
	padding: 0;
}
.column:last-child {
}
.column::after {
	content: '';
	clear: both;
	display: block;
}
.column div {
	position: relative;
	width:100%;
	height:100%;
	margin: 0;
	padding: 0;
}
.column div:first-child {
	margin-left: 0;
}
figure {
	width:100%;
	height:100%;
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
}
.hover01 figure img {
	width:100%;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform:scale(1);
	-o-transform:scale(1);
	-ms-transform:scale(1);
	transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	-ms-transition:all 0.5s ease-in-out;
}
.hover01 figure:hover img {
	transform:scale(1.3);
	-webkit-transform:scale(1.3);
	-moz-transform:scale(1.3);
	-o-transform:scale(1.3);
	-ms-transform:scale(1.3);
}
/*-- /service page --*/
/*-- portfolio page --*/
.service-head {
	padding:50px 0;
}
.service-head hr {
    margin-top: 40px;
    margin-bottom: 40px;
}	
.service-head h3 {
	font-size:25px;
	font-weight:normal;
	color:#16214e;
	padding-bottom:10px;
	text-transform:uppercase;
	font-family: 'Ubuntu Condensed', sans-serif;
}
.service-head p {
	font-size:16px;
	font-weight:normal;
	line-height:30px;
	padding-bottom:15px;
}
.service-head a.btn.btn-primary {
    color: #FF9900;
    background-color: transparent;
    border: 2px solid #FF9900;
    font-size: 17px;
    padding: 10px 20px;
    line-height: 1;
}
.service-head a.btn.btn-primary:hover {
	color: #fff;
    background-color: #FF9900;
    border: 2px solid #FF9900;
}
.media {
    margin-top: 40px;
}
/*-- /portfolio page --*/
/*-- blog page --*/
.pager li>a, .pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #eb5425;
    border: 1px solid #eb5425;
    border-radius: 15px;
    color: #fff;
}
.pager li>a:focus, .pager li>a:hover {
    text-decoration: none;
    background-color:#16214e;
	border: 1px solid #16214e;
	color:#fff;
}
.pager {
    margin: 20px 0 40px;
}