/* ========================================== */
/* === 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: 'font2';
	src:url('../fonts/poppins.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'font';
	src:url('../fonts/abeat.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'font3';
	src:url('../fonts/mistral.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; padding: 5px 0 5px 0;     background: linear-gradient(to right, #00000000, #00000000), url(/img/homepage/bricks.jpg);
    background-size: contain;
    background-repeat: repeat;
    background-position: center center;	z-index: 3; -webkit-transition: all .30s ease; -moz-transition: all .30s ease; -o-transition: all .30s ease; transition: all .30s ease;
}
.top-header div[class*='col-']:first-child {
	display: flex; justify-content: flex-end; align-items: center;
}
.top-header div[class*='col-']:first-child a {
	padding: 0; font-size: 15px; -webkit-transition: all .30s ease; -moz-transition: all .30s ease; -o-transition: all .30s ease; transition: all .30s ease;
}
.top-header div[class*='col-']:first-child a:hover {
	background-color: transparent;
}
.top-header div[class*='col-']:nth-child(2) {
	display: flex; justify-content: center; align-items: center;
}
.top-header div[class*='col-']:nth-child(3) {
	display: flex; justify-content: center; align-items: center;
}
.top-header div[class*='col-']:nth-child(3) a {
	padding: 9px 15px 9px 15px;
    background: transparent;
    font-weight: 500; letter-spacing: 1px;
    font-family: 'font3';text-transform: uppercase;
    color: #000;
    border: 4px double #000;
}
.top-header div[class*='col-']:nth-child(3) a:hover {
	background: #000; color: #fff; border: 4px double #fff;
}
.top-header div[class*='col-']:nth-child(4) {
	display: flex; justify-content: center; align-items: center;
}
.top-header div[class*='col-']:nth-child(4) a {
	padding: 9px 15px 9px 15px;
    background: transparent;
    font-weight: 500; letter-spacing: 1px;
    font-family: 'font3';text-transform: uppercase;
    color: #193368;
    border: 4px double #193368;
}
.top-header div[class*='col-']:nth-child(4) a:hover {
	color: #fff; background: #193368; border: 4px double #fff;
}
.top-header div[class*='col-']:nth-child(5) {
	display: flex; justify-content: flex-start; align-items: center;
}
.top-header div[class*='col-']:nth-child(5) a {
	display: flex; justify-content: center; align-items: center; border: 1px solid rgb(255,255,255); color: rgb(255,255,255); background: #193368; 	height: 34px; width: 34px; margin: 0 4px;
}
.top-header div[class*='col-']:nth-child(5) a:hover {
	background: #000;	text-decoration:none !important; color: rgb(255,255,255);border-radius:100px; box-shadow: 1px 1px 10px 1px #000;
}
.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 {

}
.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, #00000000, #00000000), url(/img/homepage/bricks.jpg);
    background-size: contain;
    background-repeat: repeat;
    background-position: center center;
}
.navbar-scroll {
	padding: 95px 0 0; position: fixed; background: #272727; width: 100%; z-index: 2;	-webkit-transition: all .30s ease; -moz-transition: all .30s ease; -o-transition: all .30s ease; transition: all .30s ease;
}
.navbar-scroll .container {
	background: rgb(60,36,17,0); border-bottom-left-radius: 1.5rem;	border-bottom-right-radius: 1.5rem;
}
#projects .navbar-scroll {
	background: #fdfdfd; position:relative !important;
}
#projects .navbar-scroll li a {
	color:#333;
}
#projects .navbar-scroll .navbar-brand {
	color:#252525;
}
#projects .navbar-light .lnr {
	color:#222;
}
.navbar-light .lnr {
	color: #fdfdfd;	font-size: 1.5em; position: absolute; top: 6px; right: 10px;
}
.navbar-light .navbar-brand {
	color: #e8e8e8; font-size: 20px; font-family: 'Montserrat', sans-serif;
}
.navbar-brand {
	font-size:2.5em; font-weight:700; text-transform:uppercase;
}
.navbar-brand:focus, .navbar-brand:hover {
	color:#f3f3f3 !important;
}
.navbar-light .navbar-nav .nav-link {
	margin: 0 28px; padding: 6px 0px; font-weight: 600; font-size: 18px; color: rgb(255,255,255); font-family: 'font'; letter-spacing: 2px;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav
.nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light
.navbar-nav .show>.nav-link {
	color: rgb(255,255,255);
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	color: #193368;
}
.navbar-light .navbar-nav li a {
	position: relative;
}
.navbar-collapse {
	height: 100%;
}
.mobile-top-header {
	display: none !important;
}

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

/**** Home Section ****/
.bg-primary {
	background: rgb(83,82,82) !important;
}
.home-header-section {
	padding-top: 125px;
}
.home-header-section .slider-logo span {
	font-family: 'font'; color: rgb(196,41,56);
}
.background-video {
    width: 150%;
    transform: scale(0.8);
    left: -15%;
    height: 1250px;
    object-fit: cover;
    position: relative;
    top: -180px;
	    margin-bottom: -300px;
}
.video-overlay {
	    position: absolute;
   
    top: 25%;
    width: 100%;
	  
}
.video-overlay .container-fluid {
	padding: 0px;
}
.video-overlay .row {
	    --bs-gutter-x: 0;
}
.video-overlay .overlay-content {
	padding:  25px; background: #ffffffd1;height: 515px;
	  border: 8px solid #193368; border-right-width: 4px; 
}
.video-overlay .overlay-contact {
	padding: 25px; background: #000000d1; height: 515px;border: 8px solid #193368; border-left-width: 4px; 
}
.video-overlay .padder {
	background: #000000a3;
    border-radius: 25px;
    padding: 10px;
}
.video-overlay .bawks {
    background: #193368b5;
    padding: 25px 25px 25px 25px; border-radius: 25px;
    position: relative;
    z-index: 1; 
	    height: 340px;
}
.video-overlay .bawks:hover {
	background: #193368; border-radius: 25px; box-shadow: 0px 0px 0px 3px #fff;
}
.video-overlay .bawks h2 {
	font-family: font; font-size: 23px; text-align: center; letter-spacing: 1px; color: #fff;
}
.video-overlay .bawks p {
	font-family: font; font-size: 16px; line-height: 30px; display: none; text-align: center; color: #fff;
}
.video-overlay .bawks img {

}
.video-overlay .bawks:hover h2 {
	text-decoration: underline;
}
.video-overlay .bawks:hover img {
	display: none;
}
.video-overlay .bawks:hover p {
	display: block;text-align: center;
}
.video-overlay h1 {
    font-family: font3;
    font-size: 65px;
    color: #193368;
    font-weight: 500;
    text-align: center;
    line-height: 45px;
}
.video-overlay h1 strong {
	font-family: font; font-weight: 500; letter-spacing: 2px; color: #191919; font-size: 50px;
}
.video-overlay h1 span {
	font-size: 19px; font-family: font; font-weight: 600; color: #000; letter-spacing: 2px;
}
.video-overlay h3 {
	    font-family: font;
    font-size: 19px;
    letter-spacing: 2px;
    color: #193368;
    font-weight: 600;
    text-transform: uppercase;
}
.video-overlay h4 {
	padding: 25px;  color: #191919; font-size: 20px; letter-spacing: 2px; border: 2px solid #191919;
	background: #fff; text-align: center; font-family: font3; font-weight: 600; text-transform: uppercase; width: fit-content;
}
.video-overlay h4:hover {
	background: #191919; color: #fff;border: 2px solid #fff;
}
.video-overlay h5 {
	padding: 25px; color: #fff; font-size: 20px; letter-spacing: 2px;  border: 2px double #fff;
	background: #193368; text-align: center; font-family: font3; font-weight: 600; text-transform: uppercase; width: fit-content;
}
.video-overlay h5:hover {
 background: #fff; border: 2px solid #193368; color: #193368;
}
.video-overlay h6 {
	font-family: 'font2';
    font-size: 45px;
    color: #fff;
    letter-spacing: 1px;
    text-align: center;
    font-weight: 600;
    text-shadow: 2px 2px 15px #000;
}
.video-overlay h6 span {
	font-family: font; font-size: 15px; letter-spacing: 1px; text-transform: none;
}
.video-overlay p {
	font-family: font; font-size: 16px; line-height: 35px; text-align: center; font-weight: 500; color: #000; letter-spacing: 1px;
}
.video-overlay-2 {
	    position: relative;
    margin-top: -40%;
    margin-bottom: 16px;
}
.video-overlay-2 .card1 {
    background: #fff9;
    padding: 25px;
    position: relative;
    margin-bottom: -150px;
    z-index: 1;
}
.video-overlay-2 .card1 img {
	width: 100%
	
}

