/* ========================================== */
/* === CSS Table of Contents ================ */
/* === 2023 © Guardian Sages ================ */ 
/* ========================================== */

/* ========================================== */
/* === 1. Top Header Section ================ */
/* === 2. Navigation Section ================ */
/* === 3. Website Pages Section ============= */
/* ===    a. Home Section =================== */
/* ===    b. About Section ================== */
/* ===    c. Services Section =============== */
/* ===    d. Gallery Section ================ */
/* ===    e. Areas We Service Section ======= */
/* ===    f. Testimonials Section =========== */
/* ===    g. Contact Section ================ */
/* ===    h. Sections On Every Page ========= */
/* === 4. Misc. Section ===================== */
/* ===    a. Referrals Owl Carousel ========= */
/* ===    b. Default Classes ================ */
/* ===    c. Gallery Function Section ======= */
/* ===    d. Reviews Function Section ======= */
/* === 5. Footer Section ==================== */
/* === 6. Lg. Laptop CSS Section ============ */
/* === 7. Sm. Laptop CSS Section ============ */
/* === 8. Tablet CSS Section ================ */
/* === 9. Mobile CSS Section ================ */
/* === 10. Sm. Mobile CSS Section =========== */
/* ========================================== */

@import url('https://fonts.googleapis.com/css?family=Staatliches');
@import url('https://fonts.googleapis.com/css?family=Montserrat:200,300,400,700,900');

