/* ========================================== */
/* === 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. Contact Section ================ */
/* ===    g. 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/sf1.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'font5';
	src:url('../fonts/sf2.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'font6';
	src:url('../fonts/sf3.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: linear-gradient(301deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 5%, rgba(255,255,255,1) 5%, rgba(255,255,255,1) 95%, rgba(0,0,0,0) 95%, rgba(0,0,0,0) 100%);*/	z-index: 5; -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 {
	    padding: 9px 15px 9px 15px;
    background: transparent;
    font-weight: 600;
    font-family: 'font2';
    /*color: rgb(175 171 171);*/
    color: rgb(256 256 256);

    /*border: 1px dotted rgb(193 185 185);*/
    border: 1px dotted rgb(256 256 256);

}
.top-header div[class*='col-']:nth-child(3) a:hover {
	background: #FFF; color: #000; border: 1px solid #000;
}
.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: transparent;
    font-weight: 600;
    font-family: 'font2';
    /*color: rgb(175 171 171);*/
    color: rgb(256 256 256);

    /*border: 1px dotted rgb(193 185 185);*/
    border: 1px dotted rgb(256 256 256);
}
.top-header div[class*='col-']:nth-child(4) a:hover {
	background: #FFF; color: #000; border: 1px solid #000;
}
.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: rgb(196,41,56); 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;
}
.top-header .spinna {
    margin-top: -10px;
        border: 4px solid #000;
    border-top: none;
    background: #fff;
    padding: 48px;
    width: 325px; 
    margin-bottom: -110px;
}
.top-header .spinna img {
	 /*transform: rotate(-5deg);*/
	 transform: rotate(-0deg);

}
.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;
}

/* ======================================== */
/* === 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: 18px; border: none; outline: none; color: white; padding: 14px 16px; background-color: inherit;font-family: inherit; margin: 0; font-family: font2; font-weight: 600;
}
.navbar a:hover, .dropdown:hover .dropbtn {
	background-color: #0009;
}
.dropdown-one {
	cursor: pointer; display: none; position: absolute; background-color: #f9f9f9; min-width: 200px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.dropdown-one a {
	color: inherit; padding: 13px; font-size: 14px;
}
.dropdown-one a:hover {
	/*color: inherit; padding: 13px; font-size: 14px;*/
	/*background-color: #ddd;*/
}
.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: 5px 10px; 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: transparent;
}
.top-header-animate .spinna {
	   /* transform: rotate(0deg);
    margin-top: -35px;*/
}
.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;
}
.navbar-scroll {
	    padding: 115px 0 15px;
    position: fixed;
    /*background-image: linear-gradient(rgb(255 255 255 / 30%), rgb(255 255 255 / 33%)), url(/img/ws-3-new.jpg);*/
	background-image: linear-gradient(rgb(0 0 0 / 55%), rgb(0 0 0 / 55%)), url(/img/decking-background-new.jpg);

	margin-left: -25px;    border-bottom: 3px solid #000;
    background-size: 10%; width: 100%; z-index: 4;	-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: rgb(255,255,255); font-family: 'font2';
}
.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);
}
.home-intro {
	    /*background-image: linear-gradient(rgb(255 255 255 / 30%), rgb(255 255 255 / 33%)), url(/img/decks-1-new.jpg); padding: 75px 0 125px 0; */
	    background-image: linear-gradient(rgb(255 255 255 / 30%), rgb(255 255 255 / 33%)), url(/img/arbor/arb-032.jpg); padding: 75px 0 125px 0; 

    background-size: cover;
}
.home-intro .pad {
	padding: 250px 100px 0px 170px; 
}
.home-intro .pad h2 {
	/*font-weight: 500; color: rgb(255,255,255); font-size: 40px; text-shadow: 0px 0px 5px #000; font-family: cursive; text-align: left;*/
	
    font-weight: 900;
    color: #e70625;
    font-size: 40px;
    text-shadow: 0px 1px 0px #000;
    /*font-family: cursive;*/
	/*font-family: 'Signika Negative';*/
	font-family: 'Shadows Into Light';
	/*font-family: 'LXGW WenKai Mono TC';*/

	text-align: left;
	
  /*-webkit-text-stroke-width: 1px;*/
   -webkit-text-stroke-width: 0px;

  -webkit-text-stroke-color: black;
	
	
	}
	
.home-intro .pad h2 span.tate-red {
    color: #e70625; /* Red color for "Tate" */
    font-weight: 900;
    -webkit-text-stroke-width: 0px;
    -webkit-text-stroke-color: black;
}

.home-intro .pad h2 span.tate-black {
    font-family: 'Shadows Into Light', cursive;
	color: black; 
	/* Apply Shadows Into Light font to "Construction LLC" */
    /* Additional styling for Shadows Into Light font */
}
.home-intro .pad h4 {
	font-size: 20px; font-family: font4; color: #fff; text-shadow: 1px 1px 1px #000; font-weight: 600; padding: 25px; letter-spacing: 3px; border: 1px solid #e70625; text-align: center; background: #fff9;
}
.home-intro .pad h4:hover {
	border: 1px solid #fff; text-align: center; background: #000;
}
.home-intro .pad h5 {
	font-size: 20px; font-family: font4; color: #fff; text-shadow: 1px 1px 1px #000; font-weight: 600; padding: 25px; letter-spacing: 3px; border: 1px solid #000; text-align: center; background: #e70625;
}
.home-intro .pad h5:hover {
	border: 1px solid #e70625; text-align: center; background: #000;
}
.home-intro .pad p {
	margin-top: 0% !important; color: rgb(255,255,255); text-shadow: 0px 0px 5px #000; font-size: 25px;
	/*font-family: 'font4';*/
	font-family: 'font2';
	font-weight: 600;
	text-align: left;	
}
.home-intro .pad a {
	
}
.home-intro .pad a:hover {
	
}


.video {
	overflow: hidden; position: relative; display: block; 
}
.video .pad {
	padding: 250px 0px 0px 300px; position: absolute;
}
.video .pad h2 {
	font-weight: 500; color: rgb(255,255,255); font-size: 40px; text-shadow: 0px 0px 5px #000; font-family: cursive; text-align: left; 
	}
.video .pad h4 {
	font-size: 20px; font-family: font4; color: #fff; text-shadow: 1px 1px 1px #000; font-weight: 600; padding: 25px; letter-spacing: 3px; border: 1px solid #e70625; text-align: center; background: #fff9;
}
.video .pad h4:hover {
	border: 1px solid #fff; text-align: center; background: #000;
}
.video .pad h5 {
	font-size: 20px; font-family: font4; color: #fff; text-shadow: 1px 1px 1px #000; font-weight: 600; padding: 25px; letter-spacing: 3px; border: 1px solid #000; text-align: center; background: #e70625;
}
.video .pad h5:hover {
	border: 1px solid #e70625; text-align: center; background: #000;
}
.video .pad p {
	margin-top: 0% !important; color: rgb(255,255,255); text-shadow: 0px 0px 5px #000; font-size: 25px; font-family: 'font4'; text-align: left;
}
.video .pad a {
	
}
.video .pad a:hover {
	
}

.home1 {
	padding: 75px 0 125px 0; 
	    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 20%, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 1) 80%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%), url(/img/tate-collage-2-new.jpg);
    background-size: cover;
    background-attachment: fixed;
}
.home1 .pad {
	padding-top: 50px;
}
.home1 h1 {
	/*font-family: 'font4';*/
	font-family: font2;

	font-size: 45px;  font-weight: 800; color: #262525; line-height: 90px; margin-left: 25px; text-align: center;
}
.home1 h2 {
	font-size: 25px; margin-top: 55px;
	/*font-family: font5;*/
	font-family: font2;
	letter-spacing: 2px; text-decoration: underline; color: #e70625;
}
.home1 p {
	font-size: 17px; font-family: 'font2'; font-weight: 600; color: rgb(150,150,150); line-height: 35px; text-align: center;
}
.home1 h1 span {
	color: #e70625; font-size: 65px; text-shadow: 1px 1px 1px #000; 
}
.home1 img {
padding: 25px; max-width: 125%;
}
.home1 hr {
	background: #e70625; opacity: 99%;
}
.home1 a {
	color: inherit;
}
.home1 .cardy1 {
	padding: 10px; 
}
.home1 .cardy1:hover {
    box-shadow: -5px 0px 0px 0px #e70625;
    border-top-left-radius: 10%;
	border-bottom-left-radius: 10%;
}
.home-start {
	padding: 100px;
}

.home-start .padder {
	padding: 100px 50px 75px 50px; background: #fff; margin-top: 100px;    border: 5px solid #252424;
    box-shadow: -10px -10px 0px 0px #e70625;
}
.home-start .padder2 {
	padding: 25px 25px 25px 25px; background: #fff; height: 250px;    width: 75%; border: 5px solid #444;   
}
.home-start .padder2:hover {
	border: 5px solid #252424; transition: 2s;
    box-shadow: 10px -10px 0px 0px #e70625;
}
.home-start .padder2:hover img {
    /*margin-left: 85px;*/
    /*transform: rotateY(180deg);*/
    /*transition: 3.3s;*/
    /*margin-top: -25px;*/
    /*max-width: 65%;*/
    /*margin-right: -50px;*/
    margin-left: 35px;
    transform: rotateY(360deg);
    /*transition: 3.3s;*/
    transition: 2.5s;

    margin-top: 50px;
    max-width: 65%;
    margin-right: -50px;

}
.home-start .padder2:hover h5 {
	margin-left: -35px;
    transition: 3s;
    margin-right: 35px;
}
.home-start .padder2:hover i {
	transform: rotate(180deg); transition: 2s; color: #e70625;
}
.home-start .padder2:hover h6 {
	color: #e70625; transition: 3.5s; margin-left: 35px;
}
.home-start img {
	/*max-width: 40%; margin-left: -500px; margin-top: 35px;*/
	max-width: 70%; margin-left: -550px; margin-top: 75px;

}
.home-start h3 {
	font-family: font5;
	font-size: 40px; letter-spacing: 3px; line-height: 65px; text-align: center;
}
.home-start h3 span {
	color: #e70625; font-weight: 900;     -webkit-text-stroke-width: 0px;
    -webkit-text-stroke-color: black;
    /*font-family: cursive;*/
	/*font-family: 'Signika Negative';*/
	font-family: 'Shadows Into Light';
	/*font-family: 'LXGW WenKai Mono TC';*/
}
.home-start h3 span.tate-red {
    color: #e70625; /* Red color for "Tate" */
    font-weight: 900;
    -webkit-text-stroke-width: 0px;
    -webkit-text-stroke-color: black;
}

.home-start h3 span.tate-black {
    font-family: 'Shadows Into Light', cursive;
	color: black; 
	/* Apply Shadows Into Light font to "Construction LLC" */
    /* Additional styling for Shadows Into Light font */
}
.home-start .tate-red{
	color: #e70625;
}
.home-start h4 {
	margin-right: -25px;
}
.home-start h5 {
	margin-top: -50px;
    font-size: 15px;
    font-family: font2;
    font-weight: 600; color: #000;
}

.home-start i {
	color: #000; position: relative; display: inline-grid; font-size: 18px;
}
.home-start h6 {
	font-size: 14px; color: transparent; font-family: font5; line-height: 25px; font-weight: 600; letter-spacing: 2px; 
}
.home-start p {
	font-size: 17px; font-family: 'font2'; font-weight: 600; line-height: 35px; text-align: center;
}
.home2 {
	padding: 100px 0px 100px 0px;
       background: linear-gradient(65deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 10%, rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, 1) 95%, rgb(255 255 255) 95%, rgb(255 255 255) 100%);
}
.home2 h2 {
/*font-family: font5;*/
	font-family: font2;

font-size: 75px; margin-left: 50px; padding: 25px; display: flex; color: #e70625; font-weight: 600;letter-spacing: 5px;
}
.home2 h2 span {
    margin-left: 35px;
    margin-bottom: -35px; text-transform: capitalize;
    margin-top: 20px; color: #000;
    letter-spacing: 5px; font-size: 50px;
}
.home2 h3 {
	/*font-family: font4;*/
	font-family: font2;
	font-weight:600;
	font-size: 45px;
}
.home2 h4 {
	/*font-family: font5;*/
	font-family: font2;

	
	font-size: 25px; margin-left: -75px; margin-right: -75px;
}
.home2 h4 strong {
	color: #E70625; 
}
.home2 h5 {
	font-family: font2; font-weight: 600; font-size: 20px; line-height: 40px; margin-left: 25px;
}
.home2 h5 span {
	color: #E70625; 
}
.home2 h6 {
	text-align: center; font-size: 15px; font-family: font2; padding: 10px; background: #e7062530; color: #fff; width: 25%; font-weight: 600; text-shadow: 1px 1px 3px #000; letter-spacing: 1px; box-shadow: 0px 0px 0px 1px #e7062530; 
}
.home2 h6:hover {
	 background: #e70625;box-shadow: 0px 0px 0px 15px #E70625; transition: 1s;
}
.home2 p {
	font-family: font2; font-weight: 600; line-height: 35px; font-size: 17px;
}
.home2 a {
	color: inherit;
}
.home2 mark {
	/*padding: 25px;*/
	padding: 15px;
	

	color: #E70625; background: #f5f5f5; margin-left: 25px; text-transform: uppercase; font-family: fantasy;
}
.decks {
padding: 100px 50px 100px 50px;
	        background-image: linear-gradient(rgb(0, 0, 0, 0.3), rgb(11, 11, 11, 0.1)), url(/img/deck-1-new.jpg);
    background-size: cover;    border: 10px solid #252424;
    box-shadow: 15px -15px 0px 0px #e70625;
    background-repeat: no-repeat;background-attachment: fixed;
    background-position: center; height: 100%; margin-left: -12px;
}
.decking {
	padding: 100px;
 height: 100%;
}
.decking .tagger {
	  margin-top: -25px;
}
.home2 .decker {
	background: #ffffffde; padding: 25px;
}
.home2 .decker:hover {
	background: #fff; transition: 1.1s;
}
.tiper1 {
    margin-top: 120px;
    margin-left: -50px;
    margin-bottom: -120px;
    transform: rotate(330deg);
}
.tiper2 {
       margin-top: 95px;
    margin-left: 15px;
    margin-bottom: -100px;
    transform: rotate(331deg);
}
.tiper3 {
      margin-top: 77px;
    margin-left: 20px;
    margin-bottom: -100px;
    transform: rotate(339deg);
}
.tiper4 {
      margin-top: 62px;
    margin-left: 15px;
    margin-bottom: -100px;
    transform: rotate(346deg);
}
.tiper5 {
    margin-top: 52px;
    margin-left: 15px;
    margin-bottom: -100px;
    transform: rotate(350deg);
}
.home3 {
	padding: 100px 0px 100px 0px; background: linear-gradient(117deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 10%, rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, 1) 95%, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%);
}
.arbors {
	padding: 50px;
	        background-image: linear-gradient(rgb(0, 0, 0, 0.3), rgb(11, 11, 11, 0.1)), url(/img/arbor-1-new.jpg);
    background-size: cover;    border: 10px solid #252424;
    box-shadow: 15px -15px 0px 0px #e70625;background-attachment: fixed;
    background-repeat: no-repeat; margin-left: -12px;
    background-position: center; height: 100%;
   /* background-attachment: fixed;*/
}
.arch {
	padding: 100px;
 height: 100%;
}
.arch .tagger {
margin-top: -25px;
}

.home3 .boxed {
	background: #ffffffde; padding: 100px 50px 100px 50px;
}
.home3 .boxed:hover {
	background: #fff; transition: 1.1s;
}
.home3 h2 {
/*font-family: font5;*/
	font-family: font2;


font-size: 75px; padding: 25px; color: #e70625; font-weight: 600;letter-spacing: 5px;
}
.home3 h2 span {
     color: #000;
 
}
.home3 h3 {
	/*font-family: font4;*/
	font-family: font2;
	font-weight: 600;
	font-size: 45px;
}
.home3 h4 {
	/*font-family: font5;*/
	font-family: font2;

	font-size: 30px; margin-left: -70px; margin-right: -80px;
}
.home3 h4 strong {
	color: #E70625; 
}
.home3 h5 {
	font-family: font2; font-weight: 600; font-size: 20px; line-height: 40px; margin-left: 25px;
}
.home3 h5 span {
	color: #E70625; 
}
.home3 h6 {
	text-align: center; font-size: 15px; font-family: font2; padding: 10px; background: #e7062530; color: #fff; width: 25%; font-weight: 600; text-shadow: 1px 1px 3px #000; letter-spacing: 1px; box-shadow: 0px 0px 0px 1px #e7062530; 
}
.home3 h6:hover {
	 background: #e70625;box-shadow: 0px 0px 0px 15px #E70625; transition: 1s;
}
.home3 p {
	font-family: font2; font-weight: 600; line-height: 35px; font-size: 17px;
}
.home3 a {
	color: inherit;
}
.home3 mark {
	/*padding: 25px;*/
	padding: 15px;
	
	color: #E70625; background: #f5f5f5; margin-left: 25px; text-transform: uppercase; font-family: fantasy;
}
.home4 {
	padding: 100px 0px 100px 50px; background: linear-gradient(65deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 10%, rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, 1) 95%, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%);
}
.home4 h2 {
    /*font-family: font5;*/
	font-family: font2;

	
    font-size: 75px;
    padding: 25px;

    color: #e70625;
    font-weight: 600;
    letter-spacing: 5px;
    margin-top: 110px;
}
.home4 h2 span {
color: #000;
}
.home4 h3 {
	/*font-family: font4;*/
	font-family: font2;
	font-weight: 600;
	
	font-size: 45px;
}
.home4 h4 {
	/*font-family: font5;*/
	font-family: font2;

	font-size: 30px; margin-left: -70px;
    margin-right: -85px;
}
.home4 h4 strong {
	color: #E70625; 
}
.home4 h5 {
	font-family: font2; font-weight: 600; font-size: 20px; line-height: 40px; margin-left: 25px;
}
.home4 h5 span {
	color: #E70625; 
}
.home4 h5 {
	font-family: font2; font-weight: 600; font-size: 20px; line-height: 40px; margin-left: 25px;
}
.home4 h6 {
	text-align: center; font-size: 15px; font-family: font2; padding: 10px; background: #e7062530; color: #fff; width: 25%; font-weight: 600; text-shadow: 1px 1px 3px #000; letter-spacing: 1px; box-shadow: 0px 0px 0px 1px #e7062530; 
}
.home4 h6:hover {
	 background: #e70625;box-shadow: 0px 0px 0px 15px #E70625; transition: 1s;
}
.home4 p {
	font-family: font2; font-weight: 600; line-height: 35px; font-size: 17px;
}
.home4 a {
	color: inherit;
}
.home4 mark {
	/*padding: 25px;*/
	padding: 15px;
	
	
	color: #E70625; background: #f5f5f5; margin-left: 25px; text-transform: uppercase; font-family: fantasy;
}
.railings {
    padding: 50px 50px 50px 50px;
    background-image: linear-gradient(rgb(0, 0, 0, 0.3), rgb(11, 11, 11, 0.1)), url(/img/railings-1.jpg);
    background-size: contain;
    border: 10px solid #252424;
    box-shadow: 15px -15px 0px 0px #e70625;
    background-attachment: fixed;
    background-repeat: no-repeat;
    margin-left: -12px;
    background-position: left;
    height: 100%;
}
.rails {
	padding: 100px;
	background: #fff;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center; height: 100%;
   /* background-attachment: fixed;*/
}

