/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */


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

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

@font-face {
	font-family: 'font2';
	src:url('../fonts/poppins.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'font3';
	src:url('../fonts/Monoton-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'font4';
	src:url('../fonts/electric-1.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'font5';
	src:url('../fonts/electric-2.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'font6';
	src:url('../fonts/electric-3.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; 
}


/* ===== Shaw Electrical Service Reviews (scoped) ===== */
#ses-reviews.ses-reviews-section {
  --ses-gap: 1.25rem;
  --ses-card-bg: #ffffff;
  --ses-card-bd: #e7e7e9;
  --ses-card-radius: 14px;
  --ses-shadow: 0 6px 18px rgba(18, 24, 40, 0.06);
  --ses-text: #1c1f23;
  --ses-muted: #5b6470;
  --ses-accent: #0b67ff; /* used on links only */
  color: var(--ses-text);
		padding: 100px 0px 100px 0px;
}

#ses-reviews .ses-reviews-header {
  text-align: center;
  margin-bottom: 1rem;
}

#ses-reviews .ses-reviews-title {
  margin: 0 0 0.25rem;
  font-size: 1.75rem;
  line-height: 1.2;
  font-weight: 700;
}

#ses-reviews .ses-reviews-subtitle {
  margin: 0 0 1rem;
  color: var(--ses-muted);
  font-size: 0.95rem;
}

#ses-reviews .ses-reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--ses-gap);
}

#ses-reviews .ses-review-card {
  background: var(--ses-card-bg);
  border: 1px solid var(--ses-card-bd);
  border-radius: var(--ses-card-radius);
  box-shadow: var(--ses-shadow);
  padding: 1rem;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

#ses-reviews .ses-review-card.ses-hidden {
  display: none;
}

#ses-reviews .ses-review-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}

#ses-reviews .ses-review-author .ses-author-name {
  font-weight: 700;
  font-size: 1.05rem;
}

#ses-reviews .ses-review-author .ses-author-meta {
  color: var(--ses-muted);
  font-size: 0.85rem;
  margin-top: 0.15rem;
}

#ses-reviews .ses-review-stars {
  display: inline-flex;
  gap: 2px;
  flex-shrink: 0;
}

#ses-reviews .ses-review-stars .ses-star {
  width: 18px;
  height: 18px;
  fill: #ffb400; /* gold stars */
  display: block;
}

#ses-reviews .ses-review-text {
  margin: 0 0 0.75rem;
  line-height: 1.55;
  font-size: 0.98rem;
}

#ses-reviews .ses-review-footer {
  margin-top: auto;
}

#ses-reviews .ses-review-link {
  color: #6c98ac;
  text-decoration: none;
  font-weight: 600;
}

#ses-reviews .ses-review-link:hover,
#ses-reviews .ses-review-link:focus {
  text-decoration: underline;
}

#ses-reviews .ses-reviews-actions {
  display: flex;
  gap: 0.75rem;
  justify-content: center;
  margin-top: 1rem;
}

#ses-reviews .ses-btn {
  appearance: none;
  border: 1px solid var(--ses-card-bd);
  background: #101828;
  color: #fff;
  padding: 0.65rem 1rem;
  border-radius: 999px;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.05s ease, opacity 0.2s ease;
}

#ses-reviews .ses-btn:hover { opacity: 0.9; }
#ses-reviews .ses-btn:active { transform: translateY(1px); }

#ses-reviews .ses-btn.ses-btn--secondary {
  background: #ffffff;
  color: #101828;
}

/* Responsive */
@media (max-width: 1024px) {
  #ses-reviews .ses-reviews-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 640px) {
  #ses-reviews .ses-reviews-grid {
    grid-template-columns: 1fr;
  }
}


.home-faqs {
	padding: 100px 0px 100px 0px; background: #f9f9f9;
}

.ses-faq { background:#f9f9f9; padding:2rem; margin-top: 100px;}
.ses-faq__title { text-align:center; margin-bottom:1rem; color:#002244;     font-family: 'font5';
    font-size: 20px;
    letter-spacing: 1px; }
.ses-faq__item { border-bottom:1px solid #ccc; }
.ses-faq__question { display:block; width:100%; background:none; border:none; text-align:left; font-weight:bold; font-size:1.2rem; padding:1rem; color:#002244; cursor:pointer; }
.ses-faq__answer { padding:0 1rem 1rem; background:#fff; color:#333; }
.ses-faq__answer ul { margin:0.5rem 0 0 1.25rem; }
@media (max-width:991px){ .ses-faq__title{font-size:1.35rem;} }


.modal {
	display: none; padding-top: 30px; position: fixed !important;	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 {
 background-color:#fff;	position:relative; padding:0;	outline:0; width: auto;
}

.modal-content h2{
	font-size:2rem;
}
.modal-content h4{
	font-size:1.1rem;
	font-weight:600; 
}
.modal-content p{
	font-size: 1rem;
}
.modal-content a.button{
	font-size: 1rem;
	padding:10px;
	background: #ff8300;
	color: white;
	font-weight: 600;
	border-radius:5px;
	
	display:inline-flex;
	width:max-content;
}
.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 20px;;
}
.modal-dialog{
        max-width: 65%;
}
.dropdown {
  float: left; position: relative;
}
.dropdown .dropbtn {
  font-size: 16px; border: none; outline: none; color: white; padding: 14px 16px; background-color: inherit;font-family: inherit; margin: 0;
}
.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: #043174;
}
.dropdown-one {
  cursor: pointer; display: none; position: absolute; background-color: #f9f9f9; min-width: 160px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.dropdown-two {
  cursor: pointer; display: none; position: absolute; left: 160px; top: 0px; min-width: 160px; background-color: #f9f9f9; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.dropdown-three {
  cursor: pointer; display: none; position: absolute; left: 160px; top: 48px; min-width: 160px; background-color: #f9f9f9; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.dropdown:hover .dropdown-one, #link1:hover > .dropdown-two {
  display: block;
}
.dropdown:hover .dropdown-one, #link2:hover > .dropdown-three {
  display: block;
}
.dropdown-one .dItem {
  color: black; padding: 12px 16px; display: block; text-align: left;
}
.dropdown-one .dItem:hover, .dropdown-two a:hover {
  background-color: #ddd;
}
.my-pad {
	padding: 0 0 0 15px;
}
.my-pad h5 {
	color: rgb(255,255,255); font-size: 18px;	text-transform: uppercase; padding-top: 20px;	line-height: 5px;	font-weight: 600;
}
.multi-column-dropdown {
	list-style: none; margin: 0px; padding: 0px;
}
ul.multi-column-dropdown {
	padding: 0 0 0;
}
.multi-column-dropdown li a {
	display: block;	clear: both; line-height: 1.428571429; color: #333;	white-space: normal;
}
.multi-column-dropdown li a:hover {
	text-decoration: none; color: #262626; background-color: #999;
}

/* ======================================== */
/* === Top Header Section ================= */
/* ======================================== */
.top-header {
	position: fixed; width: 100%;		padding: 10px 0 10px 0;	background: rgb(255,255,255);	z-index: 3;	-webkit-transition: all .30s ease; -moz-transition: all .30s ease; -o-transition: all .30s ease; transition: all .30s ease; box-shadow: 1px 1px 10px 3px #000;
}
.top-header div[class*='col-']:first-child {
	display:flex;	justify-content: flex-end; align-items:center;
}
.top-header div[class*='col-']:first-child a {
	padding: 0;	font-size:15px;	-webkit-transition: all .30s ease; -moz-transition: all .30s ease; -o-transition: all .30s ease; transition: all .30s ease;
}
.top-header div[class*='col-']:first-child a:hover {
	background-color:transparent;;
}
.top-header div[class*='col-']:nth-child(2) {
	display:flex;	justify-content:center;	align-items:center;
}
.top-header div[class*='col-']:nth-child(3) {
	display:flex;	justify-content:center;	align-items:center;
}
.top-header div[class*='col-']:nth-child(3) a {
	padding: 9px 15px 9px 15px;	background: transparent; font-weight: 600; font-family: 'font2'; color: rgb(120,120,120); border: 1px double rgb(120,120,120);
}
.top-header div[class*='col-']:nth-child(3) a:hover {
	background: transparent;
}
.top-header div[class*='col-']:nth-child(4) {
	display:flex;	justify-content:center;	align-items:center;
}
.top-header div[class*='col-']:nth-child(4) a {
	padding: 9px 15px 9px 15px;	background: transparent; font-weight: 600; font-family: 'font2'; color: rgb(120,120,120); border: 1px double rgb(120,120,120);
}
.top-header div[class*='col-']:nth-child(4) a:hover {
	color: rgb(120,120,120);
}
.top-header div[class*='col-']:nth-child(5) {
	display:flex;	justify-content: flex-start; align-items:center;
}
.top-header div[class*='col-']:nth-child(5) a {
	display:flex;	justify-content:center;	align-items:center;	border: 1px solid rgb(255,255,255);	color: rgb(255,255,255); background: #588396;	height: 34px;	width: 34px; margin: 0 4px;
}
.top-header div[class*='col-']:nth-child(5) a:hover {
	background: #fff;	text-decoration:none !important; color: #588396; border: 1px solid #588396;
}
.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;
}
.floater-logo {
	margin-top: 35px; background: #fff; box-shadow: 1px 1px 5px 1px #000; margin-bottom: -100px; padding: 15px 0px 15px 0px; border: 5px solid #6c98ac;
}
.floater-logo img {
	z-index: 4; position: relative;
}
/* ======================================== */
/* === Navigvation Section ================ */
/* ======================================== */
.navbar-inverse .navbar-inner {
	display:none;
}

/******* Mobile Navigation Section *******/
.navbar-sidebar {
	display:none;
}
.dropdown-wrapper {
	margin:0;	padding:0;
}
.navbar-sidebar .dropdown-menu-mobile,
.navbar-sidebar .dropdown-menu-mobile-2,
.navbar-sidebar .dropdown-menu-mobile-3 {
	position:relative;
	display:none;
	top: 0;
	left: 0;
	z-index: 1000;
	float: left;
	height:0px;
	margin:0;
	width:100%;
	padding: 0;
	font-size: 18px;
	color: #e6e6e6 !important;
	text-align: left;
	list-style: none;
	background-color: rgb(200,200,200);
	border: 0;
	visibility: hidden;
	border-radius: 0;
	transform:scale(1,0);
	-webkit-transition: all .30s ease;
	-moz-transition: all .30s ease;
	-o-transition: all .30s ease;
	transition: all .30s ease;
}

.dropdown-menu-animate,
.dropdown-menu-animate-2,
.dropdown-menu-animate-3 {
	display:inline-block !important;
	transform:scale(1,1) !important;
	padding:25px 0 !important;
	height:auto !important;
	visibility: visible !important;
}

.navbar-sidebar .dropdown-menu-mobile a,
.navbar-sidebar .dropdown-menu-mobile-2 a,
.navbar-sidebar .dropdown-menu-mobile-3 a {
	color:black;
	font-weight:600 !important;
	font-size: 1rem;
	text-align:left;
	font-family: font2;
}
.navbar-sidebar {
	padding-top: 84px; height: 100%; width: 200px; background-color: rgb(250,250,250); position: fixed!important;	z-index: 1;	overflow: auto;
}
.bar-block .dropdown-hover, .bar-block .dropdown-click {
	width: 100%;
}
.bar-block .dropdown-hover .dropdown-content, .bar-block .dropdown-click .dropdown-content {
	min-width: 100%;
}
.bar-block .dropdown-hover .button, .bar-block .dropdown-click .button {
	width: 100%; text-align: left; padding: 8px 16px;
}
.main, #main {
	transition:margin-left .4s;
}
/*.modal {*/
/*	z-index: 3;	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:600px;*/
/*}*/
.bar {
	width:100%;	overflow:hidden;
}
.center .bar {
	display:inline-block;	width:auto;
}
.bar .bar-item {
	padding:8px 16px;	float:left;	width:auto;	border:none; display:block;	outline:0;
}
.bar .dropdown-hover, .bar .dropdown-click {
	position:static; float:left;
}
.bar .button {
	white-space:normal;
}
.bar-block .bar-item {
	width:100%;	display:block; padding:8px 16px; text-align:left;	border:none; white-space:normal; float:none; outline:0;
	
	color:black;
	    font-family: font2;
					font-size:1.2rem;

}
.bar-block.center .bar-item {
	text-align:center;
}
.nav-link{
	
	color:black;
	    font-family: font2;
					font-size:1.2rem;

}
.block {
	display:block; width:100%;
}
/******* Mobile Navigation Section *******/

