@charset "utf-8";

html {
	scroll-behavior: smooth;
}

.scrollmagic-toggle-class {
	opacity: 0;
	transition: all 1s ease;
}

.scrollmagic-toggle-class.scrollmagic-active {
	transition: all 2.5s ease;
	opacity: 1;
}

img {
	max-width: 100%;
}

body {
	padding: 0px;
	margin: 0px;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	color: #3f3f3f;
	font-weight: 400;
}

a {
	color: #BB9545;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}

a:hover {
	color: #BB9545;
	text-decoration: underline;
}

hr {
	width: 100%;
	margin: 50px 0%;
	border: none;
	border-top: 1px dashed #c7c7c7 !important;
}

.pad_0 {
	padding: 0 !important;
}

.mar_0 {
	margin: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
	color: #000;
}

hr {
	width: 100%;
	margin: 50px 0%;
	border: none;
	border-top: 1px dashed #c7c7c7 !important;
}

.container {
	max-width: 1250px;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

.tables {
	margin: 10px 0px;
}

.tables td {
	padding: 3px 7px;
	border: 1px solid grey;
}

#wrap {
	float: left;
	width: 100%;
}

.page-header {
	float: left;
	width: 100%;
	margin: 0px 0px;
	padding: 0px 0px;
	border-bottom: 0;
	background-color: #fff;
	transition: all .3s ease-in-out;
}

.page-header .top_cont {
	background: #ee1c24;
	padding: 7px 0;
	text-align: center;
}

.page-header .top_cont p {
	display: inline-block;
	margin: 0 0 0 0;
	font-size: 18px;
	color: #ffffff;
	font-weight: 700;
	line-height: 28px;
}

.page-header .top_cont .read_btn {
	display: inline-block;
	padding: 6px 25px;
	margin-left: 10px;
	background: #000000;
	font-size: 18px;
	color: #ffffff;
	font-weight: 700;
	line-height: 28px;
	text-transform: uppercase;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}

.page-header .top_cont .read_btn:hover {
	background: #fff200;
	color: #002d74;
}

#header .page-header .topHeader {
	float: left;
	width: 100%;
	padding: 9px 0 8px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.page-header .logo {
	width: 403px;
}

.page-header .logo img {
	width: 100%;
	height: auto;
}

.page-header .cb_logo {
	float: left;
	width: 300px;
	padding: 10px 0;
}

.page-header .cb_logo img {
	width: 100%;
	height: auto;
}

.page-header .top_right {
	/* width: 65%; */
	display: flex;
	gap: 20px;
	justify-content: end;
}

.page-header .top_right+.top_right {
	display: none;
}

.page-header .top_right .top_row {
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: end;
	margin-bottom: 20px;
}

.page-header .top_right .top_row ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: flex;
	align-items: flex-start;
}

.page-header .top_right .top_row ul li {
	position: relative;
	display: inline-block;
	padding: 0 0px;
}

.page-header .top_right .top_row ul li:after {
	position: absolute;
	right: 0;
	top: 0;
	content: '';
	width: 1px;
	height: 100%;
	background-color: #51401C;
}

.page-header .top_right .top_row ul li:last-child:after {
	content: none;
}

.page-header .top_right .top_row ul li a {
	display: inline-block;
	margin: 0 8px;
	font-size: 14px;
	line-height: 20px;
	color: #51401C;
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out;
}

.page-header .top_right .top_row ul li:first-child a {
	margin-left: 0;
}

.page-header .top_right .top_row ul li:last-child a {
	margin-right: 0;
}

.page-header .top_right .top_row ul li a:hover {
	color: #BB9545;
	text-decoration: none;
}

.page-header .top_right .bottom_row {
	display: flex;
	gap: 20px;
	justify-content: space-between;
	align-items: center;
}

.page-header .top_right .bottom_row p {
	font-style: italic;
	font-weight: 600;
	font-size: 20px;
	line-height: 30px;
	color: #51401C;
	margin: 0;
}

