/* CSS
Author: GILLAN E SOLUTIONS
Created:07-11-2019
*/
/*
-------------------------------------------------------------- 
BROWSER SPECIFICATION STYLES
-------------------------------------------------------------- 
*/ 

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
a:hover {
	transition: all 0.4s ease-in-out;
}
/*
-------------------------------------------------------------- 
global STYLES
-------------------------------------------------------------- 
*/
h1 {
	font-family: 'Muli-ExtraBold';
	font-size: 40px;
	color: #494c4e;
	text-transform: capitalize;
	line-height: normal;
	font-weight: 800;
	margin: 0;
}
h2 {
	position: relative;
	font-family: 'Helvetica';
	font-size: 50px;
	color: #363636;
	letter-spacing: 3px;
	font-weight: bold;
	text-transform: capitalize;
	line-height: 36px;
	margin-bottom: 16px;
}
h3 {
	font-family: 'Helvetica';
	font-size: 36px;
	color: #f16120;
	font-weight: bold;
	text-transform: capitalize;
	line-height: 40px;
	margin-bottom: 25px;
}
.orange-btn {
	display: inline-block;
	font-family: 'Muli-ExtraBold';
	background: #f16120;
	color: #ffffff;
	font-size: 14px;
	line-height: inherit;
	text-align: center;
	border-radius: 30px;
	padding: 9px 30px;
}
.orange-btn:hover {
	background: #e04700;
	color: #fff;
	text-decoration: none;
}
.padding0 {
	padding: 0 !important;
}
.alignleft {
	float: left;
	margin: 0 15px 15px 0;
}
.alignright {
	float: right;
	margin: 0 0px 15px 15px;
}
p:empty {
	display: none;
}
/*
-------------------------------------------------------------- 
header STYLES
-------------------------------------------------------------- 
*/
.header-area {
	float: left;
	width: 100%;
	position: relative;
}
.header {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 99;
}
.header-top {
	background: #f26221;
	float: left;
	width: 100%;
	text-align: center;
	font-family: sans-serif;
	font-size: 13px;
	color: #fff;
	line-height: 30px;
	padding: 6px 0 5px;
}
.header-top span {
	display: inline-block;
}
.header-top-btn {
	display: inline-block;
	background: #000;
	color: #fff;
	border-radius: 50px;
	padding: 0 20px;
	margin: 0 10px;
	text-decoration: none !important
}
.header-top-btn:hover, .header-top-btn:focus {
	background: #333;
	color: #fff;
}
.header-bottom {
	background-color: rgba(255,255,255,0.07);
	float: left;
	width: 100%;
	padding: 32px 0 31px;
}
.logo {
	float: left;
	width: 220px;
}
.logo .sticky {
	display: none;
}
.header-bottom.sticky {
	background: rgba(255,255,255,0.9);
	position: fixed;
	z-index: 1;
	padding: 6px 0 5px;
}
.header-bottom.sticky .logo img {
	display: none;
}
.header-bottom.sticky .logo .sticky {
	display: inherit;
}
.header-bottom.sticky .logo .sticky img {
	display: inherit;
}
.header-bottom.sticky .navbar-light .navbar-nav .nav-link {
	color: #000000;
}
.header-bottom.sticky .header-right {
	margin-top: 12px;
}
.header-bottom.sticky .navbar-light .navbar-nav .nav-link {
	font-size: 12px;
	padding: 0px 16px 0px;
}
.header-bottom.sticky .main-nav {
	margin-right: 0px;
}
.header-bottom.sticky .orange-btn {
	font-size: 12px;
	padding: 6px 25px;
	letter-spacing: 1px;
}
.header-right {
	float: right;
	margin-top: 10px;
}
.header.inner-header {
	position: relative;
	background: #000000;
	float: left;
	width: 100%;
}
.main-nav {
	display: inline-block;
}
.main-nav ul li a.nav-link:hover, .main-nav ul li a.nav-link:focus {
	color: #f16120 !important;
}
.main-nav ul li a.nav-link:after {
	display: block;
	content: '';
	border-bottom: solid 1px #f16120;
	transform: scaleX(0);
	transition: transform 250ms ease-in-out;
}
.main-nav ul li a.nav-link:hover:after {
	transform: scaleX(1);
}
.main-nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:after {
	display: block;
	content: '';
	border-bottom: solid 1px #f16120;
	transform: scaleX(0);
	transition: transform 250ms ease-in-out;
}
.main-nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover:after {
	transform: scaleX(1);
}
.main-nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
	text-transform: uppercase;
	padding: 0px 19px 0px;
	font-family: 'Muli-ExtraBold';
}
.main-nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover, .main-nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:focus {
	background: none;
	color: #f16120 !important;
	text-decoration: none;
}
.main-nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.orange-btn a:after {
	display: none;
}
.main-nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.orange-btn a {
	display: inline-block;
	font-family: 'Helvetica';
	background: #f16120;
	font-weight: 600 !important;
	color: #ffffff;
	font-size: 14px;
	line-height: inherit;
	text-align: center;
	border-radius: 30px;
	padding: 9px 30px;
	letter-spacing: 1px;
}
.main-nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.orange-btn a:hover, .main-nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.orange-btn a:focus {
	background: #e04700;
	color: #fff !important;
	text-decoration: none;
}
.main-nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
	background: rgba(0,0,0,0.85);
	border-top: 3px solid #f16120;
	width: 200px;
}
.main-nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
	background: none;
	font-weight: 600 !important;
	color: #ffffff;
	font-size: 14px;
	line-height: inherit;
	text-transform: uppercase;
	padding: 11px 20px;
}
.main-nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, .main-nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {
	background: #f78a2e;
	color: #fff;
}
.main-nav #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
    display: none;
}
.header-bottom.sticky .main-nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
	color: #000000;
	font-size: 12px;
	padding: 0px 16px 0px;
}
.header-bottom.sticky .main-nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.orange-btn a {
	font-size: 12px;
	color: #fff !important;
	padding: 0px 25px;
	letter-spacing: 1px;
	margin-left: 20px;
	line-height: 40px;
}
/*
-------------------------------------------------------------- 
BANNER AREA STYLES
-------------------------------------------------------------- 
*/
.banner-area video.resizelistener {
	position: relative;
}
.banner-area .html5vid:before {
	content: "";
	left: 0;
	right: 0;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.7;
	z-index: 100;
}
.banner-section {
	position: relative;
	float: left;
	width: 100%;
	background: #fff;
}
.banner-area {
	background-image: linear-gradient(180deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.7) 100%);
	background-color: rgba(255,255,255,0);
	float: left;
	width: 100%;
}
.banner-area img {
	width: 100%;
	height: 1180px;
	object-fit: cover;
}
.banner-area rs-module-wrap#rev_slider_1_1_wrapper {
	position: relative;
}
.banner-area rs-module-wrap#rev_slider_1_1_wrapper:after {
	background: rgba(0,0,0,0.7);
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 0;
}
.banner-bottom-area {
	/* display: none; */
	position: absolute;
	top: 13%;
	left: 0;
	right: 0;
	z-index: 10;
}
.banner-bottom-div {
	float: left;
	width: 100%;
	margin-bottom: 70px;
}
.banner-left-tab {
	float: left;
	width: 50%;
	font-size: 18px;
	color: #fff;
	line-height: 30px;
	font-weight: normal;
}
.banner-left-tab img {
	display: block;
	margin-bottom: 30px;
}
.banner-left-tab p {
	margin-bottom: 30px;
}
.banner-left-tab big {
	display: block;
	font-family: 'Helvetica';
	font-size: 50px;
	color: #fff;
	letter-spacing: 3px;
	font-weight: bold;
	text-transform: capitalize;
	line-height: 36px;
	margin-bottom: 30px
}
.banner-btn {
	display: block;
	margin-bottom: 20px;
}
.banner-logo {
	display: block;
}
.banner-logo ul {
	list-style: none;
	margin-bottom: 0;
}
.banner-logo ul li {
	display: inline-block;
	width: 31%;
	margin-right: 2%;
}
.banner-right-tab {
	float: left;
	width: 50%;
	background: rgba(0, 0, 0, 0.80);
	box-shadow: rgba(61, 61, 61, 0.1) 0px 25px 20px 0px;
	border-radius: 10px;
	padding: 40px;
	text-align: center;
}
.banner-right-tab h3 {
	color: #fff;
	font-size: 32px;
	font-weight: normal;
	margin-bottom: 30px;
}
.banner-right-tab p {
	margin-bottom: 40px;
}
.banner-right-tab .gform_wrapper .gfield_required {
	display: none;
}
.banner-right-tab .gform_wrapper input.large, .gform_wrapper input.medium, .gform_wrapper input.small, .gform_wrapper select.large, .gform_wrapper select.medium, .gform_wrapper select.small {
	width: 100% !important;
	font-family: 'Muli-Regular' !important;
	font-size: 16px !important;
	color: #747474;
	padding: 8px 15px !important;
	height: 48px;
	border: 0;
	border-radius: 5px;
}
.banner-right-tab .gform_wrapper textarea.medium {
	font-size: 16px !important;
	color: #747474;
	border-radius: 5px;
}
.banner-right-tab input[type=submit] {
	font-family: 'Helvetica';
	background: #f16120;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600 !important;
	outline: none;
	border: 0;
	text-align: center;
	border-radius: 30px;
	padding: 13px 29px;
}
.banner-right-tab input[type=submit]:hover, .banner-right-tab input[type=submit]:focus {
	background: #e04700;
	color: #fff;
	text-decoration: none;
}
.banner-bottom-text {
	float: left;
	width: 100%;
	text-align: center;
	font-weight: 500;
	color: #fff;
	font-size: 22px;
}
.banner-bottom-text p {
	margin-bottom: 0;
}
/*
-------------------------------------------------------------- 
CONTENT AREA STYLES
-------------------------------------------------------------- 
*/
.content-area {
	float: left;
	width: 100%;
}
/*
-------------------------------------------------------------- 
BROWN AREA STYLES
-------------------------------------------------------------- 
*/
.brown-box-area {
	background: #150802;
	float: left;
	width: 100%;
	text-align: center;
	padding: 70px 0;
}
.brown-box-area h2 {
	color: #fff;
	text-transform: capitalize;
	margin-bottom: 0;
}
/*
-------------------------------------------------------------- 
MAIN TAB AREA STYLES
-------------------------------------------------------------- 
*/
.main-tab-area {
	background: #fff;
	float: left;
	width: 100%;
}
.main-left-tab {
	background: url(../images/tab-left-bg.jpg) no-repeat top center;
	background-size: cover;
	float: left;
	width: 50%;
	text-align: center;
	background-attachment: fixed;
	min-height: 463px;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.main-left-tab h2 {
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 40px;
}
.main-left-tab ul {
	list-style: none;
	margin-bottom: 0;
}
.main-left-tab ul li {
	display: block;
	text-transform: uppercase;
	color: #fff;
	font-size: 30px;
	margin-bottom: 25px;
}
.main-right-tab {
	float: left;
	width: 50%;
	text-align: center;
	font-size: 30px;
	color: #000;
	min-height: 463px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	line-height: 50px;
}
.main-right-tab h3 {
	font-size: 30px;
}
.star-img {
	display: block;
	margin-bottom: 20px;
}
.main-right-tab .easy-t-slideshow-wrap {
	font-family: 'Muli-ExtraBold';
	font-size: 21px;
	line-height: normal;
}
/*
-------------------------------------------------------------- 
MAIN TAB AREA STYLES
-------------------------------------------------------------- 
*/
.tab-area {
	float: left;
	width: 100%;
	padding: 82px 0;
}
.tab-div-area {
	display: block;
	color: #747474;
	line-height: 38px;
	text-align: center;
}
.tab-img {
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
}
.tab-img img {
	width: 100%;
	transition: All 1s ease;
	-webkit-transition: All 1s ease;
	-moz-transition: All 1s ease;
	-o-transition: All 1s ease;
}
.tab-div-area:hover .tab-img img, .tab-div-area:focus .tab-img img {
	-webkit-filter: grayscale(100%);
	transform: rotate(0deg) scale(1.2) skew(1deg) translate(0px);
	-webkit-transform: rotate(0deg) scale(1.2) skew(1deg) translate(0px);
	-moz-transform: rotate(0deg) scale(1.2) skew(1deg) translate(0px);
	-o-transform: rotate(0deg) scale(1.2) skew(1deg) translate(0px);
	-ms-transform: rotate(0deg) scale(1.2) skew(1deg) translate(0px);
	cursor: pointer;
}
.tab-div-area h3 {
	font-size: 18px;
	color: #333333;
	line-height: 30px;
	margin-bottom: 15px;
}
.tab-div-area .orange-btn {
	border-radius: 0;
	padding: 5px 0px;
	display: block;
}
.tab-div-area:hover h3 {
	color: #f16120;
}
.tab-div-area:hover .orange-btn, .tab-div-area:focus .orange-btn {
	background: #e04700;
	color: #fff;
	text-decoration: none;
}
/*
-------------------------------------------------------------- 
MAIN TAB AREA STYLES
-------------------------------------------------------------- 
*/
.remodeling-area {
	background: url(../images/remodeling-bg.jpg) no-repeat top center;
	background-size: cover;
	position: relative;
	float: left;
	width: 100%;
	padding: 115px 0 110px;
}
.remodeling-area:before {
	background: rgba(0,0,0,0.85);
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 0;
}
.remodeling-heading-div h2 {
	color: #fff;
	font-size: 40px;
	font-family: 'Muli-Regular';
	margin-bottom: 20px;
	font-weight: bolder;
	letter-spacing: 0;
}
.remodeling-heading-div h2 span {
	display: block;
	font-weight: 600;
	font-size: 16px;
	color: #929aa3;
	text-transform: initial;
	letter-spacing: 0;
	margin-top: 10px;
}
.remodeling-div {
	display: block;
}
.remodeling-tab {
	display: block;
	line-height: 36px;
	color: #fff;
	font-size: 17px;
	font-weight: 500;
}
.remodeling-tab p {
	margin-bottom: 0;
}
.remodeling-icon-tab {
	display: block;
}
.remodeling-img-tab {
	display: table-cell;
	vertical-align: middle;
	width: 84px;
}
.remodeling-icon-tab img {
	display: table-cell;
	vertical-align: middle;
}
.remodeling-icon-tab img:hover, .remodeling-icon-tab img:focus {
	opacity: 0.6;
}
.remodeling-icon-tab h3 {
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
	display: table-cell;
	line-height: normal;
	vertical-align: middle;
	padding: 0 0 15px 20px;
}
.remodeling-icon-tab h3 a {
	color: #fff;
}
.remodeling-icon-tab h3 a:hover, .remodeling-icon-tab h3 a:focus {
	color: #f16120;
	text-decoration: none;
}
/*
-------------------------------------------------------------- 
AFFORDABLE TAB AREA STYLES
-------------------------------------------------------------- 
*/
.affordable-area {
	float: left;
	width: 100%;
	padding: 80px 0 80px;
}
.affordable-heading-div {
	display: block;
}
.affordable-heading-div h2 {
	color: #000;
	font-size: 40px;
	font-family: 'Muli-Regular';
	margin-bottom: 20px;
	font-weight: bolder;
	letter-spacing: 0;
}
.affordable-heading-div h2 span {
	display: block;
	font-weight: 600;
	font-size: 16px;
	color: #929aa3;
	text-transform: initial;
	letter-spacing: 0;
	margin-top: 10px;
}
.affordable-div {
	display: block;
	line-height: 30px;
	font-size: 17px;
	font-weight: 500;
}
.affordable-icon-tab {
	display: block;
	margin-bottom: 25px;
}
.affordable-img-tab {
	display: table-cell;
	vertical-align: middle;
}
.affordable-img-tab a:hover, .affordable-img-tab a:focus {
	opacity: 0.6;
}
.affordable-icon-tab h3 {
	font-size: 20px;
	color: #000;
	text-transform: uppercase;
	display: table-cell;
	line-height: normal;
	vertical-align: middle;
	padding: 12px 0 15px 20px;
	margin-bottom: 0;
}
.affordable-icon-tab h3 a {
	color: #000;
}
.affordable-icon-tab h3 a:hover, .affordable-icon-tab h3 a:focus {
	color: #f16120;
	text-decoration: none;
}
.affordable-area .col-lg-6:nth-child (1+2) .affordable-div {
 margin-bottom:60px;
}
/*
-------------------------------------------------------------- 
BLACK BOX AREA STYLES
-------------------------------------------------------------- 
*/
.black-box {
	background: #000;
	float: left;
	width: 100%;
	font-weight: 500;
	color: #fff;
	text-align: center;
	padding: 30px 0 50px;
}
.black-box img {
	display: block;
	margin: 0 auto;
}
.black-box h2 {
	color: #fff;
	font-size: 36px;
	font-family: 'Muli-Regular';
	margin-bottom: 20px;
	font-weight: bolder;
	letter-spacing: 0;
}
.black-box h2 a {
	color: #fff;
}
.black-box h2 a:hover, .black-box h2 a:focus {
	color: #f16120;
	text-decoration: none;
}
.black-box .orange-btn {
	text-transform: uppercase;
}
/*
-------------------------------------------------------------- 
VIDEO AREA STYLES
-------------------------------------------------------------- 
*/
.video-area {
	float: left;
	width: 100%;
	margin-bottom: -10px;
}
.video-left-tab {
	float: left;
	width: 50%;
}
.video-left-tab p {
	margin-bottom: 0;
}
.video-left-tab img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.video-right-tab {
	float: left;
	width: 50%;
	color: #929aa3;
	font-size: 16px;
	line-height: 34px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: 40px 30px 10px;
}
.video-right-tab h2 {
	color: #494c4e;
	font-size: 46px;
	margin-bottom: 20px;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: inherit;
}
.video-right-tab h2 span {
	display: block;
	font-weight: 500;
	font-size: 14px;
	color: #929aa3;
	text-transform: uppercase;
	letter-spacing: 0;
	margin-top: 20px;
}
.video-right-tab ul {
	list-style: none;
	margin-bottom: 0;
}
.video-right-tab ul li {
	display: block;
	color: #929aa3;
	font-size: 15px;
}
.video-right-tab ul li .svg-inline--fa {
	display: inline-block;
	color: #f16120;
	margin-right: 10px;
}
.gallery {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -10px;
	margin-left: -10px;
}
.gallery-item {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	min-width: 0;
	max-width: 100%;
	padding: 0px 10px;
}
.gallery-item img {
	width: 100%;
	height: auto;
}
.tub-gallery-img img {
	height: 100px;
	object-fit: cover;
}
/*
-------------------------------------------------------------- 
FOOTER AREA STYLES
-------------------------------------------------------------- 
*/
.footer {
	float: left;
	width: 100%;
}
.footer h4 {
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 30px;
	letter-spacing: 2px;
}
.footer-top {
	background: #000000;
	float: left;
	width: 100%;
	padding: 70px 0 50px;
}
.f-logo {
	display: block;
	font-size: 13px;
	color: #929aa3;
	line-height: 28px;
}
.f-logo a {
	color: #db581d;
}
.f-logo a:hover, .f-logo a:focus {
	color: #929aa3;
	text-decoration: none;
}
.f-logo img {
	margin-bottom: 20px;
}
.footer-contact-info {
	display: block;
}
.footer-contact-info ul {
	list-style: none;
	margin-bottom: 0;
}
.footer-contact-info ul li {
    display: inline-block;
    font-size: 15px;
    color: #929aa3;
    font-weight: 600;
    line-height: 30px;
    vertical-align: middle;
    margin-bottom: 10px;
    position: relative;
    width: 100%;
}
.footer-contact-info ul li span {
    position: absolute;
    left: 0;
}
.footer-contact-info ul li .list-text {
    float: left;
    width: 100%;
    padding-left: 33px;
}
.footer-contact-info ul li a {
	color: #929aa3;
}
.footer-contact-info ul li a:hover, .footer-contact-info ul li a:focus {
	color: #db581d;
	text-decoration: none;
}
.footer-contact-info ul li span {
}
.footer-contact-info ul li .svg-inline--fa {
	color: #bbcbd3;
	font-size: 17px;
	margin-right: 10px;
}
.link-info {
	display: block;
}
.link-info ul {
	list-style: none;
	margin-bottom: 0;
}
.link-info ul li {
	display: block;
	color: #f16120;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.link-info ul li svg.svg-inline--fa {
	font-size: 18px;
	margin-right: 13px;
}
.link-info ul li a {
	color: #f16120;
}
.link-info ul li a:hover, .link-info ul li a:focus {
	color: #ffF;
}
.footer-bottom {
	background: #1c1d1e;
	float: left;
	width: 100%;
	padding: 50px 0 30px;
}
.copyright {
	float: left;
	font-size: 13px;
	color: #929aa3;
	line-height: normal;
}
.copyright a {
	color: #db581d;
}
.copyright p {
	margin-bottom: 0;
}
.copyright a:hover, .copyright a:focus {
	color: #929aa3;
	text-decoration: none;
}
.footer-social-div {
	float: right;
	text-align: right;
}
.footer-social-div ul {
	list-style: none;
	margin-bottom: 0;
}
.footer-social-div ul li {
	display: inline-block;
	margin: 0 5px;
}
.footer-social-div ul li svg.svg-inline--fa {
}
.footer-social-div ul li a {
	color: #fff;
	font-size: 18px;
}
.footer-social-div ul li a:hover, .footer-social-div ul li a:focus {
	color: #db581d;
	text-decoration: none;
}
/*
-------------------------------------------------------------- 
INNER PAGE AREA STYLES
-------------------------------------------------------------- 
*/
.content-div {
	float: left;
	width: 100%;
	padding: 28px 0 66px;
	color: #929aa3;
	line-height: 2;
	font-family: 'Muli-SemiBold';
	font-weight: normal;
	min-height: 500px;
}
.content-div ul {
    list-style: none;
}
.content-div ul li {
	background:url(../images/orange-bullet.gif) no-repeat 0px 8px;
    padding-left: 28px;
    padding-bottom: 16px;
    line-height: 25.8px;	
}
.content-div.full-width-div {
	padding: 140px 0px 100px;
	font-family: 'Muli-Bold';
	font-size: 14px;
	min-height: 600px;
}
.content-div .heading-div {
	font-family: 'Muli-Bold';
	color: #f16120;
	font-size: 30px;
	line-height: 40px;
	border-bottom: 1px solid #e0dede;
	margin-bottom: 35px;
	padding-bottom: 3px;
}
.content-div h2 {
	color: #f16120;
	font-size: 30px;
	font-family: 'Muli-Bold';
	letter-spacing: 0;
	line-height: 1.5;
	margin-bottom: 27px;
}
.content-div h3 {
	font-family: 'Muli-ExtraBold';
	font-size: 21px;
	color: #000;
	text-transform: capitalize;
}
.content-div .orange-btn {
	margin-bottom: 20px;
}
.left-content-area .addtoany_content {
	display: none;
}
.expert-area {
	float: left;
	width: 100%;
	text-align: center;
	background-color: #000000;
	background-image: url(../images/shutterstock_1446004562.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 50px 0;
	color: #929aa3;
	line-height: 2;
	font-size: 16px;
	font-family: 'Muli-SemiBold';
	border-top: 32px solid #f16120;
}
.expert-area h3 {
	color: #f16120;
	font-size: 30px;
	text-transform: uppercase;
	font-family: 'Muli-Bold';
	margin-bottom: 1em;
}
.expert-area {
	float: left;
	width: 100%;
	text-align: center;
	background-color: #000000;
	background-image: url(../images/shutterstock_1446004562.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	padding: 50px 0;
	color: #929aa3;
	line-height: 2;
	font-size: 16px;
	font-family: 'Muli-SemiBold';
	border-top: 32px solid #f16120;
}
.expert-area h3 {
	color: #f16120;
	font-size: 30px;
	text-transform: uppercase;
	font-family: 'Muli-Bold';
	margin-bottom: 1em;
}
.fullslider-area {
	float: left;
	width: 100%;
	color: #fff;
	font-family: 'Raleway';
	font-weight: normal;
}
.ms-btn {
    color: #f16120 !important;
    border: 1px solid #222;
}
.msp-preset-btn-124 {
    color: #f16120 !important;
}
.ms-tabs-template .ms-thumb-frame p {
    color: #222 !important;
    font-weight: 600;
}
.ms-btn:hover {
    background: #222;
}
.ms-btn-n:hover {
    background: #585555;
}
.ms-view {
    perspective: inherit !important;
    width: 100% !important;
    left: 0 !important;
}
.ms-inner-controls-cont {
    width: 100% !important;
    max-width: 100% !important;
}
.ms-thumb-list.ms-dir-v {
    display: none;
}
.ms-parent-id-4 > .master-slider {
    background: #000000;
    margin: 0 !important;
    width: 100% !important;
}
.project-area {
	float: left;
	width: 100%;
	color: #929aa3;
	line-height: 2;
	font-size: 16px;
	font-family: 'Muli-SemiBold';
	padding: 70px 0 40px;
}
.project-area h2 {
	color: #f16120;
	font-size: 30px;
	line-height: 1.5;
	margin-bottom: 30px;
	font-family: 'Muli-Bold';
	letter-spacing: 0;
}
.project-gallery {
	display: inline-block;
	width: 100%;
	padding-top: 52px;
}
.project-area .orange-btn {
	text-transform: uppercase;
}
.value-tabs-area {
	float: left;
	width: 100%;
	text-align: center;
	padding: 60px 0 180px;
	background: #f8f8f8;
}
.value-tabs-area h2 {
	color: #f16120;
	font-size: 30px;
	line-height: 1.5;
	margin-bottom: 40px;
	font-family: 'Muli-Bold';
	letter-spacing: 0;
}
.value-tab-div {
	display: inline-block;
	width: 100%;
	color: #747474;
	line-height: 1.9;
	font-family: 'Muli-SemiBold';
	padding: 0px 9px;
}
.value-tab-div h3 {
	color: #333333;
	font-size: 18px;
	line-height: 1.28;
	font-family: 'Muli-Bold';
}
.value-tab-div img {
	margin-bottom: 20px;
	width: 100%;
}
.value-tab-div .more-btn {
	display: inline-block;
	width: 100%;
	background: #f16120;
	color: #fff;
	padding: 6px 0 11px;
	line-height: normal;
}
.value-tab-div:hover .more-btn {
	background: #e04700;
	color: #fff;
	transition: all 0.5s;
}
.value-tab-div:hover h3 {
	color: #f16120;
	transition: all 0.5s;
}
.best-pro-area {
	float: left;
	width: 100%;
	background: #000;
}
.best-pro-img {
	float: left;
	width: 60%;
}
.best-pro-img img {
    width: 100%;
    height: 362px;
    object-fit: cover;
	object-position: top;
}
.best-pro-text {
	float: left;
	width: 40%;
	margin-top: -58px;
	position: relative;
}
.best-pro-text:before {
    position: absolute;
    content: '';
    background: #000;
    width: 146%;
    height: 100%;
    left: -46%;
    clip-path: polygon(11% 0, 100% 0%, 100% 100%, 27% 100%);
}
.best-pro-text-div h2 {
	color: #f16120;
	font-size: 30px;
	line-height: 1.5;
	margin-bottom: 30px;
	font-family: 'Muli-Bold';
	letter-spacing: 0;
}
.best-pro-text-div ul {
	list-style: none;
	margin:0;
}
.best-pro-text-div ul li {
	font-size: 13px;
	line-height: 22.1px;
	color: #929aa3;
	margin-bottom: 15px;
	display: inline-block;
	width: 100%;
}
.best-pro-text-div {
	position: relative;
	z-index: 10;
	padding: 17px 25% 0px 58px;
}
.icon-wrapper {
	float: left;
	background-color: #f16120;
	font-size: 11.44px;
	border-radius: 50%;
	height: 22.1px;
	width: 22.1px;
	text-align: center;
	margin-top: 3px;
}
.best-pro-text-div .item-list {
	width: 91%;
	float: right;
}
.local-company-area {
	position: relative;
	float: left;
	width: 100%;
	font-size: 40px;
	line-height: 1.4;
	color: rgb(255, 255, 255);
	background-size: cover !important;
	padding: 100px 0px 75px;
	text-align: center;
}
.local-company-area:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #000;
	opacity: 0.69;
}
.local-company-div {
	position: relative;
	z-index: 10;
}
.contact-top-text {
	float: left;
	width: 100%;
	font-family: 'Muli-SemiBold';
	padding: 85px 0 100px;
	color: #929aa3;
	font-size: 21px;
	line-height: 2;
}
.contact-top-text h2 {
	font-family: 'Muli-ExtraBold';
	font-size: 40px;
	color: #494c4e;
	text-transform: none;
	letter-spacing: 0;
	line-height: 1.5;
}
.contact-form-section {
	float: left;
	width: 100%;
	position: relative;
}
.contact-form-area {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 20;
}
.contact-form {
	background: #fff;
	color: #929aa3;
	line-height: 2;
	font-family: 'Muli-SemiBold';
	padding: 50px 60px 80px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.contact-sidebar {
	display: inline-block;
	width: 100%;
	font-size: 15px;
	letter-spacing: 2px;
	line-height: 15px;
	font-family: 'Muli-Bold';
}
.contact-sidebar .big-text {
	font-size: 40px;
}
.contact-sidebar a {
	color: #f16120;
	font-size: 26px;
	letter-spacing: 0;
}
.contact-sidebar h4 {
	color: rgb(73, 76, 78);
	font-size: 30px;
	line-height: 1.5;
	letter-spacing: 0;
	margin-bottom: 22px;
}
.contact-sidebar hr {
	border: 2px solid #dadfe2;
	margin: 52px 0 45px;
}
.roofing-page .banner-left-tab big {
	line-height: 1.5;
}
.roofing-page .banner-right-tab h3 {
	color: #f16120;
}
.contact-testimonials-area {
	float: left;
	width: 100%;
	background: url(../images/2463576-scaled.jpg) no-repeat center center;
	background-size: cover;
	padding: 100px 0 100px;
	text-align: center;
}
.contact-testimonials-div {
	display: inline-block;
	width: 100%;
	padding: 0px 18%;
	font-size: 21px;
	color: #929aa3;
	font-family: 'Muli-SemiBold';
	line-height: 2;
}
.contact-testimonials-div h2 {
	font-family: 'Muli-ExtraBold';
	font-size: 40px;
	color: #494c4e;
	letter-spacing: 0;
}
.contact-testimonials-div .easy-t-slideshow-wrap {
	color: #929aa3;
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 2px;
}
.contact-testimonials-div .easy-t-slideshow-wrap .testimonial-client {
	font-family: 'Muli-Bold';
	font-style: normal;
}
.contact-testimonials-div .easy-t-cycle-pager span {
	width: 12px;
	height: 12px;
	line-height: 32px;
	color: #ddd;
	border: 1px solid #929aa3;
	border-radius: 20px;
	line-height: normal;
	font-size: 0;
	margin: 0px 4px;
}
.contact-testimonials-div .easy-t-cycle-pager span.cycle-pager-active, .contact-testimonials-div .easy-t-cycle-pager span:hover {
	background: #929aa3;
	transition: all 0.4s ease-in-out;
}
.contact-form-section rs-module-wrap rs-module {
	position: relative;
}
.contact-form-section rs-module-wrap rs-module:before {
	background: rgba(0,0,0,0.7);
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 99;
}
.inner-tab-area {
    text-align: center;
    display: inline-block;
    width: 100%;
}
.inner-tab-div {
    display: inline-block;
    width: 33%;
    text-align: center;
    padding: 0px 20px;
    margin-bottom: 50px;
}
.inner-tab-div img {
	width: 100%;
	margin-bottom: 15px;
}
.inner-tab-div h3 {
	color: #333333;
}
.inner-tab-div:hover h3 {
	color: #e04700;
}
.inner-tab-div .orange-btn {
	text-transform: uppercase;
}
.inner-tab-div:hover .orange-btn {
	background: #e04700;
}
/*
-------------------------------------------------------------- 
CONTACT FORM AREA STYLES
-------------------------------------------------------------- 
*/
.form-div .gform_wrapper {
	margin: 0;
}
.form-div .gform_wrapper ul.gform_fields li.gfield {
	background: none;
	padding-right: 17px;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 20px;
	padding-bottom: 0;
}
.form-div .gform_wrapper ul.gform_fields li.gfield.col-md-6 {
	width: 50%;
	float: left;
}
.form-div .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
	max-width: calc(50% - 0px)!important;
	padding-top: 0px;
	padding-bottom: 0;
	padding-right: 17px !important;
}
.form-div .gform_wrapper .top_label div.ginput_container {
	margin-top: 0px !important;
}
.form-div .gform_wrapper ul li.gfield {
	clear: inherit;
}
.form-div .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .form-div .one-half .medium.gfield_select, .form-div .gform_wrapper input.large, .form-div .gform_wrapper input.medium, .form-div .gform_wrapper input.small, .form-div .gform_wrapper select.large, .form-div .gform_wrapper select.medium, .form-div .gform_wrapper select.small, .form-div .gform_wrapper.gf_browser_chrome .ginput_complex .ginput_right select, .gform_wrapper.gf_browser_chrome .ginput_complex select {
	width: 100% !important;
	font-family: 'Muli-Regular';
	height: 50px;
	background: #f7f7f7;
	font-size: 13px !important;
	color: #aaa9a9;
	border: 1px solid #d8d8d8 !important;
	border-radius: 4px;
	padding: 4px 15px;
	letter-spacing: 0px;
	outline: none;
}
.form-div .gform_wrapper ul.gfield_checkbox li, .gform_wrapper ul.gfield_radio li {
	background: none;
}
.form-div .gform_wrapper.gform_validation_error .top_label input.medium, .form-div .gform_wrapper.gform_validation_error .top_label select.medium {
	width: 100%;
}
.form-div .gform_wrapper textarea {
	font-family: 'Muli-Regular';
	font-size: 13px !important;
	background: #f7f7f7;
	color: #aaa9a9;
	border: 1px solid #d8d8d8 !important;
	outline: none;
	padding: 6px 15px;
	height: 140px !important;
	letter-spacing: 0px;
	border-radius: 4px;
}
.form-div .gform_wrapper div.validation_error {
	display: none;
}
.form-div .gform_wrapper li.gfield.gfield_error, .form-div .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	background-color: inherit;
	border: 0px;
	width: 100%;
	padding-right: 0px !important;
}
.form-div .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, .form-div .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
	margin-top: 0px;
}
.form-div .gform_wrapper .validation_message {
	padding-top: 0px !important;
	line-height: normal;
	margin-bottom: 4px;
}
.form-div .gform_wrapper .validation_message {
	color: #d06161;
}
.form-div .gform_wrapper.gf_browser_chrome .ginput_complex .ginput_right select, .form-div .gform_wrapper.gf_browser_chrome .ginput_complex select {
	outline: none;
	margin-top: 0px;
}
.form-div .careers-form .gform_wrapper li.gfield.gfield_error, .form-div .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	width: 100%;
}
.form-div .careers-form .gform_wrapper .gfield_error .gfield_label {
	color: #000000;
}
.form-div .careers-form .gform_wrapper li.gfield_error div.ginput_complex.ginput_container label, .form-div .careers-form .gform_wrapper li.gfield_error ul.gfield_checkbox, .form-div .careers-form .gform_wrapper li.gfield_error ul.gfield_radio {
	color: #000000;
}
.form-div .gform_wrapper .top_label .gfield_label {
}
.form-div .gform_wrapper .top_label .gfield_label span {
	color: #000;
	display: none;
}
.form-div .gform_wrapper .percentbar_blue {
	background-color: #d9293e;
}
.form-div .gform_wrapper .gform_footer input.button, .form-div .gform_wrapper .gform_footer input[type=submit], .form-div .gform_wrapper .gform_page_footer input.button, .form-div .gform_wrapper .gform_page_footer input[type=submit] {
	font-family: 'Muli-ExtraBold';
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	background: #f16120;
	border: 0;
	padding: 11px 50px;
	display: inline-block;
	outline: none;
	border-radius: 0px;
	transition: all 0.5s;
	margin-right: 0px;
	line-height: normal;
}
.form-div .gform_wrapper .gform_footer input.button:hover, .form-div .gform_wrapper .gform_footer input[type=submit]:hover, .form-div .gform_wrapper .gform_page_footer input.button:hover, .form-div .gform_wrapper .gform_page_footer input[type=submit]:hover {
	background: #e04700;
	color: #fff;
	text-decoration: none;
}
.form-div .gform_wrapper .gform_footer {
	padding: 0;
	margin: 0;
}
.form-div input::-webkit-input-placeholder {
 color:#000;
}
.form-div input::-moz-placeholder {
 color:#000;
}
.form-div input:-ms-input-placeholder {
 color: #000;
}
.form-div textarea::-webkit-input-placeholder {
 color:#000;
}
.form-div textarea::-moz-placeholder {
 color:#000;
}
.form-div textarea:-ms-input-placeholder {
 color: #000;
}
.form-div.sidebar-form-div .gform_wrapper ul.gform_fields li.gfield {
	padding-right: 0 !important;
}
.form-div .gform_wrapper .top_label #field_2_12 .gfield_label {
	display: block;
}
/*
-------------------------------------------------------------- 
INNER PAGE Sidebar AREA STYLES
-------------------------------------------------------------- 
*/
.right-sidebar {
	display: inline-block;
	width: 100%;
	padding-left: 20px;
}
.form-sidebar-div {
	display: inline-block;
	background-color: rgba(0, 0, 0, 0.86);
	border: 5px solid rgb(198, 198, 198);
	overflow: hidden;
	box-shadow: rgba(61, 61, 61, 0.1) 0px 25px 20px 0px;
	padding: 40px;
	border-radius: 10px;
	text-align: center;
	width: 100%;
	background-image: url(../images/shower.jpg);
	background-position: center center;
	background-blend-mode: soft-light;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 23px;
}
.form-sidebar-div .form-div .gform_wrapper ul.gform_fields li.gfield, .banner-section .banner-right-tab .gform_wrapper ul.gform_fields li.gfield {
	padding-right: 0;
}
.form-sidebar-div .form-div .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half), .banner-section .banner-right-tab .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
	max-width: calc(100% - 0px)!important;
	padding-right: 0px !important;
}
.sidebar-logos {
	display: inline-block;
	width: 100%;
	margin-top: 50px;
}
.sidebar-logos ul {
	list-style: none;
	margin: 0;
}
.sidebar-logos ul li {
	padding: 0;
	margin: 0;
	background: none;
	display: inline-block;
	width: 30%;
}
.sidebar-logos ul li img {
	padding: 8px 5px;
}
.serve-area {
	display: inline-block;
	width: 100%;
	border: 1px solid rgb(0, 0, 0);
	border-radius: 10px;
	padding: 30px;
	margin-bottom: 23px;
}
.serve-heading {
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
}
.side-area-img {
	display: inline-block;
	width: 20%;
	margin-top: 13px;
}
.side-area-top-text {
	display: inline-block;
	width: 79%;
	vertical-align: top;
	padding-left: 25px;
}
.serve-area h4 {
	color: #000000;
	font-size: 21px;
	font-family: 'Muli-ExtraBold';
	margin-bottom: 16px;
}
.serve-area ul {
	list-style: none;
	margin: 0;
	padding: 0px 30px;
}
.serve-area ul li {
	display: inline-block;
	width: 49%;
	font-size: 12px;
	line-height: 20.4px;
	padding: 0;
	margin: 0;
	background: none;
	text-transform: capitalize;
}
.serve-area ul li a {
	color: #f16120;
	padding-left: 13px;
}
.serve-area ul li a:hover {
	color: #f16120;
}
.expert-div {
	display: inline-block;
	width: 100%;
	background-color: rgb(0, 0, 0);
	border: 1px solid rgb(0, 0, 0);
	border-radius: 10px;
	padding: 30px 5px;
	text-align: center;
}
.expert-div h3 {
	color: #f16120;
	font-size: 30px;
	font-family: 'Muli-Bold';
	padding: 0px 80px;
	margin-bottom: 40px;
}
.expert-div ul {
	list-style: none;
	margin: 0;
}
.expert-div ul li {
	width: 28%;
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	line-height: 1.36;
	color: #fff;
	font-family: "Antic Slab";
	padding: 0;
	margin: 0;
	background: none;
	margin-right: 4%;
}
.expert-div ul li img {
	margin-bottom: 18px;
	padding: 0px 17px;
}
.expert-div ul li:last-child {
	margin-right: 0;
}
.form-div .gform_wrapper .gform_footer input.button, .form-div .gform_wrapper .gform_footer input[type=submit], .form-div .gform_wrapper .gform_page_footer input.button, .form-div .gform_wrapper .gform_page_footer input[type=submit] {
	padding: 14px 29px 12px;
	line-height: 17px;
	font-size: 14px;
	width: auto;
	font-family: 'Muli-ExtraBold';
	border-radius: 25px;
	text-transform: uppercase;
	border: 0;
	background: #f16120;
	color: #ffffff;
	transition: all 0.5s;
	outline: none;
}
.form-div .gform_wrapper .gform_footer input.button:hover, .form-div .gform_wrapper .gform_footer input[type=submit]:hover, .form-div .gform_wrapper .gform_page_footer input.button:hover, .form-div .gform_wrapper .gform_page_footer input[type=submit]:hover {
	background: #e04700;
	color: #fff;
	text-decoration: none;
}
.form-div .gform_wrapper .gform_footer {
	padding: 0;
}
.blog-tab {
	display: block;
	margin-bottom: 35px;
	border-bottom: 1px solid #cacaca61;
	padding-bottom: 35px;
}
.blog-tab img {
	width: 100%;
}
.blog-tab:last-child {
	border-bottom: 0;
	margin-bottom: 0;
}
.bolg-text-area h3 {
	margin-bottom: 17px;
	line-height: normal;
}
.bolg-text-area a:hover {
	color: #f16120;
}
.sidebar-div {
	display: inline-block;
	width: 100%;
	background-color: rgb(0, 0, 0);
	border: 1px solid rgb(0, 0, 0);
	border-radius: 10px;
	padding: 20px;
	margin-bottom: 30px;
}
.sidebar-div ul {
	list-style: none;
	margin: 0;
}
.sidebar-div ul li {
    background: none;
    padding: 0;
}
.sidebar-div ul li a {
	color: #929aa3;
	border-bottom: 1px solid #272727;
	display: inline-block;
	width: 100%;
	padding: 12px 5px;
}
.sidebar-div ul li a:hover {
    color: #f16120;
}
.sidebar-div h4 {
	color: #f16120;
	font-size: 25px;
	font-family: 'Muli-Bold';
	line-height: normal;
}
.sidebar-div ul li:last-child a {
	border: 0;
	padding-bottom: 0;
}
.post-img-tab {
    text-align: center;
}
.abh_box ul.abh_tabs li {
    background: none;
}
.abh_tab_content .abh_text ul li {
    background: url(../images/orange-bullet.gif) no-repeat 0px 5px;
}
@media only screen and (max-width: 3000px) and (min-width: 2101px)  {
.best-pro-text::before {
    clip-path: polygon(10% 0, 100% 0%, 100% 100%, 22% 100%);
}
.best-pro-img img {
    height: 300px;
}
}
@media only screen and (max-width: 2100px) and (min-width: 1680px)  {
.best-pro-img img {
    height: 303px;
}
.best-pro-text-div ul li:last-child {
    margin-bottom: 0px;
}
.best-pro-text::before {
    clip-path: polygon(11% 0, 100% 0%, 100% 100%, 24% 100%);
}
}
@media only screen and (max-width:1525px) {
.best-pro-text-div {
    padding: 17px 23% 0px 17px;
}
.best-pro-img img {
    height: 296px;
}
}
@media only screen and (max-width:1502px) {
.best-pro-img img {
    height: 396px;
}
.best-pro-text::before {
    clip-path: polygon(10% 0, 100% 0%, 100% 100%, 29% 100%);
}
}
@media only screen and (max-width:1306px) {
.best-pro-img img {
    height: auto;
	min-height:406px;
}
.best-pro-text::before {
    clip-path: polygon(10.5% 0, 100% 0%, 100% 100%, 29% 100%);
}
.inner-tab-div {
    width: 32%;
}
}
@media only screen and (max-width:1076px) {
h2 {
	font-size: 43px;
}
h3 {
	line-height: 34px;
}
.header-bottom {
	padding: 22px 0 21px;
}
.logo {
	width: 200px;
}
.main-nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
	padding: 0px 9px 0px;
	font-size: 13px;
}
.banner-left-tab big {
	font-size: 40px;
	letter-spacing: 0px;
	line-height: 45px;
	margin-bottom: 10px;
}
.main-nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.orange-btn a {
	font-size: 11px !important;
	padding: 10px 20px !important;
}
.header-bottom.sticky .main-nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.orange-btn a {
	padding: 0px 20px !important;
	margin-left: 10px;
}
.banner-left-tab {
	font-size: 17px;
	line-height: 25px;
}
.banner-bottom-area {
	top: 10%;
}
.banner-right-tab {
	padding: 30px;
}
.banner-right-tab h3 {
	margin-bottom: 10px;
}
.banner-right-tab .gform_wrapper {
	margin-bottom: 0px;
}
.banner-right-tab p {
	margin-bottom: 30px;
}
.banner-bottom-div {
	margin-bottom: 15px;
}
.banner-bottom-text {
	font-size: 19px;
}
.banner-right-tab .gform_wrapper input.large, .gform_wrapper input.medium, .gform_wrapper input.small, .gform_wrapper select.large, .gform_wrapper select.medium, .gform_wrapper select.small {
	height: 40px;
}
.banner-right-tab .gform_wrapper .gform_footer {
	padding: 0px 0 10px 0;
}
.banner-left-tab p {
	margin-bottom: 20px;
}
.banner-left-tab img {
	margin-bottom: 10px;
}
.brown-box-area {
	padding: 55px 0;
}
.main-right-tab {
	font-size: 25px;
	line-height: 31px;
	padding: 5px;
}
.tab-div-area h3 {
	font-size: 15px;
	line-height: 23px;
}
.tab-div-area {
	line-height: 28px;
}
.value-tab-div {
    padding: 0px 4px;
}
.video-right-tab {
	padding: 40px 30px 20px;
}
.video-right-tab h2 {
	font-size: 37px;
}
.footer-contact-info ul li {
	font-size: 14px;
}
.best-pro-text-div {
	padding: 50px 10% 0px 10px;
}
.expert-area {
	background-size: cover;
}
.contact-sidebar .big-text {
	font-size: 25px;
}
.contact-sidebar a {
	font-size: 19px;
}
.contact-sidebar h4 {
	font-size: 25px;
	line-height: 1.3;
	margin-bottom: 14px;
}
.contact-form {
	padding: 40px 40px 30px;
}
.contact-testimonials-div {
	padding: 0px 11%;
}
.video-right-tab h2 {
    font-size: 40px;
}
.best-pro-img img {
    min-height: 439px;
}
}
@media (max-width: 991px) {
h1 {
	font-size: 32px;
	margin-bottom: 5px;
}
.content-div h2 {
	font-size: 27px;
}
.content-div .heading-div {
	font-size: 24px;
	line-height: 28px;
}
.right-sidebar {
	margin-top: 20px;
	padding-left: 0;
}
.dwpb-content {
	width: 67%;
	text-align: left;
	line-height: normal;
	vertical-align: top;
	margin-right: 1%;
}
.banner-bottom-area {
	position: relative;
	background: #242424;
	float: left;
	width: 100%;
	top: inherit;
	padding: 50px 0;
}
.logo {
	position: absolute;
	z-index: 10;
}
.header-right {
	width: 100%;
}
.main-nav {
	width: 100%;
}
.main-nav #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {
	background: #242424f2;
	margin-top: 6px;
}
.main-nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link, .main-nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
	padding: 14px 21px;
	font-size: 13px;
	border-bottom: 1px solid #09090940;
	line-height: normal;
	height: auto;
}
.main-nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, .main-nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, .main-nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
	border-bottom: 1px solid #09090940;
}
.main-nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover {
	background: #f16120;
	color: #fff !important;
}
.main-nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover:after {
	transform: scaleX(0);
}
.main-nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
	width: 100%;
}
.main-nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.orange-btn a {
	font-size: 14px !important;
	padding: 13px 21px !important;
	width: 100%;
	border-radius: 0;
	text-align: left;
	letter-spacing: 0;
}
.header-bottom.sticky .main-nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.orange-btn a {
	margin-left: 0;
}
.header-bottom.sticky .main-nav #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
	color: #fff;
	font-size: 12px;
	padding: 10px 16px;
}
.header-bottom.sticky .main-nav #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-label, .header-bottom.sticky .main-nav #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1::after {
	color: #000;
}
.tab-div-area {
	margin-bottom: 40px;
}
.tab-area {
	padding: 82px 0 40px;
}
.remodeling-tab {
	margin-bottom: 50px;
}
.footer-top {
	padding: 70px 0 10px;
}
.container{
    max-width: inherit !important;
}
.value-tab-div {
    padding: 0px 8px;
    line-height: normal;
}
.best-pro-text {
    margin-top: -27px;
}
.local-company-area {
    font-size: 34px;
    padding-left:20px;
	    padding-right:20px;
}
.footer-contact-info ul li .list-text br:nth-child(2) {display: none;}