.home-split {
	background: transparent; position: relative; padding: 100px;
}
.home-split .padder {

}
.home-split .bawks {
    background: #000000cc;
    padding: 45px 25px 25px 25px; 
    position: relative;border-radius: 10px;
    z-index: 1; box-shadow: 0px 0px 0px 3px #000;
	    height: 340px; width: 340px;
}
.home-split .bawks:hover {
	background: #193368;  box-shadow: 0px 0px 0px 3px #000; border-radius: 0px;
}
.home-split .bawks h2 {
	font-family: font; font-size: 23px; text-align: center; letter-spacing: 1px; color: #fff;
}
.home-split .bawks p {
	font-family: font; font-size: 16px; line-height: 30px; display: none; text-align: center; color: #fff;
}
.home-split .bawks mark {
	padding: 15px; background: #fff; color: #193368; border: 2px solid #193368; font-family: font; letter-spacing: 1px; font-size: 20px; display: none;
}
.home-split .bawks img {

}
.home-split .bawks:hover h2 {
	text-decoration: underline;
}
.home-split .bawks:hover img {
	display: none;
}
.home-split .bawks:hover mark {
	display: block; box-shadow: 0px 0px 0px 2px #fff; border-radius: 10px;
}
.home-split .bawks:hover p {
	display: block;text-align: center;
}
.home-intro {
	padding: 0px; background: linear-gradient(to right, #00000000, #00000000), url(/img/homepage/home-intro-image-1.jpg) no-repeat;
    background-size: cover; position: relative; background-attachment: fixed;
    height: 100%;
    background-position: center center;
}
.home-intro .container-fluid {
	padding: 0px;
}
.home-intro .row {
	    --bs-gutter-x: 0;
}
.home-intro .intro-left {
	padding: 150px 25px 150px 25px ; background: #fff9;
}
.home-intro .intro-right1 {
	padding: 25px; background: #6c757dbd; height: 100%;
}
.home-intro .intro-right2 {
	padding: 25px; background: #19336896; height: 100%;
}
.home-intro .intro-right3 {
	padding: 25px; background: #0d0d0ec9; height: 100%;
}

.home-intro h2 {
	font-family: font3; font-size: 40px; color: #193368; line-height: 55px;
}
.home-intro h2 span {
	font-family: font; font-size: 40px; letter-spacing: 2px; color: #141414;
}
.home-intro h2 strong {
	letter-spacing: 3px; text-decoration: underline;
}
.home-intro h3 {
	font-family: font; letter-spacing: 1px; margin-top: 100px;
	color: #fff; text-align: center; font-size: 30px; position: relative;
}
.home-intro h3 strong {
	font-size: 40px; letter-spacing: 3px; text-shadow: 1px 1px 1px #000;
}
.home-intro h3 span {
	font-size: 20px;
}
.home-intro p {
	font-size: 17px; font-family: 'font2'; font-weight: 600; line-height: 30px; 
}
.home-intro .intro-right1 p {
	text-align: center; color: #fff; font-size: 15px; display: none;
}
.home-intro .intro-right1:hover p {
	display: block;
}
.home-intro .intro-right2 p {
	text-align: center; color: #fff; font-size: 15px; display: none;
}
.home-intro .intro-right2:hover p {
	display: block;
}
.home-intro .intro-right3 p {
	text-align: center; color: #fff; font-size: 15px; display: none;
}
.home-intro .intro-right3:hover p {
	display: block;
}
.home1 {
	padding: 0px; background: #193368;
}
.home1 .container-fluid {
	padding: 0px;
}
.home1 .pad {
	padding: 25px; height: 100%
}
.home1 .pad:hover {
	background: #fff; box-shadow: 1px 1px 10px 1px #000;
}
.home1 .pad img {

}
.home1 h2 {
	    background: #fff;
    font-family: 'font3';
    font-size: 65px;
    color: #193368;
    padding: 25px 0px 25px 0px;
    text-align: center;
}
.home1 h3 {
	font-family: font;
    font-size: 20px;
    text-align: center;
    color: #f5f5f5;
    line-height: 55px;
    letter-spacing: 2px;
    padding: 15px 0px 15px 0px;
    background: #151515;
    margin-top: -7px; margin-bottom: 0px;
}
.home1 h3 span {
	font-size: 40px;
}
.home1 h3 strong {
 letter-spacing: 5px; text-decoration: underline;
}
.home1 h4 {
	font-family: font; font-weight: 600; text-align: center; letter-spacing: 2px; color: #fff;
}
.home1 .pad:hover h4 {
	  color: #193368;
}
.home1 p {
	font-size: 17px; font-family: 'font'; font-weight: 500; line-height: 30px; color: transparent; text-align: center; 
}
.home1 .pad:hover p {
 color: #000;
}
.home-services-main {
	position: relative;
}
.home-services-main .row {
	    --bs-gutter-x: 0;
}
.home-services-main h2 {
	font-family: font; font-size: 45px; letter-spacing: 2px; font-weight: 600; text-align: center;
}
.home-services-main h2 strong {
	color: #193368; letter-spacing: 3px; text-transform: uppercase;
}
.home-services-main h3 {
	font-family: font3; font-size: 35px;  margin-top: 65px;
}
.home-services-main h3 span {
	color: #193368; font-weight: 600; text-transform: uppercase; letter-spacing: 2px;
}
.home-services-main h4 {
	padding: 10px 0px 10px 0px; font-family: font; font-size: 20px; letter-spacing: 2px; text-indent: 75px;
}
.home-services-main h4 span {
	color: #193368; font-weight: 600;
}
.home-services-main p  {
	font-family: font; font-size: 17px; line-height: 30px; letter-spacing: 1px; text-align: center;
}
.contractor-home {
	background: transparent; position: relative;
}
.contractor-home .container-fluid {
	padding: 0px;
}
.contractor-home .contractor-content {
	padding: 100px 50px 100px 50px;
}
.contractor-home .contractor-image {
	background: linear-gradient(to right, #00000000, #00000000), url(/img/homepage/ba-1.jpg) no-repeat;
    background-size: cover; position: relative; 
    height: 100%;
    background-position: center center;
}
.service-home {
	background: transparent; position: relative;
}
.service-home .container-fluid {
	padding: 0px;
}
.service-home .service-content {
	padding: 100px 50px 100px 50px;
}
.service-home .service-image {
	background: linear-gradient(to right, #00000000, #00000000), url(/img/homepage/ba-5.jpg) no-repeat;
    background-size: cover; position: relative; 
    height: 100%;
    background-position: center center;
}
.specialty-home {
	background: transparent; position: relative;
}
.specialty-home .container-fluid {
	padding: 0px;
}
.specialty-home .specialty-content {
	padding: 100px 50px 100px 50px;
}
.specialty-home .specialty-image {
	background: linear-gradient(to right, #00000000, #00000000), url(/img/homepage/ba-6.jpg) no-repeat;
    background-size: cover; position: relative; 
    height: 100%;
    background-position: center center;
}
.custom-home {
	background: transparent; position: relative;
}
.custom-home .container-fluid {
	padding: 0px;
}
.custom-home .custom-content {
	padding: 100px 50px 100px 50px;
}
.custom-home .custom-image {
	background: linear-gradient(to right, #00000000, #00000000), url(/img/homepage/ba-3.jpg) no-repeat;
    background-size: cover; position: relative; 
    height: 100%;
    background-position: center center;
}

.home-consultation {
    padding: 100px;
    background: linear-gradient(to right, #19336852, #19336863), url(/img/homepage/consult-2.jpg);
    background-size: cover;
    background-repeat: repeat;
    background-position: center center;
    background-attachment: fixed;
}

.home-consultation h2 {
    font-size: 20px;
    font-family: font;
    color: #193368;
    letter-spacing: 1px;
    line-height: 55px;
    font-weight: 600;
    padding-bottom: 25px;
}

.home-consultation h2 span {
    font-family: font;
    font-size: 50px;
    letter-spacing: 2px;
    color: #ffffff;
    text-shadow: 2px 2px 1px #000;
    font-weight: 500;
}

.home-consultation h2 strong {
    color: #193368;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 1px 1px 1px #fff;
}

.home-consultation h3 {
    font-family: font;
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 2px;
}

.home-consultation h4 {
    font-family: font;
    font-size: 18px;
    letter-spacing: 3px;
    color: #fff;
    text-shadow: 1px 1px 9px #000;
    line-height: 30px;
    font-weight: 600;
}

.home-consultation h4 span {
    color: #193368;
}

.home-consultation p {
    font-family: font;
    font-size: 17px;
    line-height: 30px;
}

.home-consultation .consult-cta {
    border: 4px double #fff;
    height: auto;
    background: #193368;
    margin-top: 225px;
    position: relative;
    display: flex;
    flex-direction: row;
    transition: background 1.5s ease, border-color 1.5s ease;
}

.home-consultation .consult-cta:hover {
    border-color: #193368;
    background: #fff;
}

/* 👇 Icon (i) Styles */
.home-consultation .consult-cta i {
    font-size: 30px;
    background: #fff;
    color: #193368;
    padding: 15px;
    height: 100%;
    position: absolute;
    left: 0; /* Default starting point */
    transition: left 1.5s ease, background 1.5s ease, color 1.5s ease;
}

.home-consultation .consult-cta:hover i {
    left: 100%; /* Slide to the right on hover */
    background: #193368;
    color: #fff;
}

/* 👇 Heading inside consult-cta */
.home-consultation .consult-cta h5 {
    position: relative;
    left: 20%;
    padding: 15px 0 0;
    font-family: font;
    font-size: 25px;
    letter-spacing: 2px;
    color: #fff;
    text-align: center;
    transition: color 1.5s ease;
}

.home-consultation .consult-cta:hover h5 {
    color: #193368; /* Text color change on hover */
}

.top-reasons-to-hire-quail-creek-construction {
	padding: 50px; background: #f5f5f5; width: 100%;
}
.accordion-item {
    border-bottom: 1px solid #555559;
}
.accordion-button {
    width: 100%;
    text-align: left;
    background-color: #193368;
    color: #fff;
    padding: 15px;
    border: none;
    cursor: pointer;

}
.accordion-button:hover {
    background-color: #555559;
}
.accordion-button:not(.collapsed) {
    color: #fff; font-family: font; letter-spacing: 2px;
    background-color: #193368; font-size: 20px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}
.accordion-button:not(.collapsed):hover {
	background: #0e0f0f; color: #fff;
}
.accordion-content {
    display: none;
    padding: 15px;
    background: #fff;
    color: #000; height: auto;
}
.accordion-content p {
	font-family: font; font-size: 18px; letter-spacing: 2px; color: #193368;
}
.accordion-content ul {
    padding-left: 20px;
    list-style: disc; font-family: font; letter-spacing: 1px;
}
.accordion-item.active .accordion-content {
    display: block;
}
/**** About Section ****/
.about-intro {
	padding: 100px 0px 100px 0px;  background: linear-gradient(to right, #00000000, #00000000), url(/img/homepage/bricks.jpg);
    background-size: contain;
    background-repeat: repeat;
    background-position: center center;
}
.about-intro .bawks2 {
	padding: 15px 0px 15px 0px; background: #fff9; color: #193368; margin: 10px 0px 10px 0px; 
	border-radius: 15px; border: 1px solid #193368; 
}
.about-intro h1 {
	font-family: font; font-size: 25px; letter-spacing: 3px; text-align: center;
}
.about-intro h1 span {
	font-size: 60px; font-family: font; font-weight: 600;
}
.about-intro h1 strong {
	color: #193368; font-family: font3; font-weight: 500;
}
.about-intro h2 {
	font-family: font; font-size: 25px; letter-spacing: 2px; text-transform: uppercase; text-align: center; color: #000;
}
.about-intro h2 strong {
	letter-spacing: 3px; font-size: 35px;color: #193368;
}
.about-intro .bawks2:hover {
	color: #fff; background: #193368; border: 1px solid #fff;
}
.about-intro .bawks2:hover h2 {
	color: #fff;
}
.about-intro .bawks2:hover h2 strong {
	color: #fff; text-shadow: 1px 1px 1px #000;
}
.about-intro  p {
	font-family: font2; font-size: 17px; 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%; color: #fff;
    background-color: #000000ed;
    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: font4; font-size: 30px;
}
.about-body h2 span {
	text-shadow: 1px 1px 1px #000; color: #193368; font-size: 35px;
}
.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: left;
}
.about-body .past .past-image {
	background: linear-gradient(0deg, #00000000 25%, #00000000 90%), url(/img/about/qc-1.png);
    background-size: cover;
    height: 100%;    box-shadow: -25px 25px 0px 0px #272c30;
    background-color: #000000d6;
    background-position: center center;
    background-repeat: no-repeat;
	border-top: 10px solid #193368;
	    border-left: 10px solid #193368;
    border-bottom: 10px solid #193368;
}
.about-body .present {
	
}
.about-body .present .present-content {
	padding: 175px 50px 175px 50px; text-align: right;
}
.about-body .present .present-image {
	background: linear-gradient(0deg, #00000000 25%, #00000000 90%), url(/img/about/qc-3.png);
    background-size: cover;
    height: 100%;    box-shadow: 25px -25px 0px 0px #272c30;
	    border-right: 10px solid #193368;
    border-bottom: 10px solid #193368;
	    border-top: 10px solid #193368;
    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: left;
}
.about-body .future .future-image {
	background: linear-gradient(0deg, #00000000 25%, #00000000 90%), url(/img/about/qc-4.png);
    background-size: cover;
    height: 100%;    box-shadow: -25px -25px 0px 0px #272c30;
    background-color: #000000d6;
    background-position: center center;
    background-repeat: no-repeat;
	 border-left: 10px solid #193368;
    border-top: 10px solid #193368;
	border-bottom: 10px solid #193368;
}

/**** Services Section ****/
.service-intro {
	padding: 200px 0px 350px 0px;
	    background: linear-gradient(0deg, #000000ad 25%, #000000ad 90%), url(/img/services/home-build-1.jpg);
    background-size: cover; background-attachment: fixed; background-position: center center;
    height: 100%;
}
.service-intro .intro-content {
	padding: 50px; background: #fff9; height: 100%;
}
.service-intro .intro-legend {
	 background: #193368; height: 100%;
}
.service-intro h1 {
	font-family: font3; font-size: 30px; color: #000; line-height: 50px;
}
.service-intro h1 span {
	font-family: font; font-size: 45px; letter-spacing: 3px; color: #272727;
}
.service-intro h1 strong {
	color: #193368;
}
.service-intro h2 {
	padding: 25px; color: #fff; font-family: font; font-size: 25px; letter-spacing: 2px;
}
.service-intro h2:hover {
	background: #fff; color: #193368;
}
.service-intro h3 {
	font-family: font; font-size: 30px; color: #fff; padding: 10px 0px 10px 0px; background: #000; text-align: center; letter-spacing: 2px; text-transform: uppercase;
}
.service-intro p {
	font-family: font; font-size: 17px; line-height: 30px;
}
.service-body {
	background: transparent; position: relative;
}
.service-body .container-fluid {
	padding: 0px;
}
.service-body .contractor-services {
	position: relative;    border-bottom: 15px solid #193368;
}
.service-body .contractor-services .contractor-content {
	padding: 150px 25px 200px 25px; height: 100%;
}
.service-body .contractor-services .contractor-bullets {
	padding: 100px 25px 100px 25px; height: 100%; background: #193368;
}
.service-body .contractor-services .contractor-image {
	    background: linear-gradient(to right, #00000000, #00000000), url(/img/services/service-4.jpg) no-repeat;
    background-size: cover;
    position: relative;
    height: 100%;
    background-position: center center; height: 100%;
}
.service-body .row {
	    --bs-gutter-x: 0;
}
.service-body h2 {
	font-family: font; font-size: 35px; letter-spacing: 3px;
}
.service-body h2 span {
	font-size: 40px; color: #193368; font-weight: 600; 
}
.service-body h3 {
	font-family: font; font-size: 25px; letter-spacing: 2px; color: #fff; text-align: center; padding: 15px 0px 15px 0px;
}
.service-body p {
	font-family: font; font-size: 17px; line-height: 30px;
}
.service-body .home-services {
	position: relative;    border-bottom: 15px solid #193368;
}
.service-body .home-services .home-content {
	padding: 150px 25px 200px 25px; height: 100%;
}
.service-body .home-services .home-bullets {
	padding: 100px 25px 100px 25px; height: 100%; background: #193368;
}
.service-body .home-services .home-image {
	    background: linear-gradient(to right, #00000000, #00000000), url(/img/services/service-2.jpg) no-repeat;
    background-size: cover;
    position: relative;
    height: 100%;
    background-position: center center; height: 100%;
}
.service-body .custom-services {
	position: relative;    border-bottom: 15px solid #193368;
}
.service-body .custom-services .custom-content {
	padding: 150px 25px 200px 25px; height: 100%;
}
.service-body .custom-services .custom-bullets {
	padding: 100px 25px 100px 25px; height: 100%; background: #193368;
}
.service-body .custom-services .custom-image {
	    background: linear-gradient(to right, #00000000, #00000000), url(/img/services/service-1.jpg) no-repeat;
    background-size: cover;
    position: relative;
    height: 100%;
    background-position: center center; height: 100%;
}
.service-body .specialty-services {
	position: relative;    border-bottom: 15px solid #193368;
}
.service-body .specialty-services .specialty-content {
	padding: 150px 25px 200px 25px; height: 100%;
}
.service-body .specialty-services .specialty-bullets {
	padding: 100px 25px 100px 25px; height: 100%; background: #193368;
}
.service-body .specialty-services .specialty-image {
	    background: linear-gradient(to right, #00000000, #00000000), url(/img/services/service-3.jpg) no-repeat;
    background-size: cover;
    position: relative;
    height: 100%;
    background-position: center center; height: 100%;
}

.hub-service-cta {
    display: inline-block;
    margin-top: 20px;
    padding: 13px 22px;
    background: #193368;
    color: #fff !important;
    border: 2px solid #193368;
    font-family: font;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    text-decoration: none !important;
    transition: .3s ease;
}

.hub-service-cta:hover {
    background: #000;
    border-color: #000;
    color: #fff !important;
    transform: translateY(-3px);
}

/**** General Contracting Individual Service Page ****/

.gc-service-hero {
	padding: 190px 0 240px 0;
	background:
		linear-gradient(0deg, #000000c9 20%, #000000a8 90%),
		url(/img/services/home-build-1.jpg);
	background-size: cover;
	background-attachment: fixed;
	background-position: center center;
	color: #fff;
}

.gc-hero-content {
	height: 100%;
	padding: 60px;
	background: #fff9;
}

.gc-hero-content span,
.gc-overview-content span,
.gc-section-heading span,
.gc-management-content span,
.gc-trust-panel span {
	display: inline-block;
	margin-bottom: 12px;
	font-family: font;
	font-size: 15px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #193368;
	font-weight: 900;
}

.gc-hero-content h1 {
	font-family: font;
	font-size: 54px;
	line-height: 1.1;
	letter-spacing: 3px;
	color: #272727;
	margin-bottom: 20px;
}

.gc-hero-content p {
	font-family: font;
	font-size: 18px;
	line-height: 32px;
	color: #000;
	margin-bottom: 28px;
}

.gc-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}

.gc-btn {
	display: inline-block;
	padding: 14px 24px;
	font-family: font;
	font-size: 16px;
	letter-spacing: 1px;
	text-decoration: none !important;
	transition: .3s ease;
}

.gc-btn-primary {
	background: #193368;
	color: #fff !important;
	border: 2px solid #193368;
}

.gc-btn-primary:hover {
	background: #000;
	border-color: #000;
	color: #fff !important;
}

.gc-btn-secondary {
	background: #000;
	color: #fff !important;
	border: 2px solid #000;
}

.gc-btn-secondary:hover {
	background: #fff;
	color: #193368 !important;
	border-color: #193368;
}

.gc-hero-legend {
	height: 100%;
	padding: 55px;
	background: #193368;
}

.gc-hero-legend h3 {
	font-family: font;
	font-size: 30px;
	color: #fff;
	padding: 10px 0;
	background: #000;
	text-align: center;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.gc-hero-legend a {
	display: block;
	padding: 18px 24px;
	color: #fff;
	font-family: font;
	font-size: 25px;
	letter-spacing: 2px;
	text-decoration: none !important;
	transition: .3s ease;
}

.gc-hero-legend a:hover {
	background: #fff;
	color: #193368;
}

/**** Overview ****/

.gc-overview {
	background: #fff;
	border-bottom: 15px solid #193368;
}

.gc-overview .container-fluid,
.gc-management .container-fluid {
	padding: 0;
}

.gc-overview .row,
.gc-management .row {
	--bs-gutter-x: 0;
}

.gc-overview-image {
	height: 100%;
	min-height: 620px;
	background:
		linear-gradient(to right, #00000000, #00000000),
		url(/img/services/qcc-gc-01.webp) no-repeat;
	background-size: cover;
	background-position: center center;
}

.gc-overview-content {
	height: 100%;
	padding: 130px 60px;
}

.gc-overview-content h2,
.gc-section-heading h2,
.gc-management-content h2,
.gc-trust-panel h2,
.gc-cta h2 {
	font-family: font;
	font-size: 42px;
	line-height: 1.2;
	letter-spacing: 3px;
	color: #272727;
	margin-bottom: 20px;
}

.gc-overview-content h2:after,
.gc-section-heading h2:after,
.gc-management-content h2:after,
.gc-trust-panel h2:after {
	content: "";
	display: block;
	width: 90px;
	height: 5px;
	background: #193368;
	margin-top: 18px;
}

.gc-section-heading h2:after {
	margin-left: auto;
	margin-right: auto;
}

.gc-overview-content p,
.gc-section-heading p,
.gc-management-content p,
.gc-trust-panel p,
.gc-cta p {
	font-family: font;
	font-size: 17px;
	line-height: 31px;
	color: #222;
}

/**** Services Cards ****/

.gc-services {
	padding: 105px 0;
	background: #f5f5f5;
}

.gc-section-heading {
	max-width: 950px;
	margin: 0 auto 50px auto;
	text-align: center;
}

.gc-service-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

.gc-service-card {
	position: relative;
	padding: 38px 30px;
	min-height: 270px;
	background: #fff;
	border-bottom: 10px solid #193368;
	box-shadow: 0 14px 35px rgba(0,0,0,0.08);
	transition: .3s ease;
	overflow: hidden;
}

.gc-service-card:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 120px;
	height: 120px;
	background: #193368;
	clip-path: polygon(100% 0, 0 0, 100% 100%);
	opacity: .12;
}

.gc-service-card:hover {
	transform: translateY(-8px);
	background: #193368;
	color: #fff;
}

.gc-service-card h3 {
	position: relative;
	font-family: font;
	font-size: 28px;
	color: #193368;
	letter-spacing: 2px;
	margin-bottom: 15px;
}

.gc-service-card p {
	position: relative;
	font-family: font;
	font-size: 16px;
	line-height: 28px;
	color: #222;
	margin-bottom: 0;
}

.gc-service-card:hover h3,
.gc-service-card:hover p {
	color: #fff;
}

/**** Management Section ****/

.gc-management {
	background: #fff;
	border-bottom: 15px solid #193368;
}

.gc-management-content {
	height: 100%;
	padding: 125px 50px 145px 50px;
}

.gc-bullet-stack {
	height: 100%;
	padding: 90px 25px;
	background: #193368;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.gc-bullet-stack h3 {
	font-family: font;
	font-size: 26px;
	letter-spacing: 2px;
	color: #fff;
	text-align: center;
	padding: 18px 0;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}

.gc-management-image {
	height: 100%;
	min-height: 560px;
	background:
		linear-gradient(to right, #00000000, #00000000),
		url(/img/services/service-2.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
}

/**** Trust Section ****/

.gc-trust {
	padding: 105px 0;
	background:
		linear-gradient(0deg, #000000b8 20%, #000000bd 90%),
		url(/img/services/service-1.jpg);
	background-size: cover;
	background-attachment: fixed;
	background-position: center center;
}

.gc-trust-panel {
	padding: 45px;
	background: #fff9;
	height: 100%;
}

.gc-trust-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}

.gc-trust-card {
	padding: 30px;
	background: #193368;
	color: #fff;
	border-left: 8px solid #000;
	min-height: 235px;
	transition: .3s ease;
}

.gc-trust-card:hover {
	background: #000;
	border-left-color: #fff;
	transform: translateY(-5px);
}

.gc-trust-card strong {
	display: block;
	font-family: font;
	font-size: 38px;
	color: #fff;
	margin-bottom: 12px;
}

.gc-trust-card h3 {
	font-family: font;
	font-size: 24px;
	letter-spacing: 2px;
	color: #fff;
	margin-bottom: 10px;
}

.gc-trust-card p {
	font-family: font;
	font-size: 16px;
	line-height: 28px;
	color: #fff;
	margin-bottom: 0;
}

/**** Process ****/

.gc-process {
	padding: 105px 0;
	background: #fff;
}

.gc-process-grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 18px;
}

.gc-process-step {
	padding: 30px 22px;
	background: #f5f5f5;
	border-top: 8px solid #193368;
	text-align: center;
	transition: .3s ease;
}

.gc-process-step:hover {
	background: #193368;
	color: #fff;
	transform: translateY(-6px);
}

.gc-process-step strong {
	display: block;
	font-family: font;
	font-size: 35px;
	color: #193368;
	margin-bottom: 12px;
}

.gc-process-step h3 {
	font-family: font;
	font-size: 22px;
	letter-spacing: 2px;
	color: #272727;
	margin-bottom: 10px;
}

.gc-process-step p {
	font-family: font;
	font-size: 15px;
	line-height: 26px;
	color: #222;
	margin-bottom: 0;
}

.gc-process-step:hover strong,
.gc-process-step:hover h3,
.gc-process-step:hover p {
	color: #fff;
}

/**** CTA ****/

.gc-cta {
	padding: 115px 0;
	background: #193368;
	text-align: center;
	color: #fff;
}

.gc-cta h2,
.gc-cta p {
	color: #fff;
}

.gc-cta p {
	max-width: 900px;
	margin: 0 auto 28px auto;
}

/**** Responsive ****/

@media(max-width: 991px) {
	.gc-service-hero {
		padding: 140px 0 100px 0;
		background-attachment: scroll;
		text-align: center;
	}

	.gc-hero-content,
	.gc-hero-legend,
	.gc-overview-content,
	.gc-management-content,
	.gc-trust-panel {
		padding: 40px 24px;
		text-align: center;
	}

	.gc-hero-content h1 {
		font-size: 2.5rem;
	}

	.gc-overview-content h2,
	.gc-section-heading h2,
	.gc-management-content h2,
	.gc-trust-panel h2,
	.gc-cta h2 {
		font-size: 2rem;
	}

	.gc-overview-content h2:after,
	.gc-management-content h2:after,
	.gc-trust-panel h2:after {
		margin-left: auto;
		margin-right: auto;
	}

	.gc-hero-actions {
		justify-content: center;
	}

	.gc-overview-image,
	.gc-management-image {
		min-height: 360px;
	}

	.gc-service-grid,
	.gc-trust-grid,
	.gc-process-grid {
		grid-template-columns: 1fr;
	}

	.gc-bullet-stack {
		padding: 40px 24px;
	}

	.gc-trust {
		background-attachment: scroll;
	}
}

@media(max-width: 575px) {
	.gc-btn {
		width: 100%;
		text-align: center;
	}

	.gc-hero-legend a {
		font-size: 20px;
	}

	.gc-services,
	.gc-trust,
	.gc-process,
	.gc-cta {
		padding: 75px 0;
	}
}


/**** 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-page h2 {
	font-size: 3rem; font-weight: 600; font-family: 'font2'; padding-bottom: 20px; text-align: center; color: rgb(129,141,148);
}
/**** Areas We Service Section ****/
.location-intro {
	padding: 150px 0px 150px 0px; background: linear-gradient(to right, #193368e3, #193368e3), url(/img/services/home-location.jpg) no-repeat;
    background-size: cover;
    position: relative;
    height: 100%;
    background-position: center center;
}
.location-intro .container-fluid {
	padding: 0px;
}
.location-intro .location-content {
	padding: 50px; background: #000000d4;
}
.location-intro .location-legend {
	padding: 50px; background: #fff9;
}

.location-intro h1 {
	font-family: font3; font-size: 45px; color:  #193368; text-align: center; line-height: 65px;
}
.location-intro h1 span {
	font-family: font; font-size: 45px; letter-spacing: 3px; color: #fff;
}
.location-intro h1 strong {
	color:  #193368; text-transform: uppercase;
}
.location-intro h3 {
	font-family: font;  font-size: 25px; letter-spacing: 3px;color: #000; padding: 10px 0px 10px 0px;
}
.location-intro h3:hover {
	background:  #193368; color: #fff;
}
.location-intro h4 {
	font-family: font; font-size: 20px; letter-spacing: 2px; color: #272727; padding: 7px 0px 7px 0px; text-indent: 25px;
}
.location-intro h4:hover {
	background:  #193368; color: #fff;
}
.location-body {
	position: relative;
}
.location-body h2 {
	font-family: font; font-size: 45px; letter-spacing: 2px; text-align: center;
}
.location-body h2 span {
	color: #193368; font-weight: 600;
}
.location-body h3 {
	font-family: font; font-size: 20px; letter-spacing: 2px; font-weight: 600; text-decoration: underline; text-align: center;
}
.location-body h4 {
	font-family: font; font-size: 18px; letter-spacing: 2px; text-indent: 15px; line-height: 30px;
}
.location-body p {
	font-family: font; font-size: 16px; line-height: 35px; text-align: center;
}
.location-body .container-fluid {
	padding: 0px;
}
.location-body .location-content {
	padding: 150px 25px 150px 25px;
}
.location-body .location-map {
	height: 100%;
}
.location-body .location-map iframe {
	width: 100%; height: 100%;
}
.location-body .location-left {
	position: relative;
}
.location-body  .option1 {
	padding: 25px; background: #193368; color: #fff;
}
.location-body .option2 {
	padding: 25px; background: #272727; color: #fff;
}
.location-body .location-right {
	position: relative; background: #0009; color: #fff;
}
/**** Contact Section ****/


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


/**** Sections On Every Page ****/
.contact-section {
	background: #d9d9d9;
}
.contact-section .container-fluid {
	padding: 0px;
}
.contact-section .container {
	padding: 25px;
    background: #1933682b;
    border-right: 5px solid #193368;
    border-left: 5px solid #193368;
}
.contact-section h2 {
	padding: 25px; background: #fff; color: #193368; font-family: font3; font-size: 20px; letter-spacing: 2px; text-transform: uppercase; text-align: center;
}
.footer-section .contact-section h3 {
	padding: 50px 0px 50px 0px; background: #193368; color: #fff; font-family: font; font-size: 25px; letter-spacing: 2px; text-transform: uppercase; text-align: center;    margin-top: -7px;
}

.contact-section .tool1 {
	max-width: 35%;
}
.contact-section .tool2 {
	max-width: 45%;
}
.contact-section .tool3 {
	max-width: 55%;
}
.contact-section .tool4 {
	max-width: 65%;
}
.contact-section .tool5 {
	max-width: 75%;
}
.contact-section .tool6 {
	max-width: 25%;
}




.homepage-reviews{
	
    padding: 50px 0px 50px 0px;
    background: #193368;
    color: #fff;
    font-family: font;
    font-size: 25px;
    letter-spacing: 2px;
    /*text-transform: uppercase;*/
    text-align: center;
 
}
.homepage-reviews h2.review-title{
	
	font-size:2.78rem;
	text-align:center;
	

}

.homepage-reviews p{
	
	font-size:1.3rem;

}
.homepage-reviews{
	
    padding: 50px 0px 50px 0px;
    background: #193368;
    color: #fff;
    font-family: font;
    font-size: 25px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
 
}
.homepage-reviews .review-container{
	
	padding: 15px;
	background: white;
	border: 3px solid black;
    display: flex
;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	
	
}
.homepage-reviews .review-container *{

	color: #193368;
}


/* ========================================== */
/* === 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:transparent; ; font-size: 18px; font-weight: 400;
}
.footer-section .top-footer {
	background: #193368;
}
.footer-section .top-footer h6 {
	font-family: font; font-size: 25px; letter-spacing: 2px; color: #fff; padding: 10px 0px 10px 0px; text-align: center; margin-bottom: 0px;
}
.footer-section .top-footer h6:hover {
	background: #fff; color: #193368; box-shadow: 1px 1px 10px 1px #000;
}
.footer-section h3 {
	font-size: 1.3rem; color: rgb(30,30,30); font-weight: bold;
}
.footer-section p {
 font-size: 15px; font-family: 'font';
}
.footer-section a {
	); font-size: 16px;
}
.footer-section .service-cities p {
	margin: 0 0 3px;
}
.service-cities {
	margin-bottom: 1em;
}
.service-cities img {
	padding-bottom: 20px;
}
.service-cities h5 {
	line-height: 8px;
}
.service-cities h4 {
	font-size: 20px; font-family: 'font'; font-weight: 600; 
}
.service-cities h3 {
	font-size: 20px; font-family: 'font'; font-weight: 600; text-align: center;
}
.bottom-footer {
	padding: 25px 0px 15px 0px; background: #272727;
}
.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: #193368; margin-bottom: -10px;
}
.trademark-disclaimer p {
	font-size: 8px; text-align: center; color: rgb(255,255,255);
}





/* === Lg. Laptop CSS Section ================= */
@media screen and (max-width : 1550px) {
	/*** Don't place anything here, unless absolutely necessary ***/
.navbar-light .navbar-nav .nav-link {
    margin: 0 18px;
    padding: 6px 0px;
    font-weight: 600;
    font-size: 1rem;
    color: rgb(255,255,255);
    font-family: 'font';
    letter-spacing: 2px;
}
.video-overlay .overlay-contact {
    padding: 25px;
    background: #000000d1;
    height: auto;
    border: 8px solid #193368;
    border-left-width: 4px;
}
.video-overlay .overlay-content {
    padding: 25px;
    background: #ffffffd1;
    height: auto;
    border: 8px solid #193368;
    border-right-width: 4px;
}
.home-split {
    background: transparent;
    position: relative;
    padding: 100px 10px;
}
.home-split .bawks {
    background: #000000cc;
    padding: 45px 25px 25px 25px;
    position: relative;
    border-radius: 10px;
    z-index: 1;
    box-shadow: 0px 0px 0px 3px #000;
    height: 430px;
    width: 430px;
	display:flex;
	flex-direction: column;
	justify-content: center; 
	align-items: center; 
}
.home-intro h3 strong {
    font-size: 1.3rem;
    letter-spacing: 3px;
    text-shadow: 1px 1px 1px #000;
}
.home-services-main h4 {
    padding: 10px 0px 10px 0px;
    font-family: font;
    font-size: 20px;
    letter-spacing: 2px;
    text-indent: 25px;
}
.contractor-home .contractor-content {
    padding: 100px 10px 100px 10px;
}
.service-home .service-content {
    padding: 100px 10px 100px 10px;
}
.specialty-home .specialty-content {
    padding: 100px 10px 100px 10px;
}
.custom-home .custom-content {
    padding: 100px 10px 100px 10px;
}

.home-consultation {
    padding: 100px 15px;
    background: linear-gradient(to right, #19336852, #19336863), url(/img/homepage/consult-2.jpg);
    background-size: cover;
    background-repeat: repeat;
    background-position: center center;
    background-attachment: fixed;
}

.home-consultation i {
    font-size: 20px;
    background: white;
    color: #193368;
    padding: 8px;
    height: auto;
	display: none; 
}
.home-consultation h4 {
    font-family: font;
    font-size: 18px;
    letter-spacing: 0;
    color: #fff;
    text-shadow: 1px 1px 9px #000000;
    line-height: 30px;
    font-weight: 600;
}
.home-consultation h5 {
    color: #fff;
    padding: 15px 0px 15px 0px;
    text-align: center;
    font-family: font;
    font-size: 1.3rem;
    letter-spacing: 2px;
}
.home-consultation .consult-cta h5 {
    position: relative;
    left: 0;
    padding: 15px 0 0;
    font-family: font;
    font-size: 25px;
    letter-spacing: 2px;
    color: #fff;
    text-align: center;
    transition: color 1.5s ease;
}
.home-consultation .consult-cta {
    border: 4px double #fff;
    height: auto;
    background: #193368;
    margin-top: 225px;
}
.service-intro {
    padding: 150px 0px 150px 0px;
    background: linear-gradient(0deg, #000000ad 25%, #000000ad 90%), url(/img/services/home-build-1.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    height: 100%;
}
.service-body h3 {
    font-family: font;
    font-size: 1rem;
    letter-spacing: 2px;
    color: #fff;
    text-align: center;
    padding: 15px 0px 15px 0px;
}
.location-intro h3 {
    font-family: font;
    font-size: 1.2rem;
    letter-spacing: 0;
    color: #000;
    padding: 10px 0px 10px 0px;
}
.location-intro h4 {
    font-family: font;
    font-size: 1rem;
    letter-spacing: 2px;
    color: #272727;
    padding: 7px 0px 7px 0px;
    text-indent: 5px;
}


.location-body h4 {
    font-family: font;
    font-size: 0.85rem;
    letter-spacing: 2px;
    text-indent: -5px;
    line-height: 30px;
	text-align:center;
        text-wrap: nowrap;	
}

.footer-section .top-footer h6 {
    font-family: font;
    font-size: 1.2rem;
    letter-spacing: 2px;
    color: #fff;
    padding: 10px 0px 10px 0px;
    text-align: center;
    margin-bottom: 0px;
}
.footer-section p {
    font-size: 13px;
    font-family: 'font';
}
}
/* === 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;
}
.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;
	height:100px;
}
.top-header img{
	width:160px;
}


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

/**** Navigation Section ****/
.dropdown-wrapper {
	margin: 0; padding: 0;
}
.navbar-sidebar .dropdown-menu-mobile {
	position: relative; display: none; top: 0; left: 0; z-index: 1000; float: left; height: 0px; margin: 0; width: 100%; padding: 0; font-size: 18px; color: #e6e6e6 !important; text-align: left; list-style: none; background-color: rgb(200,200,200); border: 0; visibility: hidden; border-radius: 0; transform: scale(1,0); -webkit-transition: all .30s ease; -moz-transition: all .30s ease; -o-transition: all .30s ease; transition: all .30s ease;
}
.dropdown-menu-animate {
	display: inline-block !important; transform: scale(1,1) !important; padding: 25px 0 !important; height: auto !important; visibility: visible !important;
}
.navbar-sidebar .dropdown-menu-mobile a {
	color: rgb(75,75,75); font-weight:600 !important; font-size: 1.3em; font-family: 'Raleway'; text-align: center;
}
.navbar-sidebar {
	padding-top: 100px; 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: font;
	color: #193368; 
}
.bar-block.center .bar-item {
	text-align: center;
}
.block {
	display: block; width: 100%;
}

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

/**** Home Section ****/
.bg-primary {
	background: rgb(83,82,82) !important;
}
.home-header-section {
	padding-top: 125px;
}
.home-header-section .slider-logo span {
	font-family: 'font'; color: rgb(196,41,56);
}
.background-video {
    width: 150%;
    transform: scale(0.8);
    left: -15%;
    height: auto;
    object-fit: cover;
    position: relative;
    top: -120px;
    margin-bottom: 0;
}
.video-overlay {
	    position: relative;
   
    top: 0;
    width: 100%;
	  
}
.video-overlay .container-fluid {
	padding: 0px;
}
.video-overlay .row {
	    --bs-gutter-x: 0;
}
.video-overlay .overlay-content {
	padding:  25px; background: #ffffffd1;height: auto;
	  border: 8px solid #193368; border-right-width: 4px; 
}
.video-overlay .overlay-contact {
	padding: 25px 10px; background: #000000d1; height: auto;border: 8px solid #193368; border-left-width: 4px; 
}
.video-overlay .padder {
	background: #000000a3;
    border-radius: 25px;
    padding: 10px;
}
.video-overlay .bawks {
    background: #193368b5;
    padding: 25px 25px 25px 25px; border-radius: 25px;
    position: relative;
    z-index: 1; 
	    height: auto;
}
.video-overlay .bawks:hover {
	background: #193368; border-radius: 25px; box-shadow: 0px 0px 0px 3px #fff;
}
.video-overlay .bawks h2 {
	font-family: font; font-size: 1.4rem; text-align: center; letter-spacing: 1px; color: #fff;
}
.video-overlay .bawks p {
	font-family: font; font-size: 1rem; line-height: 30px; display: none; text-align: center; color: #fff;
}
.video-overlay .bawks img {

}
.video-overlay .bawks:hover h2 {
	text-decoration: underline;
}
.video-overlay .bawks:hover img {
	display: none;
}
.video-overlay .bawks:hover p {
	display: block;text-align: center;
}
.video-overlay h1 {
    font-family: font3;
    font-size: 3rem;;
    color: #193368;
    font-weight: 500;
    text-align: center;
    line-height: 40px;
}
.video-overlay h1 strong {
	font-family: font; font-weight: 500; letter-spacing: 2px; color: #191919; font-size: 1.7rem;
}
.video-overlay h1 span {
	font-size: 1rem; font-family: font; font-weight: 600; color: #000; letter-spacing: 2px;
}
.video-overlay h3 {
	    font-family: font;
    font-size: 19px;
    letter-spacing: 2px;
    color: #193368;
    font-weight: 600;
    text-transform: uppercase;
}
.video-overlay h4 {
	padding: 25px 5px;  color: #191919; font-size: 20px; letter-spacing: 2px; border: 2px solid #191919;
	background: #fff; text-align: center; font-family: font3; font-weight: 600; text-transform: uppercase; width: fit-content;
}
.video-overlay h4:hover {
	background: #191919; color: #fff;border: 2px solid #fff;
}
.video-overlay h5 {
	padding: 25px 5px; color: #fff; font-size: 20px; letter-spacing: 2px;  border: 2px double #fff;
	background: #193368; text-align: center; font-family: font3; font-weight: 600; text-transform: uppercase; width: fit-content;
}
.video-overlay h5:hover {
 background: #fff; border: 2px solid #193368; color: #193368;
}
.video-overlay h6 {
	font-family: 'font2';
    font-size: 45px;
    color: #fff;
    letter-spacing: 1px;
    text-align: center;
    font-weight: 600;
    text-shadow: 2px 2px 15px #000;
}
.video-overlay h6 span {
	font-family: font; font-size: 15px; letter-spacing: 1px; text-transform: none;
}
.video-overlay p {
	font-family: font; font-size: 16px; line-height: 35px; text-align: center; font-weight: 500; color: #000; letter-spacing: 1px;
}
.video-overlay-2 {
	    position: relative;
    margin-top: -40%;
    margin-bottom: 16px;
}
.video-overlay-2 .card1 {
    background: #fff9;
    padding: 25px;
    position: relative;
    margin-bottom: -150px;
    z-index: 1;
}
.video-overlay-2 .card1 img {
	width: 100%
	
}

.home-split {
	background: transparent; position: relative; padding: 100px 10px; 
}
.home-split .padder {

}
.home-split .bawks {
    background: #000000cc;
    padding: 45px 10px 25px 10px; 
    position: relative;border-radius: 10px;
    z-index: 1; box-shadow: 0px 0px 0px 3px #000;
	    height: auto; width: auto;
}
.home-split .bawks {
	background: #193368;  box-shadow: 0px 0px 0px 3px #000; border-radius: 0px;
}
.home-split .bawks h2 {
	font-family: font; font-size: 23px; text-align: center; letter-spacing: 1px; color: #fff;
}
.home-split .bawks p {
	font-family: font; font-size: 16px; line-height: 30px; display: none; text-align: center; color: #fff;
}
.home-split .bawks mark {
	padding: 15px; background: #fff; color: #193368; border: 2px solid #193368; font-family: font; letter-spacing: 1px; font-size: 20px; display: none;
}
.home-split .bawks img {

}
.home-split .bawks h2 {
	text-decoration: underline;
}
.home-split .bawks img {
	display: none;
}
.home-split .bawks mark {
	display: inline-block; box-shadow: 0px 0px 0px 2px #fff; border-radius: 10px;
}
.home-split .bawks p {
	display: block;text-align: center;
}
.home-intro {
	padding: 0px; background: linear-gradient(to right, #00000000, #00000000), url(/img/homepage/home-intro-image-1.jpg) no-repeat;
    background-size: cover; position: relative; background-attachment: fixed;
    height: 100%;
    background-position: center center;
}
.home-intro .container-fluid {
	padding: 0px;
}
.home-intro .row {
	    --bs-gutter-x: 0;
}
.home-intro .intro-left {
	padding: 70px 15px 70px 15px ; background: #fff9;
}
.home-intro .intro-right1 {
	padding: 25px 10px; background: #6c757dbd; height: 100%;
}
.home-intro .intro-right2 {
	padding: 25px 10px; background: #19336896; height: 100%;
}
.home-intro .intro-right3 {
	padding: 25px 10px; background: #0d0d0ec9; height: 100%;
}

.home-intro h2 {
	font-family: font3; font-size: 2rem;; color: #193368; line-height: 45px; text-align:center;
}
.home-intro h2 span {
	font-family: font; font-size: 1.3rem; letter-spacing: 2px; color: #141414;
}
.home-intro h2 strong {
	letter-spacing: 3px; text-decoration: underline;
}
.home-intro h3 {
	font-family: font; letter-spacing: 1px; margin-top: 20px;
	color: #fff; text-align: center; font-size: 30px; position: relative;
}
.home-intro h3 strong {
	font-size: 40px; letter-spacing: 3px; text-shadow: 1px 1px 1px #000;
}
.home-intro h3 span {
	font-size: 20px;
}
.home-intro p {
	font-size: 17px; font-family: 'font2'; font-weight: 600; line-height: 30px; 
}
.home-intro .intro-right1 p {
	text-align: center; color: #fff; font-size: 15px;
	display: block;
	
}
.home-intro .intro-right1 p {
}
.home-intro .intro-right2 p {
	text-align: center; color: #fff; font-size: 15px; 	display: block;

}
.home-intro .intro-right2:hover p {
}
.home-intro .intro-right3 p {
	text-align: center; color: #fff; font-size: 15px; display: block;
}
.home-intro .intro-right3:hover p {
	
}
.home1 {
	padding: 0px;
	/*background: #193368;*/
	background: white;;
}
.home1 .container-fluid {
	padding: 0px;
}
.home1 .pad {
	padding: 25px; height: 100%;
}
.home1 .pad:hover {
	background: #fff; box-shadow: 1px 1px 10px 1px #000;
}
.home1 .pad img {

}
.home1 h2 {
	    background: none;
    font-family: 'font3';
    font-size: 3rem;
    color: #193368;
    padding: 25px 0px 25px 0px;
    text-align: center;
}
.home1 h3 {
	font-family: font;
    font-size: 1.2rem;
    text-align: center;
    color: #f5f5f5;
    line-height: 45px;
    letter-spacing: 2px;
    padding: 15px 0px 15px 0px;
    background: #151515;
    margin-top: -7px; margin-bottom: 0px;
}
.home1 h3 span {
	font-size: 2rem;
}
.home1 h3 strong {
 letter-spacing: 5px; text-decoration: underline;
}
.home1 h4 {
	font-family: font; font-weight: 600; text-align: center; letter-spacing: 2px; color: #193368;
}
.home1 .pad h4 {
	  color: #193368;
}
.home1 p {
	font-size: 17px; font-family: 'font'; font-weight: 500; line-height: 30px; color: #000; text-align: center; 
}
.home1 .pad p {
 color: #000;
}
.home-services-main {
	position: relative;
}
.home-services-main .row {
	    --bs-gutter-x: 0;
}
.home-services-main h2 {
	font-family: font; font-size: 2rem; letter-spacing: 2px; font-weight: 600; text-align: center;
}
.home-services-main h2 strong {
	color: #193368; letter-spacing: 3px; text-transform: uppercase;
}
.home-services-main h3 { 
	font-family: font3; font-size: 1.8rem;  margin-top: 15px; text-align:center;
}
.home-services-main h3 span {
	color: #193368; font-weight: 600; text-transform: uppercase; letter-spacing: 2px;
}
.home-services-main h4 {
	padding: 10px 0px 10px 0px; font-family: font; font-size: 1.2rem; letter-spacing: 2px; text-indent: 5px; text-align:center;
}
.home-services-main h4 span {
	color: #193368; font-weight: 600;
}
.home-services-main p  {
	font-family: font; font-size: 1rem; line-height: 30px; letter-spacing: 1px; text-align: center;
}
.contractor-home {
	background: transparent; position: relative;
}
.contractor-home .container-fluid {
	padding: 0px;
}
.contractor-home .contractor-content {
	padding: 100px 10px 100px 10px;
}
.contractor-home .contractor-image {
	background: linear-gradient(to right, #00000000, #00000000), url(/img/homepage/ba-1.jpg) no-repeat;
    background-size: cover; position: relative; 
    height: 400px;
    background-position: center center;
}
.service-home {
	background: transparent; position: relative;
}
.service-home .container-fluid {
	padding: 0px;
}
.service-home .service-content {
	padding: 100px 10px 100px 10px;
}
.service-home .service-image {
	background: linear-gradient(to right, #00000000, #00000000), url(/img/homepage/ba-5.jpg) no-repeat;
    background-size: cover; position: relative; 
    height: 400px;
    background-position: center center;
}
.specialty-home {
	background: transparent; position: relative;
}
.specialty-home .container-fluid {
	padding: 0px;
}
.specialty-home .specialty-content {
	padding: 100px 10px 100px 10px;
}
.specialty-home .specialty-image {
	background: linear-gradient(to right, #00000000, #00000000), url(/img/homepage/ba-6.jpg) no-repeat;
    background-size: cover; position: relative; 
    height: 400px;
    background-position: center center;
}
.custom-home {
	background: transparent; position: relative;
}
.custom-home .container-fluid {
	padding: 0px;
}
.custom-home .custom-content {
	padding: 100px 10px 100px 10px;
}
.custom-home .custom-image {
	background: linear-gradient(to right, #00000000, #00000000), url(/img/homepage/ba-3.jpg) no-repeat;
    background-size: cover; position: relative; 
    height: 400px;
    background-position: center center;
}

.home-consultation {
    padding: 100px 10px;
    background: linear-gradient(to right, #19336852, #19336863), url(/img/homepage/consult-2.jpg);
    background-size: cover;
    background-repeat: repeat;
    background-position: center center;
    background-attachment: fixed;
}
.home-consultation h2 {
	font-size: 20px; font-family: font; color: #193368; letter-spacing: 1px;    line-height: 45px; font-weight: 600; padding-bottom: 25px;
}
.home-consultation h2 span {
	font-family: font; font-size: 2rem; letter-spacing: 2px; color: #ffffff;
    text-shadow: 2px 2px 1px #000; font-weight: 500;
}
.home-consultation h2 strong {
	color: #193368; text-transform: uppercase; letter-spacing: 2px; text-shadow: 1px 1px 1px #fff;
}
.home-consultation h3 {
	font-family: font; font-size: 1.5rem; font-weight: 600; letter-spacing: 2px;
}
.home-consultation h4 {
	font-family: font; font-size: 18px; letter-spacing: 3px;    color: #fff;
    text-shadow: 1px 1px 9px #000000; line-height: 30px; font-weight: 600;
}
.home-consultation h4 span {
	color: #193368;
}
.home-consultation p {
	font-family: font; font-size: 1rem; line-height: 30px;
}
.home-consultation i {
	font-size: 1.7rem; background: #fff; color:  #193368; padding: 15px; height: 100%;
	display:none;
}
.home-consultation .consult-cta {
	  border: 4px double #fff;    height: auto;
    background: #193368;    margin-top: 25px;
	        display: flex;
        justify-content: center;
}
.home-consultation .consult-cta:hover {
	  border: 4px double #193368;    height: auto;transition: 1.5s;
    background: #193368;
}
.home-consultation .consult-cta:hover h5 {
	color:  white;transition: 1.5s;
}
.home-consultation .consult-cta:hover i {
	background: white; color:  #193368;    margin-left: 0%; transition: 1.5s;

}
.home-consultation h5 {	   
    color: #fff;
	    padding: 15px 0px 0px 0px;
text-align: center;
    font-family: font;
    font-size: 25px;	
    letter-spacing: 2px;
}
.top-reasons-to-hire-quail-creek-construction {
	padding: 50px 10px; background: #f5f5f5; width: 100%;
}
.accordion-item {
    border-bottom: 1px solid #555559;
}
.accordion-button {
    width: 100%;
    text-align: left;
    background-color: #193368;
    color: #fff;
    padding: 15px;
    border: none;
    cursor: pointer;

}
.accordion-button:hover {
    background-color: #555559;
}
.accordion-button:not(.collapsed) {
    color: #fff; font-family: font; letter-spacing: 2px;
    background-color: #193368; font-size: 20px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}
.accordion-button:not(.collapsed):hover {
	background: #0e0f0f; color: #fff;
}
.accordion-content {
    display: none;
    padding: 15px;
    background: #fff;
    color: #000; height: auto;
}
.accordion-content p {
	font-family: font; font-size: 18px; letter-spacing: 2px; color: #193368;
}
.accordion-content ul {
    padding-left: 20px;
    list-style: disc; font-family: font; letter-spacing: 1px;
}
.accordion-item.active .accordion-content {
    display: block;
}
/**** About Section ****/
.about-intro {
	padding: 100px 0px 100px 0px;  background: linear-gradient(to right, #00000000, #00000000), url(/img/homepage/bricks.jpg);
    background-size: contain;
    background-repeat: repeat;
    background-position: center center;
}
.about-intro .bawks2 {
	padding: 15px 0px 15px 0px; background: #fff9; color: #193368; margin: 10px 0px 10px 0px; 
	border-radius: 15px; border: 1px solid #193368; 
}
.about-intro h1 {
	font-family: font; font-size: 25px; letter-spacing: 3px; text-align: center;
}
.about-intro h1 span {
	font-size: 2rem; font-family: font; font-weight: 600;
}
.about-intro h1 strong {
	color: #193368; font-family: font3; font-weight: 500;
}
.about-intro h2 {
	font-family: font; font-size: 25px; letter-spacing: 2px; text-transform: uppercase; text-align: center; color: #000;
}
.about-intro h2 strong {
	letter-spacing: 3px; font-size: 35px;color: #193368;
}
.about-intro .bawks2:hover {
	color: #fff; background: #193368; border: 1px solid #fff;
}
.about-intro .bawks2:hover h2 {
	color: #fff;
}
.about-intro .bawks2:hover h2 strong {
	color: #fff; text-shadow: 1px 1px 1px #000;
}
.about-intro  p {
	font-family: font2; font-size: 17px; 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%; color: #fff;
    background-color: #000000ed;
    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: font4; font-size: 30px; text-align:center;
}
.about-body h2 span {
	text-shadow: 1px 1px 1px #000; color: #193368; font-size: 35px;
}
.about-body  p {
	font-family: font2; font-size: 17px; line-height: 35px; text-align:center;
}
.about-body .past {
	
}
.about-body .past .past-content {
	padding: 75px 10px 75px 10px; text-align: center;
}
.about-body .past .past-image {
	background: linear-gradient(0deg, #00000000 25%, #00000000 90%), url(/img/about/qc-1.png);
    background-size: cover;
    height: 400px;    box-shadow: -25px 25px 0px 0px #272c30;
    background-color: #000000d6;
    background-position: center center;
    background-repeat: no-repeat;
	border-top: 10px solid #193368;
	    border-left: 10px solid #193368;
    border-bottom: 10px solid #193368;
}
.about-body .present {
	
}
.about-body .present .present-content {
	padding: 75px 10px 75px 10px; text-align: center;
}
.about-body .present .present-image {
	background: linear-gradient(0deg, #00000000 25%, #00000000 90%), url(/img/about/qc-3.png);
    background-size: cover;
    height: 400px;    box-shadow: 25px -25px 0px 0px #272c30;
	    border-right: 10px solid #193368;
    border-bottom: 10px solid #193368;
	    border-top: 10px solid #193368;
    background-color: #000000d6;
    background-position: center center;
    background-repeat: no-repeat;
}
.about-body .future {
	
}
.about-body .future .future-content {
	padding: 75px 10px 75px 10px; text-align: left;
}
.about-body .future .future-image {
	background: linear-gradient(0deg, #00000000 25%, #00000000 90%), url(/img/about/qc-4.png);
    background-size: cover;
    height: 400px;    box-shadow: -25px -25px 0px 0px #272c30;
    background-color: #000000d6;
    background-position: center center;
    background-repeat: no-repeat;
	 border-left: 10px solid #193368;
    border-top: 10px solid #193368;
	border-bottom: 10px solid #193368;
}

/**** Services Section ****/
.service-intro {
	padding: 120px 0px 120px 0px;
	    background: linear-gradient(0deg, #000000ad 25%, #000000ad 90%), url(/img/services/home-build-1.jpg);
    background-size: cover; background-attachment: fixed; background-position: center center;
    height: 100%;
}
.service-intro .intro-content {
	padding: 50px 10px; background: #fff9; height: 100%;
}
.service-intro .intro-legend {
	 background: #193368; height: 100%;
}
.service-intro h1 {
	font-family: font3; font-size: 30px; color: #000; line-height: 50px; text-align: center;
}
.service-intro h1 span {
	font-family: font; font-size: 2.1rem; letter-spacing: 3px; color: #272727;
}
.service-intro h1 strong {
	color: #193368;
}
.service-intro h2 {
	padding: 25px 5px; color: #fff; font-family: font; font-size: 1.5rem; letter-spacing: 2px; text-align:center;
}
.service-intro h2:hover {
	background: #fff; color: #193368;
}
.service-intro h3 {
	font-family: font; font-size: 30px; color: #fff; padding: 10px 0px 10px 0px; background: #000; text-align: center; letter-spacing: 2px; text-transform: uppercase;
}
.service-intro p {
	font-family: font; font-size: 1rem; line-height: 30px; text-align:center;
}
.service-body {
	background: transparent; position: relative;
}
.service-body .container-fluid {
	padding: 0px;
}
.service-body .contractor-services {
	position: relative;    border-bottom: 15px solid #193368;
}
.service-body .contractor-services .contractor-content {
	padding: 80px 10px 80px 10px; height: 100%;
}
.service-body .contractor-services .contractor-bullets {
	padding: 80px 10px 80px 10px; height: 100%; background: #193368;
}
.service-body .contractor-services .contractor-image {
	    background: linear-gradient(to right, #00000000, #00000000), url(/img/services/service-4.jpg) no-repeat;
    background-size: cover;
    position: relative;
    height: 350px;
    background-position: center center; 
}
.service-body .row {
	    --bs-gutter-x: 0;
}
.service-body h2 {
	font-family: font; font-size: 35px; letter-spacing: 3px; text-align:center;
} 
.service-body h2 span {
	font-size: 2rem; color: #193368; font-weight: 600; 
}
.service-body h3 {
	font-family: font; font-size: 1.4rem; letter-spacing: 2px; color: #fff; text-align: center; padding: 15px 0px 15px 0px;
}
.service-body p {
	font-family: font; font-size: 1rem; line-height: 30px; text-align:center;
}
.service-body .home-services {
	position: relative;    border-bottom: 15px solid #193368;
}
.service-body .home-services .home-content {
	padding: 80px 10px 80px 10px; height: 100%;
}
.service-body .home-services .home-bullets {
	padding: 80px 10px 80px 10px; height: 100%; background: #193368;
}
.service-body .home-services .home-image {
	    background: linear-gradient(to right, #00000000, #00000000), url(/img/services/service-2.jpg) no-repeat;
    background-size: cover;
    position: relative;
    height: 350px;
    background-position: center center; 
}
.service-body .custom-services {
	position: relative;    border-bottom: 15px solid #193368;
}
.service-body .custom-services .custom-content {
	padding: 80px 10px 80px 10px; height: 100%;
}
.service-body .custom-services .custom-bullets {
	padding: 80px 10px 80px 10px; height: 100%; background: #193368;
}
.service-body .custom-services .custom-image {
	    background: linear-gradient(to right, #00000000, #00000000), url(/img/services/service-1.jpg) no-repeat;
    background-size: cover;
    position: relative;
    height: 350px;
    background-position: center center; 
}
.service-body .specialty-services {
	position: relative;    border-bottom: 15px solid #193368;
}
.service-body .specialty-services .specialty-content {
	padding: 80px 10px 80px 10px; height: 100%;
}
.service-body .specialty-services .specialty-bullets {
	padding: 80px 10px 80px 10px; height: 100%; background: #193368;
}
.service-body .specialty-services .specialty-image {
	    background: linear-gradient(to right, #00000000, #00000000), url(/img/services/service-3.jpg) no-repeat;
    background-size: cover;
    position: relative;
    height: 350px;
    background-position: center center; 
}
/**** 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-page h2 {
	font-size: 3rem; font-weight: 600; font-family: 'font2'; padding-bottom: 20px; text-align: center; color: rgb(129,141,148);
}
/**** Areas We Service Section ****/
.location-intro {
	padding: 50px 0px 50px 0px; background: linear-gradient(to right, #193368e3, #193368e3), url(/img/services/home-location.jpg) no-repeat;
    background-size: cover;
    position: relative;
    height: 100%;
    background-position: center center;
}
.location-intro .container-fluid {
	padding: 0px;
}
.location-intro .location-content {
	padding: 50px 10px; background: #000000d4;
}
.location-intro .location-legend {
	padding: 50px 10px; background: #fff9;
}

.location-intro h1 {
	font-family: font3; font-size: 2rem; color:  #193368; text-align: center; line-height: 65px;
}
.location-intro h1 span {
	font-family: font; font-size: 2.3rem; letter-spacing: 3px; color: #fff;
}
.location-intro h1 strong {
	color:  #193368; text-transform: uppercase;
}
.location-intro h3 {
	font-family: font;  font-size: 1.1rem; letter-spacing: 3px;color: #000; padding: 10px 0px 10px 0px;
	text-align:center;
}
.location-intro h3:hover {
	background:  #193368; color: #fff;
}
.location-intro h4 {
	font-family: font; font-size: 0.7rem; letter-spacing: 2px; color: #272727; padding: 7px 0px 7px 0px; text-indent: 0;
	text-align:center;
	
}
.location-intro h4:hover {
	background:  #193368; color: #fff;
}
.location-body {
	position: relative;
}
.location-body h2 {
	font-family: font; font-size: 2rem; letter-spacing: 2px; text-align: center;
}
.location-body h2 span {
	color: #193368; font-weight: 600;
}
.location-body h3 {
	font-family: font; font-size: 20px; letter-spacing: 2px; font-weight: 600; text-decoration: underline; text-align: center;
}
.location-body h4 {
	font-family: font; font-size: 18px; letter-spacing: 2px; text-indent: 0; line-height: 30px;
}
.location-body p {
	font-family: font; font-size: 16px; line-height: 35px; text-align: center;
}
.location-body .container-fluid {
	padding: 0px;
}
.location-body .location-content {
	padding: 50px 10px 50px 10px;
}
.location-body .location-map {
	height: 100%;
}
.location-body .location-map iframe {
	width: 100%; height: 375px;
}
.location-body .location-left {
	position: relative;
}
.location-body  .option1 {
	padding: 25px 10px; background: #193368; color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center; 
	align-items: center; 	
}
.location-body .option2 {
	padding: 25px 10px; background: #272727; color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center; 
	align-items: center; 
}
.location-body .location-right {
	position: relative; background: #0009; color: #fff;
}
/**** Contact Section ****/


.contact-section h2 {
    padding: 25px 5px;
    background: none;
    color: #193368;
    font-family: font3;
    font-size: 1.3rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
}

}
/* === 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: 45px 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: 100%; border-radius: 0.8rem; box-shadow: 1px 1px 10px 1px rgb(0,0,0);
}

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

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


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

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

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

}