/******************************************** DAVIDS MOBILE CODE START *************************************************/
.bg-primary {
	background: rgb(83,82,82) !important;
}
.home-header-section {
	padding-top: 125px;
}
.home-header-section .slider-logo span {
	font-family: 'font'; color: rgb(196,41,56);
}
.video {
	overflow: hidden; position: relative; z-index: 2; display: block;
}
.video .pad {
	padding: 350px 0px 0px 300px; position: absolute;
}
.video .pad h5 {
	font-weight: 500; color: rgb(255,255,255); font-size: 50px; text-shadow: 0px 0px 5px #000; font-family: 'Arial'; text-align: left;
}
.video .pad p {
	margin-top: 0% !important; color: rgb(255,255,255); text-shadow: 0px 0px 5px #000; font-size: 25px; font-family: 'Arial'; text-align: left;
}
.video .pad a {
	font-size: 16px; color: rgb(255,255,255); font-family: 'Arial'; font-weight: 600; border: 1px solid rgb(12,32,63); padding: 15px 30px; border-radius: 1.6rem; background: rgb(12,32,63);
}
.video .pad a:hover {
	color: rgb(255,255,255); border: 1px solid rgb(255,255,255); background: transparent;
}
.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;
}
.home1 {
	
}
.home1 .pad {
background: #fff9; padding: 25px;
}
.home1 h3 {
	font-family: 'font5';	font-size: 25px; text-align: left; font-weight: 500; color: #6c98ac; text-shadow: 1px 1px 1px #444; letter-spacing: 2px;
}
.home1 p {
	font-size: 17px; font-family: 'font2'; font-weight: 600; text-align: justify;	color: #444; line-height: 35px;
}
.home1 span {
	color: rgb(83,82,82);
}
.home11 {

}
.home11 .pad {
background: #fff9; padding: 25px;
}
.home11 h3 {
	font-family: 'font5';	font-size: 25px; text-align: left; font-weight: 500; color: #6c98ac; text-shadow: 1px 1px 1px #444; letter-spacing: 2px;
}
.home11 p {
	font-size: 17px; font-family: 'font2'; font-weight: 600; text-align: justify;	color: #444; line-height: 35px;
}
.home11 span {
	color: rgb(83,82,82);
}
.home-split {
	background:  #6c98ac; padding: 100px 50px 100px 50px;
}
.home-split h2 {
    font-family: 'font5';
    color: #fff;
    font-size: 25px;
    color: #fff;
    letter-spacing: 2px;
    text-align: center;
}
.home-split mark {
	background: #fff; border-radius: 7px; color: #6c98ac; padding: 10px; font-size: 20px; font-family: 'font2'; font-weight: 600; text-transform: uppercase; border: 7px double #6c98ac;
		display:inline-flex;

}
.home-split mark:hover {
	box-shadow: 1px 1px 5px 1px #000;
}
.home-split p {
	line-height: 35px; font-size: 17px; font-family: 'font2'; color: #fff;
}
.home-split hr {
	background: #fff;
}
.home-split li {
 font-family: 'font2';
	color:black;
}
.home-split li strong {
	font-size: 1.4rem;
}

.home-split-2 {
	background:  #6c98ac94; padding: 100px 50px 100px 50px;
}
.home-split-2 h3 {
	font-family: 'font5'; font-size: 20px; color: #fff;
	}
	.home-split-2 p {
	line-height: 35px; font-size: 17px; font-family: 'font2'; color: #fff;
}
.home-split-3 {
    background: linear-gradient(65deg, rgb(59 126 156) 0%, rgb(68 120 143) 50%, rgba(255,255,255,1) 50%);
padding: 100px 50px 100px 50px;
}
.home-split-3 h3 {
	color: #fff; font-family: 'font5'; font-size: 25px; font-weight: 500; letter-spacing: 2px;
}
.home-split-3 p {
	line-height: 35px; color: #fff; font-family: 'font2'; font-size: 17px; margin-right: 75px;
}
.home-split-3 hr {
	background: #ffff;
}
.home-split-3 img {
	max-width: 50%;
}
.home-split-3 .mini-box {
	padding: 25px;
	background: rgba(108, 152, 172, 0.75);

}