.page-header .top_right .rightBtn {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.page-header .top_right .rightBtn .phoneText {
	font-size: 14px;
	color: #51401C;
	font-weight: 600;
	line-height: 20px;
	text-align: center;
}

.page-header .top_right .rightBtn a.phone {
	display: inline-block;
	width: auto;
	padding: 5px 10px;
	background: #D0A853;
	/* border-radius: 5px; */
	font-size: 14px;
	color: #ffffff;
	font-weight: 600;
	line-height: 18px;
	text-decoration: none;
	text-align: center;
	transition: all 0.3s ease-in-out;
}

.page-header .top_right .rightBtn a.phone:hover {
	background: #BB9545;
}

.page-header .top_right .rightBtn a.serviceBtn {
	display: inline-block;
	padding: 10px 10px;
	font-size: 16px;
	color: #ffffff;
	font-weight: 700;
	line-height: 20px;
	text-decoration: none;
	text-transform: uppercase;
	border: solid 1px transparent;
	background: #ff0000;
	transition: all 0.3s ease-in-out;
}

.page-header .top_right .rightBtn a.serviceBtn:hover {
	color: #ff0000;
	border-color: #ff0000;
	background-color: #ffffff;
}



.menu_box {
	background: #BB9545;
}

.menu_box ul.menu {
	display: block;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.menu_box ul.menu li {
	position: relative;
	display: inline-block;
	margin-right: 8px;
}

.menu_box ul.menu li:last-child {
	margin: 0;
}

.menu_box ul.menu li a {
	position: relative;
	display: block;
	padding: 7px 15px;
	font-size: 16px;
	color: #ffffff;
	font-weight: 600;
	line-height: 23px;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out;
}

.menu_box ul.menu li>a:not(:only-child) {
	padding-right: 27px;
}

.menu_box ul.menu li>a:not(:only-child):after {
	content: "\f35d";
	font-family: 'Material Design Icons';
	font-size: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}

.menu_box ul.menu>li>a:hover,
.menu_box ul.menu>li:hover>a,
.menu_box ul.menu>li.active>a {
	background: #E0C072;
	color: #ffffff;
}

.menu_box ul.menu>li:hover>ul.sub-menu {
	display: block;
}

.menu_box ul.menu li ul.sub-menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
	min-width: 275px;
	background-color: #BB9545;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 2;
	display: none;
}

.menu_box ul.menu li ul.sub-menu li {
	display: block;
	padding: 0;
	margin: 0;
}

.menu_box ul.menu li ul.sub-menu li a {
	display: block;
	padding: 7px 15px;
	font-size: 16px;
	color: #ffffff;
	text-transform: none;
	text-align: left;
}

.menu_box ul.menu li ul.sub-menu li a:hover,
.menu_box ul.menu li ul.sub-menu li:hover a,
.menu_box ul.menu li ul.sub-menu li.active a {
	background-color: #E0C072;
	color: #ffffff;
	text-decoration: none;
}

.menu_box ul.menu li ul li ul.sub-menu {
	top: 0;
	left: 100%;
	display: none;
}

.menu_box ul.menu>li>ul>li:hover>ul.sub-menu {
	display: block;
}

.cb-header {
	position: fixed;
	left: 0;
	visibility: hidden;
	height: 187px;
}

.header1 {
	width: 100%;
	background-color: #F9F9F9;
}

.header2 {
	float: left;
	width: 100%;
}

.page-header.top2 {
	float: left;
	width: 100%;
	height: 100px;
	box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.1) !important;
}

.page-header.top2 #slider {
	margin-top: 200px;
}

.page-header.top2 .top_right .top_menu2 {
	float: left;
	width: 100%;
	display: inline;
}

#slider {
	float: left;
	width: 100%;
	margin-top: 187px;
	position: relative;
	z-index: 0;
	overflow: hidden;
}

#slider>img {
	width: 100%;
}

#slider .container {
	display: flex;
	justify-content: center;
	margin: 0 auto;
	position: absolute;
	top: 20%;
	right: 0;
	left: 0;
	z-index: 2;
}

#slider .caption {
	max-width: 600px;
	padding: 30px;
	background: rgba(0, 0, 0, 0.50);
	border-radius: 10px;
	text-align: center;
}

#slider .caption .title {
	display: block;
	margin: 0 0 10px 0;
	font-size: 33px;
	color: #ffffff;
	font-weight: 600;
	line-height: 37px;
}

#slider .caption p {
	margin: 0 0 10px 0;
	font-size: 18px;
	color: #ffffff;
	font-weight: 400;
	line-height: 23px;
}

