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

@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/Uplifting.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');
}
:focus-visible { outline: 3px solid #0a66c2; outline-offset: 2px; }
.vertically-centered{
	display: flex;
	flex-direction: column;
	justify-content: center; 
}
.padderme{
	padding-top:170px; 
}


/* ======================================== */
/* === Top Header Section ================= */
/* ======================================== */
.top-header {
	position: fixed; width: 100%; z-index: 1; padding: 0; background: linear-gradient(0deg, rgb(255 255 255 / 0%) 25%, rgb(255 255 255 / 0%) 90%), url(/img/backgrounds/speck-01.jpg); margin-top: 89px;
    background-size: auto;
		background-repeat: repeat; 
		
		
		-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(120,120,120); border-radius: 1.6rem; border: 1px double rgb(120,120,120);
}
.top-header div[class*='col-']:nth-child(3) a:hover {
	background: transparent;
}
.top-header div[class*='col-']:nth-child(4) {
	display: flex; justify-content: center; align-items: center;
}
.top-header div[class*='col-']:nth-child(4) a {
	padding: 9px 15px 9px 15px; background: transparent; font-weight: 600; font-family: 'font2'; color: rgb(120,120,120); border-radius: 1.6rem; border: 1px double rgb(120,120,120);
}
.top-header div[class*='col-']:nth-child(4) a:hover {
	color: rgb(120,120,120);
}
.top-header div[class*='col-']:nth-child(5) {
	display: flex; justify-content: flex-start; align-items: center;
}
.top-header div[class*='col-']:nth-child(5) a {
	display: flex; justify-content: center; align-items: center; border: 1px solid rgb(255,255,255); color: rgb(255,255,255); background: #f47427; border-radius:100px;	height: 34px; width: 34px; margin: 0 4px;
}
.top-header div[class*='col-']:nth-child(5) a:hover {
	background: #000;	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 {
	position: relative;
	z-index: 5;
	
	/*box-shadow: 0px -102px 0px 0px #000;*/
	box-shadow: none; 
}

.sr-only{
  position:absolute !important;
  width:1px;height:1px;
  padding:0;margin:-1px;
  overflow:hidden;
  clip:rect(1px,1px,1px,1px); /* Safari/IE */
  white-space:nowrap;
  border:0;
}
/* ======================================== */
/* === 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;
}

.top-header-animate {
	margin-top: -150px;
	
	z-index: 100; 
}
.top-header-animate img {
	    margin-top: 150px;
    margin-bottom: -150px;
    max-width: 85%;
    border: 10px solid #000;
    margin-right: -13px;
    margin-left: 16px;
    background: linear-gradient(0deg, rgb(255 255 255 / 0%) 25%, rgb(255 255 255 / 0%) 90%), url(/img/backgrounds/speck-01.jpg) center no-repeat;
    background-size: cover;
    padding: 10px;
}
.top-header-animate .dropdown-toggle {
	color:#0a0a0a; font-size: 16px;
}
.top-header-animate .navbar-brand {
	font-size: 1.5em;
}
body {
	padding: 0; -webkit-transition-property: all; -webkit-transition-duration: .30s; -webkit-transition-timing-function: ease-in-out; transition-property: all; transition-duration: .30s; transition-timing-function: ease-in-out; overflow-x: hidden;
	
	
	/*background: url(/img/backgrounds/speck-02.png) center;*/
	background: #f1f1f1; 
}
.navbar-scroll {
	padding: 25px 0 25px; position: fixed;
	/*background: linear-gradient(90deg, rgb(0 0 0) 13.2%, rgb(255 255 255 / 0%) 13.2%, rgba(255, 255, 255, 0) 19%, rgba(0, 0, 0, 1) 19%);*/
	background: black;
	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: #f47427;
}
.navbar-light .navbar-nav li a {
	position: relative;
}
.navbar-collapse {
	height: 100%;
}
.mobile-top-header {
	display: none !important;
}

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

/**** Home Section ****/
.bg-primary {
	background: rgb(83,82,82) !important;
}
.home-header-section {
	padding-top: 125px;
}
.home-header-section .slider-logo span {
	font-family: 'font'; color: rgb(196,41,56);
}
.video {
	overflow: hidden; position: relative; z-index: 0; display: block;
}
.video .pad {
	padding: 350px 0px 0px 300px; position: absolute;
}
.video .pad h3 {
	font-weight: 500; color: rgb(255,255,255); font-size: 50px; text-shadow: 0px 0px 5px #000; font-family: 'font4'; text-align: left; text-transform: uppercase; letter-spacing: 5px;
}

.video .pad h4 {
	    font-family: font4;
    font-size: 30px;
    letter-spacing: 2px;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
}

.video .pad h5 {
	    font-family: font4;
    font-size: 30px;
    letter-spacing: 2px;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
}
.video .pad p {
	margin-top: 0% !important; color: rgb(255,255,255); text-shadow: 0px 0px 5px #000; font-size: 25px; font-family: 'font2'; text-align: left; font-weight: 600; line-height: 50px;
}
.video .pad hr {
	width: 35%; background: #f47427; height: 2px; opacity: 99%;
}
.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;
}
.video button{
    position: absolute;
    top: 75%;
    left: 90%;
    transform: translate(-50%, 50%);
	
	
	background: #f4742791;
	padding: 10px; color:white; 
}

.home1 {
	padding: 175px 0 0px 100px; width: 100%; background: #ddcfc736; margin-top: -7px;
}
.home1 .container-fluid {
	padding: 0px;
}
.home1 .pusher {
	margin-left: 100px;
}
.home1 .pad {
	padding: 25px 25px 125px 25px;
}
.home1 .port {
    background: linear-gradient(0deg, rgb(255 255 255 / 0%) 25%, rgb(255 255 255 / 0%) 90%), url(/img/homepage/excavator-01-min.jpg) center no-repeat;
    background-size: cover;
    height: 100%;
    border-top-right-radius: 25px;
	border-top-left-radius: 25px;
    filter: grayscale(100%); /* Apply grayscale filter */
    transition: filter 0.3s ease; /* Smooth transition */
}