.rails .tagger {
	 margin-top: -25px;
}
.home4 .boxed {
	/*background: #fff9;*/
	background: #ffffffde;
	padding: 100px 50px 100px 50px;
}
.home4 .boxed:hover {
	background: #fff; transition: 1.1s;
}
.home5 {
    padding: 200px 0px 200px 0px;
    background: linear-gradient(120deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 10%, rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, 1) 95%, rgb(255 255 255) 95%, rgb(255 255 255) 100%);
}
.home5 h2 {
/*font-family: font5;*/
	font-family: font2;

font-size: 75px;     margin-left: 150px;
    margin-right: -150px; padding: 25px; color: #e70625; font-weight: 600;letter-spacing: 5px; margin-top: 150px;
}
.home5 h2 span {
   color: #000;

}
.home5 h4 {
	/*font-family: font5;*/
	font-family: font2;

	font-size: 25px; margin-left: 70px; padding-top: 50px;

}
.home5 h4 strong {
	color: #E70625; 
}
.home5 h5 {
	font-family: font2; font-weight: 600; font-size: 20px; line-height: 40px; margin-left: 25px;
}
.home5 h5 span {
	color: #E70625; 
}
.home5 h5 {
	font-family: font2; font-weight: 600; font-size: 20px; line-height: 40px; margin-left: 25px;
}
.home5 mark {
	/*padding: 25px;*/
	padding: 15px;
	
	color: #E70625; background: #f5f5f5; margin-left: 25px; text-transform: uppercase; font-family: fantasy;
}
.home5 img {
	    margin-top: 290px;
    /*margin-bottom: -110px;*/
    margin-bottom: -0px;
	box-shadow: 1px 1px 10px 1px #000;
}
.remodeling {
padding: 150px 10px 150px 10px;
background-image: linear-gradient(rgb(0, 0, 0, 0.0), rgb(11 11 11 / 0%)), url(/img/tate-collage-1-new.jpg);
    background-size: cover;
    background-repeat: no-repeat;  background-attachment: fixed;
    background-position: center; height: 100%;
}
.remodeling .remodel {
	padding: 25px; color: transparent;
}

.remodeling .remodel:hover {
	background: #fff9; color: #000;
}
.remodeling .remodel h3 {
	/*font-family: font4;*/
	font-family: font2;

	
	color: #fff; text-shadow: 1px 1px 1px #000; font-size: 35px; font-weight: 900; letter-spacing: 3px;
}
.remodeling .remodel:hover h3 {
	color: #E70625; text-shadow: 1px 1px 1px #fff;
}
.remodeling .remodel h3 span {
	font-weight: 400; font-family: font6;
}
.remodeling .remodel:hover h3 span {
	color: #000; font-weight: 400; font-family: font6;
}
.remodeling .remodel p {
	/*font-family: font5;*/
	font-family: font2;

	
	font-size: 17px; line-height: 35px; font-weight: 600;
}
/**** About Section ****/
.about {
	padding: 150px 0px 0px 0px;
}
.about h1 {
	color: #fff;
	
	/*font-family: font5;*/
	font-family: font2;

	
	
	font-size: 50px; padding: 25px; background: #e70625;    margin-bottom: 0px;    letter-spacing: 5px;
    text-shadow: 2px 2px 1px #000;
}
.about h1 span {
	font-family: cursive; font-size: 75px;
}
.about1 {
	 background: #fff9;
    min-height: auto;
    background-attachment: fixed;
    background-position: bottom;
    overflow: hidden;
    padding: 100px 50px 100px 50px;
    color: #fff;

    background-repeat: no-repeat;
    background-size: cover;
}
.about1 .boxer {
	padding: 75px;  
    
}
.about1 h2 {
	/*font-family: font5;*/
	font-family: font2;
	font-weight: 600;

	
	font-size: 45px;text-shadow: 1px 1px 10px #000; letter-spacing: 3px;
}
.about1 p {
	font-family: font2; font-weight: 600; font-size: 17px; line-height: 35px; text-shadow: 1px 1px 7px #444;
}
.about1 hr {
	background: #e70625; opacity: 99%; height: 1px;
}
.about1 img {
	box-shadow: 1px 1px 10px 1px #000;
}
.about2 {
	padding: 100px 0px 100px 0px; background: #fff9;
    min-height: auto;
    background-attachment: fixed;
    background-position: bottom;
    overflow: hidden;
    padding: 100px 50px 100px 50px;
    color: #fff;

    background-repeat: no-repeat;
    background-size: cover;
}
.about2 .boxer {
	padding: 75px;
}
.about2 h2 {
	/*font-family: font5;*/
	font-family: font2;

	font-size: 45px;
	font-weight: 600;
	text-shadow: 1px 1px 10px #000; letter-spacing: 3px;
}
.about2 p {
	font-family: font2; font-weight: 600; font-size: 17px; line-height: 35px; text-shadow: 1px 1px 7px #444;
}
.about2 hr {
	background: #e70625; opacity: 99%; height: 1px;
}
.about2 img {
	box-shadow: 1px 1px 10px 1px #000;
}
.about3 {
	padding: 100px 0px 100px 0px; background: #fff9;
    min-height: auto;
    background-position: bottom;
    overflow: hidden;
    padding: 100px 50px 100px 50px;
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
}
.about3 .boxer {
	padding: 75px;
}
.about3 h2 {
	/*font-family: font5;*/
	font-family: font2;
	font-weight: 600;

	
	font-size: 45px;text-shadow: 1px 1px 10px #000; letter-spacing: 3px;
}
.about3 p {
	font-family: font2; font-weight: 600; font-size: 17px; line-height: 35px; text-shadow: 1px 1px 7px #444;
}
.about3 hr {
	background: #e70625; opacity: 99%; height: 1px;
}
.about3 img {
	box-shadow: 1px 1px 10px 1px #000;
}
/**** Services Section ****/
.service1 {
	padding: 150px 0px 50px 0px; background-image: linear-gradient(rgb(0, 0, 0, 0.0), rgb(11 11 11 / 0%)), url(/img/decker1-new.jpg);
    /*background-size: cover;*/
    background-size: contain;

    background-repeat: no-repeat;  background-attachment: fixed;
    background-position: center; 
}
.service1 .banner {
	padding: 50px; background: #fff9; box-shadow: 1px 1px 10px 1px #000;
}
.service1 h1 {
	/*font-family: font5;*/
	font-family: font2;

	
	font-size: 50px; font-weight: 600; letter-spacing: 3px;
}
.service1 p {
	line-height: 35px; font-size: 17px; font-weight: 600; font-family: font2;
}
.service2 {
	padding: 60px 0px 40px 0px; background: #fff;
}
.service2 h2 {
	font-family: font2; font-weight: 600; padding: 15px; font-size: 20px; margin-top: -100px; background: #fff; display: inline-flex; border: 1px solid #e70625; color: #e70625;
}
.service2 h2:hover {
	color: #000; border-color: #000;
}
.service2 img {
	height: 100%;
	/*height: 215px;*/
	border: 2px solid #000;
}
.service3 {
 padding: 200px 100px 100px 100px;
}
.service3 .cardy1 {
	padding: 75px 25px 75px 25px; background: #fff9;
}
.service3 .cardy1 h3 {
	font-size: 40px;
	/*font-family: font5;*/
	font-family: font2;

	
	font-weight: 600; letter-spacing: 3px;
}
.service3 .cardy1 h4 {
	font-size: 23px; font-family: font4; font-weight: 500;
}
.service3 .cardy1 h5 {
	font-size: 17px; font-family: font2; font-weight: 600;
}
.service3 .cardy1 h5 span {
	color: #e70625;
}
.service3 .cardy1 p {
	font-family: font2; font-size: 17px; line-height: 35px; font-weight: 600; margin-right: 100px;
}
.service3 .cardy1 img {
	/*max-width: 125%; margin-left: -150px;*/
    max-width: 100%;
    margin-left: 0;
    margin-top: 40px;
}
.service3 .cardy1 h6 {
	padding: 15px; text-align: center; font-size: 18px; font-family: font4; font-weight: 600; color: #000; background: #f5f5f5; letter-spacing: 2px;
}
.service3 .cardy1 h6:hover {
	background: #141414; color: #fff;  text-shadow: 1px 1px 3px #000;
}
.service3 .cardy1  span h6 {
	padding: 15px; text-align: center; font-size: 18px; font-family: font4; font-weight: 600; color: #fff; background: #4449; letter-spacing: 2px; text-shadow: 1px 1px 3px #000;
}
.service3 .cardy1  span h6:hover {
	background: #e70625;
}
.service3 .cardy2 {
	padding: 75px 25px 75px 25px; background: #fff9;
}
.deck-service-intro {
	padding:  300px 75px 100px 75px; background: linear-gradient(244deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.10817737739627098) 23%, rgba(255, 255, 255, 1) 23%, rgba(255, 255, 255, 1) 43%, rgba(255, 255, 255, 0.01574040260635501) 43%);
}
.deck-service-intro h1 {
	/*font-family: font5;*/
	font-family: font2;

	
	font-size: 45px; font-weight: 600; padding: 50px 25px 50px 25px;background: #fff; border-bottom-right-radius: 1%;
    margin-bottom: 0px; letter-spacing: 3px;
}
.deck-service-intro h1 strong {
	color:  #e70625;
}
.deck-service-intro p {
	font-size: 17px; font-weight: 600; font-family: font2; line-height: 30px; margin-right: 150px;
}
.deck-service-intro .decking-photo {
		padding: 50px 25px 50px 25px;
		background: linear-gradient(90deg, #f1f1f1cf 0%, #f1f1f1d4 10%, #f1f1f1d4 10%, #f1f1f1cc 44%, rgba(255, 255, 255, 0.01574040260635501) 40%), url(/img/tate-deck-2-new.jpg);
    background-size: cover; background-attachment: fixed;
    background-repeat: no-repeat;  height: 600px;
    background-position: center; 
}
.deck-gallery {
	padding: 100px; background: #fff;
}
.deck-gallery h2 {
	/*font-family: font5;*/
	font-family: font2;

	
	font-weight: 600; font-size: 35px; letter-spacing: 3px;
}
.deck-gallery h3 {
	/*font-family: font5;*/
	font-family: font2;

	
	font-weight: 600; font-size: 35px; letter-spacing: 3px;
}
.deck-gallery h4 {
	font-size: 20px; color: #000; font-family: font2; font-weight: 600; padding: 15px; border-left: 1px solid #e70625; border-bottom: 1px solid #e70625; width: 75%; text-align: center; border-top: 1px solid transparent; border-right: 1px solid transparent;
}
.deck-gallery h4:hover {
	border: 1px solid #000; background: #111111a8; color: #fff; text-shadow: 1px 1px 1px #000;
}
.deck-gallery h5 {
	font-size: 20px; color: #000; font-family: font2; font-weight: 600; padding: 15px; border-right: 1px solid #e70625; border-bottom: 1px solid #e70625; width: 75%; text-align: center;border-left: 1px solid transparent; border-top: 1px solid transparent;
}
.deck-gallery h5:hover {
	border: 1px solid #000; background: #e70625; color: #fff; text-shadow: 1px 1px 1px #000;
}
.deck-gallery p {
	line-height: 35px; font-size: 17px; font-family: font2; font-weight: 600;
}
.deck-gallery .gallery-card {
	padding: 75px; background: #6c757d1f; border: 3px solid #444; box-shadow: -10px -10px 0px 0px #e70625;
}
.deck-gallery .gallery-card img {
	box-shadow: 1px 1px 10px 1px #000;
}
.arbor-service-intro {
	padding:  300px 75px 100px 75px; background: linear-gradient(244deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.10817737739627098) 23%, rgba(255, 255, 255, 1) 23%, rgba(255, 255, 255, 1) 43%, rgba(255, 255, 255, 0.01574040260635501) 43%);
}
.arbor-service-intro h1 {
	/*font-family: font5;*/
	font-family: font2;

	
	font-size: 45px; font-weight: 600; padding: 50px 25px 50px 25px;background: #fff; border-bottom-right-radius: 1%;
    margin-bottom: 0px; letter-spacing: 3px;
}
.arbor-service-intro h1 strong {
	color:  #e70625;
}
.arbor-service-intro p {
	font-size: 17px; font-weight: 600; font-family: font2; line-height: 33px; margin-right: 150px;
}
.arbor-service-intro .arbor-photo {
		padding: 50px 25px 50px 25px;
		background: linear-gradient(90deg, #f1f1f1cf 0%, #f1f1f1d4 10%, #f1f1f1d4 10%, #f1f1f1cc 44%, rgba(255, 255, 255, 0.01574040260635501) 40%), url(/img/tate-arbor-3-new.jpg);
    background-size: cover; background-attachment: fixed;
    background-repeat: no-repeat;  height: 600px;
    background-position: top; 
}
.arbor-gallery {
	padding: 100px; background: #fff;
}
.arbor-gallery h2 {
	/*font-family: font5;*/
	font-family: font2;

	font-weight: 600; font-size: 35px; letter-spacing: 3px;
}
.arbor-gallery h3 {
	/*font-family: font5;*/
	font-family: font2;

	font-weight: 600; font-size: 35px; letter-spacing: 3px;
}
.arbor-gallery h4 {
	font-size: 20px; color: #000; font-family: font2; font-weight: 600; padding: 15px; border-left: 1px solid #e70625; border-bottom: 1px solid #e70625; width: 75%; text-align: center; border-top: 1px solid transparent; border-right: 1px solid transparent;
}
.arbor-gallery h4:hover {
	border: 1px solid #000; background: #111111a8; color: #fff; text-shadow: 1px 1px 1px #000;
}
.arbor-gallery h5 {
	font-size: 20px; color: #000; font-family: font2; font-weight: 600; padding: 15px; border-right: 1px solid #e70625; border-bottom: 1px solid #e70625; width: 75%; text-align: center;border-left: 1px solid transparent; border-top: 1px solid transparent;
}
.arbor-gallery h5:hover {
	border: 1px solid #000; background: #e70625; color: #fff; text-shadow: 1px 1px 1px #000;
}
.arbor-gallery p {
	line-height: 35px; font-size: 17px; font-family: font2; font-weight: 600;
}
.arbor-gallery .gallery-card {
	padding: 75px; background: #6c757d1f; border: 3px solid #444; box-shadow: -10px -10px 0px 0px #e70625;
}
.arbor-gallery .gallery-card img {
	box-shadow: 1px 1px 10px 1px #000;
}
.railing-service-intro {
	padding:  300px 75px 100px 75px; background: linear-gradient(244deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.10817737739627098) 23%, rgba(255, 255, 255, 1) 23%, rgba(255, 255, 255, 1) 43%, rgba(255, 255, 255, 0.01574040260635501) 43%);
}
.railing-service-intro h1 {
	/*font-family: font5;*/
	
	font-family: font2;

	font-size: 45px; font-weight: 600; padding: 50px 25px 50px 25px;background: #fff; border-bottom-right-radius: 1%;
    margin-bottom: 0px; letter-spacing: 3px;
}
.railing-service-intro h1 strong {
	color:  #e70625;
}
.railing-service-intro p {
	font-size: 17px; font-weight: 600; font-family: font2; line-height: 33px; margin-right: 150px;
}
.railing-service-intro .railing-photo {
		padding: 50px 25px 50px 25px;
		background: linear-gradient(90deg, #f1f1f1cf 0%, #f1f1f1d4 10%, #f1f1f1d4 10%, #f1f1f1cc 45%, rgba(255, 255, 255, 0.01574040260635501) 40%), url(/img/ar-2.jpg);
    background-size: cover; background-attachment: fixed;
    background-repeat: no-repeat;  height: 600px;
    background-position: center; 
}
.railing-gallery {
	padding: 100px; background: #fff;
}
.railing-gallery h2 {
	/*font-family: font5;*/
	font-family: font2;

	font-weight: 600; font-size: 35px; letter-spacing: 3px;
}
.railing-gallery h3 {
	/*font-family: font5;*/
	font-family: font2;

	font-weight: 600; font-size: 35px; letter-spacing: 3px;
}
.railing-gallery h4 {
	font-size: 20px; color: #000; font-family: font2; font-weight: 600; padding: 15px; border-left: 1px solid #e70625; border-bottom: 1px solid #e70625; width: 75%; text-align: center; border-top: 1px solid transparent; border-right: 1px solid transparent;
}
.railing-gallery h4:hover {
	border: 1px solid #000; background: #111111a8; color: #fff; text-shadow: 1px 1px 1px #000;
}
.railing-gallery h5 {
	font-size: 20px; color: #000; font-family: font2; font-weight: 600; padding: 15px; border-right: 1px solid #e70625; border-bottom: 1px solid #e70625; width: 75%; text-align: center;border-left: 1px solid transparent; border-top: 1px solid transparent;
}
.railing-gallery h5:hover {
	border: 1px solid #000; background: #e70625; color: #fff; text-shadow: 1px 1px 1px #000;
}
.railing-gallery p {
	line-height: 35px; font-size: 17px; font-family: font2; font-weight: 600;
}
.railing-gallery .gallery-card {
	padding: 75px; background: #6c757d1f; border: 3px solid #444; box-shadow: -10px -10px 0px 0px #e70625;
}
.railing-gallery .gallery-card img {
	box-shadow: 1px 1px 10px 1px #000;
}
.remodeling-service-intro {
	padding:  300px 75px 100px 75px; background: linear-gradient(244deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.10817737739627098) 23%, rgba(255, 255, 255, 1) 23%, rgba(255, 255, 255, 1) 43%, rgba(255, 255, 255, 0.01574040260635501) 43%);
}
.remodeling-service-intro h1 {
	/*font-family: font5;*/
	font-family: font2;

	font-size: 45px; font-weight: 600; padding: 50px 25px 50px 25px;background: #fff; border-bottom-right-radius: 1%;
    margin-bottom: 0px; letter-spacing: 3px;
}
.remodeling-service-intro h1 strong {
	color:  #e70625;
}
.remodeling-service-intro p {
	font-size: 17px; font-weight: 600; font-family: font2; line-height: 30px; margin-right: 150px;
}
.remodeling-service-intro .remodeling-photo {
		padding: 50px 25px 50px 25px;
		background: linear-gradient(90deg, #f1f1f1cf 0%, #f1f1f1d4 10%, #f1f1f1d4 10%, #f1f1f1cc 44%, rgba(255, 255, 255, 0.01574040260635501) 40%), url(/img/remodel-1.jpg);
    background-size: cover; background-attachment: fixed;
    background-repeat: no-repeat;  height: 600px;
    background-position: top; 
}
.remodeling-gallery {
	padding: 100px; background: #fff;
}
.remodeling-gallery h2 {
	/*font-family: font5;*/	font-family: font2;
	
	font-weight: 600; font-size: 35px; letter-spacing: 3px;
}
.remodeling-gallery h3 {
	/*font-family: font5;*/	font-family: font2;
	
	font-weight: 600; font-size: 35px; letter-spacing: 3px;
}
.remodeling-gallery h4 {
	font-size: 20px; color: #000; font-family: font2; font-weight: 600; padding: 15px; border-left: 1px solid #e70625; border-bottom: 1px solid #e70625; width: 75%; text-align: center; border-top: 1px solid transparent; border-right: 1px solid transparent;
}
.remodeling-gallery h4:hover {
	border: 1px solid #000; background: #111111a8; color: #fff; text-shadow: 1px 1px 1px #000;
}
.remodeling-gallery h5 {
	font-size: 20px; color: #000; font-family: font2; font-weight: 600; padding: 15px; border-right: 1px solid #e70625; border-bottom: 1px solid #e70625; width: 75%; text-align: center;border-left: 1px solid transparent; border-top: 1px solid transparent;
}
.remodeling-gallery h5:hover {
	border: 1px solid #000; background: #e70625; color: #fff; text-shadow: 1px 1px 1px #000;
}
.remodeling-gallery p {
	line-height: 35px; font-size: 17px; font-family: font2; font-weight: 600;
}
.remodeling-gallery .gallery-card {
	padding: 75px; background: #6c757d1f; border: 3px solid #444; box-shadow: -10px -10px 0px 0px #e70625;
}
.remodeling-gallery .gallery-card img {
	box-shadow: 1px 1px 10px 1px #000;
}
/**** Gallery Section ****/
.gallery-page {
	padding: 75px 0 50px 0;	background: rgb(249,249,249);
}
.gallery-page h1 {
	font-size: 3rem; font-weight: 600; font-family: 'font2'; padding-bottom: 40px; text-align: center; color: rgb(129,141,148);
}
.gallery-decks {
	padding: 125px 0px 125px 0px; background: #fff; 
}
.gallery-decks h2 {
	/*font-family: 'font5';*/
	font-family: font2;

	
	color: #e70625; font-weight: 600;  text-align: center; padding: 25px 0px 25px 0px; font-size: 45px; letter-spacing: 3px;
}
.gallery-arbors {
	padding: 125px 0px 125px 0px; background: #fff;
}
.gallery-arbors h2 {
	/*font-family: 'font5';*/
	font-family: font2;

	
	color: #e70625; font-weight: 600;  text-align: center; padding: 25px 0px 25px 0px; font-size: 45px; letter-spacing: 3px;
}
.gallery-railing {
	padding: 125px 0px 125px 0px; background: #fff;
}
.gallery-railing h2 {
	/*font-family: 'font5';*/
	font-family: font2;

	color: #e70625; font-weight: 600;  text-align: center; padding: 25px 0px 25px 0px; font-size: 45px; letter-spacing: 3px;
}
.gallery-remodeling {
	padding: 125px 0px 125px 0px; background: #fff;
}
.gallery-remodeling h2 {
	/*font-family: 'font5';*/
	font-family: font2;
	
	
	color: #e70625; font-weight: 600;  text-align: center; padding: 25px 0px 25px 0px; font-size: 45px; letter-spacing: 3px;
}
/**** 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 ****/


/**** Sections On Every Page ****/
.contact-section {
	padding: 0px 0px 0px 0px; background: #e70625;
}
.contact-section .container-fluid {
	padding-left: 0px; padding-right: 0px;
}
.contact-section h1 {
	/*font-family: font5;*/
	font-family: font2;

	
	font-weight: 600; font-size: 40px; 
}
.contact-section p {
	line-height: 35px; font-family: font2; font-weight: 600; font-size: 17px;
}
.contact-section h2{
	font-size: 2rem;
	/*font-family: font4; font-weight: 600;*/
	font-family: font2;
	font-weight: 900;
	 color: rgb(12,12,12); letter-spacing: 3px;
}
.contact-section h3 {
	font-size: 2rem;
	/*font-family: font4; font-weight: 600;*/
	font-family: font2;
	font-weight: 900;
	 color: rgb(12,12,12); letter-spacing: 3px;
}
.contact-section .former {
	padding: 50px; background: #fff; height: 100%;
}



.testimonials h1{
    font-family: font2;
    font-size: 40px;
    margin-left: 0;
    padding: 5px;
    /*display: flex;*/
    color: #e70625;
	text-align: center;
    font-weight: 600;
    letter-spacing: none;
}
/* ========================================== */
/* === 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;
	/*background-image: linear-gradient(rgb(255 255 255 / 30%), rgb(255 255 255 / 33%)), url(/img/ws-3.jpg);*/
	/*background-image: linear-gradient(rgb(255 255 255 / 30%), rgb(255 255 255 / 33%)), url(/img/ws-3-new.jpg);*/
	background-image: linear-gradient(rgb(0 0 0 / 55%), rgb(0 0 0 / 55%)), url(/img/decking-background-new.jpg);

    background-size: 10%; padding: 0px 25px 0px 25px;
}
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:75px 0px 0px 0px; color: #000; font-size: 18px; font-weight: 400;margin-top: 35px;
}
.footer-section h3 {
	font-size: 1.3rem; color: rgb(30,30,30); font-weight: bold;
}
.footer-section p {
	color: #000; font-size: 15px; font-family: 'font4';
}
.footer-section a {
	color: #000; font-size: 16px;
}
.footer-section .service-cities p {
	margin: 0 0 3px;
}
.service-cities {
 border: 3px solid #000; background: #fff;
}
.service-cities img {
	padding-bottom: 20px;
}
.service-cities h5 {
	line-height: 8px;
}
.service-cities h4 {
	font-size: 20px; font-family: 'font2'; font-weight: 600; text-decoration: underline; color: #000;
}
.service-cities h3 {
	font-size: 20px; font-family: 'font2'; font-weight: 600; text-align: center;text-decoration: underline; color: #000;
}
.bottom-footer {
    /*background-image: linear-gradient(rgb(255 255 255 / 30%), rgb(255 255 255 / 33%)), url(/img/ws-3-new.jpg);*/
	
	background-image: linear-gradient(rgb(0 0 0 / 55%), rgb(0 0 0 / 55%)), url(/img/decking-background-new.jpg);
	
	padding: 25px 0px 10px 0px; background-size: 10%; margin-bottom: -10px;
}
.bottom-footer p {
	color: #fff;
}
.bottom-footer span {
	color: #fff;
}
.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; color: #fff; 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: #fff;
}