@font-face {
	font-family: 'font';
	src:url('../fonts/arvo.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'font2';
	src:url('../fonts/poppins.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'font3';
	src:url('../fonts/Monoton-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'font4';
	src:url('../fonts/Helnore-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'font5';
	src:url('../fonts/VAGABONDED-Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'feathericons';
	src:url('../fonts/feathericons/feathericons.eot?-8is7zf');
	src:url('../fonts/feathericons/feathericons.eot?#iefix-8is7zf') format('embedded-opentype'),
		url('../fonts/feathericons/feathericons.woff?-8is7zf') format('woff'),
		url('../fonts/feathericons/feathericons.ttf?-8is7zf') format('truetype'),
		url('../fonts/feathericons/feathericons.svg?-8is7zf#feathericons') format('svg');
}

/* ======================================== */
/* === Top Header Section ================= */
/* ======================================== */
.top-header {
	position: fixed; width: 100%; z-index: 1; padding: 10px 0 10px 0; background: #4c3c33; background-repeat: repeat;
    background-size: 50%;	z-index: 3; -webkit-transition: all .30s ease; -moz-transition: all .30s ease; -o-transition: all .30s ease; transition: all .30s ease;
}
.top-header div[class*='col-']:first-child {
	display: flex; justify-content: flex-end; align-items: center;
}
.top-header div[class*='col-']:first-child a {
	padding: 0; font-size: 15px; -webkit-transition: all .30s ease; -moz-transition: all .30s ease; -o-transition: all .30s ease; transition: all .30s ease;
}
.top-header div[class*='col-']:first-child a:hover {
	background-color: transparent;
}
.top-header div[class*='col-']:nth-child(2) {
	display: flex; justify-content: center; align-items: center;
}
.top-header div[class*='col-']:nth-child(3) {
	display: flex; justify-content: center; align-items: center;
}
.top-header div[class*='col-']:nth-child(3) a {
display: flex; justify-content: center; align-items: center;
	padding: 9px 9px 9px 9px; background: #f3e2d1; font-weight: 600; font-family: 'font2'; color: #241914; border-radius: 1.6rem; border: 1px double rgb(120,120,120);
}
.top-header div[class*='col-']:nth-child(3) a:hover {
	background: transparent;
}
.top-header div[class*='col-']:nth-child(4) {
	display: flex; justify-content: center; align-items: center;
}
.top-header div[class*='col-']:nth-child(4) a {
	padding: 9px 15px 9px 15px; background: #f3e2d1; font-weight: 600; font-family: 'font2'; color: #241914; border-radius: 1.6rem; border: 1px double rgb(120,120,120);
}
.top-header div[class*='col-']:nth-child(4) a:hover {
	color: rgb(120,120,120);
}
.top-header div[class*='col-']:nth-child(5) {
	display: flex; justify-content: flex-start; align-items: center;
}
.top-header div[class*='col-']:nth-child(5) a {
	display: flex; justify-content: center; align-items: center; border: 1px solid rgb(255,255,255); color: rgb(255,255,255); background: #9f7b64; border-radius:100px;	height: 34px; width: 34px; margin: 0 4px;
}
.top-header div[class*='col-']:nth-child(5) a:hover {
	background: rgb(196,41,56,0.8);	text-decoration:none !important; color: rgb(255,255,255);
}
.top-header .dropdown-menu {
	background: whitesmoke; border-radius: 0;
}
.top-header .dropdown-menu a {
	color: #222; padding: 3px 20px !important;
}
.top-header .dropdown-toggle {
	background: #21212100; padding: 6px 25px; outline: none !important; border-color: #f3f3f3b5;
}
.top-header .dropdown-toggle:hover {
	background-color: white !important; color: #000 !important;
}
.btn-secondary:not([disabled]):not(.disabled).active, .btn-secondary:not([disabled]):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
	color: #000; background-color: rgb(255, 255, 255); border-color: #666e76; box-shadow:none !important;
}
.top-header .btn-secondary.focus,
.btn-secondary:focus {
	outline: none !important; box-shadow: none !important;
}
.top-header img {
    border-radius: 100%;
    box-shadow: 1px 1px 10px 1px #000;
    background: #fff;
	    margin-bottom: -115px;
    margin-top: -8px;
}
/* ======================================== */
/* === Navigvation Section ================ */
/* ======================================== */
.navbar-inverse .navbar-inner {
	display:none;
}
.dropdown-menu {
	position: absolute; top: 100%; left: 0; z-index: 1000; display: none; float: left; min-width: 200px; padding: .5rem 0; margin: .125rem 0 0; font-size: 18px; color: rgb(33, 37, 41); text-align: left; list-style: none; background-color: rgb(255,255,255); background-clip: padding-box; border: 1px solid rgba(0,0,0,.15); border-radius: .25rem;
}
.dropdown-menu.columns-3 {
	min-width: 600px;
}
.dropdown-menu li a {
	padding: 5px 15px; font-weight: 300;
}
.dropdown-item {
	display: block; width: 100%; font-weight: 600; font-family: 'font2'; padding: .25rem 1.5rem; clear: both; color: rgb(12,12,12); text-align: inherit; white-space: nowrap; background: 0 0;border: 0;
}
.dropdown-item.active, .dropdown-item:active {
	color: rgb(255,255,255); text-decoration: none; background-color: rgb(22,22,22) !important;
}
.dropdown {
	float: left; position: relative;
}
.dropdown .dropbtn {
	font-size: 16px; border: none; outline: none; color: white; padding: 14px 16px; background-color: inherit;font-family: inherit; margin: 0;
}
.navbar a:hover, .dropdown:hover .dropbtn {
	background-color: #043174;
}
.dropdown-one {
	cursor: pointer; display: none; position: absolute; background-color: #f9f9f9; min-width: 160px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.dropdown-two {
	cursor: pointer; display: none; position: absolute; left: 160px; top: 0px; min-width: 160px; background-color: #f9f9f9; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.dropdown-three {
	cursor: pointer; display: none; position: absolute; left: 160px; top: 48px; min-width: 160px; background-color: #f9f9f9; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.dropdown:hover .dropdown-one, #link1:hover > .dropdown-two {
	display: block;
}
.dropdown:hover .dropdown-one, #link2:hover > .dropdown-three {
	display: block;
}
.dropdown-one .dItem {
	color: black; padding: 12px 16px; display: block; text-align: left;
}
.dropdown-one .dItem:hover, .dropdown-two a:hover {
	background-color: #ddd;
}
.my-pad {
	padding: 0 0 0 15px;
}
.my-pad h5 {
	color: rgb(255,255,255); font-size: 18px; text-transform: uppercase; padding-top: 20px;	line-height: 5px; font-weight: 600;
}
.multi-column-dropdown {
	list-style: none; margin: 0px; padding: 0px;
}
ul.multi-column-dropdown {
	padding: 0 0 0;
}
.multi-column-dropdown li a {
	display: block;	clear: both; line-height: 1.428571429; color: #333; white-space: normal;
}
.multi-column-dropdown li a:hover {
	text-decoration: none; color: #262626; background-color: #999;
}
.tab {
	overflow: hidden; border: 1px solid #ccc; background-color: #f1f1f1; font-family: 'font2';
}
.tab button {
	background-color: inherit; float: left; border: none; outline: none; cursor: pointer; padding: 14px 16px; transition: 0.3s; font-size: 17px;
}
.tab button:hover {
	background-color: #ddd;
}
.tab button.active {
	background-color: #ccc;
}
.tabcontent {
	display: none; padding: 6px 12px; border: 1px solid #ccc; border-top: none;
}
.tabcontent h3 {
	padding-top: 40px; padding-bottom: 40px; font-family: 'font'; text-align: center; font-size: 2rem; color: rgb(246,177,24);
}
.top-header-animate {
	background: #4c3c33;
}
.top-header-animate .dropdown-toggle {
	color:#0a0a0a; font-size: 16px;
}
.top-header-animate .navbar-brand {
	font-size: 1.5em;
}
body {
	padding: 0; -webkit-transition-property: all; -webkit-transition-duration: .30s; -webkit-transition-timing-function: ease-in-out; transition-property: all; transition-duration: .30s; transition-timing-function: ease-in-out; overflow-x: hidden;
}
.navbar-scroll {
	padding: 95px 0 0; position: fixed; background: #e7e0d9; width: 100%; z-index: 2;	-webkit-transition: all .30s ease; -moz-transition: all .30s ease; -o-transition: all .30s ease; transition: all .30s ease;
}
.navbar-scroll .container {
	background: rgb(60,36,17,0); border-bottom-left-radius: 1.5rem;	border-bottom-right-radius: 1.5rem;
}
#projects .navbar-scroll {
	background: #fdfdfd; position:relative !important;
}
#projects .navbar-scroll li a {
	color:#333;
}
#projects .navbar-scroll .navbar-brand {
	color:#252525;
}
#projects .navbar-light .lnr {
	color:#222;
}
.navbar-light .lnr {
	color: #fdfdfd;	font-size: 1.5em; position: absolute; top: 6px; right: 10px;
}
.navbar-light .navbar-brand {
	color: #e8e8e8; font-size: 20px; font-family: 'Montserrat', sans-serif;
}
.navbar-brand {
	font-size:2.5em; font-weight:700; text-transform:uppercase;
}
.navbar-brand:focus, .navbar-brand:hover {
	color:#f3f3f3 !important;
}
.navbar-light .navbar-nav .nav-link {
	margin: 0 28px; padding: 6px 0px; font-weight: 900; font-size: 18px; color: #442e13; font-family: 'font5';
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav
.nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light
.navbar-nav .show>.nav-link {
	color: rgb(255,255,255);
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	color: rgb(196,41,56);
}
.navbar-light .navbar-nav li a {
	position: relative;
}
.navbar-collapse {
	height: 100%;
}
.mobile-top-header {
	display: none !important;
}

/* ========================================== */
/* === Website Pages Section ================ */
/* ========================================== */

/**** Home Section ****/
.bg-primary {
	background: rgb(83,82,82) !important;
}
.home-header-section {
	padding-top: 125px;
}
.home-header-section .slider-logo span {
	font-family: 'font'; color: rgb(196,41,56);
}
.video {
	overflow: hidden; position: relative; z-index: 2; display: block;
}
.video .pad {
	padding: 350px 0px 0px 300px; position: absolute;
}
.video .pad h5 {
	font-weight: 500; color: rgb(255,255,255); font-size: 50px; text-shadow: 0px 0px 5px #000; font-family: 'Arial'; text-align: left;
}
.video .pad p {
	margin-top: 0% !important; color: rgb(255,255,255); text-shadow: 0px 0px 5px #000; font-size: 25px; font-family: 'Arial'; text-align: left;
}
.video .pad a {
	font-size: 16px; color: rgb(255,255,255); font-family: 'Arial'; font-weight: 600; border: 1px solid rgb(12,32,63); padding: 15px 30px; border-radius: 1.6rem; background: rgb(12,32,63);
}
.video .pad a:hover {
	color: rgb(255,255,255); border: 1px solid rgb(255,255,255); background: transparent;
}
.home1 {
    background-color: #241914;
}
.home1 .container-fluid {
	padding: 0px;
}
.home1 .row {
	    --bs-gutter-x: 0;
}
.home1 .pad {
	padding: 250px 85px 200px 85px; background: #241914
}
.home1 .imagery {
	background: linear-gradient(0deg, rgb(255 255 255 / 0%) 25%, rgb(255 255 255 / 0%) 90%), url(/img/homepage/flooring-05.jpg) center no-repeat;
    background-size: cover; height: 100%; border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
}
.home1 h1 {
	font-family: 'font5'; font-size: 75px; text-align: left; font-weight: 800; color: #e0d8c0;
}
.home1 p {
	font-size: 17px; font-family: 'font4'; font-weight: 500; text-align: justify; color: rgb(150,150,150); line-height: 35px;
}
.home1 span {
	color: rgb(83,82,82);
}
.home1 mark {
	padding: 15px; text-align: center;
	font-family: font4; font-size: 20px; font-weight: 600;
}
.home1 mark span {
	font-size: 25px;
}
.home2 {
	padding: 100px 0px 100px 0px; background: #e0d8c0;
}
.home2 .container-fluid {
	padding: 0px 200px 0px 200px;
}
.home2 .cardy {
	padding: 25px; background: #f5f5f5; height: auto; border-radius: 15px;
}
.home2 .process {
	padding: 125px 25px 125px 25px; background: #fff; text-align: center; box-shadow: 1px 1px 10px 1px #000;
	 position: relative; border-radius: 50px;
}
.home2 .colyum {
	background: #fff; height: 100%; width: 60px; border-top-left-radius: 15px; border-bottom-left-radius: 15px;
}
.home2 .colyum2 {
	background: #fff; height: 100%; width: 60px; border-top-right-radius: 15px; border-bottom-right-radius: 15px;
}
.home2 .step1 {
	background: linear-gradient(0deg, rgb(255 255 255 / 0%) 25%, rgb(255 255 255 / 0%) 90%), url(/img/backgrounds/step-1.jpg) center no-repeat;
    background-size: cover;  padding: 25px;     border-radius: 15px; height: 350px;
     
}
.home2 .step1 h6 {
	font-family: font5; font-size: 45px; 
}
.home2 .step1:hover {
	background: #f3e2d1;position: relative;
    border-bottom-left-radius: 15px; box-shadow: 1px 1px 10px 1px #000;
    z-index: 1;
}
.home2 .step1:hover h4 {
	color: #241914
}
.home2 .step1:hover h5 {
	color: #241914
}
.home2 .step2 {
	background: linear-gradient(0deg, rgb(255 255 255 / 0%) 25%, rgb(255 255 255 / 0%) 90%), url(/img/backgrounds/step-2.jpg) center no-repeat;
    background-size: cover; padding: 25px; border-radius: 15px; height: 350px;
}
.home2 .step2:hover {
    background: #9f7b64;
    position: relative; box-shadow: 1px 1px 10px 1px #000;
    border-bottom-right-radius: 15px;
    z-index: 1;
}
.home2 .step2:hover h4 {
	color: #241914
}
.home2 .step2:hover h5 {
	color: #241914
}
.home2 .step2 h6 {
	font-family: font5; font-size: 45px; 
}
.home2 .step3 {
	background: linear-gradient(0deg, rgb(255 255 255 / 0%) 25%, rgb(255 255 255 / 0%) 90%), url(/img/backgrounds/step-3.jpg) center no-repeat;
    background-size: cover; padding: 25px; border-radius: 15px; height: 350px;
}
.home2 .step3:hover {
	background: #d6beaf;position: relative;
    border-top-right-radius: 15px; box-shadow: 1px 1px 10px 1px #000;
}
.home2 .step3:hover h4 {
	color: #241914
}
.home2 .step3:hover h5 {
	color: #241914
}
.home2 .step3 h6 {
	font-family: font5; font-size: 45px; 
}
.home2 .step4 {
	background: linear-gradient(0deg, rgb(255 255 255 / 0%) 25%, rgb(255 255 255 / 0%) 90%), url(/img/backgrounds/step-4.jpg) center no-repeat;
    background-size: cover; padding: 25px;border-radius: 15px; height: 350px;
}
.home2 .step4:hover {
	background: #e7e0d9;position: relative;
    border-top-left-radius: 15px; box-shadow: 1px 1px 10px 1px #000;
}
.home2 .step4:hover h4 {
	color: #241914
}
.home2 .step4:hover h5 {
	color: #241914
}
.home2 .step4 h6 {
	font-family: font5; font-size: 45px; text-align: center; 
}
.home2 h2 {
	font-family: font5; font-size: 30px; color: #241914;
}
.home2 h3 {
	font-family: font4; font-size: 45px;
}
.home2 h4 {
	font-family: font5; color: transparent; font-size: 30px;
}
.home2 h5 {
	font-family: font4; color: transparent; font-size: 16px;
}
.home2  h6 {
	font-family: font5; font-size: 45px;  line-height: 43px; text-align: center;
}

.home2 p {
font-size: 17px; font-family: 'font4'; font-weight: 500; color: rgb(150,150,150); line-height: 35px;
}
.home2 i {
	font-size: 50px; background: #e0d8c0; color: #9f7b64; padding: 25px; border-radius: 15px;
}
.home3 {
	
background: #241914;    padding: 50px 100px 50px 100px;
;
}
.home3 .container-fluid {
	padding: 0px; 
}
.home3 .pillar {
/*border-top-right-radius: 75px;*/ background: linear-gradient(0deg, rgb(255 255 255 / 70%) 25%, rgb(255 255 255 / 70%) 90%), url(/img/backgrounds/wgp-1.png) center no-repeat;  padding: 0px 0px 0px 25px;
    background-size: cover;  border-radius: 25px;
}
.home3 .pillar .loyalty {
	background: linear-gradient(0deg, rgb(255 255 255 / 0%) 25%, rgb(255 255 255 / 0%) 90%), url(/img/homepage/loyalty-01.png) center 25% no-repeat; 
    background-size: cover; height: 300px; border-top-right-radius: 25px;  border-bottom-right-radius: 25px; 
}
.home3 .pillar .experience {
	background: linear-gradient(0deg, rgb(255 255 255 / 0%) 25%, rgb(255 255 255 / 0%) 90%), url(/img/homepage/experience-01.png) center 25% no-repeat; 
    background-size: cover; height: 300px; border-top-right-radius: 25px;  border-bottom-right-radius: 25px; 
}
.home3 .pillar .adaptive {
	background: linear-gradient(0deg, rgb(255 255 255 / 0%) 25%, rgb(255 255 255 / 0%) 90%), url(/img/homepage/adaptive-01.png) center 45% no-repeat; 
    background-size: cover; height: 300px; border-top-right-radius: 25px;  border-bottom-right-radius: 25px; 
}
.home3 .pillar .dependable {
	background: linear-gradient(0deg, rgb(255 255 255 / 0%) 25%, rgb(255 255 255 / 0%) 90%), url(/img/homepage/dependable-01.png) center 70% no-repeat; 
    background-size: cover; height: 300px; border-top-right-radius: 25px;  border-bottom-right-radius: 25px; 
}
.home3 .beegee {
	padding: 25px 0px 25px 25px; background: #fff; height: auto; border-radius: 25px;	
}
.home3 h2 {
	font-family: font4; font-size: 75px; line-height: 115px; text-align: center;
}
.home3 h2 strong {
	font-family: font5; font-size: 100px; text-decoration: underline; letter-spacing: 3px;
}
.home3 h3 {
	font-family: font4; font-size: 30px;  margin-left: 50px;
}
.home3 h3 strong {
	font-size: 45px; text-decoration: underline;font-family: font5;
}
.home3 p {
font-size: 17px; font-family: 'font4'; font-weight: 500;  line-height: 35px; margin: 0px 10px 0px 10px;
}
.home3 img {
	max-width: 50%; /*border-top-right-radius: 75px;*/ /*box-shadow: 1px 1px 10px 1px #000;*/ border-radius: 15px;
}
.home3 .spacer {
	border-top: 1px solid #241914;
	
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center; 
}
.home-split {
	
}
.home-split .row {
	    --bs-gutter-x: 0;
}
.home-split .rec1 {
	padding: 95px 25px 100px 25px; 
}
.home-split h2 {
	font-family: font4; font-size: 35px;
}
.home-split h3 {
	font-family: font4; font-size: 30px; text-align: center;
}
.home-split p {
font-size: 19px; font-family: 'font4'; font-weight: 500; line-height: 35px;
}
.home-split img {
	  border-top-left-radius: 25px; border-bottom-left-radius: 25px; height: 500px;
}
.home-split2 {

}
.home-split2 .row {
	    --bs-gutter-x: 0;
}
.home-split2 .rec1 {
	padding: 95px 25px 100px 25px; 
}

.home-split2 h2 {
	font-family: font4; font-size: 35px;
}
.home-split2 h3 {
	font-family: font4; font-size: 30px; text-align: center;
}
.home-split2 p {
font-size: 19px; font-family: 'font4'; font-weight: 500; line-height: 35px;
}
.home-split2 img {
  border-top-right-radius: 25px; border-bottom-right-radius: 25px; height: 500px;
}
.home4 {
	background: linear-gradient(270deg, rgb(245, 245, 245) 7%, rgb(245, 245, 245) 7%, rgba(255,255,255,0.4975331196931898) 7%), url(/img/backgrounds/wooden-02.jpg) center no-repeat;
    background-size: cover; padding: 0px 0px 100px 0px;
}
.home4 .container-fluid {
	 background: #f5f5f5; border-bottom-left-radius: 75px; border-bottom-right-radius: 25px;
}
.home4 .container {
	background: #f5f5f5; padding: 0px 300px 96px 300px; border-bottom-left-radius: 25px; border-bottom-right-radius: 25px; margin-top: -5px;
	border: 5px solid #241914; border-top: 5px solid #f5f5f5; margin-bottom: -100px; border-bottom: none; border-right: none;
}
.home4 .container .row {
	    --bs-gutter-x: 0;
}
.home4 .boarder {
	border: 5px solid #241914; border-top: none; border-right: none; border-bottom: none;
}
.home4 .intro {
	padding: 0px 0px 0px 50px; 
}
.home4 .intro h2 {
	font-family: font5; font-size: 65px; font-weight: 500; line-height: 100px;  text-align: center; color: #fff; text-shadow: 2px 2px 1px #241914;
}
.home4 .intro h2 span {
	font-size: 95px; font-family: font4; font-weight: 600;line-height: 125px;
}

.home4 h3 {
	font-family: font4; font-size: 30px; text-align: center;
}
.home4 .rec2 {
	padding: 15px; background: #e7e0d9; border-bottom: 1px solid #241914; border-right: 2px solid #241914; border-top-left-radius: 25px;
}
.home4 .rec3 {
	padding: 15px; background: #9f7b64;  border-bottom: 1px solid #241914;  border-left: 2px solid #241914; border-top-right-radius: 25px;
}
.home4 .rec4 {
	padding: 15px; background: #d6beaf;  border-top: 1px solid #241914; border-right: 2px solid #241914; border-bottom-left-radius: 25px;
}
.home4 .rec5 {
	padding: 15px; background: #f3e2d1;  border-top: 1px solid #241914;  border-left: 2px solid #241914; border-bottom-right-radius: 25px;
}
.home-service .container {
	padding: 50px 0px 50px 0px;
	background: linear-gradient(106deg, rgba(231,224,217,0.5) 0%, rgba(231,224,217,0.5) 25%, rgba(159,123,100,0.5) 25%, rgba(159,123,100,0.5) 50%, rgba(243,226,209,0.5) 50%, rgba(243,226,209,0.5) 75%, rgba(214,190,175,0.5) 75%, rgba(214,190,175,0.5) 100%), url(/img/backgrounds/ab-01.png) center no-repeat;
	background-size: cover; border: none; border-radius: 0px; margin: 0px; 
	
}
.home-service h3 {
	font-family: font4; font-size: 20px; font-weight: 600; text-align: center;
}
.home-service2 .container {
	padding: 50px 0px 50px 0px;
	background: linear-gradient(74deg, rgba(231,224,217,0.5) 0%, rgba(231,224,217,0.5) 25%, rgba(159,123,100,0.5) 25%, rgba(159,123,100,0.5) 50%, rgba(243,226,209,0.5) 50%, rgba(243,226,209,0.5) 75%, rgba(214,190,175,0.5) 75%, rgba(214,190,175,0.5) 100%), url(/img/backgrounds/ab-01.png) center no-repeat;
	background-size: cover;  border: none; border-radius: 0px; margin: 0px;
	
}
.home-service2 h3 {
	font-family: font4; font-size: 20px; font-weight: 600; text-align: center;
}

.choose {
	padding: 100px 0px 100px 0px; background: #d6beaf;color: #241914;
}

.choose .rec1 {
	padding: 10px; background: #e7e0d9;
}
.choose .rec2 {
	padding: 10px; background: #9f7b64;
}
.choose .rec3 {
	padding: 10px; background: #f3e2d1;
}
.choose h2 {
	font-family: font5; font-size: 65px; text-align: center; line-height: 140px;
}
.choose h3 {
	font-family: font4; font-size: 30px;
}
.choose p {
font-size: 19px; font-family: 'font4'; font-weight: 500; line-height: 35px;
}
.choose i {
	font-size: 60px;  margin-top: 25px; margin-left: 15px;
}
/**** About Section ****/
.about-1 {
	padding: 150px 50px 100px 50px; background: #4b4238;
    background-size: cover;
}

.about-1 h1 {
	font-family: 'font5'; font-weight: 500; font-size: 35px; color: #4b4238; text-shadow: 2px 2px 50px #444; letter-spacing: 5px;
}
.about-1 h2 {
	font-family: 'math'; font-weight: 600; font-size: 25px; color: #4b4238; text-shadow: 2px 2px 50px #444; letter-spacing: 3px;
}
.about-1 h5 {
	color: #a7a9ac; font-family: 'font2'; font-weight: 600; letter-spacing: 1.5px; line-height: 40px; font-size: 20px; text-shadow: 2px 2px 35px #444;
}
.about-1 hr {
	background: #4b4238;
}
.about-1 p {
	font-family: 'font2'; color: #444; font-size: 17px; line-height: 35px; text-shadow: 2px 2px 25px #444;   margin-right: 100px; font-weight: 600;

}
.about-1 img {
max-width: 75%;
}
.about-1 .margy1 {
	margin-top: -300px;
}
.about-1 li {
	color:  #4b4238; line-height: 40px; font-size: 20px; font-family: 'sans-serif';
}
.parallax4 {
  background: radial-gradient(circle, rgba(255,255,255,0.4990371148459384) 0%, rgba(255,255,255,1) 35%, rgba(255,255,255,1) 82%, rgb(255 255 255 / 50%) 100%), url(/img/backgrounds/wooden-01.jpg);
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
	padding:  150px;
	color: #fff;
	box-shadow: 1px 1px 10px 3px #4449;

  background-repeat: no-repeat;
  background-size: cover;
}

/**** Services Section ****/
.service-intro {
	background: linear-gradient(0deg, rgb(255 255 255 / 0%) 25%, rgb(255 255 255 / 0%) 90%), url(/img/services/wood-floors-01.jpg) no-repeat; 
    background-size: cover; 
}
.service-intro .container-fluid {
	padding: 0px; 
}
.service-intro .row {
	    --bs-gutter-x: 0;
}
.service-intro .legend {
	padding: 150px 50px 150px 50px;
}
.service-intro .intros {
	color: #fff; text-shadow: 1px 1px 1px #000; padding: 100px 0px 100px 0px; 
}
.service-intro .flooring {
	padding: 100px; background: #ae9e8cc9;
}
.service-intro .flooring:hover {
	padding: 100px; background: #ae9e8c;
}
.service-intro .refinishing {
	padding: 100px; background: #ecd8ccba;
}
.service-intro .refinishing:hover {
	padding: 100px; background: #ecd8cc;
}
.service-intro .stairs {
	padding: 100px; background: #836554b8;
}
.service-intro .stairs:hover {
	padding: 100px; background: #836554;
}
.service-intro h1 {
	font-family: font5; font-size: 50px; text-align: center;
}
.service-intro h2 {
	font-family: font4; font-size: 35px; text-align: center; font-weight: 600;
}
.service-intro p {
font-size: 19px; font-family: 'font4'; font-weight: 500; line-height: 35px; text-align: center; margin: 25px 150px 0px 150px;
}
.service-intro a {
	color: inherit;
}
.service-main {
	background: linear-gradient(0deg, rgb(255 255 255 / 0%) 25%, rgb(255 255 255 / 0%) 90%), url(/img/backgrounds/wood-texture-01.png) no-repeat; 
    background-size: cover;padding: 200px 0px 200px 0px;
}
.service-flooring {
	 background: #ae9e8cc9; padding: 50px;
}
.service-flooring h2 {
	font-family: font5; font-size: 45px;  font-weight: 500;
}
.service-flooring h3 {
	font-family: font4; font-size: 25px;  font-weight: 600;
}
.service-flooring p {
font-size: 19px; font-family: 'font4'; font-weight: 500; line-height: 35px; 
}
.service-refinishing {
	 background: #ecd8ccba; padding: 50px;
}
.service-refinishing h2 {
	font-family: font5; font-size: 45px;  font-weight: 500;
}
.service-refinishing h3 {
	font-family: font4; font-size: 25px;  font-weight: 600;
}
.service-refinishing p {
font-size: 19px; font-family: 'font4'; font-weight: 500; line-height: 35px; 
}
.service-stairs {
	 background: #836554b8; padding: 50px;
}
.service-stairs h2 {
	font-family: font5; font-size: 45px;  font-weight: 500;
}
.service-stairs h3 {
	font-family: font4; font-size: 25px;  font-weight: 600;
}
.service-stairs p {
font-size: 19px; font-family: 'font4'; font-weight: 500; line-height: 35px; 
}
.service-main img {
	border-radius: 25px;
}



.service-lvp {
	 background: #ae9e8cc9; padding: 50px;
}
.service-lvp h2 {
	font-family: font5; font-size: 45px;  font-weight: 500;
}
.service-lvp h3 {
	font-family: font4; font-size: 25px;  font-weight: 600;
}
.service-lvp p {
font-size: 19px; font-family: 'font4'; font-weight: 500; line-height: 35px; 
}

/* CTA wrapper */
.service-learn-more {
    margin-top: 20px;
}

/* button style */
.service-learn-btn {
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    color: black;
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
}

/* underline effect */
.service-learn-btn::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 2px;
    background: white;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

/* hover */
.service-learn-btn:hover {
    color: white;
}

.service-learn-btn:hover::after {
    transform: scaleX(1);
}

/**** Services Section ****/
.service-start {
	padding: 150px 20px 150px 20px;     background-image: linear-gradient(#4c3c33, #af836b), url(/img/homepage/tr-1.png); color: #fff;
}

.service-start h1 {
	font-family: font5; font-size: 45px; letter-spacing: 1px;
}
.service-start h2 {
	font-family: font5; font-size: 25px; padding: 10px; text-align: center; color: #4c3c33;
}
.service-start h2:hover {
	color: #fff; background:#4c3c33; border-radius: 10px; font-weight: 600;
}
.service-start  p {
	font-family: font4; font-size: 17px; line-height: 35px;
}

.service-start .intro-content {
}
.service-start .intro-legend {
	background: #fff; padding: 25px; border-radius: 15px;
}

.service-hub {
	position: relative; padding: 100px 0px 100px 0px; background: #f5f5f5;
}

.service-hub .link-card {
	background: #fff; border: 2px solid #245695; height: auto; position: relative; height: 650px; margin: 25px 0px 25px 0px;
}
.service-hub .link-card img {
	height: 325px; width: 100%;
}
.service-hub .link-card:hover {
	 background: #245695; color: #fff;
}

.service-hub .link-card:hover h2 {
	color: #fff;
}

.service-hub .link-card:hover p {
	color: #fff;
}

.service-hub .link-card:hover mark {
	display: block;
}
.service-hub h2 {
	font-family: font5; text-align: center; padding: 15px 0px 15px 0px; color: #4c3c33;
}

.service-hub  p {
	font-family: font4; font-size: 17px; line-height: 35px; text-align: center; margin: 0px 50px 0px 50px; 
}

.service-hub a {
	color: inherit;
}

.service-hub mark {
    padding: 15px;
    text-align: center;
    font-family: font5;
    color: #fff;
    background: #b2985b;
    display: none;
    font-weight: 600;
    position: absolute;
    width: 100%;
    font-size: 20px;
    bottom: 0;
}
.service-body ul{
    list-style-type:none;
	padding: 0;
}
.service-body ul li p{
    font-size: 1.35rem;

}

.service-body {
	position: relative;background-image: linear-gradient(#ffffffb0, #ffffffb0), url(/img/homepage/tr-1.png);
    background-size: cover;
}

.service-body .container-fluid {
	padding: 0px;
}
.service-body h1 {
	font-family: font5; font-size: 35px; letter-spacing: 1px; color: #4c3c33; margin-bottom: 15px;
}
.service-body h3 {
	font-family: font5; font-size: 35px; letter-spacing: 1px; color: #4c3c33; margin-bottom: 15px;
}
.service-body p {
	font-family: font4; font-size: 17px; line-height: 35px;
}
.service-body p i {
	color: #7c5b0f; font-family: font2;
}
.service-body .residential-roofing-content {
	padding: 125px 50px 125px 50px;
}
.service-body .residential-roofing-image {
	height: 100%;
	background-image: linear-gradient(#b2985b00, #b2985b00), url(/img/services/roofer-01.jpg);
    background-size: cover;
}
.service-body .commercial-roofing-image {
	height: 100%;
	background-image: linear-gradient(#b2985b00, #b2985b00), url(/img/services/wood-service-bg.jpg);
    background-size: cover;
}
.service-body .emergency-roofing-image {
	height: 100%;
	background-image: linear-gradient(#b2985b00, #b2985b00), url(/img/homepage/claim-1.jpg);
    background-size: cover;
}
.service-body .gutter-roofing-image {
	height: 100%;
	background-image: linear-gradient(#b2985b00, #b2985b00), url(/img/homepage/roof-gutter-1.jpg);
    background-size: cover;
}
.service-body .inspection-roofing-image {
	height: 100%;
	background-image: linear-gradient(#b2985b00, #b2985b00), url(/img/services/ri-1.jpg);
    background-size: cover;
}
.service-body .claims-roofing-image {
	height: 100%;
	background-image: linear-gradient(#b2985b00, #b2985b00), url(/img/homepage/claim-form-1.jpg);
    background-size: cover;
}
.service-body .repair-roofing-image {
	height: 100%;
	background-image: linear-gradient(#b2985b00, #b2985b00), url(/img/services/rr-1.jpg);
    background-size: cover;
}
.service-body .siding-image {
	height: 100%;
	background-image: linear-gradient(#b2985b00, #b2985b00), url(/img/section-1/5e754e6b-04d3-4464-93f0-18e3df868bf4.jpg);
    background-size: cover;
	background-position: 50% 50%; 
}


.service-body .flooring-lvp {
	height: 100%;
	background-image: linear-gradient(#b2985b00, #b2985b00), url(/img/services/jf-lvp-bg.webp);
    background-size: cover;
}


.service-body .replacement-roofing-image {
	height: 100%;
	background-image: linear-gradient(#b2985b00, #b2985b00), url(/img/services/rr-2.jpg);
    background-size: cover;
}
.service-cards {
	padding: 100px 10px;
	background-image: linear-gradient(#fcfcfcde, #fcfcfcde), url(/img/homepage/roof-shingle-1.jpg);
    background-size: cover; background-position: center center; background-attachment: fixed;
}

.service-cards .cardy {
	padding: 25px; background:#4c3c33; border-radius: 15px; margin: 25px 35px 25px 35px; color: #fff;    height: 430px;
	display:flex;
	flex-direction: column;
	justify-content: center; 

	
}

.service-cards .cardy:hover {
	background: #b2985b; box-shadow: 1px 1px 10px 1px #000;   
}
.service-cards h2 {
	font-family: font5; font-size: 2.7rem; letter-spacing: 1px; text-align: center;
}
.service-cards h3 {
	font-family: font5; font-size: 25px; letter-spacing: 1px; text-align: center;
}

.service-cards p {
	font-family: font4; font-size: 17px; line-height: 35px; text-align: center;
}



.service-choose {
	padding: 100px 20px;background-image: linear-gradient(#b2985b17, #b2985b17), url(/img/homepage/tr-1.png);
    background-size: cover;
}
.service-choose ul{
    list-style-type:none; 
}
.service-choose h2 {
	font-family: font5; font-size: 35px; letter-spacing: 1px; text-align: center;
}
.service-choose h2 span {
	color: #4c3c33; font-weight: 600;
}
.service-choose p {
	font-family: font4; font-size: 17px; line-height: 35px; text-align: center;
}
.service-choose mark {
	padding: 15px; border-radius: 5px; font-family: font2; font-size: 20px; text-align: center; color: #fff; background: #245695;
	display: inline-flex; 
}
.service-choose mark:hover {
	background: #fff; color: #4c3c33; box-shadow: 0px 0px 0px 2px #245695; font-weight: 600;
}
















/**** Gallery Section ****/
.gallery-page {
	padding: 75px 0 50px 0;	background: rgb(249,249,249);
}
.gallery-page h1 {
	font-size: 3rem; font-weight: 500; font-family: 'font5'; padding-bottom: 40px; text-align: center; color: rgb(129,141,148);
}
.gallery-page h2 {
	font-size: 1.8rem; font-weight: 500; font-family: 'font5'; padding-bottom: 10px; text-align: center; color: rgb(129,141,148);
}
.gallery-page h3 {
	font-size: 1.8rem; font-weight: 500; font-family: 'font5'; padding-bottom: 10px; text-align: center; color: rgb(129,141,148);
}
/**** Testimonials Section ****/
.testimonials {
	padding: 75px 0 50px 0;	background: rgb(249,249,249);
}
.testimonials h1 {
	font-size: 3rem; font-weight: 500; font-family: 'font5'; padding-bottom: 40px; text-align: center; color: rgb(129,141,148);
}
.testimonials h2 {
	font-size: 2rem; font-weight: 600; font-family: 'font5'; padding-bottom: 40px; text-align: center; color: rgb(129,141,148);
}
.testimonials p {
font-size: 1.1rem; font-family: 'font4'; font-weight: 500; line-height: 35px; 
}

.testimonials .box{
	background: #e7e0d9;
	padding: 35px;
	box-shadow: 1px 1px 10px 1px black;
	
	
	height: 400px; 
	max-height: 490px; 
}
/**** Areas We Service Section ****/
.area:nth-child(odd) {
	padding: 75px 0 75px 0; background: rgb(255,255,255);
}
.area:nth-child(even) {
	padding: 75px 0 75px 0; background: rgb(245,245,245);
}
.area h2 {
	font-size: 2.5rem; font-family: font2; font-weight: 800; color: rgb(196,41,56);
}
.area h4 {
	font-size: 1.5rem; font-family: font2; color: rgb(75,75,75);
}
.area p {
	font-size: 17px; text-align: justify; color: rgb(12,12,12);
}
.area iframe {
	width: 100%; height: 100%; border-radius: 0.8rem; box-shadow: 1px 1px 10px 1px rgb(0,0,0);
}

/**** Contact Section ****/


/**** Testimonials Section ****/
.testimonials {
	padding: 75px 0 75px 0; background: rgb(255,255,255);
}


/**** Sections On Every Page ****/
.contact-section {
	padding: 50px 0 50px 0;
}
.contact-section h1 {
	font-size: 45px; font-family: font5; font-weight: 500; color: rgb(12,12,12);
}
.contact-section h2 {
	font-size: 20px; font-family: font5; font-weight: 500; color: rgb(12,12,12);
}
.contact-section h2.contact {
	font-size: 45px; font-family: font5; font-weight: 500; color: rgb(12,12,12);
}
.contact-section h3 {
	font-size: 45px; font-family: font5; font-weight: 500; color: rgb(12,12,12);
}
.contact-section h4 {
	font-size: 30px; font-family: font5; font-weight: 500; color: rgb(12,12,12);
}
.contact-section h5 {
	font-size: 20px; font-family: font4; font-weight: 500; color: rgb(12,12,12);
}
.contact-section p {
font-size: 17px; font-family: 'font4'; font-weight: 500;  line-height: 35px; 
}
/* ========================================== */
/* === Misc. Section ======================== */
/* ========================================== */

/****  Referrals Owl Carousel ****/
.owl-carousel .owl-stage-outer {
	padding: 40px 0;
}
.owl-nav {
	position: absolute; width: 100%; top: 10%; display: none;
}
.owl-carousel .item {
	display: block; height: 100%;
}
.owl-carousel .owl-item span {
	font-size: 20px; font-weight: 500;
}
.owl-nav .owl-prev,
.owl-nav .owl-next {
	position: absolute;
}
.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
	background: transparent !important; color: #212121 !important; opacity: .5 !important;
}
.owl-nav .owl-next {
	left: 100%;
}
.owl-nav .owl-prev {
	right: 100%;
}
.owl-nav .owl-prev span,
.owl-nav .owl-next span {
	font-size: 3em; display: block;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
	outline: none;
}

/**** Default Classes ****/
body {
	font-family: 'Montserrat', sans-serif;
}
body#barbajs {
	visibility: visible;
}
a, button, .btn {
	-webkit-transition: all .30s ease; -moz-transition: all .30s ease; -o-transition: all .30s ease; transition: all .30s ease;
}
a {
	cursor:pointer;	text-decoration: none !important;
}
a:hover {
	color: #252525; text-decoration: underline;
}
.btn {
	cursor: pointer; border-radius: 0;
}
.btn.alert-trigger {
	color: #fdfdfd; background-color:#333;
}
.btn:hover {
	opacity: 0.9;
}
.inner-content-section .btn {
	background:rgba(135,170,188);	border-color: #949494; color: rgba(255,255,255,1);
}
.inner-content-section .btn:hover {
	background-color: rgba(135,170,188,0.4); color: #fff;
}
.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {outline: none;box-shadow: none;background-color: #444;border-color: #949494;color: #fff;}
.btn-primary:hover {
	border-color: #949494;
}
.btn.focus, .btn:focus {
	outline:none; box-shadow: none;
}
.section-divider {
	position: relative; padding: 50px 0;
}
.estimate-section-divider .alert, .estimate-section-divider .alert p {
    text-align: left; font-size: inherit;
}
.block-overlay {
	position: absolute; display: inline-block; background:rgba(0, 0, 0, 0.6); width: 100%; height: 100%; top: 0; left: 0; right: 0; bottom: 0; z-index: 0;
}
.fadeDiv {
	position: fixed; display: inline-block; z-index: 1050; color: #fff; background: #300e87; padding: 50px; top: 150px; bottom: 150px; left: 300px; right: 300px; transform:scale(0,0); box-shadow: 0px 0px 20px -1px #000; transition: all .20s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.menu-scaler {
	position: fixed; display: inline-block; padding: 50px; z-index: 1050; top: 150px; bottom: 150px; left: 300px; right: 300px; transform: scale(1,1);
}
.fadeDiv .fadeDiv-close {
	position: absolute; right: 20px; top: 10px; font-weight: 900; font-size: 2em; font-family: 'Lato'; cursor: pointer;
}
.navbar-collapse ul {
	width: 100%; justify-content: center; align-items: center;
}
.overlay {
	height: 100%; width: 100%; background: #ffffffbf;
}
#myBtn {
	display: block; width: 50px; height: 50px; position: fixed; top: 100%; right: 30px; z-index: 99; border: none; outline: none; background-color: #000000; color: #ffffff; cursor: pointer; font-size: 14px; padding-top: 0; border-radius: 0px; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease;
}
#myBtn i {
	color: white;
}
#myBtn:hover {
	background-color: #424242; color: #fff;
}

/**** Gallery Function Section ****/
#portfolio input {
	display: flex; flex-direction: column; justify-content: center; align-items: center; position: absolute; margin: 0; top: 0; left: -60px; z-index: 2; width: 60px; height: 60px; -webkit-appearance: none; background-image: url(/img/icons/close-btn-icon-red.png); background-repeat: no-repeat; background-color: transparent; background-size: contain; color: #ffffff; border: none; cursor: pointer; outline: none !important; -webkit-transition: all .30s ease; -moz-transition: all .30s ease; -o-transition: all .30s ease; transition: all .30s ease;
}
#portfolio input:hover {
	background-color: #fff;	opacity: .;
}
button.mfp-close, button.mfp-arrow {
	outline :none !important;
}
#portfolio {
	display: flex; padding: 0; overflow: hidden; flex-wrap: wrap; justify-content: center;
}
#portfolio li {
	display: flex; justify-content: center; align-items: center; float: left; position: relative; overflow: hidden; margin: 0 10px 20px;
}
#portfolio li a {
	transform: scale(1,1); display: block; width: 100%; height: 295px; width: 490px; overflow: hidden; -o-transition:all .30s ease; -moz-transition:all .30s ease; -webkit-transition:all .30s ease; transition:all .30s ease;
}
#portfolio li a:hover {
	transform: scale(1.1,1.1) !important;
}
#portfolio li a img {
	display: block; position: absolute; top: 0%; bottom: 0%; left: 0%; right: 0%; margin: auto; width: 100%; height: auto; transform: scale(1,1);
}
#portfolio li:hover .block-overlay {
	background-color: #000000cc;
}
#portfolio li:hover input {
	left: 0;
}
#portfolio .block-overlay {
	background: rgb(0,0,0,0.1); z-index: 1; -webkit-transition: all .30s ease; -moz-transition: all .30s ease; -o-transition: all .30s ease; transition: all .30s ease;
}

.mfp-ready .mfp-figure {
	opacity: 0; margin-left: -100px;
}
.mfp-zoom-in .mfp-figure, .mfp-zoom-in .mfp-iframe-holder .mfp-iframe-scaler {
	opacity: 0; margin-left: -100px; -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out; -webkit-transform: scale(0.95); -ms-transform: scale(0.95); transform: scale(0.95);
}
.mfp-zoom-in.mfp-bg,
.mfp-zoom-in .mfp-preloader {
	opacity: 0; -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-image-loaded .mfp-figure, .mfp-zoom-in.mfp-ready .mfp-iframe-holder .mfp-iframe-scaler {
	opacity: 1; margin-left: 0; -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg,
.mfp-zoom-in.mfp-ready .mfp-preloader {
	opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-figure, .mfp-zoom-in.mfp-removing .mfp-iframe-holder .mfp-iframe-scaler {
	-webkit-transform: scale(0.95);	-ms-transform: scale(0.95); transform: scale(0.95); opacity: 0; margin-left: -100px;
}
.mfp-zoom-in.mfp-removing.mfp-bg,
.mfp-zoom-in.mfp-removing .mfp-preloader {
	opacity: 0; margin-left: -20px;
}
.mfp-iframe-scaler {
	overflow: visible; /*so the close button is shown*/
}
.mfp-zoom-out-cur {
	cursor: auto;
}
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: pointer;
}

/**** Reviews Function ****/
.carousel-indicators li {
	position: relative; top: 51px; -ms-flex: 0 1 auto; flex: 0 1 auto; width: 30px;	height: 3px; margin-right: 3px;	margin-left: 3px; text-indent: -999px; background-color: rgb(191, 190, 190);
}
.carousel-indicators .active {
	background-color: #0f8029;
}

/* ========================================== */
/* === Footer Section ======================= */
/* ========================================== */
.footer-section .vms-link-wrapper img {
	width: 50%;
}
.footer-section .vms-link-wrapper a {
	width: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center;
}
.footer-section {
	padding: 0 0 10px; background: #4c3c33; color: rgb(255, 255, 255); font-size: 18px; font-weight: 400;
}
.footer-section .h-card {
	text-align: center;
}
.footer-section h2 {
	font-family: font5; font-size: 30px; letter-spacing: 2px; margin-top: 25px;
}
.footer-section h3.second {
	font-family: font5; font-size: 30px; letter-spacing: 2px; margin-top: 25px;
	text-align: left;
}
.footer-section h6 {
	font-family: font4; font-size: 16px;
}
.footer-section h3 {
	font-size: 1.3rem; color: rgb(30,30,30); font-weight: bold;
}
.footer-section p {
	color: rgb(255,255,255); font-size: 15px; font-family: 'font2';
}
.footer-section a {
	color: rgb(255,255,255); font-size: 16px;
}
.footer-section .service-cities p {
	margin: 0 0 3px;
}
.service-cities {
	margin-bottom: 1em;
}
.service-cities img {
	padding-bottom: 20px;
}

.service-cities h4 {
	font-size: 20px; font-family: 'font2'; font-weight: 600; text-decoration: underline; color: rgb(255, 255, 255);
}
.service-cities h3 {
	font-size: 20px; font-family: 'font2'; font-weight: 600; text-align: center;text-decoration: underline; color: rgb(255, 255, 255);
}
.footer-section .contacter {
	padding: 15px;
}
.footer-section .contacter h4 {
	font-family: font5; font-size: 20px;
}
.footer-section .contacter h5 {
	font-family: font4; font-size: 15px;
}
.footer-section .contacter i {
	font-size: 35px; margin-top: 15px;
}
.bottom-footer {
	padding: 25px 0px 15px 0px;
	background: #e7e0d9
}
.bottom-footer .vms-link-wrapper {
	position: relative; top: -10px;
}
.bottom-footer div[class*='col-']:nth-child(2) {
	display: flex; flex-direction: column; justify-content: center; align-items: center;
}
.bottom-footer div[class*='col-']:nth-child(3) {
	display: flex; justify-content: flex-end; font-size: 14px;
}
.bottom-footer div[class*='col-']:nth-child(3) a {
	display: flex; justify-content: center;	align-items: center; border: 1px solid #fff; border-radius: 100px; height: 28px; width: 28px; margin: 0 4px;
}
.bottom-footer div[class*='col-']:nth-child(3) a:hover {
	background: #0a0a0a; text-decoration: none !important; color: #929292;
}
.trademark-disclaimer {
	padding: 10px 0;
}
.trademark-disclaimer p {
	font-size: 8px; text-align: center; color: rgb(255,255,255);
}





/* === Lg. Laptop CSS Section ================= */
@media screen and (max-width : 1650px) {
	/*** Don't place anything here, unless absolutely necessary ***/
	
	
	
.home1 {
    background-color: #241914;
}
.home1 .container-fluid {
	padding: 0px;
}
.home1 .row {
	    --bs-gutter-x: 0;
}
.home1 .pad {
	padding: 150px 15px 150px 15px; background: #241914
}
.home1 .imagery {
	background: linear-gradient(0deg, rgb(255 255 255 / 0%) 25%, rgb(255 255 255 / 0%) 90%), url(/img/homepage/flooring-05.jpg) center no-repeat;
    background-size: cover;
	/*height: 100%;*/
	height: 100%; 
	border-top-left-radius: 00px;
    border-bottom-left-radius: 100px;
}
.home1 h1 {
	font-family: 'font5'; font-size: 35px; text-align: left; font-weight: 800; color: #e0d8c0;
}
.home1 p {
	font-size: 17px; font-family: 'font4'; font-weight: 500; text-align: justify; color: rgb(150,150,150); line-height: 35px;
}
.home1 span {
	color: rgb(83,82,82);
}
.home1 mark {
	padding: 15px; text-align: center;
	font-family: font4; font-size: 20px; font-weight: 600;
}
.home1 mark span {
	font-size: 25px;
}
.home2 {
	padding: 100px 0px 100px 0px; background: #e0d8c0;
}
.home2 .container-fluid {
	padding: 0px 20px 0px 20px;
}
.home2 .cardy {
	padding: 25px; background: #f5f5f5; height: auto; border-radius: 15px;
	margin-bottom: 25px; 
}
.home2 .process {
	padding: 125px 25px 125px 25px; background: #fff; text-align: center; box-shadow: 1px 1px 10px 1px #000;
	 position: relative; border-radius: 50px;
}
.home2 .colyum {
	background: #fff; height: 100%; width: 60px; border-top-left-radius: 15px; border-bottom-left-radius: 15px;
}
.home2 .colyum2 {
	background: #fff; height: 100%; width: 60px; border-top-right-radius: 15px; border-bottom-right-radius: 15px;
}
.home2 .step1 {
	background: linear-gradient(0deg, rgb(255 255 255 / 0%) 25%, rgb(255 255 255 / 0%) 90%), url(/img/backgrounds/step-1.jpg) center no-repeat;
    background-size: cover;  padding: 25px;     border-radius: 15px;
	/*height: 350px;*/
	height: auto;
	text-align: center;

}
.home2 .step1 h6 {
	font-family: font5; font-size: 45px; 
}
.home2 .step1:hover {
	background: #f3e2d1;position: relative;
    border-bottom-left-radius: 15px; box-shadow: 1px 1px 10px 1px #000;
    z-index: 1;
}
.home2 .step1:hover h4 {
	color: #241914
}
.home2 .step1:hover h5 {
	color: #241914
}
.home2 .step2 {
	background: linear-gradient(0deg, rgb(255 255 255 / 0%) 25%, rgb(255 255 255 / 0%) 90%), url(/img/backgrounds/step-2.jpg) center no-repeat;
    background-size: cover; padding: 25px; border-radius: 15px;
	/*height: 350px;*/
	height: auto;
	text-align: center;
}
.home2 .step2:hover {
    background: #9f7b64;
    position: relative; box-shadow: 1px 1px 10px 1px #000;
    border-bottom-right-radius: 15px;
    z-index: 1;
}
.home2 .step2:hover h4 {
	color: #241914
}
.home2 .step2:hover h5 {
	color: #241914
}
.home2 .step2 h6 {
	font-family: font5; font-size: 45px; 
}
.home2 .step3 {
	background: linear-gradient(0deg, rgb(255 255 255 / 0%) 25%, rgb(255 255 255 / 0%) 90%), url(/img/backgrounds/step-3.jpg) center no-repeat;
    background-size: cover; padding: 25px; border-radius: 15px;
	/*height: 350px;*/
	height: auto;
	text-align: center;

}
.home2 .step3:hover {
	background: #d6beaf;position: relative;
    border-top-right-radius: 15px; box-shadow: 1px 1px 10px 1px #000;
}
.home2 .step3:hover h4 {
	color: #241914
}
.home2 .step3:hover h5 {
	color: #241914
}
.home2 .step3 h6 {
	font-family: font5; font-size: 45px; 
}
.home2 .step4 {
	background: linear-gradient(0deg, rgb(255 255 255 / 0%) 25%, rgb(255 255 255 / 0%) 90%), url(/img/backgrounds/step-4.jpg) center no-repeat;
    background-size: cover; padding: 25px;border-radius: 15px;
	/*height: 350px;*/
	height: auto;
	text-align: center;

}
.home2 .step4:hover {
	background: #e7e0d9;position: relative;
    border-top-left-radius: 15px; box-shadow: 1px 1px 10px 1px #000;
}
.home2 .step4:hover h4 {
	color: #241914
}
.home2 .step4:hover h5 {
	color: #241914
}
.home2 .step4 h6 {
	font-family: font5; font-size: 45px; text-align: center; 
}
.home2 h2 {
	font-family: font5; font-size: 30px; color: #241914;
}
.home2 h3 {
	font-family: font4; font-size: 45px;
}
.home2 h4 {
	font-family: font5; color: transparent; font-size: 30px;
}
.home2 h5 {
	font-family: font4; color: transparent; font-size: 16px;
}
.home2  h6 {
	font-family: font5; font-size: 45px;  line-height: 43px; text-align: center;
}

.home2 p {
font-size: 17px; font-family: 'font4'; font-weight: 500; color: rgb(150,150,150); line-height: 35px;
}
.home2 i {
	font-size: 50px; background: #e0d8c0; color: #9f7b64; padding: 25px; border-radius: 15px;
}
.home3 {
	
background: #241914;    padding: 50px 10px 50px 10px;
}
.home3 .container-fluid {
	padding: 0px; 
}
.home3 .pillar {
/*border-top-right-radius: 75px;*/ background: linear-gradient(0deg, rgb(255 255 255 / 70%) 25%, rgb(255 255 255 / 70%) 90%), url(/img/backgrounds/wgp-1.png) center no-repeat;  padding: 0px 0px 0px 25px;
    background-size: cover;  border-radius: 25px;
}
.home3 .pillar .loyalty {
	background: linear-gradient(0deg, rgb(255 255 255 / 0%) 25%, rgb(255 255 255 / 0%) 90%), url(/img/homepage/loyalty-01.png) center 25% no-repeat; 
    background-size: cover; height: 100%; border-top-right-radius: 25px;  border-bottom-right-radius: 25px; 
}
.home3 .pillar .experience {
	background: linear-gradient(0deg, rgb(255 255 255 / 0%) 25%, rgb(255 255 255 / 0%) 90%), url(/img/homepage/experience-01.png) center 25% no-repeat; 
    background-size: cover; height: 100%; border-top-right-radius: 25px;  border-bottom-right-radius: 25px; 
}
.home3 .pillar .adaptive {
	background: linear-gradient(0deg, rgb(255 255 255 / 0%) 25%, rgb(255 255 255 / 0%) 90%), url(/img/homepage/adaptive-01.png) center 45% no-repeat; 
    background-size: cover; height: 100%; border-top-right-radius: 25px;  border-bottom-right-radius: 25px; 
}
.home3 .pillar .dependable {
	background: linear-gradient(0deg, rgb(255 255 255 / 0%) 25%, rgb(255 255 255 / 0%) 90%), url(/img/homepage/dependable-01.png) center 70% no-repeat; 
    background-size: cover; height: 100%; border-top-right-radius: 25px;  border-bottom-right-radius: 25px; 
}
.home3 .beegee {
	padding: 25px 0px 25px 0px; background: #fff; height: 100%; border-radius: 25px;	
}
.home3 h2 {
	font-family: font4; font-size: 35px; line-height: 65px; text-align: center;
}
.home3 h2 strong {
	font-family: font5; font-size: 45px; text-decoration: underline; letter-spacing: 3px;
}
.home3 h3 {
	font-family: font4; font-size: 30px;  margin-left: 0px;
}
.home3 h3 strong {
	font-size: 45px; text-decoration: underline;font-family: font5;
}
.home3 p {
font-size: 17px; font-family: 'font4'; font-weight: 500;  line-height: 35px; margin: 0px 10px 0px 10px;
}
.home3 img {
	max-width: 50%; /*border-top-right-radius: 75px;*/ /*box-shadow: 1px 1px 10px 1px #000;*/ border-radius: 15px;
}
.home3 .spacer {
	border-top: 1px solid #241914;
}
.home-split {
	
}
.home-split .row {
	    --bs-gutter-x: 0;
}
.home-split .rec1 {
	padding: 95px 25px 100px 25px; 
}
.home-split h2 {
	font-family: font4; font-size: 35px;
}
.home-split h3 {
	font-family: font4; font-size: 30px; text-align: center;
}
.home-split p {
font-size: 19px; font-family: 'font4'; font-weight: 500; line-height: 35px;
}
.home-split img {
	  border-top-left-radius: 25px; border-bottom-left-radius: 25px; height: auto;
}
.home-split2 {

}
.home-split2 .row {
	    --bs-gutter-x: 0;
}
.home-split2 .rec1 {
	padding: 95px 25px 100px 25px; 
}

.home-split2 h2 {
	font-family: font4; font-size: 35px;
}
.home-split2 h3 {
	font-family: font4; font-size: 30px; text-align: center;
}
.home-split2 p {
font-size: 19px; font-family: 'font4'; font-weight: 500; line-height: 35px;
}
.home-split2 img {
  border-top-right-radius: 25px; border-bottom-right-radius: 25px; height: auto;
}
.home4 {
	background: linear-gradient(270deg, rgb(245, 245, 245) 7%, rgb(245, 245, 245) 7%, rgba(255,255,255,0.4975331196931898) 7%), url(/img/backgrounds/wooden-02.jpg) center no-repeat;
    background-size: cover; padding: 0px 0px 100px 0px;
}
.home4 .container-fluid {
	 background: #f5f5f5; border-bottom-left-radius: 75px; border-bottom-right-radius: 25px;
}
.home4 .container {
	background: #f5f5f5; padding: 0px 20px 96px 20px; border-bottom-left-radius: 25px; border-bottom-right-radius: 25px; margin-top: -5px;
	border: 5px solid #241914; border-top: 5px solid #f5f5f5; margin-bottom: -100px; border-bottom: none; border-right: none;
}
.home4 .container .row {
	    --bs-gutter-x: 0;
}
.home4 .boarder {
	border: 5px solid #241914; border-top: none; border-right: none; border-bottom: none;
}
.home4 .intro {
	padding: 0px 0px 0px 0px; 
}
.home4 .intro h2 {
	font-family: font5; font-size: 35px; font-weight: 500; line-height: 100px;  text-align: center; color: #fff; text-shadow: 2px 2px 1px #241914;
}
.home4 .intro h2 span {
	font-size: 40px; font-family: font4; font-weight: 600;line-height: 45px;
}

.home4 h3 {
	font-family: font4; font-size: 30px; text-align: center;
}
.home4 .rec2 {
	padding: 15px; background: #e7e0d9; border-bottom: 1px solid #241914; border-right: 2px solid #241914; border-top-left-radius: 25px;
}
.home4 .rec3 {
	padding: 15px; background: #9f7b64;  border-bottom: 1px solid #241914;  border-left: 2px solid #241914; border-top-right-radius: 25px;
}
.home4 .rec4 {
	padding: 15px; background: #d6beaf;  border-top: 1px solid #241914; border-right: 2px solid #241914; border-bottom-left-radius: 25px;
}
.home4 .rec5 {
	padding: 15px; background: #f3e2d1;  border-top: 1px solid #241914;  border-left: 2px solid #241914; border-bottom-right-radius: 25px;
}
.home-service .container {
	padding: 50px 0px 50px 0px;
	background: linear-gradient(106deg, rgba(231,224,217,0.5) 0%, rgba(231,224,217,0.5) 25%, rgba(159,123,100,0.5) 25%, rgba(159,123,100,0.5) 50%, rgba(243,226,209,0.5) 50%, rgba(243,226,209,0.5) 75%, rgba(214,190,175,0.5) 75%, rgba(214,190,175,0.5) 100%), url(/img/backgrounds/ab-01.png) center no-repeat;
	background-size: cover; border: none; border-radius: 0px; margin: 0px; 
	
}
.home-service h3 {
	font-family: font4; font-size: 20px; font-weight: 600; text-align: center;
}
.home-service2 .container {
	padding: 50px 0px 50px 0px;
	background: linear-gradient(74deg, rgba(231,224,217,0.5) 0%, rgba(231,224,217,0.5) 25%, rgba(159,123,100,0.5) 25%, rgba(159,123,100,0.5) 50%, rgba(243,226,209,0.5) 50%, rgba(243,226,209,0.5) 75%, rgba(214,190,175,0.5) 75%, rgba(214,190,175,0.5) 100%), url(/img/backgrounds/ab-01.png) center no-repeat;
	background-size: cover;  border: none; border-radius: 0px; margin: 0px;
	
}
.home-service2 h3 {
	font-family: font4; font-size: 20px; font-weight: 600; text-align: center;
}

.choose {
	padding: 100px 0px 100px 0px; background: #d6beaf;color: #241914;
}

.choose .rec1 {
	padding: 10px; background: #e7e0d9;
}
.choose .rec2 {
	padding: 10px; background: #9f7b64;
}
.choose .rec3 {
	padding: 10px; background: #f3e2d1;
}
.choose h2 {
	font-family: font5; font-size: 40px; text-align: center; line-height: 50px;
}
.choose h3 {
	font-family: font4; font-size: 30px;
}
.choose p {
font-size: 19px; font-family: 'font4'; font-weight: 500; line-height: 35px;
}
.choose i {
	font-size: 60px;  margin-top: 25px; margin-left: 15px;
}
/**** About Section ****/
.about-1 {
	padding: 150px 10px 100px 10px; background: #4b4238;
    background-size: cover;
}

.about-1 h1 {
	font-family: 'font5'; font-weight: 500; font-size: 35px; color: #4b4238; text-shadow: 2px 2px 50px #444; letter-spacing: 5px; text-align: center;
}
.about-1 h2 {
	font-family: 'math'; font-weight: 600; font-size: 25px; color: #4b4238; text-shadow: 2px 2px 50px #444; letter-spacing: 3px;
}
.about-1 h5 {
	color: #a7a9ac; font-family: 'font2'; font-weight: 600; letter-spacing: 1.5px; line-height: 40px; font-size: 20px; text-shadow: 2px 2px 35px #444;
}
.about-1 hr {
	background: #4b4238;
}
.about-1 p {
	font-family: 'font2'; color: #444; font-size: 17px; line-height: 35px; text-shadow: 2px 2px 25px #444;   margin-right: 0; font-weight: 600; text-align: center;

}
.about-1 img {
max-width: 90%;
}
.about-1 .margy1 {
	margin-top: -0;
}
.about-1 li {
	color:  #4b4238; line-height: 40px; font-size: 20px; font-family: 'sans-serif';
	text-align: center;
	list-style-type: none;
	
}
.parallax4 {
  background: radial-gradient(circle, rgba(255,255,255,0.4990371148459384) 0%, rgba(255,255,255,1) 35%, rgba(255,255,255,1) 82%, rgb(255 255 255 / 50%) 100%), url(/img/backgrounds/wooden-01.jpg);
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
	padding:  75px 15px;
	color: #fff;
	box-shadow: 1px 1px 10px 3px #4449;

  background-repeat: no-repeat;
  background-size: cover;
}

/**** Services Section ****/
.service-intro {
	background: linear-gradient(0deg, rgb(255 255 255 / 0%) 25%, rgb(255 255 255 / 0%) 90%), url(/img/services/wood-floors-01.jpg) no-repeat; 
    background-size: cover; 
}
.service-intro .container-fluid {
	padding: 0px; 
}
.service-intro .row {
	    --bs-gutter-x: 0;
}
.service-intro .legend {
	padding: 150px 50px 150px 50px;
}
.service-intro .intros {
	color: #fff; text-shadow: 1px 1px 1px #000; padding: 100px 0px 100px 0px; 
}
.service-intro .flooring {
	padding: 100px; background: #ae9e8cc9;
}
.service-intro .flooring:hover {
	padding: 100px; background: #ae9e8c;
}
.service-intro .refinishing {
	padding: 100px; background: #ecd8ccba;
}
.service-intro .refinishing:hover {
	padding: 100px; background: #ecd8cc;
}
.service-intro .stairs {
	padding: 100px; background: #836554b8;
}
.service-intro .stairs:hover {
	padding: 100px; background: #836554;
}
.service-intro h1 {
	font-family: font5; font-size: 35px; text-align: center;
}
.service-intro h2 {
	font-family: font4; font-size: 35px; text-align: center; font-weight: 600;
}
.service-intro p {
font-size: 19px; font-family: 'font4'; font-weight: 500; line-height: 35px; text-align: center; margin: 25px 15px 0px 15px;
}
.service-intro a {
	color: inherit;
}
.service-main {
	background: linear-gradient(0deg, rgb(255 255 255 / 0%) 25%, rgb(255 255 255 / 0%) 90%), url(/img/backgrounds/wood-texture-01.png) no-repeat; 
    background-size: cover;padding: 200px 0px 200px 0px;
}
.service-flooring {
	 background: #ae9e8cc9; padding: 50px 10px;
}
.service-flooring h2 {
	font-family: font5; font-size: 45px;  font-weight: 500;
}
.service-flooring h3 {
	font-family: font4; font-size: 25px;  font-weight: 600;
}
.service-flooring p {
font-size: 19px; font-family: 'font4'; font-weight: 500; line-height: 35px; 
}
.service-refinishing {
	 background: #ecd8ccba; padding: 50px 10px;
}
.service-refinishing h2 {
	font-family: font5; font-size: 45px;  font-weight: 500;
}
.service-refinishing h3 {
	font-family: font4; font-size: 25px;  font-weight: 600;
}
.service-refinishing p {
font-size: 19px; font-family: 'font4'; font-weight: 500; line-height: 35px; 
}
.service-stairs {
	 background: #836554b8; padding: 50px 10px;
}
.service-stairs h2 {
	font-family: font5; font-size: 45px;  font-weight: 500;
}
.service-stairs h3 {
	font-family: font4; font-size: 25px;  font-weight: 600;
}
.service-stairs p {
font-size: 19px; font-family: 'font4'; font-weight: 500; line-height: 35px; 
}
.service-main img {
	border-radius: 25px;
}
/**** Gallery Section ****/
.gallery-page {
	padding: 75px 0 50px 0;	background: rgb(249,249,249);
}
.gallery-page h1 {
	font-size: 3rem; font-weight: 500; font-family: 'font5'; padding-bottom: 40px; text-align: center; color: rgb(129,141,148);
}
/**** Testimonials Section ****/
.testimonials {
	padding: 75px 0 50px 0;	background: rgb(249,249,249);
}
.testimonials h1 {
	font-size: 3rem; font-weight: 500; font-family: 'font5'; padding-bottom: 40px; text-align: center; color: rgb(129,141,148);
}
.testimonials h2 {
	font-size: 2rem; font-weight: 600; font-family: 'font5'; padding-bottom: 40px; text-align: center; color: rgb(129,141,148);
}
.testimonials p {
font-size: 1.1rem; font-family: 'font4'; font-weight: 500; line-height: 35px; 
}

.testimonials .box{
	background: #e7e0d9;
	padding: 35px;
	box-shadow: 1px 1px 10px 1px black;
	
	
	height: auto; 
	max-height: none; 
}


/**** Sections On Every Page ****/
.contact-section {
	padding: 50px 15px 50px 15px;text-align: center;
}
.contact-section h3 {
	font-size: 45px; font-family: font5; font-weight: 500; color: rgb(12,12,12); 
}
.contact-section h4 {
	font-size: 30px; font-family: font5; font-weight: 500; color: rgb(12,12,12);
}
.contact-section h5 {
	font-size: 20px; font-family: font4; font-weight: 500; color: rgb(12,12,12);
}
.contact-section p {
font-size: 17px; font-family: 'font4'; font-weight: 500;  line-height: 35px; 
}


/* ========================================== */
/* === Footer Section ======================= */
/* ========================================== */
.footer-section .vms-link-wrapper img {
	width: 50%;
}
.footer-section .vms-link-wrapper a {
	width: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center;
}
.footer-section {
	padding: 0 0 10px; background: #4c3c33; color: rgb(255, 255, 255); font-size: 18px; font-weight: 400;
}
.footer-section .h-card {
	text-align: center;
}
.footer-section h2 {
	font-family: font5; font-size: 30px; letter-spacing: 2px; margin-top: 25px;
}
.footer-section h6 {
	font-family: font4; font-size: 16px;
}
.footer-section h3 {
	font-size: 1.3rem; color: rgb(30,30,30); font-weight: bold;
}
.footer-section p {
	color: rgb(255,255,255); font-size: 15px; font-family: 'font2';
}
.footer-section a {
	color: rgb(255,255,255); font-size: 16px;
}
.footer-section .service-cities p {
	margin: 0 0 3px;
}
.service-cities {
	margin-bottom: 1em;
	text-align: center;
}
.service-cities img {
	padding-bottom: 20px;
}

.service-cities h4 {
	font-size: 20px; font-family: 'font2'; font-weight: 600; text-decoration: underline; color: rgb(255, 255, 255);
}
.service-cities h3 {
	font-size: 20px; font-family: 'font2'; font-weight: 600; text-align: center;text-decoration: underline; color: rgb(255, 255, 255);
}
.footer-section .contacter {
	padding: 15px;
}
.footer-section .contacter h4 {
	font-family: font5; font-size: 20px;
}
.footer-section .contacter h5 {
	font-family: font4; font-size: 15px;
}
.footer-section .contacter i {
	font-size: 35px; margin-top: 15px;
}
.bottom-footer {
	padding: 25px 0px 15px 0px;
	background: #e7e0d9
}
.bottom-footer .vms-link-wrapper {
	position: relative; top: -10px;
}
.bottom-footer div[class*='col-']:nth-child(2) {
	display: flex; flex-direction: column; justify-content: center; align-items: center;
}
.bottom-footer div[class*='col-']:nth-child(3) {
	display: flex; justify-content: flex-end; font-size: 14px;
}
.bottom-footer div[class*='col-']:nth-child(3) a {
	display: flex; justify-content: center;	align-items: center; border: 1px solid #fff; border-radius: 100px; height: 28px; width: 28px; margin: 0 4px;
}
.bottom-footer div[class*='col-']:nth-child(3) a:hover {
	background: #0a0a0a; text-decoration: none !important; color: #929292;
}
.trademark-disclaimer {
	padding: 10px 0;
}
.trademark-disclaimer p {
	font-size: 8px; text-align: center; color: rgb(255,255,255);
}

	
}





/* === Sm. Laptop CSS Section ================= */
@media screen and (max-width: 1024px) {
	
}
/* === Tablet CSS Section ===================== */
/*@media screen and (max-width: 768px) {*/
@media screen and (max-width: 991px) {
	/**** Top Header Section ****/
.mobile-top-header {
	display:block !important; padding: 0 30px 0; background: rgb(135,170,188); z-index: 4; overflow: visible;
}
.mobile-menu {
	text-align: center; position: fixed; height: 100%; width: 100%;	display: block;	padding-top: 6em; top: 100%; border: 0;	background: #232323; border-radius: 0; z-index: 1100; overflow: auto; -webkit-transition-property: all;	-webkit-transition-duration: .30s; -webkit-transition-timing-function: ease-in-out; transition-property: all; transition-duration: .30s; transition-timing-function: ease-in-out;
}
.mobile-menu .nav-link {
	font-size: 2em;	color: #c5c5c5 !important;
}
.mobile-menu-custom-show {
	top: 0%;
}
.mobile-menu-top-hero {
	background-size: cover;	padding: 40px 0 0; top:0; left:0; width: 100%; text-align: center;
}
.mobile-menu-top-hero h2 {
	padding: 0 25px;
}
#mobile-menu-header {
	margin-top: 0; background: #ffffff00; box-shadow: none;
}
#mobile-menu-header ul {
	list-style: none; padding: 0 20px; margin-top: 8em; position: relative; width: inherit;
}
#mobile-menu-header ul li a {
	color:#ffffff; padding: 20px 20px;
}
.header-contact_info a {
	color: rgb(255,255,255); margin: 0;
}
.top-header a, .top-header i, .top-header p {
	color: rgb(0,0,0);
}
.top-header-animate a, .top-header-animate i, .top-header-animate p {
	color: rgb(0,0,0);
}
.top-header {
	background: white; display: none;
}
.header-contact_info {
	font-size: 1.5em;
}
.navbar-scroll {
	display: none;
}
.header-contact_info .navbar-brand {
	font-size: 1.3em;
}
.top-header div[class*='col-']:first-child {
	justify-content: flex-start;
}
.top-header div[class*='col-'] {
	display: flex; justify-content: left; width: 33.333%; padding: 15px 0;
}
.top-header div[class*='col-']:nth-child(3) {
	display: flex; justify-content: flex-end; width: 33.333%; padding: 15px 0;
}
.top-header div[class*='col-']:nth-child(2) {
	background: none; margin: 0; display: flex; justify-content: center; align-items: center;
}
.top-header div[class*='col-']:nth-child(1) a {
	font-size: 1.5em;
}
.top-header div[class*='col-']:nth-child(2) p {
	font-size: inherit; line-height: inherit;
}
.top-header img {
    border-radius: 100%;
    box-shadow: 1px 1px 10px 1px #000;
    background: #fff;
	    margin-bottom: -0;
    margin-top: -8px;
	max-width: 70%;
	
}	

/**** Navigation Section ****/
.dropdown-wrapper {
	margin: 0; padding: 0;
}
.navbar-sidebar .dropdown-menu-mobile {
	position: relative; display: none; top: 0; left: 0; z-index: 1000; float: left; height: 0px; margin: 0; width: 100%; padding: 0; font-size: 18px; color: #e6e6e6 !important; text-align: left; list-style: none; background-color: rgb(200,200,200); border: 0; visibility: hidden; border-radius: 0; transform: scale(1,0); -webkit-transition: all .30s ease; -moz-transition: all .30s ease; -o-transition: all .30s ease; transition: all .30s ease;
}
.dropdown-menu-animate {
	display: inline-block !important; transform: scale(1,1) !important; padding: 25px 0 !important; height: auto !important; visibility: visible !important;
}
.navbar-sidebar .dropdown-menu-mobile a {
	color: rgb(75,75,75); font-weight:600 !important; font-size:1rem; 	    font-family: font5;
		color:black;
		 text-align: center;
}
.navbar-sidebar {
	padding-top: 185px; height: 100%; width: 200px; background-color: rgb(250,250,250); position: fixed !important; z-index: 2; overflow: auto;
}
.bar-block .dropdown-hover, .bar-block .dropdown-click {
	width: 100%;
}
.bar-block .dropdown-hover .dropdown-content, .bar-block .dropdown-click .dropdown-content {
	min-width: 100%;
}
.bar-block .dropdown-hover .button, .bar-block .dropdown-click .button {
	width: 100%; text-align: left; padding: 8px 16px;
}
.main, #main {
	transition: margin-left .4s;
}
.modal {
	display: none; padding-top: 100px; position: fixed; left: 0; top: 0; width: 100%; height: 100%;	overflow: auto; background-color: rgb(0,0,0); background-color: rgba(0,0,0,0.4);
}
.modal-content {
	margin: auto; background-color: #fff; position: relative; padding: 0; outline: 0; width: 1200px;
}
.bar {
	width: 100%; overflow: hidden;
}
.center .bar {
	display: inline-block; width: auto;
}
.bar .bar-item {
	padding: 8px 16px; float: left; width: auto; border: none; display: block; outline: 0;
}
.bar .dropdown-hover, .bar .dropdown-click {
	position: static; float: left;
}
.bar .button {
	white-space: normal;
}
.bar-block .bar-item {
	width: 100%; display: block; padding: 8px 16px; text-align: left; border: none; white-space: normal; float: none; outline: 0;
	    font-family: font5;
		color:black;
		
}
.nav-link{
	    font-family: font5;
		color:black;
		
}
.bar-block.center .bar-item {
	text-align: center;
}
.block {
	display: block; width: 100%;
}