#slider .caption a {
	display: inline-block;
	width: auto;
	padding: 15px 20px;
	background: #D0A853;
	border-radius: 5px;
	font-size: 18px;
	color: #ffffff;
	font-weight: 600;
	line-height: 22px;
	text-decoration: none;
	text-align: center;
	transition: all 0.3s ease-in-out;
}

#slider .caption a:hover {
	background: #BB9545;
	color: #ffffff;
}

#slider .bx-wrapper {
	box-shadow: none;
	margin-bottom: 0;
	border: 0px solid #fff;
	background: #fff;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
#slider .bx-wrapper .bx-prev {
	left: 30px;
	background: url('../images/pre_arrow.png') no-repeat 0 0px;
}

#slider .bx-wrapper .bx-next {
	right: 30px;
	background: url('../images/next_arrow.png') no-repeat 0px 0px;
}

#slider .bx-wrapper .bx-controls-direction a {
	width: 50px;
	height: 50px;
}

#slider .bx-controls {
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
}

#slider .bx-wrapper .bx-pager.bx-default-pager a:hover,
#slider .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #fff200;
}

#slider .bx-wrapper .bx-pager.bx-default-pager a {
	background: #ffffff;
	width: 14px;
	height: 14px;
	border-radius: 10px;
}

#middle {
	float: left;
	width: 100%;
}