/* === Lg. Laptop CSS Section ================= */
@media screen and (max-width : 1440px) {
	/*** Don't place anything here, unless absolutely necessary ***/
}
/* === Sm. Laptop CSS Section ================= */
/*@media screen and (max-width: 1024px) {*/
@media screen and (min-width:993px) and (max-width: 1200px) {

/* ======================================== */
/* === Top Header Section ================= */
/* ======================================== */
.top-header {
	position: fixed; width: 100%; z-index: 1; padding: 10px 0 10px 0; /*background: linear-gradient(301deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 5%, rgba(255,255,255,1) 5%, rgba(255,255,255,1) 95%, rgba(0,0,0,0) 95%, rgba(0,0,0,0) 100%);*/	z-index: 5; -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 {
	    padding: 9px 15px 9px 15px;
    background: transparent;
    font-weight: 600;
    font-family: 'font2';
    /*color: rgb(175 171 171);*/
    color: rgb(256 256 256);

    /*border: 1px dotted rgb(193 185 185);*/
    border: 1px dotted rgb(256 256 256);

}
.top-header div[class*='col-']:nth-child(3) a:hover {
	background: #FFF; color: #000; border: 1px solid #000;
}
.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: transparent;
    font-weight: 600;
    font-family: 'font2';
    /*color: rgb(175 171 171);*/
    color: rgb(256 256 256);

    /*border: 1px dotted rgb(193 185 185);*/
    border: 1px dotted rgb(256 256 256);
}
.top-header div[class*='col-']:nth-child(4) a:hover {
	background: #FFF; color: #000; border: 1px solid #000;
}
.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: rgb(196,41,56); 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;
}
.top-header .spinna {
    margin-top: -10px;
    border: 4px solid #000;
    border-top: none;
    background: #fff;
    padding: 15px;
    width: 100%;
    margin-bottom: -110px;
}
.top-header .spinna img {
	 /*transform: rotate(-5deg);*/
	 transform: rotate(-0deg);

}
.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;
}

/* ======================================== */
/* === 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: 18px; border: none; outline: none; color: white; padding: 14px 7px; background-color: inherit;font-family: inherit; margin: 0; font-family: font2; font-weight: 600;
}
.navbar a:hover, .dropdown:hover .dropbtn {
	background-color: #0009;
}
.dropdown-one {
	cursor: pointer; display: none; position: absolute; background-color: #f9f9f9; min-width: 200px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.dropdown-one a {
	color: inherit; padding: 13px; font-size: 14px;
}
.dropdown-one a:hover {
	/*color: inherit; padding: 13px; font-size: 14px;*/
	/*background-color: #ddd;*/
}
.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: 5px 10px; 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: transparent;
}
.top-header-animate .spinna {
	   /* transform: rotate(0deg);
    margin-top: -35px;*/
}
.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;
}
.navbar-scroll {
	    padding: 115px 0 15px;
    position: fixed;
    /*background-image: linear-gradient(rgb(255 255 255 / 30%), rgb(255 255 255 / 33%)), url(/img/ws-3-new.jpg);*/
	background-image: linear-gradient(rgb(0 0 0 / 55%), rgb(0 0 0 / 55%)), url(/img/decking-background-new.jpg);

	margin-left: -25px;    border-bottom: 3px solid #000;
    background-size: 10%; width: 100%; z-index: 4;	-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: rgb(255,255,255); font-family: 'font2';
}
.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);
}
.home-intro {
	    /*background-image: linear-gradient(rgb(255 255 255 / 30%), rgb(255 255 255 / 33%)), url(/img/decks-1-new.jpg); padding: 75px 0 125px 0; */
	    background-image: linear-gradient(rgb(255 255 255 / 30%), rgb(255 255 255 / 33%)), url(/img/arbor/arb-032.jpg); padding: 75px 0 125px 0; 

    background-size: cover;
}
.home-intro .pad {
	padding: 250px 25px 0px 25px ; 
}
.home-intro .pad h2 {
	/*font-weight: 500; color: rgb(255,255,255); font-size: 40px; text-shadow: 0px 0px 5px #000; font-family: cursive; text-align: left;*/
	
    font-weight: 900;
    color: #e70625;
    font-size: 40px;
    text-shadow: 0px 3px 0px #000;
    font-family: cursive;
    text-align: left;
	
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: black;
	
	
	}
.home-intro .pad h4 {
	font-size: 20px; font-family: font4; color: #fff; text-shadow: 1px 1px 1px #000; font-weight: 600; padding: 25px; letter-spacing: 3px; border: 1px solid #e70625; text-align: center; background: #fff9;
}
.home-intro .pad h4:hover {
	border: 1px solid #fff; text-align: center; background: #000;
}
.home-intro .pad h5 {
	font-size: 20px; font-family: font4; color: #fff; text-shadow: 1px 1px 1px #000; font-weight: 600; padding: 25px; letter-spacing: 3px; border: 1px solid #000; text-align: center; background: #e70625;
}
.home-intro .pad h5:hover {
	border: 1px solid #e70625; text-align: center; background: #000;
}
.home-intro .pad p {
	margin-top: 0% !important; color: rgb(255,255,255); text-shadow: 0px 0px 5px #000; font-size: 25px;
	/*font-family: 'font4';*/
	font-family: 'font2';
	font-weight: 600;
	text-align: left;	
}
.home-intro .pad a {
	
}
.home-intro .pad a:hover {
	
}


.video {
	overflow: hidden; position: relative; display: block; 
}
.video .pad {
	padding: 250px 0px 0px 300px; position: absolute;
}
.video .pad h2 {
	font-weight: 500; color: rgb(255,255,255); font-size: 40px; text-shadow: 0px 0px 5px #000; font-family: cursive; text-align: left; 
	}
.video .pad h4 {
	font-size: 20px; font-family: font4; color: #fff; text-shadow: 1px 1px 1px #000; font-weight: 600; padding: 25px; letter-spacing: 3px; border: 1px solid #e70625; text-align: center; background: #fff9;
}
.video .pad h4:hover {
	border: 1px solid #fff; text-align: center; background: #000;
}
.video .pad h5 {
	font-size: 20px; font-family: font4; color: #fff; text-shadow: 1px 1px 1px #000; font-weight: 600; padding: 25px; letter-spacing: 3px; border: 1px solid #000; text-align: center; background: #e70625;
}
.video .pad h5:hover {
	border: 1px solid #e70625; text-align: center; background: #000;
}
.video .pad p {
	margin-top: 0% !important; color: rgb(255,255,255); text-shadow: 0px 0px 5px #000; font-size: 25px; font-family: 'font4'; text-align: left;
}
.video .pad a {
	
}
.video .pad a:hover {
	
}

.home1 {
	padding: 75px 0 125px 0; 
	    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%, rgba(0, 0, 0, 0) 100%, rgba(0, 0, 0, 0) 100%), url(/img/tate-collage-2-new.jpg);
    background-size: cover;
    background-attachment: fixed;
}
.home1 .pad {
	padding-top: 50px;
}
.home1 h1 {
	/*font-family: 'font4';*/
	font-family: font2;

	font-size: 45px;  font-weight: 800; color: #262525; line-height: 90px; margin-left: 25px; text-align: center;
}
.home1 h2 {
	font-size: 25px; margin-top: 55px;
	/*font-family: font5;*/
	font-family: font2;
	letter-spacing: 2px; text-decoration: underline; color: #e70625;
}
.home1 p {
	font-size: 17px; font-family: 'font2'; font-weight: 600; color: rgb(150,150,150); line-height: 35px; text-align: center;
}
.home1 h1 span {
	color: #e70625; font-size: 65px; text-shadow: 1px 1px 1px #000; 
}
.home1 img {
padding: 25px; max-width: 125%;
}
.home1 hr {
	background: #e70625; opacity: 99%;
}
.home1 a {
	color: inherit;
}
.home1 .cardy1 {
	padding: 10px; 
}
.home1 .cardy1:hover {
    box-shadow: -5px 0px 0px 0px #e70625;
    border-top-left-radius: 10%;
	border-bottom-left-radius: 10%;
}
.home-start {
	padding: 100px;
}

.home-start .padder {
	padding: 100px 50px 75px 50px; background: #fff; margin-top: 100px;    border: 5px solid #252424;
    box-shadow: -10px -10px 0px 0px #e70625;
}
.home-start .padder2 {
	padding: 25px 25px 25px 25px; background: #fff; height: 250px;    width: 100%; border: 5px solid #444;   
}
.home-start .padder2:hover {
	border: 5px solid #252424; transition: 2s;
    box-shadow: 10px -10px 0px 0px #e70625;
}
.home-start .padder2:hover img {
    /*margin-left: 85px;*/
    /*transform: rotateY(180deg);*/
    /*transition: 3.3s;*/
    /*margin-top: -25px;*/
    /*max-width: 65%;*/
    /*margin-right: -50px;*/
    margin-left: 35px;
    transform: rotateY(360deg);
    /*transition: 3.3s;*/
    transition: 2.5s;

    margin-top: 50px;
    max-width: 65%;
    margin-right: -50px;

}
.home-start .padder2:hover h5 {
	margin-left: -35px;
    transition: 3s;
    margin-right: 35px;
}
.home-start .padder2:hover i {
	transform: rotate(180deg); transition: 2s; color: #e70625;
}
.home-start .padder2:hover h6 {
	color: #e70625; transition: 3.5s; margin-left: 35px;
}
.home-start img {
	/*max-width: 40%; margin-left: -500px; margin-top: 35px;*/
	max-width: 70%; margin-left: -900px; margin-top: 75px;

}
.home-start h3 {
	font-family: font5; font-size: 40px; letter-spacing: 3px; line-height: 65px; text-align: center;
}
.home-start h3 span {
	color: #e70625 !important; font-weight: 500;     -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: black; font-family: cursive;
}
.home-start h4 {
	margin-right: -25px;
}
.home-start h5 {
	margin-top: -50px;
    font-size: 15px;
    font-family: font2;
    font-weight: 600; color: #000;
}

.home-start i {
	color: #000; position: relative; display: inline-grid; font-size: 18px;
}
.home-start h6 {
	font-size: 14px; color: transparent; font-family: font5; line-height: 25px; font-weight: 600; letter-spacing: 2px; 
}
.home-start p {
	font-size: 17px; font-family: 'font2'; font-weight: 600; line-height: 35px; text-align: center;
}
.home2 {
	padding: 100px 0px 100px 0px;
       background: linear-gradient(65deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 10%, rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, 1) 95%, rgb(255 255 255) 95%, rgb(255 255 255) 100%);
}
.home2 h2 {
/*font-family: font5;*/
	font-family: font2;

font-size: 40px; margin-left: 50px; padding: 25px; display: flex; color: #e70625; font-weight: 600;letter-spacing: 5px;
}
.home2 h2 span {
    margin-left: 15px;
    margin-bottom: -15px; text-transform: capitalize;
    margin-top: 20px; color: #000;
    letter-spacing: 5px; font-size: 40px;
}
.home2 h3 {
	/*font-family: font4;*/
	font-family: font2;
	font-weight:600;
	font-size: 45px;
}
.home2 h4 {
	/*font-family: font5;*/
	font-family: font2;

	
	font-size: 25px; margin-left: -75px; margin-right: -75px;
}
.home2 h4 strong {
	color: #E70625; 
}
.home2 h5 {
	font-family: font2; font-weight: 600; font-size: 20px; line-height: 40px; margin-left: 25px;
}
.home2 h5 span {
	color: #E70625; 
}
.home2 h6 {
	text-align: center; font-size: 15px; font-family: font2; padding: 10px; background: #e7062530; color: #fff; width: 25%; font-weight: 600; text-shadow: 1px 1px 3px #000; letter-spacing: 1px; box-shadow: 0px 0px 0px 1px #e7062530; 
}
.home2 h6:hover {
	 background: #e70625;box-shadow: 0px 0px 0px 15px #E70625; transition: 1s;
}
.home2 p {
	font-family: font2; font-weight: 600; line-height: 35px; font-size: 17px;
}
.home2 a {
	color: inherit;
}
.home2 mark {
	padding: 25px; color: #E70625; background: #f5f5f5; margin-left: 25px; text-transform: uppercase; font-family: fantasy;
}
.decks {
padding: 100px 50px 100px 50px;
	        background-image: linear-gradient(rgb(0, 0, 0, 0.3), rgb(11, 11, 11, 0.1)), url(/img/deck-1-new.jpg);
    background-size: cover;    border: 10px solid #252424;
    box-shadow: 15px -15px 0px 0px #e70625;
    background-repeat: no-repeat;background-attachment: fixed;
    background-position: center; height: 100%; margin-left: -12px;
}
.decking {
	padding: 100px;
 height: 100%;
}
.decking .tagger {
	  margin-top: -25px;
}
.home2 .decker {
	background: #ffffffde; padding: 25px;
}
.home2 .decker:hover {
	background: #fff; transition: 1.1s;
}
.tiper1 {
    margin-top: 120px;
    margin-left: -50px;
    margin-bottom: -120px;
    transform: rotate(330deg);
}
.tiper2 {
       margin-top: 95px;
    margin-left: 15px;
    margin-bottom: -100px;
    transform: rotate(331deg);
}
.tiper3 {
      margin-top: 77px;
    margin-left: 20px;
    margin-bottom: -100px;
    transform: rotate(339deg);
}
.tiper4 {
      margin-top: 62px;
    margin-left: 15px;
    margin-bottom: -100px;
    transform: rotate(346deg);
}
.tiper5 {
    margin-top: 52px;
    margin-left: 15px;
    margin-bottom: -100px;
    transform: rotate(350deg);
}
.home3 {
	padding: 100px 0px 100px 0px; background: linear-gradient(117deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 10%, rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, 1) 95%, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%);
}
.arbors {
	padding: 50px;
	        background-image: linear-gradient(rgb(0, 0, 0, 0.3), rgb(11, 11, 11, 0.1)), url(/img/arbor-1-new.jpg);
    background-size: cover;    border: 10px solid #252424;
    box-shadow: 15px -15px 0px 0px #e70625;background-attachment: fixed;
    background-repeat: no-repeat; margin-left: -12px;
    background-position: center; height: 100%;
   /* background-attachment: fixed;*/
}
.arch {
	padding: 100px;
 height: 100%;
}
.arch .tagger {
margin-top: -25px;
}

