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

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

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

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

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

@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'feathericons';
	src:url('../fonts/feathericons/feathericons.eot?-8is7zf');
	src:url('../fonts/feathericons/feathericons.eot?#iefix-8is7zf') format('embedded-opentype'),
		url('../fonts/feathericons/feathericons.woff?-8is7zf') format('woff'),
		url('../fonts/feathericons/feathericons.ttf?-8is7zf') format('truetype'),
		url('../fonts/feathericons/feathericons.svg?-8is7zf#feathericons') format('svg');
}

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

/* ======================================== */
/* === Top Header Section ================= */
/* ======================================== */
.top-header {
    position: fixed;
    width: 100%;
    z-index: 1;
    background: #3d5146;
    z-index: 3;
    -webkit-transition: all .30s ease;
    -moz-transition: all .30s ease;
    -o-transition: all .30s ease;
    transition: all .30s ease;
    border-bottom: 5px solid #fff;
    padding-bottom: 7px;
}
.top-header .header-logo-1 {
    /* background: linear-gradient(to right, #ffffff00, #ffffff00), url(/img/alpine-landscaping-logo-light-2.png) no-repeat; */
    background: linear-gradient(to right, #ffffff00, #ffffff00), url(/img/alpine-white.webp) no-repeat;
    background-size: 80%;
    background-color: #3d5146;
    height: 200px;
    margin-bottom: -100px;
    margin-top: 0px;
    background-position: top center;
    border: 2px solid #fff;
    border-top: 0px;
    position: absolute;
    width: 200px;
    top: 0%;
    left: 50%;
    transform: translate(-50%);
				
				transition: all 0.3s;

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

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

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

}
.top-header div[class*='col-']:nth-child(2) {
	
	    justify-content: flex-end;
    display: flex;

}
.top-header div[class*='col-']:nth-child(2) .email-cta {
	 margin-top: 5px; padding: 5px 0px 5px 0px; width: fit-content;
}
.top-header div[class*='col-']:nth-child(2) i {
	font-size: 20px; color: #dcdcd3; margin-top: 3px;
}
.top-header div[class*='col-']:nth-child(2) span {
	font-family: font3;  color: transparent; font-size: 12px; letter-spacing: 1px;    margin-top: 15px;
}
.top-header div[class*='col-']:nth-child(2) a {


}
.top-header div[class*='col-']:nth-child(2) .email-cta {
	    width: fit-content;
    /*background: #ffffff52;*/
    border-radius: 25px;
}

.top-header div[class*='col-']:nth-child(2)  .email-cta span {
	color: #fff;
}
.top-header div[class*='col-']:nth-child(2) a:hover {
	
}
.top-header div[class*='col-']:nth-child(2) a:hover .email-cta {
	    width: fit-content;
    background: #ffffff52;
    border-radius: 25px;
}
.top-header div[class*='col-']:nth-child(2) a:hover .email-cta span {
	color: #fff;
}
.top-header div[class*='col-']:nth-child(2) a:hover .email-cta i {
	color: #3d5146;
}
.top-header div[class*='col-']:nth-child(3) {
	
}
.top-header div[class*='col-']:nth-child(3) a {

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

}
.top-header div[class*='col-']:nth-child(4) {
	    justify-content: flex-start;
    display: flex;
}
.top-header div[class*='col-']:nth-child(4) .call-cta {
	 margin-top: -5px; padding: 5px 0px 5px 0px; width: fit-content;
}
.top-header div[class*='col-']:nth-child(4) i {
	font-size: 20px; color: #dcdcd3; margin-top: 3px;
}
.top-header div[class*='col-']:nth-child(4) span {
	font-family: font3; display: none; color: #dcdcd3; font-size: 17px;
}
.top-header div[class*='col-']:nth-child(4) a {

}
.top-header div[class*='col-']:nth-child(4) .call-cta span {
	display: contents;
}

.top-header div[class*='col-']:nth-child(4) a:hover {
	
}
.top-header div[class*='col-']:nth-child(4) a:hover .call-cta {
	    width: fit-content;
    background: #ffffff52;
    border-radius: 25px;
}
.top-header div[class*='col-']:nth-child(4) a:hover .call-cta span {
	display: contents;
}
.top-header div[class*='col-']:nth-child(4) a:hover .call-cta i {
	color: #3d5146;
}
.top-header div[class*='col-']:nth-child(5) {

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

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

}
.top-header .dropdown-menu {
	background: whitesmoke; border-radius: 0;
}
.top-header .dropdown-menu a {
	color: #222; padding: 3px 20px !important;
}
.top-header .dropdown-toggle {
	background: #21212100; padding: 6px 25px; outline: none !important; border-color: #f3f3f3b5;
}
.top-header .dropdown-toggle:hover {
	background-color: white !important; color: #000 !important;
}
.btn-secondary:not([disabled]):not(.disabled).active, .btn-secondary:not([disabled]):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
	color: #000; background-color: rgb(255, 255, 255); border-color: #666e76; box-shadow:none !important;
}
.top-header .btn-secondary.focus,
.btn-secondary:focus {
	outline: none !important; box-shadow: none !important;
}

/* ======================================== */
/* === Navigvation Section ================ */
/* ======================================== */
.navbar-inverse .navbar-inner {
	display:none;
}
.dropdown-menu {
	position: absolute; top: 100%; left: 0; z-index: 1000; display: none; float: left; min-width: 200px; padding: .5rem 0; margin: .125rem 0 0; font-size: 18px; color: rgb(33, 37, 41); text-align: left; list-style: none; background-color: rgb(255,255,255); background-clip: padding-box; border: 1px solid rgba(0,0,0,.15); border-radius: .25rem;
}
.dropdown-menu.columns-3 {
	min-width: 600px;
}
.dropdown-menu li a {
	padding: 5px 15px; font-weight: 300;
}
.dropdown-item {
	display: block; width: 100%; font-weight: 600; font-family: 'font2'; padding: .25rem 1.5rem; clear: both; color: rgb(12,12,12); text-align: inherit; white-space: nowrap; background: 0 0;border: 0;
}
.dropdown-item.active, .dropdown-item:active {
	color: rgb(255,255,255); text-decoration: none; background-color: rgb(22,22,22) !important;
}
.dropdown {
	float: left; position: relative;
}
.dropdown .dropbtn {
	font-size: 16px; border: none; outline: none; color: white; padding: 14px 16px; background-color: inherit;font-family: inherit; margin: 0;
}
.navbar a:hover, .dropdown:hover .dropbtn {
	background-color: #043174;
}
.dropdown-one {
	cursor: pointer; display: none; position: absolute; background-color: #f9f9f9; min-width: 160px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.dropdown-two {
	cursor: pointer; display: none; position: absolute; left: 160px; top: 0px; min-width: 160px; background-color: #f9f9f9; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.dropdown-three {
	cursor: pointer; display: none; position: absolute; left: 160px; top: 48px; min-width: 160px; background-color: #f9f9f9; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.dropdown:hover .dropdown-one, #link1:hover > .dropdown-two {
	display: block;
}
.dropdown:hover .dropdown-one, #link2:hover > .dropdown-three {
	display: block;
}
.dropdown-one .dItem {
	color: black; padding: 12px 16px; display: block; text-align: left;
}
.dropdown-one .dItem:hover, .dropdown-two a:hover {
	background-color: #ddd;
}
.my-pad {
	padding: 0 0 0 15px;
}
.my-pad h5 {
	color: rgb(255,255,255); font-size: 18px; text-transform: uppercase; padding-top: 20px;	line-height: 5px; font-weight: 600;
}
.multi-column-dropdown {
	list-style: none; margin: 0px; padding: 0px;
}
ul.multi-column-dropdown {
	padding: 0 0 0;
}
.multi-column-dropdown li a {
	display: block;	clear: both; line-height: 1.428571429; color: #333; white-space: normal;
}
.multi-column-dropdown li a:hover {
	text-decoration: none; color: #262626; background-color: #999;
}
.tab {
	overflow: hidden; border: 1px solid #ccc; background-color: #f1f1f1; font-family: 'font2';
}
.tab button {
	background-color: inherit; float: left; border: none; outline: none; cursor: pointer; padding: 14px 16px; transition: 0.3s; font-size: 17px;
}
.tab button:hover {
	background-color: #ddd;
}
.tab button.active {
	background-color: #ccc;
}
.tabcontent {
	display: none; padding: 6px 12px; border: 1px solid #ccc; border-top: none;
}
.tabcontent h3 {
	padding-top: 40px; padding-bottom: 40px; font-family: 'font'; text-align: center; font-size: 2rem; color: rgb(246,177,24);
}
.top-header-animate {
	/*background: #dcdcd3;*/
	/*margin-top: -100px;*/
	
	background: #3d5146;
	margin-top: -0px;
}
.top-header-animate .header-logo-1 {
    /* background: linear-gradient(to right, #ffffff00, #ffffff00), url(/img/alpine-landscaping-logo-light-2.png) no-repeat; */
    background: linear-gradient(to right, #ffffff00, #ffffff00), url(/img/alpine-white.webp) no-repeat;
    background-size: 55%;
    background-color: #3d5146;
    height: 155px;
    margin-bottom: -100px;
    margin-top: 0;
    background-position: top center;
    border: 2px solid #fff;
    border-top: 0px;
}
.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: linear-gradient(to right, #ffffffe6, #ffffffe6), url(/img/homepage/contour-2.png);
    background-size: 50%; background-attachment: fixed;
    background-position: center center; background-repeat: repeat;
    position: relative;
}
.navbar-scroll {
    padding: 70px 0 0px 0;
    position: fixed;
    background: #dcdcd3d6;
    width: 100%;
    z-index: 2;
    -webkit-transition: all .30s ease;
    -moz-transition: all .30s ease;
    -o-transition: all .30s ease;
    transition: all .30s ease;
    box-shadow: 1px 1px 10px 1px #000;
    border-bottom: 5px solid #fff;
}
.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:0px 10px 0px 10px; padding: 6px 10px; font-weight: 600; font-size: 18px; color: #3d5146; font-family: 'font3'; letter-spacing: 1px;
}
.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 {
	font-weight: 600; background: #3d5146; color: #dcdcd3;
}
.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: 95px;
}
.home-header-section .slider-logo span {
	font-family: 'font'; color: rgb(196,41,56);
}
/* Sticky CTA Container */
.sticky-cta {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    display: flex;
    align-items: center;
    background-color: #fff;
    border: 2px solid #3d5146;
    border-radius: 20px; /* Slightly smaller border radius */
    padding: 10px 15px; /* Reduced padding for compact size */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.5s ease;
}

/* CTA Content */
.sticky-cta .cta-content {
    display: flex;
    align-items: center;
    gap: 10px; /* Reduced gap between image and text */
}

/* Image */
.sticky-cta .cta-photo {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
  
    transition: width 0.5s ease, height 0.5s ease;
}

/* Info Section */
.sticky-cta .cta-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

/* CTA Button */
.sticky-cta .cta-button {
    font-family: 'font3', sans-serif;
    font-size: 14px; /* Slightly smaller font size */
    font-weight: bold;
    text-decoration: none;
    color: #fff; letter-spacing: 1px;
    background-color: #3d5146;
    padding: 8px 15px; /* Reduced padding inside the button */
    border-radius: 25px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    transition: all 0.5s ease;
    margin-top: 5px; /* Add space between the button and the bullet list */
}
.sticky-cta .cta-button:hover {
	background: #3d5146de;
}
/* Expanded Section (Hidden by Default) */
.sticky-cta .cta-expanded {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 5px; /* Reduced margin for compact layout */
}

/* Emergency Question */
.sticky-cta .cta-emergency {
      font-family: 'font3', sans-serif;
    font-size: 25px;
    font-weight: bold;
    color: #3d5146;
    letter-spacing: 2px;
    margin-left: -115px;
    margin-bottom: 25px;
}

/* Bullet List */
.sticky-cta .cta-bullet-list {
font-family: 'font2', sans-serif;
    font-size: 13px;
    list-style-type: disc;
    margin: -3px 0 10px 59px;
    padding: 0;
    text-align: left;
}

/* Hover Effect */
.sticky-cta:hover {
    padding: 15px 20px; /* Slightly expand padding on hover */
}

.sticky-cta:hover .cta-photo {
        width: 115px;
    height: 115px;
	margin-left: -5px;
    margin-bottom: -15px;

}

.sticky-cta:hover .cta-expanded {
    display: flex;
    transition: all 0.5s ease;
}

