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

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

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

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

@font-face {
	font-family: 'font2';
	src:url('../fonts/poppins.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'font3';
	src:url('../fonts/Rosemode.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');
}

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

/* ======================================== */
/* === Top Header Section ================= */
/* ======================================== */
.top-header {
	position: fixed; width: 100%; padding: 10px 50px 10px 50px; background-image: linear-gradient(rgb(255 255 255 / 0%), rgb(255 255 255 / 0%)), url(/img/homepage/texture-33.png); background-size: 15%; background-color:#233b25;	z-index: 3; -webkit-transition: all .30s ease; -moz-transition: all .30s ease; -o-transition: all .30s ease; transition: all .30s ease; border-bottom: 2px solid #fff;
}
.top-header .header-logo {
	background: linear-gradient(0deg, #00000000 25%, #00000000 90%), url(/img/logo.gif);
    background-size: contain; height: 200px; background-repeat: no-repeat;    margin-top: -65px;
    margin-bottom: -75px;
}


.top-header img{
	margin-top:25px;
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 8%;
}

/*.top-header .header-ctas {
	background: #fff; padding: 30px 0px 10px 0px; margin: -10px -100px 0px -100px;
}*/
.top-header .header-nav-links {
padding: 20px 0px 20px 0px;
}

.top-header .header-nav-links .col-lg {

}

.top-header .header-nav-links h6 {
	font-family: 'font3'; color: #fff; font-weight: 600;
    font-size: 18px;
    text-transform: uppercase; position: relative; top: 90%;
    letter-spacing: 3px; text-align: center;
}
.top-header i {
     font-size: 15px;
    width: 35px;
    height: 35px;
    margin-bottom: 40px;
    color: #ffffff;
    left: 1.5%;
    border-radius: 25px;
    margin-left: 5px;
    margin-right: 5px;
    position: relative;
    background: #233b25;
    padding: 10px 10px 10px 12px;
  
}
.top-header a {
	color: #c8edc6; font-family: font3;
}
.top-header div[class*='col-']:first-child {

}
.top-header div[class*='col-']:first-child a {

}
.top-header div[class*='col-']:first-child a:hover {

}
.top-header div[class*='col-']:nth-child(2) {

}
.top-header div[class*='col-']:nth-child(3) {

}
.top-header div[class*='col-']:nth-child(3) a {

}
.top-header div[class*='col-']:nth-child(3) a:hover {
	
}
.top-header div[class*='col-']:nth-child(4) {
	
}
.top-header div[class*='col-']:nth-child(4) a {

}
.top-header div[class*='col-']:nth-child(4) a:hover {

}
.top-header div[class*='col-']:nth-child(5) {

}
.top-header div[class*='col-']:nth-child(5) a {

}
.top-header div[class*='col-']:nth-child(5) a:hover {
	
}
.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-animate {
	background-image: linear-gradient(rgb(255 255 255 / 0%), rgb(255 255 255 / 0%)), url(/img/homepage/texture-33.png);
    background-size: 15%;
    background-color: #fff; margin-top: -225px; border-bottom: 2px solid #233b25;
}
.top-header-animate .header-logo {
	background: linear-gradient(0deg, #00000000 25%, #00000000 90%), url(/img/logo-light.gif);
    background-size: contain; height: 200px; background-repeat: no-repeat;      margin-top: 95px;
    margin-bottom: -85px;
}
.top-header-animate .header-nav-links h6 {
	color: #233b25;
}
.top-header-animate .dropdown-toggle {
	color:#0a0a0a; font-size: 16px;
}
.top-header-animate .navbar-brand {
	font-size: 1.5em;
}


/*    .top-header .star-five {
      margin: 50px 0;
      position: relative;
      display: none;
      color: red;
      width: 0px;
      height: 0px;
      border-right: 100px solid transparent;
      border-bottom: 70px solid red;
      border-left: 100px solid transparent;
      transform: rotate(35deg);
    }
    .top-header .star-five:before {
      border-bottom: 80px solid red;
      border-left: 30px solid transparent;
      border-right: 30px solid transparent;
      position: absolute;
      height: 0;
      width: 0;
      top: -45px;
      left: -65px;
      display: none;
      content: '';
      transform: rotate(-35deg);
    }
   .top-header .star-five:after {
      position: absolute;
      display: none;
      color: red;
      top: 3px;
      left: -105px;
      width: 0px;
      height: 0px;
      border-right: 100px solid transparent;
      border-bottom: 70px solid red;
      border-left: 100px solid transparent;
      transform: rotate(-70deg);
      content: '';
    }
.top-header-animate .star-five {
    margin: 100px 0; /* Doubled margin for spacing */
    position: relative;
    display: block;
    color: red;
    width: 0px;
    height: 0px;
    border-right: 200px solid transparent; /* Doubled */
    border-bottom: 140px solid red; /* Doubled */
    border-left: 200px solid transparent; /* Doubled */
    transform: rotate(35deg);
}
.top-header-animate .star-five:before {
    border-bottom: 160px solid red; /* Doubled */
    border-left: 60px solid transparent; /* Doubled */
    border-right: 60px solid transparent; /* Doubled */
    position: absolute;
    height: 0;
    width: 0;
    top: -90px; /* Doubled */
    left: -130px; /* Doubled */
    display: block;
    content: '';
    transform: rotate(-35deg);
}
.top-header-animate .star-five:after {
    position: absolute;
    display: block;
    color: red;
    top: 6px; /* Doubled */
    left: -210px; /* Doubled */
    width: 0px;
    height: 0px;
    border-right: 200px solid transparent; /* Doubled */
    border-bottom: 140px solid red; /* Doubled */
    border-left: 200px solid transparent; /* Doubled */
    transform: rotate(-70deg);
    content: '';
}*/

/* ======================================== */
/* === Navigvation Section ================ */
/* ======================================== */
.navbar-inverse .navbar-inner {
	display:none;
}
.dropdown-menu {
	position: absolute; top: 100%; left: 0; z-index: 1000; display: none; float: left; min-width: 200px; padding: .5rem 0; margin: .125rem 0 0; font-size: 18px; color: rgb(33, 37, 41); text-align: left; list-style: none; background-color: rgb(255,255,255); background-clip: padding-box; border: 1px solid rgba(0,0,0,.15); border-radius: .25rem;
}
.dropdown-menu.columns-3 {
	min-width: 600px;
}
.dropdown-menu li a {
	padding: 5px 15px; font-weight: 300;
}
.dropdown-item {
	display: block; width: 100%; font-weight: 600; font-family: 'font2'; padding: .25rem 1.5rem; clear: both; color: rgb(12,12,12); text-align: inherit; white-space: nowrap; background: 0 0;border: 0;
}
.dropdown-item.active, .dropdown-item:active {
	color: rgb(255,255,255); text-decoration: none; background-color: rgb(22,22,22) !important;
}
.dropdown {
	float: left; position: relative;
}
.dropdown .dropbtn {
	font-size: 16px; border: none; outline: none; color: white; padding: 14px 16px; background-color: inherit;font-family: inherit; margin: 0;
}
.navbar a:hover, .dropdown:hover .dropbtn {
	background-color: #043174;
}
.dropdown-one {
	cursor: pointer; display: none; position: absolute; background-color: #f9f9f9; min-width: 160px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.dropdown-two {
	cursor: pointer; display: none; position: absolute; left: 160px; top: 0px; min-width: 160px; background-color: #f9f9f9; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.dropdown-three {
	cursor: pointer; display: none; position: absolute; left: 160px; top: 48px; min-width: 160px; background-color: #f9f9f9; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.dropdown:hover .dropdown-one, #link1:hover > .dropdown-two {
	display: block;
}
.dropdown:hover .dropdown-one, #link2:hover > .dropdown-three {
	display: block;
}
.dropdown-one .dItem {
	color: black; padding: 12px 16px; display: block; text-align: left;
}
.dropdown-one .dItem:hover, .dropdown-two a:hover {
	background-color: #ddd;
}
.my-pad {
	padding: 0 0 0 15px;
}
.my-pad h5 {
	color: rgb(255,255,255); font-size: 18px; text-transform: uppercase; padding-top: 20px;	line-height: 5px; font-weight: 600;
}
.multi-column-dropdown {
	list-style: none; margin: 0px; padding: 0px;
}
ul.multi-column-dropdown {
	padding: 0 0 0;
}
.multi-column-dropdown li a {
	display: block;	clear: both; line-height: 1.428571429; color: #333; white-space: normal;
}
.multi-column-dropdown li a:hover {
	text-decoration: none; color: #262626; background-color: #999;
}
.tab {
	overflow: hidden; border: 1px solid #ccc; background-color: #f1f1f1; font-family: 'font2';
}
.tab button {
	background-color: inherit; float: left; border: none; outline: none; cursor: pointer; padding: 14px 16px; transition: 0.3s; font-size: 17px;
}
.tab button:hover {
	background-color: #ddd;
}
.tab button.active {
	background-color: #ccc;
}
.tabcontent {
	display: none; padding: 6px 12px; border: 1px solid #ccc; border-top: none;
}
.tabcontent h3 {
	padding-top: 40px; padding-bottom: 40px; font-family: 'font'; text-align: center; font-size: 2rem; color: rgb(246,177,24);
}

body {
	padding: 0; -webkit-transition-property: all; -webkit-transition-duration: .30s; -webkit-transition-timing-function: ease-in-out; transition-property: all; transition-duration: .30s; transition-timing-function: ease-in-out; overflow-x: hidden !important;
}
.navbar-scroll {
	padding: 95px 0 0; position: fixed; background: rgb(83,82,82); width: 100%; z-index: 2;	-webkit-transition: all .30s ease; -moz-transition: all .30s ease; -o-transition: all .30s ease; transition: all .30s ease;
}
.navbar-scroll .container {
	background: rgb(60,36,17,0); border-bottom-left-radius: 1.5rem;	border-bottom-right-radius: 1.5rem;
}
#projects .navbar-scroll {
	background: #fdfdfd; position:relative !important;
}
#projects .navbar-scroll li a {
	color:#333;
}
#projects .navbar-scroll .navbar-brand {
	color:#252525;
}
#projects .navbar-light .lnr {
	color:#222;
}
.navbar-light .lnr {
	color: #fdfdfd;	font-size: 1.5em; position: absolute; top: 6px; right: 10px;
}
.navbar-light .navbar-brand {
	color: #e8e8e8; font-size: 20px; font-family: 'Montserrat', sans-serif;
}
.navbar-brand {
	font-size:2.5em; font-weight:700; text-transform:uppercase;
}
.navbar-brand:focus, .navbar-brand:hover {
	color:#f3f3f3 !important;
}
.navbar-light .navbar-nav .nav-link {
	margin: 0 28px; padding: 6px 0px; font-weight: 900; font-size: 18px; color: rgb(255,255,255); font-family: 'font2';
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav
.nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light
.navbar-nav .show>.nav-link {
	color: rgb(255,255,255);
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	color: rgb(196,41,56);
}
.navbar-light .navbar-nav li a {
	position: relative;
}
.navbar-collapse {
	height: 100%;
}
.mobile-top-header {
	display: none !important;
}

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

/**** Home Section ****/
.bg-primary {
	background: rgb(83,82,82) !important;
}
.home-header-section {
	padding-top: 125px;
}
.home-header-section .slider-logo span {
	font-family: 'font'; color: rgb(196,41,56);
}
.showcase {
    position: relative;
    height: 90vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}


.background-video {
  width: 100%;
  /*height:100%;*/
  height:125vh;
  position: absolute;
  top:50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  object-fit: cover; 
}
.video-overlay {
    position: relative;
    padding: 300px 100px 10px 100px;
    background-color: #fff9;
    margin-top: -0;
    width: 100%;
    height: auto;
}
.video-overlay h1 {
	font-family: font3; font-size: 60px; color: #233b25; font-weight: 600;  line-height: 50px; text-shadow: 0px 0px 1px #245695;
	text-transform: uppercase; letter-spacing: 3px; text-align: center;
}
.video-overlay h1 strong {
	font-size: 45px; letter-spacing: 3px; color: #b2985b;
}
.video-overlay h1 span {
font-size: 30px;
    font-family: font3;
    color: #73AF6E; text-shadow: 1px 1px 1px #000;
    font-weight: 600;
}
.video-overlay p {
	font-family: Atlassian Sans; font-size: 20px; line-height: 35px; letter-spacing: 3px; text-align: center;
}

.video-overlay h3 {
	font-size: 30px; font-family: Atlassian Sans; line-height: 65px;
}

.video-overlay h4 {
	padding: 35px; border-radius: 10px; color: #fff; font-size: 20px; letter-spacing: 2px;
	background: #b2985b; text-align: center; font-family: Atlassian Sans; font-weight: 500; text-transform: uppercase;
}
.video-overlay h4:hover {
	background: #245695;
}


.showcase .contact-container{
	 margin-top: -0px; margin-bottom: -00px;
	    background-image: linear-gradient(#233b2591, #233b2591), url(/img/homepage/texture-33.png);
    background-size: 15%;
	 background-color: #28422A; padding: 15px 0px 15px 0px; border-radius: 5px;
	
}



.home-split {
	position: relative; padding: 0px 450px 0px 450px; 
}

.home-split .container {
	 margin-top: -180px; margin-bottom: -200px;
	    background-image: linear-gradient(#233b2591, #233b2591), url(/img/homepage/texture-33.png);
    background-size: 15%;
	 background-color: #28422A; padding: 15px 0px 15px 0px; border-radius: 5px;
}
.home1 {
	 background: rgb(245,245,245); margin-top: 71px; border-top: 5px solid #233b25;border-bottom: 5px solid #233b25;
}
.home1 .container-fluid {
	padding: 0px;
}
.home1 .home-image {
	background: linear-gradient(0deg, #00000000 25%, #00000000 90%), url(/img/homepage/gc-03.jpg);
    background-size: cover; height: 100%; border-left: 5px solid #233b25;
}
.home1 .pad {
	padding: 200px 65px 200px 65px;
}
.home1 h2 {
	font-family: 'Atlassian Sans'; font-size: 20px; text-align: left; line-height: 55px;
}
.home1 h2 span {
	font-size: 35px;font-family: 'font3';font-weight: 600; 
}
.home1 h2 strong {
 font-size: 40px; color: #233b25;font-family: 'font3';font-weight: 600; 
}
.home1 p {
	font-size: 16px; font-family: 'Atlassian Sans'; font-weight: 500; line-height: 30px; color: rgb(150,150,150);
}

.home-cards {
	padding: 50px 50px 0px 50px;     background-image: linear-gradient(rgb(255 255 255 / 0%), rgb(255 255 255 / 0%)), url(/img/homepage/texture-33.png);
    background-size: 15%; height: 550px;
    background-color: #547557;
}

.home-cards .cardy {
    padding: 75px 25px 75px 25px;
    margin: 0px 10px 0px 10px;
    border: 2px solid transparent;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.home-cards .cardy:hover {
	background: #fff; color: #233b25;/* box-shadow: 1px 1px 10px 1px #000;*/ transition: 1s;
}
.home-cards .cardy:hover p {
	display: block;
}
.home-cards .cardy:hover h4 {
	top: 125%; color: #233b25; border: 1px solid #233b25;
}
.home-cards h3 {
	font-family: font3; font-size: 23px; font-weight: 600; letter-spacing: 1px;
}

.home-cards h4 {
    font-family: font2;
    font-size: 12px;
    position: relative;
    top: 125%;
    /*left: 30%;*/
	margin-top: 25px;
    padding: 10px;
    border: 1px solid #fff;
    width: fit-content;
}

.home-cards h4:hover {
	background: #233b25; color: #fff !important; box-shadow: 0px 0px 0px 5px #233b25;
}
.home-cards i {
	font-size: 45px; margin-top: -15px;
}

.home-cards p {
	font-size: 16px; font-family: 'Atlassian Sans'; font-weight: 500; line-height: 30px; margin-top: 15px; display: none;
}
 .animated-border {
            position: relative;
            /*display: inline-block;*/
            padding: 20px 0px 20px 0px;
            color: #233b25;
            cursor: pointer;
            border: 2px solid transparent; /* Placeholder for final border */
        }

        .animated-border::before,
        .animated-border::after {
            content: "";
            position: absolute;
            background: #fff;
            transition: width 0.4s ease, height 0.4s ease;
        }

        /* Bottom border animation */
        .animated-border::before {
            left: 0;
            bottom: 0;
            width: 0;
            height: 2px;
        }

        /* Left border animation */
        .animated-border::after {
            left: 0;
            bottom: 0;
            width: 2px;
            height: 0;
        }

        /* On hover: animate borders and apply permanent black border */
        .animated-border:hover {
            border-color: #233b25;
        }

        .animated-border:hover::before {
            width: 100%;
            background: #233b25;
        }

        .animated-border:hover::after {
            height: 100%;
            background: #233b25;
        }
.home-services {
	padding: 100px 0px 100px 0px; 
}
.home-services .service-content {
	padding: 100px 50px 50px 50px;
}
.home-services .service-image {
	
}
.home-services .excavation:hover {
	background-image: linear-gradient(rgb(255 255 255 / 0%), rgb(255 255 255 / 0%)), url(/img/homepage/texture-33.png);
    background-size: 15%;transition: 3s;
}
.home-services .asphalt:hover {
	background-image: linear-gradient(rgb(255 255 255 / 0%), rgb(255 255 255 / 0%)), url(/img/homepage/texture-33.png);
    background-size: 15%;transition: 3s;
}
.home-services .concrete:hover {
	background-image: linear-gradient(rgb(255 255 255 / 0%), rgb(255 255 255 / 0%)), url(/img/homepage/texture-33.png);
    background-size: 15%;transition: 3s;
}
.home-services .demolition:hover {
	background-image: linear-gradient(rgb(255 255 255 / 0%), rgb(255 255 255 / 0%)), url(/img/homepage/texture-33.png);
    background-size: 15%;transition: 3s;
}
.home-services h3 {
	font-family: font3; font-size: 35px; letter-spacing: 2px; color: #233b25; font-weight: 600;
}
.home-services p {
	font-size: 16px; font-family: 'Atlassian Sans'; font-weight: 500; line-height: 30px; 
}
.home-kitchen {
	position: relative;background-image: linear-gradient(rgb(255 255 255 / 0%), rgb(255 255 255 / 0%)), url(/img/homepage/texture-33.png);
    background-size: 15%; border-top: 5px solid #233b25;
    background-color: #fff;
}
.home-kitchen .container-fluid {
	padding: 0px;
}
.home-kitchen .kitchen-image {
	background: linear-gradient(0deg, #00000000 25%, #00000000 90%), url(/img/homepage/kitchen-remodel-2.jpg);
    background-size: cover; height: 100%; border-right: 5px solid #233b25;
}
.home-kitchen .kitchen-content {
	padding: 150px 35px 225px 35px; text-align: center;
}
.home-kitchen h3 {
	font-family: 'Atlassian Sans'; font-size: 20px;  line-height: 55px; letter-spacing: 2px;
}
.home-kitchen h3 span {
	font-size: 40px;font-family: 'font3';font-weight: 600; color: #233b25; letter-spacing: 3px;
}
.home-kitchen p {
	font-size: 16px; font-family: 'Atlassian Sans'; font-weight: 500; line-height: 30px; 
}
.home-kitchen mark {
	padding: 20px; border-radius: 5px; font-size: 20px; font-family: font3; letter-spacing: 2px; background: #233b25; color: #fff;
}
.coverage {
	position: relative;    background-image: linear-gradient(rgb(255 255 255 / 0%), rgb(255 255 255 / 0%)), url(/img/homepage/texture-33.png);
    background-size: 15%; padding-bottom: 100px;
    background-color: #e4f0e5;
}
.coverage .container-fluid {
	padding: 0px;
}
.coverage h2 {
	padding: 75px 0px 75px 0px; text-align: center; font-family: font3;
	font-weight: 600; letter-spacing: 4px; font-size: 50px; color: #fff; background: #233b25;
}
.coverage h3 {
	font-family: font3; font-size: 35px; letter-spacing: 2px; padding-bottom: 35px; text-align: center;
}
.coverage p {
	font-size: 16px; font-family: 'Atlassian Sans'; font-weight: 500; line-height: 30px; display: none; text-align: center; margin: -25px 100px 15px 100px;
	border-top: 2px solid #233b25; padding-top: 10px;
}
.coverage h4 {
	font-family: font3; font-size: 20px; letter-spacing: 1px; color: #fff; padding: 20px; background: #233b25; display: none; width: fit-content; text-align: center; margin-top: 25px;
}
.coverage h5 {
	font-family: font3; font-size: 20px; position: relative; left: 42%; display: none;
}
.coverage .residential {
	padding: 50px 25px; height: 600px;
}
.coverage .residential img {
	box-shadow: -15px -15px 0px 0px #233b25; border: 3px solid #fff; max-width: 75%;
}
.coverage .residential:hover p {
	display: block;
}
.coverage .residential:hover h4 {
	display: block;
}
.coverage .residential:hover h5 {
	display: block;
}
.coverage .residential:hover img {
	display: none; 
}
.coverage .commercial {
	padding: 50px 25px; height: 600px;
}
.coverage .commercial img {
	box-shadow: 15px -15px 0px 0px #233b25; border: 3px solid #fff; max-width: 75%;
}
.coverage .commercial:hover p {
	display: block;
}
.coverage .commercial:hover h4 {
	display: block;
}
.coverage .commercial:hover h5 {
	display: block;
}
.coverage .commercial:hover img {
	display: none;
}
/**** About Section ****/

.about-topper {
	padding: 150px 0px 150px 0px; background-image: linear-gradient(rgb(255 255 255 / 80%), rgb(255 255 255 / 80%)), url(/img/about/pmc-2.jpg);
    background-size: cover; text-align: center;
}

.about-topper h1 {
	font-family: font3; font-size: 40px; color: #233b25; font-weight: 500; letter-spacing: 3px;
}

.about-topper h1 span {
	font-weight: 600; font-size: 45px;
}

.about-topper p {
	font-size: 18px; font-family: 'Atlassian Sans'; font-weight: 500; line-height: 35px;
}

.about-intro {
	padding: 150px 0px 150px 0px; background-image: linear-gradient(rgb(255 255 255 / 0%), rgb(255 255 255 / 0%)), url(/img/homepage/texture-33.png);
    background-size: 15%; background-position: bottom bottom;
    background-color: #fff;
}

.about-intro .container {
	    background: #fff;
    padding: 100px 50px 100px 50px;
    box-shadow: -25px -25px 0px 0px #233b254f;
    border: 2px solid #233b25;
}

.about-intro .row {
	    --bs-gutter-x: 0;
}

.about-intro .about-content {
	padding: 25px;  
}
.about-intro .about-history {
	padding: 25px;  
}

.about-intro h1 {
	font-family: font3; font-size: 40px; font-weight: 500; letter-spacing: 2px;  color: #233b25;
}

.about-intro h1 span {
	font-size: 45px; font-weight: 600;
}

.about-intro h2 {
	font-family: font3; font-size: 35px; font-weight: 600; letter-spacing: 2px;
}
.about-intro h2.piece {
	font-family: Atlassian Sans; font-size: 20px; font-weight: 500; letter-spacing: 1px; line-height: 45px;
}
.about-intro h3 {
	font-family: font3; font-size: 30px; font-weight: 600; letter-spacing: 2px;
}
.about-intro h4 {
	font-family: Atlassian Sans; font-size: 20px; font-weight: 500; letter-spacing: 1px; line-height: 45px;
}
.about-intro h4 span {
	color: #233b25;
}
.about-intro p {
	font-size: 16px; font-family: 'Atlassian Sans'; font-weight: 500; line-height: 30px;
}
.about-intro img {
	box-shadow: 15px -15px 0px 0px #233b25; border: 2px solid #233b25; border-right-color: #fff; border-top-color: #fff;
}
.about-intro hr {
	height: 3px; background:  #233b25;
}
.about-faq {
	background-image: linear-gradient(rgb(255 255 255 / 0%), rgb(255 255 255 / 0%)), url(/img/homepage/texture-33.png);
    background-size: 15%; background-position: bottom bottom;
    background-color: #233b2547; padding: 100px 550px 100px 550px;
}

.about-faq h2 {
	font-family: font3; font-size: 50px; text-align: center; font-weight: 600; letter-spacing: 3px; color: #233b25; margin-bottom: 35px;
}

.faq-container {
            max-width: 100%;
            margin: auto;
            text-align: left;
        }

        .faq-item {
            background: #fff9;
            border-radius: 8px;
            margin-bottom: 15px;
            padding: 15px;
            cursor: pointer;
            transition: background 0.3s ease;
        }

        .faq-item:hover {
            background: #fff;
        }

        .faq-question {
            font-weight: bold; font-family: 'Atlassian Sans';
            font-size: 18px; padding: 15px;
        }
			
			.faq-item:hover {
				background: #233b25; color: #fff; 
			}
			
        .faq-answer {
            display: none;
            padding-top: 10px; margin-left: 15px;
            font-size: 16px;
            line-height: 1.5;font-family: 'Atlassian Sans';
        }

/**** Services Section ****/
.services-intro {
	padding: 200px 100px 200px 100px; background: #233b25; color: #fff;
}

.services-intro h1 {
	font-family: font3; font-size: 50px; text-align: center; letter-spacing: 3px; font-weight: 600;
}

.services-intro h1 span {
	font-size: 20px; font-family: 'Atlassian Sans'; letter-spacing: 1px; font-weight: 500;
}

 .services-welcome {
	position: relative;background-image: linear-gradient(rgb(255 255 255 / 0%), rgb(255 255 255 / 0%)), url(/img/homepage/texture-33.png);
    background-size: 15%; border-bottom: 5px solid #233b25;
    background-color: #233b25;
 }
 
  .services-welcome h3 {
	font-family: Atlassian Sans; font-size: 20px; letter-spacing: 2px; text-align: center;
  }
 
   .services-welcome h3 span {
	font-size: 35px; color: #233b25; letter-spacing: 3px;
   }
   
   .services-welcome p {
	font-family: Atlassian Sans; font-size: 16px; line-height: 30px; text-align: center;
   }
 
 .services-welcome hr {
	height: 3px; background: #233b25;
 }
 
  .services-welcome .container-fluid {
	padding: 0px;
  }
 
  .services-welcome .welcome-content {
	    padding: 100px 25px 150px 25px;
    background: #fff; border: 3px solid #233b25;
    margin: 200px 450px 200px -450px;
  }
   .services-welcome .welcome-image {
	background-image: linear-gradient(rgb(255 255 255 / 0%), rgb(255 255 255 / 0%)), url(/img/services/gc-service-1.jpg);
            background-size: cover; height: 100%;
            background-position: center; border-right: 5px solid #233b25;
   }
    .services-welcome .welcome-image2 {
	background-image: linear-gradient(rgb(255 255 255 / 0%), rgb(255 255 255 / 0%)), url(/img/services/interior-construction-1.jpg);
            background-size: cover; height: 100%;
            background-position: center; border-right: 5px solid #233b25;
   }
    .services-welcome .welcome-image3 {
	background-image: linear-gradient(rgb(255 255 255 / 0%), rgb(255 255 255 / 0%)), url(/img/services/exterior-construction-1.jpg);
            background-size: cover; height: 100%;
            background-position: center; border-right: 5px solid #233b25;
   }
        .services-body {
            background-image: linear-gradient(rgb(255 255 255 / 0%), rgb(255 255 255 / 0%)), url(/img/homepage/texture-33.png);
            background-size: 15%;
            background-position: bottom bottom;
            background-color: #fff;
            padding: 100px 0;
        }

        .services-body h2 {
            font-family: font3;
            font-size: 25px; letter-spacing: 2px;
            text-align: center;
        }

        .services-body i {
            font-size: 45px;
            color: #233b25;
            display: block;
            text-align: center;
        }

        .services-body .service-card {
            padding: 25px;
            background: #fff;
            margin: 10px 0;
            text-align: center;
            cursor: pointer;
            transition: 0.3s;
        }

        .services-body .service-card:hover {
            background: #233b25; color: #fff;
        }
		 .services-body .service-card:hover i {
           color: #fff;
        }
		.services-body .service-card:hover h2 {
          font-weight: 600;
        }

        /* Modal Styling */
        .modal-overlay {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.8);
            justify-content: center;
            align-items: center;
            z-index: 1000;
        }

        .modal-content {
            background: #fff;
            width: 80%;
            max-width: 800px;
            display: flex;
            border-radius: 8px;
            overflow: hidden;
            animation: fadeIn 0.3s ease-in-out;
        }

        .modal-image {
            width: 40%;
            background-size: cover;
            background-position: center;
        }

        .modal-text {
           font-family: 'Atlassian Sans'; 
            
            color: #233b25;
        }
		.centered{
			display: flex;
			justify-content: center;
			align-items: center;
		}
		.modal-text a{
			            background: #233b25;
            color: #fff;
            font-size: 16px;
            padding: 12px 20px;
            border: none;
            cursor: pointer;
            border-radius: 5px;
            margin-top: 15px;
			width:max-content;
			text-align: center;
		}
        .modal-title {
            font-size: 30px; font-family: font3;
            margin-bottom: 10px; font-weight: 600; letter-spacing: 2px;
        }

        .modal-description {
            font-size: 17px; color: #000;
            line-height: 35px; font-family: 'Atlassian Sans'; 
        }

        .modal-close-x {
        position: absolute;
        top: 15px;
        right: 15px;
        font-size: 22px;
        font-weight: bold;
        cursor: pointer;
        color: #333;
    }

    .modal-close-x:hover {
        color: #d9534f;
    }

        .cta-button {
            background: #233b25;
            color: #fff;
            font-size: 16px;
            padding: 12px 20px;
            border: none;
            cursor: pointer;
            border-radius: 5px;
            margin-top: 15px;
        }

        .cta-button:hover {
            background: #1a271d;
        }

/**** Gallery Section ****/
.gallery-page {
	padding: 75px 0 50px 0;	background: rgb(249,249,249);
}
.gallery-page h1 {
	font-size: 3rem; font-weight: 600; font-family: 'font2'; padding-bottom: 40px; text-align: center; color: rgb(129,141,148);
}

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

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


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


/**** Sections On Every Page ****/
.contact-section {
	padding: 50px 0 50px 0;
}
.contact-section h3 {
	font-size: 2rem; font-family: font2; font-weight: 800; text-align: center; color: rgb(12,12,12);
}

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

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

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

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

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

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

/* ========================================== */
/* === Footer Section ======================= */
/* ========================================== */


.footer-section .vms-link-wrapper img {
	width: 50%;
}
.footer-section .vms-link-wrapper a {
	width: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center;
}
.footer-section {
	padding: 0 0 0px;     background-image: linear-gradient(rgb(255 255 255 / 0%), rgb(255 255 255 / 0%)), url(/img/homepage/texture-33.png);
    background-size: 15%; border-left: 5px solid #233b25; border-right: 5px solid #233b25;
    background-color: #ffffffc2;;  font-size: 18px; font-weight: 400;
}

.footer-section .upper-footer {
	padding: 20px 0px 20px 0px; background: #233b25d4; 
}
.footer-section .ridge {
    padding: 100px 0px 100px 0px;
    /*display: grid;*/
    position: relative;
    /*margin-right: 125px;*/
}
.footer-section .h-card {
 padding: 100px; border-right: 1px solid #233b25;
}
.footer-section .h-card2 {
 padding: 100px 0px 00px 100px; border-right: 1px solid #233b25;
}
.footer-section .h-card3 {
 margin: 100px 0px -50px 0px;
}
.footer-section p {
	 font-size: 15px; font-family: 'Atlassian Sans';
}
.footer-section a {
	color: inherit; font-size: 16px;
}
.footer-section .service-cities i {
    font-size: 17px;
    color: #fff;
    display: grid;
    background: #233b25;
    margin: 20px 0px 20px 0px;
    padding: 7px 0px 15px 3px;
    width: 25px;
    height: 35px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.footer-section .service-cities .ridge a:hover {
	
}
.footer-section .service-cities i:hover {
	background: #fff; color: #233b25; text-indent: 25px; width: 65px; border: 2px solid #233b25;  font-size: 25px; border-left: none; padding: 4px;
	cursor: grabbing; transition: .7s;
}
.footer-section .service-cities p {
	margin: 0 0 3px;
}
.service-cities {

}
.service-cities img {
	padding-bottom: 20px;
}
.service-cities h5 {
	font-family: 'Atlassian Sans'; font-size: 16px; line-height: 30px;
}
.service-cities h6 {
	font-size: 18px; font-family: 'font3'; letter-spacing: 2px; font-weight: 600;color: #233b25; text-decoration: underline; margin-top: 17px;
}
.service-cities h4 {
	font-size: 23px; font-family: 'font3'; letter-spacing: 2px; font-weight: 600;color: #233b25;
}
.service-cities h3 {
	font-size: 30px; font-family: 'font3';letter-spacing: 3px; font-weight: 600;color: #233b25;
}
.bottom-footer {
    padding: 35px 0px 25px 0px;    box-shadow: 0px 40px 0px 0px #233b25;
    background: #233b25; margin-bottom: -35px; 
}
.bottom-footer p, .bottom-footer span, .bottom-footer a {
    color: #fff;
}
.bottom-footer .vms-link-wrapper {
    position: relative;
    top: -10px;
    display: inline-block;
}

/* Popover Styling */
.popover {
    position: absolute;
    bottom: 120%;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.9);
    color: white;
    padding: 10px;
    border-radius: 5px;
    font-size: 10px;
    width: 260px;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    pointer-events: none;
}

/* Show popover on hover */
.vms-link-wrapper:hover .popover {
    visibility: visible;
    opacity: 1;
}

/* Responsive Fixes */
@media screen and (max-width: 991px) {
    .popover {
        font-size: 9px;
        width: 220px;
    }
}



.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: #fff;
}

.pointman-construction-carousel-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 10px;
}

.pointman-construction-carousel {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.pointman-construction-carousel-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  width: 100%;
  transition: transform 0.5s ease-in-out;
}

.pointman-construction-carousel-item {
  font-size: 16px;
  text-align: center;
  padding: 20px 10px 20px 10px; font-family: 'Atlassian Sans';
 /* background: #ffffff;
  border-bottom: 1px solid #ddd;*/
  width: 100%;
  cursor: pointer;
  transition: background 0.3s ease-in-out;
}

.pointman-construction-carousel-item:hover {
  background: #2e4d30;
  color: white;
}

/* Button Styling */
.pointman-construction-carousel-btn {
  background: #233b25;
  color: white;
  border: none;
  cursor: pointer;
  padding: 10px;
  width: 100%;
  transition: background 0.3s ease-in-out;
}

.pointman-construction-carousel-btn:hover {
  background: #2e4d30;
}

/* Responsive */
@media (max-width: 500px) {
  .pointman-construction-carousel-container {
    width: 200px;
    height: 180px;
  }

  .pointman-construction-carousel-item {
    font-size: 14px;
  }
}




/* === Lg. Laptop CSS Section ================= */
@media screen and (max-width : 1500px) {
	/*** Don't place anything here, unless absolutely necessary ***/
.top-header img {
    margin-top: 35px;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10%;
}
.top-header .header-nav-links h6 {
    font-family: 'font3';
    color: #fff;
    font-weight: 600;
    font-size: 11px;
    text-transform: uppercase;
    position: relative;
    top: 90%;
    letter-spacing: 3px;
    text-align: center;
}
.about-faq {
    background-image: linear-gradient(rgb(255 255 255 / 0%), rgb(255 255 255 / 0%)), url(/img/homepage/texture-33.png);
    background-size: 15%;
    background-position: bottom bottom;
    background-color: #233b2547;
    padding: 100px 50px 100px 50px;
}

.home-cards {
    padding: 50px 50px 0px 50px;
    background-image: linear-gradient(rgb(255 255 255 / 0%), rgb(255 255 255 / 0%)), url(/img/homepage/texture-33.png);
    background-size: 15%;
    height: 650px;
    background-color: #547557;
}
.home-cards i {
    font-size: 30px;
    margin-top: -15px;
}
.services-welcome .welcome-content {
    padding: 100px 25px 150px 25px;
    background: #fff;
    border: 3px solid #233b25;
    margin: 200px 60px 200px 60px;
}

/* ========================================== */
/* === 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 0px;     background-image: linear-gradient(rgb(255 255 255 / 0%), rgb(255 255 255 / 0%)), url(/img/homepage/texture-33.png);
    background-size: 15%; border-left: 5px solid #233b25; border-right: 5px solid #233b25;
    background-color: #ffffffc2;;  font-size: 18px; font-weight: 400;
}

.footer-section .upper-footer {
	padding: 20px 0px 20px 0px; background: #233b25d4; 
}
.footer-section .ridge {
    padding: 100px 0px 100px 0px;
    /*display: grid;*/
    position: relative;
    /*margin-right: 125px;*/
}
.footer-section .h-card {
 padding: 100px 10px; border-right: 1px solid #233b25;
}
.footer-section .h-card2 {
    padding: 0;
    border-right: 1px solid #233b25;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
	text-align: center;
}
.footer-section .h-card3 {
 margin: 100px 0px -50px 0px;
}
.footer-section p {
	 font-size: 15px; font-family: 'Atlassian Sans';
}
.footer-section a {
	color: inherit; font-size: 16px;
}
.footer-section .service-cities i {
    font-size: 17px;
    color: #fff;
    display: grid;
    background: #233b25;
    margin: 20px 0px 20px 0px;
    padding: 7px 0px 15px 3px;
    width: 25px;
    height: 35px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.footer-section .service-cities .ridge a:hover {
	
}
.footer-section .service-cities i:hover {
	background: #fff; color: #233b25; text-indent: 25px; width: 65px; border: 2px solid #233b25;  font-size: 25px; border-left: none; padding: 4px;
	cursor: grabbing; transition: .7s;
}
.footer-section .service-cities p {
	margin: 0 0 3px;
}
.service-cities {

}
.service-cities img {
	padding-bottom: 20px;
}
.service-cities h5 {
	font-family: 'Atlassian Sans'; font-size: 16px; line-height: 30px;
}
.service-cities h6 {
	font-size: 18px; font-family: 'font3'; letter-spacing: 2px; font-weight: 600;color: #233b25; text-decoration: underline; margin-top: 17px;
}
.service-cities h4 {
	font-size: 23px; font-family: 'font3'; letter-spacing: 2px; font-weight: 600;color: #233b25;
}
.service-cities h3 {
	font-size: 30px; font-family: 'font3';letter-spacing: 3px; font-weight: 600;color: #233b25;
}
.bottom-footer {
    padding: 35px 0px 25px 0px;    box-shadow: 0px 40px 0px 0px #233b25;
    background: #233b25; margin-bottom: -35px; 
}
.bottom-footer p, .bottom-footer span, .bottom-footer a {
    color: #fff;
}
.bottom-footer .vms-link-wrapper {
    position: relative;
    top: -10px;
    display: inline-block;
}

/* Popover Styling */
.popover {
    position: absolute;
    bottom: 120%;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.9);
    color: white;
    padding: 10px;
    border-radius: 5px;
    font-size: 10px;
    width: 260px;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    pointer-events: none;
}

/* Show popover on hover */
.vms-link-wrapper:hover .popover {
    visibility: visible;
    opacity: 1;
}


}
/* === Sm. Laptop CSS Section ================= */
@media screen and (max-width: 1024px) {
	
}
/* === Tablet CSS Section ===================== */
@media screen and (max-width: 991px) {

/**** Top Header Section ****/
.top-header{
	display:none; 
}
.mobile-top-header {
	display:block !important; padding: 0 30px 0; background: rgb(135,170,188); z-index: 4; overflow: visible;
	height:120px; 
}
.top-header {
    position: fixed;
    width: 100%;
    padding: 10px 20px 10px 20px;
    background-image: linear-gradient(rgb(255 255 255 / 0%), rgb(255 255 255 / 0%)), url(/img/homepage/texture-33.png);
    background-size: 15%;
    background-color: #233b25;
    z-index: 3;
    -webkit-transition: all .30s ease;
    -moz-transition: all .30s ease;
    -o-transition: all .30s ease;
    transition: all .30s ease;
    border-bottom: 0px solid #fff;
}
.mobile-menu {
	text-align: center; position: fixed; height: 100%; width: 100%;	display: block;	padding-top: 6em; top: 100%; border: 0;	background: #232323; border-radius: 0; z-index: 1100; overflow: auto; -webkit-transition-property: all;	-webkit-transition-duration: .30s; -webkit-transition-timing-function: ease-in-out; transition-property: all; transition-duration: .30s; transition-timing-function: ease-in-out;
}
.mobile-menu .nav-link {
	font-size: 2em;	color: #c5c5c5 !important;
}
.mobile-menu-custom-show {
	top: 0%;
}
.mobile-menu-top-hero {
	background-size: cover;	padding: 40px 0 0; top:0; left:0; width: 100%; text-align: center;
}
.mobile-menu-top-hero h2 {
	padding: 0 25px;
}
#mobile-menu-header {
	margin-top: 0; background: #ffffff00; box-shadow: none;
}
#mobile-menu-header ul {
	list-style: none; padding: 0 20px; margin-top: 8em; position: relative; width: inherit;
}
#mobile-menu-header ul li a {
	color:#ffffff; padding: 20px 20px;
}