.home-split-3 .mini-box a{
	padding: 25px;
	/*background: rgba(108, 152, 172, 0.75);*/
	
	
	
    display: inline-flex;
    /* background: #f8ba37; */
    background-image: linear-gradient(to right, rgb(59, 126, 156) 0%, rgba(68, 120, 143, 0.9)  51%, rgba(108, 152, 172, 0.75)  100%);
    margin: 10px;
    /*padding: 15px 45px;*/
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    box-shadow: 0 0 10px black;
    border-radius: 10px;
    display: max-content;

}

.home-split-3 .mini-box a:hover{
    display: inline-flex;
    /* background: #f8ba37; */
    background-position: right center;
    color: black;
    text-decoration: none;

}
.home-page-section-2 .square-grid{

	display: grid;
	grid-template-columns: 1fr 1.5fr 1fr;
	gap: 25px; 
	
	
}
.home-page-section-2 .sq-service-grid{

	display: grid;
	grid-template-columns: 1fr;
	gap: 15px; 
	
	
}


.home-page-section-2 .square1 {
	display: block!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    width: calc(100% - 0px)!important;


    padding: 7px;
		background: #6c98aca6;
	transition: 0.2s;
}
.home-page-section-2 .square11 {
	display: block!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    width: calc(100% - 0px)!important;


    padding: 10px 5px 10px 5px;
				
				
		background:#6c98ac;
}
.home-page-section-2 .square1:hover {
	display: block!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    width: calc(100% - 0px)!important;
text-shadow: 1px 1px 1px #000 !important;
  padding: 7px;
		transform:translateY(-3px);

		background: #6c98ac;
}
.parallax1 {
  background-image: linear-gradient(rgb(255,255,255,0.5), rgb(255,255,255,0.5)), url("/img/electric-9.jpg");
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
	padding: 300px 25px 150px 25px;
  background-repeat: no-repeat;
  background-size: cover;
}
.parallax11 {
  background-image: linear-gradient(rgb(255,255,255,0.5), rgb(255,255,255,0.5)), url("/img/electric-5.jpg");
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
	padding: 100px 25px 100px 25px;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-page-section-2 .parallax11 .container-fluid{
	
}


.parallax2 {
     background-image: linear-gradient(124deg, #ffffffa3 50%, rgb(108 152 172 / 81%) 50%, rgb(108 152 172 / 72%) 100%), url(/img/electric-7.jpg);
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
	padding: 100px 75px 100px 75px;
  background-repeat: no-repeat;
  background-size: cover;
}
.parallax3 {
     background-image: linear-gradient(124deg, #ffffffa3 60%, rgb(108 152 172 / 81%) 50%, rgb(108 152 172 / 72%) 100%), url(/img/electric-7.jpg);
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
	padding: 100px 75px 100px 75px;
  background-repeat: no-repeat;
  background-size: cover;
}
.parallax4 {
  background-image: linear-gradient(rgb(255,255,255,0.5), rgb(255,255,255,0.5)), url("/img/electric-3.jpg");
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
	padding: 100px 25px 100px 25px;
  background-repeat: no-repeat;
  background-size: cover;
}
.parallax6 {
  background-image: linear-gradient(rgb(255,255,255,0.5), rgb(255,255,255,0.5)), url("/img/lb-2.jpg");
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
	padding: 300px 25px 150px 25px;
  background-repeat: no-repeat;
  background-size: cover;
}
.home-page-section-2 .square22 {
	width: calc(100% - 0px)!important;
	max-width: 100%!important;
  margin: 0 0 8px!important;
  padding: 35px!important;
	border: 3px solid #000;
	background: rgb(255,255,255,0.7);
	
	
}

.home-page-section-2 .square2-grid {
		display:grid;
		grid-template-columns: 1fr 1fr 1fr 1fr;
		gap: 25px; 
}

.home-page-section-2 .square2 {
	width: calc(100% - 0px)!important;
	max-width: 100%!important;
  margin: 0 0 8px!important;
  padding: 35px!important;
	background: rgb(255,255,255,0.7);
	
	
		    height: 100%;
						position: relative; 
	
}
.home-page-section-2 .square2 img {
	max-width: 50%;
}

.home-page-section-2 .square2 .learn-cta {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%) ;

  border-radius: 6px;
  border: 2px solid lightgray;
  padding: 8px;
  display: inline-block;

  background: #6c98ac;
  color: white;
		    font-family: 'font5';
    font-size: 0.6rem;
				    text-align: center;
}

.home-page-section-2 .square2 .learn-cta:hover {
	background: white;
	color: #6c98ac;;
	
	transform: translateX(-50%)  scale(1.04);
	transition: 0.3s;	
}


@media(max-width:1200px){
	
	.home-page-section-2 .square2-grid {
  grid-template-columns: repeat(2, 1fr);
}



}
@media(max-width:991px){
	
	.home-page-section-2 .square2-grid {
  grid-template-columns: repeat(1, 1fr);
}



}

.home-page-section-2 .container {
	padding: 75px 0 75px 0;
}
.home-page-section-2 h1 {
	font-family: 'font2'; font-size: 40px; letter-spacing: 2px; font-weight: 700; text-align: left;
}
.home-page-section-2 h1 span {
	font-size: 18px; font-family: 'sans';
}
.home-page-section-2 h4 {
	font-size: 13px;
  color: rgb(255,255,255);
  font-family: 'font5';
  text-align: center;
  font-weight: 500; letter-spacing: 2px;
}
.home-page-section-2 p {
	color: rgb(60,60,60);
  font-weight: 600; text-align: left;
	font-family: 'font2';
  font-size: 16px; line-height: 35px;
}

.home-page-section-2 strong {
	font-size: 20px;
	text-shadow: 1px 1px 1px rgb(0,0,0);
}



@media (max-width: 1200px){
	
.home-page-section-2 .square-grid{

	display: grid;
	grid-template-columns: 1fr;
	gap: 25px; 
	
	
}

.square-grid > div:nth-child(1) { order: 2; }
.square-grid > div:nth-child(2) { order: 1; }
.square-grid > div:nth-child(3) { order: 3; }

.home-page-section-2 .sq-service-grid{

	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 25px; 
	
	
}
}





@media (max-width: 991px){
	
.home-page-section-2 .square-grid{

	display: grid;
	grid-template-columns: 1fr;
	gap: 25px; 
	
	
}



	
}

@media (max-width: 690px){
	
 
.home-page-section-2 .sq-service-grid{

	display: grid;
	grid-template-columns:   1fr;
	gap: 25px; 
	
	
}

	
}


.home-contact {
box-shadow: 1px 1px 10px 3px #000;
}
.home-contact h1 {
	font-family: 'font5'; font-size: 35px; font-weight: 500; text-align: center; color: #fff; text-shadow: 1px 1px 1px #444;
}
.home-contact h2 {
	font-family: 'font5'; font-size: 25px; font-weight: 500; text-align: center; color: #fff; text-shadow: 1px 1px 1px #444;
}
.home-contact p {
	text-align: center; font-family: 'font2'; line-height: 35px; font-size: 17px;
}
.home-contact h3 {
	font-size: 2rem; font-family: font2; font-weight: 800; text-align: center; color: rgb(12,12,12);
}
.home-contact span {
	font-family: 'font5'; line-height: 65px; color: #6c98ac; text-shadow: 1px 1px 1px #444; letter-spacing: 3px;
}
.home-contact iframe {
	/*height: 100%;*/
	/*width: 100%;*/
}
.home-contact .map {
	height: 450px;
	width: 100%;
}
.about-1 {
padding-top: 100px;
}
.about-1 h1 {
	font-size: 40px; font-family: 'font5';  font-weight: 500; padding-bottom: 100px; color: #6c98ac; text-shadow: 2px 2px 1px #fff;
}
.about-1 h2 {
	font-size: 20px; font-family: 'font5';  font-weight: 500; color: #f5f5f5; text-align: center; text-shadow: 2px 2px 1px #444; letter-spacing: 3px;
}
.about-1 h2 span {
	font-size: 30px;
}
.about-1 p {
	font-size: 17px; line-height: 35px; color: #f5f5f5; font-family: 'font2'; text-shadow: 3px 3px 10px #444;
}
.about-square-1 {
	      background: #9dc6d9; box-shadow: 1px 1px 10px 3px #000;
    background-size: cover; padding: 50px 25px 25px 25px; text-align: left; height: 1100px;
}
.about-square-1:hover {
background: #9dc6d9;
}
.about-square-1 p {
	margin-right: 50px;
}
.about-square-2 {
background: #6c98ac;
    background-size: cover; padding: 50px 25px 25px 25px;    margin: 100px -50px 0px -50px; text-align: center; height: 1150px; box-shadow: 1px 1px 10px 3px #000;
  
}
.about-square-2:hover {
background: #6c98ac;
}
.about-square-2 p {
	margin: 0px 30px 0px 30px;
}
.about-square-3 {
	background: #44788f; box-shadow: 1px 1px 10px 3px #000;
    background-size: cover; padding: 50px 25px 25px 25px; text-align: right; margin-top: 200px; height: 1200px;
}
.about-square-3:hover {
background: #44788f;
}
.about-square-3 p {
	margin-left: 60px;
}
.electric-services {
	box-shadow: 1px 1px 10px 3px #000;
}
.electric-services h1 {
	font-family: 'font5'; font-weight: 500; font-size: 30px; letter-spacing: 3px; color: #6c98ac; text-shadow: 1px 1px 1px #444;
}
.electric-services h1 span {
	font-size: 25px; font-family: 'font2'; font-weight:600; line-height: 50px;
}
.electric-services h2 {
	font-family: 'font2'; font-weight: 600; font-size: 35px; letter-spacing: 3px; text-transform: uppercase;
}
.electric-services h2.sub {
	font-family: 'font2'; font-weight: 800; font-size: 1.3rem; letter-spacing: 3px; text-transform: uppercase;
	text-align: center;
}
.electric-services h3 {
	font-family: 'font5'; font-weight: 500; font-size: 17px; letter-spacing: 3px; background: linear-gradient(90deg, rgba(51,108,133,1) 0%, rgba(133,169,186,1) 25%, #9dc6d9 50%, rgba(133,169,186,1) 75%, rgba(51,108,133,1) 100%);
    padding: 25px 10px 25px 10px;
    margin-top: -50px;
    margin-bottom: 0px;
    width: 110%; color: #fff;
    margin-right: 50px;
    margin-left: -100px;
    box-shadow: 1px 1px 5px 3px #000; text-align: center;
}
.electric-services h3 span {
	font-size: 17px; font-family: 'font2'; font-weight:600;
}
.electric-services p {
	font-size: 17px; font-family: 'font2'; line-height: 35px; 
}
.electric-services mark {
	padding: 15px;
    font-size: 20px;
    font-family: 'font2';
    font-weight: 600;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 0px #444;
    background: #6c98ac94;
}
.electric-services mark:hover {
	background: #6c98ac; color: #fff; text-shadow: 1px 1px 3px #000;
}
.electric-services a {
	color: inherit;
}


.electric-services .service-preview{
	display:flex;
	justify-content: space-around;
	
}
.electric-services .service-preview .service{
	padding: 10px;
	background: #6c98ac;
	color:white; 
				margin: 0 10px;
				display: flex;
				justify-content: center;
				align-items: center;
				

}
.electric-services .service-preview .service h3{
	font-family: 'font2'; font-weight: 500; font-size: 17px; letter-spacing: 3px; background: none;
    padding: 0;
    margin-top: -0;
    margin-bottom: 0px;
    width: 100%; color: #fff;
    margin-right: 0px;
    margin-left: -0px;
    box-shadow: none; text-align: center;
	
}

 .boxer {
	padding: 75px 50px 75px 50px; background: #fff9; box-shadow: 1px 1px 10px 3px #000;
}
 .boxer-2 {
	padding: 15px; background: #fff9; box-shadow: 1px 1px 10px 3px #000;
}
.boxer-2:hover {
	    background: #9dc6d9; color: #fff;
}
.boxer-2:hover h3 {
	text-shadow: 1px 1px 1px #444;
}
.boxer-2:hover p {
	text-shadow: 3px 3px 7px #444;
}
 .boxer-3 {
	padding: 15px; background: #fff9; box-shadow: 1px 1px 10px 3px #000;
}
.boxer-3:hover {
	    background: #6c98ac; color: #fff;
}
.boxer-3:hover h3 {
	text-shadow: 1px 1px 1px #444;
}
 .boxer-4 {
	padding: 15px; background: #fff9; box-shadow: 1px 1px 10px 3px #000;
}
.boxer-4:hover {
	    background: #44788f; color: #fff;
}
.boxer-4:hover h3 {
	text-shadow: 1px 1px 1px #444;
}
.parallax-service-1 {
background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%), url("/img/electrical-4.jpg");
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
	padding: 350px 25px 300px 25px;
  background-repeat: no-repeat;
  background-size: cover;
}
.residential-bg{
background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%), url("/img/services/residential-electrical-bg.jpg");

}
.commercial-bg{
background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%), url("/img/services/commercial-electrical-bg.jpg");

}
.generator-bg{
background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%), url("/img/services/generator-electrical-bg.jpg");

}