.home3 .boxed {
	background: #ffffffde; padding: 100px 50px 100px 50px;
}
.home3 .boxed:hover {
	background: #fff; transition: 1.1s;
}
.home3 h2 {
/*font-family: font5;*/
	font-family: font2;


font-size: 40px; padding: 25px; color: #e70625; font-weight: 600;letter-spacing: 5px;
}
.home3 h2 span {
     color: #000;
 
}
.home3 h3 {
	/*font-family: font4;*/
	font-family: font2;
	font-weight: 600;
	font-size: 45px;
}
.home3 h4 {
	/*font-family: font5;*/
	font-family: font2;

	font-size: 30px; margin-left: -70px; margin-right: -80px;
}
.home3 h4 strong {
	color: #E70625; 
}
.home3 h5 {
	font-family: font2; font-weight: 600; font-size: 20px; line-height: 40px; margin-left: 25px;
}
.home3 h5 span {
	color: #E70625; 
}
.home3 h6 {
	text-align: center; font-size: 15px; font-family: font2; padding: 10px; background: #e7062530; color: #fff; width: 25%; font-weight: 600; text-shadow: 1px 1px 3px #000; letter-spacing: 1px; box-shadow: 0px 0px 0px 1px #e7062530; 
}
.home3 h6:hover {
	 background: #e70625;box-shadow: 0px 0px 0px 15px #E70625; transition: 1s;
}
.home3 p {
	font-family: font2; font-weight: 600; line-height: 35px; font-size: 17px;
}
.home3 a {
	color: inherit;
}
.home3 mark {
	padding: 25px; color: #E70625; background: #f5f5f5; margin-left: 25px; text-transform: uppercase; font-family: fantasy;
}
.home4 {
	padding: 100px 0px 100px 50px; background: linear-gradient(65deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 10%, rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, 1) 95%, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%);
}
.home4 h2 {
    /*font-family: font5;*/
	font-family: font2;

	
    font-size: 40px;
    padding: 25px;

    color: #e70625;
    font-weight: 600;
    letter-spacing: 5px;
    margin-top: 110px;
}
.home4 h2 span {
color: #000;
}
.home4 h3 {
	/*font-family: font4;*/
	font-family: font2;
	font-weight: 600;
	
	font-size: 45px;
}
.home4 h4 {
	/*font-family: font5;*/
	font-family: font2;

	font-size: 30px; margin-left: -70px;
    margin-right: -85px;
}
.home4 h4 strong {
	color: #E70625; 
}
.home4 h5 {
	font-family: font2; font-weight: 600; font-size: 20px; line-height: 40px; margin-left: 25px;
}
.home4 h5 span {
	color: #E70625; 
}
.home4 h5 {
	font-family: font2; font-weight: 600; font-size: 20px; line-height: 40px; margin-left: 25px;
}
.home4 h6 {
	text-align: center; font-size: 15px; font-family: font2; padding: 10px; background: #e7062530; color: #fff; width: 25%; font-weight: 600; text-shadow: 1px 1px 3px #000; letter-spacing: 1px; box-shadow: 0px 0px 0px 1px #e7062530; 
}
.home4 h6:hover {
	 background: #e70625;box-shadow: 0px 0px 0px 15px #E70625; transition: 1s;
}
.home4 p {
	font-family: font2; font-weight: 600; line-height: 35px; font-size: 17px;
}
.home4 a {
	color: inherit;
}
.home4 mark {
	padding: 25px; color: #E70625; background: #f5f5f5; margin-left: 25px; text-transform: uppercase; font-family: fantasy;
}
.railings {
    padding: 50px 50px 50px 50px;
    background-image: linear-gradient(rgb(0, 0, 0, 0.3), rgb(11, 11, 11, 0.1)), url(/img/railings-1.jpg);
    background-size: contain;
    border: 10px solid #252424;
    box-shadow: 15px -15px 0px 0px #e70625;
    background-attachment: fixed;
    background-repeat: no-repeat;
    margin-left: -12px;
    background-position: left;
    height: 100%;
}
.rails {
	padding: 100px;
	background: #fff;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center; height: 100%;
   /* background-attachment: fixed;*/
}

.rails .tagger {
	 margin-top: -25px;
}
.home4 .boxed {
	/*background: #fff9;*/
	background: #ffffffde;
	padding: 100px 50px 100px 50px;
}
.home4 .boxed:hover {
	background: #fff; transition: 1.1s;
}
.home5 {
    padding: 200px 0px 200px 0px;
    background: linear-gradient(120deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 10%, rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, 1) 95%, rgb(255 255 255) 95%, rgb(255 255 255) 100%);
}
.home5 h2 {
/*font-family: font5;*/
	font-family: font2;

font-size: 40px;     margin-left: 0;
    margin-right: -0; padding: 25px; color: #e70625; font-weight: 600;letter-spacing: 5px; margin-top: 150px;
}
.home5 h2 span {
   color: #000;

}
.home5 h4 {
	/*font-family: font5;*/
	font-family: font2;

	font-size: 25px; margin-left: 70px; padding-top: 50px;

}
.home5 h4 strong {
	color: #E70625; 
}
.home5 h5 {
	font-family: font2; font-weight: 600; font-size: 20px; line-height: 40px; margin-left: 25px;
}
.home5 h5 span {
	color: #E70625; 
}
.home5 h5 {
	font-family: font2; font-weight: 600; font-size: 20px; line-height: 40px; margin-left: 25px;
}
.home5 mark {
	padding: 25px; color: #E70625; background: #f5f5f5; margin-left: 25px; text-transform: uppercase; font-family: fantasy;
}
.home5 img {
	    margin-top: 290px;
    /*margin-bottom: -110px;*/
    margin-bottom: -0px;
	box-shadow: 1px 1px 10px 1px #000;
}
.remodeling {
padding: 150px 10px 150px 10px;
background-image: linear-gradient(rgb(0, 0, 0, 0.0), rgb(11 11 11 / 0%)), url(/img/tate-collage-1-new.jpg);
    background-size: cover;
    background-repeat: no-repeat;  background-attachment: fixed;
    background-position: center; height: 100%;
}
.remodeling .remodel {
	padding: 25px; color: transparent;
}

.remodeling .remodel:hover {
	background: #fff9; color: #000;
}
.remodeling .remodel h3 {
	/*font-family: font4;*/
	font-family: font2;

	
	color: #fff; text-shadow: 1px 1px 1px #000; font-size: 35px; font-weight: 900; letter-spacing: 3px;
}
.remodeling .remodel:hover h3 {
	color: #E70625; text-shadow: 1px 1px 1px #fff;
}
.remodeling .remodel h3 span {
	font-weight: 400; font-family: font6;
}
.remodeling .remodel:hover h3 span {
	color: #000; font-weight: 400; font-family: font6;
}
.remodeling .remodel p {
	/*font-family: font5;*/
	font-family: font2;

	
	font-size: 17px; line-height: 35px; 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: 600; font-family: 'font2'; padding-bottom: 40px; text-align: center; color: rgb(129,141,148);
}
.gallery-decks {
	padding: 50px 0px 50px 0px; background: #fff; 
}
.gallery-decks h2 {
	/*font-family: 'font5';*/
	font-family: font2;

	
	color: #e70625; font-weight: 600;  text-align: center; padding: 25px 0px 25px 0px; font-size: 45px; letter-spacing: 3px;
}
.gallery-arbors {
	padding: 50px 0px 50px 0px; background: #fff;
}
.gallery-arbors h2 {
	/*font-family: 'font5';*/
	font-family: font2;

	
	color: #e70625; font-weight: 600;  text-align: center; padding: 25px 0px 25px 0px; font-size: 45px; letter-spacing: 3px;
}
.gallery-railing {
	padding: 50px 0px 50px 0px; background: #fff;
}
.gallery-railing h2 {
	/*font-family: 'font5';*/
	font-family: font2;

	color: #e70625; font-weight: 600;  text-align: center; padding: 25px 0px 25px 0px; font-size: 45px; letter-spacing: 3px;
}
.gallery-remodeling {
	padding: 50px 0px 50px 0px; background: #fff;
}
.gallery-remodeling h2 {
	/*font-family: 'font5';*/
	font-family: font2;
	
	
	color: #e70625; font-weight: 600;  text-align: center; padding: 25px 0px 25px 0px; font-size: 45px; letter-spacing: 3px;
}



/**** Services Section ****/
.service1 {
	padding: 150px 0px 50px 0px; background-image: linear-gradient(rgb(0, 0, 0, 0.0), rgb(11 11 11 / 0%)), url(/img/decker1-new.jpg);
    /*background-size: cover;*/
    background-size: contain;

    background-repeat: no-repeat;  background-attachment: fixed;
    background-position: center; 
}
.service1 .banner {
	padding: 50px; background: #fff9; box-shadow: 1px 1px 10px 1px #000;
}
.service1 h1 {
	/*font-family: font5;*/
	font-family: font2;

	
	font-size: 50px; font-weight: 600; letter-spacing: 3px;
}
.service1 p {
	line-height: 35px; font-size: 17px; font-weight: 600; font-family: font2;
}
.service2 {
	padding: 50px 0px 50px 0px; background: #fff;
}
.service2 h2 {
	font-family: font2; font-weight: 600; padding: 15px; font-size: 20px; margin-top: -100px; background: #fff; display: inline-flex; border: 1px solid #e70625; color: #e70625;
}
.service2 h2:hover {
	color: #000; border-color: #000;
}
.service2 img {
	height: 100%;
	/*height: 215px;*/
	border: 2px solid #000;
}
.service3 {
 padding: 200px 100px 100px 100px;
}
.service3 .cardy1 {
	padding: 75px 25px 75px 25px; background: #fff9;
}
.service3 .cardy1 h3 {
	font-size: 40px;
	/*font-family: font5;*/
	font-family: font2;

	
	font-weight: 600; letter-spacing: 3px;
}
.service3 .cardy1 h4 {
	font-size: 23px; font-family: font4; font-weight: 500;
}
.service3 .cardy1 h5 {
	font-size: 17px; font-family: font2; font-weight: 600;
}
.service3 .cardy1 h5 span {
	color: #e70625;
}
.service3 .cardy1 p {
	font-family: font2; font-size: 17px; line-height: 35px; font-weight: 600; margin-right: 100px;
}
.service3 .cardy1 img {
	max-width: 100%; margin-left: -0;
}
.service3 .cardy1 h6 {
	padding: 15px; text-align: center; font-size: 18px; font-family: font4; font-weight: 600; color: #000; background: #f5f5f5; letter-spacing: 2px;
}
.service3 .cardy1 h6:hover {
	background: #141414; color: #fff;  text-shadow: 1px 1px 3px #000;
}
.service3 .cardy1  span h6 {
	padding: 15px; text-align: center; font-size: 18px; font-family: font4; font-weight: 600; color: #fff; background: #4449; letter-spacing: 2px; text-shadow: 1px 1px 3px #000;
}
.service3 .cardy1  span h6:hover {
	background: #e70625;
}
.service3 .cardy2 {
	padding: 75px 25px 75px 25px; background: #fff9;
}











.deck-service-intro {
	padding:  300px 75px 100px 75px; background: linear-gradient(244deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.10817737739627098) 23%, rgba(255, 255, 255, 1) 23%, rgba(255, 255, 255, 1) 43%, rgba(255, 255, 255, 0.01574040260635501) 43%);
}
.deck-service-intro h1 {
	/*font-family: font5;*/
	font-family: font2;

	
	font-size: 45px; font-weight: 600; padding: 50px 25px 50px 25px;background: #fff; border-bottom-right-radius: 1%;
    margin-bottom: 0px; letter-spacing: 3px;
}
.deck-service-intro h1 strong {
	color:  #e70625;
}
.deck-service-intro p {
	font-size: 17px; font-weight: 600; font-family: font2; line-height: 35px; margin-right: 0;
}
.deck-service-intro .decking-photo {
		padding: 50px 25px 50px 25px;
		background: linear-gradient(90deg, #f1f1f1cf 0%, #f1f1f1d4 10%, #f1f1f1d4 10%, #f1f1f1cc 100%, rgba(255, 255, 255, 0.01574040260635501) 100%), url(/img/tate-deck-2-new.jpg);
    background-size: cover; background-attachment: fixed;
    background-repeat: no-repeat;  height: 600px;
    background-position: center; 
}
.deck-gallery {
	padding: 100px; background: #fff;
}
.deck-gallery h3 {
	/*font-family: font5;*/
	font-family: font2;

	
	font-weight: 600; font-size: 35px; letter-spacing: 3px;
}
.deck-gallery h4 {
	font-size: 20px; color: #000; font-family: font2; font-weight: 600; padding: 15px; border-left: 1px solid #e70625; border-bottom: 1px solid #e70625; width: 75%; text-align: center; border-top: 1px solid transparent; border-right: 1px solid transparent;
}
.deck-gallery h4:hover {
	border: 1px solid #000; background: #111111a8; color: #fff; text-shadow: 1px 1px 1px #000;
}
.deck-gallery h5 {
	font-size: 20px; color: #000; font-family: font2; font-weight: 600; padding: 15px; border-right: 1px solid #e70625; border-bottom: 1px solid #e70625; width: 75%; text-align: center;border-left: 1px solid transparent; border-top: 1px solid transparent;
}
.deck-gallery h5:hover {
	border: 1px solid #000; background: #e70625; color: #fff; text-shadow: 1px 1px 1px #000;
}
.deck-gallery p {
	line-height: 35px; font-size: 17px; font-family: font2; font-weight: 600;
}
.deck-gallery .gallery-card {
	padding: 75px; background: #6c757d1f; border: 3px solid #444; box-shadow: -10px -10px 0px 0px #e70625;
}
.deck-gallery .gallery-card img {
	box-shadow: 1px 1px 10px 1px #000;
}
.arbor-service-intro {
	padding:  300px 75px 100px 75px; background: linear-gradient(244deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.10817737739627098) 23%, rgba(255, 255, 255, 1) 23%, rgba(255, 255, 255, 1) 43%, rgba(255, 255, 255, 0.01574040260635501) 43%);
}
.arbor-service-intro h1 {
	/*font-family: font5;*/
	font-family: font2;

	
	font-size: 45px; font-weight: 600; padding: 50px 25px 50px 25px;background: #fff; border-bottom-right-radius: 1%;
    margin-bottom: 0px; letter-spacing: 3px;
}
.arbor-service-intro h1 strong {
	color:  #e70625;
}
.arbor-service-intro p {
	font-size: 17px; font-weight: 600; font-family: font2; line-height: 35px; margin-right: 0;
}
.arbor-service-intro .arbor-photo {
		padding: 50px 25px 50px 25px;
		background: linear-gradient(90deg, #f1f1f1cf 0%, #f1f1f1d4 10%, #f1f1f1d4 10%, #f1f1f1cc 100%, rgba(255, 255, 255, 0.01574040260635501) 100%), url(/img/tate-arbor-3-new.jpg);
    background-size: cover; background-attachment: fixed;
    background-repeat: no-repeat;  height: 600px;
    background-position: top; 
}
.arbor-gallery {
	padding: 100px; background: #fff;
}
.arbor-gallery h3 {
	/*font-family: font5;*/
	font-family: font2;

	font-weight: 600; font-size: 35px; letter-spacing: 3px;
}
.arbor-gallery h4 {
	font-size: 20px; color: #000; font-family: font2; font-weight: 600; padding: 15px; border-left: 1px solid #e70625; border-bottom: 1px solid #e70625; width: 75%; text-align: center; border-top: 1px solid transparent; border-right: 1px solid transparent;
}
.arbor-gallery h4:hover {
	border: 1px solid #000; background: #111111a8; color: #fff; text-shadow: 1px 1px 1px #000;
}
.arbor-gallery h5 {
	font-size: 20px; color: #000; font-family: font2; font-weight: 600; padding: 15px; border-right: 1px solid #e70625; border-bottom: 1px solid #e70625; width: 75%; text-align: center;border-left: 1px solid transparent; border-top: 1px solid transparent;
}
.arbor-gallery h5:hover {
	border: 1px solid #000; background: #e70625; color: #fff; text-shadow: 1px 1px 1px #000;
}
.arbor-gallery p {
	line-height: 35px; font-size: 17px; font-family: font2; font-weight: 600;
}
.arbor-gallery .gallery-card {
	padding: 75px; background: #6c757d1f; border: 3px solid #444; box-shadow: -10px -10px 0px 0px #e70625;
}
.arbor-gallery .gallery-card img {
	box-shadow: 1px 1px 10px 1px #000;
}
.railing-service-intro {
	padding:  300px 75px 100px 75px; background: linear-gradient(244deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.10817737739627098) 23%, rgba(255, 255, 255, 1) 23%, rgba(255, 255, 255, 1) 43%, rgba(255, 255, 255, 0.01574040260635501) 43%);
}
.railing-service-intro h1 {
	/*font-family: font5;*/
	
	font-family: font2;

	font-size: 45px; font-weight: 600; padding: 50px 25px 50px 25px;background: #fff; border-bottom-right-radius: 1%;
    margin-bottom: 0px; letter-spacing: 3px;
}
.railing-service-intro h1 strong {
	color:  #e70625;
}
.railing-service-intro p {
	font-size: 17px; font-weight: 600; font-family: font2; line-height: 35px; margin-right: 0;
}
.railing-service-intro .railing-photo {
		padding: 50px 25px 50px 25px;
		background: linear-gradient(90deg, #f1f1f1cf 0%, #f1f1f1d4 10%, #f1f1f1d4 10%, #f1f1f1cc 100%, rgba(255, 255, 255, 0.01574040260635501) 100%), url(/img/ar-2.jpg);
    background-size: cover; background-attachment: fixed;
    background-repeat: no-repeat;  height: 600px;
    background-position: center; 
}
.railing-gallery {
	padding: 100px; background: #fff;
}
.railing-gallery h3 {
	/*font-family: font5;*/
	font-family: font2;

	font-weight: 600; font-size: 35px; letter-spacing: 3px;
}
.railing-gallery h4 {
	font-size: 20px; color: #000; font-family: font2; font-weight: 600; padding: 15px; border-left: 1px solid #e70625; border-bottom: 1px solid #e70625; width: 75%; text-align: center; border-top: 1px solid transparent; border-right: 1px solid transparent;
}
.railing-gallery h4:hover {
	border: 1px solid #000; background: #111111a8; color: #fff; text-shadow: 1px 1px 1px #000;
}
.railing-gallery h5 {
	font-size: 20px; color: #000; font-family: font2; font-weight: 600; padding: 15px; border-right: 1px solid #e70625; border-bottom: 1px solid #e70625; width: 75%; text-align: center;border-left: 1px solid transparent; border-top: 1px solid transparent;
}
.railing-gallery h5:hover {
	border: 1px solid #000; background: #e70625; color: #fff; text-shadow: 1px 1px 1px #000;
}
.railing-gallery p {
	line-height: 35px; font-size: 17px; font-family: font2; font-weight: 600;
}
.railing-gallery .gallery-card {
	padding: 75px; background: #6c757d1f; border: 3px solid #444; box-shadow: -10px -10px 0px 0px #e70625;
}
.railing-gallery .gallery-card img {
	box-shadow: 1px 1px 10px 1px #000;
}
.remodeling-service-intro {
	padding:  300px 75px 100px 75px; background: linear-gradient(244deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.10817737739627098) 23%, rgba(255, 255, 255, 1) 23%, rgba(255, 255, 255, 1) 43%, rgba(255, 255, 255, 0.01574040260635501) 43%);
}
.remodeling-service-intro h1 {
	/*font-family: font5;*/
	font-family: font2;

	font-size: 45px; font-weight: 600; padding: 50px 25px 50px 25px;background: #fff; border-bottom-right-radius: 1%;
    margin-bottom: 0px; letter-spacing: 3px;
}
.remodeling-service-intro h1 strong {
	color:  #e70625;
}
.remodeling-service-intro p {
	font-size: 17px; font-weight: 600; font-family: font2; line-height: 35px; margin-right: 0;
}
.remodeling-service-intro .remodeling-photo {
		padding: 50px 25px 50px 25px;
		background: linear-gradient(90deg, #f1f1f1cf 0%, #f1f1f1d4 10%, #f1f1f1d4 10%, #f1f1f1cc 100%, rgba(255, 255, 255, 0.01574040260635501) 100%), url(/img/remodel-1.jpg);
    background-size: cover; background-attachment: fixed;
    background-repeat: no-repeat;  height: 600px;
    background-position: top; 
}
.remodeling-gallery {
	padding: 100px; background: #fff;
}
.remodeling-gallery h3 {
	/*font-family: font5;*/	font-family: font2;
	
	font-weight: 600; font-size: 35px; letter-spacing: 3px;
}
.remodeling-gallery h4 {
	font-size: 20px; color: #000; font-family: font2; font-weight: 600; padding: 15px; border-left: 1px solid #e70625; border-bottom: 1px solid #e70625; width: 75%; text-align: center; border-top: 1px solid transparent; border-right: 1px solid transparent;
}
.remodeling-gallery h4:hover {
	border: 1px solid #000; background: #111111a8; color: #fff; text-shadow: 1px 1px 1px #000;
}
.remodeling-gallery h5 {
	font-size: 20px; color: #000; font-family: font2; font-weight: 600; padding: 15px; border-right: 1px solid #e70625; border-bottom: 1px solid #e70625; width: 75%; text-align: center;border-left: 1px solid transparent; border-top: 1px solid transparent;
}
.remodeling-gallery h5:hover {
	border: 1px solid #000; background: #e70625; color: #fff; text-shadow: 1px 1px 1px #000;
}
.remodeling-gallery p {
	line-height: 35px; font-size: 17px; font-family: font2; font-weight: 600;
}
.remodeling-gallery .gallery-card {
	padding: 75px; background: #6c757d1f; border: 3px solid #444; box-shadow: -10px -10px 0px 0px #e70625;
}
.remodeling-gallery .gallery-card img {
	box-shadow: 1px 1px 10px 1px #000;
}







}
/* === Tablet CSS Section ===================== */
/*@media screen and (max-width: 768px) {*/
@media screen and (min-width:701px) and (max-width: 991px) {


/* ======================================== */
/* === Top Header Section ================= */
/* ======================================== */
.top-header {
	position: fixed; width: 93%; z-index: 1; padding: 10px 0 10px 0; /*background: linear-gradient(301deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 5%, rgba(255,255,255,1) 5%, rgba(255,255,255,1) 95%, rgba(0,0,0,0) 95%, rgba(0,0,0,0) 100%);*/	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 {
	    padding: 9px 15px 9px 15px;
    background: transparent;
    font-weight: 600;
    font-family: 'font2';
    color: rgb(175 171 171);
    border: 1px dotted rgb(193 185 185);
}
.top-header div[class*='col-']:nth-child(3) a:hover {
	background: #FFF; color: #000; border: 1px solid #000;
}
.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: transparent;
    font-weight: 600;
    font-family: 'font2';
    color: rgb(175 171 171);
    border: 1px dotted rgb(193 185 185);
}
.top-header div[class*='col-']:nth-child(4) a:hover {
	background: #FFF; color: #000; border: 1px solid #000;
}
.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: rgb(196,41,56); 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;
}
.top-header .spinna {
    margin-top: -10px;
        border: 4px solid #000;
    border-top: none;
    background: #fff;
    padding: 48px;
    width: 325px; 
    margin-bottom: -110px;
}
.top-header .spinna img {
	 transform: rotate(-5deg);
}
.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 Section ****/
.mobile-top-header {
	display:block !important; padding: 0 30px 0; background: rgb(135,170,188); z-index: 5; 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;
}

