/*
Theme Name: Cascade Inspections
Theme URI: https://lithiumseo.com
Author: Lithium Marketing
Author URI: https://lithiumseo.com
Description: Wordpress theme designed for Cascade Inspections by Lithium Marketing
Version: 1.0.0
*/

@import url('css/all.css');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital@0;1&family=Poppins:wght@300;400;600&display=swap');
@import url('css/flexslider.css');

/*  
    font-family: 'Lato', sans-serif;
    font-family: 'Poppins', sans-serif;
*/

body {
	margin: 0px;
    font-family: 'Poppins', sans-serif;
	font-weight:400;
	background:#fff;
}
img {
	width: auto\9;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
	z-index:-9999;
}
.container {
	width:100%;
	height:auto;
	overflow: hidden;
}
.wrapper {
	width:1300px;
	height:auto;
	overflow:hidden;
	margin:0 auto;
}
.wrapper-overflow {
	width:1300px;
	height:auto;
	margin:0 auto;
}
.header {
	width:auto;
	height:auto;
	position: relative;
	z-index: 2;
}
.hdr-top {
	width: auto;
	height: auto;
	overflow: hidden;
	border-top: #ce0019 solid 5px;
	background: url("images/hdr-grey-shde.png") center 2px repeat-x;
	padding: 15px 0;
}
.logo {
	width: auto;
	height: auto;
	overflow: hidden;
	float: left;
	position: relative;
	z-index: 9999;
}
.hdr-contact-info {
	width: auto;
	height: auto;
	overflow: hidden;
	font-size: 15px;
	color: #1e1e1e;
	text-decoration: none;
	text-transform: uppercase;
	float: right;
	line-height: 19px;
	margin-top: 25px;
}
.hdr-contact-info a {
	color: #1e1e1e;
	text-decoration: none;
}
.hdr-contact-info a:hover {
	text-decoration: underline;
}
.hdr-contact-info strong {
	font-size: 20px;
	font-weight: 600;
	text-transform: none;
	letter-spacing: -.5px;
}
.hdr-contact-info ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.hdr-contact-info ul li {
	float: left;
	padding: 0 20px 0 0;
	text-align: right;
}
.hdr-contact-info ul li:last-child {
	padding-right: 0;
}
.hdr-contact-info ul li span {
	float: right;
	padding-top: 4px;
}
.hdr-contact-info ul li .fa {
	width: 46px;
	height: 46px;
	background: #1e1e1e;
	font-size: 13px;
	color: #fff;
	text-align: center;
	line-height: 46px;
	float: right;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-khtml-border-radius: 50%;
    -moz-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
	margin-left: 8px;
}
.hdr-contact-info ul li:hover .fa {
	background: #ce0019;
}
.nav-br {
	width: auto;
	height: auto;
	background: #ce0019;
	display: flex;
}
.nav {
	width: auto;
	height: auto;
}
.nav ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.nav ul li {
	float: left;
	padding: 0 ;
}
.nav ul li a { 
	display: block;
	font-weight: 400;
	font-size: 16px;
	color: #fff;
	padding: 12px 15px;
	text-decoration: none;
	text-transform: uppercase;
    -moz-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.nav ul li a:hover {
	background: rgba(255, 255, 255, .15);
}
.nav ul li.consultation {
	float: right;
	position: relative;
	z-index: 1;
}
.nav ul li.consultation a:before {
	content: '';
	position: absolute;
	top: -5px;
	left: 0;
	right: 0;
	height: 10px;
	background: #1e1e1e;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	-khtml-border-radius: 5px 5px 0 0;
    -moz-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.nav ul li.consultation a {
	background: #1e1e1e;
	font-weight: 600;
	font-size: 16px;
	padding: 12px 30px;
}
.nav ul li.consultation:hover a {
	background: #000;
}
.nav ul li.consultation:hover a:before {
	background: #000;
}
.nav ul li a.active {
	background: rgba(255, 255, 255, .15);
}
.nav li {
	font-size:15px;
	font-weight: normal;
	text-decoration: none;
	text-transform:none;
	height: auto;
	padding: 10px;
	z-index: 9999 !important;
}
.nav li ul {
	font-size:15px;
	color: #FFF;
	text-decoration: none;
	text-transform:none;
	position: absolute;
	left: -999em;
	height: auto;
	width: 270px;
	z-index: 9999 !important;
	margin-top: 0px;
	padding-top:0px;
	margin-left:0px !important;
}
.nav li li {
	width: 270px;
	height: auto;
	display: block;
	cursor: pointer;
	border: none;
	padding: 0px !important;
	background:rgba(0, 0, 0, .9) !important;
	background-image:none !important;
	z-index: 9999;
	border-bottom: rgba(255, 255, 255, 0.1) solid 1px;
}
.nav li ul a {
	font-family: 'Lato', sans-serif;
	font-size:14px;
	color: #fff;
	text-decoration: none;
	text-transform:none;
	width: auto;
	display: block;
	cursor: pointer;
	text-align: left;
	letter-spacing:0;
	padding: 10px 20px 10px 20px !important;
	margin: 0 auto;
	z-index: 9999;
	background:none !important;
	border:none !important;
}
.nav li ul a:after {
	display:none;
}
.nav li ul a:hover {
	color: #fff;
	text-decoration: none;
	left: auto;
	background-image: none;
	text-shadow: none !important;
	-webkit-border-radius: 0px !important;
	border-radius: 0px !important;
	background-color:#ce0019 !important;
	opacity: 1;
	z-index: 9999;
}
.nav li ul a.active {
	color: #fff;
	background-color:#1a1a1a !important;
}
.nav li ul a.active:after {
	display: none;
}
.nav li ul ul {
	margin-top: -35px !important;
	margin-left: 270px !important;
	padding-left: 1px;
	padding-top:0px;
	z-index: 9999;
}
.nav li:hover ul ul, .nav li:hover ul ul ul, .nav li.sfhover ul ul, .nav li.sfhover ul ul ul {
	left: -999em;
	color: #d3661e;
	text-decoration: none;
	z-index: 9999;
}
.nav li:hover ul, .nav li li:hover ul, .nav li li li:hover ul, .nav li.sfhover ul, .nav li li.sfhover ul, .nav li li li.sfhover ul {
	left: auto;
	color: #d3661e;
	text-decoration: none;
	z-index: 9999;
}
.nav li:hover, .nav li.sfhover {
	color: #d3661e;
	text-decoration: none;
	z-index: 9999;
}

.nav ul li.current_page_item > a,
.nav ul li.current-menu-ancestor > a,
.nav ul li.current-menu-item > a,
.nav ul li.current-menu-parent > a {
	background: rgba(255, 255, 255, .15);
}
.nav ul li ul li.current_page_item > a,
.nav ul li ul li.current-menu-ancestor > a,
.nav ul li ul li.current-menu-item > a,
.nav ul li ul li.current-menu-parent > a {
	color: #fff;
	background-color:#ce0019 !important;
}
.nav li ul a.active:after {
	display: none;
}
#slider-main {
	width:auto;
	height:auto;
	overflow:hidden;
	background:#000;
	position:relative;
}
#slider-main:after {
	content:'';
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background:rgba(0, 0, 0, .6);
	z-index:2;
}
.slides-conts {
	width:100%;
	height:auto;
	position:absolute;
	top:34%;
	left:0;
	right:0;
	z-index:9;
	text-align: center;
}
.slides-conts strong {
	font-weight:300;
	font-size:21px;
	line-height:24px;
	color: #fff;
	text-transform: uppercase;
	display: block;
	margin-top: 3px;
	letter-spacing:-.2px;
}
h1 {
    font-family: 'Poppins', sans-serif;
	font-weight:600;
	font-size:35px;
	color:#0f0f0f;
	text-decoration:none;
	margin:0px;
	letter-spacing:-1.5px;
	line-height:40px;
}
h1.home {
	font-weight:600;
	font-size:55px;
	color:#fff;
	text-decoration:none;
	text-transform: uppercase;
	letter-spacing:-2px;
	text-align: center;
	line-height:50px;
}
h1.home span {
	font-weight:300;
	font-size:21px;
	line-height:24px;
	display: block;
	margin-top: 3px;
	letter-spacing:-.2px;
}
a.quote-btn {
	display: inline-block;
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	padding: 14px 50px;
	position: relative;
	background: #ce0019;
	margin-top: 30px;
    -moz-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-khtml-border-radius: 5px;
}
a.quote-btn:hover {
	background: #fff;
	color: #ce0019;
}
.brand-icon {
	width: auto;
	height: auto;
	display: inline-block;
	position: relative;
	z-index: 1;
	text-align: center;
	margin-bottom: 15px;
}
.brand-icon:before {
	content: '';
	width: 100px;
	height: 2px;
	background: #fff;
	position: absolute;
	left: -100px;
	bottom: 0;
}
.brand-icon:after {
	content: '';
	width: 100px;
	height: 2px;
	background: #fff;
	position: absolute;
	right: -100px;
	bottom: 0;
}
.help-section {
	width: auto;
	height: auto;
	overflow: hidden;
    font-family: 'Lato', sans-serif;
	font-size: 15px;
	color: #505050;
	text-decoration: none;
	line-height: 21px;
	padding: 100px 0;
	position: relative;
	z-index: 1;
}
.help-section:before {
	content: url("images/brand-icon-grey.png");
	position: absolute;
	left: -120px;
	bottom: -60px;
	z-index: -1;
}
.help-section:after {
	content: url("images/bdr-bxs.png");
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}
.help-section strong {
    font-family: 'Poppins', sans-serif;
	font-weight: 600;
	color: #1e1e1e;
}