.ev-charge-bg{
background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%), url("/img/services/ev-charge-001.jpg");

}
.residential-electrical {
	padding: 150px 0px 150px 50px; background: #6c98ac; 
}
.parallax-service-2 {
  background: radial-gradient(circle, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%), url(/img/electric-7.jpg);
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
	padding: 150px 75px 150px 75px;
  background-repeat: no-repeat;
  background-size: cover;
}
.parallax-service-2 h2 {
	font-size: 30px; font-family: 'font5'; text-align: center; color: black;; letter-spacing: 3px; text-shadow: 1px 1px 1px #444; padding-bottom: 75px;
}
.parallax-service-2 img {
	box-shadow: 1px 1px 10px 3px #000;
}
.parallax-service-3 {
 background: radial-gradient(circle, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%), url(/img/electrical-inspection-1.jpg);
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
	padding: 150px 25px 150px 25px;
  background-repeat: no-repeat;
  background-size: cover;
}
.parallax-service-3 h2 {
	font-size: 25px; font-family: 'font5'; text-align: left; color:/* #6c98ac*/black;; letter-spacing: 3px; text-shadow: 1px 1px 1px #000; padding-bottom: 25px;
}
.parallax-service-3 p {
	font-size: 17px; line-height: 35px; font-family: 'font2';
}
.parallax-service-3 li {
 font-family: 'font2';
	color:black;
}
.parallax-service-3 li strong {
	font-size:1.34rem;
	text-decoration:underline;
}
.parallax-service-3 img {
    box-shadow: 1px 1px 10px 3px #000;
    max-width: 95%;
    margin-top: 0;
    margin-left: 0;
}
.parallax-service-4 {
 background: radial-gradient(circle, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%), url(/img/electrical-generator-1.jpg);
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
	padding: 150px 25px 150px 25px;
  background-repeat: no-repeat;
  background-size: cover;
}
.parallax-service-4 h2 {
	font-size: 25px; font-family: 'font5'; text-align: left; color: black;; letter-spacing: 3px; text-shadow: 1px 1px 1px #000; padding-bottom: 25px;
}
.parallax-service-4 p {
	font-size: 17px; line-height: 35px; font-family: 'font2';
}
.parallax-service-4 img {
	box-shadow: 1px 1px 10px 3px #000; max-width: 75%; margin-top: 50px; margin-right: 75px;
}
.tab {
    overflow: hidden;
    background-color: #fff;
    font-family: 'font2';
    display: flex;
    height: 100%;
    flex-direction: row;
    height: auto;
    border: 5px solid #6c98ac;
    /* border-right: none; */
    flex-wrap: wrap;
}
.tab button {
  background-color: inherit; border: none; outline: none; cursor: pointer; padding: 14px 16px; transition: 0.3s; font-size: 17px; font-family: 'font2'; text-align: left; line-height: 35px;
}
.tab button:hover {
  background-color: #6c98ac94;
}
.tab button.active {
  background-color: #6c98ac;
}
.tab2 {
    overflow: hidden;
    background-color: #fff;
    font-family: 'font2';
    display: flex;
    height: 100%;
    flex-direction: row;
    height: auto;
    border: 5px solid #6c98ac;
    /* border-right: none; */
    flex-wrap: wrap;
}
.tab2 button {
  background-color: inherit; border: none; outline: none; cursor: pointer; padding: 14px 16px; transition: 0.3s; font-size: 17px; font-family: 'font2'; text-align: left; line-height: 35px;
}
.tab2 button:hover {
  background-color: #6c98ac94;
}
.tab2 button.active {
  background-color: #6c98ac;
}
.tabcontent {
  display: none; padding: 6px 12px; border: 1px solid #ccc; border-top: none; background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgb(255 255 255 / 85%) 25%, rgba(170,195,207,0.61237905806854) 50%, rgba(133,169,186,0.7832474054074755) 75%, rgba(51,108,133,0.9149000664719013) 100%);
	/*height: 575px;*/
	height: auto;
	box-shadow: 1px 1px 10px 3px #000;
}
.tabcontent h3 {
	padding-top: 20px; padding-bottom: 20px; font-family: 'font4';	text-align: left;	font-size: 2.0rem; color: #6c98ac; letter-spacing: 3px; font-weight: 600;
}
.tabcontent p {
	padding-top: 20px; padding-bottom: 20px; font-family: 'font2';	text-align: left;	font-size: 0.8rem; color: black; letter-spacing: 3px; font-weight: 600;
}
.tabcontent img {
	max-width: 75%; box-shadow: 1px 1px 10px 1px #000;
}
.cardy-1 {
/*	background: linear-gradient(135deg, rgba(255,255,255,1) 0%, rgb(255 255 255 / 85%) 25%, rgba(170,195,207,0.61237905806854) 50%, rgba(133,169,186,0.7832474054074755) 75%, rgba(51,108,133,0.9149000664719013) 100%); padding: 50px 25px 50px 25px; box-shadow: 1px 1px 10px 3px #000;*/
    background: rgb(125 179 205);
    padding: 50px 25px 50px 25px;
    box-shadow: 1px 1px 10px 3px #000;
}
.cardy-2 {
	background: linear-gradient(1deg, rgba(255,255,255,1) 0%, rgb(255 255 255 / 85%) 25%, rgba(170,195,207,0.61237905806854) 50%, rgba(133,169,186,0.7832474054074755) 75%, rgba(51,108,133,0.9149000664719013) 100%); padding: 50px 25px 50px 25px; box-shadow: 1px 1px 10px 3px #000;
}
.contact-us {
	box-shadow: 1px 1px 10px 3px #000; padding-top: 150px;
}