/**** Navigation Section ****/
.dropdown-wrapper {
	margin: 0; padding: 0;
}
.navbar-sidebar .dropdown-menu-mobile,.navbar-sidebar .dropdown-menu-mobile-2 {
	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, .dropdown-menu-animate-2 {
	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, .navbar-sidebar .dropdown-menu-mobile-2 a {
	color: rgb(75,75,75); font-weight:600 !important; font-size: 1.3em; font-family: 'Raleway'; text-align: center;
}
.navbar-sidebar {
	padding-top: 150px; height: 100%; width: 200px; background-color: rgb(250,250,250); position: fixed !important; z-index: 4; 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%;
}

/* ========================================== */
/* === 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);
}
.home-intro {
	    /*background-image: linear-gradient(rgb(255 255 255 / 30%), rgb(255 255 255 / 33%)), url(/img/decks-1-new.jpg); padding: 75px 0 125px 0; */
	    background-image: linear-gradient(rgb(255 255 255 / 30%), rgb(255 255 255 / 33%)), url(/img/arbor/arb-032.jpg); padding: 75px 0 125px 0; 
    
	
	background-size: cover;
}
.home-intro .pad {
	padding: 125px 0px 0px 10px; 
}
.home-intro .pad h2 {
	font-weight: 500; color: rgb(255,255,255); font-size: 40px; text-shadow: 0px 0px 5px #000; font-family: cursive; text-align: left; 
	}
.home-intro .pad h4 {
	font-size: 20px; font-family: font4; color: #fff; text-shadow: 1px 1px 1px #000; font-weight: 600; padding: 25px; letter-spacing: 3px; border: 1px solid #e70625; text-align: center; background: #fff9;
}
.home-intro .pad h4:hover {
	border: 1px solid #fff; text-align: center; background: #000;
}
.home-intro .pad h5 {
	font-size: 20px; font-family: font4; color: #fff; text-shadow: 1px 1px 1px #000; font-weight: 600; padding: 25px; letter-spacing: 3px; border: 1px solid #000; text-align: center; background: #e70625;
}
.home-intro .pad h5:hover {
	border: 1px solid #e70625; text-align: center; background: #000;
}
.home-intro .pad p {
	margin-top: 0% !important; color: rgb(255,255,255); text-shadow: 0px 0px 5px #000; font-size: 20px; font-family: 'font4'; text-align: left;
}
.home-intro .pad a {
	
}
.home-intro .pad a:hover {
	
}


.video {
	overflow: hidden; position: relative; display: block; 
}
.video .pad {
	padding: 250px 0px 0px 300px; position: absolute;
}
.video .pad h2 {
	font-weight: 500; color: rgb(255,255,255); font-size: 40px; text-shadow: 0px 0px 5px #000; font-family: cursive; text-align: left; 
	}
.video .pad h4 {
	font-size: 20px; font-family: font4; color: #fff; text-shadow: 1px 1px 1px #000; font-weight: 600; padding: 25px; letter-spacing: 3px; border: 1px solid #e70625; text-align: center; background: #fff9;
}
.video .pad h4:hover {
	border: 1px solid #fff; text-align: center; background: #000;
}
.video .pad h5 {
	font-size: 20px; font-family: font4; color: #fff; text-shadow: 1px 1px 1px #000; font-weight: 600; padding: 25px; letter-spacing: 3px; border: 1px solid #000; text-align: center; background: #e70625;
}
.video .pad h5:hover {
	border: 1px solid #e70625; text-align: center; background: #000;
}
.video .pad p {
	margin-top: 0% !important; color: rgb(255,255,255); text-shadow: 0px 0px 5px #000; font-size: 25px; font-family: 'font4'; text-align: left;
}
.video .pad a {
	
}
.video .pad a:hover {
	
}

.home1 {
	padding: 75px 0 125px 0; 
	    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 95%, rgba(0, 0, 0, 0) 100%, rgba(0, 0, 0, 0) 100%), url(/img/tate-collage-2-new.jpg);
    background-size: cover;
    background-attachment: fixed;
}
.home1 .pad {
	padding-top: 50px;
}
.home1 h1 {
	font-family: 'font4'; font-size: 35px;  font-weight: 800; color: #262525; line-height: 70px; margin-left: 0px; text-align: center;
}
.home1 h2 {
	font-size: 25px; margin-top: 55px; font-family: font5; letter-spacing: 2px; text-decoration: underline; color: #e70625;
}
.home1 p {
	font-size: 17px; font-family: 'font2'; font-weight: 600; color: rgb(150,150,150); line-height: 35px; text-align: center;
}
.home1 h1 span {
	color: #e70625; font-size: 40px; text-shadow: 1px 1px 1px #000; 
}
.home1 img {
padding: 25px; max-width: 100%;
}
.home1 hr {
	background: #e70625; opacity: 99%;
}
.home1 a {
	color: inherit;
}
.home1 .cardy1 {
	padding: 10px; 
}
.home1 .cardy1:hover {
    box-shadow: -5px 0px 0px 0px #e70625;
    border-top-left-radius: 10%;
	border-bottom-left-radius: 10%;
}
.home-start {
	padding: 10px;
}

.home-start .padder {
	padding: 100px 10px  75px 10px ; background: #fff; margin-top: 100px;    border: 5px solid #252424;
    box-shadow: -10px -10px 0px 0px #e70625;
}
.home-start .padder2 {
	padding: 25px 25px 25px 25px; background: #fff; height: 350px;    width: 100%; border: 5px solid #444;   
}
.home-start .padder2:hover {
	border: 5px solid #252424; transition: 2s;
    box-shadow: 10px -10px 0px 0px #e70625;
}
.home-start .padder2:hover img {
    margin-left: 85px;
    transform: rotateY(360deg);
    transition: 3.3s;
    margin-top: -25px;
    max-width: 65%;
    margin-right: -50px;
}
.home-start .padder2:hover h5 {
/*	margin-left: -35px;*/
/*    transition: 3s;*/
/*    margin-right: 35px;*/
    margin-left: 0px;
    transition: 3s;
    margin-right: 0px;
}
.home-start .padder2:hover i {
	transform: rotate(180deg); transition: 2s; color: #e70625;
}
.home-start .padder2:hover h6 {
	color: #e70625; transition: 3.5s; margin-left: 35px;
}
.home-start img {
	max-width: 40%;
	/*margin-left: -710px;*/
	margin-left: -0px;

	margin-top: 35px;
	
}
.home-start h3 {
	font-family: font5; font-size: 25px; letter-spacing: 3px; line-height: 40px; text-align: center;
}
.home-start h3 span {
	color: #e70625 !important; font-weight: 500;     -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: black; font-family: cursive;
}
.home-start h4 {
	margin-right: -25px;
}
.home-start h5 {
	margin-top: -50px;
    font-size: 15px;
    font-family: font2;
    font-weight: 600; color: #000;
}

.home-start i {
	color: #000; position: relative; display: inline-grid; font-size: 18px;
}
.home-start h6 {
	font-size: 14px; color: transparent; font-family: font5; line-height: 25px; font-weight: 600; letter-spacing: 2px; 
}
.home-start p {
	font-size: 17px; font-family: 'font2'; font-weight: 600; line-height: 35px; text-align: center;
}
.home2 {
	padding: 100px 0px 00px 0px;
       /*background: linear-gradient(65deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 10%, rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, 1) 95%, rgb(255 255 255) 95%, rgb(255 255 255) 100%);*/
	   
	   background: white;
}
.home2 h2 {
    font-family: font5;
    font-size: 35px;
    margin-left: 0;
    padding: 25px;
    display: flex;
    color: #e70625;
    font-weight: 600;
    letter-spacing: 5px;
}
.home2 h2 span {
    margin-left: 0;
    margin-bottom: 0;
    text-transform: capitalize;
    margin-top: 0;
    color: #000;
    letter-spacing: 5px;
    font-size: 35px;
}
.home2 h3 {
	font-family: font4; font-size: 25px;
}
.home2 h4 {
    font-family: font5;
    font-size: 30px;
    margin-left: 0;
    margin-right: 0;
}
.home2 h4 strong {
	color: #E70625; 
}
.home2 h5 {
	font-family: font2; font-weight: 600; font-size: 20px; line-height: 40px; margin-left: 25px;
}
.home2 h5 span {
	color: #E70625; 
}
.home2 h6 {
	text-align: center; font-size: 15px; font-family: font2; padding: 10px; background: #e7062530; color: #fff; width: 100%; font-weight: 600; text-shadow: 1px 1px 3px #000; letter-spacing: 1px; box-shadow: 0px 0px 0px 1px #e7062530; 
}
.home2 h6:hover {
	 background: #e70625;box-shadow: 0px 0px 0px 15px #E70625; transition: 1s;
}
.home2 p {
	font-family: font2; font-weight: 600; line-height: 35px; font-size: 17px;
}
.home2 a {
	color: inherit;
}
.home2 mark {
	padding: 10px; color: #E70625; background: #f5f5f5; margin-left: 0px; text-transform: uppercase; font-family: fantasy; font-size: 11px;
}
.decks {
padding: 100px 10px  100px 10px ;
	        background-image: linear-gradient(rgb(0, 0, 0, 0.3), rgb(11, 11, 11, 0.1)), url(/img/deck-1-new.jpg);
    background-size: cover;    border: 10px solid #252424;
    box-shadow: 15px -15px 0px 0px #e70625;
    background-repeat: no-repeat;background-attachment: fixed;
    background-position: center; height: 100%; margin-left: -12px;
}
.decking {
	padding: 70px;
 height: 100%;
}
.decking .tagger {
	  margin-top: -25px;
}
.home2 .decker {
	background: #ffffffde; padding: 25px;
}
.home2 .decker:hover {
	background: #fff; transition: 1.1s;
}
.tiper1 {
    margin-top: 120px;
    margin-left: -50px;
    margin-bottom: -120px;
    transform: rotate(330deg);
}
.tiper2 {
       margin-top: 95px;
    margin-left: 15px;
    margin-bottom: -100px;
    transform: rotate(331deg);
}
.tiper3 {
      margin-top: 77px;
    margin-left: 20px;
    margin-bottom: -100px;
    transform: rotate(339deg);
}
.tiper4 {
      margin-top: 62px;
    margin-left: 15px;
    margin-bottom: -100px;
    transform: rotate(346deg);
}
.tiper5 {
    margin-top: 52px;
    margin-left: 15px;
    margin-bottom: -100px;
    transform: rotate(350deg);
}
.home3 {
	padding: 00px 0px 00px 0px;
	/*background: linear-gradient(117deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 10%, rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, 1) 95%, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%);*/
	background: white;
}
.arbors {
	padding: 25px;
	        background-image: linear-gradient(rgb(0, 0, 0, 0.3), rgb(11, 11, 11, 0.1)), url(/img/arbor-1-new.jpg);
    background-size: cover;    border: 10px solid #252424;
    box-shadow: 15px -15px 0px 0px #e70625;background-attachment: fixed;
    background-repeat: no-repeat; margin-left: -12px;
    background-position: center; height: 100%;
   /* background-attachment: fixed;*/
}
.arch {
	padding: 70px;
 height: 100%;
}
.arch .tagger {
margin-top: -25px;
}

.home3 .boxed {
	background: #ffffffde; padding: 100px 15px 100px 15px;
}
.home3 .boxed:hover {
	background: #fff; transition: 1.1s;
}
.home3 h2 {
font-family: font5; font-size: 40px; padding: 25px; color: #e70625; font-weight: 600;letter-spacing: 5px;
}
.home3 h2 span {
     color: #000;
 
}
.home3 h3 {
	font-family: font4; font-size: 30px;
}
.home3 h4 {
	font-family: font5; font-size: 30px; margin-left: 0px; margin-right: -0px;
}
.home3 h4 strong {
	color: #E70625; 
}
.home3 h5 {
	font-family: font2; font-weight: 600; font-size: 20px; line-height: 40px; margin-left: 0px;
}
.home3 h5 span {
	color: #E70625; 
}
.home3 h6 {
	text-align: center; font-size: 15px; font-family: font2; padding: 10px; background: #e7062530; color: #fff; width: 100%; font-weight: 600; text-shadow: 1px 1px 3px #000; letter-spacing: 1px; box-shadow: 0px 0px 0px 1px #e7062530; 
}
.home3 h6:hover {
	 background: #e70625;box-shadow: 0px 0px 0px 15px #E70625; transition: 1s;
}
.home3 p {
	font-family: font2; font-weight: 600; line-height: 35px; font-size: 17px;
}
.home3 a {
	color: inherit;
}
.home3 mark {
	padding: 10px; color: #E70625; background: #f5f5f5; margin-left: 0px; text-transform: uppercase; font-family: fantasy;
}
.home4 {
	padding: 100px 0px 100px 0px;
	/*background: linear-gradient(65deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 10%, rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, 1) 95%, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%);*/
	background: white;

}
.home4 h2 {
    font-family: font5;
    font-size: 45px;
    padding: 25px;

    color: #e70625;
    font-weight: 600;
    letter-spacing: 5px;
    margin-top: 50px;
}
.home4 h2 span {
color: #000;
}
.home4 h3 {
	font-family: font4; font-size: 30px;
}
.home4 h4 {
	font-family: font5; font-size: 30px;
	margin-left: -0px;
    margin-right: -0px;
}
.home4 h4 strong {
	color: #E70625; 
}
.home4 h5 {
	font-family: font2; font-weight: 600; font-size: 20px; line-height: 40px; margin-left: 25px;
}
.home4 h5 span {
	color: #E70625; 
}
.home4 h5 {
	font-family: font2; font-weight: 600; font-size: 20px; line-height: 40px; margin-left: 25px;
}
.home4 h6 {
	text-align: center; font-size: 15px; font-family: font2; padding: 10px; background: #e7062530; color: #fff; width: 100%; font-weight: 600; text-shadow: 1px 1px 3px #000; letter-spacing: 1px; box-shadow: 0px 0px 0px 1px #e7062530; 
}
.home4 h6:hover {
	 background: #e70625;box-shadow: 0px 0px 0px 15px #E70625; transition: 1s;
}
.home4 p {
	font-family: font2; font-weight: 600; line-height: 35px; font-size: 17px;
}
.home4 a {
	color: inherit;
}
.home4 mark {
	padding: 25px; color: #E70625; background: #f5f5f5; margin-left: 25px; text-transform: uppercase; font-family: fantasy;
}
.railings {
    padding: 50px 15px 50px 15px;
    background-image: linear-gradient(rgb(0, 0, 0, 0.3), rgb(11, 11, 11, 0.1)), url(/img/railings-1.jpg);
    background-size: contain;
    border: 10px solid #252424;
    box-shadow: 15px -15px 0px 0px #e70625;
    background-attachment: fixed;
    background-repeat: no-repeat;
    margin-left: -12px;
    background-position: left;
    height: 100%;
}
.rails {
	padding: 88px 10px;
	background: #fff;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center; height: 100%;
   /* background-attachment: fixed;*/
}