/**** Misc. Section ****/
.btn {
	background: rgb(249,78,1); width: 50%; padding: 10px 0px; color: #ffffff; cursor: pointer; outline: none; border: none;
}
.alert h1,
.alert p {
	top: 2em; opacity: 0; position:relative;
}
.alert h1 {
	margin-top: 0; color: #2b1663;
}
.custom-show {
	position: fixed; transform: scale(1,1); border: 0; background: white; border-radius: 0; z-index: 1100; overflow: inherit; -webkit-transition-property: all; -webkit-transition-duration: .30s; -webkit-transition-timing-function: ease-in-out; transition-property: all; transition-duration: .30s; transition-timing-function: ease-in-out;
}
.alert-dismissible .close {
	position: absolute; top: 0; right: 0; background: transparent; border: none; padding: 0.75rem 1.25rem; color: rgb(80,80,80); font-family: 'font2'; outline: none; z-index: 3;
}
.alert-dismissible .close span {
	font-size: 35px;
}
.lnr {
	display: inline-block; fill: currentColor; width: 1em; height: 1em; vertical-align: -0.2em; cursor: pointer;
}
	
	
.home1 {
    background-color: #241914;
}
.home1 .container-fluid {
	padding: 0px;
}
.home1 .row {
	    --bs-gutter-x: 0;
}
.home1 .pad {
	padding: 150px 15px 150px 15px; background: #241914
}
.home1 .imagery {
	background: linear-gradient(0deg, rgb(255 255 255 / 0%) 25%, rgb(255 255 255 / 0%) 90%), url(/img/homepage/flooring-05.jpg) center no-repeat;
    background-size: cover;
	/*height: 100%;*/
	height: 350px; 
	border-top-left-radius: 00px;
    border-bottom-left-radius: 00px;
}
.home1 h1 {
	font-family: 'font5'; font-size: 35px; text-align: left; font-weight: 800; color: #e0d8c0;
}
.home1 p {
	font-size: 17px; font-family: 'font4'; font-weight: 500; text-align: justify; color: rgb(150,150,150); line-height: 35px;
}
.home1 span {
	color: rgb(83,82,82);
}
.home1 mark {
	padding: 15px; text-align: center;
	font-family: font4; font-size: 20px; font-weight: 600;
}
.home1 mark span {
	font-size: 25px;
}
.home2 {
	padding: 100px 0px 100px 0px; background: #e0d8c0;
}
.home2 .container-fluid {
	padding: 0px 20px 0px 20px;
}
.home2 .cardy {
	padding: 25px; background: #f5f5f5; height: auto; border-radius: 15px;
	margin-bottom: 25px; 
}
.home2 .process {
	padding: 125px 25px 125px 25px; background: #fff; text-align: center; box-shadow: 1px 1px 10px 1px #000;
	 position: relative; border-radius: 50px;
}
.home2 .colyum {
	background: #fff; height: 100%; width: 60px; border-top-left-radius: 15px; border-bottom-left-radius: 15px;
}
.home2 .colyum2 {
	background: #fff; height: 100%; width: 60px; border-top-right-radius: 15px; border-bottom-right-radius: 15px;
}
.home2 .step1 {
	background: linear-gradient(0deg, rgb(255 255 255 / 0%) 25%, rgb(255 255 255 / 0%) 90%), url(/img/backgrounds/step-1.jpg) center no-repeat;
    background-size: cover;  padding: 25px;     border-radius: 15px;
	/*height: 350px;*/
	height: auto;
 
}
.home2 .step1 h6 {
	font-family: font5; font-size: 45px; 
}
.home2 .step1 {
	background: #f3e2d1;position: relative;
    border-bottom-left-radius: 15px; box-shadow: 1px 1px 10px 1px #000;
    z-index: 1;
}
.home2 .step1 h4 {
	color: #241914
}
.home2 .step1 h5 {
	color: #241914
}
.home2 .step2 {
	background: linear-gradient(0deg, rgb(255 255 255 / 0%) 25%, rgb(255 255 255 / 0%) 90%), url(/img/backgrounds/step-2.jpg) center no-repeat;
    background-size: cover; padding: 25px; border-radius: 15px;
	/*height: 350px;*/
	height: auto;
}
.home2 .step2 {
    background: #9f7b64;
    position: relative; box-shadow: 1px 1px 10px 1px #000;
    border-bottom-right-radius: 15px;
    z-index: 1;
}
.home2 .step2 h4 {
	color: #241914
}
.home2 .step2 h5 {
	color: #241914
}
.home2 .step2 h6 {
	font-family: font5; font-size: 45px; 
}
.home2 .step3 {
	background: linear-gradient(0deg, rgb(255 255 255 / 0%) 25%, rgb(255 255 255 / 0%) 90%), url(/img/backgrounds/step-3.jpg) center no-repeat;
    background-size: cover; padding: 25px; border-radius: 15px;
	/*height: 350px;*/
	height: auto;

}
.home2 .step3 {
	background: #d6beaf;position: relative;
    border-top-right-radius: 15px; box-shadow: 1px 1px 10px 1px #000;
}
.home2 .step3 h4 {
	color: #241914
}
.home2 .step3 h5 {
	color: #241914
}
.home2 .step3 h6 {
	font-family: font5; font-size: 45px; 
}
.home2 .step4 {
	background: linear-gradient(0deg, rgb(255 255 255 / 0%) 25%, rgb(255 255 255 / 0%) 90%), url(/img/backgrounds/step-4.jpg) center no-repeat;
    background-size: cover; padding: 25px;border-radius: 15px;
	/*height: 350px;*/
	height: auto;

}
.home2 .step4 {
	background: #e7e0d9;position: relative;
    border-top-left-radius: 15px; box-shadow: 1px 1px 10px 1px #000;
}
.home2 .step4 h4 {
	color: #241914
}
.home2 .step4 h5 {
	color: #241914
}
.home2 .step4 h6 {
	font-family: font5; font-size: 45px; text-align: center; 
}
.home2 h2 {
	font-family: font5; font-size: 30px; color: #241914;
}
.home2 h3 {
	font-family: font4; font-size: 45px;
}
.home2 h4 {
	font-family: font5; color: transparent; font-size: 30px;
}
.home2 h5 {
	font-family: font4; color: transparent; font-size: 16px;
}
.home2  h6 {
	font-family: font5; font-size: 45px;  line-height: 43px; text-align: center;
}

