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

@import url('css/all.css');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@400;700&family=Rubik:ital,wght@0,400;0,500;1,400&display=swap');
@import url('css/flexslider.css');

/*  
    font-family: 'Rubik', sans-serif;
    font-family: 'Roboto Slab', serif;
*/

body {
	margin: 0px;
    font-family: 'Rubik', 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;
	background: #231f20;
	padding: 20px 0;
}
.contact-hdr {
	width: auto;
	height: auto;
	overflow: hidden;
	float: right;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	text-align: right;
	text-transform: uppercase;
	line-height: 20px;
}
.contact-hdr strong {
	font-size: 20px;
	font-weight: 500;
}
.contact-hdr a {
	text-decoration: none;
	color: #fff;
}
.contact-hdr .fa {
	width: 32px;
	height: 32px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	line-height: 32px;
	float: right;
	border: rgba(255, 255, 255, .2) solid 2px;
	-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;
}
.contact-hdr .fab {
	width: 32px;
	height: 32px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	line-height: 32px;
	float: right;
	border: rgba(255, 255, 255, .2) solid 2px;
	-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: 3px;
}
.hdr-top ul li .fa-linkedin-in:hover {
	background: #0961b8;
}
.hdr-top ul li .fa-instagram:hover {
	background: #753fc3;
}
.contact-hdr ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.contact-hdr ul li {
	float: left;
}
.hdr-mdl {
	width:auto;
	height:auto;
	position: relative;
}
.mdl-top {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	z-index: 9999;
}
.logo {
	width: auto;
	height: auto;
	float: left;
	position: relative;
	z-index: 9999;
	top: -75px;
}
.nav {
	width: auto;
	height: auto;
	float: right;
	margin-top: 30px;
}
.nav ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.nav ul li {
	float: left;
	padding: 0 15px;
}
.nav ul li:last-child {
	padding-right: 0;
}
.nav ul li:last-child a {
	padding: 9px 15px 6px 15px;
	background: #b34627;
	position: relative;
	margin-top: -8px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-khtml-border-radius: 4px;
}
.nav ul li a {
	font-size: 14px;
	color: #fff;
	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;
	display: inline-block;
}
.nav ul li a:hover {
	color:#fff;
}
.nav ul li a.active {
	color:#fff;
}
.nav ul li a.active:after {
	content: '';
	display: block;
	margin: auto;
	height: 2px;
	width: 100%;
	background: #fff;
	transition: width .5s ease, background-color .5s ease;
}

.nav ul li a:after {
	content: '';
	display: block;
	margin: auto;
	height: 2px;
	width: 0px;
	background: transparent;
	transition: width .5s ease, background-color .5s ease;
}
.nav ul li a:hover:after {
	width: 100%;
	background: #fff;
}
.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:15px;
	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-size:15px;
	color: #fff;
	text-decoration: none;
	text-transform:uppercase;
	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:#1a1a1a !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;
}
#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, .45);

	z-index:2;
}
.slides-conts {
	width:100%;
	height:auto;
	position:absolute;
	top:43%;
	left:0;
	right:0;
	z-index:9;
	text-align: center;
}
h1 {
	font-family: 'Roboto Slab', serif;
	font-weight:400;
	font-size:35px;
	color:#232323;
	text-decoration:none;
	margin:0px;
	letter-spacing:-1px;
	line-height:35px;
}
h1.home {
	font-family: 'Roboto Slab', serif;
	font-weight:400;
	font-size:50px;
	color:#fff;
	text-decoration:none;
	margin:0px;
	text-transform: uppercase;
	letter-spacing:-1px;
	line-height:45px;
}
h1.home span {
	font-family: 'Rubik', sans-serif;
	font-weight:400;
	font-size:22px;
	line-height:25px;
	letter-spacing:normal;
	text-transform: none;
	display: block;
	margin-top: 5px;
}
a.simple-btn {
	font-weight: 500;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	padding: 15px 50px;
	border: #b34627 solid 2px;
	display: inline-block;
	margin-top: 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-khtml-border-radius: 5px;
    -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;
}
a.simple-btn .fa {
	font-size: 12px;
	margin-left: 6px;
    -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;
}
a.simple-btn:hover {
	background: #b34627;
}
h2 {
	font-family: 'Roboto Slab', serif;
	font-weight: 400;
	font-size: 28px;
	color: #231f20;
	text-decoration: none;
	line-height: 31px;
	margin: 0px;
}
h3 {
	font-family: 'Rubik', sans-serif;
	font-weight: 400;
	font-size: 25px;
	color: #231f20;
	text-decoration: none;
	line-height: 28px;
	letter-spacing: -.5px;
	margin: 0px;
}
h4 {
	font-family: 'Rubik', sans-serif;
	font-weight: 400;
	font-size: 20px;
	color: #231f20;
	text-decoration: none;
	line-height: 22px;
	margin: 0px;
}
.expertise-section {
	width: auto;
	height: auto;
	overflow: hidden;
	position: relative;
	z-index: 1;
	padding: 80px 0;
	border-top: #fff solid 2px;
	background: #231f20;
	text-align: center;
}
.expertise-section:before {
	content: url("images/exp-bfr-img.png");
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}
.expertise-section:after {
	content: url("images/exp-afr-img.png");
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: -1;
}
.expertise-section h2 {
	font-size: 35px;
	color: #fff;
	text-transform: uppercase;
	line-height: 35px;
}
.expertise-section h2 span {
	font-family: 'Rubik', sans-serif;
	font-weight:400;
	font-size: 18px;
	color: #fff;
	text-transform: none;
	display: inline-block;
	line-height: 24px;
}
.expertise-section ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	margin-top: 20px;
}
.expertise-section ul li {
	width: 30%;
	display: inline-block;
	font-size: 15px;
	color: #b9b2b4;
	text-decoration: none;
	text-align: center;
	line-height: 23px;
	margin-top: 20px;
	vertical-align: top;
	margin-right: 3%;
}
.expertise-section ul li:nth-child(3n) {
	margin-right: 0;
}
.expertise-section ul li p {
	margin-bottom: 0;
}
.expertise-section ul li h4 {
	text-transform: uppercase;
	color: #fff;
}
.icons {
	width: auto;
	height: auto;
	margin-bottom: 30px;
	position: relative;
	z-index: 1;
	display: inline-block;
	-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;
}
.icons img {
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-khtml-border-radius: 50%;
	border: #b34627 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;
}
.icons:before {
	content: '';
	position: absolute;
	left: -9px;
	top: -9px;
	right: -9px;
	bottom: -9px;
	border: #b34627 solid 3px;
	-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;
}