.rails .tagger {
	 margin-top: -25px;
}
.home4 .boxed {
	background: #ffffffde; padding: 100px 15px 100px 15px;
}
.home4 .boxed:hover {
	background: #fff; transition: 1.1s;
}
.home5 {
    padding: 00px 0px 50px 0px;
    /*background: linear-gradient(120deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 10%, rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, 1) 95%, rgb(255 255 255) 95%, rgb(255 255 255) 100%);*/
    background: white;

}
.home5 h2 {
font-family: font5; font-size: 45px;     margin-left: 0px;
    margin-right: -0px; padding: 25px; color: #e70625; font-weight: 600;letter-spacing: 5px; margin-top: 10px;
}
.home5 h2 span {
   color: #000;

}
.home5 h4 {
	font-family: font5; font-size: 30px; margin-left: 70px; padding-top: 50px;

}
.home5 h4 strong {
	color: #E70625; 
}
.home5 h5 {
	font-family: font2; font-weight: 600; font-size: 20px; line-height: 40px; margin-left: 25px;
}
.home5 h5 span {
	color: #E70625; 
}
.home5 h5 {
	font-family: font2; font-weight: 600; font-size: 20px; line-height: 40px; margin-left: 25px;
}
.home5 mark {
	padding: 25px; color: #E70625; background: #f5f5f5; margin-left: 25px; text-transform: uppercase; font-family: fantasy;
}
.home5 img {
	    margin-top: 0px;
    margin-bottom: -110px;
}
.remodeling {
padding: 150px 10px 150px 10px;
background-image: linear-gradient(rgb(0, 0, 0, 0.0), rgb(11 11 11 / 0%)), url(/img/tate-collage-1-new.jpg);
    background-size: cover;
    background-repeat: no-repeat;  background-attachment: fixed;
    background-position: center; height: 100%;
}
.remodeling .remodel {
	padding: 25px; color: transparent;
}

