/* ========================================== */
/* === 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. Contact Section ================ */
/* ===    g. Sections On Every Page ========= */
/* === 4. Misc. Section ===================== */
/* ===    a. Referrals Owl Carousel ========= */
/* ===    b. Default Classes ================ */
/* ===    c. Gallery Function Section ======= */
/* ===    d. Reviews Function Section ======= */
/* === 5. Footer Section ==================== */
/* === 6. Lg. Laptop CSS Section ============ */
/* === 7. Sm. Laptop CSS Section ============ */
/* === 8. Tablet CSS Section ================ */
/* === 9. Mobile CSS Section ================ */
/* === 10. Sm. Mobile CSS Section =========== */
/* ========================================== */

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

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

@font-face {
	font-family: 'font2';
	src:url('../fonts/poppins.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'font3';
	src:url('../fonts/Monoton-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'font4';
	src:url('../fonts/good-timing-bd.otf') format('opentype');
	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');
}

/* ======================================== */
/* === Top Header Section ================= */
/* ======================================== */
.top-header {
	position: fixed; width: 100%; z-index: 1; 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;
}
.top-header div[class*='col-']:first-child {
	display: flex; justify-content: flex-end; align-items: center;
}
.top-header div[class*='col-']:first-child a {
	padding: 0; font-size: 15px; -webkit-transition: all .30s ease; -moz-transition: all .30s ease; -o-transition: all .30s ease; transition: all .30s ease;
}
.top-header div[class*='col-']:first-child a:hover {
	background-color: transparent;
}
.top-header div[class*='col-']:nth-child(2) {
	display: flex; justify-content: center; align-items: center;
}
.top-header div[class*='col-']:nth-child(3) {
	display: flex; justify-content: center; align-items: center;
}
.top-header div[class*='col-']:nth-child(3) a {
	padding: 9px 15px 9px 15px; background: transparent; font-weight: 600; font-family: 'font2'; color: rgb(120,120,120); border-radius: 1.6rem; border: 1px double rgb(120,120,120);
}
.top-header div[class*='col-']:nth-child(3) a:hover {
	background: transparent;
}
.top-header div[class*='col-']:nth-child(4) {
	display: flex; justify-content: center; align-items: center;
}
.top-header div[class*='col-']:nth-child(4) a {
	padding: 9px 15px 9px 15px; background: transparent; font-weight: 600; font-family: 'font2'; color: rgb(120,120,120); border-radius: 1.6rem; border: 1px double rgb(120,120,120);
}
.top-header div[class*='col-']:nth-child(4) a:hover {
	color: rgb(120,120,120);
}
.top-header div[class*='col-']:nth-child(5) {
	display: flex; justify-content: flex-start; align-items: center;
}
.top-header div[class*='col-']:nth-child(5) a {
	display: flex; justify-content: center; align-items: center; border: 1px solid rgb(255,255,255); color: rgb(255,255,255); background: rgb(196,41,56); border-radius:100px;	height: 34px; width: 34px; margin: 0 4px;
}
.top-header div[class*='col-']:nth-child(5) a:hover {
	background: rgb(196,41,56,0.8);	text-decoration:none !important; color: rgb(255,255,255);
}
.top-header .dropdown-menu {
	background: whitesmoke; border-radius: 0;
}
.top-header .dropdown-menu a {
	color: #222; padding: 3px 20px !important;
}
.top-header .dropdown-toggle {
	background: #21212100; padding: 6px 25px; outline: none !important; border-color: #f3f3f3b5;
}
.top-header .dropdown-toggle:hover {
	background-color: white !important; color: #000 !important;
}
.btn-secondary:not([disabled]):not(.disabled).active, .btn-secondary:not([disabled]):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
	color: #000; background-color: rgb(255, 255, 255); border-color: #666e76; box-shadow:none !important;
}
.top-header .btn-secondary.focus,
.btn-secondary:focus {
	outline: none !important; box-shadow: none !important;
}

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

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

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

/**** Home Section ****/
.bg-primary {
	background: rgb(83,82,82) !important;
}
.home-header-section {
	padding-top: 125px;
}
.home-header-section .slider-logo span {
	font-family: 'font'; color: rgb(196,41,56);
}
.home-intro {
	/*padding: 300px 0px 200px 0px; background: linear-gradient(104.5deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 25%, rgba(255, 255, 255, 0.7524350804775035) 49%, rgba(192, 32, 38, 1) 49%, rgba(192, 32, 38, 1) 49.3%, rgba(0, 0, 0, 0.0) 49.3%), url(/img/bulb-2-new.jpg);*/
	padding: 300px 0px 200px 0px;
	background: url(/img/background-home.png);

    min-height: auto;
	
    background-position: bottom;
    overflow: hidden; height: 100%;
    background-repeat: no-repeat;
    background-size: cover;box-shadow: 1px 1px 5px 1px #444; 
}
.home-intro h2 {
	font-family: font4; font-size: 70px; line-height: 85px; color: #000;text-shadow: 2px 2px 1px #fff;
}
.home-intro h2 u {
	color: #c02026;
}
.home-intro h3 {
	font-family: monospace; font-size: 20px; color: #000; line-height: 40px;
}
.home-intro p {
	font-family: monospace; font-weight: 600; color: #fff; line-height: 35px; font-size: 25px;text-shadow: 1px 1px 3px #000; padding: 10px 150px 10px 50px;
}
.home-intro .infograph {
	padding: 50px; 
}
.home-intro mark {
	padding: 14px; font-size: 20px; background: #c02026; color: #fff; font-family: font4; font-weight: 500; text-transform: uppercase;
}
.home-intro mark:hover {
	box-shadow: 0px 0px 0px 25px #c02026; transition: .5s;
}
.motion1 {
	/*background: linear-gradient(107deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 25%, rgba(255, 255, 255, 0.7524350804775035) 49%, rgba(192, 32, 38, 1) 49%, rgba(192, 32, 38, 1) 49.3%, rgba(0, 0, 0, 0.0) 49.3%), url(/img/electrical-1.jpg);*/
	background: linear-gradient(107deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 25%, rgba(255, 255, 255, 0.7524350804775035) 49%, rgba(192, 32, 38, 1) 49%, rgba(192, 32, 38, 1) 49.3%, rgba(0, 0, 0, 0.0) 49.3%), url(/img/led-gallery/led-gallery-3.jpeg);
	
	background-size: cover;
	padding: 100px 0 150px 0;
}
.motion1 .carousel {
  --current-slide: 0;
  position: relative;
  overflow: hidden;
  box-shadow: 1px 1px 10px 3px #000;
}
.motion1 .carousel-button {
  /* vertically centering the buttons */
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  padding: 0;
  margin: 0.5rem;
  margin-left: 35px;
	height: 35px;
	width: 35px;
  border-radius: 100%;
	line-height: 0.9;
	color: rgb(83,82,82);
  background-color: transparent;
  border: none;
  font-size: 50px;
  cursor: pointer;
  transition: color 0.1s;
}
.motion1 .carousel-button:hover {
  color: rgba(0, 0, 0, 0.5);
	border: none;
}
.motion1 .carousel-button.active {
	border: none !important;
}
.motion1 .carousel-button_next {
  right: 0;
  margin-right: 35px;
	border: none;
}
.motion1 .slides {
  display: flex;
  transition: transform 0.5s;
  transform: translateX(calc(-100% * var(--current-slide)));
}
.motion1 .slide {
  flex: 0 0 100%;
	    background: #f5f5f5;/* margin-bottom: -75px;*/
    padding: 50px 150px 25px 150px; 
}
.motion1 h2 {
	font-family: monospace;
	color: #c02026; text-align: center;
	font-size: 25px;
}
.motion1 span {
	color: rgb(196,41,56);
}
.motion1 span:hover {
	color: #0009;
}
.motion1 h3 {
	font-family: font4; font-size: 50px; text-align: center; padding-bottom: 75px;text-shadow: 2px 1px 1px #fff;
}
.motion1 p i {
	font-size: 45px; color: #c02026;
}
.motion1 .slide p {
  color: rgb(150,150,150);
	font-family: 'font2';
	text-align: center;
	font-size: 20px;
	font-weight: 600;
}
.home1 {
	padding: 0px 0px 200px 0px; background: #EAE8E8;
}
.home1 .plax1 {
	/*background-image: linear-gradient(rgb(0,0,0,0.3), rgb(11,11,11,0.1)), url("/img/el-3.jpg");*/
	background-image: linear-gradient(rgb(0,0,0,0.3), rgb(11,11,11,0.1)), url("/img/led-gallery/led-gallery-42.jpeg");

	
    min-height: auto;
   background-attachment: fixed;
    background-position: center;
    overflow: hidden;
    padding:  50px; height: 100%; width: 103%;
    background-repeat: no-repeat;
    background-size: cover;
}
.home1 .spanner {
	padding: 100px 25px 100px 25px;
}
.home1  .push {
	padding: 15px; margin-left: 50px;
}
.home1 .push:hover {
	 transition: 3s; background: linear-gradient(90deg, rgba(0,0,0,1) 18%, rgba(255,255,255,1) 18%); box-shadow: 1px 1px 10px 1px #000;
}
.home1 .push img {
	
}
.home1 .push:hover img {
	box-shadow: 1px 1px 10px 1px #000;
}
.home1 .push:hover h2 {
	margin-left: 100px; color: #c02026; transition: 1.5s; font-weight: 600; text-decoration: overline;
}
.home1 iframe {
	opacity: 50%;
}
.home1 .pad {
	padding: 50px 75px 50px 75px; background: #fff; height: 100%; box-shadow: 10px -10px 0px 0px #c02026; border: 3px solid #444; border-left-width: 5px; border-top-width: 5px; 
}
.home1 h1 {
	font-family: 'font4'; font-size: 40px; text-align: center; font-weight: 500; color: rgb(196,41,56);
}
.home1 h2 {
	font-size: 35px; font-family: monospace; padding: 25px 0px 10px 0px; color: #fff; text-shadow: 1px 1px 1px #000;
}
.home1 p {
	font-size: 17px; font-family: 'font2'; font-weight: 600; text-align: center; color: rgb(150,150,150); line-height: 35px;
}
.home1 h1 span {
	color: rgb(83,82,82); font-size: 50px; text-shadow: 2px 2px 1px #000;
}
.home1 h1 strong {
	 font-size: 40px;
}
.home1 img {
	    background: #fff;
    border-radius: 50%;
    padding: 10px; margin: 5px 0px 5px 0px;
    border: 3px solid #c02026;
}
.home1 hr {
	background: #fff;
}
.home2 {
	background: #f5f5f5; padding: 150px 0px 150px 0px;
}
.home2 h4 {
	font-family: monospace; font-weight: 600; font-size: 30px; text-align: center; color: #c02026;
}
.home2  p {
	font-family: font2; line-height: 35px; font-size: 17px; text-align: center; font-weight: 600;
}
.home2 .boxer {
	padding: 75px 25px 0px 25px; background: #fff; height: 100%;
}
.home2 img {
	max-width: 50%; margin-top: 75px;
}
.home2 .plax2 {
	/*background-image: linear-gradient(rgb(0,0,0,0.3), rgb(11,11,11,0.1)), url("/img/electrical-3.jpg");*/
	background-image: linear-gradient(rgb(0,0,0,0.3), rgb(11,11,11,0.1)), url("/img/led-gallery/led-gallery-54.jpeg");

	
	min-height: auto;
   background-attachment: fixed;
    background-position: center;
    overflow: hidden;
    padding: 150px 50px 150px 50px; 
    background-repeat: no-repeat;
	height: 350px;
    background-size: cover;box-shadow: 1px 1px 5px 1px #444; 
}
.home2 .plax2:hover {
	background: #fff;height: 350px;
}
.home2 .plax2 h3 {
	font-family: font4; padding: 10px; background: #fff200; text-align: center; transform: rotate(320deg);
    margin-left: -350px;
    margin-top: -75px;
    
}
.home2 .plax2:hover h3 {
	transform: rotate(0deg);
    margin-left: 0px;
    margin-top: -50px;
	padding: 10px; background: #c02026; color: #fff; transition: 1s; width: 75%; margin-left: 50px;
}
.home2 .plax2 h5 {
	color: transparent; font-size: 20px; font-family: font2; font-weight: 600;
}
.home2 .plax2:hover h5 {
	color: #000; margin-top: 15px;
}
.home2 .plax2:hover h5 span {
	color: #c02026;
}
.home2 .plax2  p {
	font-family: font2; line-height: 35px; font-size: 17px; color: transparent; text-align: center;
}
.home2 .plax2:hover p {
	color: #000;
}
.home2 .plax2 img {
	max-width: 25%;
}
.home2 .plax2:hover img {
	display: none;
}
.home3 {
	padding: 200px 150px 200px 150px; 	background-image: linear-gradient(rgb(0,0,0,0.0), rgb(11,11,11,0.0)), url("/img/collage-led-22.jpg"); background-size: cover; background-repeat: no-repeat; background-position: center; background-attachment: fixed;
}
.home3 h3 {
	font-family: font4; font-size: 35px; color: #c02026;
}
.home3 p {
    line-height: 35px;
    font-family: font2;
    font-weight: 600;
    font-size: 17px;
    padding: 20px;
}
.home3 i {
	font-size: 100px; color: #c02026; margin-top: 50px; margin-left: 25px;
}
.home3 hr {
	background: #c02026; height: 2px;
}
.home3 .padder {
	padding: 25px; background: #fff; height: 100%; border: 1px solid #c02026;
}
.home3 .padder:hover {
	padding: 25px; background: #c02026; height: 100%; border: 1px solid #fff;
}
.home3 .padder:hover h3 {
	color: #fff;
}
.home3 .padder:hover p {
	color: #fff;
}
.home3 .padder:hover i {
	color: #fff;
}
.home4 {
	padding: 100px 00px 100px 25px; background: #f5f5f5;
}
.home4 .boxed {
	padding: 75px 5px 75px 15px; background: #fff;
}
.home4 h3 {
	font-size: 20px; font-family: font4; font-weight: 500; line-height: 50px; padding: 10px 5px 10px 5px;
}
.home4 h3:hover {
	background: #0009; color: #fff200;
}
.home4 p {
	color: #000; font-family: font2; font-weight: 600; font-size: 17px; line-height: 35px; text-align: center; margin-left: 35px; padding: 0px 35px 0px 35px;
}
.home4 mark {
	padding: 15px; background: #c02026; font-family: monospace; color: #fff; font-size: 20px; margin-left: 15px;
}
.home4 mark:hover {
	box-shadow: 0px 0px 0px 15px #c02026; transition: .5s;
}
.video {
	overflow: hidden; position: relative; z-index: 2; display: block;
}
.home4 .pad {
	padding: 25px; position: absolute;  background: linear-gradient(270deg, rgb(0 0 0 / 0%) 12%, #1d1b1bbf 12%, #1d1b1bbf 51.9%, rgb(0 0 0 / 0%) 51.9%);
	
	}
.home4  h2 {
	font-weight: 500; color: rgb(255,255,255); font-size: 40px; text-shadow: 0px 0px 5px #000; font-family: monospace; text-align: left; padding: 0px 0px 25px 0px;
}
.home4  h2 span {
	font-family: font4; font-size: 60px; padding: 0px 5px 0px 5px;  margin-left: 10px;
}
.home4 .pad h4 {
	font-weight: 500; color: rgb(255,255,255); font-size: 25px; text-shadow: 0px 0px 5px #000; font-family: monospace; text-align: left; line-height: 50px;
}
.home4 .pad h4 span {
	color: #fff200; font-size: 30px;
}
.home4 .emergency {
	/*padding: 200px 0px 200px 35px;background: linear-gradient(90deg, rgba(0, 0, 0, 0) 18%, rgba(242, 242, 242, 1) 18%, rgba(255, 255, 255, 0.75) 50%, rgba(0, 0, 0, 0.029746004847251428) 50%), url(/img/emergency-2.jpg);*/
	padding: 200px 0px 200px 35px;background: linear-gradient(90deg, rgba(0, 0, 0, 0) 18%, rgba(242, 242, 242, 1) 18%, rgba(255, 255, 255, 0.75) 50%, rgba(0, 0, 0, 0.029746004847251428) 50%), url(/img/led-gallery/led-gallery-55.jpeg);
	
	
	
	background-size: cover; background-repeat: no-repeat; background-position: top; /*background-attachment: fixed;*/ height: 100%;
}
.my-class {
    -webkit-animation:name 7.5s infinite;
}

@keyframes name {
    0% {color:#fff;}
    20%{color:#fff}
	40% {color:#fff;}
	60% {color:#fff;}
	80% {color:#fff;}
	 100%{color:#fff200}
}
.PULSE {
   /* Chrome, Safari, Opera */
  -webkit-animation: PULSE 3s infinite; 
  animation-delay: 5s;
  /* Internet Explorer */
  -ms-animation: PULSE 3s infinite;
  
  /* Standard Syntax */
  animation: PULSE 3.25s infinite; 
}

/* Chrome, Safari, Opera */
@-webkit-keyframes PULSE{
   0%{color:#fff200;}	
	110%{color: black;}
}

/* Internet Explorer */
@-ms-keyframes PULSE{
   0%{color:#fff200;}	
	110%{color: black;}
}

/* Standard Syntax */
@keyframes PULSE{
  0%{color:#fff200;}		
	110%{color: black;}
}
.PULSE2 {
   /* Chrome, Safari, Opera */
  -webkit-animation: PULSE2 3s infinite; 
  animation-delay: 5s;
  /* Internet Explorer */
  -ms-animation: PULSE2 3s infinite;
  
  /* Standard Syntax */
  animation: PULSE2 3.25s infinite; 
}

/* Chrome, Safari, Opera */
@-webkit-keyframes PULSE2{
   0%{color:#fff200;}	
	110%{color: black;}
}

/* Internet Explorer */
@-ms-keyframes PULSE2{
   0%{color:#fff200;}	
	110%{color: black;}
}

/* Standard Syntax */
@keyframes PULSE2{
  0%{color:#fff200;}		
	110%{color: black;}

}
.tooltip-text {
  visibility: hidden;
  position: absolute;
  z-index: 1;
  width: 350px;
  color: white;
  font-size: 17px;
  font-family: font2; font-weight: 600;
  background-color: #c02026;
  padding: 15px;
  margin-top: -35px;
}
.tooltip-text h4 {
	font-family: font4; font-size: 20px;
}
.hover-text:hover .tooltip-text {
  visibility: visible;
}

#top {
  top: -40px;
  left: -50%;
}

#bottom {
  top: 25px;
  left: -50%;
}

#left {
  top: -8px;
  right: 120%;
}

#right {
  top: -8px;
  left: 120%;
}

.hover-text {
  position: relative;
  display: inline-block;
  /*margin: 40px;*/
  font-family: Arial;
  text-align: center;
}



.video .pad p {
	margin-top: 0% !important; color: rgb(255,255,255); text-shadow: 0px 0px 5px #000; font-size: 20px; font-family: 'font2'; text-align: left; font-weight: 600; line-height:40px;
}
.video .pad a {
	font-size: 16px; color: rgb(255,255,255); font-family: 'Arial'; font-weight: 600; border: 1px solid rgb(12,32,63); padding: 15px 30px; border-radius: 1.6rem; background: rgb(12,32,63);
}
.video .pad a:hover {
	color: rgb(255,255,255); border: 1px solid rgb(255,255,255); background: transparent;
}
.video .pad  hr {
	background: #c02026; height: 2px;
}
.home-split1 {
	padding: 50px 0px 50px 0px; color: #c02026; text-align: center; background: #c02026; border: 15px solid #000; border-top: 5px solid #000; border-bottom: 5px solid #000;
}
.home-split1 h3 {
	font-family: font5; font-size: 50px;
}
.home-split1 h5 {
	font-size: 50px; font-weight: 300; color: #000;
}
.home-split1 h6 {
	font-family: 'font4'; letter-spacing: 2px; font-size: 20px; color: #000; text-transform: uppercase;
}
.home-split1 .liner {
	background: #fff; width: 10%;
}
.home-split1 .hexer {
  padding:  50px; box-shadow: 1px 1px 10px -2px #000; margin-top: -100px; margin-bottom: -100px; background: #fff; background-size: cover;
    min-height: auto;
    background-attachment: fixed; position: relative; z-index: 1; border: 7px solid #000;
}



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

.home-faqs h2 span {
	color: #c02026;
}
/* Arizona Electrician SEO FAQ — CSS only
   Works with HTML classes/IDs: .azFaq, .azFaq-item, .azFaq-head, .azFaq-body
   Single section styling; neutral, accessible, and easy to override
*/

/* Local design tokens */
.azFaq {

  --az-spacing-y: 0.85rem;
  --az-spacing-x: 0;
  --az-gap: 0.6rem;
  --az-radius: 10px;
  --az-border: color-mix(in oklab, currentColor 22%, transparent);
  --az-muted: color-mix(in oklab, currentColor 45%, transparent);
  --az-focus: currentColor;
  --az-tran: 180ms;
}

.azFaq {
 
  margin-inline: auto;
  display: block;
}

/* Item separators */
.azFaq .azFaq-item + .azFaq-item {
  border-top: 1px solid var(--az-border);
}

/* Header button (unstyled reset + layout) */
.azFaq .azFaq-head {
  all: unset;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 1fr auto; /* text + indicator */
  align-items: center;
  width: 100%;
  cursor: pointer;
  padding: var(--az-spacing-y) var(--az-spacing-x);
  font-weight: 600;
  line-height: 1.3;
}

/* Chevron indicator (pure CSS) */
.azFaq .azFaq-head::after {
  content: "";
  justify-self: end;
  inline-size: 0.65rem;
  block-size: 0.65rem;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(-45deg);
  transition: transform var(--az-tran) ease;
}

/* Rotate chevron when open */
.azFaq .azFaq-head[aria-expanded="true"]::after {
  transform: rotate(45deg);color: #c02026;
}

/* Focus ring for accessibility */
.azFaq .azFaq-head:focus-visible {
  outline: 2px solid var(--az-focus);
  outline-offset: 2px;
  border-radius: var(--az-radius);
}

/* Body spacing */
.azFaq .azFaq-body {
  padding: 0 0 var(--az-spacing-y) 0;
  margin-block-start: calc(var(--az-gap) * 0.25);
}

/* Paragraph + list rhythm */
.azFaq .azFaq-body > p {
  margin: 0 0 var(--az-gap) 0;
}

.azFaq .azFaq-body ul {
  margin: 0;
  padding-inline-start: 1.1em;
}

.azFaq .azFaq-body li + li {
  margin-block-start: 0.35rem;
}

/* Links inherit site styles; add subtle underline on hover */
.azFaq .azFaq-body a {
  text-decoration: underline;
  text-underline-offset: 2px; color: #c02026;
}

/* Optional: subtle color dim for separators */
.azFaq .azFaq-item + .azFaq-item .azFaq-head {
  color: inherit;
  opacity: .98;
}

/* Reduce motion preference */
@media (prefers-reduced-motion: reduce) {
  .azFaq .azFaq-head::after {
    transition: none;
  }
}


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

.about1 {
	padding: 200px 0px 0px 0px;
}
.about1 .icon {
padding: 150px 150px 150px 250px;
    background-image: linear-gradient(rgb(0 0 0 / 0%), rgb(11 11 11 / 0%)), url(/img/led-icon.png);
    background-repeat: no-repeat;
    background-size: 25%;
    min-height: auto;
    height: 100%;
    background-position: left;
}
.about1 h1 {
	font-family: font4; font-size: 50px;  margin-left: 50px; margin-right: -250px;
}
.about1  h2 {
	font-family: monospace; font-size: 35px; text-align: center;
	
}
.about1 h1 span {
	 font-size: 75px; color: #000;
}
.about1 h1 strong {
	color: #c02026;
}
.about1 h2 span {
	color: #000; 
}
.about1 h2 strong {
	color: #c02026;
}
.about1 h4 {
	    font-family: font4;
    font-size: 40px;
}
.about1  p {
	font-family: font2; font-size:17px; text-align: center; line-height: 35px; font-weight: 600;
}
.about1 hr {
	width: 93.5%;
    margin: 0px;
    background: #c02026;
    height: 5px;
    opacity: 100%;
    margin-bottom: -5px;
}
.about1 .cardy1 {
	    padding: 250px 35px 250px 150px;
/*background: linear-gradient(270deg, #ffffff80 0%, #ffffff80 20%, #ffffff80 20%, #ffffff80 33%, #ffffff80 50%, #ffffff80 64%, rgba(255, 255, 255, 0.5) 80%, #ffffff80 80%, #ffffff80 100%), url(/img/electrical-boom-1.jpg); border-top: 15px solid #c02026;*/
background: linear-gradient(270deg, #ffffff80 0%, #ffffff80 20%, #ffffff80 20%, #ffffff80 33%, #ffffff80 50%, #ffffff80 64%, rgba(255, 255, 255, 0.5) 80%, #ffffff80 80%, #ffffff80 100%), url(/img/led-gallery/led-gallery-56.jpeg); border-top: 15px solid #c02026;


border-bottom: 15px solid #c02026;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: auto;
    height: 100%;
    background-position: top right;
}
.about1 .cardy2 {
padding: 75px 35px 125px 35px; background: linear-gradient(36deg, rgba(0, 0, 0, 0) 21%, rgba(192, 32, 38, 1) 21%, rgba(192, 32, 38, 1) 21.3%, rgb(255 255 255) 21.3%, rgb(255 255 255 / 82%) 56%, rgba(192, 32, 38, 1) 56%, rgba(192, 32, 38, 1) 56.3%, rgba(0, 0, 0, 0) 56.3%), url(/img/electrical-boom-2.jpg); background-repeat: no-repeat; background-size: cover; 
    min-height: auto; height: 100%;
    
    background-position: top right;
}
.about1 .cardy3 {
	padding: 35px 15px 35px 15px; margin: 0px 25px 0px 25px; background-image: linear-gradient(rgb(0, 0, 0, 0.3), rgb(11, 11, 11, 0.1)), url(/img/el-2.jpg); background-repeat: no-repeat; background-size: cover;
    min-height: auto; height: 100%;
    background-attachment: fixed;
    background-position: center;
}
.about1 .cardy4 {
	padding: 35px 15px 35px 15px; margin: 0px 25px 0px 25px; background-image: linear-gradient(rgb(0, 0, 0, 0.3), rgb(11, 11, 11, 0.1)), url(/img/el-2.jpg); background-repeat: no-repeat; background-size: cover;
    min-height: auto; height: 100%;
    background-attachment: fixed;
    background-position: center;
}
.about1 .cardy5 {
	padding: 35px 15px 35px 15px; margin: 0px 25px 0px 25px; background-image: linear-gradient(rgb(0, 0, 0, 0.3), rgb(11, 11, 11, 0.1)), url(/img/el-2.jpg); background-repeat: no-repeat; background-size: cover;
    min-height: auto; height: 100%;
    background-attachment: fixed;
    background-position: center;
}
.about1 .cardy1 hr {
	background: #000; height: 2px;  margin: 1rem 0; opacity: .25; width: 100%;
}
.about1 .popper {
	padding: 25px; margin-left: 100px;
	 margin-right: -100px;
}
.about1  .popper2 {
	padding: 25px; 
}
.about1  .popper3 {
	    margin-top: 620px;
    margin-left: -105px;
    margin-right: 105px;

}
.about1 img {
	max-width: 75%; margin-bottom: 50px;
}
/**** Services Section ****/
.electric-services {
	box-shadow: 1px 1px 10px 3px #000;
}
.electric-services h1 {
	font-family: 'font4'; font-weight: 500; font-size: 65px; letter-spacing: 3px; color: #c02026; text-shadow: 1px 1px 1px #444; line-height: 80px;
}
.electric-services h1 span {
	font-size: 45px; 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: 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;
}
 .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: linear-gradient(270deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.5) 20%, rgba(255,255,255,0.5) 20%, rgba(255,255,255,1) 33%, rgba(255,255,255,0.9092978255755427) 50%, rgba(255,255,255,1) 64%, rgba(255,255,255,0.5) 80%, rgba(192,32,38,0.5) 80%, rgba(192,32,38,0.5) 100%), url("/img/electrical-4-new.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-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/electrical-2-new.jpg);
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
	padding: 150px 75px 150px 75px;
  background-repeat: no-repeat;
  background-size: cover; border-top: 15px solid #c02026;
}
.parallax-service-2 h2 {
	font-size: 50px; font-family: 'font4'; text-align: center; color: #c02026; letter-spacing: 3px; text-shadow: 1px 1px 1px #444; padding-bottom: 75px;
}
.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-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: inline-grid; height: 100%;    height: 575px; border: 5px solid #c02026; border-right: none; border-top: 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: #c0202694; color: #fff;
}
.tab button.active {
  background-color: #c02026; color: #fff;
}
.tab2 {
  overflow: hidden; background-color: #fff; font-family: 'font2'; display: inline-grid; height: 100%;  height: 575px; border: 5px solid #c02026; 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: #c0202694; color: #fff;
}
.tab2 button.active {
  background-color: #c02026; color: #fff;
}
.tabcontent {
  display: none; padding: 75px; border: 3px solid #444; background: #fff;
  /*height: 575px;*/

  height: 100%;
  box-shadow: 25px -25px 0px 0px #c02026;
}
.tabcontent h3 {
	padding-top: 20px; padding-bottom: 20px; font-family: 'font4';	text-align: left;	font-size: 2.0rem; color: #c02026; letter-spacing: 3px; font-weight: 600;
}
.tabcontent p {
	font-family: font2; font-weight: 600; font-size: 17px; line-height: 35px;
}
.tabcontent img {
 box-shadow: 1px 1px 10px 1px #000;margin-top: -50px;
}
.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;
}
.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;
}
.home-splitter {
	background:  #c02026; padding: 50px; text-align: center;
}
.home-splitter h2 {
	font-family: monospace;  color: #fff; font-size: 35px; color: #fff; letter-spacing: 2px;
}
.home-splitter mark {
	background: #fff; border-radius: 7px; color: #c02026; padding: 10px; font-size: 20px; font-family: 'font2'; font-weight: 600; text-transform: uppercase; border: 7px double #c02026; 
}
.home-splitter mark:hover {
	box-shadow: 1px 1px 5px 1px #000;
}
.home-splitter p {
	line-height: 35px; font-size: 17px; font-family: 'font2'; color: #fff;
}
.home-splitter hr {
	background: #fff;
}
/**** 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);
}*/

.service-area-section{
	padding: 175px 0 50px 0;	background: rgb(249,249,249);

	
}
.service-area-section h1, h2 {
	font-family: font4; font-size: 30px;  margin-left:0px; margin-right: -0px;
}
.service-area-section iframe{
	/*padding: 175px 0 50px 0;	background: rgb(249,249,249);*/
	width:100%;
	height: 450px;
	
}
/*.service-area-section  h2 {
	font-family: monospace; font-size: 35px; text-align: center;
	
}*/
.service-area-section  h3 {
	font-family: monospace; font-size: 35px; text-align: center;
	
}
/**** Contact Section ****/


/**** Sections On Every Page ****/
.home-contact {
	padding: 
}
.parallax4 {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 11%, rgba(192, 32, 38, 1) 11%, rgba(192, 32, 38, 1) 12%, rgba(255, 255, 255, 1) 12%, rgba(255, 255, 255, 1) 38%, rgb(255 255 255 / 88%) 45%, rgba(255, 255, 255, 1) 53%, rgb(255 255 255) 60%, rgb(255 255 255 / 79%) 87%, rgba(192, 32, 38, 1) 87%, rgba(192, 32, 38, 1) 88%, rgba(0, 0, 0, 0) 88%), url(/img/electrical-4-new.jpg);
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
	padding: 75px 200px 75px 235px;
  background-repeat: no-repeat;
  background-size: cover;
}
.contact-section {
	padding: 50px 0 50px 0;
}
.home-contact  h3 {
	font-size: 35px; font-family: monospace; font-weight: 800; color: #000;
}
.home-contact  h3 span {
	font-family: 50px; font-size: 3rem;color: #c02026;
}
.home-contact p {
		font-family: font2; font-weight: 600; font-size: 17px; line-height: 35px;
}
/* ========================================== */
/* === 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;
}
.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: rgb(83,82,82); color: rgb(255, 255, 255); font-size: 18px; font-weight: 400;
}
.footer-section .pushy {
	margin-left: 100px; margin-right: -100px; margin-top: 100px;
}
.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 {
	font-size: 17px; font-family: monospace;
}
.service-cities h5 span {
	color: #fff200;
}
.service-cities h4 {
	font-size: 20px; font-family: 'font4'; font-weight: 600; text-decoration: underline; color: rgb(255, 255, 255);
}
.service-cities h3 {
	font-size: 30px; font-family: 'font4'; font-weight: 600; text-align: center; color: rgb(255, 255, 255); padding-bottom: 25px;
}
.bottom-footer {
 padding: 25px 0px 10px 0px; background: #c02026;
}
.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; margin-bottom: -10px;  background: #000;
}
.trademark-disclaimer p {
	font-size: 8px; text-align: center; color: #fff;
}



/* === Lg. Laptop CSS Section ================= */
@media screen and (max-width : 1440px) {
	/*** Don't place anything here, unless absolutely necessary ***/
}
/* === Sm. Laptop CSS Section ================= */
/*@media screen and (max-width: 1024px) {*/
@media screen and (min-width: 1000px) and (max-width: 1390px) {

.home1 {
	padding: 0px 0px 200px 0px; background: #EAE8E8;
}
.home1 .plax1 {
	/*background-image: linear-gradient(rgb(0,0,0,0.3), rgb(11,11,11,0.1)), url("/img/el-3.jpg");*/
	background-image: linear-gradient(rgb(0,0,0,0.3), rgb(11,11,11,0.1)), url("/img/led-gallery/led-gallery-42.jpeg");

	
    min-height: auto;
   background-attachment: fixed;
    background-position: center;
    overflow: hidden;
    padding:  50px; height: 100%; width: 103%;
    background-repeat: no-repeat;
    background-size: cover;
}
.home1 .spanner {
	padding: 100px 25px 100px 25px;
}
.home1  .push {
	padding: 15px; margin-left: 50px;
}
.home1 .push:hover {
	 transition: 3s; background: #ffffffb8; box-shadow: 1px 1px 10px 1px #000;
}
.home1 .push img {
	
}
.home1 .push:hover img {
	box-shadow: 1px 1px 10px 1px #000;
}
.home1 .push:hover h2 {
	margin-left: 00px; color: #c02026; transition: 1.5s; font-weight: 600; text-decoration: underline;
}
.home1 iframe {
	opacity: 50%;
}
.home1 .pad {
	padding: 50px 75px 50px 75px; background: #fff; height: 100%; box-shadow: 10px -10px 0px 0px #c02026; border: 3px solid #444; border-left-width: 5px; border-top-width: 5px; 
}
.home1 h1 {
	font-family: 'font4'; font-size: 40px; text-align: center; font-weight: 500; color: rgb(196,41,56);
}
.home1 h2 {
	font-size: 27px; font-family: monospace; padding: 25px 0px 10px 0px; color: #fff; text-shadow: 1px 1px 1px #000;
}
.home1 p {
	font-size: 17px; font-family: 'font2'; font-weight: 600; text-align: center; color: rgb(150,150,150); line-height: 35px;
}
.home1 h1 span {
	color: rgb(83,82,82); font-size: 50px; text-shadow: 2px 2px 1px #000;
}
.home1 h1 strong {
	 font-size: 40px;
}
.home1 img {
	    background: #fff;
    border-radius: 50%;
    padding: 10px; margin: 5px 0px 5px 0px;
    border: 3px solid #c02026;
}
.home1 hr {
	background: #fff;
}


.home4 {
	padding: 100px 00px 100px 25px; background: #f5f5f5;
}
.home4 .boxed {
	padding: 75px 5px 75px 15px; background: #fff;
}
.home4 h3 {
	font-size: 20px; font-family: font4; font-weight: 500; line-height: 50px; padding: 10px 5px 10px 5px;
}
.home4 h3:hover {
	background: #0009; color: #fff200;
}
.home4 p {
	color: #000; font-family: font2; font-weight: 600; font-size: 17px; line-height: 35px; text-align: center; margin-left: 35px; padding: 0px 35px 0px 35px;
}
.home4 mark {
	padding: 15px; background: #c02026; font-family: monospace; color: #fff; font-size: 20px; margin-left: 15px;
}
.home4 mark:hover {
	box-shadow: 0px 0px 0px 15px #c02026; transition: .5s;
}
.video {
	overflow: hidden; position: relative; z-index: 2; display: block;
}
.home4 .pad {
	padding: 25px; position: absolute;  background: linear-gradient(270deg, rgb(0 0 0 / 0%) 12%, #1d1b1bbf 12%, #1d1b1bbf 51.9%, rgb(0 0 0 / 0%) 51.9%);
	
	}
.home4  h2 {
	font-weight: 500; color: rgb(255,255,255); font-size: 40px; text-shadow: 0px 0px 5px #000; font-family: monospace; text-align: left; padding: 0px 0px 25px 0px;
}
.home4  h2 span {
	font-family: font4; font-size: 60px; padding: 0px 5px 0px 5px;  margin-left: 10px;
}
.home4 .pad h4 {
	font-weight: 500; color: rgb(255,255,255); font-size: 25px; text-shadow: 0px 0px 5px #000; font-family: monospace; text-align: left; line-height: 50px;
}
.home4 .pad h4 span {
	color: #fff200; font-size: 30px;
}
.home4 .emergency {
	/*padding: 200px 0px 200px 35px;background: linear-gradient(90deg, rgba(0, 0, 0, 0) 18%, rgba(242, 242, 242, 1) 18%, rgba(255, 255, 255, 0.75) 50%, rgba(0, 0, 0, 0.029746004847251428) 50%), url(/img/emergency-2.jpg);*/
	padding: 200px 0px 200px 35px;background: linear-gradient(90deg, rgba(0, 0, 0, 0) 18%, rgba(242, 242, 242, 1) 18%, rgba(255, 255, 255, 0.75) 50%, rgba(0, 0, 0, 0.029746004847251428) 50%), url(/img/led-gallery/led-gallery-55.jpeg);
	
	
	
	background-size: cover; background-repeat: no-repeat; background-position: top; /*background-attachment: fixed;*/ height: 1000px;
}




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

.about1 {
	padding: 200px 0px 0px 0px;
}
.about1 .icon {
padding: 150px 150px 150px 250px;
    background-image: linear-gradient(rgb(0 0 0 / 0%), rgb(11 11 11 / 0%)), url(/img/led-icon.png);
    background-repeat: no-repeat;
    background-size: 25%;
    min-height: auto;
    height: 100%;
    background-position: left;
}
.about1 h1 {
	font-family: font4; font-size: 50px;  margin-left: 50px; margin-right: -250px;
}
.about1  h2 {
	font-family: monospace; font-size: 35px; text-align: center;
	
}
.about1 h1 span {
	 font-size: 75px; color: #000;
}
.about1 h1 strong {
	color: #c02026;
}
.about1 h2 span {
	color: #000; 
}
.about1 h2 strong {
	color: #c02026;
}
.about1 h4 {
	    font-family: font4;
    font-size: 40px;
}
.about1  p {
	font-family: font2; font-size:17px; text-align: center; line-height: 35px; font-weight: 600;
}
.about1 hr {
	width: 93.5%;
    margin: 0px;
    background: #c02026;
    height: 5px;
    opacity: 100%;
    margin-bottom: -5px;
}
.about1 .cardy1 {
	    padding: 250px 35px 250px 35px;
/*background: linear-gradient(270deg, #ffffff80 0%, #ffffff80 20%, #ffffff80 20%, #ffffff80 33%, #ffffff80 50%, #ffffff80 64%, rgba(255, 255, 255, 0.5) 80%, #ffffff80 80%, #ffffff80 100%), url(/img/electrical-boom-1.jpg); border-top: 15px solid #c02026;*/
background: linear-gradient(270deg, #ffffff80 0%, #ffffff80 20%, #ffffff80 20%, #ffffff80 33%, #ffffff80 50%, #ffffff80 64%, rgba(255, 255, 255, 0.5) 80%, #ffffff80 80%, #ffffff80 100%), url(/img/led-gallery/led-gallery-56.jpeg); border-top: 15px solid #c02026;


border-bottom: 15px solid #c02026;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: auto;
    height: 100%;
    background-position: top right;
}
.about1 .cardy2 {
padding: 75px 35px 125px 35px; background: linear-gradient(36deg, rgba(0, 0, 0, 0) 21%, rgba(192, 32, 38, 1) 21%, rgba(192, 32, 38, 1) 21.3%, rgb(255 255 255) 21.3%, rgb(255 255 255 / 82%) 56%, rgba(192, 32, 38, 1) 56%, rgba(192, 32, 38, 1) 56.3%, rgba(0, 0, 0, 0) 56.3%), url(/img/electrical-boom-2.jpg); background-repeat: no-repeat; background-size: cover; 
    min-height: auto; height: 100%;
    
    background-position: top right;
}
.about1 .cardy3 {
	padding: 35px 15px 35px 15px; margin: 0px 25px 0px 25px; background-image: linear-gradient(rgb(0, 0, 0, 0.3), rgb(11, 11, 11, 0.1)), url(/img/el-2.jpg); background-repeat: no-repeat; background-size: cover;
    min-height: auto; height: 100%;
    background-attachment: fixed;
    background-position: center;
}
.about1 .cardy4 {
	padding: 35px 15px 35px 15px; margin: 0px 25px 0px 25px; background-image: linear-gradient(rgb(0, 0, 0, 0.3), rgb(11, 11, 11, 0.1)), url(/img/el-2.jpg); background-repeat: no-repeat; background-size: cover;
    min-height: auto; height: 100%;
    background-attachment: fixed;
    background-position: center;
}
.about1 .cardy5 {
	padding: 35px 15px 35px 15px; margin: 0px 25px 0px 25px; background-image: linear-gradient(rgb(0, 0, 0, 0.3), rgb(11, 11, 11, 0.1)), url(/img/el-2.jpg); background-repeat: no-repeat; background-size: cover;
    min-height: auto; height: 100%;
    background-attachment: fixed;
    background-position: center;
}
.about1 .cardy1 hr {
	background: #000; height: 2px;  margin: 1rem 0; opacity: .25; width: 100%;
}
.about1 .popper {
	padding: 25px; margin-left: 100px;
	 margin-right: -100px;
}
.about1  .popper2 {
	padding: 25px; 
}
.about1  .popper3 {
	    margin-top: 620px;
    margin-left: -105px;
    margin-right: 105px;

}
.about1 img {
	max-width: 75%; margin-bottom: 50px;
}


/**** Services Section ****/
.electric-services {
	box-shadow: 1px 1px 10px 3px #000;
}
.electric-services h1 {
	font-family: 'font4'; font-weight: 500; font-size: 65px; letter-spacing: 3px; color: #c02026; text-shadow: 1px 1px 1px #444; line-height: 80px;
}
.electric-services h1 span {
	font-size: 45px; 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: 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;
}
 .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: linear-gradient(270deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.5) 20%, rgba(255,255,255,0.5) 20%, rgba(255,255,255,1) 33%, rgba(255,255,255,0.9092978255755427) 50%, rgba(255,255,255,1) 64%, rgba(255,255,255,0.5) 80%, rgba(192,32,38,0.5) 80%, rgba(192,32,38,0.5) 100%), url("/img/electrical-4-new.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-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/electrical-2-new.jpg);
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
	padding: 150px 75px 150px 75px;
  background-repeat: no-repeat;
  background-size: cover; border-top: 15px solid #c02026;
}
.parallax-service-2 h2 {
	font-size: 50px; font-family: 'font4'; text-align: center; color: #c02026; letter-spacing: 3px; text-shadow: 1px 1px 1px #444; padding-bottom: 75px;
}
.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-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: inline-grid; height: 100%;    height: 575px; border: 5px solid #c02026; border-right: none; border-top: 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: #c0202694; color: #fff;
}
.tab button.active {
  background-color: #c02026; color: #fff;
}
.tab2 {
  overflow: hidden; background-color: #fff; font-family: 'font2'; display: inline-grid; height: 100%;  height: 575px; border: 5px solid #c02026; 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: #c0202694; color: #fff;
}
.tab2 button.active {
  background-color: #c02026; color: #fff;
}
.tabcontent {
  display: none; padding: 75px; border: 3px solid #444; background: #fff;
  /*height: 575px;*/

  height: 100%;
  box-shadow: 25px -25px 0px 0px #c02026;
}
.tabcontent h3 {
	padding-top: 20px; padding-bottom: 20px; font-family: 'font4';	text-align: left;	font-size: 1.1rem; color: #c02026; letter-spacing: 3px; font-weight: 600;
}
.tabcontent p {
	font-family: font2; font-weight: 600; font-size: 15px; line-height: 35px;
}
.tabcontent img {
 box-shadow: 1px 1px 10px 1px #000;margin-top: -50px;
}
.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;
}
.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;
}
.home-splitter {
	background:  #c02026; padding: 50px; text-align: center;
}
.home-splitter h2 {
	font-family: monospace;  color: #fff; font-size: 35px; color: #fff; letter-spacing: 2px;
}
.home-splitter mark {
	background: #fff; border-radius: 7px; color: #c02026; padding: 10px; font-size: 20px; font-family: 'font2'; font-weight: 600; text-transform: uppercase; border: 7px double #c02026; 
}
.home-splitter mark:hover {
	box-shadow: 1px 1px 5px 1px #000;
}
.home-splitter p {
	line-height: 35px; font-size: 17px; font-family: 'font2'; color: #fff;
}
.home-splitter hr {
	background: #fff;
}


}
/* === Tablet CSS Section ===================== */
/*@media screen and (max-width: 768px) {*/
@media screen and (min-width: 691px) and (max-width: 991px){

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

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

/* ========================================== */
/* === 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);
}
.home-intro {
	padding: 300px 0px 200px 0px;
	/*background: linear-gradient(104.5deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 25%, rgba(255, 255, 255, 0.7524350804775035) 49%, rgba(192, 32, 38, 1) 49%, rgba(192, 32, 38, 1) 49.3%, rgba(0, 0, 0, 0.0) 49.3%), url(/img/bulb-2-new.jpg);*/
	background: url(/img/background-home.png);
	
    min-height: auto;
	
    background-position: bottom;
    overflow: hidden; height: 100%;
    background-repeat: no-repeat;
    background-size: cover;box-shadow: 1px 1px 5px 1px #444; 
}
.home-intro h2 {
	font-family: font4; font-size: 30px; line-height: 55px; color: #000;text-shadow: 2px 2px 1px #fff;
}
.home-intro h2 u {
	color: #c02026;
}
.home-intro h3 {
	font-family: monospace; font-size: 20px; color: #000; line-height: 40px;
}
.home-intro p {
	font-family: monospace; font-weight: 600; color: #fff; line-height: 35px; font-size: 25px;text-shadow: 1px 1px 3px #000; padding: 10px 150px 10px 50px;
}
.home-intro .infograph {
	padding: 50px; 
}
.home-intro mark {
	padding: 10px; font-size: 17px; background: #c02026; color: #fff; font-family: font4; font-weight: 500; text-transform: uppercase;
}
.home-intro mark:hover {
	box-shadow: 0px 0px 0px 25px #c02026; transition: .5s;
}
.motion1 {
	/*background: linear-gradient(107deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 25%, rgba(255, 255, 255, 0.7524350804775035) 49%, rgba(192, 32, 38, 1) 49%, rgba(192, 32, 38, 1) 49.3%, rgba(0, 0, 0, 0.0) 49.3%), url(/img/electrical-1.jpg);*/
	background: linear-gradient(107deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 25%, rgba(255, 255, 255, 0.7524350804775035) 49%, rgba(192, 32, 38, 1) 49%, rgba(192, 32, 38, 1) 49.3%, rgba(0, 0, 0, 0.0) 49.3%), url(/img/led-gallery/led-gallery-3.jpeg);
	
	background-size: cover;
	padding: 100px 0 150px 0;
}
.motion1 .carousel {
  --current-slide: 0;
  position: relative;
  overflow: hidden;
  box-shadow: 1px 1px 10px 3px #000;
}
.motion1 .carousel-button {
  /* vertically centering the buttons */
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  padding: 0;
  margin: 0.5rem;
  margin-left: 20px;
	height: 35px;
	width: 35px;
  border-radius: 100%;
	line-height: 0.9;
	color: rgb(83,82,82);
  background-color: transparent;
  border: none;
  font-size: 50px;
  cursor: pointer;
  transition: color 0.1s;
}
.motion1 .carousel-button:hover {
  color: rgba(0, 0, 0, 0.5);
	border: none;
}
.motion1 .carousel-button.active {
	border: none !important;
}
.motion1 .carousel-button_next {
  right: 0;
  margin-right: 35px;
	border: none;
}
.motion1 .slides {
  display: flex;
  transition: transform 0.5s;
  transform: translateX(calc(-100% * var(--current-slide)));
}
.motion1 .slide {
    flex: 0 0 100%;
    background: #f5f5f5;
    /* margin-bottom: -75px; */
    padding: 50px 75px 25px 75px;
    max-width: 100%;
}
.motion1 h2 {
	font-family: monospace;
	color: #c02026; text-align: center;
	font-size: 25px;
}
.motion1 span {
	color: rgb(196,41,56);
}
.motion1 span:hover {
	color: #0009;
}
.motion1 h3 {
	font-family: font4; font-size: 50px; text-align: center; padding-bottom: 75px;text-shadow: 2px 1px 1px #fff;
}
.motion1 p i {
	font-size: 25px; color: #c02026;
}
.motion1 .slide p {
  color: rgb(150,150,150);
	font-family: 'font2';
	text-align: center;
	font-size: 15px;
	font-weight: 600;
}
.home1 {
	padding: 0px 0px 200px 0px; background: #EAE8E8;
}
.home1 .plax1 {
	/*background-image: linear-gradient(rgb(0,0,0,0.3), rgb(11,11,11,0.1)), url("/img/el-3.jpg");*/
	background-image: linear-gradient(rgb(0,0,0,0.3), rgb(11,11,11,0.1)), url("/img/led-gallery/led-gallery-42.jpeg");

	
    min-height: auto;
   background-attachment: fixed;
    background-position: center;
    overflow: hidden;
    padding:  50px; height: 100%; width: 103%;
    background-repeat: no-repeat;
    background-size: cover;
}
.home1 .spanner {
	padding: 100px 25px 100px 25px;
}
.home1  .push {
	padding: 15px; margin-left: 0;
}
.home1 .push:hover {
	 transition: 0.1s; background: #ffffffb3;
}
.home1 .push img {
	
}
.home1 .push:hover img {
	box-shadow: 1px 1px 10px 1px #000;
}
.home1 .push:hover h2 {
	margin-left: 0; color: #c02026; transition: 0.1s; font-weight: 600; text-decoration: overline;
}
.home1 iframe {
	opacity: 50%;
}
.home1 .pad {
	padding: 50px 20px 50px 20px; background: #fff; height: 100%; box-shadow: 10px -10px 0px 0px #c02026; border: 3px solid #444; border-left-width: 5px; border-top-width: 5px; 
}
.home1 h1 {
	font-family: 'font4'; font-size: 40px; text-align: center; font-weight: 500; color: rgb(196,41,56);
}
.home1 h2 {
	font-size: 20px; font-family: monospace; padding: 25px 0px 10px 0px; color: #fff; text-shadow: 1px 1px 1px #000; text-align: center;
}
.home1 p {
	font-size: 17px; font-family: 'font2'; font-weight: 600; text-align: center; color: rgb(150,150,150); line-height: 35px;
}
.home1 h1 span {
	color: rgb(83,82,82); font-size: 30px; text-shadow: 2px 2px 1px #000;
}
.home1 h1 strong {
	 font-size: 40px;
}
.home1 img {
	    background: #fff;
    border-radius: 50%;
    padding: 10px; margin: 5px 0px 5px 0px;
    border: 3px solid #c02026;
}
.home1 hr {
	background: #fff;
}
.home2 {
	background: #f5f5f5; padding: 150px 0px 150px 0px;
}
.home2 h4 {
	font-family: monospace; font-weight: 600; font-size: 30px; text-align: center; color: #c02026;
}
.home2  p {
	font-family: font2; line-height: 35px; font-size: 17px; text-align: center; font-weight: 600;
}
.home2 .boxer {
	padding: 75px 25px 0px 25px; background: #fff; height: 100%;
}
.home2 img {
	max-width: 50%; margin-top: 75px;
}
.home2 .plax2 {
	/*background-image: linear-gradient(rgb(0,0,0,0.3), rgb(11,11,11,0.1)), url("/img/electrical-3.jpg");*/
	background-image: linear-gradient(rgb(0,0,0,0.3), rgb(11,11,11,0.1)), url("/img/led-gallery/led-gallery-54.jpeg");

	
	min-height: auto;
   background-attachment: fixed;
    background-position: center;
    overflow: hidden;
    padding: 150px 50px 70px 50px; 
    background-repeat: no-repeat;
	height: 100%;
    background-size: cover;box-shadow: 1px 1px 5px 1px #444; 
}
.home2 .plax2:hover {
	background: #fff;height: 100%;
}
.home2 .plax2 h3 {
	font-family: font4; padding: 10px; background: #fff200; text-align: center; transform: rotate(320deg);
    margin-left: -165px;
    margin-top: -75px;
    
}
.home2 .plax2:hover h3 {
	transform: rotate(0deg);
    margin-left: 0px;
    margin-top: -50px;
	padding: 10px; background: #c02026; color: #fff; transition: 1s; width: 75%; margin-left: 50px;
}
.home2 .plax2 h5 {
	color: transparent; font-size: 20px; font-family: font2; font-weight: 600;
}
.home2 .plax2:hover h5 {
	color: #000; margin-top: 15px;
}
.home2 .plax2:hover h5 span {
	color: #c02026;
}
.home2 .plax2  p {
	font-family: font2; line-height: 35px; font-size: 17px; color: transparent; text-align: center;
}
.home2 .plax2:hover p {
	color: #000;
}
.home2 .plax2 img {
	max-width: 25%;
}
.home2 .plax2:hover img {
	display: none;
}
.home3 {
	padding:180px 25px 180px 25px ; 	background-image: linear-gradient(rgb(0,0,0,0.0), rgb(11,11,11,0.0)), url("/img/collage-led-22.jpg"); background-size: cover; background-repeat: no-repeat; background-position: center; background-attachment: fixed;
}
.home3 h3 {
	font-family: font4; font-size: 35px; color: #c02026;
}
.home3 p {
    line-height: 35px;
    font-family: font2;
    font-weight: 600;
    font-size: 17px;
    padding: 20px;
}
.home3 i {
	font-size: 100px; color: #c02026; margin-top: 50px; margin-left: 25px;
}
.home3 hr {
	background: #c02026; height: 2px;
}
.home3 .padder {
	padding: 25px; background: #fff; height: 100%; border: 1px solid #c02026;
}
.home3 .padder:hover {
	padding: 25px; background: #c02026; height: 100%; border: 1px solid #fff;
}
.home3 .padder:hover h3 {
	color: #fff;
}
.home3 .padder:hover p {
	color: #fff;
}
.home3 .padder:hover i {
	color: #fff;
}
.home4 {
	padding: 100px 00px 100px 0px; background: #f5f5f5;
}
.home4 .boxed {
	padding: 75px 5px 75px 15px; background: #fff;
}
.home4 h3 {
	font-size: 20px; font-family: font4; font-weight: 500; line-height: 50px; padding: 10px 5px 10px 5px;
}
.home4 h3:hover {
	background: #0009; color: #fff200;
}
.home4 p {
	color: #000; font-family: font2; font-weight: 600; font-size: 15px; line-height: 35px; text-align: center; margin-left: 0; padding: 0px 35px 0px 35px;
}
.home4 mark {
	padding: 15px; background: #c02026; font-family: monospace; color: #fff; font-size: 20px; margin-left: 15px;
}
.home4 mark:hover {
	box-shadow: 0px 0px 0px 15px #c02026; transition: .5s;
}
.video {
	overflow: hidden; position: relative; z-index: 2; display: block;
}
.home4 .pad {
    padding: 25px;
    position: relative;
    background: linear-gradient(270deg, rgb(0 0 0 / 0%) 100%, #1d1b1bbf 100%, #1d1b1bbf 101.9%, rgb(0 0 0 / 0%) 99.9%);
	}
.home4  h2 {
	font-weight: 500; color: rgb(255,255,255); font-size: 40px; text-shadow: 0px 0px 5px #000; font-family: monospace; text-align: center; padding: 0px 0px 25px 0px;
}
.home4  h2 span {
	font-family: font4; font-size: 60px; padding: 0px 5px 0px 5px;  margin-left: 10px;
}
.home4 .pad h4 {
	font-weight: 500; color: rgb(255,255,255); font-size: 25px; text-shadow: 0px 0px 5px #000; font-family: monospace; text-align: left; line-height: 50px;
}
.home4 .pad h4 span {
	color: #fff200; font-size: 30px;
}
.home4 .emergency {
	/*padding: 200px 0px 200px 35px;background: linear-gradient(90deg, rgba(0, 0, 0, 0) 18%, rgba(242, 242, 242, 1) 18%, rgba(255, 255, 255, 0.75) 50%, rgba(0, 0, 0, 0.029746004847251428) 50%), url(/img/emergency-2.jpg);*/
	padding: 200px 15px 200px 15px;
	/*background: linear-gradient(90deg, rgba(0, 0, 0, 0) 18%, rgba(242, 242, 242, 1) 18%, rgba(255, 255, 255, 0.75) 50%, rgba(0, 0, 0, 0.029746004847251428) 50%), url(/img/led-gallery/led-gallery-55.jpeg);*/
	background: linear-gradient(252deg, rgb(255 255 255 / 22%) 18%, rgb(255 255 255) 100%, rgba(255, 255, 255, 0.75) 50%, rgba(0, 0, 0, 0.029746004847251428) 50%), url(/img/led-gallery/led-gallery-55.jpeg);
	
	
	background-size: cover; background-repeat: no-repeat; background-position: top; /*background-attachment: fixed;*/ height: 100%;
}
.my-class {
    -webkit-animation:name 7.5s infinite;
}

@keyframes name {
    0% {color:#fff;}
    20%{color:#fff}
	40% {color:#fff;}
	60% {color:#fff;}
	80% {color:#fff;}
	 100%{color:#fff200}
}
.PULSE {
   /* Chrome, Safari, Opera */
  -webkit-animation: PULSE 3s infinite; 
  animation-delay: 5s;
  /* Internet Explorer */
  -ms-animation: PULSE 3s infinite;
  
  /* Standard Syntax */
  animation: PULSE 3.25s infinite; 
}

/* Chrome, Safari, Opera */
@-webkit-keyframes PULSE{
   0%{color:#fff200;}	
	110%{color: black;}
}

/* Internet Explorer */
@-ms-keyframes PULSE{
   0%{color:#fff200;}	
	110%{color: black;}
}

/* Standard Syntax */
@keyframes PULSE{
  0%{color:#fff200;}		
	110%{color: black;}
}
.PULSE2 {
   /* Chrome, Safari, Opera */
  -webkit-animation: PULSE2 3s infinite; 
  animation-delay: 5s;
  /* Internet Explorer */
  -ms-animation: PULSE2 3s infinite;
  
  /* Standard Syntax */
  animation: PULSE2 3.25s infinite; 
}

/* Chrome, Safari, Opera */
@-webkit-keyframes PULSE2{
   0%{color:#fff200;}	
	110%{color: black;}
}

/* Internet Explorer */
@-ms-keyframes PULSE2{
   0%{color:#fff200;}	
	110%{color: black;}
}

/* Standard Syntax */
@keyframes PULSE2{
  0%{color:#fff200;}		
	110%{color: black;}

}
.tooltip-text {
    visibility: hidden;
    position: absolute;
    z-index: 1;
    width: auto;
    color: white;
    font-size: 12px;
    font-family: font2;
    font-weight: 600;
    background-color: #c02026;
    padding: 15px;
    margin-top: -45px;
	

}
.tooltip-text h4 {
	font-family: font4; font-size: 20px;
}
.hover-text:hover .tooltip-text {
  visibility: visible;
}

#top {
  top: -40px;
  left: -50%;
}

#bottom {
  top: 25px;
  left: -50%;
}

#left {
  top: -8px;
  right: 120%;
}

#right {
  top: -8px;
  left: 150%;
}

.hover-text {
  position: relative;
  display: inline-block;
  /*margin: 40px;*/
  font-family: Arial;
  text-align: center;
}



.video .pad p {
	margin-top: 0% !important; color: rgb(255,255,255); text-shadow: 0px 0px 5px #000; font-size: 20px; font-family: 'font2'; text-align: left; font-weight: 600; line-height:40px;
}
.video .pad a {
	font-size: 16px; color: rgb(255,255,255); font-family: 'Arial'; font-weight: 600; border: 1px solid rgb(12,32,63); padding: 15px 30px; border-radius: 1.6rem; background: rgb(12,32,63);
}
.video .pad a:hover {
	color: rgb(255,255,255); border: 1px solid rgb(255,255,255); background: transparent;
}
.video .pad  hr {
	background: #c02026; height: 2px;
}
.home-split1 {
	padding: 50px 0px 50px 0px; color: #c02026; text-align: center; background: #c02026; border: 15px solid #000; border-top: 5px solid #000; border-bottom: 5px solid #000;
}
.home-split1 h3 {
	font-family: font5; font-size: 50px;
}
.home-split1 h5 {
	font-size: 50px; font-weight: 300; color: #000;
}
.home-split1 h6 {
	font-family: 'font4'; letter-spacing: 2px; font-size: 20px; color: #000; text-transform: uppercase;
}
.home-split1 .liner {
	background: #fff; width: 10%;
}
.home-split1 .hexer {
  padding:  50px; box-shadow: 1px 1px 10px -2px #000; margin-top: -100px; margin-bottom: -100px; background: #fff; background-size: cover;
    min-height: auto;
    background-attachment: fixed; position: relative; z-index: 1; border: 7px solid #000;
}


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

.about1 {
	padding: 200px 15px 0px 15px;
}
.about1 .icon {
padding: 150px 150px 150px 250px;
    background-image: linear-gradient(rgb(0 0 0 / 0%), rgb(11 11 11 / 0%)), url(/img/led-icon.png);
    background-repeat: no-repeat;
    background-size: 25%;
    min-height: auto;
    height: 100%;
    background-position: left;
}
.about1 h1 {
	font-family: font4; font-size: 30px;  margin-left: 0; margin-right: -0; text-align: center;
}
.about1  h2 {
	font-family: monospace; font-size: 35px; text-align: center;
	
}
.about1 h1 span {
	 font-size: 55px; color: #000;
}
.about1 h1 strong {
	color: #c02026;
}
.about1 h2 span {
	color: #000; 
}
.about1 h2 strong {
	color: #c02026;
}
.about1 h4 {
	    font-family: font4;
    font-size: 40px;
	text-align: center;
}
.about1 h5 {
	text-align: center;
}
.about1  p {
	font-family: font2; font-size:17px; text-align: center; line-height: 35px; font-weight: 600;
}
.about1 hr {
	width: 93.5%;
    margin: 0px;
    background: #c02026;
    height: 5px;
    opacity: 100%;
    margin-bottom: -5px;
}
.about1 .cardy1 {
	    padding:50px 15px 50px 15px;
/*background: linear-gradient(270deg, #ffffff80 0%, #ffffff80 20%, #ffffff80 20%, #ffffff80 33%, #ffffff80 50%, #ffffff80 64%, rgba(255, 255, 255, 0.5) 80%, #ffffff80 80%, #ffffff80 100%), url(/img/electrical-boom-1.jpg); border-top: 15px solid #c02026;*/
background: linear-gradient(270deg, #ffffff80 0%, #ffffff80 20%, #ffffff80 20%, #ffffff80 33%, #ffffff80 50%, #ffffff80 64%, rgba(255, 255, 255, 0.5) 80%, #ffffff80 80%, #ffffff80 100%), url(/img/led-gallery/led-gallery-56.jpeg); border-top: 15px solid #c02026;


border-bottom: 15px solid #c02026;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: auto;
    height: 100%;
    background-position: top right;
}
.about1 .cardy2 {
padding: 75px 35px 125px 35px; background: linear-gradient(36deg, rgba(0, 0, 0, 0) 21%, rgba(192, 32, 38, 1) 21%, rgba(192, 32, 38, 1) 21.3%, rgb(255 255 255) 21.3%, rgb(255 255 255 / 82%) 56%, rgba(192, 32, 38, 1) 56%, rgba(192, 32, 38, 1) 56.3%, rgba(0, 0, 0, 0) 56.3%), url(/img/electrical-boom-2.jpg); background-repeat: no-repeat; background-size: cover; 
    min-height: auto; height: 100%;
    
    background-position: top right;
}
.about1 .cardy3 {
	padding: 35px 15px 35px 15px; margin: 0px 25px 0px 25px; background-image: linear-gradient(rgb(0, 0, 0, 0.3), rgb(11, 11, 11, 0.1)), url(/img/el-2.jpg); background-repeat: no-repeat; background-size: cover;
    min-height: auto; height: 100%;
    background-attachment: fixed;
    background-position: center;
}
.about1 .cardy4 {
	padding: 35px 15px 35px 15px; margin: 0px 25px 0px 25px; background-image: linear-gradient(rgb(0, 0, 0, 0.3), rgb(11, 11, 11, 0.1)), url(/img/el-2.jpg); background-repeat: no-repeat; background-size: cover;
    min-height: auto; height: 100%;
    background-attachment: fixed;
    background-position: center;
}
.about1 .cardy5 {
	padding: 35px 15px 35px 15px; margin: 0px 25px 0px 25px; background-image: linear-gradient(rgb(0, 0, 0, 0.3), rgb(11, 11, 11, 0.1)), url(/img/el-2.jpg); background-repeat: no-repeat; background-size: cover;
    min-height: auto; height: 100%;
    background-attachment: fixed;
    background-position: center;
}
.about1 .cardy1 hr {
	background: #000; height: 2px;  margin: 1rem 0; opacity: .25; width: 100%;
}
.about1 .popper {
	padding: 25px; margin-left: 100px;
	 margin-right: -100px;
}
.about1  .popper2 {
	padding: 25px; 
}
.about1  .popper3 {
	    margin-top: 620px;
    margin-left: -105px;
    margin-right: 105px;

}
.about1 img {
	max-width: 75%; margin-bottom: 50px;
}
/**** Services Section ****/
.electric-services {
	box-shadow: 1px 1px 10px 3px #000;
}
.electric-services h1 {
	font-family: 'font4'; font-weight: 500; font-size: 45px; letter-spacing: 3px; color: #c02026; text-shadow: 1px 1px 1px #444; line-height: 60px;
}
.electric-services h1 span {
	font-size: 20px; 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: 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;
}
 .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: linear-gradient(270deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.5) 0%, rgba(255,255,255,0.5) 10%, rgba(255,255,255,1) 34%, rgba(255,255,255,0.9092978255755427) 50%, rgba(255,255,255,1) 64%, rgba(255,255,255,0.5) 100%, rgba(192,32,38,0.5) 80%, rgba(192,32,38,0.5) 100%), url("/img/electrical-4-new.jpg");
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
text-align: center;
	overflow: hidden;
	padding: 150px 25px 50px  25px;
  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/electrical-2-new.jpg);
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
	padding: 100px 20px 100px 20px;
  background-repeat: no-repeat;
  background-size: cover; border-top: 15px solid #c02026;
}
.parallax-service-2 h2 {
	font-size: 50px; font-family: 'font4'; text-align: center; color: #c02026; letter-spacing: 3px; text-shadow: 1px 1px 1px #444; padding-bottom: 75px;
}
.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-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: inline-grid; height: 100%;    height: 475px; border: 5px solid #c02026; border-right: none; border-top: 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: #c0202694; color: #fff;
}
.tab button.active {
  background-color: #c02026; color: #fff;
}
.tab2 {
  overflow: hidden; background-color: #fff; font-family: 'font2'; display: inline-grid; height: 100%;  height: 575px; border: 5px solid #c02026; 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: #c0202694; color: #fff;
}
.tab2 button.active {
  background-color: #c02026; color: #fff;
}
.tabcontent {
  display: none; padding: 25px; border: 3px solid #444; background: #fff;
  /*height: 575px;*/

  height: 100%;
  box-shadow: 25px -25px 0px 0px #c02026;
}
.tabcontent h3 {
	padding-top: 20px; padding-bottom: 20px; font-family: 'font4';	text-align: left;	font-size: 1rem; color: #c02026; letter-spacing: 3px; font-weight: 600;
}
.tabcontent p {
	font-family: font2; font-weight: 600; font-size: 14px; line-height: 35px;
}
.tabcontent img {
 box-shadow: 1px 1px 10px 1px #000;margin-top: -0;
}
.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;
}
.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;
}
.home-splitter {
	background:  #c02026; padding: 50px; text-align: center;
}
.home-splitter h2 {
	font-family: monospace;  color: #fff; font-size: 35px; color: #fff; letter-spacing: 2px;
}
.home-splitter mark {
	background: #fff; border-radius: 7px; color: #c02026; padding: 10px; font-size: 20px; font-family: 'font2'; font-weight: 600; text-transform: uppercase; border: 7px double #c02026; 
}
.home-splitter mark:hover {
	box-shadow: 1px 1px 5px 1px #000;
}
.home-splitter p {
	line-height: 35px; font-size: 17px; font-family: 'font2'; color: #fff;
}
.home-splitter hr {
	background: #fff;
}
/**** Gallery Section ****/
.gallery-page {
	padding: 75px 0 50px 0;	background: rgb(249,249,249);
}
.gallery-page h1 {
	font-size: 3rem; font-weight: 600; font-family: 'font2'; padding-bottom: 40px; text-align: center; color: rgb(129,141,148);
}

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

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


/**** Sections On Every Page ****/
.home-contact {
	padding: 
}
.parallax4 {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(192, 32, 38, 1) 0%, rgba(192, 32, 38, 1) 0%, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 38%, rgb(255 255 255 / 88%) 45%, rgba(255, 255, 255, 1) 53%, rgb(255 255 255) 60%, rgb(255 255 255 / 79%) 100%, rgba(192, 32, 38, 1) 87%, rgba(192, 32, 38, 1) 88%, rgba(0, 0, 0, 0) 88%), url(/img/electrical-4-new.jpg);
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
	padding: 75px 20px 75px 20px;
  background-repeat: no-repeat;
  background-size: cover;
}
.contact-section {
	padding: 50px 0 50px 0;
}
.home-contact  h3 {
	font-size: 35px; font-family: monospace; font-weight: 800; color: #000; text-align: center;
}
.home-contact  h3 span {
font-size: 2.3rem;color: #c02026; text-align: center;
}
.home-contact p {
		font-family: font2; font-weight: 600; font-size: 17px; line-height: 35px; text-align: center;
}


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

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


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


/* ========================================== */
/* === Footer Section ======================= */
/* ========================================== */
.footer-section .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: rgb(83,82,82); color: rgb(255, 255, 255); font-size: 18px; font-weight: 400;
}
.footer-section .pushy {
	margin-left: 0; margin-right: -0; margin-top: 0;
}
.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 {
	font-size: 17px; font-family: monospace;
}
.service-cities h5 span {
	color: #fff200;
}
.service-cities h4 {
	font-size: 20px; font-family: 'font4'; font-weight: 600; text-decoration: underline; color: rgb(255, 255, 255);
}
.service-cities h3 {
	font-size: 30px; font-family: 'font4'; font-weight: 600; text-align: center; color: rgb(255, 255, 255); padding-bottom: 25px;
}
.bottom-footer {
 padding: 25px 0px 10px 0px; background: #c02026;
}
.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; margin-bottom: -10px;  background: #000;
}
.trademark-disclaimer p {
	font-size: 8px; text-align: center; color: #fff;
}

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


/*@media screen and (max-width: 425px)  {*/
@media screen and (min-width: 310px) and (max-width: 690px) {

body,html{
	overflow-x: hidden; 
}
/**** 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;
}
.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: 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 {
	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;
}
.bar-block.center .bar-item {
	text-align: center;
}
.block {
	display: block; width: 100%;
}

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

/* ========================================== */
/* === 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);
}
.home-intro {
	padding: 300px 0px 200px 0px;
	/*background: linear-gradient(104.5deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 25%, rgba(255, 255, 255, 0.7524350804775035) 49%, rgba(192, 32, 38, 1) 49%, rgba(192, 32, 38, 1) 49.3%, rgba(0, 0, 0, 0.0) 49.3%), url(/img/bulb-2-new.jpg);*/
	background: url(/img/background-home.png);
	
    min-height: auto;
	
    background-position: bottom;
    overflow: hidden; height: 100%;
    background-repeat: no-repeat;
    background-size: cover;box-shadow: 1px 1px 5px 1px #444; 
}
.home-intro h2 {
	font-family: font4; font-size: 30px; line-height: 55px; color: #000;text-shadow: 2px 2px 1px #fff;
}
.home-intro h2 u {
	color: #c02026;
}
.home-intro h3 {
	font-family: monospace; font-size: 20px; color: #000; line-height: 40px;         background: white;
}
.home-intro p {
	font-family: monospace; font-weight: 600; color: #fff; line-height: 35px; font-size: 25px;text-shadow: 1px 1px 3px #000; padding: 10px 150px 10px 50px;
}
.home-intro .infograph {
	padding: 50px; 
}
.home-intro mark {
	padding: 10px; font-size: 17px; background: #c02026; color: #fff; font-family: font4; font-weight: 500; text-transform: uppercase;
}
.home-intro mark:hover {
	box-shadow: 0px 0px 0px 25px #c02026; transition: .5s;
}
.motion1 {
	/*background: linear-gradient(107deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 25%, rgba(255, 255, 255, 0.7524350804775035) 49%, rgba(192, 32, 38, 1) 49%, rgba(192, 32, 38, 1) 49.3%, rgba(0, 0, 0, 0.0) 49.3%), url(/img/electrical-1.jpg);*/
	background: linear-gradient(107deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 25%, rgba(255, 255, 255, 0.7524350804775035) 49%, rgba(192, 32, 38, 1) 49%, rgba(192, 32, 38, 1) 49.3%, rgba(0, 0, 0, 0.0) 49.3%), url(/img/led-gallery/led-gallery-3.jpeg);
	
	background-size: cover;
	padding: 100px 0 150px 0;
}
.motion1 .carousel {
  --current-slide: 0;
  position: relative;
  overflow: hidden;
  box-shadow: 1px 1px 10px 3px #000;
}
.motion1 .carousel-button {
  /* vertically centering the buttons */
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  padding: 0;
  margin: 0.5rem;
  margin-left: 20px;
	height: 35px;
	width: 35px;
  border-radius: 100%;
	line-height: 0.9;
	color: rgb(83,82,82);
  background-color: transparent;
  border: none;
  font-size: 50px;
  cursor: pointer;
  transition: color 0.1s;
}
.motion1 .carousel-button:hover {
  color: rgba(0, 0, 0, 0.5);
	border: none;
}
.motion1 .carousel-button.active {
	border: none !important;
}
.motion1 .carousel-button_next {
  right: 0;
  margin-right: 35px;
	border: none;
}
.motion1 .slides {
  display: flex;
  transition: transform 0.5s;
  transform: translateX(calc(-100% * var(--current-slide)));
}
.motion1 .slide {
    flex: 0 0 100%;
    background: #f5f5f5;
    /* margin-bottom: -75px; */
    padding: 50px 75px 25px 75px;
    max-width: 100%;
}
.motion1 h2 {
	font-family: monospace;
	color: #c02026; text-align: center;
	font-size: 25px;
}
.motion1 span {
	color: rgb(196,41,56);
}
.motion1 span:hover {
	color: #0009;
}
.motion1 h3 {
	font-family: font4; font-size: 50px; text-align: center; padding-bottom: 75px;text-shadow: 2px 1px 1px #fff;
}
.motion1 p i {
	font-size: 25px; color: #c02026;
}
.motion1 .slide p {
  color: rgb(150,150,150);
	font-family: 'font2';
	text-align: center;
	font-size: 15px;
	font-weight: 600;
}
.home1 {
	padding: 0px 0px 200px 0px; background: #EAE8E8;
}
.home1 .plax1 {
	/*background-image: linear-gradient(rgb(0,0,0,0.3), rgb(11,11,11,0.1)), url("/img/el-3.jpg");*/
	background-image: linear-gradient(rgb(0,0,0,0.3), rgb(11,11,11,0.1)), url("/img/led-gallery/led-gallery-42.jpeg");

	
    min-height: auto;
   background-attachment: fixed;
    background-position: center;
    overflow: hidden;
    padding:  50px; height: 100%; width: 103%;
    background-repeat: no-repeat;
    background-size: cover;
}
.home1 .spanner {
	padding: 100px 25px 100px 25px;
}
.home1  .push {
	padding: 15px; margin-left: 0;
}
.home1 .push:hover {
	 transition: 0.1s; background: #ffffffb3;
}
.home1 .push img {
	
}
.home1 .push:hover img {
	box-shadow: 1px 1px 10px 1px #000;
}
.home1 .push:hover h2 {
	margin-left: 0; color: #c02026; transition: 0.1s; font-weight: 600; text-decoration: overline;
}
.home1 iframe {
	opacity: 50%;
}
.home1 .pad {
	padding: 50px 20px 50px 20px; background: #fff; height: 100%; box-shadow: 10px -10px 0px 0px #c02026; border: 3px solid #444; border-left-width: 5px; border-top-width: 5px; 
}
.home1 h1 {
	font-family: 'font4'; font-size: 40px; text-align: center; font-weight: 500; color: rgb(196,41,56);
}
.home1 h2 {
	font-size: 20px; font-family: monospace; padding: 25px 0px 10px 0px; color: #fff; text-shadow: 1px 1px 1px #000; text-align: center;
}
.home1 p {
	font-size: 17px; font-family: 'font2'; font-weight: 600; text-align: center; color: rgb(150,150,150); line-height: 35px;
}
.home1 h1 span {
	color: rgb(83,82,82); font-size: 30px; text-shadow: 2px 2px 1px #000;
}
.home1 h1 strong {
	 font-size: 40px;
}
.home1 img {
	    background: #fff;
    border-radius: 50%;
    padding: 10px; margin: 5px 0px 5px 0px;
    border: 3px solid #c02026;
}
.home1 hr {
	background: #fff;
}
.home2 {
	background: #f5f5f5; padding: 150px 0px 150px 0px;
}
.home2 h4 {
	font-family: monospace; font-weight: 600; font-size: 30px; text-align: center; color: #c02026;
}
.home2  p {
	font-family: font2; line-height: 35px; font-size: 17px; text-align: center; font-weight: 600;
}
.home2 .boxer {
	padding: 75px 25px 0px 25px; background: #fff; height: 100%;
}
.home2 img {
	max-width: 50%; margin-top: 75px;
}
.home2 .plax2 {
	/*background-image: linear-gradient(rgb(0,0,0,0.3), rgb(11,11,11,0.1)), url("/img/electrical-3.jpg");*/
	background-image: linear-gradient(rgb(0,0,0,0.3), rgb(11,11,11,0.1)), url("/img/led-gallery/led-gallery-54.jpeg");

	
	min-height: auto;
   background-attachment: fixed;
    background-position: center;
    overflow: hidden;
    padding: 150px 50px 70px 50px; 
    background-repeat: no-repeat;
	height: 100%;
    background-size: cover;box-shadow: 1px 1px 5px 1px #444; 
}
.home2 .plax2:hover {
	background: #fff;height: 100%;
}
.home2 .plax2 h3 {
	font-family: font4; padding: 10px; background: #fff200; text-align: center; transform: rotate(320deg);
    margin-left: -165px;
    margin-top: -75px;
    
}
.home2 .plax2:hover h3 {
	transform: rotate(0deg);
    margin-left: 0px;
    margin-top: -50px;
	padding: 10px; background: #c02026; color: #fff; transition: 1s; width: 75%; margin-left: 50px;
}
.home2 .plax2 h5 {
	color: transparent; font-size: 20px; font-family: font2; font-weight: 600;
}
.home2 .plax2:hover h5 {
	color: #000; margin-top: 15px;
}
.home2 .plax2:hover h5 span {
	color: #c02026;
}
.home2 .plax2  p {
	font-family: font2; line-height: 35px; font-size: 17px; color: transparent; text-align: center;
}
.home2 .plax2:hover p {
	color: #000;
}
.home2 .plax2 img {
	max-width: 25%;
}
.home2 .plax2:hover img {
	display: none;
}
.home3 {
	padding:180px 25px 180px 25px ; 	background-image: linear-gradient(rgb(0,0,0,0.0), rgb(11,11,11,0.0)), url("/img/collage-led-22.jpg"); background-size: cover; background-repeat: no-repeat; background-position: center; background-attachment: fixed;
}
.home3 h3 {
	font-family: font4; font-size: 35px; color: #c02026;
}
.home3 p {
    line-height: 35px;
    font-family: font2;
    font-weight: 600;
    font-size: 17px;
    padding: 20px;
}
.home3 i {
	font-size: 100px; color: #c02026; margin-top: 50px; margin-left: 25px;
}
.home3 hr {
	background: #c02026; height: 2px;
}
.home3 .padder {
	padding: 25px; background: #fff; height: 100%; border: 1px solid #c02026;
}
.home3 .padder:hover {
	padding: 25px; background: #c02026; height: 100%; border: 1px solid #fff;
}
.home3 .padder:hover h3 {
	color: #fff;
}
.home3 .padder:hover p {
	color: #fff;
}
.home3 .padder:hover i {
	color: #fff;
}
.home4 {
	padding: 100px 00px 100px 0px; background: #f5f5f5;
}
.home4 .boxed {
	padding: 75px 5px 75px 15px; background: #fff;
}
.home4 h3 {
	font-size: 20px; font-family: font4; font-weight: 500; line-height: 50px; padding: 10px 5px 10px 5px;
}
.home4 h3:hover {
	background: #0009; color: #fff200;
}
.home4 p {
	color: #000; font-family: font2; font-weight: 600; font-size: 15px; line-height: 35px; text-align: center; margin-left: 0; padding: 0px 15px 0px 15px;
}
.home4 mark {
	padding: 15px; background: #c02026; font-family: monospace; color: #fff; font-size: 20px; margin-left: 15px;
}
.home4 mark:hover {
	box-shadow: 0px 0px 0px 15px #c02026; transition: .5s;
}
.video {
	overflow: hidden; position: relative; z-index: 2; display: block;
}
.home4 .pad {
    padding: 25px;
    position: relative;
    background: linear-gradient(270deg, rgb(0 0 0 / 0%) 100%, #1d1b1bbf 100%, #1d1b1bbf 101.9%, rgb(0 0 0 / 0%) 99.9%);
	}
.home4  h2 {
	font-weight: 500; color: rgb(255,255,255); font-size: 40px; text-shadow: 0px 0px 5px #000; font-family: monospace; text-align: center; padding: 0px 0px 25px 0px;
}
.home4  h2 span {
	font-family: font4; font-size: 60px; padding: 0px 5px 0px 5px;  margin-left: 10px;
}
.home4 .pad h4 {
	font-weight: 500; color: rgb(255,255,255); font-size: 25px; text-shadow: 0px 0px 5px #000; font-family: monospace; text-align: left; line-height: 50px;
}
.home4 .pad h4 span {
	color: #fff200; font-size: 30px;
}
.home4 .emergency {
	/*padding: 200px 0px 200px 35px;background: linear-gradient(90deg, rgba(0, 0, 0, 0) 18%, rgba(242, 242, 242, 1) 18%, rgba(255, 255, 255, 0.75) 50%, rgba(0, 0, 0, 0.029746004847251428) 50%), url(/img/emergency-2.jpg);*/
	padding: 200px 15px 200px 15px;
	/*background: linear-gradient(90deg, rgba(0, 0, 0, 0) 18%, rgba(242, 242, 242, 1) 18%, rgba(255, 255, 255, 0.75) 50%, rgba(0, 0, 0, 0.029746004847251428) 50%), url(/img/led-gallery/led-gallery-55.jpeg);*/
	background: linear-gradient(252deg, rgb(255 255 255 / 22%) 18%, rgb(255 255 255) 100%, rgba(255, 255, 255, 0.75) 50%, rgba(0, 0, 0, 0.029746004847251428) 50%), url(/img/led-gallery/led-gallery-55.jpeg);
	
	
	background-size: cover; background-repeat: no-repeat; background-position: top; /*background-attachment: fixed;*/ height: 100%;
}
.my-class {
    -webkit-animation:name 7.5s infinite;
}

@keyframes name {
    0% {color:#fff;}
    20%{color:#fff}
	40% {color:#fff;}
	60% {color:#fff;}
	80% {color:#fff;}
	 100%{color:#fff200}
}
.PULSE {
   /* Chrome, Safari, Opera */
  -webkit-animation: PULSE 3s infinite; 
  animation-delay: 5s;
  /* Internet Explorer */
  -ms-animation: PULSE 3s infinite;
  
  /* Standard Syntax */
  animation: PULSE 3.25s infinite; 
}

/* Chrome, Safari, Opera */
@-webkit-keyframes PULSE{
   0%{color:#fff200;}	
	110%{color: black;}
}

/* Internet Explorer */
@-ms-keyframes PULSE{
   0%{color:#fff200;}	
	110%{color: black;}
}

/* Standard Syntax */
@keyframes PULSE{
  0%{color:#fff200;}		
	110%{color: black;}
}
.PULSE2 {
   /* Chrome, Safari, Opera */
  -webkit-animation: PULSE2 3s infinite; 
  animation-delay: 5s;
  /* Internet Explorer */
  -ms-animation: PULSE2 3s infinite;
  
  /* Standard Syntax */
  animation: PULSE2 3.25s infinite; 
}

/* Chrome, Safari, Opera */
@-webkit-keyframes PULSE2{
   0%{color:#fff200;}	
	110%{color: black;}
}

/* Internet Explorer */
@-ms-keyframes PULSE2{
   0%{color:#fff200;}	
	110%{color: black;}
}

/* Standard Syntax */
@keyframes PULSE2{
  0%{color:#fff200;}		
	110%{color: black;}

}
.tooltip-text {
    visibility: hidden;
    position: absolute;
    z-index: 1;
    width: auto;
    color: white;
    font-size: 12px;
    font-family: font2;
    font-weight: 600;
    background-color: #c02026;
    padding: 15px;
    margin-top: -45px;
	
	/*This is due to space constraints on mobile phones*/
	display: none;
}
.tooltip-text h4 {
	font-family: font4; font-size: 20px;
}
.hover-text:hover .tooltip-text {
  visibility: visible;
}

#top {
  top: -40px;
  left: -50%;
}

#bottom {
  top: 25px;
  left: -50%;
}

#left {
  top: -8px;
  right: 120%;
}

#right {
  top: -8px;
  left: 120%;
}

.hover-text {
  position: relative;
  display: inline-block;
  /*margin: 40px;*/
  font-family: Arial;
  text-align: center;
}



.video .pad p {
	margin-top: 0% !important; color: rgb(255,255,255); text-shadow: 0px 0px 5px #000; font-size: 20px; font-family: 'font2'; text-align: left; font-weight: 600; line-height:40px;
}
.video .pad a {
	font-size: 16px; color: rgb(255,255,255); font-family: 'Arial'; font-weight: 600; border: 1px solid rgb(12,32,63); padding: 15px 30px; border-radius: 1.6rem; background: rgb(12,32,63);
}
.video .pad a:hover {
	color: rgb(255,255,255); border: 1px solid rgb(255,255,255); background: transparent;
}
.video .pad  hr {
	background: #c02026; height: 2px;
}
.home-split1 {
	padding: 50px 0px 50px 0px; color: #c02026; text-align: center; background: #c02026; border: 15px solid #000; border-top: 5px solid #000; border-bottom: 5px solid #000;
}
.home-split1 h3 {
	font-family: font5; font-size: 50px;
}
.home-split1 h5 {
	font-size: 50px; font-weight: 300; color: #000;
}
.home-split1 h6 {
	font-family: 'font4'; letter-spacing: 2px; font-size: 20px; color: #000; text-transform: uppercase;
}
.home-split1 .liner {
	background: #fff; width: 10%;
}
.home-split1 .hexer {
  padding:  50px; box-shadow: 1px 1px 10px -2px #000; margin-top: -100px; margin-bottom: -100px; background: #fff; background-size: cover;
    min-height: auto;
    background-attachment: fixed; position: relative; z-index: 1; border: 7px solid #000;
}


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

.about1 {
	padding: 200px 15px 0px 15px;
}
.about1 .icon {
padding: 150px 150px 150px 250px;
    background-image: linear-gradient(rgb(0 0 0 / 0%), rgb(11 11 11 / 0%)), url(/img/led-icon.png);
    background-repeat: no-repeat;
    background-size: 25%;
    min-height: auto;
    height: 100%;
    background-position: left;
}
.about1 h1 {
	font-family: font4; font-size: 30px;  margin-left: 0; margin-right: -0; text-align: center;
}
.about1  h2 {
	font-family: monospace; font-size: 35px; text-align: center;
	
}
.about1 h1 span {
	 font-size: 55px; color: #000;
}
.about1 h1 strong {
	color: #c02026;
}
.about1 h2 span {
	color: #000; 
}
.about1 h2 strong {
	color: #c02026;
}
.about1 h4 {
	    font-family: font4;
    font-size: 40px;
	text-align: center;
}
.about1 h5 {
	text-align: center;
}
.about1  p {
	font-family: font2; font-size:17px; text-align: center; line-height: 35px; font-weight: 600;
}
.about1 hr {
	width: 93.5%;
    margin: 0px;
    background: #c02026;
    height: 5px;
    opacity: 100%;
    margin-bottom: -5px;
}
.about1 .cardy1 {
	    padding:50px 15px 50px 15px;
/*background: linear-gradient(270deg, #ffffff80 0%, #ffffff80 20%, #ffffff80 20%, #ffffff80 33%, #ffffff80 50%, #ffffff80 64%, rgba(255, 255, 255, 0.5) 80%, #ffffff80 80%, #ffffff80 100%), url(/img/electrical-boom-1.jpg); border-top: 15px solid #c02026;*/
background: linear-gradient(270deg, #ffffff80 0%, #ffffff80 20%, #ffffff80 20%, #ffffff80 33%, #ffffff80 50%, #ffffff80 64%, rgba(255, 255, 255, 0.5) 80%, #ffffff80 80%, #ffffff80 100%), url(/img/led-gallery/led-gallery-56.jpeg); border-top: 15px solid #c02026;


border-bottom: 15px solid #c02026;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: auto;
    height: 100%;
    background-position: top right;
}
.about1 .cardy2 {
padding: 75px 35px 125px 35px; background: linear-gradient(36deg, rgba(0, 0, 0, 0) 21%, rgba(192, 32, 38, 1) 21%, rgba(192, 32, 38, 1) 21.3%, rgb(255 255 255) 21.3%, rgb(255 255 255 / 82%) 56%, rgba(192, 32, 38, 1) 56%, rgba(192, 32, 38, 1) 56.3%, rgba(0, 0, 0, 0) 56.3%), url(/img/electrical-boom-2.jpg); background-repeat: no-repeat; background-size: cover; 
    min-height: auto; height: 100%;
    
    background-position: top right;
}
.about1 .cardy3 {
	padding: 35px 15px 35px 15px; margin: 0px 25px 0px 25px; background-image: linear-gradient(rgb(0, 0, 0, 0.3), rgb(11, 11, 11, 0.1)), url(/img/el-2.jpg); background-repeat: no-repeat; background-size: cover;
    min-height: auto; height: 100%;
    background-attachment: fixed;
    background-position: center;
}
.about1 .cardy4 {
	padding: 35px 15px 35px 15px; margin: 0px 25px 0px 25px; background-image: linear-gradient(rgb(0, 0, 0, 0.3), rgb(11, 11, 11, 0.1)), url(/img/el-2.jpg); background-repeat: no-repeat; background-size: cover;
    min-height: auto; height: 100%;
    background-attachment: fixed;
    background-position: center;
}
.about1 .cardy5 {
	padding: 35px 15px 35px 15px; margin: 0px 25px 0px 25px; background-image: linear-gradient(rgb(0, 0, 0, 0.3), rgb(11, 11, 11, 0.1)), url(/img/el-2.jpg); background-repeat: no-repeat; background-size: cover;
    min-height: auto; height: 100%;
    background-attachment: fixed;
    background-position: center;
}
.about1 .cardy1 hr {
	background: #000; height: 2px;  margin: 1rem 0; opacity: .25; width: 100%;
}
.about1 .popper {
	padding: 25px; margin-left: 100px;
	 margin-right: -100px;
}
.about1  .popper2 {
	padding: 25px; 
}
.about1  .popper3 {
	    margin-top: 620px;
    margin-left: -105px;
    margin-right: 105px;

}
.about1 img {
	max-width: 75%; margin-bottom: 50px;
}
/**** Services Section ****/
.electric-services {
	box-shadow: 1px 1px 10px 3px #000;
}
.electric-services h1 {
	font-family: 'font4'; font-weight: 500; font-size: 45px; letter-spacing: 3px; color: #c02026; text-shadow: 1px 1px 1px #444; line-height: 60px;
}
.electric-services h1 span {
	font-size: 20px; 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: 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;
}
 .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: linear-gradient(270deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.5) 0%, rgba(255,255,255,0.5) 10%, rgba(255,255,255,1) 34%, rgba(255,255,255,0.9092978255755427) 50%, rgba(255,255,255,1) 64%, rgba(255,255,255,0.5) 100%, rgba(192,32,38,0.5) 80%, rgba(192,32,38,0.5) 100%), url("/img/electrical-4-new.jpg");
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
text-align: center;
	overflow: hidden;
	padding: 150px 25px 50px  25px;
  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/electrical-2-new.jpg);
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
	padding: 100px 20px 100px 20px;
  background-repeat: no-repeat;
  background-size: cover; border-top: 15px solid #c02026;
}
.parallax-service-2 h2 {
	font-size: 50px; font-family: 'font4'; text-align: center; color: #c02026; letter-spacing: 3px; text-shadow: 1px 1px 1px #444; padding-bottom: 75px;
}
.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-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: inline-grid; height: 100%;    height: 475px; border: 5px solid #c02026; border-right: none; border-top: 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: #c0202694; color: #fff;
}
.tab button.active {
  background-color: #c02026; color: #fff;
}
.tab2 {
  overflow: hidden; background-color: #fff; font-family: 'font2'; display: inline-grid; height: 100%;  height: 575px; border: 5px solid #c02026; 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: #c0202694; color: #fff;
}
.tab2 button.active {
  background-color: #c02026; color: #fff;
}
.tabcontent {
  display: none; padding: 25px; border: 3px solid #444; background: #fff;
  /*height: 575px;*/

  height: 100%;
  box-shadow: 25px -25px 0px 0px #c02026;
}
.tabcontent h3 {
	padding-top: 20px; padding-bottom: 20px; font-family: 'font4';	text-align: left;	font-size: 1rem; color: #c02026; letter-spacing: 3px; font-weight: 600;
}
.tabcontent p {
	font-family: font2; font-weight: 600; font-size: 14px; line-height: 35px;
}
.tabcontent img {
 box-shadow: 1px 1px 10px 1px #000;margin-top: -0;
}
.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;
}
.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;
}
.home-splitter {
	background:  #c02026; padding: 50px; text-align: center;
}
.home-splitter h2 {
	font-family: monospace;  color: #fff; font-size: 35px; color: #fff; letter-spacing: 2px;
}
.home-splitter mark {
	background: #fff; border-radius: 7px; color: #c02026; padding: 10px; font-size: 20px; font-family: 'font2'; font-weight: 600; text-transform: uppercase; border: 7px double #c02026; 
}
.home-splitter mark:hover {
	box-shadow: 1px 1px 5px 1px #000;
}
.home-splitter p {
	line-height: 35px; font-size: 17px; font-family: 'font2'; color: #fff;
}
.home-splitter hr {
	background: #fff;
}
/**** Gallery Section ****/
.gallery-page {
	padding: 75px 0 50px 0;	background: rgb(249,249,249);
}
.gallery-page h1 {
	font-size: 3rem; font-weight: 600; font-family: 'font2'; padding-bottom: 40px; text-align: center; color: rgb(129,141,148);
}

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

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


/**** Sections On Every Page ****/
.home-contact {
	padding: 
}
.parallax4 {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(192, 32, 38, 1) 0%, rgba(192, 32, 38, 1) 0%, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 38%, rgb(255 255 255 / 88%) 45%, rgba(255, 255, 255, 1) 53%, rgb(255 255 255) 60%, rgb(255 255 255 / 79%) 100%, rgba(192, 32, 38, 1) 87%, rgba(192, 32, 38, 1) 88%, rgba(0, 0, 0, 0) 88%), url(/img/electrical-4-new.jpg);
  min-height: auto;
  background-attachment: fixed;
  background-position: bottom;
	overflow: hidden;
	padding: 75px 20px 75px 20px;
  background-repeat: no-repeat;
  background-size: cover;
}
.contact-section {
	padding: 50px 0 50px 0;
}
.home-contact  h3 {
	font-size: 35px; font-family: monospace; font-weight: 800; color: #000; text-align: center;
}
.home-contact  h3 span {
font-size: 2.3rem;color: #c02026; text-align: center;
}
.home-contact p {
		font-family: font2; font-weight: 600; font-size: 17px; line-height: 35px; text-align: center;
}


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

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


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


/* ========================================== */
/* === Footer Section ======================= */
/* ========================================== */
.footer-section .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: rgb(83,82,82); color: rgb(255, 255, 255); font-size: 18px; font-weight: 400;
}
.footer-section .pushy {
	margin-left: 0; margin-right: -0; margin-top: 0;
}
.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 {
	font-size: 17px; font-family: monospace;
}
.service-cities h5 span {
	color: #fff200;
}
.service-cities h4 {
	font-size: 20px; font-family: 'font4'; font-weight: 600; text-decoration: underline; color: rgb(255, 255, 255);
}
.service-cities h3 {
	font-size: 30px; font-family: 'font4'; font-weight: 600; text-align: center; color: rgb(255, 255, 255); padding-bottom: 25px;
}
.bottom-footer {
 padding: 25px 0px 10px 0px; background: #c02026;
}
.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; margin-bottom: -10px;  background: #000;
}
.trademark-disclaimer p {
	font-size: 8px; text-align: center; color: #fff;
}

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

}