.header-contact_info a {
	color: rgb(255,255,255); margin: 0;
}
.top-header a, .top-header i, .top-header p {
	color: rgb(0,0,0);
}
.top-header-animate a, .top-header-animate i, .top-header-animate p {
	color: rgb(0,0,0);
}
.top-header {
	background: #233b25; display: none;
}
.top-header i {
    font-size: 20px;
    width: 35px;
    height: 35px;
    margin-bottom: 0;
    color: #ffffff;
    left: 1.5%;
    border-radius: 25px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 20px;
    position: relative;
    background: #233b25;
    padding: 10px 10px 10px 12px;
}
.top-header-animate {

    margin-top: -0;
}
.top-header img{
	width:140px;
	margin-top:10px;
}
.header-contact_info {
	font-size: 1.5em;
}
.navbar-scroll {
	display: none;
}
.header-contact_info .navbar-brand {
	font-size: 1.3em;
}
.top-header div[class*='col-']:first-child {
	justify-content: flex-start;
}
.top-header div[class*='col-'] {
	display: flex; justify-content: left; width: 33.333%; padding: 15px 0;
}
.top-header div[class*='col-']:nth-child(3) {
	display: flex; justify-content: flex-end; width: 33.333%; padding: 15px 0;
}
.top-header div[class*='col-']:nth-child(2) {
	background: none; margin: 0; display: flex; justify-content: center; align-items: center;
}
.top-header div[class*='col-']:nth-child(1) a {
	font-size: 1.5em;
}
.top-header div[class*='col-']:nth-child(2) p {
	font-size: inherit; line-height: inherit;
}

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