.service-intro{
	padding: 175px 20px;
	height: 90vh;
	display: flex;
	justify-content: center;
	align-items: center;
	
background: linear-gradient(0deg, #000000d6 25%, #000000d6 90%), url(/img/services/shaw-intro-bg-1.jpg);
        background-position: center center;
        background-size: cover;
	
}
.service-intro *{
color:white;	
	
}
.service-intro h1{
    font-weight: 600;
    font-size: 2.8rem;
    text-align: center;
		font-family: 'font2'; 
	
}

.service-intro h1 span{
		color:#6C98AC

}

.service-intro h2{
	
    font-weight: 600;
    font-size: 2.2rem;
}
.service-intro h3{
	
	
    font-weight: 600;
    font-size: 2rem;
	
}

.service-intro-grid {
  display: grid;
  grid-template-columns: repeat(3, 2fr);
  gap: 25px;
  align-items: stretch; /* important */
}

.intro-link {
  display: block;
  height: 100%;
}

.intro-item {
  background: rgba(255,255,255,0.95);
  border-radius: 16px;
  padding: 22px 15px;
  text-align: center;

  display: flex;
  flex-direction: column;
  justify-content: center; /* vertically centers content */
  align-items: center;
  gap: 12px;

  height: 100%; /* KEY LINE */
  transition: 0.35s ease;
}

.intro-item i {
  font-size: 1.8rem;
  color: #6C98AC;
}
.intro-item h2 {
  font-weight: 600;
  font-size: 1.2rem;
  color: #222;
  line-height: 1.2;
}

.intro-item span {
  font-weight: 600;
  font-size: 0.95rem;
  color: #222;
  line-height: 1.2;
}


.service-body{
	
}


.service-body iframe{
	
	border-radius: 20px;
}
.service-body {
    padding: 80px 0 75px 0;
    background-image: linear-gradient(rgb(0,0,0,0), rgb(0,0,0,0)), url("/img/texture1.jpg");
    min-height: auto;
    background-attachment: fixed;
    background-position: bottom;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
}
.service-body h5 {
	line-height: 27px; font-size: 17px; color: rgb(65,65,65); text-align: center; padding-bottom: 40px;
}
.service-body .box {
	background: rgb(255,255,255,0.9); padding: 25px; border-radius: 10px; box-shadow: 0 0 29px 0 rgb(68 88 144 / 12%);
}
.service-body h2 {
	font-weight: 900; font-size: 30px; text-align: left; font-style: italic; color: black;
	
			font-family: 'font2'; 

}
.service-body p {
	color: rgb(12,12,12); text-align: justify; font-size: 16px;
}
.service-body img {
	border-radius: 10px;
}
.service-body .schedule-cta{
	padding: 10px;
	width: max-content;
	color:white;
	font-weight: 700;
	background: #6C98AC;
	border-radius: 10px;
	display:inline-flex; 
	border: 2px solid rgb(18,24,98);; 
	
}
.service-body .schedule-cta:hover{
	color:rgb(18,24,98);
	background: white;
	border-radius: 10px;
	
}


@media (max-width: 991px){
.service-intro h1 {
    font-weight: 600;
    font-size: 2.1rem;
    text-align: center;
}
	.service-intro {
    padding: 125px 20px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
background: linear-gradient(0deg, #000000d6 25%, #000000d6 90%), url(/img/services/shaw-intro-bg-1.jpg);
    background-position: center center;
    background-size: cover;
}
.service-intro-grid {
    display: grid;
    grid-template-columns: repeat(1, 2fr);
    gap: 25px;
    align-items: stretch;
}
.service-body iframe{
	
	border-radius: 20px;
	width: 100%;
}
}


.home-contact iframe {
	box-shadow: 1px 1px 5px 1px #000;
}
.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 h1 {
	font-size: 2.5rem; font-family: font2; font-weight: 800; color: black;;
}
.area h2 {
	font-size: 2.5rem; font-family: font2; font-weight: 800; color: black;
}
.area h4 {
	font-size: 1.5rem; font-family: font2; color: rgb(75,75,75);
}
.area p {
	font-size: 17px; text-align: justify; color: rgb(12,12,12);
}
.area iframe {
	width: 100%; height: 100%; border-radius: 0.8rem; box-shadow: 1px 1px 10px 1px rgb(0,0,0);
}

.area .area-cta {
    padding: 10px;
    width: max-content;
    color: white;
    font-weight: 700;
    background: #6C98AC;
    border-radius: 10px;
    display: inline-flex;
    border: 2px solid rgb(18,24,98);
}

.area .area-cta:hover {
	background: white;
	color:black;
}


.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);
}
/******************************************** DAVIDS MOBILE CODE END *************************************************/

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

/*******************  Home Page Service Cards *************************/
.pre-footer-section {
	padding:0 !important;	overflow:;
}
.pre-footer-section div[class*='col-']:last-child {
	background: url(/img/home-image-2.jpg) bottom no-repeat; background-size:cover;
}
.pre-footer-section .hours {
	display:flex;	color: #fff; flex-direction:column;	justify-content:center;	padding:120px; background: #1d1d1d;
}
.pre-footer-section div[class*='col-']:last-child {
	padding:165px;
}
.pre-footer-section .hours p {
	display:flex;	padding:0 200px 0 0; flex-direction:row; justify-content:space-between;
}
.pre-footer-section a {
	margin: 40px 0 0;	color:#fff;	font-size: 20px; font-weight:700;
}
.pre-footer-section a:hover {
	color:#8a8a8a;
}

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

/********* Set Timeout Function FadeDiv Styling **********/
.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;
}

/* ========================================================== */
/* 			            Custom Navbar	                      */
/* ========================================================== */

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

/* ========================================================== */
/* 			            GALLERY / PROJECTS                    */
/* ========================================================== */

#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;
}

/* ========================== Gallery ZoomIn Effect ================================ */

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