/* About Sec */
.about_sec {
	background-image: linear-gradient(180deg, rgba(164, 164, 164, 0.3) -32.52%, #FFFFFF 71.37%);
}

.about_sec .aboutInfo {
	display: flex;
	flex-wrap: wrap;
	row-gap: 30px;
	column-gap: 70px;
	align-items: flex-start;
	width: 100%;
	padding: 40px 20px;
	border-radius: 30px 30px 0px 0px;
	margin-top: -80px;
	background: #FFFFFF;
	overflow: hidden;
}

.about_sec .aboutInfo .content {
	max-width: 710px;
	width: 100%;
}

.about_sec .aboutInfo .content.more {
	max-width: 100%;
}

.about_sec .aboutInfo .content h1 {
	margin: 0 0 20px 0;
	font-size: 30px;
	color: #51401C;
	font-weight: 600;
	line-height: 35px;
}

.about_sec .aboutInfo .content h1 span {
	color: #BB9545;
}

.about_sec .aboutInfo .content h2 {
	margin: 0 0 25px 0;
	font-size: 45px;
	color: #57423F;
	font-weight: 700;
	line-height: 60px;
}

.about_sec .aboutInfo .content h2 span {
	color: #D0A853;
}

.about_sec .aboutInfo .content p {
	margin: 0 0 15px 0;
	font-size: 18px;
	color: #000000;
	font-weight: 400;
	line-height: 28px;
}

.about_sec .aboutInfo .content p:last-child {
	margin-bottom: 0;
}

.about_sec .aboutInfo .content ul {
	padding: 0;
	margin: 0 0 15px 0;
	list-style: none;
}

.about_sec .aboutInfo .content ul:last-child {
	margin-bottom: 0;
}

.about_sec .aboutInfo .content ul li {
	position: relative;
	margin-bottom: 10px;
	padding-left: 30px;
	font-size: 18px;
	color: #000000;
	font-weight: 400;
	line-height: 28px;
}

.about_sec .aboutInfo .content ul li::before {
	content: '';
	width: 20px;
	height: 20px;
	background-image: url(../images/check-icon.png);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 4px;
	left: 0;
}

.about_sec .aboutInfo .content ul li:last-child {
	margin: 0;
}

.about_sec .aboutInfo .rightForm {
	position: relative;
	max-width: 342px;
	width: 100%;
	border: 1px solid #AFAFAF;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
	border-radius: 10px;
}

.about_sec .aboutInfo .rightForm::before {
	position: absolute;
	top: 50%;
	left: 118px;
	content: "Roofing";
	font-weight: 700;
	font-size: 120px;
	line-height: 120px;
	letter-spacing: 0.07em;
	color: #E5E5E5;
	transform: translateY(-50%) rotate(90deg);
}

.about_sec .aboutInfo .rightForm h3 {
	margin: 0;
	padding: 15px;
	background-color: rgb(0 0 74 / 80%);
	border-radius: 10px 10px 0 0;
	font-size: 22px;
	color: #FFFFFF;
	font-weight: 700;
	line-height: 30px;
	text-align: center;
	position: relative;
	z-index: 1;
}

.about_sec .aboutInfo .rightForm form {
	padding: 20px;
	border-radius: 0 0 10px 10px;
	background-color: #ffffff;
	position: relative;
	z-index: 1;
}

.about_sec .aboutInfo .rightForm form .form-group:last-child {
	margin: 0;
}

.about_sec .aboutInfo .rightForm form .form-group .form-control {
	height: 40px;
	font-size: 16px;
	font-weight: 500;
	line-height: 15px;
	color: #000000;
	padding: 12px 16px;
	border-radius: 5px;
	border: 1px solid #D3D3D3;
}

.about_sec .aboutInfo .rightForm form .form-group .form-control::placeholder {
	color: #000000;
}

.about_sec .aboutInfo .rightForm form .form-group textarea.form-control {
	height: 90px;
	resize: none;
}

.about_sec .aboutInfo .rightForm form .form-group .submit_btn {
	padding: 11px 20px;
	font-size: 18px;
	line-height: 28px;
	font-weight: 600;
	border-radius: 5px;
	background-color: #D0A853;
	transition: all 0.3s ease-in-out;
}

.about_sec .aboutInfo .rightForm form .form-group .submit_btn:hover {
	background-color: #51401C;
}

/* Main Services Sec */
.mainServices {
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #FAF6EC;
}

.mainServices .servicesBox {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	row-gap: 30px;
	column-gap: 20px;
	margin-bottom: 50px;
}

.mainServices .servicesBox:nth-child(even) {
	flex-direction: row-reverse;
}

.mainServices .servicesBox:last-child {
	margin-bottom: 0;
}

.mainServices .servicesBox h2 {
	width: 100%;
	margin: 0;
	font-size: 45px;
	color: #57423F;
	font-weight: 700;
	line-height: 60px;
}

.mainServices .servicesBox h2 span {
	color: #D0A853;
}

.mainServices .servicesBox .image {
	position: relative;
	width: 45%;
	border-radius: 20px;
	overflow: hidden;
}

.mainServices .servicesBox .image img {
	width: 100%;
	height: auto;
	transition: all 0.3s ease-in-out;
}

.mainServices .servicesBox .image:hover img {
	transform: scale(1.1);
}

.mainServices .servicesBox .image h4 {
	width: 100%;
	margin: 0;
	padding: 35px 20px;
	background: linear-gradient(179.74deg, rgba(87, 66, 63, 0) 0.22%, #57423F 99.78%);
	border-radius: 0px 0px 20px 20px;
	font-size: 25px;
	color: #FFFFFF;
	font-weight: 600;
	line-height: 30px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.mainServices .servicesBox .content {
	width: calc(55% - 20px);
}

.mainServices .servicesBox .content p {
	margin: 0 0 15px 0;
	font-size: 18px;
	color: #000000;
	font-weight: 400;
	line-height: 28px;
}

.mainServices .servicesBox .content p:last-child {
	margin-bottom: 0;
}

.mainServices .servicesBox .content ul {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 20px;
	padding: 0;
	margin: 0 0 15px 0;
	list-style: none;
}

.mainServices .servicesBox .content ul:last-child {
	margin-bottom: 0;
}

.mainServices .servicesBox .content ul li {
	position: relative;
	width: calc(50% - 10px);
	padding-left: 30px;
	font-size: 18px;
	color: #000000;
	font-weight: 400;
	line-height: 28px;
}

.mainServices .servicesBox .content ul li::before {
	content: '';
	width: 20px;
	height: 20px;
	background-image: url(../images/check-icon.png);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 4px;
	left: 0;
}

.mainServices .servicesBox .content ul li:last-child {
	margin: 0;
}

.mainServices .servicesBox .content .button {
	display: inline-block;
	width: auto;
	padding: 15px 20px;
	background: #D0A853;
	border-radius: 5px;
	font-size: 18px;
	color: #ffffff;
	font-weight: 600;
	line-height: 22px;
	text-decoration: none;
	text-align: center;
	transition: all 0.3s ease-in-out;
}

.mainServices .servicesBox .content .button:hover {
	background: #BB9545;
	color: #ffffff;
}

/* Our Services Sec */
.ourServices_sec {
	padding-top: 50px;
	padding-bottom: 50px;
}

.ourServices_sec h2 {
	font-weight: 700;
	font-size: 45px;
	line-height: 60px;
	color: #57423F;
	margin: 0 0 25px 0;
	text-align: center;
}

.ourServices_sec h2 span {
	color: #D0A853;
}

.ourServices_sec p.info {
	max-width: 690px;
	width: 100%;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	text-align: center;
	color: #000000;
	margin: 0 auto 40px;
}

.ourServices_sec .row {
	margin-bottom: 30px;
}

.ourServices_sec .row:last-child {
	margin-bottom: 0;
}

.ourServices_sec .moreServicesBox {
	width: 100%;
}

.ourServices_sec .moreServicesBox .servicesImg {
	width: 100%;
	border-radius: 20px;
	margin-bottom: 15px;
	overflow: hidden;
}

.ourServices_sec .moreServicesBox .servicesImg img {
	width: 100%;
	height: auto;
	transition: all 0.3s ease-in-out;
}

.ourServices_sec .moreServicesBox .servicesImg:hover img {
	transform: scale(1.1);
}

.ourServices_sec .moreServicesBox .servicesInfo {
	width: 100%;
}

.ourServices_sec .moreServicesBox .servicesInfo h4 {
	margin: 0 0 15px 0;
	font-size: 25px;
	color: #57423F;
	font-weight: 600;
	line-height: 30px;
}

.ourServices_sec .moreServicesBox .servicesInfo p {
	margin-bottom: 15px;
	font-size: 16px;
	color: #000000;
	font-weight: 400;
	line-height: 26px;
}

.ourServices_sec .moreServicesBox .servicesInfo .readMoreBtn {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	font-weight: 600;
	font-size: 18px;
	line-height: 35px;
	color: #D0A853;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}

.ourServices_sec .moreServicesBox .servicesInfo .readMoreBtn img {
	transition: all 0.3s ease-in-out;
}

.ourServices_sec .moreServicesBox .servicesInfo .readMoreBtn:hover img {
	filter: invert(0) brightness(0);
}

.ourServices_sec .moreServicesBox .servicesInfo .readMoreBtn:hover {
	color: #000000;
}

/* CTA Section */
.ctaSection {
	padding-top: 50px;
	padding-bottom: 50px;
	background-image: url(../images/cta-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 0;
}

.ctaSection::before {
	content: "";
	background-color: rgb(0 0 74 / 80%);
	position: absolute;
	inset: 0;
	z-index: -1;
}

.ctaSection .ctaBox {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 30px;
}

.ctaSection .ctaBox .item {
	display: flex;
	flex-direction: column;
	gap: 15px;
	width: calc(33.333333% - 20px);
	padding: 20px;
	border: 1px solid #ffffff;
	border-radius: 20px;
}

.ctaSection .ctaBox .item h4 {
	margin: 0;
	font-size: 20px;
	color: #ffffff;
	font-weight: 700;
	line-height: 25px;
	text-transform: uppercase;
	text-align: center;
}

.ctaSection .ctaBox .item p {
	margin: 0;
	font-size: 16px;
	color: #ffffff;
	font-weight: 400;
	line-height: 20px;
	text-align: center;
}

.ctaSection .ctaBox .item .button {
	display: block;
	width: auto;
	margin-top: auto;
	padding: 13px 17px;
	background: #ffffff;
	border-radius: 5px;
	font-size: 18px;
	color: #000000;
	font-weight: 600;
	line-height: 22px;
	text-decoration: none;
	text-align: center;
	transition: all 0.3s ease-in-out;
}

.ctaSection .ctaBox .item .button:hover {
	background: #D0A853;
	color: #ffffff;
}

/* Our Partners Sec */
.ourPartners_sec {
	padding-top: 50px;
	padding-bottom: 50px;
	overflow: hidden;
}

.ourPartners_sec h2 {
	margin: 0 0 30px 0;
	font-size: 45px;
	color: #57423F;
	font-weight: 700;
	line-height: 60px;
}

.ourPartners_sec h2 span {
	color: #D0A853;
}

.ourPartners_sec .partners_slider .bx-wrapper {
	margin-bottom: 0;
	border: none;
	background: transparent;
	box-shadow: none;
}

.ourPartners_sec .partners_slider .our-partners {
	display: flex;
	margin: 0;
}

.ourPartners_sec .partners_slider .our-partners li {
	flex-shrink: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
	border: 1px solid #D9D9D9;
	border-radius: 10px;
}

.ourPartners_sec .partners_slider .our-partners li img {
	width: auto;
	max-height: 100px;
}

.ourPartners_sec .partners_slider .bx-wrapper .bx-pager {
	position: static;
}

/* Map Sec */
.map_sec {
	float: left;
	width: 100%;
}

.map_sec iframe {
	height: 490px;
}

/* Footer Sec */
#footer {
	float: left;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 40px;
	background: #1A1A1A;
}

#footer .contactInfo {
	display: flex;
	gap: 30px;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 40px;
}

#footer p.address,
#footer a.phone,
#footer a.email {
	position: relative;
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	/* text-transform: uppercase; */
	padding-left: 40px;
	margin: 0;
	color: #FFFFFF;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}

#footer a.phone:hover,
#footer a.email:hover {
	color: #D0A853;
}

#footer p.address::before,
#footer a.phone::before,
#footer a.email::before {
	position: absolute;
	left: 0;
	top: 5px;
	content: '';
	width: 25px;
	height: 25px;
	background-image: url(../images/location.png);
	background-repeat: no-repeat;
}

#footer a.phone::before {
	background-image: url(../images/phone.png);
}