.nav-link{
	font-family: 'font3';
	color: #233b25;
	font-weight: 700;
}
.bar-block.center .bar-item {
	text-align: center;
}
.block {
	display: block; width: 100%;
}



/*.background-video {*/
/*    width: 100%;*/
/*    height: 100vh;*/
/*    object-fit: cover;*/
/*}*/
.showcase {
    position: relative;
    height: 90vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}


.background-video {
  width: 100%;
  /*height:100%;*/
  height:300vh;
  position: absolute;
  top:50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  object-fit: cover; 
}
.video-overlay {
    position: relative;
    padding: 300px 10px 10px 10px;
    background-color: #fff9;
    margin-top: 600px;
    width: 100%;
    height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	
	
	
}
.video-overlay h1 {
	font-family: font3; font-size: 2rem; color: #233b25; font-weight: 600;  line-height: 30px; text-shadow: 0px 0px 1px #245695;
	text-transform: uppercase; letter-spacing: 3px; text-align: center;
}
.video-overlay h1 strong {
	font-size: 2rem; letter-spacing: 3px; color: #b2985b;
}
.video-overlay h1 span {
font-size: 1.4rem;
    font-family: font3;
    color: #73AF6E; text-shadow: 1px 1px 1px #000;
    font-weight: 600;
}
.video-overlay p {
	font-family: Atlassian Sans; font-size: 1rem; line-height: 35px; letter-spacing: 3px; text-align: center;
}