.home2 p {
font-size: 17px; font-family: 'font4'; font-weight: 500; color: rgb(150,150,150); line-height: 35px;
}
.home2 i {
	font-size: 50px; background: #e0d8c0; color: #9f7b64; padding: 25px; border-radius: 15px;
}
.home3 {
	
background: #241914;    padding: 50px 10px 50px 10px;
}
.home3 .container-fluid {
	padding: 0px; 
}
.home3 .pillar {
/*border-top-right-radius: 75px;*/ background: linear-gradient(0deg, rgb(255 255 255 / 70%) 25%, rgb(255 255 255 / 70%) 90%), url(/img/backgrounds/wgp-1.png) center no-repeat;  padding: 0px 0px 0px 25px;
    background-size: cover;  border-radius: 25px;
}
.home3 .pillar .loyalty {
	background: linear-gradient(0deg, rgb(255 255 255 / 0%) 25%, rgb(255 255 255 / 0%) 90%), url(/img/homepage/loyalty-01.png) center 25% no-repeat; 
    background-size: cover; height: 100%; border-top-right-radius: 25px;  border-bottom-right-radius: 25px; 
}
.home3 .pillar .experience {
	background: linear-gradient(0deg, rgb(255 255 255 / 0%) 25%, rgb(255 255 255 / 0%) 90%), url(/img/homepage/experience-01.png) center 25% no-repeat; 
    background-size: cover; height: 100%; border-top-right-radius: 25px;  border-bottom-right-radius: 25px; 
}
.home3 .pillar .adaptive {
	background: linear-gradient(0deg, rgb(255 255 255 / 0%) 25%, rgb(255 255 255 / 0%) 90%), url(/img/homepage/adaptive-01.png) center 45% no-repeat; 
    background-size: cover; height: 100%; border-top-right-radius: 25px;  border-bottom-right-radius: 25px; 
}
.home3 .pillar .dependable {
	background: linear-gradient(0deg, rgb(255 255 255 / 0%) 25%, rgb(255 255 255 / 0%) 90%), url(/img/homepage/dependable-01.png) center 70% no-repeat; 
    background-size: cover; height: 100%; border-top-right-radius: 25px;  border-bottom-right-radius: 25px; 
}
.home3 .beegee {
	padding: 25px 0px 25px 0px; background: #fff; height: 100%; border-radius: 25px;	
}
.home3 h2 {
	font-family: font4; font-size: 35px; line-height: 65px; text-align: center;
}
.home3 h2 strong {
	font-family: font5; font-size: 45px; text-decoration: underline; letter-spacing: 3px;
}
.home3 h3 {
	font-family: font4; font-size: 30px;  margin-left: 0px;
}
.home3 h3 strong {
	font-size: 45px; text-decoration: underline;font-family: font5;
}
.home3 p {
font-size: 17px; font-family: 'font4'; font-weight: 500;  line-height: 35px; margin: 0px 10px 0px 10px;
}
.home3 img {
	max-width: 50%; /*border-top-right-radius: 75px;*/ /*box-shadow: 1px 1px 10px 1px #000;*/ border-radius: 15px;
}
.home3 .spacer {
	border-top: 1px solid #241914;
}
.home-split {
	
}
.home-split .row {
	    --bs-gutter-x: 0;
}
.home-split .rec1 {
	padding: 95px 25px 100px 25px; 
}
.home-split h2 {
	font-family: font4; font-size: 35px;
}
.home-split h3 {
	font-family: font4; font-size: 30px; text-align: center;
}
.home-split p {
font-size: 19px; font-family: 'font4'; font-weight: 500; line-height: 35px;
}
.home-split img {
	  border-top-left-radius: 25px; border-bottom-left-radius: 25px; height: auto;
}
.home-split2 {

}
.home-split2 .row {
	    --bs-gutter-x: 0;
}
.home-split2 .rec1 {
	padding: 95px 25px 100px 25px; 
}