.footer-top .col-md-6 {
    max-width: 27%;
	margin-bottom: 40px;
}

.widget_text.link-info.col-sm-6.col-lg-3.col-md-6 {
    max-width: 19%;
}
.video-right-tab h2 {
	font-size: 31px;
}
.affordable-icon-tab {
	margin-bottom: 10px;
}
.affordable-div {
	margin-bottom: 40px;
}
.affordable-area {
	padding: 70px 0 40px;
}
.inner-tab-div {
	padding: 0px 10px;
}
.project-area .col-md-4, .project-area .col-md-8 {
	max-width: 100%;
	flex: 100%;
}
.project-area h2 {
	margin-bottom: 14px;
}
.best-pro-img img {
	min-height: 472px;
	object-fit: cover;
}
.best-pro-text-div h2 {
	font-size: 27px;
	line-height: 1.2;
	margin-bottom: 21px;
}
.best-pro-text::before {
	height: 108%;
}
.contact-top-text {
	padding: 70px 0 80px;
	font-size: 18px;
	line-height: 1.5;
}
.contact-top-text h2 {
	font-size: 31px;
	line-height: 1.3;
}
.contact-form-section rs-fullwidth-wrap {
	display: none !important;
}
.contact-form-area {
	position: relative;
}
.contact-form-section {
	background: #000;
	padding-bottom: 40px;
}
.contact-sidebar hr {
	border: 2px solid #dadfe2;
	margin: 28px 0 17px;
}
.contact-testimonials-div {
	padding: 0px 5%;
}
.form-div .gform_wrapper ul.gform_fields li.gfield.gfield_error + li.gfield.gfield_error {
	margin-top: 0px;
}
.serve-area ul li {
    width: 32%;
}

}
@media (max-width: 767px) {
.video-left-tab {
	width: 100%;
}
.best-pro-img {
	width: 100%;
}

.contact-testimonials-div {
	padding: 0px;
}
.best-pro-text::before {
	display: none;
}
.best-pro-img img {
	min-height: auto;
}
.video-right-tab {
	width: 100%;
	padding: 60px 30px;
}
body.dwpb-push-page.dwpb-open #dwpb {
	padding: 5px 20px;
}
.dwpb-inner .dwpb-content {
	float: left;
}
#dwpb .dwpb-button {
	float: right;
	margin-right: 31px;
}
.banner-left-tab big {
    font-size: 26px;
}
.roofing-page .banner-right-tab h3 {
    font-size: 24px;
    line-height: normal;
}
h2 {
	font-size: 35px;
}
.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="image"]):not([type="file"]) {
	line-height: normal !important;
	min-height: inherit !important;
	width: auto;
}
.main-left-tab {
	width: 100%;
	min-height: auto;
	padding: 50px 30px 30px;
}
.main-right-tab {
	padding: 55px 15px 10px;
	min-height: auto;
	width: 100%;
	background: #f4f4f4;

}
.tab-div-area h3 {
	font-size: 18px;
	line-height: 27px;
}

