@import url('https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i,900,900i ');


body { font-family: 'Lato', sans-serif; }


.header-content-wrap {
	background: transparent;
}

.about-us p {
	text-align: left;
	color: #ccc;
	font-size: 1em; 
	line-height: 1.75em;
	font-family: lato, sans-serif;
	font-weight:200;
}



/**
Trove colors (Hex) 
Gold: #d3af30;
Green: #92b445;
Light green: #d3e4ae;
Magenta:  #b12c63
Blue: #3ca8bc
**/

h1.intro-text {
font-family: 'Lato', sans-serif;
	text-align: center;
	color: #fff;
	line-height: 65px;
	z-index: 0;
	text-transform: capitalize;
	font-size: 55px;
	float:none;
	font-weight:400; 
    -webkit-text-shadow: 2px 2px 2px rgba(0,0,0,0.75);
    text-shadow: 2px 2px 2px rgba(0,0,0,0.75);
}

.section-header h2 {
text-transform: none;
color: #92b445; /* green */
font-weight: 300; /*light*/
}


#client-feedbacks .feedback-box {
    width: 30%;
    background: #FFFFFF;
    padding: 25px;
    margin: 13px;
    text-align: left;
    border-radius: 4px;
    -webkit-box-shadow: 2px 4px 16px rgba(0,0,0,0.5);
    box-shadow: 2px 4px 16px rgba(0,0,0,0.5);
    display: inline-block;
    z-index: 5;
    vertical-align: top;
}

#client-feedbacks .feedback-box {
    width: 30%;
    background: #FFFFFF;
    padding: 25px;
    margin: 13px;
    text-align: left;
    border-radius: 0;
    -webkit-box-shadow: 2px 4px 16px rgba(0,0,0,0.5);
    box-shadow: 2px 4px 16px rgba(0,0,0,0.5);
    display: inline-block;
    z-index: 5;
    vertical-align: top;
}


.feedback-box .client-image {
	float: right;
	width: 140px;
	height: auto;
	border-radius: 0;
	overflow: hidden;
	border: 0;
}
.feedback-box .client-image img {
	width:100%;
	height:100%;
}


.red-border-bottom:before {
	position: absolute;
	margin: auto;
	z-index: 1;
	content: "";
	width: 100%;
	height: 2px;
	background: #e96656;
	bottom: -9px;
	left: 0;
}

.service-icon a i.pixeden {
background-size:contain !important;
}

.focus-box .service-icon .pixeden  {
background-size:contain !important;
}




.zerif-copyright-box {
	display:none;
visibility:collapse;
}


.feedback-box .quote {
	float: left;
	font-size: 19px;
	line-height: 1em;
	color: #b12c63;
}

.entry-content p {
    text-align: left;
line-height: 150%;
}