.home-split2 h2 {
	font-family: font4; font-size: 35px;
}
.home-split2 h3 {
	font-family: font4; font-size: 30px; text-align: center;
}
.home-split2 p {
font-size: 19px; font-family: 'font4'; font-weight: 500; line-height: 35px;
}
.home-split2 img {
  border-top-right-radius: 25px; border-bottom-right-radius: 25px; height: auto;
}
.home4 {
	background: linear-gradient(270deg, rgb(245, 245, 245) 7%, rgb(245, 245, 245) 7%, rgba(255,255,255,0.4975331196931898) 7%), url(/img/backgrounds/wooden-02.jpg) center no-repeat;
    background-size: cover; padding: 0px 0px 100px 0px;
}
.home4 .container-fluid {
	 background: #f5f5f5; border-bottom-left-radius: 75px; border-bottom-right-radius: 25px;
}
.home4 .container {
	background: #f5f5f5; padding: 0px 20px 96px 20px; border-bottom-left-radius: 25px; border-bottom-right-radius: 25px; margin-top: -5px;
	border: 5px solid #241914; border-top: 5px solid #f5f5f5; margin-bottom: -100px; border-bottom: none; border-right: none;
}
.home4 .container .row {
	    --bs-gutter-x: 0;
}
.home4 .boarder {
	border: 5px solid #241914; border-top: none; border-right: none; border-bottom: none;
}
.home4 .intro {
	padding: 0px 0px 0px 0px; 
}
.home4 .intro h2 {
	font-family: font5; font-size: 35px; font-weight: 500; line-height: 100px;  text-align: center; color: #fff; text-shadow: 2px 2px 1px #241914;
}
.home4 .intro h2 span {
	font-size: 40px; font-family: font4; font-weight: 600;line-height: 45px;
}

