.testimonial > .item{
	position:relative;
}
.testimonial > .item > div.item-text{
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	padding:0;
	margin:0;
	display:block;
}
.testimonial > .item .table{
	display:table;
	width:calc(100% + 1px);
	height:calc(100% + 1px);
	padding:0;
	margin:0;
	border:none;
}
.testimonial > .item .table .row{
	display:table-row;
}
.testimonial > .item .table .row > div{
	display:table-cell;
	width:100%;
	height:99%;
}
.testimonial > .item .table .row > div > a{
	position:relative;
	width:100%;
	height:100%;
	display:block;
}
.testimonial > .item .table .row > div > a > h2{
	background-repeat:no-repeat;
	position:absolute;
	width:220px;
	height:220px;
	top:calc(50% - 110px);
	left:calc(50% - 110px);
	margin:0;
	padding:0;
	line-height:220px;
	text-align:center;
	color:#fff;
	font-size:32px;
	background-position:center;
	background-size:95%;
	transition: background-size 0.1s;
	-moz-transition: background-size 0.1s;
	-ms-transition: background-size 0.1s;
	-o-transition: background-size 0.1s;
	-webkit-transition: background-size 0.1s;
}
.testimonial > .item .table .row > div > a > h2:hover{
	background-size:100%;
}
.testimonial > .item .table .row > p{
	display:table-cell;
	width:100%;
}
.testimonial .testimonial-name,
.testimonial .testimonial-content{
	display:block;
	margin:0 auto;
	text-align:center;
	font-size:20px;
	color:#fff;
}
.testimonial .testimonial-content{
	padding:32px 0 16px 0;
	font-family: "proxima-nova-extra-condensed";
	letter-spacing:2px;
	text-transform:uppercase;
}
.testimonial .testimonial-name{
	font-family: "bodoni-urw";
	padding-bottom:24px;
}
.testimonial > .item div.image img{
	width:100%;
	height:auto;
	display:block;
	border:none;
	margin:0;
	padding:0;
}

.header .header-home{
	position:absolute;
	left:calc(50% - 82px);
	bottom:16px;
	text-align:center;
}
.header .header-home a.phone,
.header .header-home a.request-a-quote{
	display:block;
	text-decoration:none;
	text-transform:uppercase;
	color: #fff;
	padding: 12px 0 10px 0;
	margin: 0 auto;
	letter-spacing: 2px;
	width: 164px;
	border-color: #6a5f14;
	border-style: solid;
	font-size: 24px;
	border-width: 0;
	transition:all 0.8s;
}
.header .header-home a.phone:hover,
.header .header-home a.request-a-quote:hover{
	text-shadow:0 5px 5px #000000;
}

.header .header-home a.request-a-quote{
	font-family: "proxima-nova-extra-condensed";
	border-top-width: 1px;
	border-bottom-width: 1px;
}
.header .header-home a.phone{
	font-family: "bodoni-urw";
	border-bottom-width: 1px;
}
.fc-clients h2 {
    clear: both;
    padding-top: 20px;
}
/* Added - 15-11-2019 */
.sub-menu li {
    clear: both;
}