.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: #6c98ac;	color: rgb(255, 255, 255); font-size: 18px;	font-weight: 400;  
}
.footer-section h3 {
	font-size: 1.3rem; color: rgb(30,30,30); font-weight: bold;
}
.footer-section p {
	color: rgb(255,255,255); font-size: 15px;	font-family: 'font2';
}
.footer-section a {
	color: rgb(255,255,255); font-size: 16px;
}
.footer-section .service-cities p {
	margin:0 0 3px;
}
.service-cities {
	margin-bottom:1em;
}
.service-cities img {
	padding-bottom: 20px;
}
.service-cities h5 {
	line-height:8px;
}
.service-cities h4 {
	font-size: 20px; font-family: 'font2'; font-weight: 600; text-decoration: underline; color: rgb(255, 255, 255);
}
.service-cities h3 {
	font-size: 20px; font-family: 'font2'; font-weight: 600; text-align: center;text-decoration: underline; color: rgb(255, 255, 255);
}
.bottom-footer {
	        background: linear-gradient(103deg, rgba(255,255,255,1) 42%, rgba(108,152,172,1) 42%, rgba(108,152,172,1) 55%, rgba(255,255,255,1) 55%); padding-top: 25px;
}
.bottom-footer span {
	color: #fff;
}
.bottom-footer p {
	color: #444;
}
.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;background: #6c98ac;
}
.bottom-footer div[class*='col-']:nth-child(3) a:hover {
	background: #0a0a0a; text-decoration:none !important;	color: #929292;
}
.trademark-disclaimer {
	padding: 10px 0;     background: linear-gradient(103deg, rgba(255,255,255,1) 43%, rgba(108,152,172,1) 43%, rgba(108,152,172,1) 57%, rgba(255,255,255,1) 57%); margin-bottom: -10px;
}
.trademark-disclaimer p {
	font-size: 8px; text-align: center; color: rgb(255,255,255); margin: 0px 550px 0px 550px;
}
.vms-link-wrapper {

}
/* === Laptop CSS Section ================= */
@media screen and (max-width : 1550px) {
.navbar-light .navbar-nav .nav-link {
    margin: 0 18px;
    padding: 6px 0px;
    font-weight: 900;
    font-size: 1rem;
    color: rgb(255,255,255);
    font-family: 'font2';
}	
	/*** Don't place anything here, unless absolutely necessary ***/
.tabcontent {
  display: none; padding: 6px 12px; border: 1px solid #ccc; border-top: none; background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgb(255 255 255 / 85%) 25%, rgba(170,195,207,0.61237905806854) 50%, rgba(133,169,186,0.7832474054074755) 75%, rgba(51,108,133,0.9149000664719013) 100%); height: auto; box-shadow: 1px 1px 10px 3px #000;
}
.trademark-disclaimer  {
	background: black; 
}
.trademark-disclaimer p {
    font-size: 8px;
    text-align: center;
    color: rgb(255,255,255);
    margin: 0px 0 0px 0;
}
}
/* === Tablet CSS Section ================= */
@media screen and (max-width: 1024px) {
.tabcontent {
  display: none; padding: 6px 12px; border: 1px solid #ccc; border-top: none; background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgb(255 255 255 / 85%) 25%, rgba(170,195,207,0.61237905806854) 50%, rgba(133,169,186,0.7832474054074755) 75%, rgba(51,108,133,0.9149000664719013) 100%); height: 1200px; box-shadow: 1px 1px 10px 3px #000;
}
.tabcontent h3 {
	padding-top: 20px; padding-bottom: 20px; font-family: 'font4';	text-align: left;	font-size: 2.0rem; color: #6c98ac; letter-spacing: 3px; font-weight: 600;
}
.tabcontent p {
	padding-top: 20px; padding-bottom: 20px; font-family: 'font2';	text-align: left;	font-size: 0.8rem; color: black; letter-spacing: 3px; font-weight: 600;
}
.tabcontent img {
	max-width: 75%; box-shadow: 1px 1px 10px 1px #000;
}
}
/* === Mobile CSS Section ================= */
@media screen and (max-width: 991px) {
body,html{
	overflow-x: hidden; 
}



.modal {
	display: none; padding-top: 30px; 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 {
 background-color:#fff;	position:relative; padding:0;	outline:0; width: auto;
}

.modal-content h2{
	font-size:1.52rem;
}
.modal-content h4{
	font-size:1.1rem;
	font-weight:600; 
}
.modal-content p{
	font-size: 1rem;
}
.modal-content a.button{
	font-size: 1rem;
	padding:10px;
	background: #ff8300;
	color: white;
	font-weight: 600;
	border-radius:5px;
	
	display:inline-flex;
	width:max-content;
}
.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 20px;;
}
.modal-dialog{
        max-width: 100%;
}
/******************************************** DAVIDS MOBILE CODE START *************************************************/
.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;
}

.navbar-sidebar {
	padding-top: 130px; height: 100%; width: 200px; background-color: rgb(250,250,250); position: fixed!important;	z-index: 1;	overflow: auto;
}

/******************************************** DAVIDS MOBILE CODE END *************************************************/


.home-page-section-2 .square22 {
    width: calc(100% - 0px)!important;
    max-width: 100%!important;
    margin: 0 0 8px!important;
    padding: 35px!important;
    border: 3px solid #000;
    background: rgb(255,255,255,0.7);
				text-align:center;
}
.home-page-section-2 h1 {
    font-family: 'font2';
    font-size: 40px;
    letter-spacing: 2px;
    font-weight: 700;
    text-align: center;
}
.home-page-section-2 p {
    color: rgb(60,60,60);
    font-weight: 600;
    text-align: center;
    font-family: 'font2';
    font-size: 0.9rem;
    line-height: 35px;
}
.about-square-1 {
	      background: #9dc6d9; box-shadow: 1px 1px 10px 3px #000;
    background-size: cover; padding: 50px 25px 25px 25px; text-align: left; height: 1120px;
}
.about-square-1:hover {
background: #9dc6d9;
}
.about-square-1 p {
	padding: 0px 0px 0px 0px;
}



.about-square-2 {
background: #6c98ac;
    background-size: cover; padding: 50px 25px 25px 25px;    margin: 100px -50px 0px 0px; text-align: center; height: 1075px; box-shadow: 1px 1px 10px 3px #000;
  
}
.about-square-2:hover {
background: #6c98ac;
}
.about-square-2 p {
	margin: 0px 50px 0px 50px;
}



.about-square-3 {
	background: #44788f; box-shadow: 1px 1px 10px 3px #000;
    background-size: cover; padding: 50px 25px 25px 25px; text-align: right; margin-top: 95px; height: 550px;
}
.about-square-3:hover {
background: #44788f;
}
.about-square-3 p {
	margin-left: 85px;
}


.parallax-service-1 {
background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%), url("/img/electrical-4.jpg");
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
/*	padding: 350px 25px 300px 25px;
*/
	padding: 150px 0 80px 50px;
	background-repeat: no-repeat;
  background-size: cover;
}
.residential-electrical {
	padding: 150px 0px 150px 50px; background: #6c98ac; 
}
.parallax-service-2 {
  background: radial-gradient(circle, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%), url(/img/electric-7.jpg);
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
	padding: 150px 75px 150px 75px;
  background-repeat: no-repeat;
  background-size: cover;
}
.parallax-service-2 h2 {
	font-size: 30px; font-family: 'font5'; text-align: center; color: #fff; letter-spacing: 3px; text-shadow: 1px 1px 1px #444; padding-bottom: 75px;
}
.parallax-service-2 img {
	box-shadow: 1px 1px 10px 3px #000;
}
.parallax-service-3 {
 background: radial-gradient(circle, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%), url(/img/electrical-inspection-1.jpg);
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
	padding: 150px 25px 150px 25px;
  background-repeat: no-repeat;
  background-size: cover;
}
.parallax-service-3 h2 {
	font-size: 25px; font-family: 'font5'; text-align: left; color: #6c98ac; letter-spacing: 3px; text-shadow: 1px 1px 1px #000; padding-bottom: 25px;
}
.parallax-service-3 p {
	font-size: 17px; line-height: 35px; font-family: 'font2';
}
.parallax-service-3 img {
	box-shadow: 1px 1px 10px 3px #000; max-width: 75%; margin-top: 50px; margin-left: 75px;
}
.parallax-service-4 {
 background: radial-gradient(circle, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%), url(/img/electrical-generator-1.jpg);
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
	padding: 150px 25px 150px 25px;
  background-repeat: no-repeat;
  background-size: cover;
}
.parallax-service-4 h2 {
	font-size: 25px; font-family: 'font5'; text-align: left; color: #6c98ac; letter-spacing: 3px; text-shadow: 1px 1px 1px #000; padding: 50px 0 50px 0;
}
.parallax-service-4 p {
	font-size: 17px; line-height: 35px; font-family: 'font2';
}
.parallax-service-4 img {
	box-shadow: 1px 1px 10px 3px #000; max-width: 75%; margin-top: 50px; margin-right: 75px;
}