.home4 h3 {
	font-family: font4; font-size: 30px; text-align: center;
}
.home4 .rec2 {
	padding: 15px; background: #e7e0d9; border-bottom: 1px solid #241914; border-right: 2px solid #241914; border-top-left-radius: 25px;
}
.home4 .rec3 {
	padding: 15px; background: #9f7b64;  border-bottom: 1px solid #241914;  border-left: 2px solid #241914; border-top-right-radius: 25px;
}
.home4 .rec4 {
	padding: 15px; background: #d6beaf;  border-top: 1px solid #241914; border-right: 2px solid #241914; border-bottom-left-radius: 25px;
}
.home4 .rec5 {
	padding: 15px; background: #f3e2d1;  border-top: 1px solid #241914;  border-left: 2px solid #241914; border-bottom-right-radius: 25px;
}
.home-service .container {
	padding: 50px 0px 50px 0px;
	background: linear-gradient(106deg, rgba(231,224,217,0.5) 0%, rgba(231,224,217,0.5) 25%, rgba(159,123,100,0.5) 25%, rgba(159,123,100,0.5) 50%, rgba(243,226,209,0.5) 50%, rgba(243,226,209,0.5) 75%, rgba(214,190,175,0.5) 75%, rgba(214,190,175,0.5) 100%), url(/img/backgrounds/ab-01.png) center no-repeat;
	background-size: cover; border: none; border-radius: 0px; margin: 0px; 
	
}
.home-service h3 {
	font-family: font4; font-size: 20px; font-weight: 600; text-align: center;
}
.home-service2 .container {
	padding: 50px 0px 50px 0px;
	background: linear-gradient(74deg, rgba(231,224,217,0.5) 0%, rgba(231,224,217,0.5) 25%, rgba(159,123,100,0.5) 25%, rgba(159,123,100,0.5) 50%, rgba(243,226,209,0.5) 50%, rgba(243,226,209,0.5) 75%, rgba(214,190,175,0.5) 75%, rgba(214,190,175,0.5) 100%), url(/img/backgrounds/ab-01.png) center no-repeat;
	background-size: cover;  border: none; border-radius: 0px; margin: 0px;
	
}
.home-service2 h3 {
	font-family: font4; font-size: 20px; font-weight: 600; text-align: center;
}