.remodeling-area {
	padding: 75px 0 40px;
}
.affordable-heading-div h2, .remodeling-heading-div h2 {
	font-size: 33px;
}
.footer-top .col-md-6 {
	text-align: center;
}
.footer-top .col-md-6:nth-child(1) {
    max-width: 80%;
    margin: 0 auto 30px;
}
.widget_text.link-info.col-sm-6.col-lg-3.col-md-6 {
    max-width: 33%;
}
.footer-top .col-md-6 {
    max-width: 33%;
}
.footer-contact-info ul li .list-text br {
    display: none;
}

.copyright {
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}
.footer-social-div {
	text-align: center;
	width: 100%;
}
.footer-bottom {
	padding: 40px 0 25px;
}
.value-tab-div {
	margin-bottom: 55px;
}
.value-tabs-area {
	padding: 60px 0 30px;
}
.value-tabs-area .col-md-4 {
    max-width: 50%;
}
.best-pro-text {
	width: 100%;
	min-height: auto;
	margin-top: 0;
}
.best-pro-text-div {
	padding: 50px 20px 30px;
}
.best-pro-text-div h2 {
	text-align: center;
	margin-bottom: 30px;
}
.local-company-area {
	font-size: 28px;
	padding: 80px 0px 55px;
}
.blog-img-area {
    margin-bottom: 20px;
}
.link-info ul {
    display: inline-block;
}
.link-info ul li {
    text-align: left;
}
.footer-contact-info ul {
    display: inline-block;
}
.footer-contact-info ul li {
    text-align: left;
    display: block;
    clear: both;
}
.footer-contact-info ul li span {
    position: relative;
    float: left;
    width: 18%;
}
.footer-contact-info ul li .list-text {
    float: right;
    width: 81%;
    padding-left: 0;
	margin-bottom: 10px;
}

}
@media (max-width: 640px) {
.banner-left-tab {
	width: 100%;
}
.banner-right-tab {
	width: 100%;
	margin-top: 30px;
}
.dwpb-inner .dwpb-content {
	width: 64%;
}
.banner-left-tab img {
     margin: 0 auto;
}
.footer-contact-info ul li {
    font-size: 13px;
}
.value-tab-div {
    padding: 0px 3px;
}
}
@media (max-width: 600px) {
#dwpb .dwpb-button {
	margin-right: 3%;
	width: 26%;
	padding: 3px 3px;
	font-size: 12px;
}
.inner-tab-div {
    width: 100%;
}
.serve-area ul li {
    width: 49%;
}
}
@media (max-width: 480px) {
h2 {
	font-size: 29px;
}
.brown-box-area {
	padding: 35px 0;
}
.main-left-tab ul li {
	font-size: 24px;
}
.affordable-heading-div h2, .remodeling-heading-div h2 {
	font-size: 29px;
}
.remodeling-icon-tab h3 {
	font-size: 18px;
	padding: 0 0 15px 14px;
}
.black-box h2 {
	font-size: 30px;
}
.video-right-tab {
	padding: 40px 15px;
}
.value-tabs-area .col-md-4 {
    max-width: 100%;
}
.expert-div h3 {
	font-size: 26px;
	padding: 0px 15px;
}
.serve-area ul {
	padding: 0;
}
.content-div h2 {
	font-size: 23px;
}
.content-div .heading-div {
	font-size: 22px;
	line-height: 25px;
}
.gallery-item {
	padding: 0px 5px;
}
.contact-top-text h2 {
	font-size: 24px;
}
.contact-top-text {
	font-size: 17px;
}
.form-div .gform_wrapper ul.gform_fields li.gfield.col-md-6 {
	width: 100%;
}
.form-div .gform_wrapper ul.gform_fields li.gfield {
	padding-right: 0px;
}
.form-div .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
	max-width: calc(100% - 0px) !important;
	padding-right: 0px !important;
}
.contact-testimonials-div h2 {
	font-size: 31px;
}
.contact-testimonials-div {
	font-size: 18px;
	line-height: 1.5;
}
.contact-testimonials-div .easy-t-slideshow-wrap {
	font-size: 16px;
	line-height: 25px;
	letter-spacing: 1px;
}
.widget_text.link-info.col-sm-6.col-lg-3.col-md-6 {
    max-width: 50%;
}
.footer-top .col-md-6 {
    max-width: 50%;
}
}
@media (max-width: 450px) {
h1 {
	font-size: 27px;
}
.form-sidebar-div {
	padding: 30px 17px;
}
.gallery-item {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	max-width: 50%;
}
.value-tabs-area h2 {
	font-size: 26px;
	line-height: 1.2;
}
.expert-area h3 {
	font-size: 25px;
}
.roofing-page .banner-left-tab big {
	line-height: 1.3;
	font-size: 25px;
}
.best-pro-text-div h2 {
	font-size: 25px;
}
.local-company-area {
	font-size: 24px;
}
.content-div .heading-div {
	font-size: 20px;
	line-height: 23px;
}
.banner-right-tab h3 {
	font-size: 23px;
}
.dwpb-inner {
	text-align: center;
}
#dwpb .dwpb-button {
	background-color: #0a0a0a;
	float: none;
	display: inline-block;
	padding: 2px 17px;
	margin-right: 0;
	margin-top: 7px;
	width: auto;
}
.dwpb-inner .dwpb-content {
	width: 93%;
	text-align: center;
}
.main-nav #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-label .mega-toggle-label-closed, .main-nav #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open .mega-toggle-block-1 .mega-toggle-label-open {
	display: none;
}
.banner-left-tab big {
	font-size: 28px;
}
.affordable-icon-tab h3 {
	font-size: 18px;
}
.black-box h2 {
	font-size: 24px;
}
.video-right-tab h2 {
	font-size: 26px;
}
.footer-contact-info ul li {
	line-height: normal;
	margin-bottom: 20px;
}
.sidebar-logos ul li {
	width: 49%;
}
.sidebar-logos {
	margin-top: 30px;
}
.side-area-top-text {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	padding-left: 0;
	text-align: center;
}
.side-area-img {
	display: block;
	width: 60%;
	text-align: center;
	margin: 0px auto 10px;
}
.contact-testimonials-area {
	padding: 70px 0 70px;
}
.contact-form {
	padding: 30px 20px 30px;
}
.serve-area ul li {
    width: 48%;
}

}
@media(max-width:375px){
.widget_text.link-info.col-sm-6.col-lg-3.col-md-6 {
    max-width: 100%;
}
.footer-top .col-md-6 {
    max-width: 100%;
}
.footer-contact-info ul li {
    width: 60%;
}
.link-info ul {
    display: block;
    margin-left: 20px;
}
.roofing-page .banner-right-tab h3 {
    font-size: 19px;
}
.expert-area h3 {
    font-size: 20px;
}
.expert-area {
    line-height: 22px;
}
.value-tabs-area h2 {
    font-size: 21px;
}
.best-pro-text-div h2 {
    font-size: 22px;
}
.local-company-area {
    font-size: 17px;
}
}