.tabcontent {
  display: none; padding: 6px 12px; border: 1px solid #ccc; border-top: none; background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgb(255 255 255 / 85%) 25%, rgba(170,195,207,0.61237905806854) 50%, rgba(133,169,186,0.7832474054074755) 75%, rgba(51,108,133,0.9149000664719013) 100%); height: auto; box-shadow: 1px 1px 10px 3px #000;
}
.tabcontent h3 {
	padding-top: 20px; padding-bottom: 20px; font-family: 'font4';	text-align: left;	font-size: 2.0rem; color: #6c98ac; letter-spacing: 3px; font-weight: 600;
}
.tabcontent p {
	padding-top: 20px; padding-bottom: 20px; font-family: 'font2';	text-align: left;	font-size: 0.75rem; color: black; letter-spacing: 3px; font-weight: 600;
}
.tabcontent img {
	max-width: 75%; box-shadow: 1px 1px 10px 1px #000;
}




.mobile-top-header {
	display:block !important;	padding: 0 30px 0; background: rgb(135,170,188); z-index: 4; overflow:visible;
}
.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);
}
.btn {
	background: rgb(249,78,1); width: 50%; padding: 10px 0px; color: #ffffff;	cursor: pointer; outline: none;	border: none;
}
.footer-section {
	padding-top: 30px; text-align: center;
}
.footer-section img {
	max-width: 210px; padding-bottom: 25px;
}
.service-cities h4 {
	font-size: 24px; font-weight: 600; color: rgb(255,255,255);
}
.service-cities a {
	font-size: 18px; line-height: 10px;	color: rgb(255,255,255);
}
.service-cities .footer-title .midcities {
	text-align: center;
}
.service-cities .footer-title .rightcities {
	text-align: center;
}
.service-content-section {
	padding: 0 !important;
}
.service-content-section p {
	padding: 0;	margin: 0; background: #fff;
}
.service-content-section div[class*='col-'] {
	padding: 30px 30px;
}
.contact-content-section div[class*='col-']:last-child {
	padding-top:40px;
}
.about-info-section div[class*='col-']:first-child {
	border-right:none; border-bottom: 1px solid #b5b5b5;
}
.about-header-section {
	background: linear-gradient(to bottom, rgba(2, 2, 2, 0.76), rgba(4, 4, 4, 0.2)), url(../img/slider/slider-bg-2.jpg) bottom left no-repeat;
}
.pre-footer-section .hours {
	padding:50px 20px;
}
.pre-footer-section .hours h1 {
	font-size:34px;
}
.pre-footer-section .hours p {
	padding: 0;
}
.section-divider {
	padding: 40px 10px;
}
.home-service-section {
	padding-bottom: 0 !important;	background-position: bottom right;
}
.bottom-footer div[class*='col-']:nth-child(3) {
	justify-content:center;
}
.lnr-star {
	font-size: 15px !important;	position: relative;	top: -6px;
}
.projects-section .row {
	height: inherit;
}
.projects-section div[class*='col-'] {
	padding: 0;	position: relative;
}
.top-header {
	background: white; display:none;
}
.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;
}
.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;
}
.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;
}
.alert-dismissible .close {
	position: absolute;	top: 0;	right: 0;	background: transparent; border: none; padding: 0.75rem 1.25rem; color: rgb(80,80,80); font-family: 'font2'; outline: none;	z-index: 3;
}
.alert-dismissible .close span {
	font-size: 35px;
}
.lnr {
	display: inline-block; fill: currentColor; width: 1em; height: 1em;	vertical-align: -0.2em;	cursor: pointer;
}
.mobile-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;
}

.home-page-section-2 .square2 {
    width: calc(100% - 0px)!important;
    max-width: 100%!important;
    margin: 0 0 8px!important;
    padding: 35px 5px!important;
    background: rgb(255,255,255,0.7);
}

.home-split {
	background:  #6c98ac; padding: 100px 10px 100px 10px; text-align: center;
}
.home-split h2 {
	font-family: 'font5';  color: #fff; font-size: 1.5rem; color: #fff; letter-spacing: 2px;
}
.home-split mark {
	background: #fff; border-radius: 7px; color: #6c98ac; padding: 10px; font-size: 20px; font-family: 'font2'; font-weight: 600; text-transform: uppercase; border: 7px double #6c98ac;
}
.home-split mark:hover {
	box-shadow: 1px 1px 5px 1px #000;
}
.home-split p {
	line-height: 35px; font-size: 17px; font-family: 'font2'; color: #fff;
}
.home-split hr {
	background: #fff;
}
.home-split-2 {
	background:  #6c98ac94; padding: 100px 10px 100px 10px;
}
.home-split-2 h3 {
	font-family: 'font5'; font-size: 20px; color: #fff;
}
.home-split-2 p {
	line-height: 35px; font-size: 17px; font-family: 'font2'; color: #fff;
	text-align: center; 
}
.home-split-3 {
		background: rgb(59 126 156);
		padding: 35px 5px;
	text-align:center;
}
.home-split-3 h3 {
	color: #fff; font-family: 'font5'; font-size: 25px; font-weight: 500; letter-spacing: 2px;
}
.home-split-3 p {
	line-height: 35px; color: #fff; font-family: 'font2'; font-size: 17px; margin-right: 5px;
}
.home-split-3 hr {
	background: #ffff;
}
.home-split-3 img {
	max-width: 50%;
}

.about-1 {
padding-top: 50px;
}
.about-1 h1 {
	font-size: 1.6rem; font-family: 'font5';  font-weight: 500; padding-top: 60px;padding-bottom: 55px; color: #6c98ac; text-shadow: 2px 2px 1px #fff;
}
.about-1 h2 {
	font-size: 20px; font-family: 'font5';  font-weight: 500; color: #f5f5f5; text-align: center; text-shadow: 2px 2px 1px #444; letter-spacing: 3px;
}
.about-1 h2 span {
	font-size: 30px;
}
.about-1 p {
	font-size: 15px; line-height: 35px; color: #f5f5f5; font-family: 'font2'; text-shadow: 3px 3px 10px #444;
}
.about-square-1 {
	      background: #9dc6d9; box-shadow: 1px 1px 10px 3px #000;
    background-size: cover; padding: 50px 5px 25px 5px; text-align: left; height: auto;
}
.about-square-1:hover {
background: #9dc6d9;
}
.about-square-1 p {
	padding: 0px 0px 0px 0px;
	margin:0; 
	text-align:center;

}
.about-square-2 {
background: #6c98ac;
    background-size: cover; padding: 50px 5px 25px 5px;    margin: 100px -50px 0px 0px; text-align: center; height: auto; box-shadow: 1px 1px 10px 3px #000;
  
}
.about-square-2:hover {
background: #6c98ac;
}
.about-square-2 p {
	margin: 0px 10px 0px 10px;
}
.about-square-3 {
	background: #44788f; box-shadow: 1px 1px 10px 3px #000;
    background-size: cover; padding: 50px 5px 25px 5px; text-align: right; margin-top: 100px; height: auto;
}
.about-square-3:hover {
background: #44788f;
}
.about-square-3 p {
	margin-left: 0;
	text-align:center;
}
	