.choose {
	padding: 100px 0px 100px 0px; background: #d6beaf;color: #241914;
}

.choose .rec1 {
	padding: 10px; background: #e7e0d9;
}
.choose .rec2 {
	padding: 10px; background: #9f7b64;
}
.choose .rec3 {
	padding: 10px; background: #f3e2d1;
}
.choose h2 {
	font-family: font5; font-size: 40px; text-align: center; line-height: 50px;
}
.choose h3 {
	font-family: font4; font-size: 30px;
}
.choose p {
font-size: 19px; font-family: 'font4'; font-weight: 500; line-height: 35px;
}
.choose i {
	font-size: 60px;  margin-top: 25px; margin-left: 15px;
}
/**** About Section ****/
.about-1 {
	padding: 150px 10px 100px 10px; background: #4b4238;
    background-size: cover;
}

.about-1 h1 {
	font-family: 'font5'; font-weight: 500; font-size: 35px; color: #4b4238; text-shadow: 2px 2px 50px #444; letter-spacing: 5px; text-align: center;
}
.about-1 h2 {
	font-family: 'math'; font-weight: 600; font-size: 25px; color: #4b4238; text-shadow: 2px 2px 50px #444; letter-spacing: 3px;
}
.about-1 h5 {
	color: #a7a9ac; font-family: 'font2'; font-weight: 600; letter-spacing: 1.5px; line-height: 40px; font-size: 20px; text-shadow: 2px 2px 35px #444;
}
.about-1 hr {
	background: #4b4238;
}
.about-1 p {
	font-family: 'font2'; color: #444; font-size: 17px; line-height: 35px; text-shadow: 2px 2px 25px #444;   margin-right: 0; font-weight: 600; text-align: center;

}
.about-1 img {
max-width: 90%;
}
.about-1 .margy1 {
	margin-top: -0;
}
.about-1 li {
	color:  #4b4238; line-height: 40px; font-size: 20px; font-family: 'sans-serif';
	text-align: center;
	list-style-type: none;
	
}
.parallax4 {
  background: radial-gradient(circle, rgba(255,255,255,0.4990371148459384) 0%, rgba(255,255,255,1) 35%, rgba(255,255,255,1) 82%, rgb(255 255 255 / 50%) 100%), url(/img/backgrounds/wooden-01.jpg);
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
	padding:  75px 15px;
	color: #fff;
	box-shadow: 1px 1px 10px 3px #4449;

  background-repeat: no-repeat;
  background-size: cover;
}