.remodeling .remodel:hover {
	background: #fff9; color: #000;
}
.remodeling .remodel h3 {
	font-family: font4; color: #fff; text-shadow: 1px 1px 1px #000; font-size: 35px; font-weight: 600; letter-spacing: 3px;
}
.remodeling .remodel:hover h3 {
	color: #E70625; text-shadow: 1px 1px 1px #fff;
}
.remodeling .remodel h3 span {
	font-weight: 400; font-family: font6;
}
.remodeling .remodel:hover h3 span {
	color: #000; font-weight: 400; font-family: font6;
}
.remodeling .remodel p {
	font-family: font5; font-size: 17px; line-height: 35px; font-weight: 600;
}
/**** About Section ****/
.about {
	padding: 150px 0px 0px 0px;
}
.about h1 {
	color: #fff; font-family: font5; font-size: 30px; padding: 25px; background: #e70625;    margin-bottom: 0px;    letter-spacing: 5px;
    text-shadow: 2px 2px 1px #000;
}
.about h1 span {
	font-family: cursive; font-size: 33px;
}
.about1 {
	 background: #fff9;
    min-height: auto;
    background-attachment: fixed;
    background-position: bottom;
    overflow: hidden;
    padding: 70px 10px 70px 10px;
    color: #fff;

    background-repeat: no-repeat;
    background-size: cover;
}
.about1 .boxer {
	padding: 15px;  
    
}
.about1 h2 {
	font-family: font5; font-size: 45px;text-shadow: 1px 1px 10px #000; letter-spacing: 3px;
}
.about1 p {
	font-family: font2; font-weight: 600; font-size: 17px; line-height: 35px; text-shadow: 1px 1px 7px #444;
}
.about1 hr {
	background: #e70625; opacity: 99%; height: 1px;
}
.about1 img {
	box-shadow: 1px 1px 10px 1px #000;
}
.about2 {
	background: #fff9;
    min-height: auto;
    background-attachment: fixed;
    background-position: bottom;
    overflow: hidden;
    padding: 70px 10px 70px 10px;
    color: #fff;

    background-repeat: no-repeat;
    background-size: cover;
}
.about2 .boxer {
	padding: 15px;
}
.about2 h2 {
	font-family: font5; font-size: 35px;text-shadow: 1px 1px 10px #000; letter-spacing: 3px;
}
.about2 p {
	font-family: font2; font-weight: 600; font-size: 17px; line-height: 35px; text-shadow: 1px 1px 7px #444;
}
.about2 hr {
	background: #e70625; opacity: 99%; height: 1px;
}
.about2 img {
	box-shadow: 1px 1px 10px 1px #000;
}
.about3 {
 background: #fff9;
    min-height: auto;
    background-position: bottom;
    overflow: hidden;
    padding: 70px 15px 70px 15px;
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
}
.about3 .boxer {
	padding: 15px;
}
.about3 h2 {
	font-family: font5; font-size: 35px;text-shadow: 1px 1px 10px #000; letter-spacing: 3px;
}
.about3 p {
	font-family: font2; font-weight: 600; font-size: 17px; line-height: 35px; text-shadow: 1px 1px 7px #444;
}
.about3 hr {
	background: #e70625; opacity: 99%; height: 1px;
}
.about3 img {
	box-shadow: 1px 1px 10px 1px #000;
}
/**** Services Section ****/
.service1 {
	padding: 150px 0px 50px 0px; background-image: linear-gradient(rgb(0, 0, 0, 0.0), rgb(11 11 11 / 0%)), url(/img/decker1-new.jpg);
    /*background-size: cover;*/
    background-size: contain;

    background-repeat: no-repeat;  background-attachment: fixed;
    background-position: center; 
}
.service1 .banner {
	padding: 50px; background: #fff9; box-shadow: 1px 1px 10px 1px #000;
}
.service1 h1 {
	font-family: font5; font-size: 50px; font-weight: 600; letter-spacing: 3px;
}
.service1 p {
	line-height: 35px; font-size: 17px; font-weight: 600; font-family: font2;
}
.service2 {
	padding: 100px 0px 100px 0px; background: #fff;
}
.service2 h2 {
	font-family: font2; font-weight: 600; padding: 15px; font-size: 20px; margin-top: -100px; background: #fff; display: inline-flex; border: 1px solid #e70625; color: #e70625;
}
.service2 h2:hover {
	color: #000; border-color: #000;
}
.service2 img {
	height: 215px; border: 2px solid #000;
}
.service3 {
 padding: 70px 15px 70px 15px; text-align: center;
}
.service3 .cardy1 {
	padding: 75px 15px 75px 15px; background: #fff9;
}
.service3 .cardy1 h3 {
	font-size: 40px; font-family: font5; font-weight: 600; letter-spacing: 3px;
}
.service3 .cardy1 h4 {
	font-size: 23px; font-family: font4; font-weight: 500;
}
.service3 .cardy1 h5 {
	font-size: 17px; font-family: font2; font-weight: 600;
}
.service3 .cardy1 h5 span {
	color: #e70625;
}
.service3 .cardy1 p {
	font-family: font2; font-size: 17px; line-height: 35px; font-weight: 600; margin-right: 0px;
}
.service3 .cardy1 img {
	max-width: 100%; margin-left: -0px;
}
.service3 .cardy1 h6 {
	padding: 15px; text-align: center; font-size: 18px; font-family: font4; font-weight: 600; color: #000; background: #f5f5f5; letter-spacing: 2px;
}
.service3 .cardy1 h6:hover {
	background: #141414; color: #fff;  text-shadow: 1px 1px 3px #000;
}
.service3 .cardy1  span h6 {
	padding: 15px; text-align: center; font-size: 18px; font-family: font4; font-weight: 600; color: #fff; background: #4449; letter-spacing: 2px; text-shadow: 1px 1px 3px #000;
}
.service3 .cardy1  span h6:hover {
	background: #e70625;
}
.service3 .cardy2 {
	padding: 75px 25px 75px 25px; background: #fff9;
}
.deck-service-intro {
	padding:  100px 15px 100px 15px;
	/*background: linear-gradient(244deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.10817737739627098) 23%, rgba(255, 255, 255, 1) 23%, rgba(255, 255, 255, 1) 43%, rgba(255, 255, 255, 0.01574040260635501) 43%);*/
	background: white;

}
.deck-service-intro h1 {
	font-family: font5; font-size: 45px; font-weight: 600; padding: 50px 25px 50px 25px;background: #fff; border-bottom-right-radius: 1%;
    margin-bottom: 0px; letter-spacing: 3px;
}
.deck-service-intro h1 strong {
	color:  #e70625;
}
.deck-service-intro p {
	font-size: 17px; font-weight: 600; font-family: font2; line-height: 35px; margin-right: 0;
}
.deck-service-intro .decking-photo {
		padding: 50px 25px 50px 25px;
		background: linear-gradient(90deg, #f1f1f1cf 0%, #f1f1f1d4 10%, #f1f1f1d4 10%, #f1f1f1cc 100%, rgba(255, 255, 255, 0.01574040260635501) 100%), url(/img/tate-deck-2-new.jpg);
    background-size: cover; background-attachment: fixed;
    background-repeat: no-repeat;  height: 100%;
    background-position: center; 
}
.deck-gallery {
	padding: 15px; background: #fff;
}
.deck-gallery h3 {
	font-family: font5; font-weight: 600; font-size: 35px; letter-spacing: 3px;
}
.deck-gallery h4 {
	font-size: 20px; color: #000; font-family: font2; font-weight: 600; padding: 15px; border-left: 1px solid #e70625; border-bottom: 1px solid #e70625; width: 75%; text-align: center; border-top: 1px solid transparent; border-right: 1px solid transparent;
}
.deck-gallery h4:hover {
	border: 1px solid #000; background: #111111a8; color: #fff; text-shadow: 1px 1px 1px #000;
}
.deck-gallery h5 {
	font-size: 20px; color: #000; font-family: font2; font-weight: 600; padding: 15px; border-right: 1px solid #e70625; border-bottom: 1px solid #e70625; width: 75%; text-align: center;border-left: 1px solid transparent; border-top: 1px solid transparent;
}
.deck-gallery h5:hover {
	border: 1px solid #000; background: #e70625; color: #fff; text-shadow: 1px 1px 1px #000;
}
.deck-gallery p {
	line-height: 35px; font-size: 17px; font-family: font2; font-weight: 600;
}
.deck-gallery .gallery-card {
	padding: 15px; background: #6c757d1f; border: 3px solid #444; box-shadow: -10px -10px 0px 0px #e70625;
}
.deck-gallery .gallery-card img {
	box-shadow: 1px 1px 10px 1px #000;
}
.arbor-service-intro {
	padding:  100px 15px 100px 15px ;
	/*background: linear-gradient(244deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.10817737739627098) 23%, rgba(255, 255, 255, 1) 23%, rgba(255, 255, 255, 1) 43%, rgba(255, 255, 255, 0.01574040260635501) 43%);*/
	background: white;	
}
.arbor-service-intro h1 {
	font-family: font5; font-size: 45px; font-weight: 600; padding: 50px 25px 50px 25px;background: #fff; border-bottom-right-radius: 1%;
    margin-bottom: 0px; letter-spacing: 3px;
}
.arbor-service-intro h1 strong {
	color:  #e70625;
}
.arbor-service-intro p {
	font-size: 17px; font-weight: 600; font-family: font2; line-height: 35px; margin-right: 0px;
}
.arbor-service-intro .arbor-photo {
    padding: 50px 25px 50px 25px;
    background: linear-gradient(90deg, #f1f1f1cf 0%, #f1f1f1d4 10%, #f1f1f1d4 10%, #f1f1f1cc 100%, rgba(255, 255, 255, 0.01574040260635501) 100%), url(/img/tate-arbor-3-new.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    height: 100%;
    background-position: top;
}
.arbor-gallery {
	padding: 15px; background: #fff;
}
.arbor-gallery h3 {
	font-family: font5; font-weight: 600; font-size: 35px; letter-spacing: 3px;
}
.arbor-gallery h4 {
	font-size: 20px; color: #000; font-family: font2; font-weight: 600; padding: 15px; border-left: 1px solid #e70625; border-bottom: 1px solid #e70625; width: 75%; text-align: center; border-top: 1px solid transparent; border-right: 1px solid transparent;
}
.arbor-gallery h4:hover {
	border: 1px solid #000; background: #111111a8; color: #fff; text-shadow: 1px 1px 1px #000;
}
.arbor-gallery h5 {
	font-size: 20px; color: #000; font-family: font2; font-weight: 600; padding: 15px; border-right: 1px solid #e70625; border-bottom: 1px solid #e70625; width: 75%; text-align: center;border-left: 1px solid transparent; border-top: 1px solid transparent;
}
.arbor-gallery h5:hover {
	border: 1px solid #000; background: #e70625; color: #fff; text-shadow: 1px 1px 1px #000;
}
.arbor-gallery p {
	line-height: 35px; font-size: 17px; font-family: font2; font-weight: 600;
}
.arbor-gallery .gallery-card {
	padding: 15px; background: #6c757d1f; border: 3px solid #444; box-shadow: -10px -10px 0px 0px #e70625;
}
.arbor-gallery .gallery-card img {
	box-shadow: 1px 1px 10px 1px #000;
}
.railing-service-intro {
	padding:  100px 15px 100px 15px;
	background: linear-gradient(244deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.10817737739627098) 23%, rgba(255, 255, 255, 1) 23%, rgba(255, 255, 255, 1) 43%, rgba(255, 255, 255, 0.01574040260635501) 43%);
	background: white;

}
.railing-service-intro img{
	width: 100% !important;
	height: 100% !important;
}
.railing-service-intro h1 {
	font-family: font5; font-size: 45px; font-weight: 600; padding: 50px 25px 50px 25px;background: #fff; border-bottom-right-radius: 1%;
    margin-bottom: 0px; letter-spacing: 3px;
}
.railing-service-intro h1 strong {
	color:  #e70625;
}
.railing-service-intro p {
	font-size: 17px; font-weight: 600; font-family: font2; line-height: 35px; margin-right: 0px;
}
.railing-service-intro .railing-photo {
		padding: 50px 25px 50px 25px;
		background: linear-gradient(90deg, #f1f1f1cf 0%, #f1f1f1d4 10%, #f1f1f1d4 10%, #f1f1f1cc 100%, rgba(255, 255, 255, 0.01574040260635501) 100%), url(/img/ar-2.jpg);
    background-size: cover; background-attachment: fixed;
    background-repeat: no-repeat;  height: 100%;
    background-position: center; 
}
.railing-gallery {
	padding: 20px; background: #fff;
}
.railing-gallery h3 {
	font-family: font5; font-weight: 600; font-size: 35px; letter-spacing: 3px;
}
.railing-gallery h4 {
	font-size: 20px; color: #000; font-family: font2; font-weight: 600; padding: 15px; border-left: 1px solid #e70625; border-bottom: 1px solid #e70625; width: 75%; text-align: center; border-top: 1px solid transparent; border-right: 1px solid transparent;
}
.railing-gallery h4:hover {
	border: 1px solid #000; background: #111111a8; color: #fff; text-shadow: 1px 1px 1px #000;
}
.railing-gallery h5 {
	font-size: 20px; color: #000; font-family: font2; font-weight: 600; padding: 15px; border-right: 1px solid #e70625; border-bottom: 1px solid #e70625; width: 75%; text-align: center;border-left: 1px solid transparent; border-top: 1px solid transparent;
}
.railing-gallery h5:hover {
	border: 1px solid #000; background: #e70625; color: #fff; text-shadow: 1px 1px 1px #000;
}
.railing-gallery p {
	line-height: 35px; font-size: 17px; font-family: font2; font-weight: 600;
}
.railing-gallery .gallery-card {
	padding: 15px; background: #6c757d1f; border: 3px solid #444; box-shadow: -10px -10px 0px 0px #e70625;
}
.railing-gallery .gallery-card img {
	box-shadow: 1px 1px 10px 1px #000;
}
.remodeling-service-intro {
    padding: 100px 15px 100px 15px;
    /*background: linear-gradient(244deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.10817737739627098) 23%, rgba(255, 255, 255, 1) 23%, rgba(255, 255, 255, 1) 43%, rgba(255, 255, 255, 0.01574040260635501) 43%);*/
	background: white; 
}

.remodeling-service-intro h1 {
	font-family: font5; font-size: 45px; font-weight: 600; padding: 50px 25px 50px 25px;background: #fff; border-bottom-right-radius: 1%;
    margin-bottom: 0px; letter-spacing: 3px;
}
.remodeling-service-intro h1 strong {
	color:  #e70625;
}
.remodeling-service-intro p {
	font-size: 17px; font-weight: 600; font-family: font2; line-height: 35px; margin-right: 0px;
}
.remodeling-service-intro .remodeling-photo {
		padding: 50px 25px 50px 25px;
		background: linear-gradient(90deg, #f1f1f1cf 0%, #f1f1f1d4 10%, #f1f1f1d4 10%, #f1f1f1cc 100%, rgba(255, 255, 255, 0.01574040260635501) 100%), url(/img/remodel-1.jpg);
    background-size: cover; background-attachment: fixed;
    background-repeat: no-repeat;  height: 100%;
    background-position: top; 
}
.remodeling-gallery {
	padding: 15px; background: #fff;
}
.remodeling-gallery h3 {
	font-family: font5; font-weight: 600; font-size: 35px; letter-spacing: 3px;
}
.remodeling-gallery h4 {
	font-size: 20px; color: #000; font-family: font2; font-weight: 600; padding: 15px; border-left: 1px solid #e70625; border-bottom: 1px solid #e70625; width: 75%; text-align: center; border-top: 1px solid transparent; border-right: 1px solid transparent;
}
.remodeling-gallery h4:hover {
	border: 1px solid #000; background: #111111a8; color: #fff; text-shadow: 1px 1px 1px #000;
}
.remodeling-gallery h5 {
	font-size: 20px; color: #000; font-family: font2; font-weight: 600; padding: 15px; border-right: 1px solid #e70625; border-bottom: 1px solid #e70625; width: 75%; text-align: center;border-left: 1px solid transparent; border-top: 1px solid transparent;
}
.remodeling-gallery h5:hover {
	border: 1px solid #000; background: #e70625; color: #fff; text-shadow: 1px 1px 1px #000;
}
.remodeling-gallery p {
	line-height: 35px; font-size: 17px; font-family: font2; font-weight: 600;
}
.remodeling-gallery .gallery-card {
	padding: 15px; background: #6c757d1f; border: 3px solid #444; box-shadow: -10px -10px 0px 0px #e70625;
}
.remodeling-gallery .gallery-card img {
	box-shadow: 1px 1px 10px 1px #000;
}
/**** Gallery Section ****/
.gallery-page {
	padding: 75px 0 50px 0;	background: rgb(249,249,249);
}
.gallery-page h1 {
	font-size: 3rem; font-weight: 600; font-family: 'font2'; padding-bottom: 40px; text-align: center; color: rgb(129,141,148);
}
.gallery-decks {
	padding: 50px 0px 50px 0px; background: #fff; 
}
.gallery-decks h2 {
	font-family: 'font5'; color: #e70625; font-weight: 600;  text-align: center; padding: 25px 0px 25px 0px; font-size: 45px; letter-spacing: 3px;
}
.gallery-arbors {
	padding: 25px 0px 25px 0px; background: #fff;
}
.gallery-arbors h2 {
	font-family: 'font5'; color: #e70625; font-weight: 600;  text-align: center; padding: 25px 0px 25px 0px; font-size: 45px; letter-spacing: 3px;
}
.gallery-railing {
	padding: 25px 0px 25px 0px; background: #fff;
}
.gallery-railing h2 {
	font-family: 'font5'; color: #e70625; font-weight: 600;  text-align: center; padding: 25px 0px 25px 0px; font-size: 45px; letter-spacing: 3px;
}
.gallery-remodeling {
	padding: 25px 0px 25px 0px; background: #fff;
}
.gallery-remodeling h2 {
	font-family: 'font5'; color: #e70625; font-weight: 600;  text-align: center; padding: 25px 0px 25px 0px; font-size: 45px; letter-spacing: 3px;
}

/**** 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);
}


}
/* === Mobile CSS Section ===================== */
/*@media screen and (max-width: 425px) {*/
@media screen and (min-width: 310px) and (max-width: 700px) {

body,html{
	overflow-x: hidden; 
}
/* ======================================== */
/* === Top Header Section ================= */
/* ======================================== */
.top-header {
	position: fixed; width: 90%; z-index: 1; padding: 10px 0 10px 0; /*background: linear-gradient(301deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 5%, rgba(255,255,255,1) 5%, rgba(255,255,255,1) 95%, rgba(0,0,0,0) 95%, rgba(0,0,0,0) 100%);*/	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 {
	    padding: 9px 15px 9px 15px;
    background: transparent;
    font-weight: 600;
    font-family: 'font2';
    color: rgb(175 171 171);
    border: 1px dotted rgb(193 185 185);
}
.top-header div[class*='col-']:nth-child(3) a:hover {
	background: #FFF; color: #000; border: 1px solid #000;
}
.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: transparent;
    font-weight: 600;
    font-family: 'font2';
    color: rgb(175 171 171);
    border: 1px dotted rgb(193 185 185);
}
.top-header div[class*='col-']:nth-child(4) a:hover {
	background: #FFF; color: #000; border: 1px solid #000;
}
.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: rgb(196,41,56); 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;
}
.top-header .spinna {
    margin-top: -10px;
        border: 4px solid #000;
    border-top: none;
    background: #fff;
    padding: 48px;
    width: 325px; 
    margin-bottom: -110px;
}
.top-header .spinna img {
	 transform: rotate(-5deg);
}
.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 Section ****/
.mobile-top-header {
	display:block !important; padding: 0 30px 0; background: rgb(135,170,188); z-index: 5; 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;
}

/**** Navigation Section ****/
.dropdown-wrapper {
	margin: 0; padding: 0;
}
.navbar-sidebar .dropdown-menu-mobile,.navbar-sidebar .dropdown-menu-mobile-2 {
	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, .dropdown-menu-animate-2 {
	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, .navbar-sidebar .dropdown-menu-mobile-2 a {
	color: rgb(75,75,75); font-weight:600 !important; font-size: 1.3em; font-family: 'Raleway'; text-align: center;
}
.navbar-sidebar {
	padding-top: 115px; height: 100%; width: 200px; background-color: rgb(250,250,250); position: fixed !important; z-index: 4; 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%;
}

/* ========================================== */
/* === 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);
}
.home-intro {
	    /*background-image: linear-gradient(rgb(255 255 255 / 30%), rgb(255 255 255 / 33%)), url(/img/decks-1-new.jpg); padding: 75px 0 125px 0;*/
		
	    background-image: linear-gradient(rgb(255 255 255 / 30%), rgb(255 255 255 / 33%)), url(/img/arbor/arb-032.jpg); padding: 75px 0 125px 0; 
        background-position: 12% 25%;
    background-size: cover;
}
.home-intro .pad {
	padding: 50px 0px 0px 10px; 
}
.home-intro .pad h2 {
	font-weight: 500; color: rgb(255,255,255); font-size: 30px; text-shadow: 0px 0px 5px #000;
	/*font-family: cursive;*/
	text-align: center; 
	}
.home-intro .pad h4 {
	font-size: 20px; font-family: font4; color: #fff; text-shadow: 1px 1px 1px #000; font-weight: 600; padding: 25px; letter-spacing: 3px; border: 1px solid #e70625; text-align: center; background: #fff9;
}
.home-intro .pad h4:hover {
	border: 1px solid #fff; text-align: center; background: #000;
}
.home-intro .pad h5 {
	font-size: 20px; font-family: font4; color: #fff; text-shadow: 1px 1px 1px #000; font-weight: 600; padding: 25px; letter-spacing: 3px; border: 1px solid #000; text-align: center; background: #e70625;
}
.home-intro .pad h5:hover {
	border: 1px solid #e70625; text-align: center; background: #000;
}
.home-intro .pad p {
	margin-top: 7% !important; color: rgb(255,255,255); text-shadow: 0px 0px 5px #000; font-size: 20px; font-family: 'font4'; text-align: center;
}
.home-intro .pad a {
	
}
.home-intro .pad a:hover {
	
}


.video {
	overflow: hidden; position: relative; display: block; 
}
.video .pad {
	padding: 250px 0px 0px 300px; position: absolute;
}
.video .pad h2 {
	font-weight: 500; color: rgb(255,255,255); font-size: 40px; text-shadow: 0px 0px 5px #000; font-family: cursive; text-align: left; 
	}
.video .pad h4 {
	font-size: 20px; font-family: font4; color: #fff; text-shadow: 1px 1px 1px #000; font-weight: 600; padding: 25px; letter-spacing: 3px; border: 1px solid #e70625; text-align: center; background: #fff9;
}
.video .pad h4:hover {
	border: 1px solid #fff; text-align: center; background: #000;
}
.video .pad h5 {
	font-size: 20px; font-family: font4; color: #fff; text-shadow: 1px 1px 1px #000; font-weight: 600; padding: 25px; letter-spacing: 3px; border: 1px solid #000; text-align: center; background: #e70625;
}
.video .pad h5:hover {
	border: 1px solid #e70625; text-align: center; background: #000;
}
.video .pad p {
	margin-top: 0% !important; color: rgb(255,255,255); text-shadow: 0px 0px 5px #000; font-size: 25px; font-family: 'font4'; text-align: left;
}
.video .pad a {
	
}
.video .pad a:hover {
	
}

.home1 {
	padding: 75px 0 125px 0; 
	    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 95%, rgba(0, 0, 0, 0) 100%, rgba(0, 0, 0, 0) 100%), url(/img/tate-collage-2-new.jpg);
    background-size: cover;
    background-attachment: fixed;
}
.home1 .pad {
	padding-top: 50px;
}
.home1 h1 {
	font-family: 'font4'; font-size: 35px;  font-weight: 800; color: #262525; line-height: 70px; margin-left: 0px; text-align: center;
}
.home1 h2 {
	font-size: 25px; margin-top: 55px; font-family: font5; letter-spacing: 2px; text-decoration: underline; color: #e70625;
}
.home1 p {
	font-size: 17px; font-family: 'font2'; font-weight: 600; color: rgb(150,150,150); line-height: 35px; text-align: center;
}
.home1 h1 span {
	color: #e70625; font-size: 40px; text-shadow: 1px 1px 1px #000; 
}
.home1 img {
padding: 25px; max-width: 100%;
}
.home1 hr {
	background: #e70625; opacity: 99%;
}
.home1 a {
	color: inherit;
}
.home1 .cardy1 {
	padding: 10px; 
}
.home1 .cardy1:hover {
    box-shadow: -5px 0px 0px 0px #e70625;
    border-top-left-radius: 10%;
	border-bottom-left-radius: 10%;
}
.home-start {
	padding: 10px;
}

.home-start .padder {
	padding: 100px 10px  75px 10px ; background: #fff; margin-top: 100px;    border: 5px solid #252424;
    box-shadow: -10px -10px 0px 0px #e70625;
}
.home-start .padder2 {
	padding: 25px 25px 25px 25px; background: #fff; height: 550px;    width: 100%; border: 5px solid #444;   
}
.home-start .padder2:hover {
	border: 5px solid #252424; transition: 2s;
    box-shadow: 10px -10px 0px 0px #e70625;
	width: 105%;
}
.home-start .padder2:hover img {
    margin-left: 85px;
    transform: rotateY(360deg);
    transition: 3.3s;
    margin-top: 25px;
    /*max-width: 65%;*/
	max-height: 50%;
    margin-right: -50px;
}
.home-start .padder2:hover h5 {
/*	margin-left: -35px;*/
/*    transition: 3s;*/
/*    margin-right: 35px;*/
    margin-left: 0px;
    transition: 3s;
    margin-right: 0px;
}
.home-start .padder2:hover i {
	transform: rotate(180deg); transition: 2s; color: #e70625;
}
.home-start .padder2:hover h6 {
	color: #e70625; transition: 3.5s; margin-left: 5px;
}
.home-start img {
	max-width: 40%;
	/*margin-left: -500px; margin-top: 35px;*/
	margin-left: -0; margin-top: 0;

}
.home-start h3 {
	font-family: font5; font-size: 25px; letter-spacing: 3px; line-height: 40px; text-align: center;
}
.home-start h3 span {
	color: #e70625 !important; font-weight: 500;     -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: black;
	/*font-family: cursive;*/
}
.home-start h4 {
	/*margin-right: -25px;*/
	margin-right: -0; text-align: center;

}
.home-start h5 {
	margin-top: -50px;
    font-size: 15px;
    font-family: font2;
    font-weight: 600; color: #000;
	
}

.home-start i {
	color: #000; position: relative; display: inline-grid; font-size: 18px;
}
.home-start h6 {
	font-size: 14px; color: transparent; font-family: font5; line-height: 25px; font-weight: 600; letter-spacing: 2px;  text-align: center;
}
.home-start p {
	font-size: 17px; font-family: 'font2'; font-weight: 600; line-height: 35px; text-align: center;
}
.home2 {
	padding: 100px 0px 00px 0px;
       /*background: linear-gradient(65deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 10%, rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, 1) 95%, rgb(255 255 255) 95%, rgb(255 255 255) 100%);*/
	   
	   background: white;
	   	text-align: center;

}
.home2 h2 {
    font-family: font5;
    font-size: 35px;
    margin-left: 0;
    padding: 25px;
    display: flex;
    color: #e70625;
    font-weight: 600;
    letter-spacing: 5px;
}
.home2 h2 span {
    margin-left: 0;
    margin-bottom: 0;
    text-transform: capitalize;
    margin-top: 0;
    color: #000;
    letter-spacing: 5px;
    font-size: 35px;
}
.home2 h3 {
	font-family: font4; font-size: 25px;
}
.home2 h4 {
	font-family: font5; font-size: 30px;
	/*margin-left: -75px;*/
	/*margin-right: -75px;*/
	margin-left: -0;
	margin-right: -0;
	text-align: center;
}
.home2 h4 strong {
	color: #E70625; 
}
.home2 h5 {
	font-family: font2; font-weight: 600; font-size: 20px; line-height: 40px;
	margin-left: 0;
}
.home2 h5 span {
	color: #E70625; 
}
.home2 h6 {
	text-align: center; font-size: 15px; font-family: font2; padding: 10px; background: #e7062530; color: #fff; width: 100%; font-weight: 600; text-shadow: 1px 1px 3px #000; letter-spacing: 1px; box-shadow: 0px 0px 0px 1px #e7062530; 
}
.home2 h6:hover {
	 background: #e70625;box-shadow: 0px 0px 0px 15px #E70625; transition: 1s;
}
.home2 p {
	font-family: font2; font-weight: 600; line-height: 35px; font-size: 17px;
}
.home2 a {
	color: inherit;
}
.home2 mark {
	padding: 10px; color: #E70625; background: #f5f5f5; margin-left: 0px; text-transform: uppercase; font-family: fantasy; font-size: 11px;
}
.decks {
padding: 100px 10px  100px 10px ;
	        background-image: linear-gradient(rgb(0, 0, 0, 0.3), rgb(11, 11, 11, 0.1)), url(/img/deck-1-new.jpg);
    background-size: cover;    border: 10px solid #252424;
    box-shadow: 15px -15px 0px 0px #e70625;
    background-repeat: no-repeat;background-attachment: fixed;
    background-position: center; height: 100%; margin-left: -12px;
}
.decking {
	/*padding: 70px;*/
	padding: 30px;

 height: 100%;
}
.decking .tagger {
	  margin-top: -25px;
}
.home2 .decker {
	background: #ffffffeb; padding: 25px;
}
.home2 .decker:hover {
	background: #fff; transition: 1.1s;
}
.tiper1 {
    margin-top: 120px;
    margin-left: -50px;
    margin-bottom: -120px;
    transform: rotate(330deg);
}
.tiper2 {
       margin-top: 95px;
    margin-left: 15px;
    margin-bottom: -100px;
    transform: rotate(331deg);
}
.tiper3 {
      margin-top: 77px;
    margin-left: 20px;
    margin-bottom: -100px;
    transform: rotate(339deg);
}
.tiper4 {
      margin-top: 62px;
    margin-left: 15px;
    margin-bottom: -100px;
    transform: rotate(346deg);
}
.tiper5 {
    margin-top: 52px;
    margin-left: 15px;
    margin-bottom: -100px;
    transform: rotate(350deg);
}
.home3 {
	padding: 00px 0px 00px 0px;
	/*background: linear-gradient(117deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 10%, rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, 1) 95%, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%);*/
	background: white;
	text-align: center;
}
.arbors {
	padding: 25px;
	        background-image: linear-gradient(rgb(0, 0, 0, 0.3), rgb(11, 11, 11, 0.1)), url(/img/arbor-1-new.jpg);
    background-size: cover;    border: 10px solid #252424;
    box-shadow: 15px -15px 0px 0px #e70625;background-attachment: fixed;
    background-repeat: no-repeat; margin-left: -12px;
    background-position: center; height: 100%;
   /* background-attachment: fixed;*/
}
.arch {
	/*padding: 70px;*/
	padding: 30px;

 height: 100%;
}
.arch .tagger {
margin-top: -25px;
}

.home3 .boxed {
	background: #ffffffeb; padding: 100px 15px 100px 15px;
}
.home3 .boxed:hover {
	background: #fff; transition: 1.1s;
}
.home3 h2 {
font-family: font5; font-size: 26px; padding: 25px; color: #e70625; font-weight: 600;letter-spacing: 5px; text-align: center;
}
.home3 h2 span {
     color: #000;
 
}
.home3 h3 {
	font-family: font4; font-size: 30px; text-align: center;
}
.home3 h4 {
	font-family: font5; font-size: 26px;
	/*margin-left: -70px;*/
	/*margin-right: -80px;*/
	margin-left: -0;
	margin-right: 0;
	text-align: center;
}
.home3 h4 strong {
	color: #E70625; 
}
.home3 h5 {
	font-family: font2; font-weight: 600; font-size: 20px; line-height: 40px; margin-left: 0px;
}
.home3 h5 span {
	color: #E70625; 
}
.home3 h6 {
	text-align: center; font-size: 15px; font-family: font2; padding: 10px; background: #e7062530; color: #fff; width: 100%; font-weight: 600; text-shadow: 1px 1px 3px #000; letter-spacing: 1px; box-shadow: 0px 0px 0px 1px #e7062530; 
}
.home3 h6:hover {
	 background: #e70625;box-shadow: 0px 0px 0px 15px #E70625; transition: 1s;
}
.home3 p {
	font-family: font2; font-weight: 600; line-height: 35px; font-size: 17px; text-align: center;
}
.home3 a {
	color: inherit;
}
.home3 mark {
	padding: 10px; color: #E70625; background: #f5f5f5; margin-left: 0px; text-transform: uppercase; font-family: fantasy;
}
.home4 {
	padding: 50px 0px 50px 0px;
	/*background: linear-gradient(65deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 10%, rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, 1) 95%, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0) 100%);*/
	background: white;
	text-align: center;
}
.home4 h2 {
    font-family: font5;
    font-size: 26px;
    padding: 25px;

    color: #e70625;
    font-weight: 600;
    letter-spacing: 5px;
    margin-top: 50px;
	text-align: center;
}
.home4 h2 span {
color: #000;
}
.home4 h3 {
	font-family: font4; font-size: 30px; text-align: center;
}
.home4 h4 {
	font-family: font5; font-size: 30px;
	margin-left: -0px;
    margin-right: -0px;
}
.home4 h4 strong {
	color: #E70625; 
}
.home4 h5 {
	font-family: font2; font-weight: 600; font-size: 20px; line-height: 40px; margin-left: 0;
}
.home4 h5 span {
	color: #E70625; 
}
.home4 h5 {
	font-family: font2; font-weight: 600; font-size: 20px; line-height: 40px; margin-left: 0;
}
.home4 h6 {
	text-align: center; font-size: 15px; font-family: font2; padding: 10px; background: #e7062530; color: #fff; width: 100%; font-weight: 600; text-shadow: 1px 1px 3px #000; letter-spacing: 1px; box-shadow: 0px 0px 0px 1px #e7062530; 
}
.home4 h6:hover {
	 background: #e70625;box-shadow: 0px 0px 0px 15px #E70625; transition: 1s;
}
.home4 p {
	font-family: font2; font-weight: 600; line-height: 35px; font-size: 17px; text-align: center;
}
.home4 a {
	color: inherit;
}
.home4 mark {
	padding: 25px; color: #E70625; background: #f5f5f5; margin-left: 25px; text-transform: uppercase; font-family: fantasy;
}
.railings {
    padding: 50px 15px 50px 15px;
    background-image: linear-gradient(rgb(0, 0, 0, 0.3), rgb(11, 11, 11, 0.1)), url(/img/railings-1.jpg);
    background-size: cover;
    border: 10px solid #252424;
    box-shadow: 15px -15px 0px 0px #e70625;
    background-attachment: fixed;
    background-repeat: no-repeat;
    margin-left: -12px;
    background-position: left;
    height: 100%;
}
.rails {
	padding: 88px 10px;
	background: #fff;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center; height: 100%;
   /* background-attachment: fixed;*/
}

.rails .tagger {
	 margin-top: -25px;
}
.home4 .boxed {
	background: #ffffffeb; padding: 100px 15px 100px 15px;
}
.home4 .boxed:hover {
	background: #fff; transition: 1.1s;
}
.home5 {
    padding: 00px 0px 50px 0px;
    /*background: linear-gradient(120deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 10%, rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, 1) 95%, rgb(255 255 255) 95%, rgb(255 255 255) 100%);*/
    background: white;
	text-align: center;

}
.home5 h2 {
font-family: font5; font-size: 45px;     margin-left: 0px;
    margin-right: -0px; padding: 25px; color: #e70625; font-weight: 600;letter-spacing: 5px; margin-top: 10px;
}
.home5 h2 span {
   color: #000;

}
.home5 h4 {
	font-family: font5; font-size: 30px; margin-left: 0; padding-top: 50px;

}
.home5 h4 strong {
	color: #E70625; 
}
.home5 h5 {
	font-family: font2; font-weight: 600; font-size: 20px; line-height: 40px; margin-left: 0;
}
.home5 h5 span {
	color: #E70625; 
}
.home5 h5 {
	font-family: font2; font-weight: 600; font-size: 20px; line-height: 40px; margin-left: 0;
}
.home5 mark {
	padding: 25px; color: #E70625; background: #f5f5f5; margin-left: 25px; text-transform: uppercase; font-family: fantasy;
}
.home5 img {
	    margin-top: 0px;
    margin-bottom: -110px;
}
.remodeling {
padding: 150px 10px 150px 10px;
background-image: linear-gradient(rgb(0, 0, 0, 0.0), rgb(11 11 11 / 0%)), url(/img/tate-collage-1-new.jpg);
    background-size: cover;
    background-repeat: no-repeat;  background-attachment: fixed;
    background-position: center; height: 100%;
}
.remodeling .remodel {
	padding: 25px; color: transparent;
}

.remodeling .remodel:hover {
	background: #ffffffeb; color: #000;
}
.remodeling .remodel h3 {
	font-family: font4; color: #fff; text-shadow: 1px 1px 1px #000; font-size: 35px; font-weight: 600; letter-spacing: 3px;
}
.remodeling .remodel:hover h3 {
	color: #E70625; text-shadow: 1px 1px 1px #fff;
}
.remodeling .remodel h3 span {
	font-weight: 400; font-family: font6;
}
.remodeling .remodel:hover h3 span {
	color: #000; font-weight: 400; font-family: font6;
}
.remodeling .remodel p {
	font-family: font5; font-size: 17px; line-height: 35px; font-weight: 600;
}
/**** About Section ****/
.about {
	padding: 50px 0px 0px 0px;
}
.about h1 {
	color: #fff; font-family: font5; font-size: 30px; padding: 25px; background: #e70625;    margin-bottom: 0px;    letter-spacing: 5px;
    text-shadow: 2px 2px 1px #000; text-align: center;
}
.about h1 span {
	font-family: cursive; font-size: 33px;
}
.about1 {
	 background: #fff9;
    min-height: auto;
    background-attachment: fixed;
    background-position: bottom;
    overflow: hidden;
    padding: 70px 10px 70px 10px;
    color: #fff;

    background-repeat: no-repeat;
    background-size: cover;
	text-align: center;
}
.about1 .boxer {
	padding: 5px;  
    
}
.about1 h2 {
	font-family: font5; font-size: 30px;text-shadow: 1px 1px 10px #000; letter-spacing: 3px;
}
.about1 p {
	font-family: font2; font-weight: 600; font-size: 17px; line-height: 35px; text-shadow: 1px 1px 7px #444;
}
.about1 hr {
	background: #e70625; opacity: 99%; height: 1px;
}
.about1 img {
	box-shadow: 1px 1px 10px 1px #000;
}
.about2 {
	background: #fff9;
    min-height: auto;
    background-attachment: fixed;
    background-position: bottom;
    overflow: hidden;
    padding: 70px 10px 70px 10px;
    color: #fff;

    background-repeat: no-repeat;
    background-size: cover;
	text-align: center;
}
.about2 .boxer {
	padding: 5px;
}
.about2 h2 {
	font-family: font5; font-size: 30px;text-shadow: 1px 1px 10px #000; letter-spacing: 3px;
}
.about2 p {
	font-family: font2; font-weight: 600; font-size: 17px; line-height: 35px; text-shadow: 1px 1px 7px #444;
}
.about2 hr {
	background: #e70625; opacity: 99%; height: 1px;
}
.about2 img {
	box-shadow: 1px 1px 10px 1px #000;
}
.about3 {
 background: #fff9;
    min-height: auto;
    background-position: bottom;
    overflow: hidden;
    padding: 70px 15px 70px 15px;
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
	text-align: center;
}
.about3 .boxer {
	padding: 5px;
}
.about3 h2 {
	font-family: font5; font-size: 30px;text-shadow: 1px 1px 10px #000; letter-spacing: 3px;
}
.about3 p {
	font-family: font2; font-weight: 600; font-size: 17px; line-height: 35px; text-shadow: 1px 1px 7px #444;
}
.about3 hr {
	background: #e70625; opacity: 99%; height: 1px;
}
.about3 img {
	box-shadow: 1px 1px 10px 1px #000;
}
/**** Services Section ****/
.service1 {
	padding: 150px 0px 50px 0px; background-image: linear-gradient(rgb(0, 0, 0, 0.0), rgb(11 11 11 / 0%)), url(/img/decker1-new.jpg);
    background-size: cover;
    /*background-size: contain;*/

    background-repeat: no-repeat;  background-attachment: fixed;
    background-position: center;  text-align: center;
}
.service1 .banner {
	padding: 30px; background: #fff9; box-shadow: 1px 1px 10px 1px #000;
}
.service1 h1 {
	font-family: font5; font-size: 30px; font-weight: 900; letter-spacing: 3px;
}
.service1 p {
	line-height: 35px; font-size: 17px; font-weight: 900; font-family: font2;
}
.service2 {
	padding: 100px 0px 100px 0px; background: #fff;
}
.service2 h2 {
	font-family: font2; font-weight: 600; padding: 15px; font-size: 20px; margin-top: -100px; background: #fff; display: inline-flex; border: 1px solid #e70625; color: #e70625;
}
.service2 h2:hover {
	color: #000; border-color: #000;
}
.service2 img {
	height: 215px; border: 2px solid #000;
}
.service3 {
 padding: 70px 15px 70px 15px; text-align: center;
}
.service3 .cardy1 {
	padding: 75px 15px 75px 15px; background: #fff9;
}
.service3 .cardy1 h3 {
	font-size: 40px; font-family: font5; font-weight: 600; letter-spacing: 3px;
}
.service3 .cardy1 h4 {
	font-size: 23px; font-family: font4; font-weight: 500;
}
.service3 .cardy1 h5 {
	font-size: 17px; font-family: font2; font-weight: 600;
}
.service3 .cardy1 h5 span {
	color: #e70625;
}
.service3 .cardy1 p {
	font-family: font2; font-size: 17px; line-height: 35px; font-weight: 600; margin-right: 0px;
}
.service3 .cardy1 img {
	max-width: 100%; margin-left: -0px;
}
.service3 .cardy1 h6 {
	padding: 15px; text-align: center; font-size: 18px; font-family: font4; font-weight: 600; color: #000; background: #f5f5f5; letter-spacing: 2px;
}
.service3 .cardy1 h6:hover {
	background: #141414; color: #fff;  text-shadow: 1px 1px 3px #000;
}
.service3 .cardy1  span h6 {
	padding: 15px; text-align: center; font-size: 18px; font-family: font4; font-weight: 600; color: #fff; background: #4449; letter-spacing: 2px; text-shadow: 1px 1px 3px #000;
}
.service3 .cardy1  span h6:hover {
	background: #e70625;
}
.service3 .cardy2 {
	padding: 75px 25px 75px 25px; background: #fff9;
}
.deck-service-intro {
	padding:  100px 15px 100px 15px;
	/*background: linear-gradient(244deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.10817737739627098) 23%, rgba(255, 255, 255, 1) 23%, rgba(255, 255, 255, 1) 43%, rgba(255, 255, 255, 0.01574040260635501) 43%);*/
	background: white;
	text-align: center;

}
.deck-service-intro h1 {
	font-family: font5; font-size: 31px; font-weight: 600; padding: 50px 25px 50px 25px;background: #fff; border-bottom-right-radius: 1%;
    margin-bottom: 0px; letter-spacing: 3px;
}
.deck-service-intro h1 strong {
	color:  #e70625;
}
.deck-service-intro p {
	font-size: 17px; font-weight: 600; font-family: font2; line-height: 35px; margin-right: 0;
}
.deck-service-intro .decking-photo {
		padding: 50px 25px 50px 25px;
		background: linear-gradient(90deg, #f1f1f1cf 0%, #f1f1f1d4 10%, #f1f1f1d4 10%, #f1f1f1cc 100%, rgba(255, 255, 255, 0.01574040260635501) 100%), url(/img/tate-deck-2-new.jpg);
    background-size: cover; background-attachment: fixed;
    background-repeat: no-repeat;  height: 100%;
    background-position: center; 
}
.deck-gallery {
	padding: 15px; background: #fff; text-align: center;
}
.deck-gallery h3 {
	font-family: font5; font-weight: 600; font-size: 35px; letter-spacing: 3px;
}
.deck-gallery h4 {
	font-size: 20px; color: #000; font-family: font2; font-weight: 600; padding: 15px; border-left: 1px solid #e70625; border-bottom: 1px solid #e70625; width: 75%; text-align: center; border-top: 1px solid transparent; border-right: 1px solid transparent;
}
.deck-gallery h4:hover {
	border: 1px solid #000; background: #111111a8; color: #fff; text-shadow: 1px 1px 1px #000;
}
.deck-gallery h5 {
	font-size: 20px; color: #000; font-family: font2; font-weight: 600; padding: 15px; border-right: 1px solid #e70625; border-bottom: 1px solid #e70625; width: 75%; text-align: center;border-left: 1px solid transparent; border-top: 1px solid transparent;
}
.deck-gallery h5:hover {
	border: 1px solid #000; background: #e70625; color: #fff; text-shadow: 1px 1px 1px #000;
}
.deck-gallery p {
	line-height: 35px; font-size: 17px; font-family: font2; font-weight: 600;
}
.deck-gallery .gallery-card {
	padding: 15px; background: #6c757d1f; border: 3px solid #444; box-shadow: -10px -10px 0px 0px #e70625;
}
.deck-gallery .gallery-card img {
	box-shadow: 1px 1px 10px 1px #000;
}
.arbor-service-intro {
	padding:  100px 15px 100px 15px ;
	/*background: linear-gradient(244deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.10817737739627098) 23%, rgba(255, 255, 255, 1) 23%, rgba(255, 255, 255, 1) 43%, rgba(255, 255, 255, 0.01574040260635501) 43%);*/
	background: white;
	text-align: center;
}
.arbor-service-intro h1 {
	font-family: font5; font-size: 30px; font-weight: 600; padding: 50px 25px 50px 25px;background: #fff; border-bottom-right-radius: 1%;
    margin-bottom: 0px; letter-spacing: 3px; 
}
.arbor-service-intro h1 strong {
	color:  #e70625;
}
.arbor-service-intro p {
	font-size: 17px; font-weight: 600; font-family: font2; line-height: 35px; margin-right: 0px;
}
.arbor-service-intro .arbor-photo {
    padding: 50px 25px 50px 25px;
    background: linear-gradient(90deg, #f1f1f1cf 0%, #f1f1f1d4 10%, #f1f1f1d4 10%, #f1f1f1cc 100%, rgba(255, 255, 255, 0.01574040260635501) 100%), url(/img/tate-arbor-3-new.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    height: 100%;
    background-position: top;
}
.arbor-gallery {
	padding: 15px; background: #fff; text-align: center;
}
.arbor-gallery h3 {
	font-family: font5; font-weight: 600; font-size: 35px; letter-spacing: 3px;
}
.arbor-gallery h4 {
	font-size: 20px; color: #000; font-family: font2; font-weight: 600; padding: 15px; border-left: 1px solid #e70625; border-bottom: 1px solid #e70625; width: 75%; text-align: center; border-top: 1px solid transparent; border-right: 1px solid transparent;
}
.arbor-gallery h4:hover {
	border: 1px solid #000; background: #111111a8; color: #fff; text-shadow: 1px 1px 1px #000;
}
.arbor-gallery h5 {
	font-size: 20px; color: #000; font-family: font2; font-weight: 600; padding: 15px; border-right: 1px solid #e70625; border-bottom: 1px solid #e70625; width: 75%; text-align: center;border-left: 1px solid transparent; border-top: 1px solid transparent;
}
.arbor-gallery h5:hover {
	border: 1px solid #000; background: #e70625; color: #fff; text-shadow: 1px 1px 1px #000;
}
.arbor-gallery p {
	line-height: 35px; font-size: 17px; font-family: font2; font-weight: 600;
}
.arbor-gallery .gallery-card {
	padding: 15px; background: #6c757d1f; border: 3px solid #444; box-shadow: -10px -10px 0px 0px #e70625;
}
.arbor-gallery .gallery-card img {
	box-shadow: 1px 1px 10px 1px #000;
}
.railing-service-intro {
	padding:  100px 15px 100px 15px;
	background: linear-gradient(244deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.10817737739627098) 23%, rgba(255, 255, 255, 1) 23%, rgba(255, 255, 255, 1) 43%, rgba(255, 255, 255, 0.01574040260635501) 43%);
	background: white;
	text-align: center;

}
.railing-service-intro h1 {
	font-family: font5; font-size: 30px; font-weight: 600; padding: 50px 25px 50px 25px;background: #fff; border-bottom-right-radius: 1%;
    margin-bottom: 0px; letter-spacing: 3px;
}
.railing-service-intro h1 strong {
	color:  #e70625;
}
.railing-service-intro p {
	font-size: 17px; font-weight: 600; font-family: font2; line-height: 35px; margin-right: 0px;
}
.railing-service-intro .railing-photo {
		padding: 50px 25px 50px 25px;
		background: linear-gradient(90deg, #f1f1f1cf 0%, #f1f1f1d4 10%, #f1f1f1d4 10%, #f1f1f1cc 100%, rgba(255, 255, 255, 0.01574040260635501) 100%), url(/img/ar-2.jpg);
    background-size: cover; background-attachment: fixed;
    background-repeat: no-repeat;  height: 100%;
    background-position: center; 
}
.railing-gallery {
	padding: 20px; background: #fff; text-align: center;
}
.railing-gallery h3 {
	font-family: font5; font-weight: 600; font-size: 35px; letter-spacing: 3px;
}
.railing-gallery h4 {
	font-size: 20px; color: #000; font-family: font2; font-weight: 600; padding: 15px; border-left: 1px solid #e70625; border-bottom: 1px solid #e70625; width: 75%; text-align: center; border-top: 1px solid transparent; border-right: 1px solid transparent;
}
.railing-gallery h4:hover {
	border: 1px solid #000; background: #111111a8; color: #fff; text-shadow: 1px 1px 1px #000;
}
.railing-gallery h5 {
	font-size: 20px; color: #000; font-family: font2; font-weight: 600; padding: 15px; border-right: 1px solid #e70625; border-bottom: 1px solid #e70625; width: 75%; text-align: center;border-left: 1px solid transparent; border-top: 1px solid transparent;
}
.railing-gallery h5:hover {
	border: 1px solid #000; background: #e70625; color: #fff; text-shadow: 1px 1px 1px #000;
}
.railing-gallery p {
	line-height: 35px; font-size: 17px; font-family: font2; font-weight: 600;
}
.railing-gallery .gallery-card {
	padding: 15px; background: #6c757d1f; border: 3px solid #444; box-shadow: -10px -10px 0px 0px #e70625;
}
.railing-gallery .gallery-card img {
	box-shadow: 1px 1px 10px 1px #000;
}
.remodeling-service-intro {
    padding: 100px 15px 100px 15px;
    /*background: linear-gradient(244deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.10817737739627098) 23%, rgba(255, 255, 255, 1) 23%, rgba(255, 255, 255, 1) 43%, rgba(255, 255, 255, 0.01574040260635501) 43%);*/
	background: white;
	text-align: center;
}

.remodeling-service-intro h1 {
	font-family: font5; font-size: 30px; font-weight: 600; padding: 50px 25px 50px 25px;background: #fff; border-bottom-right-radius: 1%;
    margin-bottom: 0px; letter-spacing: 3px; 
}
.remodeling-service-intro h1 strong {
	color:  #e70625;
}
.remodeling-service-intro p {
	font-size: 17px; font-weight: 600; font-family: font2; line-height: 35px; margin-right: 0px;
}
.remodeling-service-intro .remodeling-photo {
		padding: 50px 25px 50px 25px;
		background: linear-gradient(90deg, #f1f1f1cf 0%, #f1f1f1d4 10%, #f1f1f1d4 10%, #f1f1f1cc 100%, rgba(255, 255, 255, 0.01574040260635501) 100%), url(/img/remodel-1.jpg);
    background-size: cover; background-attachment: fixed;
    background-repeat: no-repeat;  height: 100%;
    background-position: top; 
}
.remodeling-gallery {
	padding: 15px; background: #fff; text-align: center;
}
.remodeling-gallery h3 {
	font-family: font5; font-weight: 600; font-size: 35px; letter-spacing: 3px;
}
.remodeling-gallery h4 {
	font-size: 20px; color: #000; font-family: font2; font-weight: 600; padding: 15px; border-left: 1px solid #e70625; border-bottom: 1px solid #e70625; width: 75%; text-align: center; border-top: 1px solid transparent; border-right: 1px solid transparent;
}
.remodeling-gallery h4:hover {
	border: 1px solid #000; background: #111111a8; color: #fff; text-shadow: 1px 1px 1px #000;
}
.remodeling-gallery h5 {
	font-size: 20px; color: #000; font-family: font2; font-weight: 600; padding: 15px; border-right: 1px solid #e70625; border-bottom: 1px solid #e70625; width: 75%; text-align: center;border-left: 1px solid transparent; border-top: 1px solid transparent;
}
.remodeling-gallery h5:hover {
	border: 1px solid #000; background: #e70625; color: #fff; text-shadow: 1px 1px 1px #000;
}
.remodeling-gallery p {
	line-height: 35px; font-size: 17px; font-family: font2; font-weight: 600;
}
.remodeling-gallery .gallery-card {
	padding: 15px; background: #6c757d1f; border: 3px solid #444; box-shadow: -10px -10px 0px 0px #e70625;
}
.remodeling-gallery .gallery-card img {
	box-shadow: 1px 1px 10px 1px #000;
}
/**** Gallery Section ****/
.gallery-page {
	padding: 75px 0 50px 0;	background: rgb(249,249,249);
}
.gallery-page h1 {
	font-size: 2rem; font-weight: 600; font-family: 'font2'; padding-bottom: 40px; text-align: center; color: rgb(129,141,148);
}
.gallery-decks {
	padding: 50px 0px 50px 0px; background: #fff; 
}
.gallery-decks h2 {
	font-family: 'font5'; color: #e70625; font-weight: 600;  text-align: center; padding: 25px 0px 25px 0px; font-size: 45px; letter-spacing: 3px;
}
.gallery-arbors {
	padding: 25px 0px 25px 0px; background: #fff;
}
.gallery-arbors h2 {
	font-family: 'font5'; color: #e70625; font-weight: 600;  text-align: center; padding: 25px 0px 25px 0px; font-size: 30px; letter-spacing: 3px;
}
.gallery-railing {
	padding: 25px 0px 25px 0px; background: #fff;
}
.gallery-railing h2 {
	font-family: 'font5'; color: #e70625; font-weight: 600;  text-align: center; padding: 25px 0px 25px 0px; font-size: 45px; letter-spacing: 3px;
}
.gallery-remodeling {
	padding: 25px 0px 25px 0px; background: #fff;
}
.gallery-remodeling h2 {
	font-family: 'font5'; color: #e70625; font-weight: 600;  text-align: center; padding: 25px 0px 25px 0px; font-size: 45px; letter-spacing: 3px;
}

/**** 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 ****/







/**** Sections On Every Page ****/
.contact-section {
	padding: 0px 0px 0px 0px; background: #e70625; text-align: center;
}
.contact-section .container-fluid {
	padding-left: 0px; padding-right: 0px;
}
.contact-section h1 {
	font-family: font5; font-weight: 600; font-size: 40px; 
}
.contact-section p {
	line-height: 35px; font-family: font2; font-weight: 600; font-size: 17px;
}
.contact-section h3 {
	font-size: 2rem; font-family: font4; font-weight: 600; color: rgb(12,12,12); letter-spacing: 3px; 
}
.contact-section .former {
	padding: 10px; background: #fff; height: 100%;
}

/**** Footer Section ****/
.footer-section {
	padding-top: 30px; text-align: center;
}
.footer-section img {
	max-width: 210px; padding-bottom: 25px;
}
.service-cities h4 {
	font-size: 24px; font-weight: 600; color: rgb(0,0,0);
}
.service-cities a {
	font-size: 18px; line-height: 10px; color: rgb(0,0,0);
}

/**** 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) {

}