.parallax1 {
  background-image: linear-gradient(rgb(255,255,255,0.5), rgb(255,255,255,0.5)), url("/img/electric-9.jpg");
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
	padding: 150px 0 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.parallax11 {
  background-image: linear-gradient(rgb(255,255,255,0.5), rgb(255,255,255,0.5)), url("/img/electric-5.jpg");
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
	padding: 100px 25px 100px 25px;
  background-repeat: no-repeat;
  background-size: cover;
}
.parallax2 {
     background-image: linear-gradient(124deg, #ffffffa3 50%, rgb(108 152 172 / 81%) 50%, rgb(108 152 172 / 72%) 100%), url(/img/electric-7.jpg);
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
	padding: 35px 5px;
  background-repeat: no-repeat;
  background-size: cover;
}
.parallax3 {
     background-image: linear-gradient(124deg, #ffffffa3 60%, rgb(108 152 172 / 81%) 50%, rgb(108 152 172 / 72%) 100%), url(/img/electric-7.jpg);
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
	padding: 35px 5px;
  background-repeat: no-repeat;
  background-size: cover;
}
.parallax4 {
  background-image: linear-gradient(rgb(255,255,255,0.5), rgb(255,255,255,0.5)), url("/img/electric-3.jpg");
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
	padding: 60px 0 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.parallax6 {
  background-image: linear-gradient(rgb(255,255,255,0.5), rgb(255,255,255,0.5)), url("/img/lb-2.jpg");
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
	padding: 125px 0;
  background-repeat: no-repeat;
  background-size: cover;
}


.parallax-service-1 {
background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%), url("/img/electrical-4.jpg");
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
/*	padding: 350px 25px 300px 25px;
*/
	padding: 200px 0 100px 0;
	background-repeat: no-repeat;
  background-size: cover;
}
.residential-electrical {
	padding: 150px 0px 150px 50px; background: #6c98ac; 
}
.parallax-service-2 {
  background: radial-gradient(circle, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%), url(/img/electric-7.jpg);
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
	padding: 25px;
  background-repeat: no-repeat;
  background-size: cover;
}
.parallax-service-2 h2 {
	font-size: 1.3rem; font-family: 'font5'; text-align: center; color: #fff; letter-spacing: 3px; text-shadow: 1px 1px 1px #444; padding-bottom: 75px;
}
.parallax-service-2 img {
	box-shadow: 1px 1px 10px 3px #000;
}
.parallax-service-3 {
 background: radial-gradient(circle, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%), url(/img/electrical-inspection-1.jpg);
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
	padding: 150px 5px 150px 5px;
  background-repeat: no-repeat;
  background-size: cover;
}
.parallax-service-3 h2 {
	font-size: 1rem; font-family: 'font5'; text-align: left; color: black;; letter-spacing: 3px; text-shadow: 1px 1px 1px #000; padding-bottom: 25px;
}
.parallax-service-3 p {
	font-size: 1rem; line-height: 35px; font-family: 'font2';
}
.parallax-service-3 img {
	box-shadow: 1px 1px 10px 3px #000; max-width: 100%; margin-top: 0; margin-left: 0;
}
.parallax-service-4 {
 background: radial-gradient(circle, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%), url(/img/electrical-generator-1.jpg);
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
	padding: 150px 5px 150px 5px;
  background-repeat: no-repeat;
  background-size: cover;
}
.parallax-service-4 h2 {
	font-size: 1.3rem; font-family: 'font5'; text-align: left; color: #6c98ac; letter-spacing: 3px; text-shadow: 1px 1px 1px #000; padding: 50px 0 50px 0;
}
.parallax-service-4 p {
	font-size: 17px; line-height: 35px; font-family: 'font2'; text-align: center;
}
.parallax-service-4 img {
	box-shadow: 1px 1px 10px 3px #000; max-width: 100%; margin-top: 0; margin-right: 0;
}


.electric-services {
	box-shadow: 1px 1px 10px 3px #000;
}
.electric-services .service-preview{
  display: grid;
  grid-auto-flow: row;
  grid-template-columns: repeat(auto-fill, minmax(260px, max-content));
  justify-content: center;   /* keeps last row items from stretching */
  gap: 12px 16px;
}
.boxer {
    padding: 75px 10px 75px 10px;
    background: #fff9;
    box-shadow: 1px 1px 10px 3px #000;
				        text-align: center;
}
.electric-services h1 {
	font-family: 'font5'; font-weight: 500; font-size: 1.2rem; letter-spacing: 3px; color: #6c98ac; text-shadow: 1px 1px 1px #444;
}
.electric-services h1 span {
	font-size: 25px; font-family: 'font2'; font-weight:600; line-height: 50px;
}
.electric-services h2 {
	font-family: 'font2'; font-weight: 600; font-size: 35px; letter-spacing: 3px; text-transform: uppercase;
}
.electric-services h3 {
	font-family: 'font5'; font-weight: 500; font-size: 17px; letter-spacing: 3px; background: linear-gradient(90deg, rgba(51,108,133,1) 0%, rgba(133,169,186,1) 25%, #9dc6d9 50%, rgba(133,169,186,1) 75%, rgba(51,108,133,1) 100%);
    padding: 30px 41px 32px 74px;
    margin-top: -50px;
    margin-bottom: 0px;
    width: 150%; color: #fff;
    margin-right: 50px;
    margin-left: -100px;
    box-shadow: 1px 1px 5px 3px #000; text-align: center;
}
.electric-services h3 span {
	font-size: 17px; font-family: 'font2'; font-weight:600;
}
.electric-services p {
	font-size: 17px; font-family: 'font2'; line-height: 35px; 
}
.electric-services mark {
	padding: 15px;
    font-size: 20px;
    font-family: 'font2';
    font-weight: 600;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 0px #444;
    background: #6c98ac94;
}
.electric-services mark:hover {
	background: #6c98ac; color: #fff; text-shadow: 1px 1px 3px #000;
}
.electric-services a {
	color: inherit;
}

.area h2 {
    font-size: 1.7rem;
    font-family: font2;
    font-weight: 800;
    color: black;
		text-align: center; 
}


.area .map{
	height: 400px; 
}

.home-contact {
box-shadow: 1px 1px 10px 3px #000;
}
.home-contact h1 {
	font-family: 'font5'; font-size: 1.7rem;; font-weight: 500; text-align: center; color: #fff; text-shadow: 1px 1px 1px #444;
}
.home-contact p {
	text-align: center; font-family: 'font2'; line-height: 35px; font-size: 1rem;
}
.home-contact h3 {
	font-size: 1.75rem; font-family: font2; font-weight: 800; text-align: center; color: rgb(12,12,12);
}
.home-contact span {
	font-family: 'font5'; line-height: 40px; color: #6c98ac; text-shadow: 1px 1px 1px #444; letter-spacing: 3px;
	font-size:1.5rem;
}
.home-contact iframe {
	/*height: 25%;*/
	/*width: 100%;*/
	
}

.home-contact .map {
	height: 450px;
	width: 100%;
}
.contact-us {
    box-shadow: 1px 1px 10px 3px #000;
    padding-top: 15px;
}
.bottom-footer {
    background: linear-gradient(103deg, rgba(255,255,255,1) 0%, rgba(108,152,172,1) 0%, rgba(108,152,172,1) 100%, rgba(255,255,255,1) 100%);
    padding-top: 25px;
}
.trademark-disclaimer {
    padding: 10px 0;
    background: black;
    margin-bottom: -10px;
}
.trademark-disclaimer p {
    font-size: 8px;
    text-align: center;
    color: rgb(255,255,255);
    margin: 0;
}

}

@media screen and (max-width: 690px) {
	
.tabcontent {
  display: none; padding: 6px 12px; border: 1px solid #ccc; border-top: none; background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgb(255 255 255 / 85%) 25%, rgba(170,195,207,0.61237905806854) 50%, rgba(133,169,186,0.7832474054074755) 75%, rgba(51,108,133,0.9149000664719013) 100%); height: 1100px; box-shadow: 1px 1px 10px 3px #000;
}
.tabcontent h3 {
	padding-top: 20px; padding-bottom: 20px; font-family: 'font4';	text-align: left;	font-size: 2.0rem; color: #6c98ac; letter-spacing: 3px; font-weight: 600;
}
.tabcontent p {
	padding-top: 20px; padding-bottom: 20px; font-family: 'font2';	text-align: left;	font-size: 0.75rem; color: black; letter-spacing: 3px; font-weight: 600;
}
.tabcontent img {
	max-width: 75%; box-shadow: 1px 1px 10px 1px #000;
}



.tab {
  overflow: hidden; background-color: #fff; font-family: 'font2'; display: inline-block; height: 100%;  width: 100%;/* height: 575px;*/ border: 5px solid #6c98ac; /*border-right: none*/;
}
.tab button {
  background-color: inherit; border: none; outline: none; cursor: pointer; padding: 14px 16px; transition: 0.3s; font-size: 17px; font-family: 'font2'; text-align: left; line-height: 35px;
}
.tab button:hover {
  background-color: #6c98ac94;
}
.tab button.active {
  background-color: #6c98ac;
}
.tab2 {
  overflow: hidden; background-color: #fff; font-family: 'font2'; display: inline-block; height: 100%;  width: 100%;  /*height: 575px;*/ border: 5px solid #6c98ac; /*border-left: none*/;
}
.tab2 button {
  background-color: inherit; border: none; outline: none; cursor: pointer; padding: 14px 16px; transition: 0.3s; font-size: 17px; font-family: 'font2'; text-align: left; line-height: 35px;
}
.tab2 button:hover {
  background-color: #6c98ac94;
}
.tab2 button.active {
  background-color: #6c98ac;
}





}

@media screen and (max-width: 375px) {
        
}