/**** Services Section ****/
.service-intro {
	background: linear-gradient(0deg, rgb(255 255 255 / 0%) 25%, rgb(255 255 255 / 0%) 90%), url(/img/services/wood-floors-01.jpg) no-repeat; 
    background-size: cover; 
}
.service-intro .container-fluid {
	padding: 0px; 
}
.service-intro .row {
	    --bs-gutter-x: 0;
}
.service-intro .legend {
	padding: 150px 50px 150px 50px;
}
.service-intro .intros {
	color: #fff; text-shadow: 1px 1px 1px #000; padding: 100px 0px 100px 0px; 
}
.service-intro .flooring {
	padding: 100px; background: #ae9e8cc9;
}
.service-intro .flooring:hover {
	padding: 100px; background: #ae9e8c;
}
.service-intro .refinishing {
	padding: 100px; background: #ecd8ccba;
}
.service-intro .refinishing:hover {
	padding: 100px; background: #ecd8cc;
}
.service-intro .stairs {
	padding: 100px; background: #836554b8;
}
.service-intro .stairs:hover {
	padding: 100px; background: #836554;
}
.service-intro h1 {
	font-family: font5; font-size: 35px; text-align: center;
}
.service-intro h2 {
	font-family: font4; font-size: 35px; text-align: center; font-weight: 600;
}
.service-intro p {
font-size: 19px; font-family: 'font4'; font-weight: 500; line-height: 35px; text-align: center; margin: 25px 15px 0px 15px;
}
.service-intro a {
	color: inherit;
}
.service-main {
	background: linear-gradient(0deg, rgb(255 255 255 / 0%) 25%, rgb(255 255 255 / 0%) 90%), url(/img/backgrounds/wood-texture-01.png) no-repeat; 
    background-size: cover;padding: 200px 0px 200px 0px;
}
.service-flooring {
	 background: #ae9e8cc9; padding: 50px 10px;
}
.service-flooring h2 {
	font-family: font5; font-size: 45px;  font-weight: 500;
}
.service-flooring h3 {
	font-family: font4; font-size: 25px;  font-weight: 600;
}
.service-flooring p {
font-size: 19px; font-family: 'font4'; font-weight: 500; line-height: 35px; 
}
.service-refinishing {
	 background: #ecd8ccba; padding: 50px 10px;
}
.service-refinishing h2 {
	font-family: font5; font-size: 45px;  font-weight: 500;
}
.service-refinishing h3 {
	font-family: font4; font-size: 25px;  font-weight: 600;
}
.service-refinishing p {
font-size: 19px; font-family: 'font4'; font-weight: 500; line-height: 35px; 
}
.service-stairs {
	 background: #836554b8; padding: 50px 10px;
}
.service-stairs h2 {
	font-family: font5; font-size: 45px;  font-weight: 500;
}
.service-stairs h3 {
	font-family: font4; font-size: 25px;  font-weight: 600;
}
.service-stairs p {
font-size: 19px; font-family: 'font4'; font-weight: 500; line-height: 35px; 
}
.service-main img {
	border-radius: 25px;
}
/**** Gallery Section ****/
.gallery-page {
	padding: 75px 0 50px 0;	background: rgb(249,249,249);
}
.gallery-page h1 {
	font-size: 3rem; font-weight: 500; font-family: 'font5'; padding-bottom: 40px; text-align: center; color: rgb(129,141,148);
}
/**** Testimonials Section ****/
.testimonials {
	padding: 75px 0 50px 0;	background: rgb(249,249,249);
}
.testimonials h1 {
	font-size: 3rem; font-weight: 500; font-family: 'font5'; padding-bottom: 40px; text-align: center; color: rgb(129,141,148);
}
.testimonials h2 {
	font-size: 2rem; font-weight: 600; font-family: 'font5'; padding-bottom: 40px; text-align: center; color: rgb(129,141,148);
}
.testimonials p {
font-size: 1.1rem; font-family: 'font4'; font-weight: 500; line-height: 35px; 
}

.testimonials .box{
	background: #e7e0d9;
	padding: 35px;
	box-shadow: 1px 1px 10px 1px black;
	
	
	height: auto; 
	max-height: none; 
}


/**** Sections On Every Page ****/
.contact-section {
	padding: 50px 15px 50px 15px;text-align: center;
}
.contact-section h3 {
	font-size: 45px; font-family: font5; font-weight: 500; color: rgb(12,12,12); 
}
.contact-section h4 {
	font-size: 30px; font-family: font5; font-weight: 500; color: rgb(12,12,12);
}
.contact-section h5 {
	font-size: 20px; font-family: font4; font-weight: 500; color: rgb(12,12,12);
}
.contact-section p {
font-size: 17px; font-family: 'font4'; font-weight: 500;  line-height: 35px; 
}


/* ========================================== */
/* === Footer Section ======================= */
/* ========================================== */
.footer-section .vms-link-wrapper img {
	width: 50%;
}
.footer-section .vms-link-wrapper a {
	width: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center;
}
.footer-section {
	padding: 0 0 10px; background: #4c3c33; color: rgb(255, 255, 255); font-size: 18px; font-weight: 400;
}
.footer-section .h-card {
	text-align: center;
}
.footer-section h2 {
	font-family: font5; font-size: 30px; letter-spacing: 2px; margin-top: 25px;
}
.footer-section h6 {
	font-family: font4; font-size: 16px;
}
.footer-section h3 {
	font-size: 1.3rem; color: rgb(30,30,30); font-weight: bold;
}
.footer-section p {
	color: rgb(255,255,255); font-size: 15px; font-family: 'font2';
}
.footer-section a {
	color: rgb(255,255,255); font-size: 16px;
}
.footer-section .service-cities p {
	margin: 0 0 3px;
}
.service-cities {
	margin-bottom: 1em;
	text-align: center;
}
.service-cities img {
	padding-bottom: 20px;
}

.service-cities h4 {
	font-size: 20px; font-family: 'font2'; font-weight: 600; text-decoration: underline; color: rgb(255, 255, 255);
}
.service-cities h3 {
	font-size: 20px; font-family: 'font2'; font-weight: 600; text-align: center;text-decoration: underline; color: rgb(255, 255, 255);
}
.footer-section .contacter {
	padding: 15px;
}
.footer-section .contacter h4 {
	font-family: font5; font-size: 20px;
}
.footer-section .contacter h5 {
	font-family: font4; font-size: 15px;
}
.footer-section .contacter i {
	font-size: 35px; margin-top: 15px;
}
.bottom-footer {
	padding: 25px 0px 15px 0px;
	background: #e7e0d9
}
.bottom-footer .vms-link-wrapper {
	position: relative; top: -10px;
}
.bottom-footer div[class*='col-']:nth-child(2) {
	display: flex; flex-direction: column; justify-content: center; align-items: center;
}
.bottom-footer div[class*='col-']:nth-child(3) {
	display: flex; justify-content: flex-end; font-size: 14px;
}
.bottom-footer div[class*='col-']:nth-child(3) a {
	display: flex; justify-content: center;	align-items: center; border: 1px solid #fff; border-radius: 100px; height: 28px; width: 28px; margin: 0 4px;
}
.bottom-footer div[class*='col-']:nth-child(3) a:hover {
	background: #0a0a0a; text-decoration: none !important; color: #929292;
}
.trademark-disclaimer {
	padding: 10px 0;
}
.trademark-disclaimer p {
	font-size: 8px; text-align: center; color: rgb(255,255,255);
}






}
/* === Mobile CSS Section ===================== */
@media screen and (max-width: 690px) {

/**** Top Header Section ****/
.mobile-top-header {
	display:block !important; padding: 0 30px 0; background: rgb(135,170,188); z-index: 4; overflow: visible;
}
.mobile-menu {
	text-align: center; position: fixed; height: 100%; width: 100%;	display: block;	padding-top: 6em; top: 100%; border: 0;	background: #232323; border-radius: 0; z-index: 1100; overflow: auto; -webkit-transition-property: all;	-webkit-transition-duration: .30s; -webkit-transition-timing-function: ease-in-out; transition-property: all; transition-duration: .30s; transition-timing-function: ease-in-out;
}
.mobile-menu .nav-link {
	font-size: 2em;	color: #c5c5c5 !important;
}
.mobile-menu-custom-show {
	top: 0%;
}
.mobile-menu-top-hero {
	background-size: cover;	padding: 40px 0 0; top:0; left:0; width: 100%; text-align: center;
}
.mobile-menu-top-hero h2 {
	padding: 0 25px;
}
#mobile-menu-header {
	margin-top: 0; background: #ffffff00; box-shadow: none;
}
#mobile-menu-header ul {
	list-style: none; padding: 0 20px; margin-top: 8em; position: relative; width: inherit;
}
#mobile-menu-header ul li a {
	color:#ffffff; padding: 20px 20px;
}
.header-contact_info a {
	color: rgb(255,255,255); margin: 0;
}
.top-header a, .top-header i, .top-header p {
	color: rgb(0,0,0);
}
.top-header-animate a, .top-header-animate i, .top-header-animate p {
	color: rgb(0,0,0);
}
.top-header {
	background: white; display: none;
	height: 135px; 
}
.header-contact_info {
	font-size: 1.5em;
}
.navbar-scroll {
	display: none;
}
.header-contact_info .navbar-brand {
	font-size: 1.3em;
}
.top-header div[class*='col-']:first-child {
	justify-content: flex-start;
}
.top-header div[class*='col-'] {
	display: flex; justify-content: left; width: 33.333%; padding: 15px 0;
}
.top-header div[class*='col-']:nth-child(3) {
	display: flex; justify-content: flex-end; width: 33.333%; padding: 15px 0;
}
.top-header div[class*='col-']:nth-child(2) {
	background: none; margin: 0; display: flex; justify-content: center; align-items: center;
}
.top-header div[class*='col-']:nth-child(1) a {
	font-size: 1.5em;
}
.top-header div[class*='col-']:nth-child(2) p {
	font-size: inherit; line-height: inherit;
}

/**** Navigation Section ****/
.dropdown-wrapper {
	margin: 0; padding: 0;
}
.navbar-sidebar .dropdown-menu-mobile {
	position: relative; display: none; top: 0; left: 0; z-index: 1000; float: left; height: 0px; margin: 0; width: 100%; padding: 0; font-size: 18px; color: #e6e6e6 !important; text-align: left; list-style: none; background-color: rgb(200,200,200); border: 0; visibility: hidden; border-radius: 0; transform: scale(1,0); -webkit-transition: all .30s ease; -moz-transition: all .30s ease; -o-transition: all .30s ease; transition: all .30s ease;
}
.dropdown-menu-animate {
	display: inline-block !important; transform: scale(1,1) !important; padding: 25px 0 !important; height: auto !important; visibility: visible !important;
}
.navbar-sidebar .dropdown-menu-mobile a {
	color: rgb(75,75,75); font-weight:600 !important; font-size: 1.3em; font-family: 'Raleway'; text-align: center;
}
.navbar-sidebar {
	padding-top: 130px; height: 100%; width: 200px; background-color: rgb(250,250,250); position: fixed !important; z-index: 2; overflow: auto;
}
.bar-block .dropdown-hover, .bar-block .dropdown-click {
	width: 100%;
}
.bar-block .dropdown-hover .dropdown-content, .bar-block .dropdown-click .dropdown-content {
	min-width: 100%;
}
.bar-block .dropdown-hover .button, .bar-block .dropdown-click .button {
	width: 100%; text-align: left; padding: 8px 16px;
}
.main, #main {
	transition: margin-left .4s;
}
.modal {
	display: none; padding-top: 100px; position: fixed; left: 0; top: 0; width: 100%; height: 100%;	overflow: auto; background-color: rgb(0,0,0); background-color: rgba(0,0,0,0.4);
}
.modal-content {
	margin: auto; background-color: #fff; position: relative; padding: 0; outline: 0; width: 1200px;
}
.bar {
	width: 100%; overflow: hidden;
}
.center .bar {
	display: inline-block; width: auto;
}
.bar .bar-item {
	padding: 8px 16px; float: left; width: auto; border: none; display: block; outline: 0;
}
.bar .dropdown-hover, .bar .dropdown-click {
	position: static; float: left;
}
.bar .button {
	white-space: normal;
}
.bar-block .bar-item {
	width: 100%; display: block; padding: 8px 16px; text-align: left; border: none; white-space: normal; float: none; outline: 0;
}
.bar-block.center .bar-item {
	text-align: center;
}
.block {
	display: block; width: 100%;
}

/**** Misc. Section ****/
.btn {
	background: rgb(249,78,1); width: 50%; padding: 10px 0px; color: #ffffff; cursor: pointer; outline: none; border: none;
}
.alert h1,
.alert p {
	top: 2em; opacity: 0; position:relative;
}
.alert h1 {
	margin-top: 0; color: #2b1663;
}
.custom-show {
	position: fixed; transform: scale(1,1); border: 0; background: white; border-radius: 0; z-index: 1100; overflow: inherit; -webkit-transition-property: all; -webkit-transition-duration: .30s; -webkit-transition-timing-function: ease-in-out; transition-property: all; transition-duration: .30s; transition-timing-function: ease-in-out;
}
.alert-dismissible .close {
	position: absolute; top: 0; right: 0; background: transparent; border: none; padding: 0.75rem 1.25rem; color: rgb(80,80,80); font-family: 'font2'; outline: none; z-index: 3;
}
.alert-dismissible .close span {
	font-size: 35px;
}
.lnr {
	display: inline-block; fill: currentColor; width: 1em; height: 1em; vertical-align: -0.2em; cursor: pointer;
}

}
/* === Sm. Mobile CSS Section ================= */
@media screen and (max-width: 375px) {

}