#footer a.email::before {
	background-image: url(../images/email.png);
}

#footer .ftr_social {
	width: 100%;
	margin-bottom: 30px;
}

#footer .ftr_social ul {
	display: flex;
	gap: 20px;
	justify-content: center;
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#footer .paymentCard {
	width: 100%;
	display: flex;
	justify-content: center;
	margin-bottom: 40px;
}

#footer .copyright {
	width: 100%;
}

#footer .copyright p {
	font-size: 16px;
	line-height: 28px;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
}

#footer .copyright p:last-child {
	margin: 0;
}

#footer .copyright .footerMenu {
	display: flex;
	justify-content: center;
	padding: 0;
	margin: 0;
	list-style: none;
	margin-bottom: 10px;
}

#footer .copyright .footerMenu li a {
	position: relative;
	font-size: 16px;
	line-height: 28px;
	font-weight: 400;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0 7px;
	transition: all 0.3s ease-in-out;
}

#footer .copyright .footerMenu li a:hover {
	color: #D0A853;
}

#footer .copyright .footerMenu li a::before {
	position: absolute;
	top: 50%;
	right: -1px;
	transform: translateY(-50%);
	content: '';
	width: 2px;
	height: 60%;
	background-color: #ffffff;
}

#footer .copyright .footerMenu li:last-child a:before {
	display: none;
}