.video-overlay h3 {
	font-size: 30px; font-family: Atlassian Sans; line-height: 40px;
}

.video-overlay h4 {
	padding: 35px; border-radius: 10px; color: #fff; font-size: 20px; letter-spacing: 2px;
	background: #b2985b; text-align: center; font-family: Atlassian Sans; font-weight: 500; text-transform: uppercase;
}
.video-overlay h4:hover {
	background: #245695;
}


.showcase .contact-container{
	 margin-top: -0px; margin-bottom: -00px;
	    background-image: linear-gradient(#233b2591, #233b2591), url(/img/homepage/texture-33.png);
    background-size: 15%;
	 background-color: #28422A; padding: 15px 0px 15px 0px; border-radius: 5px;
	
}


.home-split {
	position: relative; padding: 0px 20px 0px 20px; 
}

.home-split .container {
	 margin-top: -0px; margin-bottom: -100px;
	    background-image: linear-gradient(#233b2591, #233b2591), url(/img/homepage/texture-33.png);
    background-size: cover;
	 background-color: #28422A; padding: 15px 0px 15px 0px; border-radius: 5px;
}
.home1 {
	 background: rgb(245,245,245); margin-top: 690px; border-top: 5px solid #233b25;border-bottom: 5px solid #233b25; text-align:center;
}
.home1 .container-fluid {
	padding: 0px;
}
.home1 .home-image {
	background: linear-gradient(0deg, #00000000 25%, #00000000 90%), url(/img/homepage/gc-03.jpg);
    background-size: cover; height: 100%; border-left: 5px solid #233b25;
}
.home1 .pad {
	padding: 200px 10px 100px 10px; 
}
.home1 h2 {
	font-family: 'Atlassian Sans'; font-size: 20px; text-align: center; line-height: 55px;
	margin-top: 60px;
}
.home1 h2 span {
	font-size: 2rem;font-family: 'font3';font-weight: 600; 
}
.home1 h2 strong {
 font-size: 2.23rem; color: #233b25;font-family: 'font3';font-weight: 600; 
}
.home1 p {
	font-size: 1rem; font-family: 'Atlassian Sans'; font-weight: 500; line-height: 30px; color: rgb(150,150,150);
}

.home-cards {
	padding: 50px 10px 0px 10px;     background-image: linear-gradient(rgb(255 255 255 / 0%), rgb(255 255 255 / 0%)), url(/img/homepage/texture-33.png);
    background-size: 15%; height: auto;
    background-color: #547557;
	
	text-align:center;
}

.home-cards .cardy {
    padding: 75px 15px 75px 15px;
    margin: 0px 10px 0px 10px;
    border: 2px solid transparent;
    color: #fff;
    background: #fff;
    color: #233b25;
    /* box-shadow: 1px 1px 10px 1px #000; */
    transition: 1s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.home-cards .cardy p{
	display: block;

}
.home-cards .cardy h4{
	top: 125%; color: #233b25; border: 1px solid #233b25;
}

.home-cards .cardy:hover {
	background: #fff; color: #233b25;/* box-shadow: 1px 1px 10px 1px #000;*/ transition: 1s;
}
.home-cards .cardy:hover p {
	display: block;
}
.home-cards .cardy:hover h4 {
	top: 125%; color: #233b25; border: 1px solid #233b25;
}
.home-cards h3 {
	font-family: font3; font-size: 23px; font-weight: 600; letter-spacing: 1px;
}

.home-cards h4 {
    font-family: font2;
    font-size: 12px;
    position: relative;
    top: 125%;
    left: 0%;
	margin-top: 25px;
    padding: 10px;
    border: 1px solid #fff;
    width: fit-content;
}

.home-cards h4:hover {
	background: #233b25; color: #fff !important; box-shadow: 0px 0px 0px 5px #233b25;
}
.home-cards i {
	font-size: 45px; margin-top: -15px;
}

.home-cards p {
	font-size: 1rem; font-family: 'Atlassian Sans'; font-weight: 500; line-height: 30px; margin-top: 15px; display: none;
}
 .animated-border {
            position: relative;
            /*display: inline-block;*/
            padding: 20px 0px 20px 0px;
            color: #233b25;
            cursor: pointer;
            border: 2px solid transparent; /* Placeholder for final border */
        }

        .animated-border::before,
        .animated-border::after {
            content: "";
            position: absolute;
            background: #fff;
            transition: width 0.4s ease, height 0.4s ease;
        }

        /* Bottom border animation */
        .animated-border::before {
            left: 0;
            bottom: 0;
            width: 0;
            height: 2px;
        }

        /* Left border animation */
        .animated-border::after {
            left: 0;
            bottom: 0;
            width: 2px;
            height: 0;
        }

        /* On hover: animate borders and apply permanent black border */
        .animated-border:hover {
            border-color: #233b25;
        }

        .animated-border:hover::before {
            width: 100%;
            background: #233b25;
        }

        .animated-border:hover::after {
            height: 100%;
            background: #233b25;
        }
.home-services {
	padding: 100px 0px 100px 0px;  	text-align:center;

}
.home-services .service-content {
	padding: 50px 10px 50px 10px;
}
.home-services .service-image {
	
}
.home-services .excavation:hover {
	background-image: linear-gradient(rgb(255 255 255 / 0%), rgb(255 255 255 / 0%)), url(/img/homepage/texture-33.png);
    background-size: 15%;transition: 3s;
}
.home-services .asphalt:hover {
	background-image: linear-gradient(rgb(255 255 255 / 0%), rgb(255 255 255 / 0%)), url(/img/homepage/texture-33.png);
    background-size: 15%;transition: 3s;
}
.home-services .concrete:hover {
	background-image: linear-gradient(rgb(255 255 255 / 0%), rgb(255 255 255 / 0%)), url(/img/homepage/texture-33.png);
    background-size: 15%;transition: 3s;
}
.home-services .demolition:hover {
	background-image: linear-gradient(rgb(255 255 255 / 0%), rgb(255 255 255 / 0%)), url(/img/homepage/texture-33.png);
    background-size: 15%;transition: 3s;
}
.home-services h3 {
	font-family: font3; font-size: 35px; letter-spacing: 2px; color: #233b25; font-weight: 600;
}
.home-services p {
	font-size: 1rem; font-family: 'Atlassian Sans'; font-weight: 500; line-height: 30px; 
}
.home-kitchen {
	position: relative;background-image: linear-gradient(rgb(255 255 255 / 0%), rgb(255 255 255 / 0%)), url(/img/homepage/texture-33.png);
    background-size: 15%; border-top: 5px solid #233b25;
    background-color: #fff;
}
.home-kitchen .container-fluid {
	padding: 0px;
}
.home-kitchen .kitchen-image {
	background: linear-gradient(0deg, #00000000 25%, #00000000 90%), url(/img/homepage/kitchen-remodel-2.jpg);
    background-size: cover; height: 100%; border-right: 5px solid #233b25;
}
.home-kitchen .kitchen-content {
	padding: 55px 15px 55px 15px; text-align: center;
}
.home-kitchen h3 {
	font-family: 'Atlassian Sans'; font-size: 1.2rem;  line-height: 55px; letter-spacing: 2px;
}
.home-kitchen h3 span {
	font-size: 2.3rem;font-family: 'font3';font-weight: 600; color: #233b25; letter-spacing: 3px;
}
.home-kitchen p {
	font-size: 1rem; font-family: 'Atlassian Sans'; font-weight: 500; line-height: 30px; 
}
.home-kitchen mark {
	padding: 20px 5px; border-radius: 5px; font-size: 1.2rem; font-family: font3; letter-spacing: 2px; background: #233b25; color: #fff;
}
.coverage {
	position: relative;    background-image: linear-gradient(rgb(255 255 255 / 0%), rgb(255 255 255 / 0%)), url(/img/homepage/texture-33.png);
    background-size: 15%; padding-bottom: 100px;
    background-color: #e4f0e5;
	text-align:center;
}
.coverage .container-fluid {
	padding: 0px;
}
.coverage h2 {
	padding: 75px 0px 75px 0px; text-align: center; font-family: font3;
	font-weight: 600; letter-spacing: 4px; font-size: 2.1rem; color: #fff; background: #233b25;
}
.coverage h3 {
	font-family: font3; font-size: 2rem; letter-spacing: 2px; padding-bottom: 35px; text-align: center;
}
.coverage p {
	font-size: 1rem; font-family: 'Atlassian Sans'; font-weight: 500; line-height: 30px; display: none; text-align: center; margin: -25px 10px 15px 10px;
	border-top: 2px solid #233b25; padding-top: 10px;
}
.coverage h4 {
	font-family: font3; font-size: 1.24rem; letter-spacing: 1px; color: #fff; padding: 20px; background: #233b25; display: none; width: fit-content; text-align: center; margin-top: 25px;
}
.coverage h5 {
	font-family: font3; font-size: 1.24rem; position: relative; left: 0%; display: none;
}
.coverage .residential {
	padding: 50px 10px; height: auto;
}
.coverage .residential img {
	box-shadow: -15px -15px 0px 0px #233b25; border: 3px solid #fff; max-width: 75%;
}
.coverage .residential p {
	display: block;
}
.coverage .residential h4 {
	display: block;
}
.coverage .residential h5 {
	display: block;
}
.coverage .residential img {
	display: none; 
}
.coverage .commercial {
	padding: 50px 10px; height: auto;
}
.coverage .commercial img {
	box-shadow: 15px -15px 0px 0px #233b25; border: 3px solid #fff; max-width: 75%;
}
.coverage .commercial p {
	display: block;
}
.coverage .commercial h4 {
	display: block;
}
.coverage .commercial h5 {
	display: block;
}
.coverage .commercial img {
	display: none;
}
/**** About Section ****/

.about-topper {
	padding: 80px 0px 80px 0px; background-image: linear-gradient(rgb(255 255 255 / 80%), rgb(255 255 255 / 80%)), url(/img/about/pmc-2.jpg);
    background-size: cover; text-align: center;
}

.about-topper h1 {
	font-family: font3; font-size: 2.5rem; color: #233b25; font-weight: 500; letter-spacing: 3px;
}

.about-topper h1 span {
	font-weight: 600; font-size: 2.7rem;
}

.about-topper p {
	font-size: 1rem; font-family: 'Atlassian Sans'; font-weight: 500; line-height: 35px;
}

.about-intro {
	padding: 50px 0px 50px 0px; background-image: linear-gradient(rgb(255 255 255 / 0%), rgb(255 255 255 / 0%)), url(/img/homepage/texture-33.png);
    background-size: 15%; background-position: bottom bottom;
    background-color: #fff;
	text-align:center;
	
}

.about-intro .container {
	    background: #fff;
    padding: 100px 10px 100px 10px;
    box-shadow: -15px -15px 0px 0px #233b254f;
    border: 2px solid #233b25;
	text-align:center;
}

.about-intro .row {
	    --bs-gutter-x: 0;
}

.about-intro .about-content {
	padding: 25px 5px;  
}
.about-intro .about-history {
	padding: 25px 5px;  
}

.about-intro h1 {
	font-family: font3; font-size: 2.2rem; font-weight: 500; letter-spacing: 2px;  color: #233b25;
}

.about-intro h1 span {
	font-size: 2.4rem; font-weight: 600;
}

.about-intro h2 {
	font-family: font3; font-size: 2rem; font-weight: 600; letter-spacing: 2px;
}
.about-intro h3 {
	font-family: font3; font-size: 2rem; font-weight: 600; letter-spacing: 2px;
}
.about-intro h4 {
	font-family: Atlassian Sans; font-size: 1.24rem; font-weight: 500; letter-spacing: 1px; line-height: 45px;
}
.about-intro h4 span {
	color: #233b25;
}
.about-intro p {
	font-size: 1rem; font-family: 'Atlassian Sans'; font-weight: 500; line-height: 30px;
}
.about-intro img {
	box-shadow: 15px -15px 0px 0px #233b25; border: 2px solid #233b25; border-right-color: #fff; border-top-color: #fff;
}
.about-intro hr {
	height: 3px; background:  #233b25;
}
.about-faq {
	background-image: linear-gradient(rgb(255 255 255 / 0%), rgb(255 255 255 / 0%)), url(/img/homepage/texture-33.png);
    background-size: 15%; background-position: bottom bottom;
    background-color: #233b2547; padding: 40px 10px 40px 10px;
}

.about-faq h2 {
	font-family: font3; font-size: 2.53rem; text-align: center; font-weight: 600; letter-spacing: 3px; color: #233b25; margin-bottom: 35px;
}

.faq-container {
            max-width: 100%;
            margin: auto;
            text-align: left;
        }

        .faq-item {
            background: #fff9;
            border-radius: 8px;
            margin-bottom: 15px;
            padding: 15px;
            cursor: pointer;
            transition: background 0.3s ease;
        }

        .faq-item:hover {
            background: #fff;
        }

        .faq-question {
            font-weight: bold; font-family: 'Atlassian Sans';
            font-size: 1rem; padding: 15px;         text-align: center;
        }
			
			.faq-item:hover {
				background: #233b25; color: #fff; 
			}
			
        .faq-answer {
            display: none;
            padding-top: 10px; margin-left: 15px;
            font-size: 16px;
            line-height: 1.5;font-family: 'Atlassian Sans'; text-align: center;
        }

/**** Services Section ****/
.services-intro {
	padding: 100px 10px 100px 10px; background: #233b25; color: #fff;        margin-top: -20px;;
}

.services-intro h1 {
	font-family: font3; font-size: 2.7rem; text-align: center; letter-spacing: 3px; font-weight: 600;
}

.services-intro h1 span {
	font-size: 1.24rem; font-family: 'Atlassian Sans'; letter-spacing: 1px; font-weight: 500;
}

 .services-welcome {
	position: relative;background-image: linear-gradient(rgb(255 255 255 / 0%), rgb(255 255 255 / 0%)), url(/img/homepage/texture-33.png);
    background-size: 15%; border-bottom: 5px solid #233b25;
    background-color: #233b25;
 }
 
  .services-welcome h3 {
	font-family: Atlassian Sans; font-size: 1.24rem; letter-spacing: 2px; text-align: center;
  }
 
   .services-welcome h3 span {
	font-size: 2rem; color: #233b25; letter-spacing: 3px;
   }
   
   .services-welcome p {
	font-family: Atlassian Sans; font-size: 1rem; line-height: 30px; text-align: center;
   }
 
 .services-welcome hr {
	height: 3px; background: #233b25;
 }
 
  .services-welcome .container-fluid {
	padding: 0px;
  }
 
  .services-welcome .welcome-content {
	    padding: 100px 15px 150px 15px;
    background: #fff; border: 3px solid #233b25;
    margin: 70px 20px 70px 20px;
  }
   .services-welcome .welcome-image {
	background-image: linear-gradient(rgb(255 255 255 / 0%), rgb(255 255 255 / 0%)), url(/img/services/gc-service-1.jpg);
            background-size: cover; height: 400px;
            background-position: center; border-right: 5px solid #233b25;
   }
    .services-welcome .welcome-image2 {
	background-image: linear-gradient(rgb(255 255 255 / 0%), rgb(255 255 255 / 0%)), url(/img/services/interior-construction-1.jpg);
            background-size: cover; height: 400px;
            background-position: center; border-right: 5px solid #233b25;
   }
    .services-welcome .welcome-image3 {
	background-image: linear-gradient(rgb(255 255 255 / 0%), rgb(255 255 255 / 0%)), url(/img/services/exterior-construction-1.jpg);
            background-size: cover; height: 400px;
            background-position: center; border-right: 5px solid #233b25;
   }
        .services-body {
            background-image: linear-gradient(rgb(255 255 255 / 0%), rgb(255 255 255 / 0%)), url(/img/homepage/texture-33.png);
            background-size: 15%;
            background-position: bottom bottom;
            background-color: #fff;
            padding: 100px 0;
        }

        .services-body h2 {
            font-family: font3;
            font-size: 25px; letter-spacing: 2px;
            text-align: center;
        }

        .services-body i {
            font-size: 2.3rem;
            color: #233b25;
            display: block;
            text-align: center;
        }

        .services-body .service-card {
            padding: 25px;
            background: #fff;
            margin: 10px 0;
            text-align: center;
            cursor: pointer;
            transition: 0.3s;
        }

        .services-body .service-card:hover {
            background: #233b25; color: #fff;
        }
		 .services-body .service-card:hover i {
           color: #fff;
        }
		.services-body .service-card:hover h2 {
          font-weight: 600;
        }

        /* Modal Styling */
        .modal-overlay {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.8);
            justify-content: center;
            align-items: center;
            z-index: 1000;
        }

        .modal-content {
            background: #fff;
            width: 80%;
            max-width: 800px;
            display: flex;
            border-radius: 8px;
            overflow: hidden;
            animation: fadeIn 0.3s ease-in-out;
        }

        .modal-image {
            width: 40%;
            background-size: cover;
            background-position: center;
        }

        .modal-text {
           font-family: 'Atlassian Sans'; 
            
            color: #233b25;
			text-align: center;
        }
		.modal-text img{
			width: 65%;
		}
		.modal-text a{
			            background: #233b25;
            color: #fff;
            font-size: 16px;
            padding: 12px 20px;
            border: none;
            cursor: pointer;
            border-radius: 5px;
            margin-top: 15px;
		}
		.modal-text ul{
			list-style-type: none;
			padding:0;
		}
        .modal-title {
            font-size: 30px; font-family: font3;
            margin-bottom: 10px; font-weight: 600; letter-spacing: 2px;
        }

        .modal-description {
            font-size: 17px; color: #000;
            line-height: 35px; font-family: 'Atlassian Sans'; 
        }

        .modal-close-x {
        position: absolute;
        top: 15px;
        right: 15px;
        font-size: 22px;
        font-weight: bold;
        cursor: pointer;
        color: #333;
    }

    .modal-close-x:hover {
        color: #d9534f;
    }

        .cta-button {
            background: #233b25;
            color: #fff;
            font-size: 16px;
            padding: 12px 20px;
            border: none;
            cursor: pointer;
            border-radius: 5px;
            margin-top: 15px;
        }

        .cta-button:hover {
            background: #1a271d;
        }

/**** Gallery Section ****/
.gallery-page {
	padding: 75px 0 50px 0;	background: rgb(249,249,249);
}
.gallery-page h1 {
	font-size: 3rem; font-weight: 600; font-family: 'font2'; padding-bottom: 40px; text-align: center; color: rgb(129,141,148);
}

/**** 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: 2rem; font-family: font2; font-weight: 800; color: rgb(196,41,56);
}
.area h4 {
	font-size: 1.1rem; font-family: font2; color: rgb(75,75,75);
}
.area p {
	font-size: 1rem; 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);
}





.footer-section .h-card {
    padding: 100px 10px;
    border-right: 1px solid #233b25;
}

.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 0px;     background-image: linear-gradient(rgb(255 255 255 / 0%), rgb(255 255 255 / 0%)), url(/img/homepage/texture-33.png);
    background-size: 15%; border-left: 5px solid #233b25; border-right: 5px solid #233b25;
    background-color: #ffffffc2;;  font-size: 18px; font-weight: 400;
}

.footer-section .upper-footer {
	padding: 20px 0px 20px 0px; background: #233b25d4; 
}
.footer-section .ridge {
    padding: 100px 0px 10px 0px;
    /*display: grid;*/
    position: relative;
    /*margin-right: 125px;*/
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center; 
}
.footer-section .h-card {
 padding: 40px 10px 0; border-right: 1px solid #233b25;
}
.footer-section .h-card2 {
 padding: 100px 0px 00px 0px; border-right: 1px solid #233b25;
}
.footer-section .h-card3 {
 margin: 100px 0px -0 0px;
}
.footer-section p {
	 font-size: 15px; font-family: 'Atlassian Sans';
}
.footer-section a {
	color: inherit; font-size: 16px;
}
.footer-section .service-cities i {
    font-size: 1.3rem;
    color: #fff;
    display: flex;
    background: #233b25;
    padding: 10px;
    width: 35px;
    height: 35px;
    border-top-right-radius: 0;
    border-radius: 20px;
    border-bottom-right-radius: 0;
    border-radius: 20px;
	margin:10px;
}
/**** 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: 1rem;
    line-height: 10px;
    color: rgb(0,0,0);
}


.pointman-construction-carousel-container {
    width: auto;
    height: 300px;
}
.trademark-disclaimer {
    padding: 10px 0;
    background: #233b25;
}
}
/* === Mobile CSS Section ===================== */
@media screen and (max-width: 425px) {



/**** Home Section ****/
.home-header-section {
	padding-top: 125px;
}
.dropdown-menu {
	position: absolute; top: 100%; left: 0; z-index: 1000; display: none; float: left; min-width: 10rem; padding: .5rem 0; margin: .125rem 0 0; font-size: 1rem; color: rgb(33, 37, 41); text-align: left; list-style: none; background-color: rgb(87, 86, 87); background-clip: padding-box; border: 1px solid rgba(0,0,0,.15); border-radius: .25rem;
}
.dropdown-item {
	display: block;	width: 100%; padding: .25rem 1.5rem; clear: both; color: rgb(255,255,255); 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;
}
.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: 75px 0 75px 0; background: rgb(245,245,245);
}
.home1 .pad {
	padding-top: 85px;
}
.home1 h1 {
	font-family: 'font2'; 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: center; color: rgb(150,150,150);
}
.home1 span {
	color: rgb(83,82,82);
}

/**** About Section ****/


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


/**** Gallery Section ****/
.gallery-page {
	padding: 75px 0 50px 0;	background: rgb(249,249,249);
}
.gallery-page h1 {
	font-size: 3rem; font-weight: 600; font-family: 'font2'; padding-bottom: 40px; text-align: center; color: rgb(129,141,148);
}

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

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

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


/**** Sections On Every Page ****/
.contact-section {
	padding: 50px 0 50px 0;
}
.contact-section h3 {
	font-size: 2rem; font-family: font2; font-weight: 800; text-align: center; color: rgb(12,12,12);
}



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

}