.rht-align {
	float: right;
	margin: 0 0 20px 60px;
}
h2 {
    font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 30px;
	color: #1e1e1e;
	text-decoration: none;
	line-height: 35px;
	margin: 0px;
	letter-spacing: -1px;
}
h2.hm {
    font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 40px;
	color: #1e1e1e;
	text-decoration: none;
	line-height: 40px;
	margin: 0px;
	letter-spacing: -1px;
}
h2.hm span {
	font-size: 22px;
	font-weight: 400;
	color: #ce0019;
	text-transform: uppercase;
	line-height: 24px;
	letter-spacing: -.5px;
	display: inline-block;
}
ul.listings {
	list-style: none;
	padding: 0px;
	margin: 0px;
	margin-top: 25px;
	margin-bottom: 15px;
}
ul.listings li {
	color: #000;
	padding: 1px 0 1px 15px;
	position: relative;
	z-index: 1;
}
ul.listings li:before {
	content: '';
	width: 5px;
	height: 5px;
	background: #ce0019;
	position: absolute;
	left: 0;
	top: 9px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-khtml-border-radius: 50%;
}
a.more-btn {
    font-family: 'Poppins', sans-serif;
	font-size: 15px;
	color: #ce0019;
	text-decoration: none;
	text-transform: uppercase;
	border: #1e1e1e solid 2px;
	padding: 10px 30px;
	display: inline-block;
	letter-spacing: .5px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-khtml-border-radius: 4px;
	margin-top: 15px;
    -moz-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
a.more-btn:hover {
	background: #1e1e1e;
	color: #fff !important;
}
h3 {
    font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 22px;
	color: #1e1e1e;
	text-decoration: none;
	line-height: 30px;
	margin: 0px;
	letter-spacing: -.5px;
}
h5 {
    font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 20px;
	color: #1e1e1e;
	text-decoration: none;
	line-height: 22px;
	margin: 0px;
	letter-spacing: -1px;
}
.inspection-info-section {
	width: auto;
	height: auto;
	overflow: hidden;
	background: url("images/com-info-bk.jpg") center top no-repeat;
	background-attachment: fixed;
	background-size: cover;
	padding: 100px 0;
	text-align: center;
}
.inspection-info-section h3 {
	text-transform: uppercase;
	color: #fff;
	font-size: 30px;
}
.inspection-info-section ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	margin-top: 15px;
}
.inspection-info-section ul li {
	width: 30%;
	display: inline-block;
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	color: #a9a9a9;
	text-decoration: none;
	line-height: 23px;
	margin-top: 15px;
	vertical-align: top;
	margin-right: 45px;
}
.inspection-info-section ul li:nth-child(3n) {
	margin-right: 0;
}
.inspection-info-section ul li h5 {
	color: #fff;
	margin: 17px 0;
}
.icons {
	border: rgba(255, 255, 255, .03) solid 15px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-khtml-border-radius: 50%;
    -moz-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.inspection-info-section ul li:hover .icons {
	-webkit-filter: grayscale(30%); 
  	filter: grayscale(30%);
}
.calltoaction {
	width: auto;
	height: auto;
	overflow: hidden;
	background: url("images/calltoaction-bk.png") center bottom repeat-x #ce0019;
	padding: 50px 0;
	font-family: 'Lato', sans-serif;
	font-size: 17px;
	color: #fff;
	text-decoration: none;
	line-height: 22px;
	text-align: center;
}
.calltoaction strong {
    font-family: 'Poppins', sans-serif;
	font-weight: 400 !important;
	font-size: 50px;
	color: #fff !important;
	text-transform: uppercase;
	line-height: 45px;
	letter-spacing: -2px;
	display: inline-block;
}
.calltoaction a.ph {
	display: inline-block;
	border: #fff solid 2px;
    font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 45px;
	text-decoration: none;
	color: #fff;
	padding: 8px 25px 6px 25px;
	line-height: 39px;
	-moz-border-radius: 4px 0 0 4px;
	-webkit-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
	-khtml-border-radius: 4px 0 0 4px;
    -moz-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.calltoaction a.quote {
	display: inline-block;
	border: #fff solid 2px;
    font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 18px;
	text-decoration: none;
	color: #1e1e1e;
	text-transform: uppercase;
	background: #fff;
	padding: 8px 50px 6px 50px;
	line-height: 39px;
	-moz-border-radius: 0 4px 4px 0;
	-webkit-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
	-khtml-border-radius: 0 4px 4px 0;
    -moz-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
	position: relative;
	top: -9px;
}
.calltoaction a.ph:hover, .calltoaction a.quote:hover {
	background: #1e1e1e;
	border-color: #1e1e1e;
	color: #fff;
}
.propertyinspections-section {
	width: auto;
	height: auto;
	overflow: hidden;
    font-family: 'Lato', sans-serif;
	font-size: 15px;
	color: #505050;
	text-decoration: none;
	line-height: 21px;
	padding: 100px 0;
	position: relative;
}
.propertyinspections-section strong {
    font-family: 'Poppins', sans-serif;
	font-weight: 600;
	color: #1e1e1e;
}
.lft-align {
	float: left;
	margin: 0 60px 20px 0;
}
.reviews-section {
	width: auto;
	height: auto;
	overflow: hidden;
	background: #f4f4f4;
	padding: 100px 0 60px 0;
	text-align: center;
}
.reviews-section h3 {
	text-transform: uppercase;
	font-size: 30px;
}
.reviews-section ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	margin-top: 30px;
}
.reviews-section ul li {
	float: left;
	width: 410px !important;
	position: relative;
	z-index: 1;
	margin-bottom: 0px;
	margin: 0 15px;
	text-align: center;
}
.reviews-section ul li strong {
    font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: 600;
	color: #1e1e1e;
	font-style: normal;
	position: relative;
	line-height: 20px;
	letter-spacing: -.5px;
}
.reviews-section ul li span {
    font-family: 'Poppins', sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #585858;
}
.reviews-section ul li article {
	display: block;
	min-height: 135px;
    font-family: 'Lato', sans-serif;
	font-size: 15px;
	color: #4e4e4e;
	text-decoration: none;
	line-height: 25px;
	font-style: italic;
	padding: 35px;
	position: relative;
	z-index: 1;
	background: #fff;
	margin-bottom: 20px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-khtml-border-radius: 4px;
}
.reviews-section ul li article p {
	margin-bottom: 0;
}
.reviews-section ul li article:after {
  	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: "\f0d7";
	position: absolute;
	bottom: -15px;
	left: 0;
	font-size: 35px;
	color: #fff;
	text-align: center;
	font-style: normal;
	width: 100%;
}
.reviews-section ul li article .fa-quote-left {
	font-size: 22px;
	color: #ce0019;
	display: block;
	margin-bottom: 10px;
}
.footer {
	width: auto;
	height: auto;
	overflow: hidden;
	background: #1e1e1e;
	padding-top: 80px;
	position: relative;
	z-index: 1;
}
.footer:after {
	content: url("images/ftr-brand-icon.png");
	position: absolute;
	right: 0;
	bottom: 80px;
	z-index: -1;
}
.ftr-bx-conts {
	width: 24%;
	overflow: hidden;
	float: left;
    font-family: 'Lato', sans-serif;
	font-size: 14px;
	color: #b6b6b6;
	text-decoration: none;
	line-height: 21px;
	margin-right: 1.2%;
}
.ftr-bx-conts:last-child {
	margin-right: 0;
}
.ftr-bx-conts strong {
	font-weight: 400;
	color: #fff;
}
.ftr-bx-conts a {
	text-decoration: none;
	color: #b6b6b6;
    -moz-transition: all 0.1s ease-in;
    -webkit-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
}
.ftr-bx-conts a:hover {
	color: #fff;
}
.ftr-bx-conts ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.ftr-bx-conts ul li {
	padding: 2px 0 2px 0;
	position: relative;
}
p.ftr-titles {
	margin-top: 0px;
	margin-bottom: 20px;
}
.ftr-titles {
    font-family: 'Poppins', sans-serif;
	font-size: 20px;
	font-weight: 400;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: -1px;
}
.ftr-logo {
	margin-bottom: 10px;
	-moz-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
.ftr-logo:hover {
	opacity: .8;
}
ul.ftr-cntc {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
ul.ftr-cntc li {
	margin: 8px 0 8px 0;
	position: relative;
	z-index: 1;
	display: flex;
	width: 100%;
	line-height: 18px;
}
ul.ftr-cntc li a {
	padding-left: 0px;
}
ul.ftr-cntc li a:before {
	display: none;
}
ul.ftr-cntc li a:hover {
	padding-left: 0px;
}
ul.ftr-cntc li span {
	float: left;
}
ul.ftr-cntc li .fa {
	width: 32px;
	height: 32px;
	border: #fff solid 2px;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	float: left;
	margin-right: 10px;
	line-height: 33px;
	text-align: center;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-khtml-border-radius: 50%;
    -moz-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
ul.ftr-cntc li:hover .fa {
	background: #ce0019;
	border-color: #ce0019;
	color: #fff;
}
.ftr-btm {
	width: auto;
	height: auto;
	overflow: hidden;
	background: #ce0019;
	padding: 30px 0;
    font-family: 'Lato', sans-serif;
	font-size: 15px;
	color: #fff;
	text-decoration: none;
	margin-top: 70px;
}
.ftr-btm a {
	color: #fff;
	text-decoration: none;
    -moz-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.ftr-btm a:hover {
	text-decoration:underline;
}
.ftr-btm span {
	float: left;
	margin-top: 7px;
}
ul.social {
	float: right;
	list-style: none;
	padding: 0px;
	margin: 0px;
}
ul.social li {
	float: left;
	padding: 0 0 0 4px;
}
ul.social li .fab {
	width: 28px;
	height: 28px;
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	line-height: 28px;
	text-align: center;
	border: rgba(255, 255, 255, .16) solid 2px;
    -moz-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-khtml-border-radius: 50%;
}
ul.social li .fa-yelp:hover {
	background: #d32323;
}
ul.social li .fa-linkedin-in:hover {
	background: #0077b5;
}
ul.social li .fa-facebook-f:hover {
	background: #4867aa;
}
.subhdr {
	width: auto;
	height: 400px;
	overflow: hidden;
	text-align: center;
}
.subhdr img {
	width: 100%;
}
.slides-conts.subpgs {
	top: 45%;
}
.body-contents {
	width: auto;
	height: auto;
	overflow: hidden;
    font-family: 'Lato', sans-serif;
	font-size: 15px;
	color: #505050;
	text-decoration: none;
	line-height: 21px;
	padding: 80px 0;
	position: relative;
	z-index: 1;
}
.body-contents strong {
	font-weight: 600;
	color: #000;
	letter-spacing: .5px;
}
.body-contents a {
	text-decoration: none;
	color: #ce0019;
}
.body-contents a:hover {
	color: #000;
}
.body-contents:before {
	content: url("images/brand-icon-grey.png");
	position: absolute;
	left: -120px;
	bottom: -60px;
	z-index: -1;
}
.body-contents:after {
	content: url("images/bdr-bxs.png");
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}
.calltoaction p {
	margin-bottom: 0px;
}
.calltoaction.substyle {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-khtml-border-radius: 6px;
	padding: 35px;
	margin: 30px 0;
}
.calltoaction a.one {
	display: inline-block;
	border: #fff solid 2px;
	background: #fff;
    font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 18px;
	text-decoration: none;
	color: #1e1e1e !important;
	padding: 8px 40px 6px 40px;
	line-height: 39px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-khtml-border-radius: 4px;
    -moz-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
	text-transform: uppercase;
}
.calltoaction a.one:hover {
	background: #1e1e1e;
	border-color: #1e1e1e;
	color: #fff !important;
}
.answer {
    display:none;
	padding:13px 35px;
	background: rgba(0, 0, 0, 0);
	border:#1e1e1e solid 1px;
}
#faq-list {
	width: auto;
	height: auto;
	overflow: hidden;
	background: #fff;
	margin-top: 10px;
	margin-bottom: 30px;
}
#faq-list h3 {
	border: #1e1e1e solid 2px;
	padding:10px 40px 10px 30px;
	cursor:pointer;
	position:relative;
	display: block;
	font-weight: 400;
	text-transform: none;
	color: #1e1e1e;
    -moz-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
	margin: 0px;
	margin-top: 7px;
	font-size: 18px;
	letter-spacing: -.5px;
	line-height: 23px;
}
#faq-list h3:before {
	font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
	content: "\f078";
	font-size:12px;
	color:#1e1e1e;
	position:absolute;
	right:20px;
}
#faq-list h3:before.close {
	display:none;
}
#faq-list h3.close:before {
	font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
	content: "\f077";
	font-size:12px;
	color:rgba(255, 255, 255, 1);
	right:20px;
}
#faq-list h3.close {
	background:#1e1e1e;
	color:#fff;
	border-color: #1e1e1e;
}
.reviews-section.subpg-style {
	background: none;
	padding: 0;
}
.reviews-section.subpg-style ul li {
	float: none;
	width: auto !important;
	position: relative;
	z-index: 1;
	margin: 0 0 20px 0;
	text-align: left;
}
.reviews-section.subpg-style ul li article {
	display: block;
	min-height: auto;
	font-size: 18px;
	line-height: 28px;
	font-style: italic;
	padding: 30px 40px;
	position: relative;
	z-index: 1;
	background: #f4f4f4;
	margin-bottom: 20px;
}
.reviews-section.subpg-style ul li article p:first-child {
	margin-top: 0;
}
.reviews-section.subpg-style ul li article:after {
	left: 20px;
	color: #f4f4f4;
	text-align: left;
}
ul.ftr-cntc.pgstyle {
	display: inline-block;
	margin-top: 10px;
}
ul.ftr-cntc.pgstyle li .fa {
	width: 32px;
	height: 32px;
	border: #ce0019 solid 2px;
	background: #ce0019;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	float: left;
	margin-right: 10px;
	line-height: 33px;
	text-align: center;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-khtml-border-radius: 50%;
    -moz-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

ul.ftr-cntc.pgstyle li:hover .fa {
	background: #ce0019;
	border-color: #ce0019;
	color: #fff;
}
.maps {
	width: auto;
	height: 400px;
	overflow: hidden;
}
.maps p {
	margin: 0;
	height: 100%;
}