/*----------------- Inner Pages -----------------*/
.alignleft,
.alignnone {
	float: left;
	max-width: 100%;
	height: auto;
	margin: 0 50px 20px 0;
	border-radius: 20px;
}

.alignright {
	float: right;
	max-width: 100%;
	height: auto;
	margin: 0 0 20px 50px;
	border-radius: 20px;
}

.aligncenter {
	float: none;
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto 20px auto;
	border-radius: 20px;
}

#inner_banner {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 370px;
	margin-top: 187px;
	padding: 30px 0;
	background-image: url(../images/inner-banner.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 1;
}

#inner_banner::before {
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(87, 66, 63, 0.9);
	z-index: -1;
}

#inner_banner h1 {
	margin: 0;
	font-size: 45px;
	color: #ffffff;
	font-weight: 700;
	line-height: 55px;
}

#inner_banner .breadcrumb {
	padding: 0;
	margin: 12px 0 0 0;
	list-style: none;
	background-color: transparent;
	border-radius: 0px;
}

#inner_banner .breadcrumb li {
	font-size: 18px;
	color: #D0A853;
	font-weight: 400;
}

#inner_banner .breadcrumb li+li:before {
	content: "/\00a0";
	padding: 0;
}

#inner_banner .breadcrumb li a {
	color: #ffffff;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}

#inner_banner .breadcrumb li a:hover {
	color: #D0A853;
	text-decoration: none;
}

.inner_section {
	padding-top: 70px;
	padding-bottom: 70px;
}

