/* All */
body {
	font-family: "Poppins", sans-serif !important;
	color: #000;
}

/* Header */
header > div.top-line {
	background-color: #f6f0e7;
}
header > div.top-line > p {
	font-size: 13px;
}
header nav ul.navbar-nav > li.nav-item > a.nav-link:hover {
	background-color: #f6f0e7;
}
header nav div.user-icons > ul > li i {
	font-size: 20px;
	color: #6c3c29;
}

/* HomePage */
.testimonial-wrapper .testimonial-heading > strong {
	border-bottom: 2px solid #5bd77b;
	display: inline-block;
	font-size: 20px;
	margin-top: 0;
	padding-bottom: 10px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	color: #222222;
}
.testimonial-wrapper .testimonial-content {
	border: medium none;
	box-sizing: border-box;
	float: left;
	font-size: 16px;
	font-style: italic;
	line-height: 30px;
	margin-bottom: 15px;
	padding: 15px 0;
	position: relative;
	text-align: center;
	width: 100%;
}
.testimonial-wrapper .testimonial-about {
	clear: both;
	float: left;
	padding: 0 10px 10px;
	text-align: center;
	width: 100%;
}
.testimonial-wrapper .testimonial-about span {
	display: inline-block;
	vertical-align: middle;
}
.testimonial-wrapper .testimonial-about span > h4,
.testimonial-wrapper .testimonial-about span > p {
	margin: 0 0 4px;
	font-size: 13px;
}

/* Footer */
footer {
	background: #f6f0e7;
}
footer a {
	color: #000;
	text-decoration: none;
}
footer .footer-title > h3 {
	margin-bottom: 25px;
	font-size: 18px;
	font-weight: 600;
}
footer .footer-title > h3::after {
	background: #000;
	bottom: 0;
	content: "";
	display: block;
	height: 2px;
	width: 25px;
	margin-top: 13px;
}
footer .footer-content p,
footer .footer-content ul > li {
	font-size: 13px;
}
footer .footer-content a > i {
	font-size: 25px;
}
footer .footer-content input {
	border: 1px solid #c2c2c2;
}
footer .footer-content button.btn-subscribe {
	background-color: #6c3c29;
	border-color: #6c3c29;
}
footer div.copyright small.copyright {
	font-size: 12px;
}
footer #footer-content > h3 {
	font-size: 17px;
}
footer #footer-content > p {
	font-size: 13px;
}