.home1:hover .port {
    filter: grayscale(0%); /* Remove grayscale on hover to show color */
}
.home1 h1 {
	font-family: 'font4'; font-size: 75px; text-align: left; font-weight: 800; color: /*#d75100*/black;; letter-spacing: 4px;
}
.home1 h2 {
	font-family: 'font4'; font-size: 45px; text-align: left; font-weight: 500; color: rgb(83,82,82); letter-spacing: 2px; margin-left: 0px;
}
.home1 p {
	font-size: 17px; font-family: 'font2'; font-weight: 600; text-align: justify; color: rgb(150,150,150);
}
.home1 h2 span {
	color: #000;font-size: 30px;
}
.home1 mark {
	    padding: 50px;
    margin-top: 70px;
    position: relative;
    display: block;
    background: linear-gradient(0deg, #ff6b007a 25%, #ff6b007a 90%), url(/img/backgrounds/speck-02.png) center no-repeat;
    font-size: 20px;
    font-family: font4;
    letter-spacing: 2px;border-radius: 15px;
    text-transform: uppercase;
	text-align: center;
}
.tab {
	overflow: hidden; width: 100%;
}
.tab button {
	background-color: inherit; float: left; border: none; outline: none; cursor: pointer;  transition: 0.3s;
}
.tab button:hover {
	background-color: #ddd;
}
.tab button.active {
	/*background-color: #ccc;*/
}
.tabcontent {
	display: none; padding: 6px 12px; border-top: none; height: 500px;
}
.tabcontent h3 {
font-family: 'font4'; font-size: 25px; color: #444; font-weight: 600; text-align: center;
}



/* keep your look; enhance accessibility */
.tab .tablinks:focus-visible { outline: 3px solid #0a66c2; outline-offset: 2px; }

/* make [hidden] behave consistently with your .tabcontent {display:none} */
.tabcontent[hidden] { display: none !important; }

/* optional: show which tab is active using your existing .active hook */
.tab .tablinks.active h2 span { text-decoration: underline; }

/* replace old &nbsp; spacing via CSS if desired */
.pusher { padding-block: .5rem; }

/* show the active panel */
.tabcontent:not([hidden]) { display: block; }



.services-home {
    padding: 0px 50px 0px 50px;background: conic-gradient(from 225deg, #00000099, #44444499), url(/img/backgrounds/speck-02.png) center no-repeat;  
}
.services-home .row {
	    --bs-gutter-x: 0;
}
.services-home .cawd1 {
	padding: 300px 0px 300px 0px;
	
	
	/*background: linear-gradient(187deg, #00000000  25%, #00000000  90%), url(/img/backgrounds/trenching-service-1.jpg) center no-repeat;*/
	background: linear-gradient(187deg, #00000000  25%, #00000000  90%), url(/img/section-1/031.jpg) center no-repeat;
	background-position: 65% 50%;
	
	background-size: cover; height: 100%; border-top-right-radius: 75px; border-top-left-radius: 75px;
}
.services-home .cawd1:hover {
	/*background: linear-gradient(180deg, rgba(244,116,39,0.75) 32.5%, rgba(0,0,0,0.75) 32.5%, rgba(0,0,0,0.75) 70%, rgba(244,116,39,0.75) 70%), url(/img/backgrounds/trenching-service-1.jpg) center no-repeat;*/
	background: linear-gradient(180deg, rgba(244,116,39,0.75) 29.5%, rgba(0,0,0,0.75) 29.5%, rgba(0,0,0,0.75) 70%, rgba(244,116,39,0.75) 70%), url(/img/section-1/031.jpg) center no-repeat;
	
	background-position: 65% 50%;
	
	background-size: cover;
}
.services-home .cawd1:hover p {
	color: #fff;
}
.services-home .cawd1:hover mark {
	background: #fff; color: #000;
}
.services-home .cawd2 {
	padding: 300px 0px 300px 0px;
	/*background: linear-gradient(187deg, #00000000  25%, #00000000  90%), url(/img/backgrounds/drilling-service-1-min.jpg) center no-repeat;*/
	background: linear-gradient(187deg, #00000000  25%, #00000000  90%), url(/img/section-1/009.jpg)  no-repeat;
	background-position: 30% 30%;
	background-size: cover; height: 100%; border-top-right-radius: 75px; border-top-left-radius: 75px;
}
.services-home .cawd2:hover {
	/*background: linear-gradient(180deg, rgba(244,116,39,0.75) 32.5%, rgba(0,0,0,0.75) 32.5%, rgba(0,0,0,0.75) 70%, rgba(244,116,39,0.75) 70%), url(/img/backgrounds/drilling-service-1.jpg) center no-repeat;*/
	background: linear-gradient(180deg, rgba(244,116,39,0.75) 29.5%, rgba(0,0,0,0.75) 29.5%, rgba(0,0,0,0.75) 70%, rgba(244,116,39,0.75) 70%), url(/img/section-1/009.jpg) center no-repeat;
	background-position: 30% 30%;

	background-size: cover;
}
.services-home .cawd2:hover p {
	color: #fff;
}
.services-home .cawd2:hover mark {
	background: #fff; color: #000;
}
.services-home .cawd3 {
	padding: 300px 0px 300px 0px; background: linear-gradient(187deg, #00000000  25%, #00000000  90%), url(/img/backgrounds/boring-service-1.jpg) center no-repeat;
	background-size: cover; height: 100%; border-top-right-radius: 75px; border-top-left-radius: 75px;
}
.services-home .cawd3:hover {
	background: linear-gradient(180deg, rgba(244,116,39,0.75) 29.5%, rgba(0,0,0,0.75) 29.5%, rgba(0,0,0,0.75) 70%, rgba(244,116,39,0.75) 70%), url(/img/backgrounds/boring-service-1.jpg) center no-repeat; background-size: cover;
}
.services-home .cawd3:hover p {
	color: #fff;
}
.services-home .cawd3:hover mark {
	background: #fff; color: #000;
}
.services-home .cawd4 {
	padding: 300px 0px 300px 0px;
	
	/*background: linear-gradient(187deg, #00000000  25%, #00000000  90%), url(/img/backgrounds/utility-line-service-1.jpg) center no-repeat;*/
	/*background: linear-gradient(187deg, #00000000  25%, #00000000  90%), url(/img/section-1/013.jpg) center no-repeat;*/
	background: linear-gradient(187deg, #00000000  25%, #00000000  90%), url(/img/section-1/017.jpg) center no-repeat;
	
		background-position: 45% 16%; 

	background-size: cover; height: 100%; border-top-right-radius: 75px; border-top-left-radius: 75px;
}
.services-home .cawd4:hover {
	/*background: linear-gradient(180deg, rgba(244,116,39,0.75) 32.5%, rgba(0,0,0,0.75) 32.5%, rgba(0,0,0,0.75) 70%, rgba(244,116,39,0.75) 70%), url(/img/backgrounds/utility-line-service-1.jpg) center no-repeat;*/
	/*background: linear-gradient(180deg, rgba(244,116,39,0.75) 32.5%, rgba(0,0,0,0.75) 32.5%, rgba(0,0,0,0.75) 70%, rgba(244,116,39,0.75) 70%), url(/img/section-1/013.jpg) center no-repeat;*/
	background: linear-gradient(180deg, rgba(244,116,39,0.75) 29.5%, rgba(0,0,0,0.75) 29.5%, rgba(0,0,0,0.75) 70%, rgba(244,116,39,0.75) 70%), url(/img/section-1/017.jpg) center no-repeat;
		background-position: 45% 16%; 
	background-size: cover;
}
.services-home .cawd4:hover p {
	color: #fff;
}
.services-home .cawd4:hover mark {
	background: #fff; color: #000;
}
.services-home h2 {
	    font-family: font4;
    text-transform: uppercase;
    font-size: 100px; letter-spacing: 15px;
    text-align: center;
	color: #f47427; text-shadow: 2px 2px 1px #000;
    padding: 50px 0px 50px 0px;
}
.services-home h3 {
	    font-family: font4;
    text-transform: uppercase;
    font-size: 50px; letter-spacing: 3px;
    text-align: center; background: #fff9;
	color: #f47427; text-shadow: 2px 2px 1px #000;
}
.services-home p {
	font-family: font2; font-size: 17px; line-height: 35px; text-align: center; font-weight: 600; color: transparent; margin: 0px 10px 0px 10px;
}
.services-home mark {
	padding: 15px; font-family: font4; text-transform: uppercase; letter-spacing: 2px; font-size: 25px; text-align: center; background: transparent; color: transparent;
}
.partners {
        background: conic-gradient(from 75deg, #0000003d, #4444443d), url(/img/backgrounds/speck-02.png) center no-repeat;
    background-size: cover;  padding: 0px 100px 0px 100px;
}
.partners h2 {
font-family: font4;
    font-size: 100px;
    letter-spacing: 15px;
    text-transform: uppercase;
    padding-top: 75px;
    margin-left: 375px;
    text-align: center;
    margin-right: -50px;
}

.partners h3 {
	font-family: font4; font-size: 25px; letter-spacing: 5px; font-weight: 500;
	text-transform: uppercase; margin-left: -20px; color: #f8aa7b; text-shadow: 1px 1px 1px #f47427;
}
.partners h4 {
font-family: font4;
    font-size: 35px; text-shadow: 1px 1px 1px #000;
    letter-spacing: 3px;
    margin-left: -65px; color: #f47427;
    text-transform: uppercase;
}
.partners h5 {
	font-family: font4; font-size: 30px; text-transform: uppercase; margin-top: 25px;
}
.partners h6  {
		font-size: 15px; font-family: 'font2'; font-weight: 600;
		    text-align: center;
		line-height: 30px; color: #f5f5f5;
}
.partners p  {
		font-size: 17px; font-family: 'font2'; font-weight: 600; line-height: 35px; text-align: center;
}
.partners .partner1 {
	padding: 25px;
    background:#fff; position: relative;
    background-size: cover; height: 100%; border-radius: 100%;
}
.partners .partner2 {
	padding: 25px;
    background:#fff;
    background-size: cover; height: 100%; border-radius: 100%;
}
.partners .partner3 {
	padding: 25px;
    background:#fff;
    background-size: cover; height: 100%; border-radius: 100%;
}
.partners .imagine {
	padding: 25px; margin-top: -50px;
}
.partners  img {
	height: 265px; width: 265px;
}
.banner {
	background: #000; padding: 0px; border-radius: 25px; position: relative; top: 10%; left: 10%;
}
.banner img {
	width: 85px; height: 55px;
}
.display1 {
	padding: 15px; 
}
.display2 {
	padding: 15px; 
}
.display3 {
	padding: 15px; 
}
.display4 {
	    background: linear-gradient(0deg, rgb(255 255 255 / 0%) 25%, rgb(255 255 255 / 0%) 90%), url(/img/homepage/night-excavation-01.jpg) center no-repeat;
    background-size: cover;
    height: 100%;
    border-radius: 25px;
}
.partners .smawl {
	    background: url(/img/backgrounds/speck-02.png) center no-repeat; padding-left: 75px; height: 100%;
    background-color: #fff;padding-top: 50px;
}
.partners .smawl img {
	width: 105px; height: 105px;
}
.partners mark {
	padding: 50px; background: #f47427; font-family: font4; font-size: 25px; margin-bottom: 50px;
	letter-spacing: 2px; position: relative; display: block; width: 60%; margin-top: 50px;border-radius: 15px;
}
.equipment {
	padding: 100px 0px 100px 0px;    background: linear-gradient(0deg, #000000c7 25%, #000000c7 90%), url(/img/backgrounds/speck-02.png) center no-repeat;
}
.equipment .container-fluid {
	padding: 0px;
}
.equipment .row {
	--bs-gutter-x: 0;
}
.equipment h2 {
	font-family: font4; font-size: 75px; text-align: center; letter-spacing: 5px; text-transform: uppercase; color: #f5f5f5; text-shadow: 1px 1px 1px #000;
}
.equipment h3 {
	font-family: font4; font-size: 30px; text-align: center; letter-spacing: 2px; text-transform: uppercase; color: #fff; background: #ff6b00;
	text-shadow: 1px 1px 1px #000;
}
.home-history {
	    background: url(/img/backgrounds/speck-02.png) center no-repeat; background-color: #fff;
		padding: 20px 0; 
}
.home-history .container-fluid {
	padding: 0px;
}
.home-history h3 {
	font-family: font4; font-size: 50px; text-align: center; text-transform: uppercase;
}
.home-history:hover h3 {
	color: #ff6b00; letter-spacing: 2px;
}
.home-history  p  {
		font-size: 17px; font-family: 'font2'; font-weight: 600; line-height: 35px; text-align: center;
}
.home-history .rec {
	padding: 50px 15px 25px 15px;
}


 .choose {
    background: linear-gradient(0deg, rgb(255 255 255 / 0%) 25%, rgb(255 255 255 / 0%) 90%), url(/img/homepage/excavator-03.jpg) center no-repeat;
    background-size: cover; border-top-left-radius: 25px; border-bottom-left-radius: 25px;
    height: 100%; padding: 100px 25px 100px 25px;
    filter: grayscale(100%); /* Apply grayscale filter */
    transition: filter 0.3s ease; /* Smooth transition */
}
.choose2 {
    background: linear-gradient(0deg, rgb(255 255 255 / 0%) 25%, rgb(255 255 255 / 0%) 90%), url(/img/homepage/mini-excavator-01.jpg) center no-repeat;
    background-size: cover;
    height: 100%; padding: 100px 25px 100px 25px;
    filter: grayscale(100%); /* Apply grayscale filter */
    transition: filter 0.3s ease; /* Smooth transition */
}
.choose3 {
    background: linear-gradient(0deg, rgb(255 255 255 / 0%) 25%, rgb(255 255 255 / 0%) 90%), url(/img/homepage/boring-machine-01.jpg) center no-repeat;
    background-size: cover;
    height: 100%; padding: 100px 25px 100px 25px;
    filter: grayscale(100%); /* Apply grayscale filter */
    transition: filter 0.3s ease; /* Smooth transition */
}
.choose4 {
    background: linear-gradient(0deg, rgb(255 255 255 / 0%) 25%, rgb(255 255 255 / 0%) 90%), url(/img/homepage/bucket-truck-01.jpg) center no-repeat;
    background-size: cover;
    height: 100%; padding: 100px 25px 100px 25px;
    filter: grayscale(100%); /* Apply grayscale filter */
    transition: filter 0.3s ease; /* Smooth transition */
}
.choose5 {
    background: linear-gradient(0deg, rgb(255 255 255 / 0%) 25%, rgb(255 255 255 / 0%) 90%), url(/img/homepage/hydrovac-01.jpg) center no-repeat;
    background-size: cover;  border-top-right-radius: 25px; border-bottom-right-radius: 25px;
    height: 100%; padding: 100px 25px 100px 25px;
    filter: grayscale(100%); /* Apply grayscale filter */
    transition: filter 0.3s ease; /* Smooth transition */
}
 .choose:hover {
    filter: grayscale(0%); /* Remove grayscale on hover to show color */
	 box-shadow: 1px 1px 10px 1px #000;
}
.choose2:hover {
    filter: grayscale(0%); /* Remove grayscale on hover to show color */
	 box-shadow: 1px 1px 10px 1px #000;
}
 .choose3:hover {
    filter: grayscale(0%); /* Remove grayscale on hover to show color */
	 box-shadow: 1px 1px 10px 1px #000;
}
 .choose4:hover {
    filter: grayscale(0%); /* Remove grayscale on hover to show color */
	 box-shadow: 1px 1px 10px 1px #000;
}
.choose5:hover {
    filter: grayscale(0%); /* Remove grayscale on hover to show color */
	 box-shadow: 1px 1px 10px 1px #000;
}

.home-history  .choose {
    background: linear-gradient(0deg, rgb(255 255 255 / 0%) 25%, rgb(255 255 255 / 0%) 90%), url(/img/homepage/excavator-03.jpg) center no-repeat;
    background-size: cover;
    height: 100%; border-radius: 25px;
    filter: grayscale(100%); /* Apply grayscale filter */
    transition: filter 0.3s ease; /* Smooth transition */
}
.home-history .choose2 {
    background: linear-gradient(0deg, rgb(255 255 255 / 0%) 25%, rgb(255 255 255 / 0%) 90%), url(/img/homepage/mini-excavator-01.jpg) center no-repeat;
    background-size: cover;
    height: 100%; border-radius: 25px;
    filter: grayscale(100%); /* Apply grayscale filter */
    transition: filter 0.3s ease; /* Smooth transition */
}
.home-history .choose3 {
    background: linear-gradient(0deg, rgb(255 255 255 / 0%) 25%, rgb(255 255 255 / 0%) 90%), url(/img/homepage/boring-machine-01.jpg) center no-repeat;
    background-size: cover;
    height: 100%; border-radius: 25px;
    filter: grayscale(100%); /* Apply grayscale filter */
    transition: filter 0.3s ease; /* Smooth transition */
}
.home-history .choose4 {
    background: linear-gradient(0deg, rgb(255 255 255 / 0%) 25%, rgb(255 255 255 / 0%) 90%), url(/img/homepage/bucket-truck-01.jpg) center no-repeat;
    background-size: cover;
    height: 100%; border-radius: 25px;
    filter: grayscale(100%); /* Apply grayscale filter */
    transition: filter 0.3s ease; /* Smooth transition */
}
.home-history .choose5 {
    background: linear-gradient(0deg, rgb(255 255 255 / 0%) 25%, rgb(255 255 255 / 0%) 90%), url(/img/homepage/hydrovac-01.jpg) center no-repeat;
    background-size: cover;
    height: 100%; border-radius: 25px;
    filter: grayscale(100%); /* Apply grayscale filter */
    transition: filter 0.3s ease; /* Smooth transition */
}
 .home-history:hover .choose {
    filter: grayscale(0%); /* Remove grayscale on hover to show color */
	box-shadow: none;
}
.home-history:hover .choose2 {
    filter: grayscale(0%); /* Remove grayscale on hover to show color */
		box-shadow: none;
}
.home-history:hover  .choose3 {
    filter: grayscale(0%); /* Remove grayscale on hover to show color */
		box-shadow: none;
}
.home-history:hover  .choose4 {
    filter: grayscale(0%); /* Remove grayscale on hover to show color */
		box-shadow: none;
}
.home-history:hover .choose5 {
    filter: grayscale(0%); /* Remove grayscale on hover to show color */
		box-shadow: none;
}

.home-equipment {
	padding: 50px; 
	height: 700px; 
}
.home-equipment .container {

}
.home-equipment .noted {
	padding: 25px;   box-shadow: 0px 0px 10px 2px #000; border-radius: 25px;    height: 200px;
	
	
	transition: margin 0.5s; 
}
.home-equipment .noted img {
	/*height: 128px; width: 128px;*/
	height: 128px; width: auto;
}
.home-equipment .noted:hover {
	margin-top: 50px; background: #f474275e;
}
.home-equipment h2 {
	font-family: font4; font-size: 40px; letter-spacing: 3px; text-align: center;
}
.home-equipment h3 {
	font-family: font4; font-weight: 600; font-size: 20px; text-align: center; text-transform: uppercase; letter-spacing: 2px;
}
.home-equipment p {
	font-family: font2; font-size: 17px; font-weight: 600; line-height: 35px; text-align: center;
}

.affiliates {
	background: #f474275e; text-align: center;
}
.affiliate1 {
    background: #fff;
    padding: 50px;
    margin-top: 225px;
    border: 1px solid;
    margin-right: -27px;
    position: relative; border: 3px solid #000; border-right: 3px solid #fff;
}
.affiliate2 {
	background: #fff; padding: 200px 0px 100px 0px; border-right: 3px solid #000; border-left: 3px solid #000;
}
.affiliates h2 {
	font-family: font4; font-size: 40px; letter-spacing: 5px; text-transform: uppercase;
}
.affiliates  p {
	font-family: font2; font-size: 17px; font-weight: 600; line-height: 35px;
}
.affiliate2 .3ck {
	height: 185px; width: 410px;
}
.affiliate2 .lonestar {
	width: 410px; height: 325px;
}
/**** About Section ****/

.about-1 {
	padding: 150px 50px 100px 50px; background: #f47427;
    background-size: cover;
}

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

}
.about-1 img {
max-width: 50%;
}
.about-1 .margy1 {
	margin-top: -300px;
}
.about-1 li {
	color:  #f47427; line-height: 40px; font-size: 20px; font-family: 'sans-serif';
}
.parallax4 {
  /*background: radial-gradient(circle, rgba(255,255,255,0.4990371148459384) 0%, rgba(255,255,255,1) 35%, rgba(255,255,255,1) 82%, rgb(255 255 255 / 50%) 100%), url(/img/homepage/night-excavation-03.jpg);*/
  /*background-position: bottom;*/
  
  background: linear-gradient(rgb(255 255 255 / 69%), rgb(255 255 255 / 88%)), url(/img/section-1/024.jpg);
  min-height: auto;
  background-attachment: fixed;
  background-position: 50% 50%;
	overflow: hidden;
	padding:  150px;
	color: #fff;
	box-shadow: 1px 1px 10px 3px #4449;

  background-repeat: no-repeat;
  background-size: cover;
}
@media (prefers-reduced-motion: reduce){
  .parallax4{ background-attachment: initial !important; }
}
.about-1 .about-list{list-style:disc;padding-left:1.25rem;margin:0}
.about-1 .about-list li{margin:.25rem 0;padding:.25rem 0;border-bottom:1px solid #e5e5e5}
.about-1 .about-list li:last-child{border-bottom:0}
/**** Services Section ****/
.service-intro {
	padding: 150px 0px 100px 0px;
	background:  url(/img/homepage/day-excavation-05.jpg); background-size: cover;background-position: center center;
}
.service-intro .container {
	padding: 100px; background: #fff9; border-radius: 25px;
}
.service-intro h1 {
	font-family: font4; text-transform: uppercase; letter-spacing: 5px;
}
.service-intro h2 {
	font-family: font4; text-transform: uppercase; letter-spacing: 3px; font-size: 25px; line-height: 50px;
}
.service-intro p {
	font-family: 'font2'; color: #444; font-size: 17px; line-height: 35px; font-weight: 600;
}
.table-of-contents{
	
    padding: 15px;
    background: #f4752736;
    border: 3px solid rgb(20,20,20);
    border-radius: 8px;
	width: 125%;
}
.table-of-contents a{
	
    padding: 10px;
    font-size: 16px;
    font-weight: 700;
    color: rgb(0,0,0);
	display: inline-block; 
}
.table-of-contents a:focus-visible,
a:focus-visible,
button:focus-visible {
  outline: 3px solid #0a66c2;
  outline-offset: 3px;
}
@media (prefers-reduced-motion: reduce) {
  html:focus-within { scroll-behavior: auto; }
}
.service-main {
	padding: 100px;
}
.service-main .service1 {
	padding: 25px; background: #f4752736; border-top-left-radius: 25px;
	height: 640px;
}
.service-main .service1:hover {
	box-shadow: 1px 1px 10px 3px #000;
}
.service-main .service2 {
	padding: 25px; background: #0009; border-top-right-radius: 25px;
	height: 640px;

}
.service-main .service2:hover {
	box-shadow: 1px 1px 10px 3px #000;
}
.service-main .service3 {
	padding: 25px; background: #0009; border-bottom-left-radius: 25px;
	height: 640px;
	
}
.service-main .service3:hover {
	box-shadow: 1px 1px 10px 3px #000;
}
.service-main .service4 {
	padding: 25px; background: #f4752736; border-bottom-right-radius: 25px;
	height: 640px;
	
}
.service-main .service4:hover {
	box-shadow: 1px 1px 10px 3px #000;
}
.service-main h3 {
	font-family: font4; text-transform: uppercase; letter-spacing: 3px; font-size: 40px;
}
.service-main h3 span {
	color: #f47427; font-size: 45px; text-shadow: 1px 1px 1px #000;
}
.service-main p {
	font-family: 'font2'; color: #444; font-size: 17px; line-height: 35px; font-weight: 600; color: #000;
}
.service-main img {
	max-width: 115%;
}

.img-fluid.side{
	box-shadow: 1px 1px 10px 1px black;
	margin-top:10px;
	border-radius: 10px; 
}

.service-main .module{
	
}

.service-main .module{
    padding: 20px;
    background: #f4752736;
    border: 3px solid rgb(20,20,20);
    border-radius: 8px;
	margin-bottom:35px;
}
.center-image{
	display:flex;
	align-items:center;
	justify-content: center;
}

.service-main .module h2{
	font-family: 'font4';
    font-size: 30px;

}
.service-main .module img{
	box-shadow: 1px 1px 10px 1px black;
	margin-top:10px;
}


/**** Gallery Section ****/
.gallery-page {
	padding: 215px 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: black;
}
.gallery-page h2 {
	font-size: 2rem; font-weight: 600; font-family: 'font2'; padding-bottom: 40px; text-align: center; color: black;
}


.gallery-video {
	padding: 25px 0 75px 0;
	background: rgb(249,249,249);
}
.gallery-video a {
 font-weight: 600; font-family: 'font2'; padding-bottom: 40px; text-align: center; color: black;
}
/**** Areas We Service Section ****/
.area:nth-child(odd) {
	padding: 225px 0 75px 0; background: rgb(255,255,255);
}
.area:nth-child(even) {
	padding: 75px 0 75px 0; background: rgb(245,245,245);
}
.area h1 {
	font-size: 3rem; font-family: font2; font-weight: 800; color: /*#f47427*/ black;; text-align: center;
}
.area h2 {
	font-size: 2.5rem; font-family: font2; font-weight: 800; color:black;
}
.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: 500px;  border-radius: 0.8rem; box-shadow: 1px 1px 10px 1px rgb(0,0,0);
}

.area .row {
	margin: 30px 0;
}

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


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


/**** Sections On Every Page ****/
.contact-section {
	padding: 150px 0 50px 0;  
background: conic-gradient(from -232deg, #f4752736, #ffffff00), url(/img/backgrounds/speck-02.png) center no-repeat; 
}
.contact-section h1 {
	font-size: 40px; font-family: font4; font-weight: 500; text-align: center; color: rgb(12,12,12); text-transform: uppercase; letter-spacing: 3px;
}
.contact-section h1 span {
	color: #f47427; text-shadow: 1px 1px 1px #000;
}
.contact-section h2 {
	font-size: 30px; font-family: font4; font-weight: 500; text-align: center; color: rgb(12,12,12); text-transform: uppercase; letter-spacing: 3px;
}
.contact-section h3 {
	font-size: 40px; font-family: font4; font-weight: 500; text-align: center; color: rgb(12,12,12); text-transform: uppercase; letter-spacing: 3px;
}
.contact-section h3 span {
	color: #f47427; text-shadow: 1px 1px 1px #000;
}
.contact-section  p  {
		font-size: 17px; font-family: 'font2'; font-weight: 600; line-height: 35px; text-align: center;
}
/* ========================================== */
/* === Misc. Section ======================== */
/* ========================================== */

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

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

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

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

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

/* ========================================== */
/* === Footer Section ======================= */
/* ========================================== */
.footer-section .vms-link-wrapper img {
	width: 50%;
}
.footer-section .vms-link-wrapper a {
	width: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center;
}
.footer-section {
	/*padding: 0 0 10px;    background: linear-gradient(0deg, rgb(255 255 255 / 0%) 25%, rgb(255 255 255 / 0%) 90%), url(/img/backgrounds/speck-01.jpg) center no-repeat;  font-size: 18px; font-weight: 400;*/
    padding: 0 0 10px;
    background: linear-gradient(0deg, rgb(255 255 255 / 0%) 25%, rgb(255 255 255 / 0%) 90%), url(/img/backgrounds/speck-01.jpg) center repeat;
    font-size: 18px;
    font-weight: 400;
    background-size: contain;
}
.footer-section h3 {
	font-size: 1.3rem; color: rgb(30,30,30); font-weight: bold;
}
.footer-section p {
	 font-size: 15px; font-family: 'font2';
}
.footer-section a {
	 font-size: 16px; color: inherit;
}
.footer-section .service-cities p {
	margin: 0 0 3px;
}
.footer-section hr {
	width: 75%;
}

.chamber-link {
  display: inline-block;
  width: 30%;
}
.chamber-link img {
  width: 100%;
}

.service-cities {
	margin-bottom: 1em;
}
.service-cities img {
	padding-bottom: 20px;
}
.service-cities h5 {
	line-height: 8px;
}
.service-cities h4 {
	font-size: 25px; font-family: 'font4'; font-weight: 500; text-transform: uppercase; letter-spacing: 3px; color: #f47427;
}
.service-cities h3 {
	font-size: 45px; font-family: 'font4'; font-weight: 600; text-align: center;letter-spacing: 5px; text-transform: uppercase;
}

.service-cities .footer-list{
	list-style-type:none;
	padding:0;
}

.bottom-footer {
	background: #000; padding: 25px 0px 15px 0px;
}
.bottom-footer p {
	color: #fff;
}
.bottom-footer span {
	color: #fff;
}
.bottom-footer .vms-link-wrapper {
	position: relative; top: -10px;
}
.bottom-footer div[class*='col-']:nth-child(2) {
	display: flex; flex-direction: column; justify-content: center; align-items: center;
}
.bottom-footer div[class*='col-']:nth-child(3) {
	display: flex; justify-content: flex-end; font-size: 14px;
}
.bottom-footer div[class*='col-']:nth-child(3) a {
	display: flex; justify-content: center;	align-items: center; border: 1px solid #fff; 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; background: #f47427; margin-bottom: -10px;
}
.trademark-disclaimer p {
	font-size: 8px; text-align: center; color: black;
}


/* ===== WCAG AA Contrast + Focus Patch (append at end) ===== */

/* Baseline readable text */
html, body { color:#111; }

/* Home hero button should never go transparent on hover over video */
.video .pad a{
  background:#0c203f; color:#fff; border:1px solid #0c203f;
}
.video .pad a:hover,
.video .pad a:focus-visible{
  background:#082a66; border-color:#082a66; color:#fff;
}

/* Intro card over image: make the white panel a hair more opaque */
.service-intro .container { background: rgba(255,255,255,0.94); }

/* The two dark service tiles already use #0009; force light text inside */
.service-main .service2,
.service-main .service3 { color:#fff; }
.service-main .service2 h3,
.service-main .service3 h3,
.service-main .service2 p,
.service-main .service3 p,
.service-main .service2 a,
.service-main .service3 a { color:#fff; }

/* Light service tiles: ensure dark text (some rules earlier set lighter grays) */
.service-main .service1,
.service-main .service4 { color:#111; }
.service-main .service1 p,
.service-main .service4 p { color:#111; }

/* Home intro paragraph was #969696 (fails on white ~3.2:1) */
.home1 p { color:#333; } /* passes 4.5:1 on white-ish backgrounds */

/* Table of contents: ensure link text is dark enough */
.table-of-contents a { color:#111; }

/* On-image headings/chips – use an actual backing, not just text-shadow */
.services-home h3{
  background: rgba(255,255,255,0.92); /* was #fff9 */
  color:#111; /* strong contrast regardless of photo */
}

/* Partners/white tiles had nearly white text on white — force dark */
.partners .smawl h6,
.partners .smawl p,
.partners .partner1 *,
.partners .partner2 *,
.partners .partner3 * { color:#111; }

/* Generic small/muted text: avoid washed-out gray */
.small, .muted, .helper-text { color:#444; }

/* Borders that were too light to see on white */
input, textarea, select { border-color:#c2c7cc; }

/* Icons inherit current color (so they follow the fixes above) */
svg, i, .icon { color:currentColor; }

/* Always-visible focus ring */
:focus-visible { outline:3px solid #1a73e8; outline-offset:3px; }

/* Utility for any one-off text directly on photos */
.on-image-text{
  color:#fff;
  background: linear-gradient(180deg, rgba(0,0,0,.72), rgba(0,0,0,.6));
  padding:1rem 1.25rem; border-radius:.5rem;
}


@media screen and (max-width : 1650px) {
	/*** Don't place anything here, unless absolutely necessary ***/
	

.service-main {
	padding: 100px;
}
.service-main .service1 {
	padding: 25px; background: #f4752736; border-top-left-radius: 25px;
	height: auto;
}
.service-main .service1:hover {
	box-shadow: 1px 1px 10px 3px #000;
}
.service-main .service2 {
	padding: 25px; background: #0009; border-top-right-radius: 25px;
	height: auto;

}
.service-main .service2:hover {
	box-shadow: 1px 1px 10px 3px #000;
}
.service-main .service3 {
	padding: 25px; background: #0009; border-bottom-left-radius: 25px;
	height: auto;
	
}
.service-main .service3:hover {
	box-shadow: 1px 1px 10px 3px #000;
}
.service-main .service4 {
	padding: 25px; background: #f4752736; border-bottom-right-radius: 25px;
	height: auto;
	
}
.service-main .service4:hover {
	box-shadow: 1px 1px 10px 3px #000;
}
.service-main h3 {
	font-family: font4; text-transform: uppercase; letter-spacing: 3px; font-size: 40px;
}
.service-main h3 span {
	color: #f47427; font-size: 45px; text-shadow: 1px 1px 1px #000;
}
.service-main p {
	font-family: 'font2'; color: #444; font-size: 17px; line-height: 35px; font-weight: 600; color: #000;
}
.service-main img {
	max-width: 115%;
}

	
}



/* === Lg. Laptop CSS Section ================= */
@media screen and (max-width : 1740px) {
	/*** Don't place anything here, unless absolutely necessary ***/

.top-header{
	margin-top:115px;	
}
.top-header-animate {
    margin-top: -150px;
    z-index: 100;
}
.navbar-scroll {
    padding: 25px 0 25px;
    position: fixed;
    /*background: linear-gradient(90deg, rgb(0 0 0) 11.9%, rgb(255 255 255 / 0%) 11.9%, rgba(255, 255, 255, 0) 19%, rgba(0, 0, 0, 1) 19%);*/
    background: black;
    width: 100%;
    z-index: 2;
    -webkit-transition: all .30s ease;
    -moz-transition: all .30s ease;
    -o-transition: all .30s ease;
    transition: all .30s ease;
}
/*.top-header-animate {*/
/*    margin-top: -75px;*/
/*}*/
	
.about-1 .margy1 {
    margin-top: -20px;
}	
.about-1 p {
    font-family: 'font2';
    color: #444;
    font-size: 17px;
    line-height: 35px;
    text-shadow: 2px 2px 25px #444;
    margin-right: 0;
    font-weight: 600;
}


}
/* === Sm. Laptop CSS Section ================= */
/*@media screen and (max-width: 1024px) {*/
@media screen and (max-width: 1400px) {
	
.navbar-expand-lg .navbar-nav {
    flex-direction: row;
    align-items: flex-end;
    justify-content: end;
}
.navbar-light .navbar-nav .nav-link {
    margin: 0 7px;
    padding: 6px 0px;
    font-weight: 900;
    font-size: 0.9rem;
    color: rgb(255,255,255);
    font-family: 'font2';
}
.navbar-scroll {
    padding: 25px 0 25px;
    position: fixed;
    /*background: linear-gradient(90deg, rgb(0 0 0) 5.9%, rgb(255 255 255 / 0%) 5.9%, rgba(255, 255, 255, 0) 17.5%, rgba(0, 0, 0, 1) 17.5%);*/
    background: black;
    width: 100%;
    z-index: 2;
    -webkit-transition: all .30s ease;
    -moz-transition: all .30s ease;
    -o-transition: all .30s ease;
    transition: all .30s ease;
}
/*.top-header-animate {*/
/*    margin-top: -75px;*/
/*}*/
	
	
	
.video {
	overflow: hidden; position: relative; z-index: 0; display: block;
}
.video .pad {
	padding: 200px 0px 0px 100px; position: absolute;
}
.video .pad h3 {
	font-weight: 500; color: rgb(255,255,255); font-size: 50px; text-shadow: 0px 0px 5px #000; font-family: 'font4'; text-align: left; text-transform: uppercase; letter-spacing: 5px;
}
.video .pad h5 {
	    font-family: font4;
    font-size: 30px;
    letter-spacing: 2px;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
}
.video .pad p {
	margin-top: 0% !important; color: rgb(255,255,255); text-shadow: 0px 0px 5px #000; font-size: 25px; font-family: 'font2'; text-align: left; font-weight: 600; line-height: 50px;
}
.video .pad hr {
	width: 35%; background: #f47427; height: 2px; opacity: 99%;
}
.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: 115px 10px 0px 10px; width: 100%; background: #ddcfc736; margin-top: -7px;
}
.home1 .container-fluid {
	padding: 0px;
}
.home1 .pusher {
	margin-left: 100px;
}
.home1 .pad {
	padding: 25px 25px 125px 25px;
}
.home1 .port {
    background: linear-gradient(0deg, rgb(255 255 255 / 0%) 25%, rgb(255 255 255 / 0%) 90%), url(/img/homepage/excavator-01-min.jpg) center no-repeat;
    background-size: cover;
    height: 100%;
    border-top-right-radius: 25px;
	border-top-left-radius: 25px;
    filter: grayscale(100%); /* Apply grayscale filter */
    transition: filter 0.3s ease; /* Smooth transition */
}

.home1:hover .port {
    filter: grayscale(0%); /* Remove grayscale on hover to show color */
}
.home1 h1 {
	font-family: 'font4'; font-size: 75px; text-align: left; font-weight: 800; color: #F47427; letter-spacing: 4px;
}
.home1 h2 {
	font-family: 'font4'; font-size: 45px; text-align: left; font-weight: 500; color: rgb(83,82,82); letter-spacing: 2px; margin-left: 0px;
}
.home1 p {
	font-size: 17px; font-family: 'font2'; font-weight: 600; text-align: justify; color: rgb(150,150,150);
}
.home1 h2 span {
	color: #000;font-size: 1.2rem;
}
.home1 mark {
	    padding: 50px;
    margin-top: 0;
    position: relative;
    display: block;
    background: linear-gradient(0deg, #ff6b007a 25%, #ff6b007a 90%), url(/img/backgrounds/speck-02.png) center no-repeat;
    font-size: 20px;
    font-family: font4;
    letter-spacing: 2px;border-radius: 15px;
    text-transform: uppercase;
}
	
	

.parallax4 {
    /* background: radial-gradient(circle, rgba(255,255,255,0.4990371148459384) 0%, rgba(255,255,255,1) 35%, rgba(255,255,255,1) 82%, rgb(255 255 255 / 50%) 100%), url(/img/homepage/night-excavation-03.jpg); */
    /* background-position: bottom; */
    background: linear-gradient(rgb(255 255 255 / 69%), rgb(255 255 255 / 88%)), url(/img/section-1/024.jpg);
    min-height: auto;
    background-attachment: fixed;
    background-position: 50% 50%;
    overflow: hidden;
    padding: 150px 20px;
    color: #fff;
    box-shadow: 1px 1px 10px 3px #4449;
    background-repeat: no-repeat;
    background-size: cover;
}	
	
}
/* === Tablet CSS Section ===================== */
@media screen and (max-width: 991px) {
/* ======================================== */
/* === Top Header Section ================= */
/* ======================================== */

.padderme {
    padding-top: 50px;
}
.top-header {
	position: fixed; width: 100%; z-index: 1; padding: 0; background: linear-gradient(0deg, rgb(255 255 255 / 0%) 25%, rgb(255 255 255 / 0%) 90%), url(/img/backgrounds/speck-01.jpg) center no-repeat; margin-top: 89px;
    background-size: cover;	 -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(120,120,120); border-radius: 1.6rem; border: 1px double rgb(120,120,120);
}
.top-header div[class*='col-']:nth-child(3) a:hover {
	background: transparent;
}
.top-header div[class*='col-']:nth-child(4) {
	display: flex; justify-content: center; align-items: center;
}
.top-header div[class*='col-']:nth-child(4) a {
	padding: 9px 15px 9px 15px; background: transparent; font-weight: 600; font-family: 'font2'; color: rgb(120,120,120); border-radius: 1.6rem; border: 1px double rgb(120,120,120);
}
.top-header div[class*='col-']:nth-child(4) a:hover {
	color: rgb(120,120,120);
}
.top-header div[class*='col-']:nth-child(5) {
	display: flex; justify-content: flex-start; align-items: center;
}
.top-header div[class*='col-']:nth-child(5) a {
	display: flex; justify-content: center; align-items: center; border: 1px solid rgb(255,255,255); color: rgb(255,255,255); background: #f47427; border-radius:100px;	height: 34px; width: 34px; margin: 0 4px;
}
.top-header div[class*='col-']:nth-child(5) a:hover {
	background: #000;	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 {
	position: relative;
	z-index: 5; box-shadow: none;
	width:80px; 
}
.top-header-animate img {
    margin-top: 0;
    margin-bottom: 0;
    max-width: 100px;
    border: none;
    margin-right: -0;
    margin-left: 0;
    background: none;
    background-size: cover;
    padding: 0;
}


/**** Top Header Section ****/
.mobile-top-header {
	display:block !important; padding: 0 30px 0; background: rgb(135,170,188); z-index: 4; overflow: visible;
}
.mobile-menu {
	text-align: center; position: fixed; height: 100%; width: 100%;	display: block;	padding-top: 6em; top: 100%; border: 0;	background: #232323; border-radius: 0; z-index: 1100; overflow: auto; -webkit-transition-property: all;	-webkit-transition-duration: .30s; -webkit-transition-timing-function: ease-in-out; transition-property: all; transition-duration: .30s; transition-timing-function: ease-in-out;
}
.mobile-menu .nav-link {
	font-size: 2em;	color: #c5c5c5 !important;
}
.mobile-menu-custom-show {
	top: 0%;
}
.mobile-menu-top-hero {
	background-size: cover;	padding: 40px 0 0; top:0; left:0; width: 100%; text-align: center;
}
.mobile-menu-top-hero h2 {
	padding: 0 25px;
}
#mobile-menu-header {
	margin-top: 0; background: #ffffff00; box-shadow: none;
}
#mobile-menu-header ul {
	list-style: none; padding: 0 20px; margin-top: 8em; position: relative; width: inherit;
}
#mobile-menu-header ul li a {
	color:#ffffff; padding: 20px 20px;
}
.header-contact_info a {
	color: rgb(255,255,255); margin: 0;
}
.top-header a, .top-header i, .top-header p {
	color: rgb(0,0,0);
}
.top-header-animate a, .top-header-animate i, .top-header-animate p {
	color: rgb(0,0,0);
}
.top-header {
	background: white; display: none;
	margin-top:0;
	height: 125px; 
}
.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: 120px; height: 100%; width: 200px; background-color: rgb(250,250,250); position: fixed !important; z-index: 3; 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;
	color: #000;
	font-family: 'font2';
	font-weight: 900; 
}
.bar-block.center .bar-item {
	text-align: center;
}
.block {
	display: block; width: 100%;
}

/**** Home Section ****/
.home-header-section {
	padding-top: 90px;
}
.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: 100px 60px 0px 60px; position: absolute;*/
	
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);	
	
}
.video .pad h3 {
    font-weight: 500;
    color: rgb(255,255,255);
    font-size: 55px;
    text-shadow: 0px 0px 5px #000;
    font-family: 'font4';
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 5px;
}
.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;
	display: none;
}
.video .pad hr {
    width: 35%;
    background: #f47427;
    height: 2px;
    opacity: 99%;
	display: none; 
}
.video .pad p {
    margin-top: 0% !important;
    color: rgb(255,255,255);
    text-shadow: 0px 0px 5px #000;
    font-size: 20px;
    font-family: 'Arial';
    text-align: center;
    
}
.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;
}

.video button {
    position: absolute;
    top: 50%;
    left: 90%;
    transform: translate(-50%, 50%);
    background: #f4742791;
    padding: 10px;
    color: white;
}
.video .bullet-list{
	display:none;
}

.home1 {
	padding: 75px 0 75px 0; background: rgb(245,245,245);
}
.home1 .pad {
	padding-top: 85px;
}
.home1 .pusher {
    margin-left: 00px;
}
.home1 h1 {
        font-family: 'font4';
        font-size: 2rem;
        text-align: center;
        font-weight: 800;
        color: #F47427;
        letter-spacing: 4px;
    
}
.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);
}
.home1 h2 {
    font-family: 'font4';
    font-size: 35px;
    text-align: center;
    font-weight: 500;
    color: rgb(83,82,82);
    letter-spacing: 2px;
    margin-left: 0px;
}
.home1 h2 span {
    color: #000;
    font-size: 30px;
	text-align: center; 
}
.home1 mark {
    padding: 10px;
    margin-top: 0px;
    position: relative;
    display: block;
    background: linear-gradient(0deg, #ff6b007a 25%, #ff6b007a 90%), url(/img/backgrounds/speck-02.png) center no-repeat;
    font-size: 20px;
    font-family: font4;
    letter-spacing: 2px;
    border-radius: 15px;
    text-transform: uppercase;
}

.home1 .port {
    background: linear-gradient(0deg, rgb(255 255 255 / 0%) 25%, rgb(255 255 255 / 0%) 90%), url(/img/homepage/excavator-01-min.jpg) center no-repeat;
    background-size: cover;
    height: 400px;
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
    filter: grayscale(100%);
    transition: filter 0.3s ease;
}
.tabcontent {
    display: none;
    padding: 6px 12px;
    border-top: none;
    height: auto;
}
.tab {
    overflow: hidden;
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.services-home {
    padding: 0px 10px 0px 10px;background: conic-gradient(from 225deg, #00000099, #44444499), url(/img/backgrounds/speck-02.png) center no-repeat;  
}
.services-home .row {
	    --bs-gutter-x: 0;
}
.services-home .cawd1 {
	padding: 100px 0px 100px 0px; background: linear-gradient(187deg, #00000000  25%, #00000000  90%), url(/img/backgrounds/trenching-service-1.jpg) center no-repeat;
	background-size: cover; height: 100%; border-top-right-radius: 75px; border-top-left-radius: 75px;
	
	
	background: linear-gradient(180deg, rgba(244,116,39,0.75) 71.5%, rgba(0,0,0,0.75) 32.5%, rgba(0,0,0,0.75) 70%, rgba(244,116,39,0.75) 70%), url(/img/backgrounds/trenching-service-1.jpg) center no-repeat; background-size: cover;	
	
}
.services-home .cawd1 p {
	color: #fff;
}
.services-home .cawd1 mark {
	background: #fff; color: #000;
}
.services-home .cawd1:hover {
/*	background: linear-gradient(180deg, rgba(244,116,39,0.75) 71.5%, rgba(0,0,0,0.75) 32.5%, rgba(0,0,0,0.75) 70%, rgba(244,116,39,0.75) 70%), url(/img/backgrounds/trenching-service-1.jpg) center no-repeat; background-size: cover;*/

background: rgba(244, 116, 39, 0.75);
}
.services-home .cawd1:hover p {
	/*color: #fff;*/
}
.services-home .cawd1:hover mark {
	/*background: #fff; color: #000;*/
}
.services-home .cawd2 {
	padding: 100px 0px 100px 0px; background: linear-gradient(187deg, #00000000  25%, #00000000  90%), url(/img/backgrounds/drilling-service-1-min.jpg) center no-repeat;
	background-size: cover; height: 100%; border-top-right-radius: 75px; border-top-left-radius: 75px;
	
	
	background: linear-gradient(180deg, rgba(244,116,39,0.75) 71.5%, rgba(0,0,0,0.75) 32.5%, rgba(0,0,0,0.75) 70%, rgba(244,116,39,0.75) 70%), url(/img/backgrounds/drilling-service-1.jpg) center no-repeat; background-size: cover;
	
}

.services-home .cawd2 p {
	color: #fff;
}
.services-home .cawd2 mark {
	background: #fff; color: #000;
}
.services-home .cawd2:hover {
	/*background: linear-gradient(180deg, rgba(244,116,39,0.75) 71.5%, rgba(0,0,0,0.75) 32.5%, rgba(0,0,0,0.75) 70%, rgba(244,116,39,0.75) 70%), url(/img/backgrounds/drilling-service-1.jpg) center no-repeat; background-size: cover;*/
background: rgba(244, 116, 39, 0.75);

}
.services-home .cawd2:hover p {
	/*color: #fff;*/
}
.services-home .cawd2:hover mark {
	/*background: #fff; color: #000;*/
}
.services-home .cawd3 {
	padding: 100px 0px 100px 0px; background: linear-gradient(187deg, #00000000  25%, #00000000  90%), url(/img/backgrounds/boring-service-1.jpg) center no-repeat;
	background-size: cover; height: 100%; border-top-right-radius: 75px; border-top-left-radius: 75px;
	
	background: linear-gradient(180deg, rgba(244,116,39,0.75) 71.5%, rgba(0,0,0,0.75) 32.5%, rgba(0,0,0,0.75) 70%, rgba(244,116,39,0.75) 70%), url(/img/backgrounds/boring-service-1.jpg) center no-repeat; background-size: cover;

}
.services-home .cawd3 p {
	color: #fff;
}
.services-home .cawd3 mark {
	background: #fff; color: #000;
}
.services-home .cawd3:hover {
	/*background: linear-gradient(180deg, rgba(244,116,39,0.75) 71.5%, rgba(0,0,0,0.75) 32.5%, rgba(0,0,0,0.75) 70%, rgba(244,116,39,0.75) 70%), url(/img/backgrounds/boring-service-1.jpg) center no-repeat; background-size: cover;*/
background: rgba(244, 116, 39, 0.75);

}
.services-home .cawd3:hover p {
	/*color: #fff;*/
}
.services-home .cawd3:hover mark {
	/*background: #fff; color: #000;*/
}
.services-home .cawd4 {
	padding:100px 0px 100px 0px; background: linear-gradient(187deg, #00000000  25%, #00000000  90%), url(/img/backgrounds/utility-line-service-1.jpg) center no-repeat;
	background-size: cover; height: 100%; border-top-right-radius: 75px; border-top-left-radius: 75px;

	background: linear-gradient(180deg, rgba(244,116,39,0.75) 71.5%, rgba(0,0,0,0.75) 32.5%, rgba(0,0,0,0.75) 70%, rgba(244,116,39,0.75) 70%), url(/img/backgrounds/utility-line-service-1.jpg) center no-repeat; background-size: cover;


}

.services-home .cawd4 p {
	color: #fff;
}
.services-home .cawd4 mark {
	background: #fff; color: #000;
}
.services-home .cawd4:hover {
	/*background: linear-gradient(180deg, rgba(244,116,39,0.75) 71.5%, rgba(0,0,0,0.75) 32.5%, rgba(0,0,0,0.75) 70%, rgba(244,116,39,0.75) 70%), url(/img/backgrounds/utility-line-service-1.jpg) center no-repeat; background-size: cover;*/
background: rgba(244, 116, 39, 0.75);
	
}
.services-home .cawd4:hover p {
	/*color: #fff;*/
}
.services-home .cawd4:hover mark {
	/*background: #fff; color: #000;*/
}
.services-home h2 {
	    font-family: font4;
    text-transform: uppercase;
    font-size: 40px; letter-spacing: 9px;
    text-align: center;
	color: #f47427; text-shadow: 2px 2px 1px #000;
    padding: 50px 0px 50px 0px;
}
.services-home h3 {
	    font-family: font4;
    text-transform: uppercase;
    font-size: 40px; letter-spacing: 3px;
    text-align: center; background: #fff9;
	color: #f47427; text-shadow: 2px 2px 1px #000;
}
.services-home p {
	font-family: font2; font-size: 17px; line-height: 35px; text-align: center; font-weight: 600; color: transparent; margin: 0px 10px 0px 10px;
}
.services-home mark {
	padding: 15px; font-family: font4; text-transform: uppercase; letter-spacing: 2px; font-size: 25px; text-align: center; background: transparent; color: transparent;
}












.home-equipment {
	padding: 20px; 
	height: auto; 
}
.home-equipment .container {

}
.home-equipment .noted {
	padding: 25px;   box-shadow: 0px 0px 10px 2px #000; border-radius: 25px;    height: 200px;
	margin:10px; 
}
.home-equipment .noted img {
	/*height: 128px; width: 128px;*/
	height: 128px; width: auto;
}
.home-equipment .noted:hover {
	margin-top: 0; background: #f474275e;
}
.home-equipment h2 {
	font-family: font4; font-size: 40px; letter-spacing: 3px; text-align: center;
}
.home-equipment h3 {
	font-family: font4; font-weight: 600; font-size: 20px; text-align: center; text-transform: uppercase; letter-spacing: 2px;
}
.home-equipment p {
	font-family: font2; font-size: 17px; font-weight: 600; line-height: 35px; text-align: center;
}



.affiliates {
	background: #f474275e; text-align: center;
}
.affiliate1 {
    background: #fff;
    padding: 20px;
    margin-top: 25px;
    border: 1px solid;
    margin-right: -0;
    position: relative; border: 3px solid #000; border-right: 3px solid  #000;
}
.affiliate2 {
	background: #fff; padding: 200px 0px 100px 0px; border-right: 3px solid #000; border-left: 3px solid #000;
}
.affiliates h2 {
	font-family: font4; font-size: 30px; letter-spacing: 5px; text-transform: uppercase;
}
.affiliates  p {
	font-family: font2; font-size: 17px; font-weight: 600; line-height: 35px;
}
.affiliate2 .3ck {
	height: 185px; width: 410px;
}
.affiliate2 .lonestar {
	width: 410px; height: 325px;
}
/**** About Section ****/



.about-1 {
	padding: 150px 10px 100px 10px; background: #f47427;
    background-size: cover;
}

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

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

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

/**** Services Section ****/
/**** Services Section ****/
.service-intro {
	padding: 150px 0px 100px 0px;
	background:  url(/img/homepage/day-excavation-05.jpg); background-size: cover;background-position: center center;
	text-align:center; 
}
.service-intro .container {
	padding: 30px; background: #fff9; border-radius: 25px;
}
.service-intro h1 {
	font-family: font4; text-transform: uppercase; letter-spacing: 5px;
}
.service-intro h2 {
	font-family: font4; text-transform: uppercase; letter-spacing: 3px; font-size: 25px; line-height: 50px;
}
.service-intro p {
	font-family: 'font2'; color: #444; font-size: 17px; line-height: 35px; font-weight: 600;
}
.table-of-contents{
	
    padding: 15px;
    background: #f4752736;
    border: 3px solid rgb(20,20,20);
    border-radius: 8px;
	width: 100%;
}
.table-of-contents h6{
	text-align: center; 
}

.table-of-contents a{
	
    padding: 10px;
    font-size: 16px;
    font-weight: 700;
    color: rgb(0,0,0);
	display: inline-block; 
}


.service-main {
	padding: 30px 5px;
}
.service-main .service1 {
	padding: 25px; background: #f4752736; border-top-left-radius: 25px;
	/*height: 640px;*/
	height: auto;
}
.service-main .service1:hover {
	box-shadow: 1px 1px 10px 3px #000;
}
.service-main .service2 {
	padding: 25px; background: #0009; border-top-right-radius: 25px;
	/*height: 640px;*/
	height: auto;
}
.service-main .service2:hover {
	box-shadow: 1px 1px 10px 3px #000;
}
.service-main .service3 {
	padding: 25px; background: #0009; border-bottom-left-radius: 25px;
	/*height: 640px;*/
	height: auto;
	
}
.service-main .service3:hover {
	box-shadow: 1px 1px 10px 3px #000;
}
.service-main .service4 {
	padding: 25px; background: #f4752736; border-bottom-right-radius: 25px;
	/*height: 640px;*/
	height: auto;
}
.service-main .service4:hover {
	box-shadow: 1px 1px 10px 3px #000;
}
.service-main h3 {
	font-family: font4; text-transform: uppercase; letter-spacing: 3px; font-size: 40px;
	text-align: center;
}
.service-main h3 span {
	color: #f47427; font-size: 45px; text-shadow: 1px 1px 1px #000;
}
.service-main p {
	font-family: 'font2'; color: #444; font-size: 17px; line-height: 35px; font-weight: 600; color: #000;
	text-align: center;
}
.service-main img {
	max-width: 115%;
}

.img-fluid.side{
	box-shadow: 1px 1px 10px 1px black;
	margin-top:10px;
	border-radius: 10px; 
}

.service-main .module{
	
}

.service-main .module{
    padding: 20px;
    background: #f4752736;
    border: 3px solid rgb(20,20,20);
    border-radius: 8px;
}

.service-main .module h2{
	font-family: 'font4';
    font-size: 30px;
	text-align: center; 
	padding-top: 15px;
}
.service-main .module img{
	box-shadow: 1px 1px 10px 1px black;
	margin-top:10px;
}








.equipment {
	padding: 100px 0px 100px 0px;    background: linear-gradient(0deg, #000000c7 25%, #000000c7 90%), url(/img/backgrounds/speck-02.png) center no-repeat;
}
.equipment .container-fluid {
	padding: 0px;
}
.equipment .row {
	--bs-gutter-x: 0;
}
.equipment h2 {
	font-family: font4; font-size: 35px; text-align: center; letter-spacing: 5px; text-transform: uppercase; color: #f5f5f5; text-shadow: 1px 1px 1px #000;
}
.equipment h3 {
	font-family: font4; font-size: 30px; text-align: center; letter-spacing: 2px; text-transform: uppercase; color: #fff; background: #ff6b00;
	text-shadow: 1px 1px 1px #000;
}





 .choose {
    background: linear-gradient(0deg, rgb(255 255 255 / 0%) 25%, rgb(255 255 255 / 0%) 90%), url(/img/homepage/excavator-03.jpg) center no-repeat;
    background-size: cover; border-top-left-radius: 25px; border-bottom-left-radius: 25px;
    height: 400px; padding: 100px 25px 100px 25px;
    filter: grayscale(100%); /* Apply grayscale filter */
    transition: filter 0.3s ease; /* Smooth transition */
}
.choose2 {
    background: linear-gradient(0deg, rgb(255 255 255 / 0%) 25%, rgb(255 255 255 / 0%) 90%), url(/img/homepage/mini-excavator-01.jpg) center no-repeat;
    background-size: cover;
    height: 400px; padding: 100px 25px 100px 25px;
    filter: grayscale(100%); /* Apply grayscale filter */
    transition: filter 0.3s ease; /* Smooth transition */
}
.choose3 {
    background: linear-gradient(0deg, rgb(255 255 255 / 0%) 25%, rgb(255 255 255 / 0%) 90%), url(/img/homepage/boring-machine-01.jpg) center no-repeat;
    background-size: cover;
    height: 400px; padding: 100px 25px 100px 25px;
    filter: grayscale(100%); /* Apply grayscale filter */
    transition: filter 0.3s ease; /* Smooth transition */
}
.choose4 {
    background: linear-gradient(0deg, rgb(255 255 255 / 0%) 25%, rgb(255 255 255 / 0%) 90%), url(/img/homepage/bucket-truck-01.jpg) center no-repeat;
    background-size: cover;
    height: 400px; padding: 100px 25px 100px 25px;
    filter: grayscale(100%); /* Apply grayscale filter */
    transition: filter 0.3s ease; /* Smooth transition */
}
.choose5 {
    background: linear-gradient(0deg, rgb(255 255 255 / 0%) 25%, rgb(255 255 255 / 0%) 90%), url(/img/homepage/hydrovac-01.jpg) center no-repeat;
    background-size: cover;  border-top-right-radius: 25px; border-bottom-right-radius: 25px;
    height: 400px; padding: 100px 25px 100px 25px;
    filter: grayscale(100%); /* Apply grayscale filter */
    transition: filter 0.3s ease; /* Smooth transition */
}
 .choose:hover {
    filter: grayscale(0%); /* Remove grayscale on hover to show color */
	 box-shadow: 1px 1px 10px 1px #000;
}
.choose2:hover {
    filter: grayscale(0%); /* Remove grayscale on hover to show color */
	 box-shadow: 1px 1px 10px 1px #000;
}
 .choose3:hover {
    filter: grayscale(0%); /* Remove grayscale on hover to show color */
	 box-shadow: 1px 1px 10px 1px #000;
}
 .choose4:hover {
    filter: grayscale(0%); /* Remove grayscale on hover to show color */
	 box-shadow: 1px 1px 10px 1px #000;
}
.choose5:hover {
    filter: grayscale(0%); /* Remove grayscale on hover to show color */
	 box-shadow: 1px 1px 10px 1px #000;
}



.home-history  .choose {
    background: linear-gradient(0deg, rgb(255 255 255 / 0%) 25%, rgb(255 255 255 / 0%) 90%), url(/img/homepage/excavator-03.jpg) center no-repeat;
    background-size: cover;
    height: 400px; border-radius: 25px;
    filter: grayscale(100%); /* Apply grayscale filter */
    transition: filter 0.3s ease; /* Smooth transition */
}
.home-history .choose2 {
    background: linear-gradient(0deg, rgb(255 255 255 / 0%) 25%, rgb(255 255 255 / 0%) 90%), url(/img/homepage/mini-excavator-01.jpg) center no-repeat;
    background-size: cover;
    height: 400px; border-radius: 25px;
    filter: grayscale(100%); /* Apply grayscale filter */
    transition: filter 0.3s ease; /* Smooth transition */
}
.home-history .choose3 {
    background: linear-gradient(0deg, rgb(255 255 255 / 0%) 25%, rgb(255 255 255 / 0%) 90%), url(/img/homepage/boring-machine-01.jpg) center no-repeat;
    background-size: cover;
    height: 400px; border-radius: 25px;
    filter: grayscale(100%); /* Apply grayscale filter */
    transition: filter 0.3s ease; /* Smooth transition */
}
.home-history .choose4 {
    background: linear-gradient(0deg, rgb(255 255 255 / 0%) 25%, rgb(255 255 255 / 0%) 90%), url(/img/homepage/bucket-truck-01.jpg) center no-repeat;
    background-size: cover;
    height: 400px; border-radius: 25px;
    filter: grayscale(100%); /* Apply grayscale filter */
    transition: filter 0.3s ease; /* Smooth transition */
}
.home-history .choose5 {
    background: linear-gradient(0deg, rgb(255 255 255 / 0%) 25%, rgb(255 255 255 / 0%) 90%), url(/img/homepage/hydrovac-01.jpg) center no-repeat;
    background-size: cover;
    height: 400px; border-radius: 25px;
    filter: grayscale(100%); /* Apply grayscale filter */
    transition: filter 0.3s ease; /* Smooth transition */
}
 .home-history:hover .choose {
    filter: grayscale(0%); /* Remove grayscale on hover to show color */
	box-shadow: none;
}
.home-history:hover .choose2 {
    filter: grayscale(0%); /* Remove grayscale on hover to show color */
		box-shadow: none;
}
.home-history:hover  .choose3 {
    filter: grayscale(0%); /* Remove grayscale on hover to show color */
		box-shadow: none;
}
.home-history:hover  .choose4 {
    filter: grayscale(0%); /* Remove grayscale on hover to show color */
		box-shadow: none;
}
.home-history:hover .choose5 {
    filter: grayscale(0%); /* Remove grayscale on hover to show color */
		box-shadow: none;
}


/**** 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: #f47427;
    text-align: center;
}
.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: 450px; 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);
}

/**** Footer Section ****/
.footer-section {
	padding-top: 30px; text-align: center;
}
.footer-section img {
	max-width: 210px; padding-bottom: 25px;
}
.service-cities h4 {
	font-size: 24px; font-weight: 600; color: rgb(0,0,0);
}
.service-cities h3 {
    font-size: 31px;
    font-family: 'font4';
    font-weight: 600;
    text-align: center;
    letter-spacing: 5px;
    text-transform: uppercase;
}
.service-cities a {
	font-size: 18px; line-height: 10px; color: rgb(0,0,0);
}
.footer-section hr {
    width: 100%;
}
/**** Misc. Section ****/
.btn {
	background: rgb(249,78,1); width: 50%; padding: 10px 0px; color: #ffffff; cursor: pointer; outline: none; border: none;
}
.alert h1,
.alert p {
	top: 2em; opacity: 0; position:relative;
}
.alert h1 {
	margin-top: 0; color: #2b1663;
}
.custom-show {
	position: fixed; transform: scale(1,1); border: 0; background: white; border-radius: 0; z-index: 1100; overflow: inherit; -webkit-transition-property: all; -webkit-transition-duration: .30s; -webkit-transition-timing-function: ease-in-out; transition-property: all; transition-duration: .30s; transition-timing-function: ease-in-out;
}
.alert-dismissible .close {
	position: absolute; top: 0; right: 0; background: transparent; border: none; padding: 0.75rem 1.25rem; color: rgb(80,80,80); font-family: 'font2'; outline: none; z-index: 3;
}
.alert-dismissible .close span {
	font-size: 35px;
}
.lnr {
	display: inline-block; fill: currentColor; width: 1em; height: 1em; vertical-align: -0.2em; cursor: pointer;
}

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

/* ======================================== */
/* === Top Header Section ================= */
/* ======================================== */
.top-header {
	position: fixed; width: 100%; z-index: 1; padding: 0; background: linear-gradient(0deg, rgb(255 255 255 / 0%) 25%, rgb(255 255 255 / 0%) 90%), url(/img/backgrounds/speck-01.jpg) center no-repeat; margin-top: 89px;
    background-size: cover;	 -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(120,120,120); border-radius: 1.6rem; border: 1px double rgb(120,120,120);
}
.top-header div[class*='col-']:nth-child(3) a:hover {
	background: transparent;
}
.top-header div[class*='col-']:nth-child(4) {
	display: flex; justify-content: center; align-items: center;
}
.top-header div[class*='col-']:nth-child(4) a {
	padding: 9px 15px 9px 15px; background: transparent; font-weight: 600; font-family: 'font2'; color: rgb(120,120,120); border-radius: 1.6rem; border: 1px double rgb(120,120,120);
}
.top-header div[class*='col-']:nth-child(4) a:hover {
	color: rgb(120,120,120);
}
.top-header div[class*='col-']:nth-child(5) {
	display: flex; justify-content: flex-start; align-items: center;
}
.top-header div[class*='col-']:nth-child(5) a {
	display: flex; justify-content: center; align-items: center; border: 1px solid rgb(255,255,255); color: rgb(255,255,255); background: #f47427; border-radius:100px;	height: 34px; width: 34px; margin: 0 4px;
}
.top-header div[class*='col-']:nth-child(5) a:hover {
	background: #000;	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 {
	position: relative;
	z-index: 5; box-shadow: none;
	width:80px; 
}
.top-header-animate img {
    margin-top: 0;
    margin-bottom: 0;
    max-width: 100px;
    border: none;
    margin-right: -0;
    margin-left: 0;
    background: none;
    background-size: cover;
    padding: 0;
}


/**** Top Header Section ****/
.mobile-top-header {
	display:block !important; padding: 0 30px 0; background: rgb(135,170,188); z-index: 4; overflow: visible;
}
.mobile-menu {
	text-align: center; position: fixed; height: 100%; width: 100%;	display: block;	padding-top: 6em; top: 100%; border: 0;	background: #232323; border-radius: 0; z-index: 1100; overflow: auto; -webkit-transition-property: all;	-webkit-transition-duration: .30s; -webkit-transition-timing-function: ease-in-out; transition-property: all; transition-duration: .30s; transition-timing-function: ease-in-out;
}
.mobile-menu .nav-link {
	font-size: 2em;	color: #c5c5c5 !important;
}
.mobile-menu-custom-show {
	top: 0%;
}
.mobile-menu-top-hero {
	background-size: cover;	padding: 40px 0 0; top:0; left:0; width: 100%; text-align: center;
}
.mobile-menu-top-hero h2 {
	padding: 0 25px;
}
#mobile-menu-header {
	margin-top: 0; background: #ffffff00; box-shadow: none;
}
#mobile-menu-header ul {
	list-style: none; padding: 0 20px; margin-top: 8em; position: relative; width: inherit;
}
#mobile-menu-header ul li a {
	color:#ffffff; padding: 20px 20px;
}
.header-contact_info a {
	color: rgb(255,255,255); margin: 0;
}
.top-header a, .top-header i, .top-header p {
	color: rgb(0,0,0);
}
.top-header-animate a, .top-header-animate i, .top-header-animate p {
	color: rgb(0,0,0);
}
.top-header {
	background: white; display: none;
	margin-top:0;
	height: 125px; 
}
.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: 120px; height: 100%; width: 200px; background-color: rgb(250,250,250); position: fixed !important; z-index: 3; 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;
	color: #000;
	font-family: 'font2';
	font-weight: 900; 
}
.bar-block.center .bar-item {
	text-align: center;
}
.block {
	display: block; width: 100%;
}

/**** Home Section ****/
.home-header-section {
	padding-top: 90px;
}
.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: 75px 60px 0px 60px; position: absolute;*/
	
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);	
}
.video .pad h3 {
    font-weight: 500;
    color: rgb(255,255,255);
    font-size: 25px;
    text-shadow: 0px 0px 5px #000;
    font-family: 'font4';
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 5px;
}
.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;
	display: none;
}
.video .pad hr {
    width: 35%;
    background: #f47427;
    height: 2px;
    opacity: 99%;
	display: none; 
}
.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;
    display: none;
}
.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;
}

.tab {
    overflow: hidden;
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.services-home {
    padding: 0px 10px 0px 10px;background: conic-gradient(from 225deg, #00000099, #44444499), url(/img/backgrounds/speck-02.png) center no-repeat;  
}
.services-home .row {
	    --bs-gutter-x: 0;
}
.services-home .cawd1 {
	padding: 100px 0px 100px 0px; background: linear-gradient(187deg, #00000000  25%, #00000000  90%), url(/img/backgrounds/trenching-service-1.jpg) center no-repeat;
	background-size: cover; height: 100%; border-top-right-radius: 75px; border-top-left-radius: 75px;
	
	
	background: linear-gradient(180deg, rgba(244,116,39,0.75) 71.5%, rgba(0,0,0,0.75) 32.5%, rgba(0,0,0,0.75) 70%, rgba(244,116,39,0.75) 70%), url(/img/backgrounds/trenching-service-1.jpg) center no-repeat; background-size: cover;	
	
}
.services-home .cawd1 p {
	color: #fff;
}
.services-home .cawd1 mark {
	background: #fff; color: #000;
}
.services-home .cawd1:hover {
/*	background: linear-gradient(180deg, rgba(244,116,39,0.75) 71.5%, rgba(0,0,0,0.75) 32.5%, rgba(0,0,0,0.75) 70%, rgba(244,116,39,0.75) 70%), url(/img/backgrounds/trenching-service-1.jpg) center no-repeat; background-size: cover;*/
}
.services-home .cawd1:hover p {
	/*color: #fff;*/
}
.services-home .cawd1:hover mark {
	/*background: #fff; color: #000;*/
}
.services-home .cawd2 {
	padding: 100px 0px 100px 0px; background: linear-gradient(187deg, #00000000  25%, #00000000  90%), url(/img/backgrounds/drilling-service-1-min.jpg) center no-repeat;
	background-size: cover; height: 100%; border-top-right-radius: 75px; border-top-left-radius: 75px;
	
	
	background: linear-gradient(180deg, rgba(244,116,39,0.75) 71.5%, rgba(0,0,0,0.75) 32.5%, rgba(0,0,0,0.75) 70%, rgba(244,116,39,0.75) 70%), url(/img/backgrounds/drilling-service-1.jpg) center no-repeat; background-size: cover;
	
}

.services-home .cawd2 p {
	color: #fff;
}
.services-home .cawd2 mark {
	background: #fff; color: #000;
}
.services-home .cawd2:hover {
	/*background: linear-gradient(180deg, rgba(244,116,39,0.75) 71.5%, rgba(0,0,0,0.75) 32.5%, rgba(0,0,0,0.75) 70%, rgba(244,116,39,0.75) 70%), url(/img/backgrounds/drilling-service-1.jpg) center no-repeat; background-size: cover;*/
}
.services-home .cawd2:hover p {
	/*color: #fff;*/
}
.services-home .cawd2:hover mark {
	/*background: #fff; color: #000;*/
}
.services-home .cawd3 {
	padding: 100px 0px 100px 0px; background: linear-gradient(187deg, #00000000  25%, #00000000  90%), url(/img/backgrounds/boring-service-1.jpg) center no-repeat;
	background-size: cover; height: 100%; border-top-right-radius: 75px; border-top-left-radius: 75px;
	
	background: linear-gradient(180deg, rgba(244,116,39,0.75) 71.5%, rgba(0,0,0,0.75) 32.5%, rgba(0,0,0,0.75) 70%, rgba(244,116,39,0.75) 70%), url(/img/backgrounds/boring-service-1.jpg) center no-repeat; background-size: cover;

}
.services-home .cawd3 p {
	color: #fff;
}
.services-home .cawd3 mark {
	background: #fff; color: #000;
}
.services-home .cawd3:hover {
	/*background: linear-gradient(180deg, rgba(244,116,39,0.75) 71.5%, rgba(0,0,0,0.75) 32.5%, rgba(0,0,0,0.75) 70%, rgba(244,116,39,0.75) 70%), url(/img/backgrounds/boring-service-1.jpg) center no-repeat; background-size: cover;*/
}
.services-home .cawd3:hover p {
	/*color: #fff;*/
}
.services-home .cawd3:hover mark {
	/*background: #fff; color: #000;*/
}
.services-home .cawd4 {
	padding:100px 0px 100px 0px; background: linear-gradient(187deg, #00000000  25%, #00000000  90%), url(/img/backgrounds/utility-line-service-1.jpg) center no-repeat;
	background-size: cover; height: 100%; border-top-right-radius: 75px; border-top-left-radius: 75px;

	background: linear-gradient(180deg, rgba(244,116,39,0.75) 71.5%, rgba(0,0,0,0.75) 32.5%, rgba(0,0,0,0.75) 70%, rgba(244,116,39,0.75) 70%), url(/img/backgrounds/utility-line-service-1.jpg) center no-repeat; background-size: cover;


}

.services-home .cawd4 p {
	color: #fff;
}
.services-home .cawd4 mark {
	background: #fff; color: #000;
}
.services-home .cawd4:hover {
	/*background: linear-gradient(180deg, rgba(244,116,39,0.75) 71.5%, rgba(0,0,0,0.75) 32.5%, rgba(0,0,0,0.75) 70%, rgba(244,116,39,0.75) 70%), url(/img/backgrounds/utility-line-service-1.jpg) center no-repeat; background-size: cover;*/
}
.services-home .cawd4:hover p {
	/*color: #fff;*/
}
.services-home .cawd4:hover mark {
	/*background: #fff; color: #000;*/
}
.services-home h2 {
	    font-family: font4;
    text-transform: uppercase;
    font-size: 40px; letter-spacing: 9px;
    text-align: center;
	color: #f47427; text-shadow: 2px 2px 1px #000;
    padding: 50px 0px 50px 0px;
}
.services-home h3 {
	    font-family: font4;
    text-transform: uppercase;
    font-size: 40px; letter-spacing: 3px;
    text-align: center; background: #fff9;
	color: #f47427; text-shadow: 2px 2px 1px #000;
}
.services-home p {
	font-family: font2; font-size: 17px; line-height: 35px; text-align: center; font-weight: 600; color: transparent; margin: 0px 10px 0px 10px;
}
.services-home mark {
	padding: 15px; font-family: font4; text-transform: uppercase; letter-spacing: 2px; font-size: 25px; text-align: center; background: transparent; color: transparent;
}










.home-equipment {
	padding: 20px; 
	height: auto; 
}
.home-equipment .container {

}
.home-equipment .noted {
	padding: 25px;   box-shadow: 0px 0px 10px 2px #000; border-radius: 25px;    height: 200px;
	margin:10px; 
}
.home-equipment .noted img {
	/*height: 128px; width: 128px;*/
	height: 128px; width: auto;
}
.home-equipment .noted:hover {
	margin-top: 0; background: #f474275e;
}
.home-equipment h2 {
	font-family: font4; font-size: 40px; letter-spacing: 3px; text-align: center;
}
.home-equipment h3 {
	font-family: font4; font-weight: 600; font-size: 20px; text-align: center; text-transform: uppercase; letter-spacing: 2px;
}
.home-equipment p {
	font-family: font2; font-size: 17px; font-weight: 600; line-height: 35px; text-align: center;
}



.affiliates {
	background: #f474275e; text-align: center;
}
.affiliate1 {
    background: #fff;
    padding: 20px;
    margin-top: 25px;
    border: 1px solid;
    margin-right: -0;
    position: relative; border: 3px solid #000; border-right: 3px solid  #000;
}
.affiliate2 {
	background: #fff; padding: 200px 0px 100px 0px; border-right: 3px solid #000; border-left: 3px solid #000;
}
.affiliates h2 {
	font-family: font4; font-size: 30px; letter-spacing: 5px; text-transform: uppercase;
}
.affiliates  p {
	font-family: font2; font-size: 17px; font-weight: 600; line-height: 35px;
}
.affiliate2 .3ck {
	height: 185px; width: 410px;
}
.affiliate2 .lonestar {
	width: 410px; height: 325px;
}
/**** About Section ****/



.about-1 {
	padding: 150px 10px 100px 10px; background: #f47427;
    background-size: cover;
}

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

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

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

/**** Services Section ****/
/**** Services Section ****/
.service-intro {
	padding: 150px 0px 100px 0px;
	background:  url(/img/homepage/day-excavation-05.jpg); background-size: cover;background-position: center center;
        text-align: center;	
	
}
.service-intro .container {
	padding: 30px; background: #fff9; border-radius: 25px;
}
.service-intro h1 {
	font-family: font4; text-transform: uppercase; letter-spacing: 5px;
}
.service-intro h2 {
	font-family: font4; text-transform: uppercase; letter-spacing: 3px; font-size: 25px; line-height: 50px;
}
.service-intro p {
	font-family: 'font2'; color: #444; font-size: 17px; line-height: 35px; font-weight: 600;
}
.table-of-contents{
	
    padding: 15px;
    background: #f4752736;
    border: 3px solid rgb(20,20,20);
    border-radius: 8px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.table-of-contents h6{
	text-align: center; 
}

.table-of-contents a{
	
    padding: 10px;
    font-size: 16px;
    font-weight: 700;
    color: rgb(0,0,0);
	display: inline-block; 
}


.service-main {
	padding: 30px 5px;
}
.service-main .service1 {
	padding: 25px; background: #f4752736; border-top-left-radius: 25px;
	/*height: 640px;*/
	height: auto;
}
.service-main .service1:hover {
	box-shadow: 1px 1px 10px 3px #000;
}
.service-main .service2 {
	padding: 25px; background: #0009; border-top-right-radius: 25px;
	/*height: 640px;*/
	height: auto;
}
.service-main .service2:hover {
	box-shadow: 1px 1px 10px 3px #000;
}
.service-main .service3 {
	padding: 25px; background: #0009; border-bottom-left-radius: 25px;
	/*height: 640px;*/
	height: auto;
	
}
.service-main .service3:hover {
	box-shadow: 1px 1px 10px 3px #000;
}
.service-main .service4 {
	padding: 25px; background: #f4752736; border-bottom-right-radius: 25px;
	/*height: 640px;*/
	height: auto;
}
.service-main .service4:hover {
	box-shadow: 1px 1px 10px 3px #000;
}
.service-main h3 {
	font-family: font4; text-transform: uppercase; letter-spacing: 3px; font-size: 40px;
	text-align: center;
}
.service-main h3 span {
	color: #f47427; font-size: 45px; text-shadow: 1px 1px 1px #000;
}
.service-main p {
	font-family: 'font2'; color: #444; font-size: 17px; line-height: 35px; font-weight: 600; color: #000;
	text-align: center;
}
.service-main img {
	max-width: 115%;
}

.img-fluid.side{
	box-shadow: 1px 1px 10px 1px black;
	margin-top:10px;
	border-radius: 10px; 
}

.service-main .module{
	
}

.service-main .module{
    padding: 20px;
    background: #f4752736;
    border: 3px solid rgb(20,20,20);
    border-radius: 8px;
}

.service-main .module h2{
	font-family: 'font4';
    font-size: 30px;
	text-align: center; 

}
.service-main .module img{
	box-shadow: 1px 1px 10px 1px black;
	margin-top:10px;
}








.equipment {
	padding: 100px 0px 100px 0px;    background: linear-gradient(0deg, #000000c7 25%, #000000c7 90%), url(/img/backgrounds/speck-02.png) center no-repeat;
}
.equipment .container-fluid {
	padding: 0px;
}
.equipment .row {
	--bs-gutter-x: 0;
}
.equipment h2 {
	font-family: font4; font-size: 35px; text-align: center; letter-spacing: 5px; text-transform: uppercase; color: #f5f5f5; text-shadow: 1px 1px 1px #000;
}
.equipment h3 {
	font-family: font4; font-size: 30px; text-align: center; letter-spacing: 2px; text-transform: uppercase; color: #fff; background: #ff6b00;
	text-shadow: 1px 1px 1px #000;
}




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


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

/**** Footer Section ****/
.footer-section {
	padding-top: 30px; text-align: center;
}
.footer-section img {
	max-width: 210px; padding-bottom: 25px;
}
.service-cities h4 {
	font-size: 24px; font-weight: 600; color: rgb(0,0,0);
}
.service-cities h3 {
    font-size: 31px;
    font-family: 'font4';
    font-weight: 600;
    text-align: center;
    letter-spacing: 5px;
    text-transform: uppercase;
}
.service-cities a {
	font-size: 18px; line-height: 10px; color: rgb(0,0,0);
}
.footer-section hr {
    width: 100%;
}
/**** Misc. Section ****/
.btn {
	background: rgb(249,78,1); width: 50%; padding: 10px 0px; color: #ffffff; cursor: pointer; outline: none; border: none;
}
.alert h1,
.alert p {
	top: 2em; opacity: 0; position:relative;
}
.alert h1 {
	margin-top: 0; color: #2b1663;
}
.custom-show {
	position: fixed; transform: scale(1,1); border: 0; background: white; border-radius: 0; z-index: 1100; overflow: inherit; -webkit-transition-property: all; -webkit-transition-duration: .30s; -webkit-transition-timing-function: ease-in-out; transition-property: all; transition-duration: .30s; transition-timing-function: ease-in-out;
}
.alert-dismissible .close {
	position: absolute; top: 0; right: 0; background: transparent; border: none; padding: 0.75rem 1.25rem; color: rgb(80,80,80); font-family: 'font2'; outline: none; z-index: 3;
}
.alert-dismissible .close span {
	font-size: 35px;
}
.lnr {
	display: inline-block; fill: currentColor; width: 1em; height: 1em; vertical-align: -0.2em; cursor: pointer;
}

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

}