.inner_section h2 {
	margin: 0 0 20px 0;
	font-size: 45px;
	color: #57423F;
	font-weight: 700;
	line-height: 50px;
}

.inner_section h2 span {
	color: #D0A853;
}

.inner_section h3 {
	margin: 0 0 15px 0;
	font-size: 30px;
	color: #000000;
	font-weight: 700;
	line-height: 35px;
}

.inner_section h4 {
	margin: 0 0 15px 0;
	font-size: 25px;
	color: #000000;
	font-weight: 600;
	line-height: 30px;
}

.inner_section h5 {
	margin: 0 0 15px 0;
	font-size: 20px;
	color: #000000;
	font-weight: 600;
	line-height: 25px;
}

.inner_section p {
	margin: 0 0 15px 0;
	font-size: 18px;
	color: #000000;
	font-weight: 400;
	line-height: 28px;
}

.inner_section p:last-child {
	margin-bottom: 0;
}

.inner_section ul {
	padding: 0;
	margin: 0 0 15px 0;
	list-style: none;
}

.inner_section ul:last-child {
	margin: 0;
}

.inner_section ul li {
	position: relative;
	margin-bottom: 10px;
	padding-left: 30px;
	font-size: 18px;
	color: #000000;
	font-weight: 400;
	line-height: 28px;
}

.inner_section ul li::before {
	content: '';
	width: 20px;
	height: 20px;
	background-image: url(../images/check-icon.png);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 4px;
	left: 0;
}

.inner_section ul li:last-child {
	margin: 0;
}

/*----------------- Projects Page -----------------*/
.gallrey_box {
	float: left;
	width: 100%;
	padding: 20px 0;
}

.gallrey_box a.cboxElement {
	display: block;
	height: 200px;
	margin-bottom: 30px;
	border-radius: 20px;
	overflow: hidden;
}

