/* ========================================== */
/* === 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/abolition-1.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'font5';
	src:url('../fonts/abolition-2.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'font6';
	src:url('../fonts/boomshell-1.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'font7';
	src:url('../fonts/lato.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'font8';
	src:url('../fonts/lato-2.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');
}


/* RCLR FAQ styles — unique, no framework classes */
.rclrfaq-wrap { --rclr-gap: 1rem; --rclr-accent: #6b4f2a; --rclr-border: #e5d9c8; max-width: 100%;    background-image: linear-gradient(rgb(255 255 255 / 0%), rgb(255 255 255 / 0%)), url(/img/tb-2.png);
    background-size: cover;
    background-color: rgb(31, 31, 31);
    background-position: 50% 5px;
    min-height: auto;
    background-attachment: fixed;
    overflow: hidden;
    color: #fff;
    padding: 150px 50px 150px 50px;
    background-repeat: no-repeat;}
.rclrfaq-inner {  margin: 0 auto; padding: 1.25rem; }
.rclrfaq-title { font-size: 65px; margin: 50px 0px 50px 0px; color: #8B7145; font-family: font4; letter-spacing: 2px; text-align: center; }

.rclrfaq-item { border-top: 1px solid var(--rclr-border); }
.rclrfaq-item:last-child { border-bottom: 1px solid var(--rclr-border); }

.rclrfaq-q {
  display: block;
  width: 100%;
  background: transparent;
  color: #fff;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.3;
  padding: 0.9rem 0.25rem;
  cursor: pointer;
  outline: none;
}
.rclrfaq-q:focus { box-shadow: 0 0 0 3px rgba(107,79,42,0.25); border-radius: 6px; }
.rclrfaq-q[aria-expanded="true"] { color: var(--rclr-accent); }

.rclrfaq-a {
  overflow: hidden;
  max-height: 0;
  transition: max-height 280ms ease;
  will-change: max-height;
}
.rclrfaq-open { max-height: 900px; } /* big enough to reveal content */

.rclrfaq-a p { margin: 0.6rem 0; color: #fff; font-family: font8; font-size: 18px;
}
.rclrfaq-bullets { margin: 0.4rem 0 0.8rem 1.2rem; }
.rclrfaq-bullets li { margin: 0.25rem 0; color: #fff;  font-family: font8;}

.rclrfaq-a a { text-decoration: underline; text-underline-offset: 2px; color: #E5AA4B; }
.rclrfaq-a a:hover { color: var(--rclr-accent); }

.rclrfaq-wrap img {
	    margin-top: 80px; margin-left: -50px;
}

/* Reviews (no CSS variables) */
.reviews {
  padding: 100px 0px 100px 0px;
  background: #101010;
  color: #eaf1f7;

}

.reviews__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.reviews__title {
  font-size: clamp(1.25rem, 2vw, 1.75rem);
  margin: 0;
}

.reviews__controls {
  display: flex;
  gap: 0.5rem;
}

.reviews__btn {
  appearance: none;
  border: 1px solid #1b2430;
  background: #10161d;
  color: #eaf1f7;
  padding: 0.5rem 0.75rem;
  border-radius: 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  transition: transform 0.15s ease;
}
.reviews__btn[disabled] { opacity: 0.5; cursor: not-allowed; }
.reviews__btn:focus-visible { outline: 2px solid #5bd1a5; outline-offset: 2px; }
.reviews__btn:hover:not([disabled]) { transform: translateY(-1px); }

.reviews__viewport { overflow: hidden; }

.reviews__track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 100%;
  gap: 1rem;
  padding: 0;
  margin: 0;
  list-style: none;
  transition: transform 0.4s ease;
}

/* Cards */
.review-card {
  background: #000;
  border: 1px solid #1b2430;
  border-radius: 1.25rem;
  padding: 1rem; width: 75%;
  display: grid;
  gap: 0.75rem;
}
.review-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}
.review-card__author { font-weight: 600; }
.review-card__stars { letter-spacing: 0.15ch; color: #b39157; }
.review-card__body { margin: 0; color: #eaf1f7; line-height: 1.55; }
.review-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  color: #a7b4c2;
}
.review-card__link {
  color: #eaf1f7;
  text-decoration: none;
  border-bottom: 1px dashed #b39157;
}
.review-card__link:hover { border-bottom-style: solid; }

/* Dots */
.reviews__dots {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  margin-top: 1rem;
}
.reviews__dot {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 999px;
  border: 1px solid #1b2430;
  background: #0f141b;
  cursor: pointer;
}
.reviews__dot[aria-selected="true"] { background: #b39157; }

/* Responsive columns (1 / 2 / 3 at a time) */
@media (min-width: 640px) {
  .reviews__track { grid-auto-columns: 50%; }
}
@media (min-width: 1024px) {
  .reviews__track { grid-auto-columns: calc(100% / 3); }
}

/* Motion prefs */
@media (prefers-reduced-motion: reduce) {
  .reviews__track { transition: none; }
  .reviews__btn { transition: none; }
}


.vertically-centered{
	display: flex;
	flex-direction: column;
	justify-content: center; 
}

/* ======================================== */
/* === Top Header Section ================= */
/* ======================================== */
.top-header {
	position: fixed; width: 100%; z-index: 1; padding: 10px 0 50px 0; background: linear-gradient(to right,#01018300,#0820a200),url(/img/tb-1.png) top right no-repeat;
    background-size: cover;	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(255,255,255); border-radius: 1.6rem; border: 1px solid rgb(255,255,255);
}
.top-header div[class*='col-']:nth-child(3) a:hover {
	background: transparent;
}
.top-header div[class*='col-']:nth-child(4) {
	display: flex; justify-content: center; align-items: center;
}
.top-header div[class*='col-']:nth-child(4) a {
	padding: 9px 15px 9px 15px; background: transparent; font-weight: 600; font-family: 'font2'; color: rgb(255,255,255); border-radius: 1.6rem; border: 1px solid rgb(255,255,255);
}
.top-header div[class*='col-']:nth-child(4) a:hover {
	color: rgb(120,120,120);
}
.top-header div[class*='col-']:nth-child(5) {
	display: flex; justify-content: flex-start; align-items: center;
}
.top-header div[class*='col-']:nth-child(5) a {
	display: flex; justify-content: center; align-items: center; border: 1px solid rgb(255,255,255); color: rgb(255,255,255); background: rgb(196,41,56); border-radius:100px;	height: 34px; width: 34px; margin: 0 4px;
}
.top-header div[class*='col-']:nth-child(5) a:hover {
	background: rgb(196,41,56,0.8);	text-decoration:none !important; color: rgb(255,255,255);
}
.top-header .dropdown-menu {
	background: whitesmoke; border-radius: 0;
}
.top-header .dropdown-menu a {
	color: #222; padding: 3px 20px !important;
}
.top-header .dropdown-toggle {
	background: #21212100; padding: 6px 25px; outline: none !important; border-color: #f3f3f3b5;
}
.top-header .dropdown-toggle:hover {
	background-color: white !important; color: #000 !important;
}
.btn-secondary:not([disabled]):not(.disabled).active, .btn-secondary:not([disabled]):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
	color: #000; background-color: rgb(255, 255, 255); border-color: #666e76; box-shadow:none !important;
}
.top-header .btn-secondary.focus,
.btn-secondary:focus {
	outline: none !important; box-shadow: none !important;
}
.top-header img {
	margin-top: 0px; margin-bottom: -50px; max-width: 100%; margin-left: 0px;
}
/* ======================================== */
/* === 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: 2rem; border: none; outline: none; color: white; padding: 14px 16px; background-color: inherit;font-family: inherit; margin: 0; font-family: 'font4';
}
.dropdown .dropbtn strong {
	
}
.navbar a:hover, .dropdown:hover .dropbtn {
	background-color: transparent;
}
.dropdown-one {
	cursor: pointer; display: none; position: absolute; background-color: #121212; min-width: 250px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); font-family: 'font5'; font-size: 25px; letter-spacing: 1px; padding: 10px 0px 10px 0px;
}
.dropdown-one a {
	color: #dbdbdb;
}
.dropdown-one a:hover {
	color: #fff;
}
.dropdown-two {
	cursor: pointer; display: none; position: absolute; left: 160px; top: 0px; min-width: 160px; background-color: #f9f9f9; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.dropdown-three {
	cursor: pointer; display: none; position: absolute; left: 160px; top: 48px; min-width: 160px; background-color: #f9f9f9; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.dropdown:hover .dropdown-one, #link1:hover > .dropdown-two {
	display: block;
}
.dropdown:hover .dropdown-one, #link2:hover > .dropdown-three {
	display: block;
}
.dropdown-one .dItem {
	color: black; padding: 12px 16px; display: block; text-align: left;
}
.dropdown-one .dItem:hover, .dropdown-two a:hover {
	background-color: #000; color: #fff;
}
.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: linear-gradient(to right,#01018300,#0820a200),url(/img/tb-1.png) top right no-repeat;
    background-size: cover;
}
.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: 125px 0 0; position: fixed; background: rgb(0,0,0); 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 30px; padding: 6px 0px; font-weight: 500; font-size: 2rem; color: rgb(255,255,255); font-family: 'font4';
}
.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: #b39157;
}
.navbar-light .navbar-nav li a {
	position: relative;
}
.navbar-collapse {
	height: 100%;
}
.mobile-top-header {
	display: none !important;
}

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

/**** Home Section ****/
.testimonials {
	padding: 75px 0 75px 0; background: #070707;
}
.bg-primary {
	background: rgb(83,82,82) !important;
}
.home-header-section {
	padding-top: 125px;
}
.home-header-section .slider-logo span {
	font-family: 'font'; color: rgb(196,41,56);
}
.video {
	overflow: hidden; position: relative; z-index: 2; display: block;
}
.video .pad {
	padding: 350px 0px 0px 300px; position: absolute;
}
.video .pad h5 {
	font-weight: 500; color: rgb(255,255,255); font-size: 50px; text-shadow: 0px 0px 5px #000; font-family: 'Arial'; text-align: left;
}
.video .pad p {
	margin-top: 0% !important; color: rgb(255,255,255); text-shadow: 0px 0px 5px #000; font-size: 25px; font-family: 'Arial'; text-align: left;
}
.video .pad a {
	font-size: 16px; color: rgb(255,255,255); font-family: 'Arial'; font-weight: 600; border: 1px solid rgb(12,32,63); padding: 15px 30px; border-radius: 1.6rem; background: rgb(12,32,63);
}
.video .pad a:hover {
	color: rgb(255,255,255); border: 1px solid rgb(255,255,255); background: transparent;
}
.home1 {
	padding: 275px 0 75px 0; background: rgb(0,0,0);
}
.home1 .pad {
	padding-top: 85px;
}
.home1 h1 {
	font-family: 'font6'; font-size: 45px; text-align: center; font-weight: 800; color: white;
}
.home1 p {
	font-size: 17px; font-family: 'font2'; font-weight: 600; text-align: justify; color: rgb(150,150,150);
}
.home1 span {
	color: rgb(83,82,82);
}
.home2 {
	     background-image: linear-gradient(rgb(255 255 255 / 0%), rgb(255 255 255 / 0%)), url(/img/water-1.jpg);
	background-size: cover;
	    background-color: rgb(31, 31, 31);
    background-position: 50% 5px;
  min-height: auto;
  background-attachment: fixed;
	overflow: hidden;
	color: #fff;
	padding: 150px 0px 150px 0px;
  background-repeat: no-repeat;
}
.home2 h2 {
	font-size: 100px; text-align: center; font-family: 'font6';
}
.home2 p {
	font-family: 'font8'; font-size: 18px; line-height: 40px;
}
.home3 {
	     background-image: linear-gradient(rgb(255 255 255 / 0%), rgb(255 255 255 / 0%)), url(/img/rocco-log-home-restoration-demo.jpg);
	background-size: cover;
	    background-color: rgb(31, 31, 31);
    background-position: 50% 5px;
  min-height: auto;
  background-attachment: fixed;
	overflow: hidden;
	color: #fff;
	height: 750px;

  background-repeat: no-repeat;
}
.home4 {
	     background-image: linear-gradient(rgb(255 255 255 / 0%), rgb(255 255 255 / 0%)), url(/img/rocco-log-home-restoration-artisan-skills.jpg);
	background-size: cover;
	    background-color: rgb(31, 31, 31);
    background-position: 50% 5px;
  min-height: auto; height: 750px;
  background-attachment: fixed;
	overflow: hidden;
	color: #fff;

  background-repeat: no-repeat;
}
.home5 {
	     background-image: linear-gradient(rgb(255 255 255 / 0%), rgb(255 255 255 / 0%)), url(/img/tb-2.png);
	background-size: cover;
	    background-color: rgb(31, 31, 31);
    background-position: 50% 5px;
  min-height: auto;
  background-attachment: fixed;
	overflow: hidden;
	color: #fff;
	padding: 150px 50px 150px 50px;
  background-repeat: no-repeat;	
}
.home5 h1 {
	    font-family: 'font5';
    font-size: 75px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 5px;
}
.home5 h2 {
	    font-family: 'font5';
    font-size: 60px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 5px;
}
.home5 h3 {
	font-family: 'font6'; font-size: 75px;  font-weight: 500; color: #fff;
}
.home5 h3.service {
	font-family: 'font5'; font-size: 60px;  font-weight: 500; color: #fff;
}
.home5 h4 {
	font-family: 'font5'; font-size: 3rem;  font-weight: 500; color: #fff;
}


.home5 p {
    font-size: 18px;
    font-family: 'font8';
    font-weight: 500;
    line-height: 35px;
    color: rgb(191 191 191);
}
.home5 hr {
	background: #b39157;
}
.home5 mark {
	background: #000; border: 2px solid #b39157; padding: 15px; font-size: 25px; font-family: 'font4'; color: #f5f5f5; letter-spacing: 2px;
}

.home5 .process-card{
	
    max-height: 100%;
    height: 100%;
    color: black;
    margin: 0 0 0px;
    border-radius: 5px;
    padding: 7px;
    background: rgb(255,255,255);
    visibility: visible;
    box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
	
}

.service-process {
	     background-image: linear-gradient(rgb(255 255 255 / 0%), rgb(255 255 255 / 0%)), url(/img/tb-2.png);
	background-size: cover;
	    background-color: rgb(31, 31, 31);
    background-position: 50% 5px;
  min-height: auto;
  background-attachment: fixed;
	overflow: hidden;
	color: #fff;
	padding: 30px 10px 30px 10px;
  background-repeat: no-repeat;	
}
.service-process h1 {
	    font-family: 'font5';
    font-size: 75px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 5px;
}
.service-process h2 {
	    font-family: 'font5';
    font-size: 60px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 5px;
}
.service-process h3 {
	font-family: 'font6'; font-size: 75px;  font-weight: 500; color: black;
}
.service-process h3.service {
	font-family: 'font5'; font-size: 60px;  font-weight: 500; color: black;
}
.service-process h4 {
	font-family: 'font5'; font-size: 3rem;  font-weight: 500; color:black;
}


.service-process p {
    font-size: 18px;
    font-family: 'font8';
    font-weight: 500;
    line-height: 35px;
    color: black
}
.service-process ul {
    color: black
}

.service-process hr {
	background: #b39157;
}
.service-process mark {
	background: #000; border: 2px solid #b39157; padding: 15px; font-size: 25px; font-family: 'font4'; color: #f5f5f5; letter-spacing: 2px;
}

.service-process .process-card{
	
    max-height: 100%;
    height: 100%;
    color: #fff;
    margin: 0 0 0px;
    border-radius: 5px;
    padding: 7px;
    background: rgb(255,255,255);
    visibility: visible;
    box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
	
}





.home6 {
	     background-image: linear-gradient(rgb(255 255 255 / 0%), rgb(255 255 255 / 0%)), url(/img/log-rot-restoration-cabin-chinking.jpg);
	background-size: cover;
	    background-color: rgb(31, 31, 31);
    background-position: 50% 5px;
  min-height: auto; height: 750px;
  background-attachment: fixed;
	overflow: hidden;
	color: #fff;

  background-repeat: no-repeat;
}
.home7 {
	     background-image: linear-gradient(rgb(255 255 255 / 0%), rgb(255 255 255 / 0%)), url(/img/log-home.jpg);
	background-size: cover;
	    background-color: rgb(31, 31, 31);
    background-position: 50% 5px;
  min-height: auto; height: 750px;
  background-attachment: fixed;
	overflow: hidden;
	color: #fff;

  background-repeat: no-repeat;
}
.home8 {
	     background-image: linear-gradient(rgb(255 255 255 / 0%), rgb(255 255 255 / 0%)), url(/img/roccos-log-home-staining.jpg);
	background-size: cover;
	    background-color: rgb(31, 31, 31);
    background-position: 50% 5px;
  min-height: auto; height: 750px;
  background-attachment: fixed;
	overflow: hidden;
	color: #fff;

  background-repeat: no-repeat;
}
.home9 {
	     background-image: linear-gradient(rgb(255 255 255 / 0%), rgb(255 255 255 / 0%)), url(/img/rocco-log-home-restoration-chinking.jpg);
	background-size: cover;
	    background-color: rgb(31, 31, 31);
    background-position: 50% 5px;
  min-height: auto; height: 750px;
  background-attachment: fixed;
	overflow: hidden;
	color: #fff;

  background-repeat: no-repeat;
}
.home11 {
	     background-image: linear-gradient(rgb(255 255 255 / 0%), rgb(255 255 255 / 0%)), url(/img/roccogallery.jpg);
	background-size: cover;
	    background-color: rgb(31, 31, 31);
    background-position: 50% 5px;
  min-height: auto; height: 750px;
  background-attachment: fixed;
	overflow: hidden;
	color: #fff;

  background-repeat: no-repeat;
}
.home11 h2 {
	font-family: 'font6'; font-size: 125px;  font-weight: 500; color: #fff; margin-top: 250px; letter-spacing: 2px;
}
.home12 {
	     background-image: linear-gradient(rgb(255 255 255 / 0%), rgb(255 255 255 / 0%)), url(/img/log-home-restoration-contact.jpg);
	background-size: cover;
	    background-color: rgb(31, 31, 31);
    background-position: 50% 5px;
  min-height: auto; height: 750px;
  background-attachment: fixed;
	overflow: hidden;
	color: #fff;

  background-repeat: no-repeat;
}
.home12 h1 {
	font-family: 'font6'; font-size: 125px;  font-weight: 500; color: #fff; margin-top: 250px; letter-spacing: 2px;
}
.home12  h2 {
	font-family: 'font6'; font-size: 125px;  font-weight: 500; color: #fff; margin-top: 250px; letter-spacing: 2px;
}
.home12  h2 a {
	color:white;;
}
.home12  h2 a:hover {
	color:#b39157;;
}
.home10 {
	background: #000;
}
.home10 h3 {
	font-family: 'font8'; font-size: 25px;; font-weight: 600; text-align: center; margin-top: 200px;
}
.home10 a {
	color: #f5f5f5;
}
.home10 a:hover {
	color: rgb(255,255,255);
}
.home10 .colly-1 {
	 background: radial-gradient(circle, rgba(0,0,0,0) 8%, rgba(0,0,0,1) 50%, rgba(0,0,0,1) 100%), url(/img/RoccosLogHomeRestorationBeforeandAfter24.jpg);
	background-size: cover; height: 500px; color: #f5f5f5;
}
.home10 .colly-1:hover {
	background: radial-gradient(circle, rgba(0,0,0,0) 8%, rgb(0 0 0 / 0%) 50%, rgb(0 0 0 / 0%) 100%), url(/img/RoccosLogHomeRestorationBeforeandAfter24.jpg);background-size: cover; height: 500px;
}
.home10 .colly-2 {
	 background: radial-gradient(circle, rgba(0,0,0,0) 8%, rgba(0,0,0,1) 50%, rgba(0,0,0,1) 100%), url(/img/RoccosLogHomeRestorationBeforeandAfter32.jpg);
	background-size: cover; height: 500px; color: #f5f5f5;
}
.home10 .colly-2:hover {
	    background: radial-gradient(circle, rgba(0,0,0,0) 8%, rgb(0 0 0 / 0%) 50%, rgb(0 0 0 / 0%) 100%), url(/img/RoccosLogHomeRestorationBeforeandAfter32.jpg);background-size: cover; height: 500px;
}
.home10 .colly-3 {
	 background: radial-gradient(circle, rgba(0,0,0,0) 8%, rgba(0,0,0,1) 50%, rgba(0,0,0,1) 100%), url(/img/RoccosLogHomeRestorationBeforeandAfter30.jpg);
	background-size: cover; height: 500px; color: #f5f5f5;
}
.home10 .colly-3:hover {
	    background: radial-gradient(circle, rgba(0,0,0,0) 8%, rgb(0 0 0 / 0%) 50%, rgb(0 0 0 / 0%) 100%), url(/img/RoccosLogHomeRestorationBeforeandAfter30.jpg);background-size: cover; height: 500px;
}
.home10 .colly-4 {
	 background: radial-gradient(circle, rgba(0,0,0,0) 8%, rgba(0,0,0,1) 50%, rgba(0,0,0,1) 100%), url(/img/RoccosLogHomeRestorationBeforeandAfter19.jpg);
	background-size: cover; height: 500px; color: #f5f5f5;
}
.home10 .colly-4:hover {
	    background: radial-gradient(circle, rgba(0,0,0,0) 8%, rgb(0 0 0 / 0%) 50%, rgb(0 0 0 / 0%) 100%), url(/img/RoccosLogHomeRestorationBeforeandAfter19.jpg);background-size: cover; height: 500px;
}
.home10 .colly-5 {
	  background: radial-gradient(circle, rgba(0,0,0,0) 8%, rgba(0,0,0,1) 50%, rgba(0,0,0,1) 100%), url(/img/RoccosLogHomeRestorationBeforeandAfter22.jpg);
	background-size: cover; height: 500px; color: #f5f5f5;
}
.home10 .colly-5:hover {
	    background: radial-gradient(circle, rgba(0,0,0,0) 8%, rgb(0 0 0 / 0%) 50%, rgb(0 0 0 / 0%) 100%), url(/img/RoccosLogHomeRestorationBeforeandAfter22.jpg);background-size: cover; height: 500px;
}
.home10 .colly-6 {
	 background: radial-gradient(circle, rgba(0,0,0,0) 8%, rgba(0,0,0,1) 50%, rgba(0,0,0,1) 100%), url(/img/RoccosLogHomeRestorationBeforeandAfter37.jpg);
	background-size: cover; height: 500px; color: #f5f5f5;
}
.home10 .colly-6:hover {
	    background: radial-gradient(circle, rgba(0,0,0,0) 8%, rgb(0 0 0 / 0%) 50%, rgb(0 0 0 / 0%) 100%), url(/img/RoccosLogHomeRestorationBeforeandAfter37.jpg);background-size: cover; height: 500px;
}

.cta-box{
    background: rgba(0,0,0,0.55);
    padding: 20px;
    border-radius: 15px;
    border: 3px solid #b39157;
    font-family: inherit;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
		height:400px;
}
.cta-box h3{
    font-family: 'font5';

	font-size:2.8rem;
}

.cta-box p{
	font-size:1.245rem;
	    font-family: 'font8';
}
.cta-box a.contact-btn{
	
	
	background: black;
	
	padding: 10px;
	border-radius: 10px;
	border: 2px solid #b39157;
	
	font-family: inherit;
	
	display:inline-flex; 
	width: max-content;
	font-size:1.5rem;
}

.cta-box a.contact-btn:hover{
	
	
	background: white;
	color:black ;
}


.cta-box *{
	
	
	color:white;
	
	
}



.service-area-section {
	     background-image: linear-gradient(rgb(255 255 255 / 0%), rgb(255 255 255 / 0%)), url(/img/tb-2.png);
	background-size: cover;
	    background-color: rgb(31, 31, 31);
    background-position: 50% 5px;
  min-height: auto;
  background-attachment: fixed;
	overflow: hidden;
	color: #fff;
	padding: 150px 50px 150px 50px;
  background-repeat: no-repeat;	
}
.service-area-section h1 {
	    font-family: 'font5';
    font-size: 55px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 5px;
}
.service-area-section h2 {
	    font-family: 'font5';
    font-size: 55px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 5px;
}
.service-area-section h3 {
	font-family: 'font5'; font-size: 35px;  font-weight: 500; color: #fff;
}
.service-area-section h4 {
	font-family: 'font6'; font-size: 55px;  font-weight: 500; color: #fff;
}
.service-area-section p {
    font-size: 18px;
    font-family: 'font8';
    font-weight: 500;
    line-height: 35px;
    color: rgb(191 191 191);
}
.service-area-section hr {
	background: #b39157;
}
.service-area-section mark {
	background: #000; border: 2px solid #b39157; padding: 15px; font-size: 25px; font-family: 'font4'; color: #f5f5f5; letter-spacing: 2px;
}
.service-area-section iframe {
	height: 700px;
	width: 100%;
}
.service-area-section ul {
	list-style-type: none; 
}
.service-area-section li p span {
	text-decoration: underline;
	font-weight: 900; 
}
/**** About Section ****/
.about-1 {
 background: #000;
}

.about-1 h1 {
	font-family: 'font4'; font-weight: 500; font-size: 85px; color: #fff; text-shadow: 2px 2px 50px #444;
}
.about-1 h4 {
	font-family: font5; font-size: 35px; text-shadow: 1px 1px 1px #000;
}
.about-1 h5 {
	color: #e99722; font-family: 'font2'; font-weight: 600; letter-spacing: 1.5px; line-height: 40px; font-size: 20px; text-shadow: 2px 2px 35px #444;
}
.about-1 hr {
	background: #00777C;
}
.about-1 p {
    font-family: 'font2';
    color: #ffffff;
    font-size: 17px;
    font-weight: 900;
    line-height: 35px;
    text-shadow: 5px 5px 5px #000;
    margin-right: 100px;
}
.about-1 img {

}
.about-1 li {
	color:  #f5f5f5; line-height: 40px; font-size: 20px; font-family: 'font8'; text-shadow: 5px 5px 5px #000; font-weight: 900; letter-spacing: 1px;
}
.serv5 {
	padding: 50px 0 0px 0;
	background: #e99722;
}
.parallax4 {
    background: radial-gradient(circle, rgb(144 136 136 / 0%) 0%, rgb(0 0 0 / 0%) 70%, rgb(0 0 0 / 0%) 95%, rgb(0 0 0 / 50%) 100%), url(/img/RoccosLogHomeRestorationBeforeandAfter19.jpg);
    min-height: auto;
    background-attachment: fixed;
    background-position: bottom;
    overflow: hidden;
    padding: 150px;
    color: #fff;
    /* border-radius: 25%; */
    background-repeat: no-repeat;
    background-size: cover;
}

/**** Services Section ****/


/**** Gallery Section ****/
.gallery-page {
	padding: 150px 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-page h2 {
	font-size: 3rem; font-weight: 600; font-family: 'font2'; padding-bottom: 40px; text-align: center; color: rgb(129,141,148);
}

/**** 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: 50px 0 50px 0; color: #f5f5f5; background: #070707; font-family: font8;
}
.contact-section h2 {
font-size: 2.5rem; font-family: font8; font-weight: 500; color: rgb(255,255,255); font-family: font5;
margin:0; padding:0;
}
.contact-section h3 {
font-size: 2.5rem; font-family: font8; font-weight: 500; color: rgb(255,255,255); font-family: font5;
}
.contact-section p {
	font-size: 18px;
}
.contact-section  h4 {
	font-weight: 600; font-size: 20px;
}
.contact-section  h5 {
	font-size: 19px;
}
.contact-section a {
	color: #b39157;
}






/* FAQ Page */
.faq {
	position: relative;
	background-image:
		linear-gradient(180deg, rgba(0,0,0,.72), rgba(0,0,0,.86)),
		url(/img/tb-2.png);
	background-size: cover;
	background-color: rgb(31, 31, 31);
	background-position: 50% 5px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	min-height: auto;
	overflow: hidden;
	color: #fff;
	padding: 200px 0 95px 0;
}

.faq::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at top left, rgba(179,145,87,.22), transparent 32%),
		radial-gradient(circle at bottom right, rgba(179,145,87,.14), transparent 34%),
		linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
	background-size: auto, auto, 34px 34px, 34px 34px;
	pointer-events: none;
}

.faq::after {
	content: "";
	position: absolute;
	right: -110px;
	top: 120px;
	width: 280px;
	height: 280px;
	border-radius: 100%;
	border: 34px solid rgba(179,145,87,.12);
	pointer-events: none;
}

.faq .container {
	position: relative;
	z-index: 2;
}

.faq h1 {
	position: relative;
	max-width: 1000px;
	margin: 0 auto 18px auto;
	font-size: clamp(2.3rem, 5vw, 4rem);
	line-height: 1.12;
	font-weight: 900;
	padding-bottom: 20px;
	color: #b39157;
	text-align: center;
	text-shadow: 0 5px 18px rgba(0,0,0,.65);
}

.faq h1::after {
	content: "";
	display: block;
	width: 110px;
	height: 4px;
	margin: 22px auto 0;
	background: #b39157;
	border-radius: 999px;
	box-shadow: 0 0 18px rgba(179,145,87,.45);
}

.faq h2 {
	max-width: 900px;
	margin: 0 auto 42px auto;
	font-size: clamp(1.1rem, 2vw, 1.55rem);
	line-height: 1.55;
	font-weight: 800;
	padding-bottom: 0;
	color: #fff;
	text-align: center;
	text-shadow: 0 3px 12px rgba(0,0,0,.65);
}

.faq .box {
	width: min(1050px, 100%);
	margin: 28px auto 0 auto;
	padding: 18px;
	background: rgba(0,0,0,.48);
	border: 1px solid rgba(179,145,87,.24);
	border-radius: 18px;
	box-shadow: 0 22px 50px rgba(0,0,0,.45);
	backdrop-filter: blur(4px);
}

.faq span {
	transition: 250ms ease;
	font-weight: 700;
	font-size: 18px;
	flex-shrink: 0;
}

.faq .bg-dark {
	background-color: #b39157 !important;
	color: #111 !important;
}

.faq .bg-dark:hover {
	background-color: #c9a86d !important;
}

/* Accordion Headers */
.faq .header,
.faq .header_2,
.faq .header_3,
.faq .header_4,
.faq .header_5,
.faq .header_6,
.faq .header_7,
.faq .header_8,
.faq .header_9,
.faq .header_10,
.faq .header_11 {
	position: relative;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
	margin: 14px 0 0;
	padding: 20px 24px !important;
	border-radius: 12px;
	text-transform: none;
	font-size: 18px;
	line-height: 1.45;
	font-weight: 900;
	letter-spacing: .2px;
	box-shadow: 0 12px 26px rgba(0,0,0,.28);
	transition: transform .25s ease, box-shadow .25s ease, background-color .25s ease;
	overflow: hidden;
}

.faq .header:first-child {
	margin-top: 0;
}

.faq .header::before,
.faq .header_2::before,
.faq .header_3::before,
.faq .header_4::before,
.faq .header_5::before,
.faq .header_6::before,
.faq .header_7::before,
.faq .header_8::before,
.faq .header_9::before,
.faq .header_10::before,
.faq .header_11::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 6px;
	background: #fff;
	opacity: .42;
}

.faq .header:hover,
.faq .header_2:hover,
.faq .header_3:hover,
.faq .header_4:hover,
.faq .header_5:hover,
.faq .header_6:hover,
.faq .header_7:hover,
.faq .header_8:hover,
.faq .header_9:hover,
.faq .header_10:hover,
.faq .header_11:hover {
	transform: translateY(-2px);
	box-shadow: 0 16px 34px rgba(0,0,0,.38);
}

/* Accordion Icon */
.faq .header i,
.faq .header_2 i,
.faq .header_3 i,
.faq .header_4 i,
.faq .header_5 i,
.faq .header_6 i,
.faq .header_7 i,
.faq .header_8 i,
.faq .header_9 i,
.faq .header_10 i,
.faq .header_11 i {
	color: #111;
	font-size: 1.35rem;
}

/* Accordion Content */
.faq .content,
.faq .content_2,
.faq .content_3,
.faq .content_4,
.faq .content_5,
.faq .content_6,
.faq .content_7,
.faq .content_8,
.faq .content_9,
.faq .content_10,
.faq .content_11 {
	overflow: hidden;
	max-height: 0;
	transition: max-height 300ms ease-in;
	background: rgba(0,0,0,.88);
	border: 1px solid rgba(179,145,87,.24) !important;
	border-top: 0 !important;
	border-radius: 0 0 12px 12px;
	box-shadow: inset 0 8px 20px rgba(0,0,0,.28);
}

.faq .content p,
.faq .content_2 p,
.faq .content_3 p,
.faq .content_4 p,
.faq .content_5 p,
.faq .content_6 p,
.faq .content_7 p,
.faq .content_8 p,
.faq .content_9 p,
.faq .content_10 p,
.faq .content_11 p {
	margin: 0;
	font-size: 17px;
	line-height: 1.85;
	color: rgba(255,255,255,.9);
	font-weight: 500;
}

.faq .content .p-3,
.faq .content_2 .p-3,
.faq .content_3 .p-3,
.faq .content_4 .p-3,
.faq .content_5 .p-3,
.faq .content_6 .p-3,
.faq .content_7 .p-3,
.faq .content_8 .p-3,
.faq .content_9 .p-3,
.faq .content_10 .p-3,
.faq .content_11 .p-3 {
	padding: 24px 28px !important;
}

/* Optional CTA styling if you add one later */
.faq .faq-cta {
	width: min(900px, 100%);
	margin: 48px auto 0;
	padding: 34px 30px;
	background: rgba(179,145,87,.95);
	color: #111;
	text-align: center;
	border-radius: 18px;
	box-shadow: 0 18px 42px rgba(0,0,0,.38);
}

.faq .faq-cta h3 {
	margin: 0 0 12px;
	font-size: 2rem;
	font-weight: 900;
	color: #111;
}

.faq .faq-cta p {
	max-width: 720px;
	margin: 0 auto 22px;
	font-size: 17px;
	line-height: 1.75;
	color: rgba(0,0,0,.78);
}

.faq .faq-cta a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 14px 28px;
	background: #111;
	color: #fff;
	border: 2px solid #111;
	border-radius: 999px;
	font-weight: 900;
	text-transform: uppercase;
	text-decoration: none;
	transition: .25s ease;
}

.faq .faq-cta a:hover {
	background: transparent;
	color: #111;
	text-decoration: none;
	transform: translateY(-2px);
}

/* Mobile */
@media (max-width: 767px) {
	.faq {
		padding: 145px 0 70px 0;
		background-attachment: scroll;
	}

	.faq .box {
		padding: 12px;
		border-radius: 14px;
	}

	.faq .header,
	.faq .header_2,
	.faq .header_3,
	.faq .header_4,
	.faq .header_5,
	.faq .header_6,
	.faq .header_7,
	.faq .header_8,
	.faq .header_9,
	.faq .header_10,
	.faq .header_11 {
		font-size: 16px;
		padding: 18px 18px !important;
		gap: 14px;
	}

	.faq .content .p-3,
	.faq .content_2 .p-3,
	.faq .content_3 .p-3,
	.faq .content_4 .p-3,
	.faq .content_5 .p-3,
	.faq .content_6 .p-3,
	.faq .content_7 .p-3,
	.faq .content_8 .p-3,
	.faq .content_9 .p-3,
	.faq .content_10 .p-3,
	.faq .content_11 .p-3 {
		padding: 20px 18px !important;
	}

	.faq .content p,
	.faq .content_2 p,
	.faq .content_3 p,
	.faq .content_4 p,
	.faq .content_5 p,
	.faq .content_6 p,
	.faq .content_7 p,
	.faq .content_8 p,
	.faq .content_9 p,
	.faq .content_10 p,
	.faq .content_11 p {
		font-size: 16px;
		line-height: 1.75;
	}
}






/* ========================================== */
/* === Misc. Section ======================== */
/* ========================================== */

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

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


/**** Gallery Function Section ****/
/**** Gallery Function Section ****/
[id^="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 0.30s ease; 
    -moz-transition: all 0.30s ease; 
    -o-transition: all 0.30s ease; 
    transition: all 0.30s ease;
}

[id^="portfolio"] input:hover {
    background-color: #fff;
    opacity: 1; /* Adjusted to ensure hover effect is visible */
}

button.mfp-close, button.mfp-arrow {
    outline: none !important;
}

[id^="portfolio"] {
    display: flex; 
    padding: 0; 
    overflow: hidden; 
    flex-wrap: wrap; 
    justify-content: center;
}

[id^="portfolio"] li {
    display: flex; 
    justify-content: center; 
    align-items: center; 
    float: left; 
    position: relative; 
    overflow: hidden; 
    margin: 0 10px 20px;
}

[id^="portfolio"] li a {
    transform: scale(1,1); 
    display: block; 
    width: 100%; 
    height: 295px; 
    width: 490px; 
    overflow: hidden; 
    -o-transition: all 0.30s ease; 
    -moz-transition: all 0.30s ease; 
    -webkit-transition: all 0.30s ease; 
    transition: all 0.30s ease;
}

[id^="portfolio"] li a:hover {
    transform: scale(1.1,1.1) !important;
}

[id^="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);
}

[id^="portfolio"] li:hover .block-overlay {
    background-color: #000000cc;
}

[id^="portfolio"] li:hover input {
    left: 0;
}

[id^="portfolio"] .block-overlay {
    background: rgba(0,0,0,0.1); 
    z-index: 1; 
    -webkit-transition: all 0.30s ease; 
    -moz-transition: all 0.30s ease; 
    -o-transition: all 0.30s ease; 
    transition: all 0.30s ease;
}
.mfp-ready .mfp-figure {
	opacity: 0; margin-left: -100px;
}
.mfp-zoom-in .mfp-figure, .mfp-zoom-in .mfp-iframe-holder .mfp-iframe-scaler {
	opacity: 0; margin-left: -100px; -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out; -webkit-transform: scale(0.95); -ms-transform: scale(0.95); transform: scale(0.95);
}
.mfp-zoom-in.mfp-bg,
.mfp-zoom-in .mfp-preloader {
	opacity: 0; -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-image-loaded .mfp-figure, .mfp-zoom-in.mfp-ready .mfp-iframe-holder .mfp-iframe-scaler {
	opacity: 1; margin-left: 0; -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg,
.mfp-zoom-in.mfp-ready .mfp-preloader {
	opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-figure, .mfp-zoom-in.mfp-removing .mfp-iframe-holder .mfp-iframe-scaler {
	-webkit-transform: scale(0.95);	-ms-transform: scale(0.95); transform: scale(0.95); opacity: 0; margin-left: -100px;
}
.mfp-zoom-in.mfp-removing.mfp-bg,
.mfp-zoom-in.mfp-removing .mfp-preloader {
	opacity: 0; margin-left: -20px;
}
.mfp-iframe-scaler {
	overflow: visible; /*so the close button is shown*/
}
.mfp-zoom-out-cur {
	cursor: auto;
}
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: pointer;
}

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

/* ========================================== */
/* === Footer Section ======================= */
/* ========================================== */
.footer-section .vms-link-wrapper img {
	width: 50%;
}
.footer-section .vms-link-wrapper a {
	width: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center;
}
.footer-section {
	padding: 0 0 10px; background-image: linear-gradient(rgb(255 255 255 / 0%), rgb(255 255 255 / 0%)), url(/img/tb-2.png);
	background-size: cover; color: rgb(255, 255, 255); font-size: 18px; font-weight: 400;
}
.footer-section h3 {
	font-size: 1.3rem; color: rgb(30,30,30); font-weight: bold;
}
.footer-section p {
	color: rgb(255,255,255); font-size: 15px; font-family: 'font2';
}
.footer-section a {
	color: rgb(255,255,255); font-size: 16px;
}
.footer-section .service-cities p {
	margin: 0 0 3px;
}
.service-cities {
	margin-bottom: 1em;
}
.service-cities img {
	padding-bottom: 20px;
}
.service-cities h5 {
	line-height: 8px;
}
.service-cities h4 {
	font-size: 20px; font-family: 'font2'; font-weight: 600; text-decoration: underline; color: rgb(255, 255, 255);
}
.service-cities h3 {
	font-size: 20px; font-family: 'font2'; font-weight: 600; text-align: center;text-decoration: underline; color: rgb(255, 255, 255);
}
.bottom-footer .vms-link-wrapper {
	position: relative; top: -10px;
}
.bottom-footer div[class*='col-']:nth-child(2) {
	display: flex; flex-direction: column; justify-content: center; align-items: center;
}
.bottom-footer div[class*='col-']:nth-child(3) {
	display: flex; justify-content: flex-end; font-size: 14px;
}
.bottom-footer div[class*='col-']:nth-child(3) a {
	display: flex; justify-content: center;	align-items: center; border: 1px solid #fff; border-radius: 100px; height: 28px; width: 28px; margin: 0 4px;
}
.bottom-footer div[class*='col-']:nth-child(3) a:hover {
	background: #0a0a0a; text-decoration: none !important; color: #929292;
}
.trademark-disclaimer {
	padding: 10px 0;
}
.trademark-disclaimer p {
	font-size: 8px; text-align: center; color: rgb(255,255,255);
}



/* === Lg. Laptop CSS Section ================= */
@media screen and (max-width : 1440px) {
	/*** Don't place anything here, unless absolutely necessary ***/
.top-header div[class*='col-']:nth-child(3) a {
    padding: 9px 15px 9px 15px;
    background: transparent;
    font-weight: 600;
    font-family: 'font2';
    color: rgb(255,255,255);
    border-radius: 1.6rem;
    border: 1px solid rgb(255,255,255);
	font-size: 0.8rem;
	
}
.top-header div[class*='col-']:nth-child(4) a {
    padding: 9px 15px 9px 15px;
    background: transparent;
    font-weight: 600;
    font-family: 'font2';
    color: rgb(255,255,255);
    border-radius: 1.6rem;
    border: 1px solid rgb(255,255,255);
	font-size: 0.8rem;
}
.dropdown .dropbtn {
    font-size: 1.3rem;
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
    font-family: 'font4';
}
.navbar-light .navbar-nav .nav-link {
    margin: 0 20px;
    padding: 6px 0px;
    font-weight: 500;
    font-size: 1.3rem;
    color: rgb(255,255,255);
    font-family: 'font4';
}
	
}
/* === Sm. Laptop CSS Section ================= */
@media screen and (max-width: 1024px) {

/* ======================================== */
/* === Top Header Section ================= */
/* ======================================== */
.top-header {
	position: fixed; width: 100%; z-index: 1; padding: 10px 0 50px 0; background: linear-gradient(to right,#01018300,#0820a200),url(/img/tb-1.png) top right no-repeat;
    background-size: cover;	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(255,255,255); border-radius: 1.6rem; border: 1px solid rgb(255,255,255);
}
.top-header div[class*='col-']:nth-child(3) a:hover {
	background: transparent;
}
.top-header div[class*='col-']:nth-child(4) {
	display: flex; justify-content: center; align-items: center;
}
.top-header div[class*='col-']:nth-child(4) a {
	padding: 9px 9px 9px 9px; background: transparent; font-weight: 600; font-family: 'font2'; color: rgb(255,255,255); border-radius: 1.6rem; border: 1px solid rgb(255,255,255); display: flex; justify-content: center; align-items: center;
}
.top-header div[class*='col-']:nth-child(4) a:hover {
	color: rgb(120,120,120);
}
.top-header div[class*='col-']:nth-child(5) {
	display: flex; justify-content: flex-start; align-items: center;
}
.top-header div[class*='col-']:nth-child(5) a {
	display: flex; justify-content: center; align-items: center; border: 1px solid rgb(255,255,255); color: rgb(255,255,255); background: rgb(196,41,56); border-radius:100px;	height: 34px; width: 34px; margin: 0 4px;
}
.top-header div[class*='col-']:nth-child(5) a:hover {
	background: rgb(196,41,56,0.8);	text-decoration:none !important; color: rgb(255,255,255);
}
.top-header .dropdown-menu {
	background: whitesmoke; border-radius: 0;
}
.top-header .dropdown-menu a {
	color: #222; padding: 3px 20px !important;
}
.top-header .dropdown-toggle {
	background: #21212100; padding: 6px 25px; outline: none !important; border-color: #f3f3f3b5;
}
.top-header .dropdown-toggle:hover {
	background-color: white !important; color: #000 !important;
}
.btn-secondary:not([disabled]):not(.disabled).active, .btn-secondary:not([disabled]):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
	color: #000; background-color: rgb(255, 255, 255); border-color: #666e76; box-shadow:none !important;
}
.top-header .btn-secondary.focus,
.btn-secondary:focus {
	outline: none !important; box-shadow: none !important;
}
.top-header img {
	margin-top: 0px; margin-bottom: -50px; max-width: 100%; margin-left: 0px;
}
	
.navbar-scroll {
	padding: 175px 0 0; position: fixed; background: rgb(0,0,0); 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;
}
/* ========================================== */
/* === Website Pages Section ================ */
/* ========================================== */

/**** Home Section ****/
.testimonials {
	padding: 75px 0 75px 0; background: #070707;
}
.bg-primary {
	background: rgb(83,82,82) !important;
}
.home-header-section {
	padding-top: 125px;
}
.home-header-section .slider-logo span {
	font-family: 'font'; color: rgb(196,41,56);
}
.video {
	overflow: hidden; position: relative; z-index: 2; display: block;
}
.video .pad {
	padding: 350px 0px 0px 300px; position: absolute;
}
.video .pad h5 {
	font-weight: 500; color: rgb(255,255,255); font-size: 50px; text-shadow: 0px 0px 5px #000; font-family: 'Arial'; text-align: left;
}
.video .pad p {
	margin-top: 0% !important; color: rgb(255,255,255); text-shadow: 0px 0px 5px #000; font-size: 25px; font-family: 'Arial'; text-align: left;
}
.video .pad a {
	font-size: 16px; color: rgb(255,255,255); font-family: 'Arial'; font-weight: 600; border: 1px solid rgb(12,32,63); padding: 15px 30px; border-radius: 1.6rem; background: rgb(12,32,63);
}
.video .pad a:hover {
	color: rgb(255,255,255); border: 1px solid rgb(255,255,255); background: transparent;
}
.home1 {
	padding: 275px 0 175px 0; background: rgb(0,0,0);
}
.home1 .pad {
	padding-top: 85px;
}
.home1 h1 {
	font-family: 'font6'; font-size: 35px; text-align: left; font-weight: 800; color: rgb(196,41,56);
}
.home1 p {
	font-size: 17px; font-family: 'font2'; font-weight: 600; text-align: justify; color: rgb(150,150,150);
}
.home1 span {
	color: rgb(83,82,82);
}
.home2 {
	     background-image: linear-gradient(rgb(255 255 255 / 0%), rgb(255 255 255 / 0%)), url(/img/water-1.jpg);
	background-size: cover;
	    background-color: rgb(31, 31, 31);
    background-position: 50% 5px;
  min-height: auto;
  background-attachment: fixed;
	overflow: hidden;
	color: #fff;
	padding: 150px 0px 150px 0px;
  background-repeat: no-repeat;
}
.home2 h2 {
	font-size: 100px; text-align: center; font-family: 'font6';
}
.home2 p {
	font-family: 'font8'; font-size: 18px; line-height: 40px;
}
.home3 {
	     background-image: linear-gradient(rgb(255 255 255 / 0%), rgb(255 255 255 / 0%)), url(/img/rocco-log-home-restoration-demo.jpg);
	background-size: cover;
	    background-color: rgb(31, 31, 31);
    background-position: 50% 5px;
  min-height: auto;
  background-attachment: fixed;
	overflow: hidden;
	color: #fff;
	height: 750px;

  background-repeat: no-repeat;
}
.home4 {
	     background-image: linear-gradient(rgb(255 255 255 / 0%), rgb(255 255 255 / 0%)), url(/img/rocco-log-home-restoration-artisan-skills.jpg);
	background-size: cover;
	    background-color: rgb(31, 31, 31);
    background-position: 50% 5px;
  min-height: auto; height: 750px;
  background-attachment: fixed;
	overflow: hidden;
	color: #fff;

  background-repeat: no-repeat;
}
.home5 {
	     background-image: linear-gradient(rgb(255 255 255 / 0%), rgb(255 255 255 / 0%)), url(/img/tb-2.png);
	background-size: cover;
	    background-color: rgb(31, 31, 31);
    background-position: 50% 5px;
  min-height: auto;
  background-attachment: fixed;
	overflow: hidden;
	color: #fff;
	padding: 100px 40px 150px 0px;
  background-repeat: no-repeat;	
}
.home5 h1 {
	    font-family: 'font5';
    font-size: 75px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 5px;
}
.home5 h3 {
	font-family: 'font6'; font-size: 75px;  font-weight: 500; color: #fff;
}
.home5 h4 {
	font-family: 'font6'; font-size: 55px;  font-weight: 500; color: #fff;
}
.home5 p {
    font-size: 18px;
    font-family: 'font8';
    font-weight: 500;
    line-height: 35px;
    color: rgb(191 191 191);
}
.home5 hr {
	background: #b39157;
}
.home5 mark {
	background: #000; border: 2px solid #b39157; padding: 15px; font-size: 25px; font-family: 'font4'; color: #f5f5f5; letter-spacing: 2px;
}
.home6 {
	     background-image: linear-gradient(rgb(255 255 255 / 0%), rgb(255 255 255 / 0%)), url(/img/log-rot-restoration-cabin-chinking.jpg);
	background-size: cover;
	    background-color: rgb(31, 31, 31);
    background-position: 50% 5px;
  min-height: auto; height: 750px;
  background-attachment: fixed;
	overflow: hidden;
	color: #fff;

  background-repeat: no-repeat;
}
.home7 {
	     background-image: linear-gradient(rgb(255 255 255 / 0%), rgb(255 255 255 / 0%)), url(/img/log-home.jpg);
	background-size: cover;
	    background-color: rgb(31, 31, 31);
    background-position: 50% 5px;
  min-height: auto; height: 750px;
  background-attachment: fixed;
	overflow: hidden;
	color: #fff;

  background-repeat: no-repeat;
}
.home8 {
	     background-image: linear-gradient(rgb(255 255 255 / 0%), rgb(255 255 255 / 0%)), url(/img/roccos-log-home-staining.jpg);
	background-size: cover;
	    background-color: rgb(31, 31, 31);
    background-position: 50% 5px;
  min-height: auto; height: 750px;
  background-attachment: fixed;
	overflow: hidden;
	color: #fff;

  background-repeat: no-repeat;
}
.home9 {
	     background-image: linear-gradient(rgb(255 255 255 / 0%), rgb(255 255 255 / 0%)), url(/img/rocco-log-home-restoration-chinking.jpg);
	background-size: cover;
	    background-color: rgb(31, 31, 31);
    background-position: 50% 5px;
  min-height: auto; height: 750px;
  background-attachment: fixed;
	overflow: hidden;
	color: #fff;

  background-repeat: no-repeat;
}
.home11 {
	     background-image: linear-gradient(rgb(255 255 255 / 0%), rgb(255 255 255 / 0%)), url(/img/roccogallery.jpg);
	background-size: cover;
	    background-color: rgb(31, 31, 31);
    background-position: 50% 5px;
  min-height: auto; height: 750px;
  background-attachment: fixed;
	overflow: hidden;
	color: #fff;

  background-repeat: no-repeat;
}
.home11 h2 {
	font-family: 'font6'; font-size: 125px;  font-weight: 500; color: #fff; margin-top: 250px; letter-spacing: 2px;
}
.home12 {
	     background-image: linear-gradient(rgb(255 255 255 / 0%), rgb(255 255 255 / 0%)), url(/img/log-home-restoration-contact.jpg);
	background-size: cover;
	    background-color: rgb(31, 31, 31);
    background-position: 50% 5px;
  min-height: auto; height: 750px;
  background-attachment: fixed;
	overflow: hidden;
	color: #fff;

  background-repeat: no-repeat;
}
.home12 h2 {
	font-family: 'font6'; font-size: 125px;  font-weight: 500; color: #fff; margin-top: 250px; letter-spacing: 2px;
}
.home10 {
	background: #000;
}
.home10 h3 {
	font-family: 'font8'; font-size: 25px;; font-weight: 600; text-align: center; margin-top: 200px;
}
.home10 a {
	color: #f5f5f5;
}
.home10 a:hover {
	color: rgb(255,255,255);
}
.home10 .colly-1 {
	 background: radial-gradient(circle, rgba(0,0,0,0) 8%, rgba(0,0,0,1) 50%, rgba(0,0,0,1) 100%), url(/img/RoccosLogHomeRestorationBeforeandAfter24.jpg);
	background-size: cover; height: 500px; color: #f5f5f5;
}
.home10 .colly-1:hover {
	background: radial-gradient(circle, rgba(0,0,0,0) 8%, rgb(0 0 0 / 0%) 50%, rgb(0 0 0 / 0%) 100%), url(/img/RoccosLogHomeRestorationBeforeandAfter24.jpg);background-size: cover; height: 500px;
}
.home10 .colly-2 {
	 background: radial-gradient(circle, rgba(0,0,0,0) 8%, rgba(0,0,0,1) 50%, rgba(0,0,0,1) 100%), url(/img/RoccosLogHomeRestorationBeforeandAfter32.jpg);
	background-size: cover; height: 500px; color: #f5f5f5;
}
.home10 .colly-2:hover {
	    background: radial-gradient(circle, rgba(0,0,0,0) 8%, rgb(0 0 0 / 0%) 50%, rgb(0 0 0 / 0%) 100%), url(/img/RoccosLogHomeRestorationBeforeandAfter32.jpg);background-size: cover; height: 500px;
}
.home10 .colly-3 {
	 background: radial-gradient(circle, rgba(0,0,0,0) 8%, rgba(0,0,0,1) 50%, rgba(0,0,0,1) 100%), url(/img/RoccosLogHomeRestorationBeforeandAfter30.jpg);
	background-size: cover; height: 500px; color: #f5f5f5;
}
.home10 .colly-3:hover {
	    background: radial-gradient(circle, rgba(0,0,0,0) 8%, rgb(0 0 0 / 0%) 50%, rgb(0 0 0 / 0%) 100%), url(/img/RoccosLogHomeRestorationBeforeandAfter30.jpg);background-size: cover; height: 500px;
}
.home10 .colly-4 {
	 background: radial-gradient(circle, rgba(0,0,0,0) 8%, rgba(0,0,0,1) 50%, rgba(0,0,0,1) 100%), url(/img/RoccosLogHomeRestorationBeforeandAfter19.jpg);
	background-size: cover; height: 500px; color: #f5f5f5;
}
.home10 .colly-4:hover {
	    background: radial-gradient(circle, rgba(0,0,0,0) 8%, rgb(0 0 0 / 0%) 50%, rgb(0 0 0 / 0%) 100%), url(/img/RoccosLogHomeRestorationBeforeandAfter19.jpg);background-size: cover; height: 500px;
}
.home10 .colly-5 {
	  background: radial-gradient(circle, rgba(0,0,0,0) 8%, rgba(0,0,0,1) 50%, rgba(0,0,0,1) 100%), url(/img/RoccosLogHomeRestorationBeforeandAfter22.jpg);
	background-size: cover; height: 500px; color: #f5f5f5;
}
.home10 .colly-5:hover {
	    background: radial-gradient(circle, rgba(0,0,0,0) 8%, rgb(0 0 0 / 0%) 50%, rgb(0 0 0 / 0%) 100%), url(/img/RoccosLogHomeRestorationBeforeandAfter22.jpg);background-size: cover; height: 500px;
}
.home10 .colly-6 {
	 background: radial-gradient(circle, rgba(0,0,0,0) 8%, rgba(0,0,0,1) 50%, rgba(0,0,0,1) 100%), url(/img/RoccosLogHomeRestorationBeforeandAfter37.jpg);
	background-size: cover; height: 500px; color: #f5f5f5;
}
.home10 .colly-6:hover {
	    background: radial-gradient(circle, rgba(0,0,0,0) 8%, rgb(0 0 0 / 0%) 50%, rgb(0 0 0 / 0%) 100%), url(/img/RoccosLogHomeRestorationBeforeandAfter37.jpg);background-size: cover; height: 500px;
}

/**** About Section ****/
.about-1 {
 background: #000;
}

.about-1 h1 {
	font-family: 'font4'; font-weight: 500; font-size: 85px; color: #fff; text-shadow: 2px 2px 50px #444;
}
.about-1 h4 {
	font-family: font5; font-size: 35px; text-shadow: 1px 1px 1px #000;
}
.about-1 h5 {
	color: #e99722; font-family: 'font2'; font-weight: 600; letter-spacing: 1.5px; line-height: 40px; font-size: 20px; text-shadow: 2px 2px 35px #444;
}
.about-1 hr {
	background: #00777C;
}
.about-1 p {
	font-family: 'font2'; color: #dedede; font-size: 17px; line-height: 35px; text-shadow: 2px 2px 25px #444;   margin-right: 0px; color: white;

}
.about-1 img {

}
.about-1 li {
	color:  #f5f5f5; line-height: 40px; font-size: 20px; font-family: 'font8'; text-shadow: 1px 1px 5px #000; font-weight: 500; letter-spacing: 1px;
}
.serv5 {
	padding: 50px 0 0px 0;
	background: #e99722;
}
.parallax4 {
    background: radial-gradient(circle, rgb(144 136 136 / 0%) 0%, rgb(0 0 0 / 0%) 70%, rgb(0 0 0 / 0%) 95%, rgb(0 0 0 / 50%) 100%), url(/img/RoccosLogHomeRestorationBeforeandAfter19.jpg);
    min-height: auto;
    background-attachment: fixed;
    background-position: bottom;
    overflow: hidden;
    padding: 150px;
    color: #fff;
    /* border-radius: 25%; */
    background-repeat: no-repeat;
    background-size: cover;
}

}
/* === Tablet CSS Section ===================== */
/*@media screen and (max-width: 768px) {*/
@media screen and (max-width: 991px) {
	
	
/**** Top Header Section ****/
.mobile-top-header {
	display:block !important; padding: 25px 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(255,255,255);
}
.top-header-animate a, .top-header-animate i, .top-header-animate p {
	color: rgb(255,255,255);
}
.top-header {
	background: rgb(0,0,0); display: none;
}
.top-header img {
	margin-top: 0px; margin-bottom: 0px; max-width: 100%; margin-left: 0px;
}
.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,
.navbar-sidebar .dropdown-menu-mobile-3,
.navbar-sidebar .dropdown-menu-mobile-4 {
  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,
.dropdown-menu-animate-3,
.dropdown-menu-animate-4 {
  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,
.navbar-sidebar .dropdown-menu-mobile-3 a,
.navbar-sidebar .dropdown-menu-mobile-4 a {
  color: rgb(75,75,75); font-weight:600 !important; font-size: 1.3em; font-family: 'Raleway'; text-align: center;

  color: black;
  font-size: 1.3rem;

  font-family: 'font5';
  font-weight: 700;
}

.navbar-sidebar {
	padding-top: 175px; 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;
	font-size: 1.3rem;
	font-family: 'font5';
	font-weight: 700;
	color: black; 
}
.nav-link{
	color: black; 
	font-size: 1.3rem;

	font-family: 'font5';
	font-weight: 700;
}
.bar-block.center .bar-item {
	text-align: center;
}
.block {
	display: block; width: 100%;
}



/**** Home Section ****/
.testimonials {
	padding: 75px 0 75px 0; background: #070707;
}
.bg-primary {
	background: rgb(83,82,82) !important;
}
.home-header-section {
	padding-top: 125px;
}
.home-header-section .slider-logo span {
	font-family: 'font'; color: rgb(196,41,56);
}
.video {
	overflow: hidden; position: relative; z-index: 2; display: block;
}
.video .pad {
	padding: 350px 0px 0px 300px; position: absolute;
}
.video .pad h5 {
	font-weight: 500; color: rgb(255,255,255); font-size: 50px; text-shadow: 0px 0px 5px #000; font-family: 'Arial'; text-align: left;
}
.video .pad p {
	margin-top: 0% !important; color: rgb(255,255,255); text-shadow: 0px 0px 5px #000; font-size: 25px; font-family: 'Arial'; text-align: left;
}
.video .pad a {
	font-size: 16px; color: rgb(255,255,255); font-family: 'Arial'; font-weight: 600; border: 1px solid rgb(12,32,63); padding: 15px 30px; border-radius: 1.6rem; background: rgb(12,32,63);
}
.video .pad a:hover {
	color: rgb(255,255,255); border: 1px solid rgb(255,255,255); background: transparent;
}
.home1 {
	padding: 135px 0 175px 0; background: rgb(0,0,0);
}
.home1 .pad {
	padding-top: 85px;
}
.home1 h1 {
	font-family: 'font6'; font-size: 35px; text-align: center; font-weight: 800; color: white;
}
.home1 p {
	font-size: 17px; font-family: 'font2'; font-weight: 600; text-align: justify; color: rgb(150,150,150);
}
.home1 span {
	color: rgb(83,82,82);
}
.home2 {
	background-image: linear-gradient(rgb(255 255 255 / 0%), rgb(255 255 255 / 0%)), url(/img/water-1.jpg); background-size: cover; background-color: rgb(31, 31, 31); background-position: 50% 5px; min-height: auto; background-attachment: fixed; overflow: hidden; color: #fff; padding: 150px 0px 150px 0px; background-repeat: no-repeat;
}
.home2 h2 {
	font-size: 70px; text-align: center; font-family: 'font6';
}
.home2 p {
	font-family: 'font8'; font-size: 16px; line-height: 40px; text-align: justify;
}
.home3 {
	background-image: linear-gradient(rgb(255 255 255 / 0%), rgb(255 255 255 / 0%)), url(/img/rocco-log-home-restoration-demo.jpg); background-size: 220%; background-color: rgb(31, 31, 31); background-position: 50% 5px; min-height: auto; background-attachment: fixed; overflow: hidden; color: #fff; height: 320px; background-repeat: no-repeat;
}
.home4 {
	background-image: linear-gradient(rgb(255 255 255 / 0%), rgb(255 255 255 / 0%)), url(/img/rocco-log-home-restoration-artisan-skills.jpg); background-size: 220%; background-color: rgb(31, 31, 31); background-position: 50% 5px; min-height: auto; height: 320px; background-attachment: fixed; overflow: hidden; color: #fff; background-repeat: no-repeat;
}
.home5 {
	background-image: linear-gradient(rgb(255 255 255 / 0%), rgb(255 255 255 / 0%)), url(/img/tb-2.png); background-size: cover; background-color: rgb(31, 31, 31); background-position: 50% 5px; min-height: auto; background-attachment: fixed; overflow: hidden; color: #fff; padding: 50px 10px; background-repeat: no-repeat;	
}
.home5 h1 {
	font-family: 'font5'; font-size: 3rem; font-weight: 500; color: #fff; letter-spacing: 5px;
}
.home5 h3 {
	font-family: 'font6'; font-size: 2.4rem; font-weight: 500; color: #fff; text-align: center;
}
.home5 h4 {
	font-family: 'font6'; font-size: 2rem; font-weight: 500; color: #fff; text-align: center;
}
.home5 p {
    font-size: 18px; font-family: 'font8'; font-weight: 500; line-height: 35px; color: rgb(191,191,191); text-align: justify;
}
.home5 img{
	margin-left: 0; 
}
.home5 hr {
	background: #b39157;
}
.home5 mark {
	background: #000; border: 2px solid #b39157; padding: 15px; font-size: 25px; font-family: 'font4'; color: rgb(255,255,255); letter-spacing: 2px;
}
.home6 {
	background-image: linear-gradient(rgb(255 255 255 / 0%), rgb(255 255 255 / 0%)), url(/img/log-rot-restoration-cabin-chinking.jpg); background-size: 220%; background-color: rgb(31, 31, 31); background-position: 50% 5px; min-height: auto; height: 320px; background-attachment: fixed; overflow: hidden; color: #fff; background-repeat: no-repeat;
}
.home7 {
	background-image: linear-gradient(rgb(255 255 255 / 0%), rgb(255 255 255 / 0%)), url(/img/log-home.jpg); background-size: 220%; background-color: rgb(31, 31, 31); background-position: 50% 5px; min-height: auto; height: 320px; background-attachment: fixed; overflow: hidden; color: #fff; background-repeat: no-repeat;
}
.home8 {
	background-image: linear-gradient(rgb(255 255 255 / 0%), rgb(255 255 255 / 0%)), url(/img/roccos-log-home-staining.jpg); background-size: 220%; background-color: rgb(31, 31, 31); background-position: 50% 5px; min-height: auto; height: 320px; background-attachment: fixed; overflow: hidden; color: #fff; background-repeat: no-repeat;
}
.home9 {
	background-image: linear-gradient(rgb(255 255 255 / 0%), rgb(255 255 255 / 0%)), url(/img/rocco-log-home-restoration-chinking.jpg); background-size: 220%; background-color: rgb(31, 31, 31); background-position: 50% 5px; min-height: auto; height: 320px; background-attachment: fixed; overflow: hidden; color: #fff; background-repeat: no-repeat;
}
.home11 {
	background-image: linear-gradient(rgb(255 255 255 / 0%), rgb(255 255 255 / 0%)), url(/img/roccogallery.jpg); background-size: 220%; background-color: rgb(31, 31, 31); background-position: 50% 5px; min-height: auto; height: 320px; background-attachment: fixed; overflow: hidden; color: #fff; background-repeat: no-repeat;
}
.home11 h2 {
	font-family: 'font6'; font-size: 125px;  font-weight: 500; color: #fff; margin-top: 250px; letter-spacing: 2px;
}
.home12 {
	background-image: linear-gradient(rgb(255 255 255 / 0%), rgb(255 255 255 / 0%)), url(/img/log-home-restoration-contact.jpg); background-size: cover; background-color: rgb(31, 31, 31); background-position: 50% 5px; min-height: auto; height: 750px; background-attachment: fixed; overflow: hidden; color: #fff; background-repeat: no-repeat;
}
.home12 h2 {
	font-family: 'font6'; font-size: 125px;  font-weight: 500; color: #fff; margin-top: 250px; letter-spacing: 2px;
}
.home10 {
	background: #000;
}
.home10 h3 {
	font-family: 'font8'; font-size: 25px; font-weight: 600; text-align: center; margin-top: 200px;
}
.home10 a {
	color: #f5f5f5;
}
.home10 a:hover {
	color: rgb(255,255,255);
}
.home10 .colly-1 {
	background: radial-gradient(circle, rgba(0,0,0,0) 8%, rgba(0,0,0,1) 50%, rgba(0,0,0,1) 100%), url(/img/RoccosLogHomeRestorationBeforeandAfter24.jpg); background-size: cover; height: 500px; color: #f5f5f5;
}
.home10 .colly-1:hover {
	background: radial-gradient(circle, rgba(0,0,0,0) 8%, rgb(0 0 0 / 0%) 50%, rgb(0 0 0 / 0%) 100%), url(/img/RoccosLogHomeRestorationBeforeandAfter24.jpg);background-size: cover; height: 500px;
}
.home10 .colly-2 {
	background: radial-gradient(circle, rgba(0,0,0,0) 8%, rgba(0,0,0,1) 50%, rgba(0,0,0,1) 100%), url(/img/RoccosLogHomeRestorationBeforeandAfter32.jpg); background-size: cover; height: 500px; color: #f5f5f5;
}
.home10 .colly-2:hover {
	background: radial-gradient(circle, rgba(0,0,0,0) 8%, rgb(0 0 0 / 0%) 50%, rgb(0 0 0 / 0%) 100%), url(/img/RoccosLogHomeRestorationBeforeandAfter32.jpg);background-size: cover; height: 500px;
}
.home10 .colly-3 {
	background: radial-gradient(circle, rgba(0,0,0,0) 8%, rgba(0,0,0,1) 50%, rgba(0,0,0,1) 100%), url(/img/RoccosLogHomeRestorationBeforeandAfter30.jpg); background-size: cover; height: 500px; color: #f5f5f5;
}
.home10 .colly-3:hover {
	background: radial-gradient(circle, rgba(0,0,0,0) 8%, rgb(0 0 0 / 0%) 50%, rgb(0 0 0 / 0%) 100%), url(/img/RoccosLogHomeRestorationBeforeandAfter30.jpg);background-size: cover; height: 500px;
}
.home10 .colly-4 {
	background: radial-gradient(circle, rgba(0,0,0,0) 8%, rgba(0,0,0,1) 50%, rgba(0,0,0,1) 100%), url(/img/RoccosLogHomeRestorationBeforeandAfter19.jpg); background-size: cover; height: 500px; color: #f5f5f5;
}
.home10 .colly-4:hover {
	background: radial-gradient(circle, rgba(0,0,0,0) 8%, rgb(0 0 0 / 0%) 50%, rgb(0 0 0 / 0%) 100%), url(/img/RoccosLogHomeRestorationBeforeandAfter19.jpg);background-size: cover; height: 500px;
}
.home10 .colly-5 {
	background: radial-gradient(circle, rgba(0,0,0,0) 8%, rgba(0,0,0,1) 50%, rgba(0,0,0,1) 100%), url(/img/RoccosLogHomeRestorationBeforeandAfter22.jpg); background-size: cover; height: 500px; color: #f5f5f5;
}
.home10 .colly-5:hover {
	background: radial-gradient(circle, rgba(0,0,0,0) 8%, rgb(0 0 0 / 0%) 50%, rgb(0 0 0 / 0%) 100%), url(/img/RoccosLogHomeRestorationBeforeandAfter22.jpg);background-size: cover; height: 500px;
}
.home10 .colly-6 {
	background: radial-gradient(circle, rgba(0,0,0,0) 8%, rgba(0,0,0,1) 50%, rgba(0,0,0,1) 100%), url(/img/RoccosLogHomeRestorationBeforeandAfter37.jpg); background-size: cover; height: 500px; color: #f5f5f5;
}
.home10 .colly-6:hover {
	background: radial-gradient(circle, rgba(0,0,0,0) 8%, rgb(0 0 0 / 0%) 50%, rgb(0 0 0 / 0%) 100%), url(/img/RoccosLogHomeRestorationBeforeandAfter37.jpg);background-size: cover; height: 500px;
}

/**** About Section ****/
.about-1 {
 background: #000;
}
.about-1 h1 {
	font-family: 'font4'; font-weight: 500; font-size: 85px; color: #fff; text-shadow: 2px 2px 50px #444;
}
.about-1 h4 {
	font-family: font5; font-size: 35px; text-shadow: 1px 1px 1px #000;
}
.about-1 h5 {
	color: #e99722; font-family: 'font2'; font-weight: 600; letter-spacing: 1.5px; line-height: 40px; font-size: 20px; text-shadow: 2px 2px 35px #444;
}
.about-1 hr {
	background: #00777C;
}
.about-1 p {
	font-family: 'font2'; color: #dedede; font-size: 17px; line-height: 35px; text-shadow: 5px 5px 5px #000;   margin-right: 0px; color: white;
}
.about-1 img {

}
.about-1 li {
	color:  #f5f5f5; line-height: 40px; font-size: 20px; font-family: 'font8'; text-shadow: 5px 5px 5px #000; font-weight: 900; letter-spacing: 1px;
}
.serv5 {
	padding: 50px 0 0px 0; background: #e99722;
}
.parallax4 {
    background: radial-gradient(circle, rgb(144 136 136 / 0%) 0%, rgb(0 0 0 / 0%) 70%, rgb(0 0 0 / 0%) 95%, rgb(0 0 0 / 50%) 100%), url(/img/RoccosLogHomeRestorationBeforeandAfter19.jpg); min-height: auto; background-attachment: fixed; background-position: bottom; overflow: hidden; padding: 60px; color: #fff; background-repeat: no-repeat; background-size: cover;
}

/**** Services Section ****/


/**** Gallery Section ****/
.gallery-page {
	padding: 150px 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);
}

/**** Areas We Service Section ****/

.service-area-section {
	     background-image: linear-gradient(rgb(255 255 255 / 0%), rgb(255 255 255 / 0%)), url(/img/tb-2.png);
	background-size: cover;
	    background-color: rgb(31, 31, 31);
    background-position: 50% 5px;
  min-height: auto;
  background-attachment: fixed;
	overflow: hidden;
	color: #fff;
	padding: 150px 20px 150px 20px;
  background-repeat: no-repeat;	
}
.service-area-section h1 {
	    font-family: 'font5';
    font-size: 3.3rem;;
    font-weight: 500;
    color: #fff;
    letter-spacing: 5px;
}
.service-area-section h2 {
	    font-family: 'font5';
    font-size: 2.5rem;
    font-weight: 500;
    color: #fff;
    letter-spacing: 5px;
}
.service-area-section h3 {
	font-family: 'font5'; font-size: 35px;  font-weight: 500; color: #fff;
}
.service-area-section h4 {
	font-family: 'font6'; font-size: 55px;  font-weight: 500; color: #fff;
}
.service-area-section p {
    font-size: 18px;
    font-family: 'font8';
    font-weight: 500;
    line-height: 35px;
    color: rgb(191 191 191);
}
.service-area-section hr {
	background: #b39157;
}
.service-area-section mark {
	background: #000; border: 2px solid #b39157; padding: 15px; font-size: 25px; font-family: 'font4'; color: #f5f5f5; letter-spacing: 2px;
}
.service-area-section iframe {
	height: 300px;
	width: 100%;
}
.service-area-section ul {
	list-style-type: none; 
}
.service-area-section li p span {
	text-decoration: underline;
	font-weight: 900; 
}
/**** Contact Section ****/


/**** Sections On Every Page ****/
.contact-section {
	padding: 50px 0 50px 0; color: #f5f5f5; background: #070707; font-family: font8;
}
.contact-section h3 {
	font-size: 2.5rem; font-family: font8; font-weight: 500; color: rgb(255,255,255); font-family: font5;
}
.contact-section p {
	font-size: 18px;
}
.contact-section  h4 {
	font-weight: 600; font-size: 20px;
}
.contact-section  h5 {
	font-size: 19px;
}
.contact-section a {
	color: #b39157;
}

/**** 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(255,255,255);
}
.service-cities a {
	font-size: 18px; line-height: 10px; color: rgb(255,255,255);
}

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



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

/**** Top Header Section ****/
.mobile-top-header {
	display:block !important; padding: 25px 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(255,255,255);
}
.top-header-animate a, .top-header-animate i, .top-header-animate p {
	color: rgb(255,255,255);
}
.top-header {
	background: rgb(0,0,0); display: none;
}
.top-header img {
	margin-top: 0px; margin-bottom: 0px; max-width: 100%; margin-left: 0px;
}
.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;
}



/**** Home Section ****/
.testimonials {
	padding: 75px 0 75px 0; background: #070707;
}
.bg-primary {
	background: rgb(83,82,82) !important;
}
.home-header-section {
	padding-top: 125px;
}
.home-header-section .slider-logo span {
	font-family: 'font'; color: rgb(196,41,56);
}
.video {
	overflow: hidden; position: relative; z-index: 2; display: block;
}
.video .pad {
	padding: 350px 0px 0px 300px; position: absolute;
}
.video .pad h5 {
	font-weight: 500; color: rgb(255,255,255); font-size: 50px; text-shadow: 0px 0px 5px #000; font-family: 'Arial'; text-align: left;
}
.video .pad p {
	margin-top: 0% !important; color: rgb(255,255,255); text-shadow: 0px 0px 5px #000; font-size: 25px; font-family: 'Arial'; text-align: left;
}
.video .pad a {
	font-size: 16px; color: rgb(255,255,255); font-family: 'Arial'; font-weight: 600; border: 1px solid rgb(12,32,63); padding: 15px 30px; border-radius: 1.6rem; background: rgb(12,32,63);
}
.video .pad a:hover {
	color: rgb(255,255,255); border: 1px solid rgb(255,255,255); background: transparent;
}

.home2 {
	background-image: linear-gradient(rgb(255 255 255 / 0%), rgb(255 255 255 / 0%)), url(/img/water-1.jpg); background-size: cover; background-color: rgb(31, 31, 31); background-position: 50% 50%; min-height: auto; background-attachment: fixed; overflow: hidden; color: #fff; padding: 150px 0px 150px 0px; background-repeat: no-repeat;
}
.home2 h2 {
	font-size: 3rem;; text-align: center; font-family: 'font6';
}
.home2 p {
	font-family: 'font8'; font-size: 16px; line-height: 40px; text-align: justify;
}
.home3 {
	background-image: linear-gradient(rgb(255 255 255 / 0%), rgb(255 255 255 / 0%)), url(/img/rocco-log-home-restoration-demo.jpg); background-size: cover; background-color: rgb(31, 31, 31); background-position: 50% 50%; min-height: auto; background-attachment: fixed; overflow: hidden; color: #fff; height: 320px; background-repeat: no-repeat;
}
.home4 {
	background-image: linear-gradient(rgb(255 255 255 / 0%), rgb(255 255 255 / 0%)), url(/img/rocco-log-home-restoration-artisan-skills.jpg); background-size: cover; background-color: rgb(31, 31, 31); background-position: 50% 50%; min-height: auto; height: 320px; background-attachment: fixed; overflow: hidden; color: #fff; background-repeat: no-repeat;
}
/*.home5 {
	background-image: linear-gradient(rgb(255 255 255 / 0%), rgb(255 255 255 / 0%)), url(/img/tb-2.png); background-size: cover; background-color: rgb(31, 31, 31); background-position: 50% 5px; min-height: auto; background-attachment: fixed; overflow: hidden; color: #fff; padding: 50px 10px; background-repeat: no-repeat;	
}
.home5 h1 {
	font-family: 'font5'; font-size: 75px; font-weight: 500; color: #fff; letter-spacing: 5px;
}
.home5 h3 {
	font-family: 'font6'; font-size: 45px; font-weight: 500; color: #fff; text-align: center;
}
.home5 h4 {
	font-family: 'font6'; font-size: 45px; font-weight: 500; color: #fff; text-align: center;
}
.home5 p {
    font-size: 18px; font-family: 'font8'; font-weight: 500; line-height: 35px; color: rgb(191,191,191); text-align: justify;
}
.home5 hr {
	background: #b39157;
}
.home5 mark {
	background: #000; border: 2px solid #b39157; padding: 15px; font-size: 25px; font-family: 'font4'; color: rgb(255,255,255); letter-spacing: 2px;
}*/
.home6 {
    background-image: linear-gradient(rgb(255 255 255 / 0%), rgb(255 255 255 / 0%)), url(/img/log-rot-restoration-cabin-chinking.jpg);
    background-size: cover;
    background-color: rgb(31, 31, 31);
    background-position: 50% 50%;
    min-height: auto;
    height: 320px;
    background-attachment: fixed;
    overflow: hidden;
    color: #fff;
    background-repeat: no-repeat;
}
.home7 {
	background-image: linear-gradient(rgb(255 255 255 / 0%), rgb(255 255 255 / 0%)), url(/img/log-home.jpg); background-size: cover; background-color: rgb(31, 31, 31); background-position: 50% 50%; min-height: auto; height: 320px; background-attachment: fixed; overflow: hidden; color: #fff; background-repeat: no-repeat;
}
.home8 {
	background-image: linear-gradient(rgb(255 255 255 / 0%), rgb(255 255 255 / 0%)), url(/img/roccos-log-home-staining.jpg); background-size: cover; background-color: rgb(31, 31, 31); background-position: 50% 50%; min-height: auto; height: 320px; background-attachment: fixed; overflow: hidden; color: #fff; background-repeat: no-repeat;
}
.home9 {
	background-image: linear-gradient(rgb(255 255 255 / 0%), rgb(255 255 255 / 0%)), url(/img/rocco-log-home-restoration-chinking.jpg); background-size: cover; background-color: rgb(31, 31, 31); background-position: 50% 50%; min-height: auto; height: 320px; background-attachment: fixed; overflow: hidden; color: #fff; background-repeat: no-repeat;
}
.home11 {
	background-image: linear-gradient(rgb(255 255 255 / 0%), rgb(255 255 255 / 0%)), url(/img/roccogallery.jpg); background-size: cover; background-color: rgb(31, 31, 31); background-position: 50% 50%; min-height: auto; height: 320px; background-attachment: fixed; overflow: hidden; color: #fff; background-repeat: no-repeat;
}
.home11 h2 {
	font-family: 'font6'; font-size: 125px;  font-weight: 500; color: #fff; margin-top: 250px; letter-spacing: 2px;
}
.home12 {
	background-image: linear-gradient(rgb(255 255 255 / 0%), rgb(255 255 255 / 0%)), url(/img/log-home-restoration-contact.jpg); background-size: cover; background-color: rgb(31, 31, 31); background-position: 50% 50%; min-height: auto; height: 750px; background-attachment: fixed; overflow: hidden; color: #fff; background-repeat: no-repeat;
}
.home12 h2 {
	font-family: 'font6'; font-size: 50px;  font-weight: 500; color: #fff; margin-top: 250px; letter-spacing: 2px;
}
.home10 {
	background: #000;
}
.home10 h3 {
	font-family: 'font8'; font-size: 25px; font-weight: 600; text-align: center; margin-top: 200px;
}
.home10 a {
	color: #f5f5f5;
}
.home10 a:hover {
	color: rgb(255,255,255);
}
.home10 .colly-1 {
	background: radial-gradient(circle, rgba(0,0,0,0) 8%, rgba(0,0,0,1) 50%, rgba(0,0,0,1) 100%), url(/img/RoccosLogHomeRestorationBeforeandAfter24.jpg); background-size: cover; height: 500px; color: #f5f5f5;
}
.home10 .colly-1:hover {
	background: radial-gradient(circle, rgba(0,0,0,0) 8%, rgb(0 0 0 / 0%) 50%, rgb(0 0 0 / 0%) 100%), url(/img/RoccosLogHomeRestorationBeforeandAfter24.jpg);background-size: cover; height: 500px;
}
.home10 .colly-2 {
	background: radial-gradient(circle, rgba(0,0,0,0) 8%, rgba(0,0,0,1) 50%, rgba(0,0,0,1) 100%), url(/img/RoccosLogHomeRestorationBeforeandAfter32.jpg); background-size: cover; height: 500px; color: #f5f5f5;
}
.home10 .colly-2:hover {
	background: radial-gradient(circle, rgba(0,0,0,0) 8%, rgb(0 0 0 / 0%) 50%, rgb(0 0 0 / 0%) 100%), url(/img/RoccosLogHomeRestorationBeforeandAfter32.jpg);background-size: cover; height: 500px;
}
.home10 .colly-3 {
	background: radial-gradient(circle, rgba(0,0,0,0) 8%, rgba(0,0,0,1) 50%, rgba(0,0,0,1) 100%), url(/img/RoccosLogHomeRestorationBeforeandAfter30.jpg); background-size: cover; height: 500px; color: #f5f5f5;
}
.home10 .colly-3:hover {
	background: radial-gradient(circle, rgba(0,0,0,0) 8%, rgb(0 0 0 / 0%) 50%, rgb(0 0 0 / 0%) 100%), url(/img/RoccosLogHomeRestorationBeforeandAfter30.jpg);background-size: cover; height: 500px;
}
.home10 .colly-4 {
	background: radial-gradient(circle, rgba(0,0,0,0) 8%, rgba(0,0,0,1) 50%, rgba(0,0,0,1) 100%), url(/img/RoccosLogHomeRestorationBeforeandAfter19.jpg); background-size: cover; height: 500px; color: #f5f5f5;
}
.home10 .colly-4:hover {
	background: radial-gradient(circle, rgba(0,0,0,0) 8%, rgb(0 0 0 / 0%) 50%, rgb(0 0 0 / 0%) 100%), url(/img/RoccosLogHomeRestorationBeforeandAfter19.jpg);background-size: cover; height: 500px;
}
.home10 .colly-5 {
	background: radial-gradient(circle, rgba(0,0,0,0) 8%, rgba(0,0,0,1) 50%, rgba(0,0,0,1) 100%), url(/img/RoccosLogHomeRestorationBeforeandAfter22.jpg); background-size: cover; height: 500px; color: #f5f5f5;
}
.home10 .colly-5:hover {
	background: radial-gradient(circle, rgba(0,0,0,0) 8%, rgb(0 0 0 / 0%) 50%, rgb(0 0 0 / 0%) 100%), url(/img/RoccosLogHomeRestorationBeforeandAfter22.jpg);background-size: cover; height: 500px;
}
.home10 .colly-6 {
	background: radial-gradient(circle, rgba(0,0,0,0) 8%, rgba(0,0,0,1) 50%, rgba(0,0,0,1) 100%), url(/img/RoccosLogHomeRestorationBeforeandAfter37.jpg); background-size: cover; height: 500px; color: #f5f5f5;
}
.home10 .colly-6:hover {
	background: radial-gradient(circle, rgba(0,0,0,0) 8%, rgb(0 0 0 / 0%) 50%, rgb(0 0 0 / 0%) 100%), url(/img/RoccosLogHomeRestorationBeforeandAfter37.jpg);background-size: cover; height: 500px;
}

/**** About Section ****/
.about-1 {
 background: #000;
}
.about-1 h1 {
	font-family: 'font4'; font-weight: 500; font-size: 85px; color: #fff; text-shadow: 2px 2px 50px #444;
}
.about-1 h4 {
	font-family: font5; font-size: 35px; text-shadow: 1px 1px 1px #000;
}
.about-1 h5 {
	color: #e99722; font-family: 'font2'; font-weight: 600; letter-spacing: 1.5px; line-height: 40px; font-size: 20px; text-shadow: 2px 2px 35px #444;
}
.about-1 hr {
	background: #00777C;
}
.about-1 p {
	font-family: 'font2'; color: #dedede; font-size: 17px; line-height: 35px; text-shadow: 5px 5px 5px #000;   margin-right: 0px; font-weight: 900;
}
.about-1 img {

}
.about-1 li {
	color:  #f5f5f5; line-height: 40px; font-size: 20px; font-family: 'font8'; text-shadow: 5px 5px 5px #000; font-weight: 900; letter-spacing: 1px;
}
.serv5 {
	padding: 50px 0 0px 0; background: #e99722;
}
.parallax4 {
    background: radial-gradient(circle, rgb(144 136 136 / 0%) 0%, rgb(0 0 0 / 0%) 70%, rgb(0 0 0 / 0%) 95%, rgb(0 0 0 / 50%) 100%), url(/img/RoccosLogHomeRestorationBeforeandAfter19.jpg); min-height: auto; background-attachment: fixed; background-position: bottom; overflow: hidden; padding: 35px; color: #fff; background-repeat: no-repeat; background-size: cover;
}

/**** Services Section ****/


/**** Gallery Section ****/
.gallery-page {
	padding: 150px 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);
}

/**** 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: 50px 0 50px 0; color: #f5f5f5; background: #070707; font-family: font8;
}
.contact-section h3 {
	font-size: 2.5rem; font-family: font8; font-weight: 500; color: rgb(255,255,255); font-family: font5;
}
.contact-section p {
	font-size: 18px;
}
.contact-section  h4 {
	font-weight: 600; font-size: 20px;
}
.contact-section  h5 {
	font-size: 19px;
}
.contact-section a {
	color: #b39157;
}

/**** 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(255,255,255);
}
.service-cities a {
	font-size: 18px; line-height: 10px; color: rgb(255,255,255);
}

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

}