.expertise-section ul li:hover .icons {
	background: #b34627;
}
.about-section {
	width: auto;
	height: auto;
	overflow: hidden;
	position: relative;
	z-index: 1;
	padding: 80px 0;
	font-size: 15px;
	color: #535051;
	text-decoration: none;
	line-height: 22px;
}
.about-section:before {
	content: url("images/ab-bfr-img.png");
	position: absolute;
	left: 0;
	bottom: -10px;
	z-index: -1;
}
.about-section:after {
	content: url("images/ab-afr-img.png");
	position: absolute;
	right: 20px;
	top: 0;
	z-index: -1;
}

p.bold-title {
	margin: 22px 0;
}
.bold-title {
	font-family: 'Roboto Slab', serif;
	font-weight: 700;
	font-size: 50px;
	color: #231f20;
	line-height: 50px;
}
.bold-title span {
	font-family: 'Rubik', sans-serif;
	font-weight: 500;
	font-size: 20px;
	color: #b34627;
	text-transform: uppercase;
	display: block;
	line-height: 22px;
}
.about-section .align-rht-img {
	margin-left: 80px;
	margin-bottom: 0;
	margin-top: 0;
}
.align-rht-img {
	float: right;
	width: 45%;
	margin: 20px 0 20px 40px;
}
a.readmore {
	display: inline-block;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	background: #b34627;
	position: relative;
	z-index: 1;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-khtml-border-radius: 4px;
    -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;
	padding: 10px 25px;
	margin-top: 15px;
}
a.readmore:after {
	font-family: 'Font Awesome 5 Free';
  	font-weight: 900;
	content: "\f061";
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	margin-left: 8px;
    -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;
}
a.readmore:hover {
	color: #fff;
	background: #231f20;
}
.clear {
	width: 100%;
	height: auto;
	overflow: hidden;
	clear: both;
}
/*.hm-video {
	width: auto;
	height: auto;
	overflow: hidden;
	margin-top: 40px;
}*/