.gallrey_box .img_tag {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/*----------------- Contact Page -----------------*/
.contact-form {
	width: 100%;
}

.contact-form .form-group {
	margin-bottom: 20px;
}

.contact-form .form-control {
	display: block;
	width: 100%;
	height: 50px;
	font-size: 18px;
	font-weight: 400;
	color: #000000;
	border: 1px solid #D3D3D3;
	border-radius: 5px;
	padding: 10px 20px;
	margin-bottom: 15px;
	background-color: #ffffff;
}

.contact-form .form-control::placeholder {
	color: #000000;
}

.contact-form .form-group .submit_btn {
	padding: 10px 30px;
	font-size: 18px;
	line-height: 28px;
	font-weight: 600;
	border-radius: 5px;
	background-color: #D0A853;
	transition: all 0.3s ease-in-out;
}

.contact-form .form-group .submit_btn:hover {
	background: #51401C;
}

.contact-form textarea.form-control {
	height: auto;
	resize: none;
}

.contact_detail {
	padding-left: 50px;
}

.contact_detail ul {
	margin: 0;
}

.contact_detail ul li {
	padding: 0 !important;
	margin-bottom: 20px;
}

.contact_detail ul li::before {
	display: none;
}

.contact_detail ul li p {
	margin: 0;
}

.contact_detail ul li p.address,
.contact_detail ul li a.phone,
.contact_detail ul li a.email {
	position: relative;
	padding-left: 40px;
	text-decoration: none;
}

.contact_detail ul li p.address::before,
.contact_detail ul li a.phone::before,
.contact_detail ul li a.email::before {
	content: '';
	width: 25px;
	height: 25px;
	background-image: url(../images/location.png);
	background-repeat: no-repeat;
	filter: brightness(0);
	position: absolute;
	left: 0;
	top: 0;
}

.contact_detail ul li a.phone::before {
	background-image: url(../images/phone.png);
}

.contact_detail ul li a.email::before {
	background-image: url(../images/email.png);
}

/*----------------- Service Areas Page -----------------*/
ul.service-areas {
	padding: 0;
	margin: 0;
	list-style: none;
	column-count: 3;
	column-gap: 20px;
}

ul.service-areas li a {
	color: #000000;
	text-decoration: none;
}

ul.service-areas li a:hover {
	color: #D0A853;
	text-decoration: none;
}

/*----------------- Service Areas Inner Pages -----------------*/
ul.column-list {
	margin: 30px 0;
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

ul.column-list li {
	width: calc(50% - 15px);
	margin: 0;
}

ul.column-list li::before {
	top: 2px;
}

ul.column-list li h5 {
	margin-bottom: 10px;
}

.areasCtaSection {
	padding-top: 50px;
	padding-bottom: 50px;
	background-image: url(../images/cta-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 0;
}

.areasCtaSection::before {
	content: "";
	background-color: rgb(0 0 74 / 80%);
	position: absolute;
	inset: 0;
	z-index: -1;
}

.areasCtaSection .ctaBox {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 30px;
}

.areasCtaSection .ctaBox .item {
	display: flex;
	flex-direction: column;
	gap: 15px;
	width: 50%;
}

.areasCtaSection .ctaBox .item h4 {
	margin: 0;
	font-size: 35px;
	color: #ffffff;
	font-weight: 700;
	line-height: 40px;
	text-align: center;
}

.areasCtaSection .ctaBox .item p {
	margin: 0;
	font-size: 16px;
	color: #ffffff;
	font-weight: 400;
	line-height: 20px;
	text-align: center;
}

.areasCtaSection .ctaBox .item .button {
	display: block;
	width: auto;
	margin: 0 auto;
	padding: 13px 17px;
	background: #ffffff;
	border-radius: 5px;
	font-size: 18px;
	color: #000000;
	font-weight: 600;
	line-height: 22px;
	text-decoration: none;
	text-align: center;
	transition: all 0.3s ease-in-out;
}

.areasCtaSection .ctaBox .item .button:hover {
	background: #D0A853;
	color: #ffffff;
}

/*----------------- FAQs Page -----------------*/
.faqsBox {
	margin-bottom: 20px;
}

.faqsBox:last-child {
	margin-bottom: 0;
}

.faqsBox .panel {
	margin-bottom: 0;
	border-radius: 5px;
	border-color: #BB9545;
	box-shadow: none;
}

.faqsBox .panel+.panel {
	margin-top: 15px;
}

.faqsBox .panel .panel-heading {
	padding: 0;
	border-color: #BB9545;
	background-color: transparent;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	color: #57423F;
}

.faqsBox .panel .panel-heading:hover {
	color: #BB9545;
}

.faqsBox .panel .panel-heading .panel-title {
	margin: 0;
	font-size: 20px;
	color: inherit;
	font-weight: 600;
	line-height: 24px;
}

.faqsBox .panel .panel-heading .panel-title a {
	display: block;
	padding: 15px 20px;
	color: inherit;
	text-decoration: none;
}

.faqsBox .panel .panel-heading .panel-title a:hover {
	color: inherit;
}

.faqsBox .panel .panel-heading .panel-title .plus-toggle:before {
	content: "\f374";
	float: right;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 32px;
	height: 32px;
	margin: -4px -9px 0 11px;
	border: 1px solid;
	border-radius: 5px;
	font-family: "Material Design Icons";
	color: #BB9545;
	line-height: normal;
}

.faqsBox .panel .panel-heading .panel-title .plus-toggle.collapsed:before {
	content: "\f415";
	color: #BB9545;
}

.faqsBox .panel .panel-collapse .panel-body {
	padding: 15px 20px;
	border-top-color: #BB9545;
}

.faqsBox .panel .panel-collapse .panel-body p {
	margin-bottom: 15px;
}

.faqsBox .panel .panel-collapse .panel-body p:last-child {
	margin-bottom: 0;
}

.faqsBox .panel .panel-collapse .panel-body ul {
	margin-bottom: 15px;
}

.faqsBox .panel .panel-collapse .panel-body ul:last-child {
	margin-bottom: 0;
}

/*----------------- Financing Page -----------------*/
.financing_section {
	padding-top: 100px;
	padding-bottom: 100px;
}

.financing_section .alignleft {
	padding: 25px;
	border: 1px solid #D9D9D9;
	border-radius: 10px;
}

.financing_section p {
	font-size: 25px;
	line-height: 35px;
}

.financing_section .clickHere {
	display: inline-block;
	padding: 15px 20px;
	background: #D0A853;
	border-radius: 5px;
	font-size: 18px;
	color: #ffffff;
	font-weight: 600;
	line-height: 22px;
	text-decoration: none;
	text-align: center;
	transition: all 0.3s ease-in-out;
}

.financing_section .clickHere:hover {
	background: #BB9545;
}