.showcase{
	position:relative;
	height: 110vh;
	display:flex;
	flex-direction: column; 
	justify-content: center;
	align-items: center;
	text-align: center; 
}
.background-video {
 margin-bottom: 377px;
	position:absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width:100%;
	height: 100%;
	overflow:hidden;
	object-fit: cover; 
	
	/*height: 1350px;*/
	/*height: auto;*/
	
    /*position: relative;*/
    /*width: 100%;*/
    /*height: 100vh;*/
    /*overflow: hidden;*/
    background: url('/img/homepage/hvac-parallax.jpg') no-repeat center center;
    /*background-size: cover;*/
}
.video-overlay {
	    position: relative;
    padding: 50px 10px 50px 10px;
    background: #fffffff0;
     margin-top: -1735px;
    margin-bottom: 1135px;
    width: 100%;
}
.video-overlay h1 {
	font-family: font3; font-size: 45px; color: #3d5146; font-weight: 600; text-align: center;
}
.video-overlay h1 span {
	font-size: 20px; font-family: font2; font-weight: 500; color: #000;
}
.video-overlay h1 strong {
	color: #3d5146; letter-spacing: 2px; text-decoration: underline;
}
.video-overlay h4 {
	padding: 35px 10px 35px 10px; border-radius: 10px; color: #3d5146; font-size: 20px; letter-spacing: 2px;
	background: #dcdcd3; text-align: center; font-family: font3; font-weight: 600; text-transform: uppercase;
}
.video-overlay h4:hover {
 background: #3d5146; color: #fff;
}
.home1 {
	background: linear-gradient(to right, #ffffffe6, #ffffffe6), url(/img/homepage/contour-2.png);
    background-size: 50%;   
    
    background-position: center center; position: relative;
}
.home1 .container-fluid {
	padding: 0px;
}
.home1 .row {
	    --bs-gutter-x: 0;
}
.home1 .home-intro {
  padding: 100px 25px 100px 25px;
    background: #fff;
    margin-right: -450px;
    position: relative;
    border: 5px solid #dcdcd3;
    border-radius: 5px;
    margin-left: 175px;
    box-shadow: -25px -25px 0px 0px #3d5146;
}
.home1 .spacer {
	padding: 150px 50px 150px 50px;
}
.home1 .home-image {
/*background: linear-gradient(to right, #ffffff00, #ffffff00), url(/img/homepage/landscaping-home-4.jpg) no-repeat;*/
background: linear-gradient(to right, #ffffff00, #ffffff00), url(/img/section-1/023.jpg) no-repeat;
    background-size: cover;    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
        height: 830px;
    background-position: center center;
}
.home1 h2 {
	font-family: 'font3'; font-size: 25px; text-align: center; font-weight: 500; 
}
.home1 h2 span {
	color: #3d5146;font-weight: 600; font-size: 45px;
}
.home1 p {
	font-size: 17px; font-family: 'font2'; font-weight: 600; ; color: rgb(150,150,150); line-height: 35px; text-align: center;
}




.mobile-welcome-intro {
	display: none;
}

@media (max-width: 991px) {
	.mobile-welcome-intro {
		display: block;
		padding: 55px 20px 45px 20px;
		background: linear-gradient(to right, #fffffff2, #fffffff2), url(/img/homepage/contour-2.png);
		background-size: 75%;
		background-position: center center;
		text-align: center;
		border-top: 8px solid #3d5146;
		border-bottom: 8px solid #dcdcd3;
	}

	.mobile-welcome-intro span {
		display: inline-block;
		margin-bottom: 12px;
		padding: 8px 18px;
		background: #dcdcd3;
		color: #3d5146;
		border-radius: 10px;
		font-family: font3;
		font-size: 14px;
		font-weight: 600;
		letter-spacing: 2px;
		text-transform: uppercase;
	}

	.mobile-welcome-intro h2 {
		margin-bottom: 18px;
		font-family: font3;
		font-size: 30px;
		line-height: 1.25;
		color: #3d5146;
		font-weight: 600;
	}

	.mobile-welcome-intro p {
		max-width: 650px;
		margin: 0 auto 24px auto;
		font-family: font2;
		font-size: 17px;
		line-height: 32px;
		color: rgb(100,100,100);
		font-weight: 600;
	}

	.mobile-welcome-btn {
		display: inline-block;
		padding: 14px 24px;
		background: #3d5146;
		color: #fff;
		border-radius: 10px;
		font-family: font3;
		font-size: 15px;
		font-weight: 600;
		letter-spacing: 1px;
		text-transform: uppercase;
		text-decoration: none;
		box-shadow: 0px 10px 20px rgba(0,0,0,.15);
		transition: .3s ease;
	}

	.mobile-welcome-btn:hover {
		background: #dcdcd3;
		color: #3d5146;
		text-decoration: none;
	}
}

@media (max-width: 575px) {
	.mobile-welcome-intro {
		padding: 45px 18px 38px 18px;
		background-size: 100%;
	}

	.mobile-welcome-intro h2 {
		font-size: 25px;
	}

	.mobile-welcome-intro p {
		font-size: 16px;
		line-height: 29px;
	}

	.mobile-welcome-btn {
		width: 100%;
		max-width: 280px;
		padding: 13px 18px;
	}
}




.home-service-cards {
	padding: 150px 250px 150px 250px; background: #3d514691;
}
.home-service-cards .card-board {
	background: #ecece9; border-radius: 15px; text-align: center; cursor: pointer;
}
.home-service-cards .card-board .row {
	    --bs-gutter-x: 0;
}
.home-service-cards .card-board hr {
	background: #3d5146; height: 2px; opacity: 100%; margin: 0px;
}
.home-service-cards .service-card1 {
	padding: 50px 25px 50px 25px; 
}
.home-service-cards .service-card1:hover {
    background: linear-gradient(to right, #3d5146e8, #3d5146e8), url(/img/homepage/contour-1.png);
    background-size: cover; color: #fff;
    background-position: center center;border-top-left-radius: 10px; 
}
.home-service-cards .service-card-mid1 {
	padding: 50px 25px 50px 25px;  border-left: 2px solid #3d5146; border-right: 2px solid #3d5146;
}
.home-service-cards .service-card-mid1:hover {
    background: linear-gradient(to right, #3d5146e8, #3d5146e8), url(/img/homepage/contour-1.png);
    background-size: cover; color: #fff;
    background-position: center center; 
}
.home-service-cards .service-card2 {
	padding: 50px 25px 50px 25px; 
}
.home-service-cards .service-card2:hover {
    background: linear-gradient(to right, #3d5146e8, #3d5146e8), url(/img/homepage/contour-1.png);
    background-size: cover; color: #fff;
    background-position: center center; border-top-right-radius: 10px;
}

.home-service-cards .service-card11 {
	padding: 50px 25px 50px 25px; 
}
.home-service-cards .service-card11:hover {
    background: linear-gradient(to right, #3d5146e8, #3d5146e8), url(/img/homepage/contour-1.png);
    background-size: cover; color: #fff;
    background-position: center center;; border-bottom-left-radius: 10px;
}
.home-service-cards .service-card-mid2 {
	padding: 50px 25px 50px 25px;  border-left: 2px solid #3d5146; border-right: 2px solid #3d5146;
}
.home-service-cards .service-card-mid2:hover {
    background: linear-gradient(to right, #3d5146e8, #3d5146e8), url(/img/homepage/contour-1.png);
    background-size: cover; color: #fff;
    background-position: center center;
}
.home-service-cards .service-card22 {
	padding: 50px 25px 50px 25px; 
}
.home-service-cards .service-card22:hover {
	    background: linear-gradient(to right, #3d5146e8, #3d5146e8), url(/img/homepage/contour-1.png);
    background-size: cover; color: #fff;
    background-position: center center; border-bottom-right-radius: 10px;
}

.home-service-cards .card-board h3 {
    font-family: font3;
    font-size: 27px;
    margin-top: 20px;
    margin-left: 20px;
}
.home-service-cards .card-board p {
	font-size: 17px; font-family: 'font2'; font-weight:500; line-height: 35px; text-align: center;
}
.home-service-cards .card-board i {
	    font-size: 35px;
        padding: 20px 7px 15px 7px;
    background: #3d5146; position: relative;
    color: #fff;
    border-radius: 10px;
    width: 75px;
    height: 75px;
}
.home-service-cards .service-card-mid1:hover i {
	background: #fff; color: #3d5146; transform: rotate(360deg); transition: 1.5s; box-shadow: 0px 0px 0px 15px #fff; font-size: 50px;
}
.home-service-cards .service-card-mid2:hover i {
	background: #fff; color: #3d5146; transform: rotate(360deg); transition: 1.5s; box-shadow: 0px 0px 0px 15px #fff; font-size: 50px;
}
.home-service-cards .service-card1:hover i {
	background: #fff; color: #3d5146; transform: rotate(360deg); transition: 1.5s; box-shadow: 0px 0px 0px 15px #fff; font-size: 50px;
}
.home-service-cards .service-card11:hover i {
	background: #fff; color: #3d5146; transform: rotate(360deg); transition: 1.5s; box-shadow: 0px 0px 0px 15px #fff; font-size: 50px;
}
.home-service-cards .service-card2:hover i {
	background: #fff; color: #3d5146; transform: rotate(360deg); transition: 1.5s; box-shadow: 0px 0px 0px 15px #fff; font-size: 50px;
}
.home-service-cards .service-card22:hover i {
	background: #fff; color: #3d5146; transform: rotate(360deg); transition: 1.5s; box-shadow: 0px 0px 0px 15px #fff; font-size: 50px;
}
   .modal-content {
            background: linear-gradient(to right, #fffffff0, #fffffff0), url(/img/homepage/contour-1.png);
			background-color: #fff;
    background-size: 50%;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: repeat;
    position: relative;
        color: #3d5146; top: 200px;
        border-radius: 10px;
      /*  padding: 20px;*/
    }
    .modal-header {
        border-bottom: 2px solid #3d5146;
    }
	.modal-title {
		 font-family: font3; font-size: 30px;
	}
	.modal-body {
		padding: 25px; 
	}
	.modal-body p  {
		font-family: font2; font-weight: 600; font-size: 17px; line-height: 30px;
	
	}
		.modal-body li  {
		font-family: font2; font-weight: 500; font-size: 15px; line-height: 35px;
	
	}
    .modal-footer {
        border-top: 2px solid #3d5146;
    }
    .btn-dark {
        background: #3d5146;
        color: #fff;
        border: none;
    }
    .btn-dark:hover {
        background: #2a3b32;
    }
	.modal-content img {
		height: 100%; border-top-right-radius: 10px; border-bottom-right-radius: 10px;
	}
.home-choose {
	padding: 150px 0px 250px 0px;background: linear-gradient(to right, #ffffff00, #ffffff00), url(/img/homepage/landscaping-home-5.jpg);
			background-size: cover;
    background-position: center center; 
}
.home-choose .row {
	--bs-gutter-x: 0;
}
.home-choose .choose-box {
	padding: 50px;     background: linear-gradient(to right, #ffffffe6, #ffffffe6), url(/img/homepage/contour-2.png);
    background-size: 50%;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: repeat;
    position: relative; text-align: center;border-radius: 25px;    margin: 0px 12px 0px 12px;
}
.home-choose h2 {
	font-family: font3; font-size: 20px; 
}
.home-choose h2 span {
	font-size: 40px; font-weight: 600;color: #3d5146;
}
.home-choose h4 {
	font-family: font2; font-weight: 600;   
	font-size: 19px; color: #3d5146; 
}
.home-choose p {
	font-size: 17px; font-family: 'font2'; font-weight: 600; line-height: 35px; text-align: center;
}
.home-choose i  {
	 color: #fff; text-align: center; font-size: 25px;     transform: rotate(-45deg);
}
.home-choose hr {
	    background: #3d5146;
    height: 2px;
    opacity: 50%;
    margin-left: -45px;
}
.home-choose .angler {
	    padding: 15px 7px 15px 10px; background: #3d5146; width: 50px; height: 50px; position: relative;  top: 20px;  transform: rotate(45deg);
		margin-left: -10px;
}
.home-choose .reason1 {
	padding: 15px 25px 45px 25px;    
}

.home-choose .reason2 {
	padding: 15px 25px 45px 25px;   
}

.home-choose .reason3 {
	padding: 15px 25px 45px 25px;  
}

.home-choose .reason4 {
	padding: 15px 25px 45px 25px;
}

  .popover-content {
        display: none;
        position: absolute;
        background: #ffffffe6;
        color: #3d5146;
        border: 1px solid #3d5146;
        padding: 10px;
        border-radius: 5px;
        width: 250px;
        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
        text-align: center;
    }
    .reason-container {
        position: relative;
        cursor: pointer;
	}
.home-steps {
	position: relative; padding-bottom: 100px;
}
.home-steps .container-fluid {
	padding: 0px;
}
.home-steps h2 {
	font-family: font3; font-size: 45px;  color: #fff; text-align: center;
}
.home-steps h3 {
	font-family: font3; font-size: 30px;  color: #3d5146; text-align: center;
}
.home-steps h3 span {
	font-size: 40px; text-shadow: 2px 2px 1px #fff; text-decoration: underline; font-weight: 500; letter-spacing: 1px;
}
.home-steps i {
	color: #fff;
}
.home-steps p {
	font-size: 17px; font-family: 'font2'; font-weight: 600; line-height: 35px; text-align: center;color: #3d5146;
}
.home-steps .pre-step {
	padding: 75px; background: #3d5146; border-bottom-left-radius: 35px; border-bottom-right-radius: 35px; margin-bottom: 70px;
}
.home-steps .pre-step p {
	color: #fff; margin: 0px 100px 0px 100px;
}
.home-steps .step-1 {
	
}
.home-steps .step-1 .step-1-content {
	background: #fff; padding: 50px; border-radius: 25px;    border: 2px dotted #3d5146;
}
.home-steps .step-2 {
	
}
.home-steps .step-2 .step-2-content {
	background: #dcdcd36b; padding: 50px; border-radius: 25px;    border: 2px dotted #3d5146;
}
.home-steps .step-3 {
	
}
.home-steps .step-3 .step-3-content {
	background: #fff; padding: 50px; border-radius: 25px;    border: 2px dotted #3d5146;
}
.home-steps .step-4 {

}
.home-steps .step-4 .step-4-content {
	background: #dcdcd36b; padding: 50px; border-radius: 25px;    border: 2px dotted #3d5146;
}

.home-estimate {
	padding: 100px; background: linear-gradient(to right, #3d5146de, #3d5146de), url(/img/homepage/landscaping-home-3.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    position: relative;
}
.home-estimate h2 {
	font-family: font3; font-size: 20px; text-align: center; color: #fff;
}
.home-estimate h2 span {
	font-size: 40px; font-weight: 600; text-shadow: 1px 1px 1px #000
}
.home-estimate p {
	font-family: font2; font-weight: 600; font-size: 17px; line-height: 35px; text-align: center; color: #fff;
}
.home-estimate mark {
	padding: 25px; border-radius: 10px; font-family: font3; font-size: 25px; color: #3d5146; background: #dcdcd3; font-weight: 600; border: 2px solid #fff;
}
.home-estimate mark:hover {
	background: #3d5146; color: #fff;
}

/**** About Section ****/
.about-intro {
	padding: 100px 0px 100px 0px;     background: #dcdcd3;
    background-size: cover;
}
.about-intro .bawks2 {
	padding: 15px 0px 15px 0px; background: #fff9; color: #3d5146; margin: 10px 0px 10px 0px;
	border-radius: 15px;
}
.about-intro h1 {
	font-family: font3; font-size: 25px; letter-spacing: 1px;
}
.about-intro h1 span {
	font-size: 50px; color: #3d5146; font-weight: 600;
}
.about-intro h2 {
	font-family: font3; font-size: 30px; letter-spacing: 2px; text-transform: uppercase; text-align: center;
}
.about-intro  p {
	font-family: font2; font-size: 17px; line-height: 35px;
}
.about-body {
	background: linear-gradient(0deg, #00000000 25%, #00000000 90%), url(/img/homepage/texture-4.png);
    background-size: cover;
    height: 100%; 
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
}
.about-body .container-fluid {
	padding: 0px;
}
.about-body .row {
	--bs-gutter-x: 0;
}
.about-body h2 {
	font-family: font3; font-size: 25px;
}
.about-body h2 span {
 color: #3d5146; font-size: 35px; font-weight: 600;
}
.about-body  p {
	font-family: font2; font-size: 17px; line-height: 35px;
}
.about-body .past {
	
}
.about-body .past .past-content {
	padding: 175px 50px 175px 50px; text-align: center;
}
.about-body .past .past-image {
	background: linear-gradient(0deg, #00000000 25%, #00000000 90%), url(/img/about/alpine-about-1.jpg);
    background-size: cover;
    height: 100%;
    background-color: #000000d6;
    background-position: center center;
    background-repeat: no-repeat;
	    border-left: 10px solid #3d5146;
    border-bottom: 10px solid #3d5146;
}
.about-body .present {
	
}
.about-body .present .present-content {
	padding: 175px 50px 175px 50px; text-align: center;
}
.about-body .present .present-image {
	background: linear-gradient(0deg, #00000000 25%, #00000000 90%), url(/img/about/alpine-about-2.jpg);
    background-size: cover;
    height: 100%;
	    border-right: 10px solid #3d5146;
    border-bottom: 10px solid #3d5146;
	    border-top: 10px solid #3d5146;
    background-color: #000000d6;
    background-position: center center;
    background-repeat: no-repeat;
}
.about-body .future {
	
}
.about-body .future .future-content {
	padding: 175px 50px 175px 50px; text-align: center;
}
.about-body .future .future-image {
	background: linear-gradient(0deg, #00000000 25%, #00000000 90%), url(/img/about/alpine-about-4.jpg);
    background-size: cover;
    height: 100%;
    background-color: #000000d6;
    background-position: center center;
    background-repeat: no-repeat;
	 border-left: 10px solid #3d5146;
    border-top: 10px solid #3d5146;
}
/**** Services Section ****/
.service-intro {
	padding: 150px 0px 150px 0px;
		background: linear-gradient(0deg, #3d5146b3 25%, #3d5146b3 90%), url(/img/services/service-intro-1.jpg);
    background-size: cover;
    height: 100%; color: #fff;
    background-color: #000000d6;
    background-position: center center;
    background-repeat: no-repeat;
}
.service-intro h1 {
	font-family: font3; font-size: 25px; text-align: center;
}

.service-intro h1 span {
	font-size: 50px; font-weight: 600;
}

.service-intro h2 {
	font-family: font3; font-size: 25px; text-align: center; padding: 15px; width: 75%; background: #dcdcd3;color: #3d5146; font-weight: 600;
}
.service-intro h2:hover {
	background: #3d5146; color: #fff;
}
.service-intro p {
	font-family: font2; font-size: 17px; line-height: 35px; 
	font-weight: 600; text-align: center; margin: 0px 100px 0px 100px;
}

.landscaping-services-body {
	position: relative;
}
.landscaping-services-body h3 {
	font-family: font3; font-size: 30px; text-align: center;font-weight: 600;
}
.landscaping-services-body h3 span {
	font-size: 20px; font-weight: 500;
}
.landscaping-services-body p  {
	font-family: font2; font-weight: 600; font-size: 17px; line-height: 35px; text-align: center;
}
.landscaping-services-body a  {
	font-family: font3; font-weight: 900; font-size: 17px; line-height: 35px; text-align: center; color: white; display: inline-flex; 
}
.landscaping-services-body a.green  {
	color: #3d5146; 
}
.landscaping-services-body a.green:hover  {
	color: white;; 
}
.landscaping-services-body .container-fluid {
	padding: 0px;
}
.landscaping-services-body .row {
	    --bs-gutter-x: 0;
}
.landscaping-services-body .lawn-services {
		position: relative;
}
.landscaping-services-body .lawn-services .service-padder1 {
	padding: 150px 0px 150px 100px;
}
.landscaping-services-body .lawn-services .lawn-service-content {
	padding: 50px; background: #3d5146; position: relative; color: #fff;    margin-left: 300px;
    margin-right: -300px;
				
				border-radius: 35px;
				
				z-index: 1; 
}
.landscaping-services-body .lawn-services .lawn-service-image {
	background: linear-gradient(0deg, #00000000 25%, #00000000 90%), url(/img/services/landscape-001.jpg);
    background-size: cover;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
}

.landscaping-services-body .lawn-services .lawn-service-image {
    background-size: cover;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    transition: background-image 1s ease-in-out;
}
.lawn-service-image {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

/* Each image layer */
.lawn-service-image .image {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: opacity .5s ease-in-out, transform .5s ease-in-out;
    opacity: 0;
    transform: translateX(100px); /* Start slightly to the right */
}

/* Show the active image */
.lawn-service-image .image.active {
    opacity: 1;
    transform: translateX(0px); /* Slide into place */
}

/* Fade Out & Slide Right */
.lawn-service-image.fade-out {
    opacity: 0;
    transform: translateX(50px); /* Moves image to the right */
}



.landscaping-services-body .sprinkler-services {
		position: relative;
}
.landscaping-services-body .sprinkler-services .service-padder1 {
	padding: 150px 100px 150px 0px;
}
.landscaping-services-body .sprinkler-services .sprinkler-service-content {
	padding: 50px; background: #dcdcd3; position: relative; color: #3d5146;    margin-left: -300px;
    margin-right: 300px;
				border-radius: 35px;
				z-index: 1; 

				
}
.landscaping-services-body .sprinkler-services .sprinkler-service-image {
	background: linear-gradient(0deg, #00000000 25%, #00000000 90%), url(/img/services/service-sprinkler.jpg);
    background-size: cover;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
}

.landscaping-services-body .wall-services {
		position: relative;
}
.landscaping-services-body .wall-services .service-padder1 {
	padding: 150px 0px 150px 100px;
}
.landscaping-services-body .wall-services .wall-service-content {
	padding: 50px; background: #3d5146; position: relative; color: #fff;    margin-left: 300px;
    margin-right: -300px;
				border-radius: 35px;
				z-index: 1; 
				
				
}
.landscaping-services-body .wall-services .wall-service-image {
	background: linear-gradient(0deg, #00000000 25%, #00000000 90%), url(/img/services/service-wall.jpg);
    background-size: cover;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
}

.landscaping-services-body .exterior-services {
		position: relative;
}
.landscaping-services-body .exterior-services .service-padder1 {
	padding: 150px 100px 150px 0px;
}
.landscaping-services-body .exterior-services .exterior-service-content {
	padding: 50px; background: #dcdcd3; position: relative; color: #3d5146;    margin-left: -300px;
    margin-right: 300px;
				border-radius: 35px;
				z-index: 1; 
				
				
}
.landscaping-services-body .exterior-services .exterior-service-image {
	background: linear-gradient(0deg, #00000000 25%, #00000000 90%), url(/img/services/pavers-001.jpg);
    background-size: cover;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
}

.landscaping-services-body .outdoor-services {
		position: relative;
}
.landscaping-services-body .outdoor-services .service-padder1 {
	padding: 150px 0px 150px 100px;
}
.landscaping-services-body .outdoor-services .outdoor-service-content {
	padding: 50px; background: #3d5146; position: relative; color: #fff;    margin-left: 300px;
    margin-right: -300px;
				
				border-radius: 35px;
				z-index: 1; 

				
}
.landscaping-services-body .outdoor-services .outdoor-service-image {
	background: linear-gradient(0deg, #00000000 25%, #00000000 90%), url(/img/services/outdoor-living-001.jpg);
    background-size: cover;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
}

.landscaping-services-body .concrete-services {
		position: relative;
}
.landscaping-services-body .concrete-services .service-padder1 {
	padding: 150px 100px 150px 0px;
}
.landscaping-services-body .concrete-services .concrete-service-content {
	padding: 50px; background: #dcdcd3; position: relative; color: #3d5146;    margin-left: -300px;
    margin-right: 300px;
				
				border-radius: 35px;
				z-index: 1; 

				
}
.landscaping-services-body .concrete-services .concrete-service-image {
	/*background: linear-gradient(0deg, #00000000 25%, #00000000 90%), url(/img/services/service-concrete.jpg);*/
	background: linear-gradient(0deg, #00000000 25%, #00000000 90%), url(/img/services/concrete-001.jpg);
    background-size: cover;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
}



/* Carousel Section Start */
.motion1 {
	background: rgb(255,255,255);
	padding: 100px 0 75px 0;
}
.home-steps .carousel {
  --current-slide: 0;
  position: relative;
  overflow: hidden;
}
.home-steps .carousel-button {
  /* vertically centering the buttons */
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  padding: 0;
  margin: 0.5rem;
	height: 40px;
	width: 40px;
  border-radius: 100%;
	line-height: 0.9;
	color: rgb(83,82,82);
  background-color: transparent;
  border: none;
  font-size: 2.5rem;
  cursor: pointer;
  transition: color 0.1s;
}
.home-steps .carousel-button:hover {
  color: rgba(0, 0, 0, 0.5);
	border: none;
}
.home-steps .carousel-button.active {
	border: none !important;
}
.home-steps .carousel-button_next {
  right: 0;
	border: none;
}
.home-steps .slides {
  display: flex;
  transition: transform 0.5s;
  transform: translateX(calc(-100% * var(--current-slide)));
}
.home-steps .slide {
  flex: 0 0 100%;
	padding: 0px 100px 0px 100px;
}

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


.gallery-section-divider{
	
}
.gallery-section-divider h1 {
	font-size: 3rem; font-weight: 600; font-family: 'font2'; padding-bottom: 40px; text-align: center; color: rgb(129,141,148);
}
.gallery-section-divider h2 {
	font-size: 3rem; font-weight: 600; font-family: 'font2'; padding-bottom: 40px; text-align: center; color: rgb(129,141,148);
}
/**** Areas We Service Section ****/
.area:nth-child(odd) {
	padding: 75px 0 75px 0; background: linear-gradient(to right, #ffffffe6, #ffffffe6), url(/img/homepage/contour-2.png);
}
.area:nth-child(even) {
	padding: 75px 0 75px 0; background: linear-gradient(to right, #ffffffe6, #ffffffe6), url(/img/homepage/contour-2.png);
}
.area h2 {
	font-size: 2.5rem; font-family: font3; font-weight: 800; color: #3d5146;
}
.area h4 {
	font-size: 1.5rem; font-family: font3; color: #3d5146;
}
.area p {
	font-size: 17px; text-align: justify; color: rgb(12,12,12);
}
.area iframe {
	width: 100%; height: 410px;  border-radius: 0.8rem; box-shadow: 1px 1px 10px 1px rgb(0,0,0);
}

.area mark {
    padding: 25px 10px;
    border-radius: 10px;
    font-family: font3;
    font-size: 1.1rem;
    color: #3d5146;
    background: #dcdcd3;
    font-weight: 600;
    border: 2px solid #fff;
				width:max-content;
								transition:0.3s; 

}
.area mark a{
    /*padding: 25px 10px;*/
    /*border-radius: 10px;*/
    /*font-family: font3;*/
    /*font-size: 1.1rem;*/
    /*color: #3d5146;*/
    /*background: #dcdcd3;*/
    /*font-weight: 600;*/
    /*border: 2px solid #fff;*/
				color:  #3d5146;
				height: 100%;
				width:100%;
}

.area mark:hover {
 
    color: #dcdcd3;
    background: #3d5146;
 
}
 

.area-intro {
	padding: 100px 0px 100px 0px;     background: #dcdcd3;
    background-size: cover;
}
.area-intro .bawks2 {
	padding: 15px 0px 15px 0px; background: #fff9; color: #3d5146; margin: 10px 0px 10px 0px;
	border-radius: 15px;
}
.area-intro h1 {
	font-family: font3; font-size: 25px; letter-spacing: 1px; text-align:center; 
}
.area-intro h1 span {
	font-size: 2.4rem; color: #3d5146; font-weight: 600;
}
.area-intro h2 {
	font-family: font3; font-size: 30px; letter-spacing: 2px; text-transform: uppercase; text-align: center;
}
.area-intro h3 {
	font-family: font3; font-size: 1.5rem; letter-spacing: 2px; text-transform: uppercase; text-align: center;
}
.area-intro  p {
	font-family: font2; font-size: 17px; line-height: 35px;text-align: center;
}
/**** Contact Section ****/



/*Service Area Page*/
.service-area {
	padding:100px 0 100px 0; 
}
.service-area h2 {
	font-size: 2.5rem; font-family: font3; font-weight: 800; color: #3d5146;
}
.service-area h4 {
	font-size: 1.5rem; font-family: font3; color: #3d5146;
}
.service-area p {
	font-size: 17px; text-align: justify; color: rgb(12,12,12);     font-family: font2;
}
.service-area a {
	color:#3d5146;
	font-size: 1.3rem;  font-family: font3;
}
.service-area iframe {
	width: 100%; height: 410px;  border-radius: 0.8rem; box-shadow: 1px 1px 10px 1px rgb(0,0,0);
}

.service-area mark {
    padding: 25px 10px;
    border-radius: 10px;
    font-family: font3;
    font-size: 1.1rem;
    color: #3d5146;
    background: #dcdcd3;
    font-weight: 600;
    border: 2px solid #fff;
    width: max-content;
    transition: 0.3s;
}
.service-area-intro {
	padding: 100px 0px 100px 0px;     background: #3d5146;
    background-size: cover;
}
.service-area-intro .bawks2 {
	padding: 15px 0px 15px 0px; background: #fff9; color: #dcdcd3; margin: 10px 0px 10px 0px;
	border-radius: 15px;
}
.service-area-intro h1 {
	font-family: font3; font-size: 25px; letter-spacing: 1px; text-align:center;  color: #dcdcd3; 
}
.service-area-intro h1 span {
	font-size: 2.4rem; color: #dcdcd3; font-weight: 600; color: #dcdcd3; 
}
.service-area-intro h2 {
	font-family: font3; font-size: 30px; letter-spacing: 2px; text-transform: uppercase; text-align: center; color: #dcdcd3; 
}
.service-area-intro h3 {
	font-family: font3; font-size: 1.5rem; letter-spacing: 2px; text-transform: uppercase; text-align: center; color: #dcdcd3; 
}
.service-area-intro  p {
	font-family: font2; font-size: 17px; line-height: 35px;text-align: center;color: #dcdcd3; 
}
.service-area-intro iframe {
	width: 100%; height: 410px;  border-radius: 0.8rem; box-shadow: 1px 1px 10px 1px rgb(0,0,0);
}

/**** Reviews Section ****/
.alpine-reviews-section {
  padding: 70px 20px;
    background: linear-gradient(to right, #3d5146de, #3d5146de), url(/img/section-1/006.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
}

.alpine-reviews-wrap {
  max-width: 1180px;
  margin: 0 auto;
}

.alpine-reviews-header {
  text-align: center;
  margin-bottom: 36px;
}

.alpine-reviews-title {
  margin: 0 0 10px;
  font-size: clamp(32px, 5vw, 52px); font-family: font3;
  line-height: 1.05; color: #fff; font-weight: 700;
}

.alpine-reviews-subtitle {
  margin: 0;
  font-size: 18px;
  color: #fff;
}

.alpine-reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.alpine-review-card {
  display: none;
  background: #fff;
  border-radius: 18px;
  padding: 24px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
}

.alpine-review-card.alpine-review-visible {
  display: flex;
  flex-direction: column;
}

.alpine-review-top {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}

.alpine-review-avatar {
  width: 52px;
  height: 52px;
  border-radius: 999px;
  background: #23351f;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  letter-spacing: 0.04em;
  flex: 0 0 auto;
}

.alpine-review-author {
  margin: 0 0 4px;
  font-size: 18px;
  line-height: 1.2;
}

.alpine-review-stars {
  color: #f5b301;
  letter-spacing: 2px;
  font-size: 16px;
  line-height: 1;
}

.alpine-review-text {
  margin: 0 0 14px;
  color: #333;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.alpine-review-card.alpine-review-expanded .alpine-review-text {
  -webkit-line-clamp: unset;
  display: block;
}

.alpine-review-show-more {
  display: none;
  align-self: flex-start;
  padding: 0;
  margin: 0 0 16px;
  background: transparent;
  border: 0;
  color: #23351f;
  font-weight: 700;
  cursor: pointer;
  text-decoration: underline;
}

.alpine-review-show-more.alpine-review-show-more-active {
  display: inline-block;
}

.alpine-review-link {
  margin-top: auto;
  color: #23351f;
  font-weight: 700;
  text-decoration: none;
}

.alpine-review-link:hover {
  text-decoration: underline;
}

.alpine-reviews-actions {
  text-align: center;
  margin-top: 34px;
}

.alpine-load-more-button {
  border: 0;
  border-radius: 999px;
  background: #23351f;
  color: #fff;
  padding: 15px 28px;
  font-weight: 700;
  cursor: pointer;
}

.alpine-load-more-button:hover {
  opacity: 0.9;
}

@media (max-width: 900px) {
  .alpine-reviews-grid {
    grid-template-columns: 1fr;
  }
}

/*FAQ SECTION*/

.alpine-faq-section {
  padding: 70px 20px;
/*  background: #ffffff;*/
}

.alpine-faq-wrap {
  max-width: 920px;
  margin: 0 auto;
}

.alpine-faq-header {
  text-align: center;
  margin-bottom: 34px;
}

.alpine-faq-title {
  margin: 0 0 10px;
  font-size: clamp(32px, 5vw, 52px); font-family: font3;
  line-height: 1.05; font-weight: 700;
}

.alpine-faq-subtitle {
  margin: 0;
  color: #555;
  font-size: 18px;
}

.alpine-faq-list {
  display: grid;
  gap: 14px;
}

.alpine-faq-item {
  border: 1px solid #ddd8cc;
  border-radius: 16px;
  background: #f7f5ef;
  overflow: hidden;
}

.alpine-faq-question {
  width: 100%;
  border: 0;
  background: transparent;
  padding: 22px 24px;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  text-align: left;
  font-size: 19px;
  font-weight: 700;
  color: #23351f;
  cursor: pointer;
}

.alpine-faq-icon {
  font-size: 26px;
  line-height: 1;
  flex: 0 0 auto;
}

.alpine-faq-answer {
  display: none;
  padding: 0 24px 24px;
  color: #333;
  line-height: 1.65;
}

.alpine-faq-item.alpine-faq-open .alpine-faq-answer {
  display: block;
}

.alpine-faq-item.alpine-faq-open .alpine-faq-icon {
  transform: rotate(45deg);
}

.alpine-faq-answer p {
  margin: 0 0 14px;
}

.alpine-faq-answer ul {
  margin: 14px 0 0;
  padding-left: 22px;
}

.alpine-faq-answer li {
  margin-bottom: 7px;
}

.alpine-faq-answer a {
  color: #23351f;
  font-weight: 700;
  text-decoration: underline;
}

@media (max-width: 640px) {
  .alpine-faq-question {
    padding: 18px;
    font-size: 17px;
  }

  .alpine-faq-answer {
    padding: 0 18px 20px;
  }
}


/**** Sections On Every Page ****/
.contact-section {
	padding: 50px 0 50px 0;
}
.contact-section h2 {
	font-family: font3; font-size: 20px;
}
.contact-section h2 span {
	font-size: 40px; color: #3d5146; font-weight: 600;
}
.contact-section h3 {
	font-size: 25px; font-family: font2; font-weight: 800; color:  #3d5146; line-height: 40px;
}
.contact-section p {
	font-size: 17px; font-family: font2; font-weight: 600; line-height: 35px; 
}
.contact-section .map-frame{
	border-radius: 7px;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}







.design-intro {
	padding: 100px 0px 100px 0px;     background: #dcdcd3;
    background-size: cover;
}
.design-intro .bawks2 {
	padding: 15px 0px 15px 0px; background: #fff9; color: #3d5146; margin: 10px 0px 10px 0px;
	border-radius: 15px;
}
.design-intro h1 {
	font-family: font3; font-size: 25px; letter-spacing: 1px;
}
.design-intro h1 span {
	font-size: 50px; color: #3d5146; font-weight: 600;
}
.design-intro h2 {
	font-family: font3; font-size: 30px; letter-spacing: 2px; text-transform: uppercase; text-align: center;
}
.design-intro  p {
	font-family: font2; font-size: 17px; line-height: 35px;
}
.design-intro img{
	box-shadow: 1px 1px 12px black; 
}
.design-and-install {
	background: linear-gradient(0deg, #00000000 25%, #00000000 90%), url(/img/homepage/texture-4.png);
    background-size: cover;
    height: 100%; 
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
}
.design-and-install .container-fluid {
	padding: 0px;
}
.design-and-install .row {
	--bs-gutter-x: 0;
}
.design-and-install h2 {
	font-family: font3; font-size: 25px;
}
.design-and-install h2 span {
 color: #3d5146; font-size: 35px; font-weight: 600;
}
.design-and-install  p {
	font-family: font2; font-size: 17px; line-height: 35px;
}
.design-and-install .past {
	
}
.design-and-install .main-content {
	padding: 175px 50px 175px 50px; text-align: center;
}
.design-and-install .main-image {
	background: linear-gradient(0deg, #00000000 25%, #00000000 90%), url(/img/about/alpine-about-1.jpg);
    background-size: cover;
    height: 100%;
    background-color: #000000d6;
    background-position: center center;
    background-repeat: no-repeat;
	    border-left: 10px solid #3d5146;
    border-bottom: 10px solid #3d5146;
}
.design-and-install img{
	box-shadow: 1px 1px 12px black; 
}
.why-choose {
	padding: 100px 10px; background: linear-gradient(to right, #3d5146de, #3d5146de), url(/img/homepage/landscaping-home-3.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    position: relative;
}
.why-choose h2 {
	font-family: font3; font-size: 1.3rem; text-align: center; color: #fff;
}
.why-choose h2 span {
	font-size: 2rem; font-weight: 600; text-shadow: 1px 1px 1px #000
}
.why-choose p {
	font-family: font2; font-weight: 600; font-size: 1rem; line-height: 35px; text-align: center; color: #fff;
}
.why-choose mark {
	padding: 25px 10px; border-radius: 10px; font-family: font3; font-size: 1.1rem; color: #3d5146; background: #dcdcd3; font-weight: 600; border: 2px solid #fff;
}
.why-choose mark:hover {
	background: #3d5146; color: #fff;
}


/* FAQ SECTION */
.service-faq {
    padding: 80px 0;
    background: #f8f9fb;
}

.service-faq h2 {
    font-size: 2.5rem;
    font-family: font3;
    font-weight: 800;
    color: #3d5146;
}

/* FAQ ITEM */
.faq-item {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

/* QUESTION BUTTON */
.faq-question {
    width: 100%;
    background: none;
    border: none;
    outline: none;
    text-align: left;
    padding: 15px 0;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    color: #333;
}

/* plus icon */
.faq-question::after {
    content: "+";
    position: absolute;
    right: 0;
    font-size: 22px;
    transition: 0.3s;
}

/* ACTIVE STATE */
.faq-item.active .faq-question::after {
    content: "–";
}

/* ANSWER */
.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.faq-answer p {
    padding: 10px 0 15px 0;
    font-size: 16px;
    color: #555;
    line-height: 1.6;
}

/* OPEN STATE */
.faq-item.active .faq-answer {
    max-height: 200px;
}







/*FAQ Page*/
/*.faq {
  padding: 70px 0 75px 0;
  background: none;
}

.faq h1 {
  font-size: 2.7rem;
  font-weight: 800;
  padding-bottom: 15px;
  color: #3d5146;
  text-align: center;
  font-family: font3;
}

.faq h2 {
  font-size: 1.3rem;
  font-weight: 800;
  padding-bottom: 5px;
  color: black;
  text-align: center;
  font-family: font3;
}

.faq-list {
  width: auto;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.faq-item {
  margin-bottom: 12px;
}

.faq-question {
  width: 100%;
  border: 0;
  outline: 0;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-transform: capitalize;
  text-align: left;
  padding: 16px 20px;
  background-color: #3d5146;
  color: #fff;
  font-size: 1.05rem;
  font-weight: 700;
}

.faq-question:hover {
  background-color: #3d5146;
}

.faq-question span {
  transition: 200ms;
  font-weight: 600;
  font-size: 1.1rem;
}

.faq-question i {
  transition: transform 0.3s ease;
  margin-left: 15px;
  flex-shrink: 0;
}

.faq-answer {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease-in-out;
  background: rgb(255,255,255);
  border: 1px solid black;
  border-top: 0;
}

.faq-answer__inner {
  padding: 18px 20px;
}

.faq-answer p {
  margin: 0;
}

.faq-item.active .faq-question i {
  transform: rotate(180deg);
}

@media (max-width: 767px) {
  .faq h1 {
    font-size: 2rem;
  }

  .faq h2 {
    font-size: 1.1rem;
  }

  .faq-question {
    padding: 14px 16px;
  }

  .faq-question span {
    font-size: 1rem;
  }

  .faq-answer__inner {
    padding: 16px;
  }
}*/
/*FAQ Page END*/


/* ========================================== */
/* === 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: #3d51469c; color: rgb(255, 255, 255); font-size: 18px; font-weight: 400;
}
.footer-section .top-footer {
 background: #dcdcd3; border-top: 2px solid #3d5146;border-bottom: 2px solid #3d5146;
}
.footer-section .top-footer h4 {
	font-family: font3; font-size: 17px; color: #3d5146; font-weight: 600; height: 100%; width: fit-content;padding: 25px;
}
.footer-section .top-footer h4:hover {
	background: #3d5146; color: #fff;
}
.footer-section h3 {
	font-size: 1.3rem; color: rgb(30,30,30); font-weight: bold;
}
.footer-section p {
	color: rgb(255,255,255); font-size: 15px; font-family: 'font2';
}
.footer-section a {
	color: rgb(255,255,255); font-size: 16px;
}
.footer-section .service-cities p {
	margin: 0 0 3px;
}
.service-cities {
	padding: 125px 0px 100px 0px;
}
.service-cities img {
	padding-bottom: 20px;
}
.service-cities h5 {
	line-height: 8px;
}
.service-cities h4 {
	font-size: 20px; font-family: 'font2'; font-weight: 600; text-decoration: underline; color: rgb(255, 255, 255);
}
.service-cities h3 {
	font-size: 30px; font-family: 'font3'; font-weight: 600; text-align: center; color: rgb(255, 255, 255); padding-bottom: 25px;
}
.bottom-footer {
	padding: 25px 0px 15px 0px; background: #3d5146;
}
.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: #fff; margin-bottom: -10px;
}
.trademark-disclaimer p {
	font-size: 8px; text-align: center; color: #3d5146;
}

.mapper iframe{
	box-shadow: 1px 1px 10px 1px black;
	border-radius: 20px; 
}



/* === Lg. Laptop CSS Section ================= */
@media screen and (max-width : 1615px) {
	/*** Don't place anything here, unless absolutely necessary ***/
	
.background-video {
/*  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  z-index: 1;
	background: white; */

	
	
	
	
    /*position: relative;*/
    /*width: 100%;*/
    /*height: 100vh;*/
    /*overflow: hidden;*/
    /*background: url('/img/homepage/hvac-parallax.jpg') no-repeat center center;*/
    /*background-size: cover;*/
}

.showcase {
    height: 120vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.background-video{
/* margin-bottom: 377px;*/
/*    position: relative;*/
/*    width: 100%;*/
/*    height: 100vh;*/
/*    overflow: hidden;*/
/*    background: url('/img/homepage/hvac-parallax.jpg') no-repeat center center;*/
/*    background-size: cover;*/
/*	overflow:hidden;*/
	object-fit:cover;
	
}



.video-overlay {
	    position: relative;
    padding: 50px 10px 50px 10px;
    background: #fffffff0;
     margin-top: -1735px;
    margin-bottom: 1135px;
    width: 100%;
}
.video-overlay h1 {
	font-family: font3; font-size: 45px; color: #3d5146; font-weight: 600; text-align: center;
}
.video-overlay h1 span {
	font-size: 20px; font-family: font2; font-weight: 500; color: #000;
}
.video-overlay h1 strong {
	color: #3d5146; letter-spacing: 2px; text-decoration: underline;
}
.video-overlay h4 {
	padding: 35px 10px 35px 10px; border-radius: 10px; color: #3d5146; font-size: 20px; letter-spacing: 2px;
	background: #dcdcd3; text-align: center; font-family: font3; font-weight: 600; text-transform: uppercase;
}
.video-overlay h4:hover {
 background: #3d5146; color: #fff;
}

}


/* === Sm. Laptop CSS Section ================= */
@media screen and (max-width: 1550px) {
.top-header-animate .header-logo-1 {
    /* background: linear-gradient(to right, #ffffff00, #ffffff00), url(/img/alpine-landscaping-logo-light-2.png) no-repeat; */
    background: linear-gradient(to right, #ffffff00, #ffffff00), url(/img/alpine-white.webp) no-repeat;
    background-size: 55%;
    background-color: #3d5146;
    margin-bottom: -100px;
    margin-top: 0;
    background-position: top center;
    border: 2px solid #fff;
    border-top: 0px;
}

.navbar-light .navbar-nav .nav-link {
    margin: 0px 5px;
    padding: 6px 10px;
    font-weight: 600;
    font-size: 0.9rem;
    color: #3d5146;
    font-family: 'font3';
    letter-spacing: 1px;
}


.home-service-cards {
    padding: 150px 50px 150px 50px;
    background: #3d514691;
}

.home-service-cards .card-board i {
    font-size: 24px;
    padding: 20px 7px 15px 7px;
    background: #3d5146;
    position: relative;
    color: #fff;
    border-radius: 10px;
    width: 50px;
    height: 50px;
}
.home-service-cards .service-card-mid1:hover i {
    background: #fff;
    color: #3d5146;
    transform: rotate(360deg);
    transition: 1.5s;
    box-shadow: 0px 0px 0px 15px #fff;
    font-size: 35px;
}
.home-service-cards .service-card-mid2:hover i {
    background: #fff;
    color: #3d5146;
    transform: rotate(360deg);
    transition: 1.5s;
    box-shadow: 0px 0px 0px 15px #fff;
    font-size: 35px;
}
.home-service-cards .service-card22:hover i {
    background: #fff;
    color: #3d5146;
    transform: rotate(360deg);
    transition: 1.5s;
    box-shadow: 0px 0px 0px 15px #fff;
    font-size: 35px;
}
.home-service-cards .service-card11:hover i {
    background: #fff;
    color: #3d5146;
    transform: rotate(360deg);
    transition: 1.5s;
    box-shadow: 0px 0px 0px 15px #fff;
    font-size: 35px;
}

.home-choose h4 {
    font-family: font2;
    font-weight: 600;
    font-size: 1rem;
    color: #3d5146;
}
.home-choose .angler {
    padding: 15px 7px 15px 10px;
    background: #3d5146;
    width: 50px;
    height: 50px;
    position: relative;
    top: 20px;
    transform: rotate(45deg);
    margin-left: -25px;
}
.home-choose .reason1 {
	padding: 15px 25px 45px 25px;
	margin: 20px 0; 
}

.home-choose .reason2 {
	padding: 15px 25px 45px 25px;
	margin: 20px 0; 

}

.home-choose .reason3 {
	padding: 15px 25px 45px 25px;
	margin: 20px 0; 
	
}

.home-choose .reason4 {
	padding: 15px 25px 45px 25px;
	margin: 20px 0; 

}


.popover-content {
    display: none;
    position: absolute;
    background: #ffffffe6;
    color: #3d5146;
    border: 1px solid #3d5146;
    padding: 10px;
    border-radius: 5px;
    width: auto;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
}





.landscaping-services-body {
	position: relative;
}
.landscaping-services-body h3 {
	font-family: font3; font-size: 30px; text-align: center;font-weight: 600;
}
.landscaping-services-body h3 span {
	font-size: 20px; font-weight: 500;
}
.landscaping-services-body p  {
	font-family: font2; font-weight: 600; font-size: 17px; line-height: 35px; text-align: center;
}
.landscaping-services-body .container-fluid {
	padding: 0px;
}
.landscaping-services-body .row {
	    --bs-gutter-x: 0;
}
.landscaping-services-body .lawn-services {
		position: relative;
}
.landscaping-services-body .lawn-services .service-padder1 {
	padding: 150px 0px 150px 100px;
}
.landscaping-services-body .lawn-services .lawn-service-content {
    padding: 50px;
    background: #3d5146;
    position: relative;
    color: #fff;
    margin-left: 0;
    margin-right: -300px;
    border-radius: 35px;
    z-index: 1;
}
.landscaping-services-body .lawn-services .lawn-service-image {
	background: linear-gradient(0deg, #00000000 25%, #00000000 90%), url(/img/services/landscape-001.jpg);
    background-size: cover;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
}

.landscaping-services-body .lawn-services .lawn-service-image {
    background-size: cover;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    transition: background-image 1s ease-in-out;
}
.lawn-service-image {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

/* Each image layer */
.lawn-service-image .image {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: opacity .5s ease-in-out, transform .5s ease-in-out;
    opacity: 0;
    transform: translateX(100px); /* Start slightly to the right */
}

/* Show the active image */
.lawn-service-image .image.active {
    opacity: 1;
    transform: translateX(0px); /* Slide into place */
}

/* Fade Out & Slide Right */
.lawn-service-image.fade-out {
    opacity: 0;
    transform: translateX(50px); /* Moves image to the right */
}



.landscaping-services-body .sprinkler-services {
		position: relative;
}
.landscaping-services-body .sprinkler-services .service-padder1 {
	padding: 150px 100px 150px 0px;
}
.landscaping-services-body .sprinkler-services .sprinkler-service-content {
	padding: 50px; background: #dcdcd3; position: relative; color: #3d5146;    margin-left: -300px;
    margin-right: 00px;
				border-radius: 35px;
				z-index: 1; 

				
}
.landscaping-services-body .sprinkler-services .sprinkler-service-image {
	background: linear-gradient(0deg, #00000000 25%, #00000000 90%), url(/img/services/service-sprinkler.jpg);
    background-size: cover;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
}

.landscaping-services-body .wall-services {
		position: relative;
}
.landscaping-services-body .wall-services .service-padder1 {
	padding: 150px 0px 150px 100px;
}
.landscaping-services-body .wall-services .wall-service-content {
	padding: 50px; background: #3d5146; position: relative; color: #fff;    margin-left: 00px;
    margin-right: -300px;
				border-radius: 35px;
				z-index: 1; 
				
				
}
.landscaping-services-body .wall-services .wall-service-image {
	background: linear-gradient(0deg, #00000000 25%, #00000000 90%), url(/img/services/service-wall.jpg);
    background-size: cover;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
}

.landscaping-services-body .exterior-services {
		position: relative;
}
.landscaping-services-body .exterior-services .service-padder1 {
	padding: 150px 100px 150px 0px;
}
.landscaping-services-body .exterior-services .exterior-service-content {
	padding: 50px; background: #dcdcd3; position: relative; color: #3d5146;    margin-left: -300px;
    margin-right: 00px;
				border-radius: 35px;
				z-index: 1; 
				
				
}
.landscaping-services-body .exterior-services .exterior-service-image {
	background: linear-gradient(0deg, #00000000 25%, #00000000 90%), url(/img/services/pavers-001.jpg);
    background-size: cover;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
}

.landscaping-services-body .outdoor-services {
		position: relative;
}
.landscaping-services-body .outdoor-services .service-padder1 {
	padding: 150px 0px 150px 100px;
}
.landscaping-services-body .outdoor-services .outdoor-service-content {
	padding: 50px; background: #3d5146; position: relative; color: #fff;    margin-left: 00px;
    margin-right: -300px;
				
				border-radius: 35px;
				z-index: 1; 

				
}
.landscaping-services-body .outdoor-services .outdoor-service-image {
	background: linear-gradient(0deg, #00000000 25%, #00000000 90%), url(/img/services/outdoor-living-001.jpg);
    background-size: cover;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
}

.landscaping-services-body .concrete-services {
		position: relative;
}
.landscaping-services-body .concrete-services .service-padder1 {
	padding: 150px 100px 150px 0px;
}
.landscaping-services-body .concrete-services .concrete-service-content {
	padding: 50px; background: #dcdcd3; position: relative; color: #3d5146;    margin-left: -300px;
    margin-right: 00px;
				
				border-radius: 35px;
				z-index: 1; 

				
}
.landscaping-services-body .concrete-services .concrete-service-image {
	/*background: linear-gradient(0deg, #00000000 25%, #00000000 90%), url(/img/services/service-concrete.jpg);*/
	background: linear-gradient(0deg, #00000000 25%, #00000000 90%), url(/img/services/concrete-001.jpg);
    background-size: cover;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
}




.footer-section .top-footer h4 {
    font-family: font3;
    font-size: 1rem;
    color: #3d5146;
    font-weight: 600;
    height: 100%;
    width: fit-content;
    padding: 25px 5px;
}


}

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

/**** Top Header Section ****/
.mobile-top-header {
	display:block !important; padding: 0 30px 0; background: rgb(135,170,188); z-index: 4; overflow: visible;
	height:auto; 
}
.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;
}
.top-header img{
	max-width:120px;
	
}

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

    border-bottom: 0px solid #fff;
    padding-bottom: 7px;
}
/**** 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: 84px; height: 100%; width: 200px; background-color: rgb(250,250,250); position: fixed !important; z-index: 2; overflow: auto;
}
.bar-block .dropdown-hover, .bar-block .dropdown-click {
	width: 100%;
}
.bar-block .dropdown-hover .dropdown-content, .bar-block .dropdown-click .dropdown-content {
	min-width: 100%;
}
.bar-block .dropdown-hover .button, .bar-block .dropdown-click .button {
	width: 100%; text-align: left; padding: 8px 16px;
}
.main, #main {
	transition: margin-left .4s;
}
.modal {
	display: none; padding-top: 100px; position: fixed; left: 0; top: 0; width: 100%; height: 100%;	overflow: auto; background-color: rgb(0,0,0); background-color: rgba(0,0,0,0.4);
}
.modal-content {
	margin: auto; background-color: #fff; position: relative; padding: 0; outline: 0; width: 1200px;
}
.bar {
	width: 100%; overflow: hidden;
}
.center .bar {
	display: inline-block; width: auto;
}
.bar .bar-item {
	padding: 8px 16px; float: left; width: auto; border: none; display: block; outline: 0;

}

.bar .dropdown-hover, .bar .dropdown-click {
	position: static; float: left;
}
.bar .button {
	white-space: normal;
}
.bar-block .bar-item {
	width: 100%; display: block; padding: 8px 16px; text-align: left; border: none; white-space: normal; float: none; outline: 0;
        font-family: font3;
								color:#3d5146;
								font-weight: 900;
}
.nav-link{
        font-family: font3;
								color:#3d5146;
}
.bar-block.center .bar-item {
	text-align: center;
}
.block {
	display: block; width: 100%;
}

/* Sticky CTA Container */
.sticky-cta {
    position: fixed;
    bottom: 0px;
    right: 0px;
    z-index: 1000;
    display: flex;
    align-items: center;
    background-color: #fff;
    border: 2px solid #3d5146;
    border-radius: 20px; /* Slightly smaller border radius */
    padding: 10px 15px; /* Reduced padding for compact size */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.5s ease;
}

/* CTA Content */
.sticky-cta .cta-content {
    display: flex;
    align-items: center;
    gap: 10px; /* Reduced gap between image and text */
}

/* Image */
.sticky-cta .cta-photo {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
  
    transition: width 0.5s ease, height 0.5s ease;
}

/* Info Section */
.sticky-cta .cta-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    align-items: center;
}

/* CTA Button */
.sticky-cta .cta-button {
    font-family: 'font3', sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    letter-spacing: 1px;
    background-color: #3d5146;
    padding: 8px 15px;
    border-radius: 25px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    transition: all 0.5s ease;
    margin-top: 5px;
				width:max-content;
}
.sticky-cta .cta-button:hover {
	background: #3d5146de;
}
/* Expanded Section (Hidden by Default) */
.sticky-cta .cta-expanded {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 5px; /* Reduced margin for compact layout */
}

/* Emergency Question */
.sticky-cta .cta-emergency {
      font-family: 'font3', sans-serif;
    font-size: 25px;
    font-weight: bold;
    color: #3d5146;
    letter-spacing: 2px;
    margin-left: -0;
    margin-bottom: 25px;
}

/* Bullet List */
.sticky-cta .cta-bullet-list {
font-family: 'font2', sans-serif;
    font-size: 1rem;
    list-style-type: disc;
    margin: -3px 0 10px 59px;
    padding: 0;
    text-align: left;
}

/* Hover Effect */
.sticky-cta:hover {
    padding: 15px 20px; /* Slightly expand padding on hover */
}

.sticky-cta:hover .cta-photo {
        width: 50px;
        height: 50px;
	margin-left: -0px;
    margin-bottom: -50px;

}

.sticky-cta:hover .cta-expanded {
    display: flex;
    transition: all 0.5s ease;
}

.showcase{
    position: relative;
    height: /*35vh*/50vh;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: none;
}
.background-video {
    margin-bottom: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
    /* height: 1350px; */
    /* height: auto; */
    /* position: relative; */
    /* width: 100%; */
    /* height: 100vh; */
    /* overflow: hidden; */
    background: url('/img/homepage/hvac-parallax.jpg') no-repeat center center;
    /* background-size: cover; */
}
.video-overlay {
	    position: relative;
    padding: 50px 10px 50px 10px;
    background: #fffffff0;
     margin-top: -1735px;
    margin-bottom: 1135px;
    width: 100%;
}
.video-overlay h1 {
	font-family: font3; font-size: 45px; color: #3d5146; font-weight: 600; text-align: center;
}
.video-overlay h1 span {
	font-size: 20px; font-family: font2; font-weight: 500; color: #000;
}
.video-overlay h1 strong {
	color: #3d5146; letter-spacing: 2px; text-decoration: underline;
}
.video-overlay h4 {
	padding: 35px 10px 35px 10px; border-radius: 10px; color: #3d5146; font-size: 20px; letter-spacing: 2px;
	background: #dcdcd3; text-align: center; font-family: font3; font-weight: 600; text-transform: uppercase;
}
.video-overlay h4:hover {
 background: #3d5146; color: #fff;
}
.home1 {
	background: linear-gradient(to right, #ffffffe6, #ffffffe6), url(/img/homepage/contour-2.png);
    background-size: cover;   
    
    background-position: center center; position: relative;
}
.home1 .container-fluid {
	padding: 0px;
}
.home1 .row {
	    --bs-gutter-x: 0;
}
.home1 .home-intro {
  padding: 100px 10px 100px 10px;
    background: #fff;
    margin-right: -0px;
    position: relative;
    border: 5px solid #dcdcd3;
    border-radius: 5px;
    margin-left: 0;
    box-shadow: -25px -25px 0px 0px #3d5146;
}
.home1 .spacer {
	padding: 150px 10px 150px 10px;
}
.home1 .home-image {
/*background: linear-gradient(to right, #ffffff00, #ffffff00), url(/img/homepage/landscaping-home-4.jpg) no-repeat;*/
background: linear-gradient(to right, #ffffff00, #ffffff00), url(/img/section-1/023.jpg) no-repeat;
    background-size: cover;    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
        /*height: 830px;*/
        height: 100%;
    background-position: center center;
}
.home1 h2 {
	font-family: 'font3'; font-size: 1.5rem; text-align: center; font-weight: 500; 
}
.home1 h2 span {
	color: #3d5146;font-weight: 600; font-size: 45px;
}
.home1 p {
	font-size: 1rem; font-family: 'font2'; font-weight: 600; ; color: rgb(150,150,150); line-height: 35px; text-align: center;
}

.home-service-cards {
	padding: 150px 15px 150px 15px; background: #3d514691;
}
.home-service-cards .card-board {
	background: #ecece9; border-radius: 15px; text-align: center; cursor: pointer;
}
.home-service-cards .card-board .row {
	    --bs-gutter-x: 0;
}
.home-service-cards .card-board hr {
	background: #3d5146; height: 2px; opacity: 100%; margin: 0px;
}
.home-service-cards .service-card1 {
	padding: 50px 15px 50px 15px; 
}
.home-service-cards .service-card1:hover {
    background: linear-gradient(to right, #3d5146e8, #3d5146e8), url(/img/homepage/contour-1.png);
    background-size: cover; color: #fff;
    background-position: center center;border-top-left-radius: 10px; 
}
.home-service-cards .service-card-mid1 {
	padding: 50px 15px 50px 15px;  border-left: 2px solid #3d5146; border-right: 2px solid #3d5146;
}
.home-service-cards .service-card-mid1:hover {
    background: linear-gradient(to right, #3d5146e8, #3d5146e8), url(/img/homepage/contour-1.png);
    background-size: cover; color: #fff;
    background-position: center center; 
}
.home-service-cards .service-card2 {
	padding: 50px 15px 50px 15px; 
}
.home-service-cards .service-card2:hover {
    background: linear-gradient(to right, #3d5146e8, #3d5146e8), url(/img/homepage/contour-1.png);
    background-size: cover; color: #fff;
    background-position: center center; border-top-right-radius: 10px;
}

.home-service-cards .service-card11 {
	padding: 50px 15px 50px 15px; 
}
.home-service-cards .service-card11:hover {
    background: linear-gradient(to right, #3d5146e8, #3d5146e8), url(/img/homepage/contour-1.png);
    background-size: cover; color: #fff;
    background-position: center center;; border-bottom-left-radius: 10px;
}
.home-service-cards .service-card-mid2 {
	padding: 50px 15px 50px 15px;  border-left: 2px solid #3d5146; border-right: 2px solid #3d5146;
}
.home-service-cards .service-card-mid2:hover {
    background: linear-gradient(to right, #3d5146e8, #3d5146e8), url(/img/homepage/contour-1.png);
    background-size: cover; color: #fff;
    background-position: center center;
}
.home-service-cards .service-card22 {
	padding: 50px 15px 50px 15px; 
}
.home-service-cards .service-card22:hover {
	    background: linear-gradient(to right, #3d5146e8, #3d5146e8), url(/img/homepage/contour-1.png);
    background-size: cover; color: #fff;
    background-position: center center; border-bottom-right-radius: 10px;
}

.home-service-cards .card-board h3 {
    font-family: font3;
    font-size: 27px;
    margin-top: 20px;
    margin-left: 0;
}
.home-service-cards .card-board p {
	font-size: 1rem; font-family: 'font2'; font-weight:500; line-height: 35px; text-align: center;
}
.home-service-cards .card-board i {
	    font-size: 2rem;
        padding: 20px 7px 15px 7px;
    background: #3d5146; position: relative;
    color: #fff;
    border-radius: 10px;
    width: 75px;
    height: 75px;
}
.home-service-cards .service-card-mid1:hover i {
	background: #fff; color: #3d5146; transform: rotate(360deg); transition: 1.5s; box-shadow: 0px 0px 0px 15px #fff; font-size: 2.5rem;
}
.home-service-cards .service-card-mid2:hover i {
	background: #fff; color: #3d5146; transform: rotate(360deg); transition: 1.5s; box-shadow: 0px 0px 0px 15px #fff; font-size: 2.5rem;
}
.home-service-cards .service-card1:hover i {
	background: #fff; color: #3d5146; transform: rotate(360deg); transition: 1.5s; box-shadow: 0px 0px 0px 15px #fff; font-size: 2.5rem;
}
.home-service-cards .service-card11:hover i {
	background: #fff; color: #3d5146; transform: rotate(360deg); transition: 1.5s; box-shadow: 0px 0px 0px 15px #fff; font-size: 2.5rem;
}
.home-service-cards .service-card2:hover i {
	background: #fff; color: #3d5146; transform: rotate(360deg); transition: 1.5s; box-shadow: 0px 0px 0px 15px #fff; font-size: 2.5rem;
}
.home-service-cards .service-card22:hover i {
	background: #fff; color: #3d5146; transform: rotate(360deg); transition: 1.5s; box-shadow: 0px 0px 0px 15px #fff; font-size: 2.5rem;
}
   .modal-content {
            background: linear-gradient(to right, #fffffff0, #fffffff0), url(/img/homepage/contour-1.png);
			background-color: #fff;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: repeat;
    position: relative;
        color: #3d5146; top: 200px;
        border-radius: 10px;
      /*  padding: 20px;*/
        width: auto;						
    }
    .modal-header {
        border-bottom: 2px solid #3d5146;
		text-align:center;
								
    }
	.modal-title {
		 font-family: font3; font-size: 30px;
		text-align:center;
			
	}
	.modal-body {
		padding: 25px 10px; 
		text-align:center;
	}
	.modal-body ul{
		list-style-type: none;
		padding:0; 
	}
	.modal-body p  {
		font-family: font2; font-weight: 600; font-size: 1rem; line-height: 30px;
	
	}
		.modal-body li  {
		font-family: font2; font-weight: 500; font-size: 1rem; line-height: 35px;
	
	}
    .modal-footer {
        border-top: 2px solid #3d5146;
    }
    .btn-dark {
        background: #3d5146;
        color: #fff;
        border: none;
    }
    .btn-dark:hover {
        background: #2a3b32;
    }
	.modal-content img {
		height: 100%; border-top-right-radius: 10px; border-bottom-right-radius: 10px;
		border-radius: 10px;
		
		height: auto;
        width: auto;
	}
.home-choose {
	padding: 150px 0px 250px 0px;background: linear-gradient(to right, #ffffff00, #ffffff00), url(/img/homepage/landscaping-home-5.jpg);
			background-size: cover;
    background-position: center center; 
}
.home-choose .row {
	--bs-gutter-x: 0;
}
.home-choose .choose-box {
	padding: 50px 10px;     background: linear-gradient(to right, #ffffffe6, #ffffffe6), url(/img/homepage/contour-2.png);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: repeat;
    position: relative; text-align: center;border-radius: 25px;    margin: 0px 12px 0px 12px;
}
.home-choose h2 {
	font-family: font3; font-size: 20px; 
}
.home-choose h2 span {
	font-size: 2rem; font-weight: 600;color: #3d5146;
}
.home-choose h4 {
	font-family: font2; font-weight: 600;   
	font-size: 1.2rem; color: #3d5146; 
}
.home-choose p {
	font-size: 1rem; font-family: 'font2'; font-weight: 600; line-height: 35px; text-align: center;
}
.home-choose i  {
	 color: #fff; text-align: center; font-size: 1rem;     transform: rotate(-45deg);
}
.home-choose hr {
	    background: #3d5146;
    height: 2px;
    opacity: 50%;
    margin-left: -5px;
}
.home-choose .angler {
    padding: 15px 7px 15px 10px;
    background: #3d5146;
    width: 50px;
    height: 50px;
    position: relative;
    top: 50%;
    transform: translate(-50% ,-50%) rotate(45deg);
    left: 50%;
    margin-left: 0;
    text-align: center;
}
.home-choose .reason1 {
	padding: 15px 15px 45px 15px;    
}

.home-choose .reason2 {
	padding: 15px 15px 45px 15px;   
}

.home-choose .reason3 {
	padding: 15px 15px 45px 15px;  
}

.home-choose .reason4 {
	padding: 15px 15px 45px 15px;
}

  .popover-content {
        display: block;
        position: relative;
        background: #ffffffe6;
        color: #3d5146;
        border: 1px solid #3d5146;
        padding: 10px;
        border-radius: 5px;
        width: auto;
        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
        text-align: center;
    }
    .reason-container {
        position: relative;
        cursor: pointer;
	}
.home-steps {
	position: relative; padding-bottom: 100px;
}
.home-steps .container-fluid {
	padding: 0px;
}
.home-steps h2 {
	font-family: font3; font-size: 1.5rem;  color: #fff; text-align: center;
}
.home-steps h3 {
	font-family: font3; font-size: 2rem;  color: #3d5146; text-align: center;
}
.home-steps h3 span {
	font-size: 2rem; text-shadow: 2px 2px 1px #fff; text-decoration: underline; font-weight: 500; letter-spacing: 1px;
}
.home-steps i {
	color: #fff;
}
.home-steps p {
	font-size: 1rem; font-family: 'font2'; font-weight: 600; line-height: 35px; text-align: center;color: #3d5146;
}
.home-steps .pre-step {
	padding: 75px 15px; background: #3d5146; border-bottom-left-radius: 35px; border-bottom-right-radius: 35px; margin-bottom: 70px;
}
.home-steps .pre-step p {
	color: #fff; margin: 0px 10px 0px 10px;
}
.home-steps .step-1 {
	
}
.home-steps .step-1 .step-1-content {
	background: #fff; padding: 50px; border-radius: 25px;    border: 2px dotted #3d5146;
}
.home-steps .step-2 {
	
}
.home-steps .step-2 .step-2-content {
	background: #dcdcd36b; padding: 50px 10px; border-radius: 25px;    border: 2px dotted #3d5146;
}
.home-steps .step-3 {
	
}
.home-steps .step-3 .step-3-content {
	background: #fff; padding: 50px 10px; border-radius: 25px;    border: 2px dotted #3d5146;
}
.home-steps .step-4 {

}
.home-steps .step-4 .step-4-content {
	background: #dcdcd36b; padding: 50px 10px; border-radius: 25px;    border: 2px dotted #3d5146;
}

.home-estimate {
	padding: 100px 10px; background: linear-gradient(to right, #3d5146de, #3d5146de), url(/img/homepage/landscaping-home-3.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    position: relative;
}
.home-estimate h2 {
	font-family: font3; font-size: 1.3rem; text-align: center; color: #fff;
}
.home-estimate h2 span {
	font-size: 2rem; font-weight: 600; text-shadow: 1px 1px 1px #000
}
.home-estimate p {
	font-family: font2; font-weight: 600; font-size: 1rem; line-height: 35px; text-align: center; color: #fff;
}
.home-estimate mark {
	padding: 25px 10px; border-radius: 10px; font-family: font3; font-size: 1.1rem; color: #3d5146; background: #dcdcd3; font-weight: 600; border: 2px solid #fff;
}
.home-estimate mark:hover {
	background: #3d5146; color: #fff;
}

/**** About Section ****/
.about-intro {
	padding: 100px 0px 100px 0px;     background: #dcdcd3;
    background-size: cover;
text-align: center;
}
.about-intro .bawks2 {
	padding: 15px 0px 15px 0px; background: #fff9; color: #3d5146; margin: 10px 0px 10px 0px;
	border-radius: 15px;
}
.about-intro h1 {
	font-family: font3; font-size: 25px; letter-spacing: 1px;
}
.about-intro h1 span {
	font-size: 2.7rem; color: #3d5146; font-weight: 600;
}
.about-intro h2 {
	font-family: font3; font-size: 30px; letter-spacing: 2px; text-transform: uppercase; text-align: center;
}
.about-intro  p {
	font-family: font2; font-size: 1rem; line-height: 35px;
	text-align:center;
}
.about-body {
	background: linear-gradient(0deg, #00000000 25%, #00000000 90%), url(/img/homepage/texture-4.png);
    background-size: cover;
    height: 100%; 
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
}
.about-body .container-fluid {
	padding: 0px;
}
.about-body .row {
	--bs-gutter-x: 0;
}
.about-body h2 {
	font-family: font3; font-size: 1.5rem;
}
.about-body h2 span {
 color: #3d5146; font-size: 2rem; font-weight: 600;
}
.about-body  p {
	font-family: font2; font-size: 1rem; line-height: 35px;
}
.about-body .past {
	
}
.about-body .past .past-content {
	padding: 115px 10px 115px 10px; text-align: center;
}
.about-body .past .past-image {
	background: linear-gradient(0deg, #00000000 25%, #00000000 90%), url(/img/about/alpine-about-1.jpg);
    background-size: cover;
    height: 430px;
    background-color: #000000d6;
    background-position: center center;
    background-repeat: no-repeat;
/*	    border-left: 10px solid #3d5146;
    border-bottom: 10px solid #3d5146;*/
				border: 10px solid #3d5146; 
}
.about-body .present {
	
}
.about-body .present .present-content {
	padding: 115px 10px 115px 10px; text-align: center;
}
.about-body .present .present-image {
	background: linear-gradient(0deg, #00000000 25%, #00000000 90%), url(/img/about/alpine-about-2.jpg);
    background-size: cover;
    height: 430px;
/*	    border-left: 10px solid #3d5146;
    border-bottom: 10px solid #3d5146;*/
				border: 10px solid #3d5146; 
    background-color: #000000d6;
    background-position: center center;
    background-repeat: no-repeat;
}
.about-body .future {
	
}
.about-body .future .future-content {
	padding: 115px 10px 115px 10px; text-align: center;
}
.about-body .future .future-image {
	background: linear-gradient(0deg, #00000000 25%, #00000000 90%), url(/img/about/alpine-about-4.jpg);
    background-size: cover;
    height: 430px;
    background-color: #000000d6;
    background-position: center center;
    background-repeat: no-repeat;
/*	    border-left: 10px solid #3d5146;
    border-bottom: 10px solid #3d5146;*/
				border: 10px solid #3d5146; 
}
/**** Services Section ****/
.service-intro {
	padding: 150px 0px 150px 0px;
		background: linear-gradient(0deg, #3d5146b3 25%, #3d5146b3 90%), url(/img/services/service-intro-1.jpg);
    background-size: cover;
    height: 100%; color: #fff;
    background-color: #000000d6;
    background-position: center center;
    background-repeat: no-repeat;
}
.service-intro h1 {
	font-family: font3; font-size: 25px; text-align: center;
}

.service-intro h1 span {
	font-size: 2.65rem; font-weight: 600;
}

.service-intro h2 {
	font-family: font3; font-size: 1.5rem; text-align: center; padding: 15px; width: 80%; background: #dcdcd3;color: #3d5146; font-weight: 600;
}
.service-intro h2:hover {
	background: #3d5146; color: #fff;
}
.service-intro p {
	font-family: font2; font-size: 17px; line-height: 35px; 
	font-weight: 600; text-align: center; margin: 0px 100px 0px 100px;
}

.landscaping-services-body {
	position: relative;
}
.landscaping-services-body h3 {
	font-family: font3; font-size: 30px; text-align: center;font-weight: 600;
}
.landscaping-services-body h3 span {
	font-size: 20px; font-weight: 500;
}
.landscaping-services-body p  {
	font-family: font2; font-weight: 600; font-size: 1rem; line-height: 35px; text-align: center;
}
.landscaping-services-body .container-fluid {
	padding: 0px;
}
.landscaping-services-body .row {
	    --bs-gutter-x: 0;
}
.landscaping-services-body .lawn-services {
		position: relative;
}
.landscaping-services-body .lawn-services .service-padder1 {
	padding: 150px 0px 150px 00px;
}
.landscaping-services-body .lawn-services .lawn-service-content {
	padding: 50px 10px; background: #3d5146; position: relative; color: #fff;    margin-left: 00px;
    margin-right: -00px;
				
				border-radius: 35px;
				
				z-index: 1; 
}
.landscaping-services-body .lawn-services .lawn-service-image {
	background: linear-gradient(0deg, #00000000 25%, #00000000 90%), url(/img/services/landscape-001.jpg);
    background-size: cover;
    height: 450px;
    background-position: center center;
    background-repeat: no-repeat;
}

.landscaping-services-body .lawn-services .lawn-service-image {
    background-size: cover;
    height: 450px;
    background-position: center center;
    background-repeat: no-repeat;
    transition: background-image 1s ease-in-out;
}
.lawn-service-image {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

/* Each image layer */
.lawn-service-image .image {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: opacity .5s ease-in-out, transform .5s ease-in-out;
    opacity: 0;
    transform: translateX(100px); /* Start slightly to the right */
}

/* Show the active image */
.lawn-service-image .image.active {
    opacity: 1;
    transform: translateX(0px); /* Slide into place */
}

/* Fade Out & Slide Right */
.lawn-service-image.fade-out {
    opacity: 0;
    transform: translateX(50px); /* Moves image to the right */
}



.landscaping-services-body .sprinkler-services {
		position: relative;
}
.landscaping-services-body .sprinkler-services .service-padder1 {
	padding: 100px 10px 100px 10px;
}
.landscaping-services-body .sprinkler-services .sprinkler-service-content {
	padding: 50px 10px;  background: #dcdcd3; position: relative; color: #3d5146;    margin-left: -00px;
    margin-right: 00px;
				border-radius: 35px;
				z-index: 1; 

				
}
.landscaping-services-body .sprinkler-services .sprinkler-service-image {
	background: linear-gradient(0deg, #00000000 25%, #00000000 90%), url(/img/services/service-sprinkler.jpg);
    background-size: cover;
    height: 450px;
    background-position: center center;
    background-repeat: no-repeat;
}

.landscaping-services-body .wall-services {
		position: relative;
}
.landscaping-services-body .wall-services .service-padder1 {
	padding: 100px 10px 100px 10px;
}
.landscaping-services-body .wall-services .wall-service-content {
	padding: 50px 10px; background: #3d5146; position: relative; color: #fff;    margin-left: 00px;
    margin-right: -00px;
				border-radius: 35px;
				z-index: 1; 
				
				
}
.landscaping-services-body .wall-services .wall-service-image {
	background: linear-gradient(0deg, #00000000 25%, #00000000 90%), url(/img/services/service-wall.jpg);
    background-size: cover;
    height: 450px;
    background-position: center center;
    background-repeat: no-repeat;
}

.landscaping-services-body .exterior-services {
		position: relative;
}
.landscaping-services-body .exterior-services .service-padder1 {
	padding: 100px 10px 100px 10px;
}
.landscaping-services-body .exterior-services .exterior-service-content {
	padding: 50px 10px; background: #dcdcd3; position: relative; color: #3d5146;    margin-left: -00px;
    margin-right: 00px;
				border-radius: 35px;
				z-index: 1; 
				
				
}
.landscaping-services-body .exterior-services .exterior-service-image {
	background: linear-gradient(0deg, #00000000 25%, #00000000 90%), url(/img/services/pavers-001.jpg);
    background-size: cover;
    height: 450px;
    background-position: center center;
    background-repeat: no-repeat;
}

.landscaping-services-body .outdoor-services {
		position: relative;
}
.landscaping-services-body .outdoor-services .service-padder1 {
	padding: 100px 10px 100px 10px;
}
.landscaping-services-body .outdoor-services .outdoor-service-content {
	padding: 50px 10px; background: #3d5146; position: relative; color: #fff;    margin-left: 00px;
    margin-right: -00px;
				
				border-radius: 35px;
				z-index: 1; 

				
}
.landscaping-services-body .outdoor-services .outdoor-service-image {
	background: linear-gradient(0deg, #00000000 25%, #00000000 90%), url(/img/services/outdoor-living-001.jpg);
    background-size: cover;
    height: 450px;
    background-position: center center;
    background-repeat: no-repeat;
}

.landscaping-services-body .concrete-services {
		position: relative;
}
.landscaping-services-body .concrete-services .service-padder1 {
	padding: 100px 10px 100px 10px;
}
.landscaping-services-body .concrete-services .concrete-service-content {
	padding: 50px 10px; background: #dcdcd3; position: relative; color: #3d5146;    margin-left: -00px;
    margin-right: 00px;
				
				border-radius: 35px;
				z-index: 1; 

				
}
.landscaping-services-body .concrete-services .concrete-service-image {
	/*background: linear-gradient(0deg, #00000000 25%, #00000000 90%), url(/img/services/service-concrete.jpg);*/
	background: linear-gradient(0deg, #00000000 25%, #00000000 90%), url(/img/services/concrete-001.jpg);
    background-size: cover;
    height: 450px;
    background-position: center center;
    background-repeat: no-repeat;
}



/* Carousel Section Start */
.motion1 {
	background: rgb(255,255,255);
	padding: 100px 0 75px 0;
}
.home-steps .carousel {
  --current-slide: 0;
  position: relative;
  overflow: hidden;
}
.home-steps .carousel-button {
  /* vertically centering the buttons */
    position: absolute;
    top: 90%;
    transform: translateY(-50%);
    z-index: 1;
    padding: 0;
    margin: 0.5rem;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    line-height: 0.9;
    color: rgb(83,82,82);
    background-color: transparent;
    border: none;
    font-size: 2.5rem;
    cursor: pointer;
    transition: color 0.1s;
}
.home-steps .carousel-button:hover {
  color: rgba(0, 0, 0, 0.5);
	border: none;
}
.home-steps .carousel-button.active {
	border: none !important;
}
.home-steps .carousel-button_next {
  right: 0;
	border: none;
}
.home-steps .slides {
  display: flex;
  transition: transform 0.5s;
  transform: translateX(calc(-100% * var(--current-slide)));
}
.home-steps .slide {
  flex: 0 0 100%;
	padding: 0px 00px 0px 00px;
        max-width: 100%;	
}

.home-steps span {
	color: #3d5146;
}
.home-steps .slide p {
  color: #3d5146;
	font-family: 'font2';
	text-align: center;
	font-size: 17px;
	font-weight: 600;
}

.contact-section h2 {
    font-family: font3;
    font-size: 20px;
				text-align: center;
}
.contact-section p {
    font-size: 17px;
    font-family: font2;
    font-weight: 600;
    line-height: 35px;
				text-align:center;
}



.contact-section h3 {
    font-size: 25px;
    font-family: font2;
    font-weight: 800;
    color: #3d5146;
    line-height: 40px;
				text-align: center; 
}

.gallery-section-divider{
	padding:100px 0; 
}
.gallery-section-divider video{
	width:100%;
}



/* ========================================== */
/* === 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: #3d51469c; color: rgb(255, 255, 255); font-size: 18px; font-weight: 400;
}
.footer-section .top-footer {
 background: #dcdcd3; border-top: 2px solid #3d5146;border-bottom: 2px solid #3d5146;
}
.footer-section .top-footer h4 {
	font-family: font3; font-size: 17px; color: #3d5146; font-weight: 600; height: 100%; width: 100%;padding: 25px; text-align: center;
}
.footer-section .top-footer h4:hover {
	background: #3d5146; color: #fff;
}
.footer-section h3 {
	font-size: 1.3rem; color: rgb(30,30,30); font-weight: bold;
}
.footer-section p {
	color: rgb(255,255,255); font-size: 15px; font-family: 'font2';
}
.footer-section a {
	color: rgb(255,255,255); font-size: 16px;
}
.footer-section .service-cities p {
	margin: 0 0 3px;
}
.service-cities {
	padding: 75px 0px 75px 0px;
	text-align: center;
}
.service-cities img {
	padding-bottom: 20px;
}
.service-cities h5 {
	line-height: 8px;
}
.service-cities h4 {
	font-size: 20px; font-family: 'font2'; font-weight: 600; text-decoration: underline; color: rgb(255, 255, 255);
}
.service-cities h3 {
	font-size: 30px; font-family: 'font3'; font-weight: 600; text-align: center; color: rgb(255, 255, 255); padding-bottom: 25px;
}
.bottom-footer {
	padding: 25px 0px 15px 0px; background: #3d5146;
}
.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: #fff; margin-bottom: -10px;
}
.trademark-disclaimer p {
	font-size: 8px; text-align: center; color: #3d5146;
}

.mapper iframe{
	box-shadow: 1px 1px 10px 1px black;
	border-radius: 20px; 
}


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

/**** Home Section ****/
.home-header-section {
	padding-top: 125px;
}
.dropdown-menu {
	position: absolute; top: 100%; left: 0; z-index: 1000; display: none; float: left; min-width: 10rem; padding: .5rem 0; margin: .125rem 0 0; font-size: 1rem; color: rgb(33, 37, 41); text-align: left; list-style: none; background-color: rgb(87, 86, 87); background-clip: padding-box; border: 1px solid rgba(0,0,0,.15); border-radius: .25rem;
}
.dropdown-item {
	display: block;	width: 100%; padding: .25rem 1.5rem; clear: both; color: rgb(255,255,255); text-align: inherit;	white-space: nowrap; background: 0 0; border: 0;
}
.dropdown-item.active, .dropdown-item:active {
	color: rgb(255, 255, 255); text-decoration: none; background-color: rgb(22,22,22) !important;
}
.video {
	overflow: hidden; position: relative; z-index: 2; display: block;
}
.video .pad {
	padding: 350px 0px 0px 300px; position: absolute;
}
.video .pad h5 {
	font-weight: 500; color: rgb(255,255,255); font-size: 50px; text-shadow: 0px 0px 5px #000; font-family: 'Arial'; text-align: left;
}
.video .pad p {
	margin-top: 0% !important; color: rgb(255,255,255); text-shadow: 0px 0px 5px #000; font-size: 25px; font-family: 'Arial'; text-align: left;
}
.video .pad a {
	font-size: 16px; color: rgb(255,255,255); font-family: 'Arial'; font-weight: 600; border: 1px solid rgb(12,32,63); padding: 15px 30px; border-radius: 1.6rem; background: rgb(12,32,63);
}
.video .pad a:hover {
	color: rgb(255,255,255); border: 1px solid rgb(255,255,255); background: transparent;
}
/*.home1 {*/
/*	padding: 75px 0 75px 0; background: rgb(245,245,245);*/
/*}*/
/*.home1 .pad {*/
/*	padding-top: 85px;*/
/*}*/
/*.home1 h1 {*/
/*	font-family: 'font2'; font-size: 35px; text-align: left; font-weight: 800; color: rgb(196,41,56);*/
/*}*/
/*.home1 p {*/
/*	font-size: 17px; font-family: 'font2'; font-weight: 600; text-align: justify; color: rgb(150,150,150);*/
/*}*/
/*.home1 span {*/
/*	color: rgb(83,82,82);*/
/*}*/

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


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


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

/**** Areas We Service Section ****/
.area:nth-child(odd) {
	padding: 75px 0 75px 0; background: rgb(255,255,255);
}
.area:nth-child(even) {
	padding: 75px 0 75px 0; background: rgb(245,245,245);
}
.area h2 {
	font-size: 2.5rem; font-family: font2; font-weight: 800; color: rgb(196,41,56);
}
.area h4 {
	font-size: 1.5rem; font-family: font2; color: rgb(75,75,75);
}
.area p {
	font-size: 17px; text-align: justify; color: rgb(12,12,12);
}
.area iframe {
	width: 100%; height: 400px; 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: 1.3rem; 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(255,255,255);
}
.service-cities a {
	font-size: 1rem; line-height: 10px; color: rgb(255,255,255);
}

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

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

}