.services-section {
	width: auto;
	height: auto;
	overflow: hidden;
	background: #f4f4f4;
	padding: 80px 0;
	text-align: center;
}
.services-section ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.services-section ul li {
	width: 31%;
	display: inline-block;
	font-size: 15px;
	color: #555353;
	text-decoration: none;
	line-height: 22px;
	vertical-align: top;
	margin-right: 3%;
}
.services-section ul li img {
	width: 100%;
}
.services-section ul li:nth-child(3n) {
	margin-right: 0;
}
.services-section ul li h4 {
	text-transform: uppercase;
	margin-top: 25px;
}
a.readmore.bdr {
	background: none;
	color: #231f20;
	border: #231f20 solid 2px;
	padding: 8px 20px 6px 20px;
}
a.readmore.bdr:after {
	color: #231f20;
}
a.readmore.bdr:hover {
	color: #fff;
	background: #231f20;
}
a.readmore.bdr:hover:after {
	color: #fff;
}
.calltoaction {
	width: auto;
	height: auto;
	overflow: hidden;
	background: #b34627;
	padding: 60px 0;
	font-size: 20px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	line-height: 23px;
	position: relative;
	z-index: 1;
}
.calltoaction p {
	margin: 0;
}
.calltoaction:after {
	content: url("images/call-icon.png");
	position: absolute;
	right: 18%;
	top: -50px;
	z-index: -1;
}
.calltoaction a {
	text-decoration: none;
	color: #fff;
}
.calltoaction a:hover {
	text-decoration: underline;
}
.calltoaction span {
	font-size: 35px;
	font-weight: 500;
	line-height: 35px;
	display: block;
	letter-spacing: -.5px;
}
.calltoaction strong {
	font-family: 'Roboto Slab', serif;
	font-size: 50px;
	font-weight: 700;
	line-height: 50px;
	display: block;
}
.parallax-section {
	width: auto;
	height: auto;
	overflow: hidden;
	background: url("images/para-bk-img.jpg") center top no-repeat;
	background-attachment: fixed;
	background-size: cover;
	position: relative;
	z-index: 1;
	padding: 200px 0;
	font-size: 22px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	line-height: 25px;
	letter-spacing: -.7px;
}
.parallax-section strong {
	font-family: 'Roboto Slab', serif;
	font-weight: 400;
	font-size: 50px;
	text-transform: uppercase;
	line-height: 50px;
}
.parallax-section p {
	margin-top: 2px;
}
.parallax-section:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .7);
	z-index: -1;
}
.parallax-section a.readmore.bdr {
	background: none;
	font-weight: 500;
	color: #fff;
	border: #b34627 solid 2px;
	padding: 12px 45px 10px 45px;
	letter-spacing:normal;
	margin-top: 10px;
}
.parallax-section a.readmore.bdr:after {
	color: #fff;
}
.parallax-section a.readmore.bdr:hover {
	color: #fff;
	background: #b34627;
}
.parallax-section a.readmore.bdr:hover:after {
	color: #fff;
}
.testimonials-section {
	width: auto;
	height: auto;
	overflow: hidden;
	background: url("images/testi-bk.jpg") center top repeat;
	padding: 80px 0;
	text-align: center;
}
.testimonials-section h2 {
	font-size: 35px;
	text-transform: uppercase;
	line-height: 35px;
}
.testimonials-section ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	display: flex;
	flex-wrap: wrap;
	margin-top: 15px;
}
.testimonials-section ul li {
	width: calc(48% - 70px);
	display: inline-block;
	margin-right: 1.8%;
	font-size: 14px;
	color: #585858;
	text-decoration: none;
	font-style: italic;
	line-height: 21px;
	border: #fff solid 6px;
	padding: 35px;
	margin-top: 15px;
	position: relative;
	z-index: 1;
}
.testimonials-section ul li:before {
	font-family: 'Font Awesome 5 Free';
  	font-weight: 900;
	content: "\f10d";
	font-size: 30px;
	color: #c5c5c5;
	position: absolute;
	left: 47%;
	top: -15px;
	font-style: normal;
	background: #f4f4f4;
	padding: 0 10px;
}
.testimonials-section ul li:nth-child(2n) {
	margin-right: 0;
}
.testimonials-section ul li strong {
	font-weight: 500;
	font-size: 16px;
	color: #b34627;
	font-style: normal;
}
.testimonials-section ul li p {
	margin-bottom: 0;
}
.footer {
	width: auto;
	height: auto;
	overflow: hidden;
	background: #231f20;
	position: relative;
	z-index: 1;
	padding-top: 50px;
}
.footer:after {
	content: url("images/ftr-aft-img.png");
	position: absolute;
	right: -135px;
	bottom: 20px;
	z-index: -1;
}
.ftr-bx-conts {
	width: 21%;
	overflow: hidden;
	float: left;
	font-size: 14px;
	color: #a49f9f;
	text-decoration: none;
	line-height: 21px;
	margin-right: 1.2%;
}
.ftr-bx-conts:nth-child(2), .ftr-bx-conts:nth-child(3) {
	width: 16%;
}
.ftr-bx-conts:last-child {
	margin-right: 0;
	text-align: center;
}
.ftr-bx-conts strong {
	font-weight: 400;
	color: #fff;
}
.ftr-bx-conts a {
	text-decoration: none;
	color: #a49f9f;
    -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 a.readmore.bdr {
	color: #fff;
	border: #fff solid 2px;
	margin-top: 8px;
}
.ftr-bx-conts a.readmore.bdr:after {
	color: #fff;
}
.ftr-bx-conts a.readmore.bdr:hover {
	color: #231f20;
	background: #fff;
}
.ftr-bx-conts a.readmore.bdr:hover:after {
	color: #231f20;
}
.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-size: 22px;
	font-weight: 400;
	color: #fff;
	text-decoration: none;
	letter-spacing: -.5px;
}
.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: 36px;
	height: 36px;
	background: #b34627;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	float: left;
	margin-right: 10px;
	line-height: 36px;
	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: #fff;
	color: #b34627;
}
.bnrsize {
	width: 80%;
}
.ftr-btm {
	width: auto;
	height: auto;
	overflow: hidden;
	padding: 30px 0;
	font-size: 14px;
	color: #a49f9f;
	text-decoration: none;
	margin-top: 50px;
	border-top: rgba(255, 255, 255, .2) solid 1px;
}
.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;
	color: #b34627;
}
.ftr-btm span {
	float: left;
	margin-top: 10px;
}
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: 32px;
	height: 32px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	line-height: 32px;
	float: right;
	border: rgba(255, 255, 255, .2) solid 2px;
	-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: 3px;
}
ul.social li .fa-linkedin-in:hover {
	background: #0961b8;
}
ul.social li .fa-instagram:hover {
	background: #753fc3;
}
.cerc-logo {
	margin-top: 20px;
}
.subhdr {
	width: auto;
	height: 400px;
	overflow: hidden;
	text-align: center;
}
.subhdr img {
	width: 100%;
}
.body-contents {
	width: auto;
	height: auto;
	overflow: hidden;
	position: relative;
	z-index: 1;
	padding: 80px 0;
	font-size: 15px;
	color: #535051;
	text-decoration: none;
	line-height: 22px;
}
.body-contents strong {
	font-weight: 500;
	color: #000;
}
.body-contents a {
	color: #b34627;
	text-decoration: none;
}
.body-contents a:hover {
	color: #535051;
	text-decoration: underline;
}
.body-contents:before {
	content: url("images/ab-bfr-img.png");
	position: absolute;
	left: 0;
	bottom: -10px;
	z-index: -1;
}
.body-contents:after {
	content: url("images/ab-afr-img.png");
	position: absolute;
	right: 20px;
	top: 0;
	z-index: -1;
}
.grey {
	background: rgba(0, 0, 0, .05);
	padding: 30px;
	margin: 10px 0;
}
.grey p {
	margin-bottom: 0;
}
.answer {
    display:none;
	padding:13px 35px;
	background: rgba(0, 0, 0, 0);
	border:#b34627 solid 1px;
}
#faq-list {
	width: auto;
	height: auto;
	overflow: hidden;
	background: #fff;
	margin-top: 10px;
	margin-bottom: 30px;
}
#faq-list h3 {
	background: #231f20;
	padding:11px 40px 11px 30px;
	cursor:pointer;
	position:relative;
	display: block;
	font-weight: 400;
	text-transform: none;
	color: #fff;
    -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:#fff;
	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:#b34627;
	color:#fff;
}
ul.ftr-cntc.pgstyle {
	display: inline-block;
	margin-top: 15px;
}
ul.ftr-cntc.pgstyle li:hover .fa {
	background: #231f20;
	color: #fff;
}
.maps {
	width: auto;
	height: 450px;
	overflow: hidden;
}
.maps p {
	margin: 0;
	height: 100%;
}
.gallery {
	width: auto;
	height: auto;
	overflow: hidden;
	margin-top: 25px;
}
.gallery ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.gallery ul li {
	width: 24%;
	height: 260px;
	float: left;
	overflow: hidden;
	position: relative;
	margin: 0 1.2% 15px 0;
	z-index:1;
}
.gallery ul li a {
	display: block;
}
.gallery ul li:nth-child(4n) {
	margin-right:0px;
}
.gallery ul li:last-child {
	margin-right:0px;
}
.gallery ul li img {
    position:absolute;
    top: 45%;
    display: block;
    left: 50%;
    -webkit-transform: translate(-50%, -40%) scale(1.7);
    min-width: 100%;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
